summaryrefslogtreecommitdiff
path: root/textproc/ack
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2011-08-09 13:48:34 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2011-08-09 13:48:34 +0000
commit2f0c1de452c61ca8a68d1ea619b6cee92aaf79c9 (patch)
treee8333c8be258a9ce6a9304b74410628c7a4a4789 /textproc/ack
parentBot::Training::StarCraft provides starcraft.trn training data for Bot::Training. (diff)
ack is a tool like grep, designed for programmers with large trees of
heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions WWW: http://betterthangrep.com/
Notes
Notes: svn path=/head/; revision=279343
Diffstat (limited to 'textproc/ack')
-rw-r--r--textproc/ack/Makefile26
-rw-r--r--textproc/ack/distinfo2
-rw-r--r--textproc/ack/pkg-descr4
-rw-r--r--textproc/ack/pkg-plist12
4 files changed, 44 insertions, 0 deletions
diff --git a/textproc/ack/Makefile b/textproc/ack/Makefile
new file mode 100644
index 000000000000..1ea8f83c84b3
--- /dev/null
+++ b/textproc/ack/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ack
+# Date created: 2011-08-08
+# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ack
+PORTVERSION= 1.94
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../by-authors/id/P/PE/PETDANCE
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= Grep-like tool optimized for working with source code
+
+BUILD_DEPENDS= p5-File-Next>=1.06:${PORTSDIR}/sysutils/p5-File-Next
+RUN_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \
+ p5-Term-ANSIColor>=3.00:${PORTSDIR}/devel/p5-Term-ANSIColor \
+ p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
+
+PERL_CONFIGURE= yes
+
+MAN1= ack.1
+
+.include <bsd.port.mk>
diff --git a/textproc/ack/distinfo b/textproc/ack/distinfo
new file mode 100644
index 000000000000..4721484badcb
--- /dev/null
+++ b/textproc/ack/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ack-1.94.tar.gz) = 5def0df74e17eb87f7848997879c958e42ed93554113c655c7ca5c0066c3156d
+SIZE (ack-1.94.tar.gz) = 109343
diff --git a/textproc/ack/pkg-descr b/textproc/ack/pkg-descr
new file mode 100644
index 000000000000..541e344b620d
--- /dev/null
+++ b/textproc/ack/pkg-descr
@@ -0,0 +1,4 @@
+ack is a tool like grep, designed for programmers with large trees of
+heterogeneous source code.
+
+WWW: http://betterthangrep.com/
diff --git a/textproc/ack/pkg-plist b/textproc/ack/pkg-plist
new file mode 100644
index 000000000000..a0882b5840b9
--- /dev/null
+++ b/textproc/ack/pkg-plist
@@ -0,0 +1,12 @@
+@comment $FreeBSD$
+bin/ack
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/ack/.packlist
+%%SITE_PERL%%/App/Ack.pm
+%%SITE_PERL%%/App/Ack/Repository.pm
+%%SITE_PERL%%/App/Ack/Plugin.pm
+%%SITE_PERL%%/App/Ack/Resource.pm
+%%SITE_PERL%%/App/Ack/Plugin/Basic.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ack
+@dirrm %%SITE_PERL%%/App/Ack/Plugin
+@dirrm %%SITE_PERL%%/App/Ack
+@dirrmtry %%SITE_PERL%%/App