simple module to render tabular data as text
This commit is contained in:
parent
b4af4a7713
commit
ade384857c
22
textproc/p5-Text-TabularDisplay/Makefile
Normal file
22
textproc/p5-Text-TabularDisplay/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/25 15:02:14 espie Exp $
|
||||
|
||||
COMMENT= "render tabular data as plain text"
|
||||
|
||||
DISTNAME= Text-TabularDisplay-1.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc devel perl5
|
||||
|
||||
|
||||
# GPL
|
||||
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
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/p5-Text-TabularDisplay/distinfo
Normal file
4
textproc/p5-Text-TabularDisplay/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Text-TabularDisplay-1.22.tar.gz) = b97f4041a8b718661be1451b84e75f91
|
||||
RMD160 (Text-TabularDisplay-1.22.tar.gz) = 13e9448e308a07d0f2a7b754a4e57c0f184e1762
|
||||
SHA1 (Text-TabularDisplay-1.22.tar.gz) = 36cc0e9e9bf2faa71285ff5e32aea620d7a1e481
|
||||
SIZE (Text-TabularDisplay-1.22.tar.gz) = 12661
|
9
textproc/p5-Text-TabularDisplay/pkg/DESCR
Normal file
9
textproc/p5-Text-TabularDisplay/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
Render tabular data like this:
|
||||
|
||||
+----+-----------+
|
||||
| id | name |
|
||||
+----+-----------+
|
||||
| 1 | Tom |
|
||||
| 2 | Dick |
|
||||
| 3 | Harry |
|
||||
+----+-----------+
|
4
textproc/p5-Text-TabularDisplay/pkg/PLIST
Normal file
4
textproc/p5-Text-TabularDisplay/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/25 15:02:14 espie Exp $
|
||||
${P5SITE}/Text/
|
||||
${P5SITE}/Text/TabularDisplay.pm
|
||||
@man man/man3p/Text::TabularDisplay.3p
|
Loading…
Reference in New Issue
Block a user