diff options
author | wiz <wiz> | 2002-11-23 23:09:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-23 23:09:55 +0000 |
commit | aadbc1fa13b6b0525ee0dd064053ef7c9201f465 (patch) | |
tree | c5f26c68c62b82b7cec465dd384f0a359e3919d2 /devel | |
parent | de0fd436fde827d8be5b142a75b4c9e4a8bea697 (diff) | |
download | pkgsrc-aadbc1fa13b6b0525ee0dd064053ef7c9201f465.tar.gz |
Update to 4.5, provided by ORI Manabu in PR 18698.
Changes:
Version 4.5 - July 4 2002, by Shigio Yamaguchi
* htags: -m(--main-func) option added.
* htags: --style-sheet=<style file> option added.
* htags: --no-javascript option and no_javascript config variable added.
* htags: -g(--gtags) option added.
* htags: -s(--symbols) option and symbols config variable added.
* gctags: --langmap option added.
* gctags: -t and -d option added.
* gtags: pick up macros with noargument, typedef name and enum member.
* gozilla: -d option added.
* gctags: assumes __attribute__, const, volatile, wchar_t as a reserved word
in C language. assumes __attribute__, explicit, mutable, namespace,
overload, typename, using as a reserved word in C++ language.
Version 4.4 - March 30 2002, by Shigio Yamaguchi
* gozilla: gozilla return to GLOBAL.
* htags: -o(--other) option added. This option list not only source files
but also other files like 'README'.
* global: -o(--other) option added. This option search in not only source
files but also other files like 'README'.
* htags: configuration variable other_files added.
* htags: configuration variable definition_header={no|after|before} added.
* htags: configuration variable enable_grep and enable_idutils added.
* htags: -l(--each-line-tag) option deleted.
From now on, htags works as if -l flag is always specified.
But -l(--each-line-tag) option is accepted for backward compatibility.
* global: path conversion optimized and bug fixed.
* gtags.conf: added documentation about variables.
* htags: shut another security hole.
* Some bugs are fixed.
Version 4.3.1 - January 22 2002, by Shigio Yamaguchi
This is bug fix version.
* htags: global.cgi wasn't generated correctly.
Version 4.3 - January 10 2002, by Shigio Yamaguchi
* Support DJGPP.
* Support nvi-1.81.5.
* global.texi: chapter of less viewer, nvi-1.81.5 and reference manuals added.
* global,gtags: the -q option added.
* htags: fill anchors into path name.
* global: GTAGSROOT file supported.
Version 4.2 - November 24 2001, by Shigio Yamaguchi
* postgres support added.
You need to configure GLOBAL with --with-postgres option.
* gtags: when no parser specified in config file, overloaded by default values.
* gtags: variable 'skip' accept full path name.
* htags: changed to refer to macros which is defined in other C source.
* htags: --caution option added.
* global.texi: reference manual added.
* gtags, htags: allow relative path name for --gtagsconf.
Version 4.1.1 - July 31, 2001, by Shigio Yamaguchi
* htags: bug fixed. bless.sh removed 'TARGET=mains'.
* htags: bug fixed. bless.sh didn't work without config file.
* configure: bug fixed. --srcdir option didn't work.
now you can build project at any directory other than source directory.
* htags: generates rebuild.sh to redo the job with the previous context.
* globash.rc: when GTAGSROOT specified, prompt is changed to "[$root]!$cwd"
instead of "[$root]/...".
* globash.rc: bug fixed. number was ignored in 'next <no>' and 'prev <no>'.
* globash.rc: The -e option of show use emacsclient instead of emacs.
Version 4.1 - July 12, 2001, by Shigio Yamaguchi
[INCOMPATIBLE CHANGES]
* global: rename the -i(incremental) option to -u(update) and the new
-i(--ignore-case) option added because -i options is generally used
for this purpose (see grep(1)).
* gtags.conf: rename global.conf into gtags.conf because the old name was
too generic. (GLOBAL also accepts old name for compatibility.)
[OTHER CHANGES]
* Some bugs are fixed.
* globash.rc: GloBash --- Global facility for Bash added.
* htags: create bless.sh when the -S option specified.
* htags: config variables prolog_script, epilog_script, show_position,
position_begin, position_end and icase_path added.
* htags: path name search facility added.
* htags: locate dbpath like global(1) does.
* htags: show addtional information on status bar.
* gtags: the -i option also locate tag files among cadedite directories.
* global, gtags: make icase_path allways enable in Windows32 environment.
* global: the -T(--through) option added.
* gtags, htags: --gtagsconf option added.
* gtags.conf: 'htags_options' added.
* globa.texi: the method to use vim with GLOBAL and the description
about GloBash added.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/global/Makefile | 5 | ||||
-rw-r--r-- | devel/global/PLIST | 7 | ||||
-rw-r--r-- | devel/global/distinfo | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index df58e2767ec..4513eb02c95 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/11/14 23:48:55 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/11/23 23:09:55 wiz Exp $ # -DISTNAME= global-4.0.1 +DISTNAME= global-4.5 CATEGORIES= devel MASTER_SITES= http://www.tamacom.com/global/ @@ -10,7 +10,6 @@ HOMEPAGE= http://www.tamacom.com/global/ COMMENT= Source code tag system including web browser output USE_BUILDLINK2= YES -MANCOMPRESSED_IF_MANZ= YES GNU_CONFIGURE= YES LDFLAGS+= -L../libutil diff --git a/devel/global/PLIST b/devel/global/PLIST index fb1184d6572..dcad7bf95dc 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,15 +1,20 @@ -@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:39 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/11/23 23:09:55 wiz Exp $ bin/btreeop bin/gctags bin/global +bin/gozilla bin/gtags bin/htags @unexec install-info --delete --info-dir=%D/info %D/info/global.info info/global.info +info/global.info-1 +info/global.info-2 +info/global.info-3 @exec install-info --info-dir=%D/info %D/info/global.info man/man1/btreeop.1 man/man1/gctags.1 man/man1/global.1 +man/man1/gozilla.1 man/man1/gtags.1 man/man1/htags.1 @comment @exec ${MKDIR} %D/libdata/lint diff --git a/devel/global/distinfo b/devel/global/distinfo index edff7c3a675..42225489f48 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:20 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/11/23 23:09:55 wiz Exp $ -SHA1 (global-4.0.1.tar.gz) = 1e972426f51b6eaf70dba4bdb1d4c4f4d1eb501e -Size (global-4.0.1.tar.gz) = 340273 bytes +SHA1 (global-4.5.tar.gz) = bea60c4ea41a0e6de4438af92f36e5aa8c569a0d +Size (global-4.5.tar.gz) = 413262 bytes |