pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-ack Update to 2.04. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bfbc910febd
branches:  trunk
changeset: 621482:7bfbc910febd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 10 01:44:55 2013 +0000

description:
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:

 textproc/p5-ack/Makefile |  5 ++---
 textproc/p5-ack/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 140594d28b27 -r 7bfbc910febd textproc/p5-ack/Makefile
--- a/textproc/p5-ack/Makefile  Wed Jul 10 01:37:34 2013 +0000
+++ b/textproc/p5-ack/Makefile  Wed Jul 10 01:44:55 2013 +0000
@@ -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 -r 140594d28b27 -r 7bfbc910febd textproc/p5-ack/distinfo
--- a/textproc/p5-ack/distinfo  Wed Jul 10 01:37:34 2013 +0000
+++ b/textproc/p5-ack/distinfo  Wed Jul 10 01:44:55 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index