diff options
author | seb <seb@pkgsrc.org> | 2009-12-04 22:35:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-12-04 22:35:00 +0000 |
commit | b79aea1947196fdb4e862f5b28eef6706c77927b (patch) | |
tree | d0b2dcb23588d9d029c60057d7c79f06c41bb0c1 /textproc/p5-ack | |
parent | e3ffeb514dfc216979d920d11c1bbe8ef03156e7 (diff) | |
download | pkgsrc-b79aea1947196fdb4e862f5b28eef6706c77927b.tar.gz |
Initial import of p5-ack version 1.90 in the NetBSD Packages
Collection.
Ack is designed as a replacement for 99% of the uses of grep. Ack
is intelligent about the files it searches and the directories trees
it should not descend into.
Diffstat (limited to 'textproc/p5-ack')
-rw-r--r-- | textproc/p5-ack/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-ack/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-ack/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-ack/DESCR b/textproc/p5-ack/DESCR new file mode 100644 index 00000000000..10d524102a2 --- /dev/null +++ b/textproc/p5-ack/DESCR @@ -0,0 +1,3 @@ +Ack is designed as a replacement for 99% of the uses of grep. Ack +is intelligent about the files it searches and the directories trees +it should not descend into. diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile new file mode 100644 index 00000000000..8906e7a2677 --- /dev/null +++ b/textproc/p5-ack/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/04 22:35:00 seb Exp $ + +DISTNAME= ack-1.90 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/ack/ +COMMENT= Grep-like text finder +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ack/.packlist + +DEPENDS+= p5-File-Next-[0-9]*:../../devel/p5-File-Next +DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor +BUILD_DEPENDS+= p5-Test-Harness>=2.5:../../devel/p5-Test-Harness + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo new file mode 100644 index 00000000000..014dc1ed3e9 --- /dev/null +++ b/textproc/p5-ack/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/04 22:35:00 seb Exp $ + +SHA1 (ack-1.90.tar.gz) = b329657754e34cc1aa51a2769ae081fca8183f53 +RMD160 (ack-1.90.tar.gz) = e180b3d3a50c04dcf296169f10076c3c0389d612 +Size (ack-1.90.tar.gz) = 101587 bytes |