summaryrefslogtreecommitdiff
path: root/textproc/p5-ack
diff options
context:
space:
mode:
authorwiz <wiz>2013-09-05 19:48:07 +0000
committerwiz <wiz>2013-09-05 19:48:07 +0000
commit7aeec841b5850c80c14f6521da33056af8b7bd55 (patch)
treec427f767a838aee66b5116b9a9610aeff83508e6 /textproc/p5-ack
parent544ea3c148e94b4ccd150725fd7257f9f21816ef (diff)
downloadpkgsrc-7aeec841b5850c80c14f6521da33056af8b7bd55.tar.gz
Update to 2.08:
2.08 Thu Aug 22 23:11:45 CDT 2013 ==================================== [ENHANCEMENTS] ack now ignores CMake's build/cache directories by default. Thanks, Volodymyr Medvid. Add shebang matching for --lua files. Add documentation for --ackrc. Add Elixir filetype. Add --cathy option. Thanks to Joe McMahon. Add some helpful debugging tips when an invalid option is found. Thanks to Charles Lee. Ignore PDF files by default, because Perl will detect them as text. Ignore .gif, .jpg, .jpeg and .png files. They won't normally be selected, but this is an optimization so that ack doesn't have to open them to know. [FIXES] Ack's colorizing of output would get confused with multiple sets of parentheses. This has been fixed. (Issue #276) Ack would get confused when trying to colorize the output in DOS-format files. This has been fixed. (Issue #145) 2.05_01 Tue May 28 10:12:04 CDT 2013 ==================================== [ENHANCEMENTS] We now ignore the node_modules directories created by npm. Thanks, Konrad Borowski. --pager without an argument implies --pager=$PAGER. --perl now recognizes Plack-style .psgi files. Thanks, Ron Savage. Added filetypes for Coffescript, JSON, LESS, and Sass. [FIXES] Command-line options now override options set in ackrc files. ACK_PAGER and ACK_PAGER_COLOR now work as advertised. Fix a bug resulting in uninitialized variable warnings when more than one capture group was specified in the search pattern. Make sure ack is happy to build and test under cron and other console-less environments. Colored output is now supported and on by default on Windows.
Diffstat (limited to 'textproc/p5-ack')
-rw-r--r--textproc/p5-ack/Makefile4
-rw-r--r--textproc/p5-ack/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile
index 4d792477be5..cbcb079cfd8 100644
--- a/textproc/p5-ack/Makefile
+++ b/textproc/p5-ack/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2013/07/10 01:44:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2013/09/05 19:48:07 wiz Exp $
-DISTNAME= ack-2.04
+DISTNAME= ack-2.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo
index 625bbac5118..baff8602884 100644
--- a/textproc/p5-ack/distinfo
+++ b/textproc/p5-ack/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/07/10 01:44:55 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2013/09/05 19:48:07 wiz Exp $
-SHA1 (ack-2.04.tar.gz) = 9576a3d77fad1fd94e2b1ed1684779e3980646f8
-RMD160 (ack-2.04.tar.gz) = 29eb86356f51f60667ce216ad24d3de0d25b8feb
-Size (ack-2.04.tar.gz) = 209885 bytes
+SHA1 (ack-2.08.tar.gz) = 86a277e562381627b85d44b1453404d499995c6e
+RMD160 (ack-2.08.tar.gz) = d99dfd337d3ae50c68dd95a0634713da94f805ae
+Size (ack-2.08.tar.gz) = 210625 bytes