summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2013-07-10 01:44:55 +0000
committerschmonz <schmonz@pkgsrc.org>2013-07-10 01:44:55 +0000
commitd346a4ad28dd04635b3408b281810f5377625014 (patch)
tree3277faee81b0629c84215decedd1b5ebef4fef5d /textproc
parentaa00e8e663955f0b27eccf22554dc35326f4aa77 (diff)
downloadpkgsrc-d346a4ad28dd04635b3408b281810f5377625014.tar.gz
Update to 2.04. From the changelog:
ack now runs on a standard Perl 5.8.8 install with no module updates. The minimum Perl requirement for ack is now explicitly 5.8.8. Anything before 5.8.8 will not work, and we've added checks. Thanks, Michael McClimon. [FIXES] ack was colorizing captured groups even if --nocolor was given. Thanks, Dale Sedivic. [ENHANCEMENTS] The --shell file type now recognizes the fish shell. We now ignore minified CSS or Javascript, in the form of either *.css.min or *.min.css, or *.js.min or *.min.js. Added support for the Dart language. ack 2.02 was much slower than ack 1.96, up to 8x slower in some cases. These slowdowns have been mostly eliminated, and in some cases ack 2.04 is now faster than 1.96. The firstlinematch file type detection option now only searches the first 250 characters of the first line of the file. Otherwise, ack would read entire text files that were only one line long, such as minified JavaScript, and that would be slow. Thanks, Michael McClimon. [DOCUMENTATION] Many clarifications and cleanups. Thanks, Michael McClimon.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-ack/Makefile5
-rw-r--r--textproc/p5-ack/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile
index 2d4e1c6e72b..4d792477be5 100644
--- a/textproc/p5-ack/Makefile
+++ b/textproc/p5-ack/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2013/05/31 12:42:23 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2013/07/10 01:44:55 schmonz Exp $
-DISTNAME= ack-2.00
+DISTNAME= ack-2.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo
index 068f7719c5c..625bbac5118 100644
--- a/textproc/p5-ack/distinfo
+++ b/textproc/p5-ack/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/04/20 14:38:50 wiz Exp $
+$NetBSD: distinfo,v 1.6 2013/07/10 01:44:55 schmonz Exp $
-SHA1 (ack-2.00.tar.gz) = 46bc8b2d5ca32dd51b215b45543f58080898c06b
-RMD160 (ack-2.00.tar.gz) = 9776b45775f2b550d8240e16916d7f0b05953694
-Size (ack-2.00.tar.gz) = 185079 bytes
+SHA1 (ack-2.04.tar.gz) = 9576a3d77fad1fd94e2b1ed1684779e3980646f8
+RMD160 (ack-2.04.tar.gz) = 29eb86356f51f60667ce216ad24d3de0d25b8feb
+Size (ack-2.04.tar.gz) = 209885 bytes