summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
authorbad <bad>1999-06-10 15:30:29 +0000
committerbad <bad>1999-06-10 15:30:29 +0000
commite45ad0433b4f7f503f66aa065074e38e799ba9ab (patch)
tree95f1cd526d1d576a9e95991edbb85f8889fa221b /devel/p5-Data-ShowTable
parent161e3f735bfadb4dc5f98e96920078086f5fc80f (diff)
downloadpkgsrc-e45ad0433b4f7f503f66aa065074e38e799ba9ab.tar.gz
Initial import of Data-ShowTable-3.3, a perl module to generate
formatted lists from arrays.
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r--devel/p5-Data-ShowTable/Makefile16
-rw-r--r--devel/p5-Data-ShowTable/files/md53
-rw-r--r--devel/p5-Data-ShowTable/pkg/COMMENT1
-rw-r--r--devel/p5-Data-ShowTable/pkg/DESCR4
-rw-r--r--devel/p5-Data-ShowTable/pkg/PLIST8
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
new file mode 100644
index 00000000000..22e365e7d6f
--- /dev/null
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/10 15:30:29 bad Exp $
+#
+
+DISTNAME= Data-ShowTable-3.3
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= bad@netbsd.org
+
+USE_PERL5= yes
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Data-ShowTable/files/md5 b/devel/p5-Data-ShowTable/files/md5
new file mode 100644
index 00000000000..11c542989be
--- /dev/null
+++ b/devel/p5-Data-ShowTable/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/06/10 15:30:30 bad Exp $
+
+MD5 (Data-ShowTable-3.3.tar.gz) = e8a3060790803bdf9f0fcb73bb4e71c4
diff --git a/devel/p5-Data-ShowTable/pkg/COMMENT b/devel/p5-Data-ShowTable/pkg/COMMENT
new file mode 100644
index 00000000000..a1c18125824
--- /dev/null
+++ b/devel/p5-Data-ShowTable/pkg/COMMENT
@@ -0,0 +1 @@
+a Perl module to print arrays of data in nicely formatted listings
diff --git a/devel/p5-Data-ShowTable/pkg/DESCR b/devel/p5-Data-ShowTable/pkg/DESCR
new file mode 100644
index 00000000000..1c243fb1c54
--- /dev/null
+++ b/devel/p5-Data-ShowTable/pkg/DESCR
@@ -0,0 +1,4 @@
+ShowTable.pm is a Perl 5 module which defines subroutines to print
+arrays of data in a nicely formatted listing, using one of four
+possible formats: simple table, boxed table, list style, and
+HTML-formatting (for World-Wide-Web output).
diff --git a/devel/p5-Data-ShowTable/pkg/PLIST b/devel/p5-Data-ShowTable/pkg/PLIST
new file mode 100644
index 00000000000..6519980b7c1
--- /dev/null
+++ b/devel/p5-Data-ShowTable/pkg/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/10 15:30:30 bad Exp $
+bin/showtable
+lib/perl5/man/man3/Data::ShowTable.3
+lib/perl5/site_perl/Data/ShowTable.pm
+man/man1/showtable.1
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/ShowTable/.packlist
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/ShowTable
+@unexec rmdir %D/lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data 2>/dev/null || true