summaryrefslogtreecommitdiff
path: root/devel/exctags/PLIST
diff options
context:
space:
mode:
authorseb <seb>2001-11-13 15:23:23 +0000
committerseb <seb>2001-11-13 15:23:23 +0000
commitda350275163432947bb2ab8fbca7843aa6af9d1a (patch)
treec2b267c41f50046ab035821e5157295f6a638186 /devel/exctags/PLIST
parent4c5ec17d585365b890b8ed98f9cd037e9b7ca50c (diff)
downloadpkgsrc-da350275163432947bb2ab8fbca7843aa6af9d1a.tar.gz
Upgrade to version 5.1.
While here added the support of Exuberant etags (exetags in this package). List of changes for version 5.1: * Changed name of option configuration files for MSDOS, MSWindows, and OS/2. * Changed regex support to enforce REG_NEWLINE. This fixes problem where the newline character was explicity being matched by user patterns [Bug #431477]. * Added new public domain library for reading tag files (see readtags.h). * Added support for variables and namespaces, provided by Jay Glanville [Vim]. * Added report of non-options in option configuration files and CTAGS environment variable. * Added support for YACC language, submitted by Nick Hibma [YACC]. * Added support for Perl packages, submitted by Nick Hibma [Perl]. * Added '$' as valid identifier character for DEC C compiler [VMS, Bug #425147]. * Added compilation date and time to --version output. * Added configure check for HP-UX to determine if ANSI options needed [HP-UX]. * Removed tags for forward class/struct declarations [C/C++, Bug #432563]. * Eliminated ;" separator from end of tag line when no extension fields are present. * Fixed segmentation violation for some Lisp files [Lisp]. * Fixed segmentation violation occurring when file referenced in #line directive was from an unknown language. * Fixed loss of sync when parsing bit fields named with C++ reserved word [C]. * Fixed compilation problem on gcc-2.7.2. * Fixed problem parsing verbatim strings [Eiffel]. * Fixed problem with PHP references [PHP]. * Fixed handling of Perl __DATA__ sections [Perl]. * Fixed problem resulting from white space in tag name due to regex name specifier. * Fixed double reading of $HOME/.ctags when current directory is $HOME. * Fixed problem reading option configuration files using CR-LF newlines. * Fixed problem preventing output control over tag kinds of regex patterns [Bug #429869]
Diffstat (limited to 'devel/exctags/PLIST')
-rw-r--r--devel/exctags/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/exctags/PLIST b/devel/exctags/PLIST
index 55c96994f97..eee5e5e3cfb 100644
--- a/devel/exctags/PLIST
+++ b/devel/exctags/PLIST
@@ -1,3 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:24 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/11/13 15:23:24 seb Exp $
bin/exctags
+bin/exetags
+include/readtags.h
+lib/readtags.o
man/man1/exctags.1
+man/man1/exetags.1