diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-05-05 21:06:27 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-05-05 21:06:27 +0000 |
commit | fc8c61b54e626d2a808f5ffc70043a2a24536b2b (patch) | |
tree | 0b9e82545e30be931a4e09925c8ca8e2b2855555 /textproc/p5-Text-Table | |
parent | 8c2f194a1111f264799796ec2556ca2c4e6fb295 (diff) | |
download | FreeBSD-ports-fc8c61b54e626d2a808f5ffc70043a2a24536b2b.zip FreeBSD-ports-fc8c61b54e626d2a808f5ffc70043a2a24536b2b.tar.gz |
Add p5-Text-Table 1.102, organize Data in Tables.
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'textproc/p5-Text-Table')
-rw-r--r-- | textproc/p5-Text-Table/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-Table/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Table/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Table/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile new file mode 100644 index 0000000..a8c022f --- /dev/null +++ b/textproc/p5-Text-Table/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: textproc/p5-Text-Table +# Date created: May 2004 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Table +PORTVERSION= 1.102 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= autrijus@autrijus.org +COMMENT= Organize Data in Tables + +BUILD_DEPENDS= ${SITE_PERL}/Text/Aligner.pm:${PORTSDIR}/textproc/p5-Text-Aligner +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::Table.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Table/distinfo b/textproc/p5-Text-Table/distinfo new file mode 100644 index 0000000..05765c4 --- /dev/null +++ b/textproc/p5-Text-Table/distinfo @@ -0,0 +1,2 @@ +MD5 (Text-Table-1.102.tar.gz) = 2e067568a60f203f7b8d84ae8be38f49 +SIZE (Text-Table-1.102.tar.gz) = 21782 diff --git a/textproc/p5-Text-Table/pkg-descr b/textproc/p5-Text-Table/pkg-descr new file mode 100644 index 0000000..120c6b1 --- /dev/null +++ b/textproc/p5-Text-Table/pkg-descr @@ -0,0 +1,7 @@ +Organization of data in table form is a time-honored and useful method +of data representation. While columns of data are trivially generated +by computer through formatted output, even simple tasks like keeping +titles aligned with the data columns are not trivial, and the one-shot +solutions one comes up with tend to be particularly hard to maintain. +Text::Table allows you to create and maintain tables that adapt to +alignment requirements as you use them. diff --git a/textproc/p5-Text-Table/pkg-plist b/textproc/p5-Text-Table/pkg-plist new file mode 100644 index 0000000..6e94866 --- /dev/null +++ b/textproc/p5-Text-Table/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Text/Table.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Table/.packlist +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Table +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true |