mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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/
This commit is contained in:
parent
497f7d9f02
commit
2f0c1de452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279343
5 changed files with 45 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
COMMENT = Text processing utilities (does not include desktop publishing)
|
||||
|
||||
SUBDIR += 2bsd-diff
|
||||
SUBDIR += ack
|
||||
SUBDIR += add-css-links
|
||||
SUBDIR += af-aspell
|
||||
SUBDIR += aft
|
||||
|
|
26
textproc/ack/Makefile
Normal file
26
textproc/ack/Makefile
Normal file
|
@ -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>
|
2
textproc/ack/distinfo
Normal file
2
textproc/ack/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ack-1.94.tar.gz) = 5def0df74e17eb87f7848997879c958e42ed93554113c655c7ca5c0066c3156d
|
||||
SIZE (ack-1.94.tar.gz) = 109343
|
4
textproc/ack/pkg-descr
Normal file
4
textproc/ack/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
ack is a tool like grep, designed for programmers with large trees of
|
||||
heterogeneous source code.
|
||||
|
||||
WWW: http://betterthangrep.com/
|
12
textproc/ack/pkg-plist
Normal file
12
textproc/ack/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue