summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:21:54 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:21:54 +0000
commit5ee8f73fe6ada0732911415d85afe59bd313ae0e (patch)
tree5be312086e35b3ee2897dcbba3c67f79da956b58 /misc
parentperl5 module to determine the size of images in several common formats. (diff)
perl5 module to print arrays of elements in sorted columns
Notes
Notes: svn path=/head/; revision=4109
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Array-PrintCols/Makefile34
-rw-r--r--misc/p5-Array-PrintCols/distinfo1
-rw-r--r--misc/p5-Array-PrintCols/pkg-comment1
-rw-r--r--misc/p5-Array-PrintCols/pkg-descr5
-rw-r--r--misc/p5-Array-PrintCols/pkg-plist4
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