diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:21:54 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:21:54 +0000 |
commit | 5ee8f73fe6ada0732911415d85afe59bd313ae0e (patch) | |
tree | 5be312086e35b3ee2897dcbba3c67f79da956b58 /misc/p5-Array-PrintCols | |
parent | 83477769e7c85da25d0ac40aa8926ba8b0e9dbfa (diff) | |
download | ports-5ee8f73fe6ada0732911415d85afe59bd313ae0e.tar.gz ports-5ee8f73fe6ada0732911415d85afe59bd313ae0e.zip |
perl5 module to print arrays of elements in sorted columns
Notes
Notes:
svn path=/head/; revision=4109
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 34 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-descr | 5 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile new file mode 100644 index 000000000000..896312a314b9 --- /dev/null +++ b/misc/p5-Array-PrintCols/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Array-PrintCols +# Version required: 1.2 +# Date created: October 17th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Array-PrintCols-1.2 +PKGNAME= p5-Array-PrintCols-1.2 +CATEGORIES+= misc +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Array/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Array/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Array/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Array/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Array/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Array/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +NO_BUILD= YES + +WRKSRC= ${WRKDIR}/Array-PrintCols + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in ; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/misc/p5-Array-PrintCols/distinfo b/misc/p5-Array-PrintCols/distinfo new file mode 100644 index 000000000000..79746b7709a3 --- /dev/null +++ b/misc/p5-Array-PrintCols/distinfo @@ -0,0 +1 @@ +MD5 (Array-PrintCols-1.2.tar.gz) = 9dd483fbc72eefb0587a0e0c0a614926 diff --git a/misc/p5-Array-PrintCols/pkg-comment b/misc/p5-Array-PrintCols/pkg-comment new file mode 100644 index 000000000000..53dd98936e8a --- /dev/null +++ b/misc/p5-Array-PrintCols/pkg-comment @@ -0,0 +1 @@ +perl5 module to print arrays of elements in sorted columns. diff --git a/misc/p5-Array-PrintCols/pkg-descr b/misc/p5-Array-PrintCols/pkg-descr new file mode 100644 index 000000000000..47d35269d560 --- /dev/null +++ b/misc/p5-Array-PrintCols/pkg-descr @@ -0,0 +1,5 @@ +Array::PrintCols is a Perl 5 module which defines a subroutine to +print arrays of elements in alphabetically, vertically sorted columns. +Optional arguments can be given to control either the width or number of +the columns, the total width of the output, and the amount of +indentation. diff --git a/misc/p5-Array-PrintCols/pkg-plist b/misc/p5-Array-PrintCols/pkg-plist new file mode 100644 index 000000000000..bda3f415562f --- /dev/null +++ b/misc/p5-Array-PrintCols/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/Array/PrintCols-1.2.pm +lib/perl5/site_perl/Array/PrintCols.pm +lib/perl5/man/man3/Array::PrintCols.3p +@dirrm lib/perl5/site_perl/Array |