summaryrefslogtreecommitdiffstats
path: root/devel/global/DETAILS
blob: 36b3bcf3e3ef4e8c0cc3f9646e45fcab1f41bb05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=global
         VERSION=5.9.5
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=$GNU_URL/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.gnu.org/software/global/"
      LICENSE[0]=GPL
         ENTERED=20110520
           SHORT="GNU GLOBAL source code tag system"
cat << EOF
GNU GLOBAL is a source code tagging system that works the same way across
diverse environments (emacs, vi, less, bash, web browser, etc). You can locate
objects in source files and move there easily. It is useful for hacking a
large project containing many subdirectories, many #ifdef and many main()
functions. It is similar to ctags or etags but is different from them at
the point of independence of any editor. It runs on a UNIX(POSIX) compatible
operating system like GNU and BSD.
EOF