import ports/devel/pear-Console-Table, from Daniel Levai, ok ajacoutot@

Console_Table provides methods such as addRow(), insertRow(), addCol()
etc., to build console tables with or without headers and with user defined
table rules and padding.
This commit is contained in:
sthen 2010-08-30 13:12:20 +00:00
parent d932d37fbe
commit cc2e8ecf71
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/08/30 13:12:20 sthen Exp $
COMMENT= php class for building console-style tables
DISTNAME= Console_Table-1.1.3
PKGNAME= pear-${DISTNAME:S/_/-/}
CATEGORIES= devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Console_Table-1.1.3.tgz) = NLXzTbGrDE2u3yhilYryVw==
RMD160 (Console_Table-1.1.3.tgz) = uGJfnM0v7y1lbLESjPLv6XNo9A0=
SHA1 (Console_Table-1.1.3.tgz) = 1Fsd3U+GwEQR8Veku0etKTjJLh4=
SHA256 (Console_Table-1.1.3.tgz) = 5lAfpIvyFHGFAElqIYr4LHSO5wbig7xVbUW6UE+T6x0=
SIZE (Console_Table-1.1.3.tgz) = 9253

View File

@ -0,0 +1,3 @@
Console_Table provides methods such as addRow(), insertRow(), addCol()
etc., to build console tables with or without headers and with user defined
table rules and padding.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/08/30 13:12:20 sthen Exp $
@comment lib/
@comment lib/php/
pear/lib/.registry/console_table.reg
pear/lib/Console/Table.php
pear/tests/Console_Table/
pear/tests/Console_Table/tests/
pear/tests/Console_Table/tests/assoziative_arrays.phpt
pear/tests/Console_Table/tests/colors.phpt
pear/tests/Console_Table/tests/filters.phpt
pear/tests/Console_Table/tests/multibyte.phpt
pear/tests/Console_Table/tests/multiline.phpt
pear/tests/Console_Table/tests/no_header.phpt
pear/tests/Console_Table/tests/no_rows.phpt
pear/tests/Console_Table/tests/rules.phpt