New port: devel/pear-Console_Table, a PEAR class that makes it easy

to build console style tables.

	A PEAR class that makes it easy to build console style tables.
	This package is used by the new Horde's translation module.

PR:		ports/56240
Submitted by:	Thierry Thomas <thierry@pompo.net>
This commit is contained in:
Edwin Groothuis 2003-08-31 22:03:48 +00:00
parent d232206fe0
commit e12771ce93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88216
5 changed files with 40 additions and 0 deletions

View file

@ -790,6 +790,7 @@
SUBDIR += pcsc-lite
SUBDIR += pear
SUBDIR += pear-Console_Getopt
SUBDIR += pear-Console_Table
SUBDIR += pear-Date
SUBDIR += pear-HTML_Common
SUBDIR += pear-HTML_Select_Common

View file

@ -0,0 +1,29 @@
# Ports collection makefile for: pear-Console_Table
# Date created: 31 August 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Console_Table
PORTVERSION= 1.0.1
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= PHP class that makes it easy to build console style tables
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
MANIFEST= Table.php
do-install:
@${CP} -Rp ${WRKSRC}/* ${PEARDIR}/Console
.for FILE in ${MANIFEST}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Console/${FILE}
.endfor
.include <bsd.port.post.mk>

View file

@ -0,0 +1 @@
MD5 (PEAR/Console_Table-1.0.1.tgz) = ff5bbf539c04f8290239592df4d30e96

View file

@ -0,0 +1,6 @@
PHP classes providing methods such as addRow(), insertRow(), addCol(), etc.
to build Console tables.
Can be with or without headers, and has various configurable options.
WWW: http://pear.php.net/package/Console_Table

View file

@ -0,0 +1,3 @@
%%PEARDIR%%/Console/Table.php
%%PKGREGDIR%%/package.xml
@dirrm %%PKGREGDIR%%