diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2012-12-14 21:46:39 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-15 15:13:39 +0100 |
commit | cc319011499697c80b8f0819ee3e57838f80dbbf (patch) | |
tree | d9e62c9f3cb41bbc0223af866428e14fa43a0e44 /development/global/slack-desc | |
parent | 1b9a3994d1a68e27677a3075265798dd31e7d0a2 (diff) | |
download | slackbuilds-cc319011499697c80b8f0819ee3e57838f80dbbf.tar.gz |
development/global: Added (source code tagging system).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/global/slack-desc')
-rw-r--r-- | development/global/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/development/global/slack-desc b/development/global/slack-desc new file mode 100644 index 0000000000..7d2e21aff0 --- /dev/null +++ b/development/global/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler--------------------------------------------------------| +global: global - source code tagging system +global: +global: GNU GLOBAL is a source code tagging system that works the same way +global: across diverse environments (emacs, vi, less, bash, web browser, etc). +global: You can locate objects in source files and move there easily. +global: It is useful for hacking a large project containing many subdirectories, +global: many #ifdef and many main() functions. It is similar to ctags or etags +global: but is different from them at the point of independence of any editor. +global: It runs on a UNIX(POSIX) compatible operating system like GNU and BSD. +global: +global: Homepage: http://www.gnu.org/software/global/ +global: |