aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-ack
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-01-07 17:28:31 +0000
committerChris Rees <crees@FreeBSD.org>2013-01-07 17:28:31 +0000
commit054cd49885e7561062f88cefdb507addcc4b6833 (patch)
tree887462cb7b25d3c5b86f81ff077ee7374af45f96 /textproc/p5-ack
parentfdb71e16b0654f375aca478e4249a6ea0293ab9b (diff)
downloadports-054cd49885e7561062f88cefdb507addcc4b6833.tar.gz
ports-054cd49885e7561062f88cefdb507addcc4b6833.zip
Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by: Sebastian Santoro (original idea) Reviewed by: perl
Notes
Notes: svn path=/head/; revision=310049
Diffstat (limited to 'textproc/p5-ack')
-rw-r--r--textproc/p5-ack/Makefile39
-rw-r--r--textproc/p5-ack/distinfo2
-rw-r--r--textproc/p5-ack/pkg-descr13
-rw-r--r--textproc/p5-ack/pkg-plist12
4 files changed, 0 insertions, 66 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile
deleted file mode 100644
index 9dbe7fd250a2..000000000000
--- a/textproc/p5-ack/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: chinsan <chinsan.tw@gmail.com>
-# $FreeBSD$
-
-PORTNAME= ack
-PORTVERSION= 1.96
-PORTREVISION= 1
-CATEGORIES= textproc perl5 sysutils
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= App
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= A grep-like text finder for large trees of text
-
-BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-CONFLICTS_INSTALL= ja-ack-[0-9]*
-
-MAN1= ack.1
-
-OPTIONS_DEFINE= BASH_COMPLETE
-BASH_COMPLETE_DESC= install bash completion files
-
-.include <bsd.port.options.mk>
-
-COMPLETION_DIR= ${PREFIX}/etc/bash_completion.d
-.if ${PORT_OPTIONS:MBASH_COMPLETE}
-RUN_DEPENDS+= ${COMPLETION_DIR}:${PORTSDIR}/shells/bash-completion
-PLIST_SUB+= BASH=""
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/etc/ack.bash_completion.sh ${COMPLETION_DIR}
-.else
-PLIST_SUB+= BASH="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo
deleted file mode 100644
index 0136e0dc87dd..000000000000
--- a/textproc/p5-ack/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ack-1.96.tar.gz) = bb9d29842d8c5c1ec7ad9b577707aca0e1d278e8e21560dbed76ea3b5aa6cb64
-SIZE (ack-1.96.tar.gz) = 111986
diff --git a/textproc/p5-ack/pkg-descr b/textproc/p5-ack/pkg-descr
deleted file mode 100644
index 84372b386b46..000000000000
--- a/textproc/p5-ack/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-ack is a grep-like program with optimizations for searching through large
-trees of source code.
-
-Key improvements include:
-
- * Defaults to only searching program source code
- * Defaults to recursively searching directories
- * Ignores blib directories.
- * Ignores source code control directories, like CVS, .svn and _darcs.
- * Uses Perl regular expressions
- * Highlights matched text
-
-WWW: http://search.cpan.org/dist/ack/
diff --git a/textproc/p5-ack/pkg-plist b/textproc/p5-ack/pkg-plist
deleted file mode 100644
index aa2009ee79bf..000000000000
--- a/textproc/p5-ack/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/ack
-%%BASH%%etc/bash_completion.d/ack.bash_completion.sh
-%%SITE_PERL%%/App/Ack.pm
-%%SITE_PERL%%/App/Ack/Plugin/Basic.pm
-%%SITE_PERL%%/App/Ack/Plugin.pm
-%%SITE_PERL%%/App/Ack/Repository.pm
-%%SITE_PERL%%/App/Ack/Resource.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/ack/.packlist
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ack
-@dirrmtry %%SITE_PERL%%/App/Ack/Plugin
-@dirrmtry %%SITE_PERL%%/App/Ack
-@dirrmtry %%SITE_PERL%%/App