diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-16 05:00:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-16 05:00:47 +0000 |
commit | 76d7bca3b5996464154ba4c030dc9784cf8fa026 (patch) | |
tree | 86a4b9e4111a93d57e3183e2b8318b05bacb8bfa /textproc/p5-ack | |
parent | 1ca93b4f2e5fba329baf583ec091666622f5aa86 (diff) | |
download | ports-76d7bca3b5996464154ba4c030dc9784cf8fa026.tar.gz ports-76d7bca3b5996464154ba4c030dc9784cf8fa026.zip |
Add p5-ack 1.24, a grep-like text finder for large trees of text.
PR: ports/102073
Submitted by: chinsan <chinsan.tw at gmail.com>
Notes
Notes:
svn path=/head/; revision=170768
Diffstat (limited to 'textproc/p5-ack')
-rw-r--r-- | textproc/p5-ack/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-ack/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-ack/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/p5-ack/pkg-plist | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile new file mode 100644 index 000000000000..dec29079d364 --- /dev/null +++ b/textproc/p5-ack/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-ack +# Date created: 2006/08/15 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= ack +PORTVERSION= 1.24 +CATEGORIES= textproc perl5 sysutils +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= App +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= A grep-like text finder for large trees of text + +PERL_CONFIGURE= yes + +MAN1= ack.1 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo new file mode 100644 index 000000000000..534dc44d0439 --- /dev/null +++ b/textproc/p5-ack/distinfo @@ -0,0 +1,3 @@ +MD5 (ack-1.24.tar.gz) = 325c97ef696678020f3bf9a4ca18913d +SHA256 (ack-1.24.tar.gz) = 93321128652c08adb62fff72d00740e6fd8f4c2e90ed08670459334b645ed991 +SIZE (ack-1.24.tar.gz) = 10928 diff --git a/textproc/p5-ack/pkg-descr b/textproc/p5-ack/pkg-descr new file mode 100644 index 000000000000..84372b386b46 --- /dev/null +++ b/textproc/p5-ack/pkg-descr @@ -0,0 +1,13 @@ +ack is a grep-like program with optimizations for searching through large +trees of source code. + +Key improvements include: + + * Defaults to only searching program source code + * Defaults to recursively searching directories + * Ignores blib directories. + * Ignores source code control directories, like CVS, .svn and _darcs. + * Uses Perl regular expressions + * Highlights matched text + +WWW: http://search.cpan.org/dist/ack/ diff --git a/textproc/p5-ack/pkg-plist b/textproc/p5-ack/pkg-plist new file mode 100644 index 000000000000..2c7304403b17 --- /dev/null +++ b/textproc/p5-ack/pkg-plist @@ -0,0 +1,5 @@ +bin/ack +%%SITE_PERL%%/App/Ack.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ack/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ack +@dirrmtry %%SITE_PERL%%/App |