From 04566de073c997f94d7b9dbb33de8701f404bf82 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 7 Sep 2014 20:17:29 +0000 Subject: 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. --- devel/global/Makefile | 7 +++++-- devel/global/PLIST | 5 ++++- devel/global/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'devel/global') 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" diff --git a/devel/global/PLIST b/devel/global/PLIST index 1ea22050f68..b0d67dd548c 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2014/08/17 16:31:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2014/09/07 20:17:29 wiz Exp $ bin/global bin/globash bin/gozilla @@ -8,6 +8,7 @@ bin/htags bin/htags-server info/global.info lib/gtags/exuberant-ctags.la +lib/gtags/pygments-parser.la lib/gtags/user-custom.la man/man1/global.1 man/man1/globash.1 @@ -29,6 +30,7 @@ share/gtags/INSTALL share/gtags/LICENSE share/gtags/NEWS share/gtags/PLUGIN_HOWTO +share/gtags/PLUGIN_HOWTO.pygments share/gtags/README share/gtags/SERVERSIDE_HOWTO share/gtags/THANKS @@ -92,5 +94,6 @@ 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.tmpl @pkgdir var/gtags/sitekeys diff --git a/devel/global/distinfo b/devel/global/distinfo index cdaf3c3577e..8ce15775407 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2014/08/17 16:31:32 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/09/07 20:17:29 wiz Exp $ -SHA1 (global-6.3.1.tar.gz) = b1c5db20ed31978ce7e41bda8e7f1db9daba2f35 -RMD160 (global-6.3.1.tar.gz) = 69bbd5784b3e93fcb7ff3d67dc93b609bb8860a1 -Size (global-6.3.1.tar.gz) = 1369634 bytes +SHA1 (global-6.3.2.tar.gz) = 46b681a0ccb84c928a67f6901ca60227ad71b5bd +RMD160 (global-6.3.2.tar.gz) = fd377561189c4aa408ea28fe2f3c73ef0b1b11c0 +Size (global-6.3.2.tar.gz) = 1386734 bytes -- cgit v1.2.3