diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-05-05 21:06:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-05-05 21:06:27 +0000 |
commit | 9f99d62fba077aac780db630304ed5e60f0720d4 (patch) | |
tree | d334936cee01ea95c96c37917a3e1355b87e7176 /textproc/p5-Text-Table | |
parent | 2671451d9b3ec6116eb8fc7ab357c867410a24ed (diff) | |
download | ports-9f99d62fba077aac780db630304ed5e60f0720d4.tar.gz ports-9f99d62fba077aac780db630304ed5e60f0720d4.zip |
Notes
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 000000000000..a8c022f31ddc --- /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 000000000000..05765c4c54a4 --- /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 000000000000..120c6b184133 --- /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 000000000000..6e948666e1fd --- /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 |