App::Ack - A container for functions for the ack program. ack is a tool

like grep, aimed at 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.

ok simon@
This commit is contained in:
pyr 2007-08-29 08:05:10 +00:00
parent e539e8eca0
commit 06bdea79a1
4 changed files with 35 additions and 0 deletions

20
textproc/p5-ack/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/29 08:05:10 pyr Exp $
COMMENT= grep like tool, aimed at programmers
MODULES= cpan
DISTNAME= ack-1.64
CPAN_AUTHOR= PETDANCE
CATEGORIES= textproc
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::devel/p5-File-Next
.include <bsd.port.mk>

5
textproc/p5-ack/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (ack-1.64.tar.gz) = o0WWI/7dH6HmGHmf8a4Hvg==
RMD160 (ack-1.64.tar.gz) = IjuctxeMe71xH7lgel6JyAZPuXg=
SHA1 (ack-1.64.tar.gz) = /bmJ1GT5kzI7CGAUTly/srk+kOw=
SHA256 (ack-1.64.tar.gz) = 2nP4KkX0vRDUcZonRW6sNC/BJeunCF4f40JibGeH58g=
SIZE (ack-1.64.tar.gz) = 37250

View File

@ -0,0 +1,4 @@
App::Ack - A container for functions for the ack program. ack is a tool
like grep, aimed at 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.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/29 08:05:10 pyr Exp $
bin/ack
${P5SITE}/App/
${P5SITE}/App/Ack.pm
@man man/man1/ack.1
@man man/man3p/Ack.3p