diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-08-10 00:46:38 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-08-10 00:46:38 +0800 |
commit | 2b03a83f1801b9e62df10412eb8a33e2f5443560 (patch) | |
tree | 4748fba6d695692cfdd59a976cd2b5e3152a130d /textproc | |
parent | e364c58d7ff0982c85e193efcbf4aad3f66263f5 (diff) | |
download | freebsd-ports-gnome-2b03a83f1801b9e62df10412eb8a33e2f5443560.tar.gz freebsd-ports-gnome-2b03a83f1801b9e62df10412eb8a33e2f5443560.tar.zst freebsd-ports-gnome-2b03a83f1801b9e62df10412eb8a33e2f5443560.zip |
Remove textproc/ack as it is already already in the tree as textproc/p5-ack
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 |