diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-11-16 13:53:01 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-11-16 13:53:01 +0000 |
commit | 525a1ae8456872371c48362e66e146961597e193 (patch) | |
tree | 77bfed90ebc4222ce7669550213825cd52087957 /textproc | |
parent | 24adc7cce5ec8f5580012128b6b855823f9231c0 (diff) | |
download | ports-525a1ae8456872371c48362e66e146961597e193.tar.gz ports-525a1ae8456872371c48362e66e146961597e193.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6edf1b31adad..fb0147901f42 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -436,6 +436,7 @@ SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity + SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table diff --git a/textproc/p5-Text-SimpleTable/Makefile b/textproc/p5-Text-SimpleTable/Makefile new file mode 100644 index 000000000000..63ad013a1393 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Text-SimpleTable +# Date created: 15 Nov 2005 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= Text-SimpleTable +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Simple Eyecandy ASCII Tables + +PERL_MODBUILD= yes + +MAN3= Text::SimpleTable.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \ + ${WRKSRC}/lib/Text/SimpleTable.pm +.endif +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-SimpleTable/distinfo b/textproc/p5-Text-SimpleTable/distinfo new file mode 100644 index 000000000000..baf81c4da471 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-SimpleTable-0.02.tar.gz) = 03604215eb4f2a279bf2f39d13f874f6 +SHA256 (Text-SimpleTable-0.02.tar.gz) = 53c183ea7a85c5ca6f3c0f8357af231f18b73f1e46d3b17fd5663428f4b6cbb2 +SIZE (Text-SimpleTable-0.02.tar.gz) = 3656 diff --git a/textproc/p5-Text-SimpleTable/pkg-descr b/textproc/p5-Text-SimpleTable/pkg-descr new file mode 100644 index 000000000000..1a47104fcde3 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/pkg-descr @@ -0,0 +1,3 @@ +Simple eyecandy ASCII tables, as seen in Catalyst. + +WWW: http://search.cpan.org/dist/Text-SimpleTable/ diff --git a/textproc/p5-Text-SimpleTable/pkg-plist b/textproc/p5-Text-SimpleTable/pkg-plist new file mode 100644 index 000000000000..e5dfcb0280b5 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/SimpleTable.pm +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |