pkgsrc/devel/global/PLIST
wiz 4755059243 Update global to 6.5.4.
Version 6.5.4 - Mar 27 2016

This is a bug fix release.

[CHANGES]
Changed:
o gtags.conf: The entries which include '.xml' were commented out,
  because they require libxml.a. If you use them, please uncomment them.

[FIXED BUGS]
Serious bug:
o universal-ctags.la: Universal ctags plug-in parser did not work
  on almost files. Now it works.

	$ echo 'void a() {}' >a.inl
	$ echo 'void b() {}' >b.cpp
	$ gtags --gtagslabel=new-ctags
	$ global -x '.*'
	a                   1 a.inl            void a() {}
	(b.cpp is ignored.)

Version 6.5.3 - Mar 18 2016

[CHANGES]
New facilities:
o Added new plug-in parser 'universal-ctags.la'.
o gtags.conf:
  - Added new entry 'universal-ctags'.
  - Added new variable 'ctagscom'. You can overwrite the path of ctags(1)
    dynamically for exuberant-ctags.la, universal-ctags.la and pygments-parser.la.

Changed:
o gtags.conf: Added the following patterns to the skip list.
  '*.o,*.a,*.so,*.lo,*.zip,*.gz,*.bz2,*.xz,*.lzh,*.Z,*.tgz,*.min.js,*min.css'
o gtags: Added some explanations for the --explain option.

[FIXED BUGS]
o global: Global generated incorrect path with the --color option.
  Now, it works well.

        [bad case]
	+- GTAGS
	+- hi/
	    |- foo.cpp
	    +- what/

	$ cd hi/what
	$ global -P hi/foo.cpp --color
	foo.cpp         # It should be '../foo.cpp'.

o global: Global aborted in obstack_free() in some cases. Now it works well.
o htags: Htags ended abnormally when there is a file which includes single
  quote characters in its file name. Now, it works.
2016-04-08 15:01:08 +00:00

99 lines
2.7 KiB
Text

@comment $NetBSD: PLIST,v 1.24 2016/04/08 15:01:08 wiz Exp $
bin/global
bin/globash
bin/gozilla
bin/gtags
bin/gtags-cscope
bin/htags
bin/htags-server
info/global.info
lib/gtags/exuberant-ctags.la
lib/gtags/pygments-parser.la
lib/gtags/universal-ctags.la
lib/gtags/user-custom.la
man/man1/global.1
man/man1/globash.1
man/man1/gozilla.1
man/man1/gtags-cscope.1
man/man1/gtags.1
man/man1/htags-server.1
man/man1/htags.1
man/man5/gtags.conf.5
share/gtags/AUTHORS
share/gtags/BOKIN_MODEL
share/gtags/BOKIN_MODEL_FAQ
share/gtags/BUILD_TOOLS
share/gtags/COPYING
share/gtags/COPYING.LIB
share/gtags/ChangeLog
share/gtags/DONORS
share/gtags/FAQ
share/gtags/INSTALL
share/gtags/LICENSE
share/gtags/NEWS
share/gtags/PLUGIN_HOWTO
share/gtags/PLUGIN_HOWTO.pygments
share/gtags/README
share/gtags/README.PATCHES
share/gtags/SERVERSIDE_HOWTO
share/gtags/THANKS
share/gtags/completion.cgi
share/gtags/elvis-2.2_0.patch
share/gtags/elvis.rc
share/gtags/geco.rc
share/gtags/global.cgi
share/gtags/globash.rc
share/gtags/gtags-cscope.vim
share/gtags/gtags.conf
share/gtags/gtags.el
share/gtags/gtags.pl
share/gtags/gtags.vim
share/gtags/icons/back.png
share/gtags/icons/bottom.png
share/gtags/icons/c.png
share/gtags/icons/dir.png
share/gtags/icons/first.png
share/gtags/icons/help.png
share/gtags/icons/index.png
share/gtags/icons/last.png
share/gtags/icons/left.png
share/gtags/icons/n_bottom.png
share/gtags/icons/n_first.png
share/gtags/icons/n_last.png
share/gtags/icons/n_left.png
share/gtags/icons/n_right.png
share/gtags/icons/n_top.png
share/gtags/icons/pglobe.png
share/gtags/icons/right.png
share/gtags/icons/text.png
share/gtags/icons/top.png
share/gtags/jquery/images/file.png
share/gtags/jquery/images/folder-closed.png
share/gtags/jquery/images/folder.png
share/gtags/jquery/images/minus.png
share/gtags/jquery/images/plus.png
share/gtags/jquery/images/treeview-black-line.png
share/gtags/jquery/images/treeview-black.png
share/gtags/jquery/images/treeview-default-line.png
share/gtags/jquery/images/treeview-default.png
share/gtags/jquery/images/treeview-famfamfam-line.png
share/gtags/jquery/images/treeview-famfamfam.png
share/gtags/jquery/images/treeview-gray-line.png
share/gtags/jquery/images/treeview-gray.png
share/gtags/jquery/images/treeview-red-line.png
share/gtags/jquery/images/treeview-red.png
share/gtags/jquery/jquery.js
share/gtags/jquery/jquery.suggest.css
share/gtags/jquery/jquery.suggest.js
share/gtags/jquery/jquery.treeview.css
share/gtags/jquery/jquery.treeview.js
share/gtags/jscode_suggest
share/gtags/jscode_treeview
share/gtags/script/elvis-global
share/gtags/script/global-client
share/gtags/script/gtags-client
share/gtags/script/htags-client
share/gtags/script/less-global
share/gtags/script/pygments_parser.py
share/gtags/style.css
share/gtags/vim74-gtags-cscope.patch