summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-11 21:53:59 +0000
committerhubertf <hubertf>1997-10-11 21:53:59 +0000
commitf5ee8e2561694e498edddcfba4a7f15ea35e3c17 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/p5-Array-PrintCols
parentef17a602de1210761f4ecdc6eea0e872eae46423 (diff)
downloadpkgsrc-f5ee8e2561694e498edddcfba4a7f15ea35e3c17.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r--misc/p5-Array-PrintCols/Makefile24
-rw-r--r--misc/p5-Array-PrintCols/files/md51
-rw-r--r--misc/p5-Array-PrintCols/patches/patch-aa13
-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
6 files changed, 48 insertions, 0 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
new file mode 100644
index 00000000000..b3625bee4e8
--- /dev/null
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Array-PrintCols
+# Version required: 1.2
+# Date created: October 17th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:39 hubertf Exp $
+#
+
+DISTNAME= Array-PrintCols-1.2
+PKGNAME= p5-Array-PrintCols-1.2
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Array
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+USE_PERL5= YES
+
+NO_BUILD= YES
+WRKSRC= ${WRKDIR}/Array-PrintCols
+MAN3= Array::PrintCols.3p
+MANPREFIX= ${PREFIX}/lib/perl5
+
+.include <bsd.port.mk>
diff --git a/misc/p5-Array-PrintCols/files/md5 b/misc/p5-Array-PrintCols/files/md5
new file mode 100644
index 00000000000..79746b7709a
--- /dev/null
+++ b/misc/p5-Array-PrintCols/files/md5
@@ -0,0 +1 @@
+MD5 (Array-PrintCols-1.2.tar.gz) = 9dd483fbc72eefb0587a0e0c0a614926
diff --git a/misc/p5-Array-PrintCols/patches/patch-aa b/misc/p5-Array-PrintCols/patches/patch-aa
new file mode 100644
index 00000000000..4b9fc5cd4dd
--- /dev/null
+++ b/misc/p5-Array-PrintCols/patches/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Thu Oct 17 16:53:08 1996
++++ Makefile Thu Oct 17 16:53:58 1996
+@@ -65,8 +65,8 @@
+ NETLIB = $(NETROOT)/lib
+ NETMAN = $(NETROOT)/man/man$(MANSEC)
+
+- LOCALROOT = /usr/local/perl5
+- LOCALLIB = $(LOCALROOT)/lib
++ LOCALROOT = /usr/local/lib/perl5
++ LOCALLIB = $(LOCALROOT)/site_perl
+ LOCALMAN = $(LOCALROOT)/man/man$(MANSEC)
+
+ HOMEROOT = $(HOME)
diff --git a/misc/p5-Array-PrintCols/pkg/COMMENT b/misc/p5-Array-PrintCols/pkg/COMMENT
new file mode 100644
index 00000000000..53dd98936e8
--- /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 00000000000..47d35269d56
--- /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 00000000000..3f3692fb881
--- /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.gz
+@dirrm lib/perl5/site_perl/Array