diff --git a/textproc/p5-Text-SimpleTable/Makefile b/textproc/p5-Text-SimpleTable/Makefile new file mode 100644 index 00000000000..9cba0206330 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/Makefile @@ -0,0 +1,28 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 17:43:58 espie Exp $ + +COMMENT= "simple eyecandy ASCII Tables" + +DISTNAME= Text-SimpleTable-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 + +MAINTAINER= Simon Dassow + +# Same as Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +CONFIGURE_STYLE=perl modbuild + +PKG_ARCH= * +MAKE_ENV= TEST_POD=Yes + +# The coverage test fails, which is not critical +REGRESS_DEPENDS=::devel/p5-Test-Pod \ + ::devel/p5-Test-Pod-Coverage + +.include diff --git a/textproc/p5-Text-SimpleTable/distinfo b/textproc/p5-Text-SimpleTable/distinfo new file mode 100644 index 00000000000..cbc08a1bc49 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/distinfo @@ -0,0 +1,4 @@ +MD5 (Text-SimpleTable-0.03.tar.gz) = 7eaf266174d4bf2b66f98db28c291b15 +RMD160 (Text-SimpleTable-0.03.tar.gz) = cfe8775075719c7d1b55cf9ba9c232ef0faa0931 +SHA1 (Text-SimpleTable-0.03.tar.gz) = bf0ee84fd140b6b934dfe5d3b34aa16cb28be8c3 +SIZE (Text-SimpleTable-0.03.tar.gz) = 3734 diff --git a/textproc/p5-Text-SimpleTable/pkg/DESCR b/textproc/p5-Text-SimpleTable/pkg/DESCR new file mode 100644 index 00000000000..8992cbd83bb --- /dev/null +++ b/textproc/p5-Text-SimpleTable/pkg/DESCR @@ -0,0 +1,12 @@ +Simple eyecandy ASCII tables, as seen in Catalyst. + +use Text::SimpleTable; + +my $t1 = Text::SimpleTable->new( 5, 10 ); +$t1->row( 'foobarbaz', 'yadayadayada' ); +print $t1->draw; + +.-------+------------. +| foob- | yadayaday- | +| arbaz | ada | +'-------+------------' diff --git a/textproc/p5-Text-SimpleTable/pkg/PLIST b/textproc/p5-Text-SimpleTable/pkg/PLIST new file mode 100644 index 00000000000..4c1de2e12a3 --- /dev/null +++ b/textproc/p5-Text-SimpleTable/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 17:43:58 espie Exp $ +${P5SITE}/Text/ +${P5SITE}/Text/SimpleTable.pm +@man man/man3p/Text::SimpleTable.3p