diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2011-08-09 16:46:38 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2011-08-09 16:46:38 +0000 |
commit | 428240801fe9c09e970fc0671da6dfd24043678f (patch) | |
tree | 3d4eaa6a41d857498f4ae454a33f0badf39438ec /textproc | |
parent | bf974945efd42e17ccd482795013a4a1a577b457 (diff) | |
download | ports-428240801fe9c09e970fc0671da6dfd24043678f.tar.gz ports-428240801fe9c09e970fc0671da6dfd24043678f.zip |
Remove textproc/ack as it is already already in the tree as textproc/p5-ack
Notes
Notes:
svn path=/head/; revision=279361
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ack/Makefile | 26 | ||||
-rw-r--r-- | textproc/ack/distinfo | 2 | ||||
-rw-r--r-- | textproc/ack/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/ack/pkg-plist | 12 |
5 files changed, 0 insertions, 45 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index aa909980d444..43f8e467795b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -4,7 +4,6 @@ COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff - SUBDIR += ack SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft diff --git a/textproc/ack/Makefile b/textproc/ack/Makefile deleted file mode 100644 index 1ea8f83c84b3..000000000000 --- a/textproc/ack/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 4721484badcb..000000000000 --- a/textproc/ack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 541e344b620d..000000000000 --- a/textproc/ack/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index a0882b5840b9..000000000000 --- a/textproc/ack/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -@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 |