summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2004-05-13 02:07:47 +0000
committercjs <cjs@pkgsrc.org>2004-05-13 02:07:47 +0000
commit4978b83642065055e9c4872eb692f0a3fc4c448c (patch)
tree337b65f5f0407b418513ed6b8632089cc0629a50
parent2f1ff11ca152011f6f50827639e3a78f0456ed90 (diff)
downloadpkgsrc-4978b83642065055e9c4872eb692f0a3fc4c448c.tar.gz
GLOBAL-4.7
* Gtags.vim, plugin script integrates GLOBAL with vim editor added. GLOBAL-4.6. [INCOMPATIBLE CHANGES] * The default value of the config variable 'definition_header' was changed to 'no', because the definition header is unsightly according to the place, especially in class definition. [OTHER CHANGES] * Added support for PHP language. (Known problems in htags) - The variable in string cannot be recognized.(global can recognize that.) - In HTML, the character string of the same spelling as the reserved word of PHP is recognized as a reserved word of PHP. I will rewrite htags in C language in the future to solve above problems. * Added support for SCM_DEFINE macro which is part of guile-snarf. * Added 'right' as a value of config variable 'definition_header'. * Added some tool tips. - Alphabet in alphabetical index shows the count of definitions. - File name in file index show the full path name. - Anchor to duplicate index show the number of duplicated objects. * Added .cvsrc,.cvsignore,.cvspass,.cvswrappers,autom4te.cache/ to the default skip list. GLOBAL 4.5.3. [INCOMPATIBLE CHANGES] * htags: Htags does not generate the code of javascript at all. In the former version, we used javascript to display information about links. But a browser these days had come to support the tool tip using 'title' attribute. So, we replaced the function using tool tip instead of javascript facility. * The --no-javascript option was removed because it was already unnecessary. * global: The pattern of the argument came always to be interpreted as a extended regular expression. In the former version, there was both the case for the pattern to be interpreted as a basic regular expression and the interpretation as the extended regular expression. This depended on the environment of the build. (If you have grep(1) and xargs(1), basic regular expression will be used.) In the new version, if you want the pattern to be interpreted as a basic regular expression, please specify the -G option. [OTHER CHANGES] New features: htags: * CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option). You can link CVS repository from the hypertext of source code. * Tooltip inserted in links. * The --no-map-file option added. Htags generate 'MAP' file by default. You can suppress it by this. * The --statistics option added. With this option, htags print statistics information to the standard error. global: * The -e(--regexp) option added like grep(1). * The -G(--basic-regexp) option added like egrep(1). Performance tuning: htags: * Remove tag name and line image from cache record. This made cache file smaller. * The use of the temporary file was suppressed to the minimum by tring to read the source code. Other modifications * A security hole was shut. * conf.h: add '{arch}' and '.notfunction' to default skip list. * gctags: support __attribute__((...)). GLOBAL 4.5.2. [INCOMPATIBLE CHANGES] * htags: move title's '<H1>...</H1>' into configuration variables 'title_begin' and 'title_end'. This makes configuration more flexible. If you are still using older version of gtags.conf, please replace it with one in this version. [OTHER CHANGES] * htags: add INCLUDED FROM index of htags by Hideki IWAMOTO. This indexes the places where the header file is included. * htags: add support of multi-line string. * htags, gtags: pass option '-w' from htags to gtags. * htags: allow reference to nonexistent definition without warning. * htags: add missing reserved words. - add C99 reserved words _Bool,_Complex,_Imaginary,inline,restrict. - add missing C++ reserved words asm,bool,const_cast,dynamic_cast, explicit,export,false,mutable,namespace,reinterpret_cast,static_cast, true,typeid,typename,using,wchar_t. * htags: insert HTML tag in the line which was warned. (see configuration variable 'colorize_warned_line', 'warned_line_begin' and 'warned_line_end'.) * gctags: pick up reference to macro in conditional directive. * gctags: remove wchar_t from the reservation word list of C. * gctags: remove overload from the reserved word list of C++. * gctags: remove wchar_t from the reservation word list of C. * gtags: environment variable GTAGSCACHE added. * and many bug fi GLOBAL-4.5.1. New features: o gtags,htags: --gtagslabel option added. o htags: -D(--dynamic) option added. o Some bugs fixed.
-rw-r--r--devel/global/Makefile4
-rw-r--r--devel/global/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index 2fdf863ccb7..a573aaade46 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/04/27 03:09:58 snj Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/13 02:07:47 cjs Exp $
#
-DISTNAME= global-4.5
+DISTNAME= global-4.7
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
diff --git a/devel/global/distinfo b/devel/global/distinfo
index 42225489f48..71dd48a0624 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/11/23 23:09:55 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/05/13 02:07:47 cjs Exp $
-SHA1 (global-4.5.tar.gz) = bea60c4ea41a0e6de4438af92f36e5aa8c569a0d
-Size (global-4.5.tar.gz) = 413262 bytes
+SHA1 (global-4.7.tar.gz) = 843a3f4e71ac0e52e8d6ed727544f8c59e5eb949
+Size (global-4.7.tar.gz) = 508714 bytes