summaryrefslogtreecommitdiff
path: root/devel/global/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-07 20:17:29 +0000
committerwiz <wiz@pkgsrc.org>2014-09-07 20:17:29 +0000
commitf4b45a5d55879790ffd9ceb6ec37c114b72ecaf3 (patch)
treed578faa6909568f9fa8b2282eab6debd41439fb2 /devel/global/Makefile
parentb943fc4377c09e6c529ce9fbe3a945480fa707a1 (diff)
downloadpkgsrc-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/Makefile7
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"