diff options
author | bad <bad@pkgsrc.org> | 1999-06-10 15:30:29 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-06-10 15:30:29 +0000 |
commit | 4d170e3264386ff55889d312fbf1cabda45173fd (patch) | |
tree | 95f1cd526d1d576a9e95991edbb85f8889fa221b /devel/p5-Data-ShowTable | |
parent | 58e3154c8ae8a5b8b90cbfe61ba8a88dc91ffe24 (diff) | |
download | pkgsrc-4d170e3264386ff55889d312fbf1cabda45173fd.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/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg/PLIST | 8 |
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 |