diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-05-06 05:06:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-05-06 05:06:27 +0800 |
commit | fc8c61b54e626d2a808f5ffc70043a2a24536b2b (patch) | |
tree | 0b9e82545e30be931a4e09925c8ca8e2b2855555 /textproc | |
parent | 8c2f194a1111f264799796ec2556ca2c4e6fb295 (diff) | |
download | freebsd-ports-gnome-fc8c61b54e626d2a808f5ffc70043a2a24536b2b.tar.gz freebsd-ports-gnome-fc8c61b54e626d2a808f5ffc70043a2a24536b2b.tar.zst freebsd-ports-gnome-fc8c61b54e626d2a808f5ffc70043a2a24536b2b.zip |
Add p5-Text-Table 1.102, organize Data in Tables.
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c53fc6949a2d..c00ed2027fb5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -323,6 +323,7 @@ SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Striphigh + SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-Template SUBDIR += p5-Text-Tmpl 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 |