yet another catalyst dep
This commit is contained in:
parent
d95bd1abdd
commit
f8114c160b
28
textproc/p5-Text-SimpleTable/Makefile
Normal file
28
textproc/p5-Text-SimpleTable/Makefile
Normal file
@ -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 <janus@errornet.de>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
textproc/p5-Text-SimpleTable/distinfo
Normal file
4
textproc/p5-Text-SimpleTable/distinfo
Normal file
@ -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
|
12
textproc/p5-Text-SimpleTable/pkg/DESCR
Normal file
12
textproc/p5-Text-SimpleTable/pkg/DESCR
Normal file
@ -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 |
|
||||
'-------+------------'
|
4
textproc/p5-Text-SimpleTable/pkg/PLIST
Normal file
4
textproc/p5-Text-SimpleTable/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user