pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-ack Initial import of p5-ack version 1.90 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e111819982d5
branches:  trunk
changeset: 568112:e111819982d5
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Dec 04 22:35:00 2009 +0000

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

 textproc/p5-ack/DESCR    |   3 +++
 textproc/p5-ack/Makefile |  23 +++++++++++++++++++++++
 textproc/p5-ack/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 02e525cd11d4 -r e111819982d5 textproc/p5-ack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-ack/DESCR     Fri Dec 04 22:35:00 2009 +0000
@@ -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 -r 02e525cd11d4 -r e111819982d5 textproc/p5-ack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-ack/Makefile  Fri Dec 04 22:35:00 2009 +0000
@@ -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@localhost
+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 -r 02e525cd11d4 -r e111819982d5 textproc/p5-ack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-ack/distinfo  Fri Dec 04 22:35:00 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index