diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 20:17:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 20:17:29 +0000 |
commit | f4b45a5d55879790ffd9ceb6ec37c114b72ecaf3 (patch) | |
tree | d578faa6909568f9fa8b2282eab6debd41439fb2 /devel/global/Makefile | |
parent | b943fc4377c09e6c529ce9fbe3a945480fa707a1 (diff) | |
download | pkgsrc-f4b45a5d55879790ffd9ceb6ec37c114b72ecaf3.tar.gz |
Update to 6.3.2:
Version 6.3.2 - September 4 2014
[CHANGES]
New facilities:
o Pygments plug-in parser by Yoshitaro MAKISE.
By this parser, you can apply gtags(1) to wide variety of programming
languages supported by Pygments. The method of plug-in is very simple.
See 'plugin-factory/PLUGIN_HOWTO.pygments' for details.
It should mention especially that Pygments plug-in parser can treat both
definitions and references using Exuberant Ctags together.
Diffstat (limited to 'devel/global/Makefile')
-rw-r--r-- | devel/global/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 2ee0e717a33..0aab4161d46 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2014/08/17 16:31:32 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/09/07 20:17:29 wiz Exp $ -DISTNAME= global-6.3.1 +DISTNAME= global-6.3.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} @@ -21,4 +21,7 @@ USE_TOOLS+= perl:run sort:run CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf +REPLACE_PYTHON+= plugin-factory/pygments_parser.py + +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |