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:
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
|
@ -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
|
||||
|
|
29
devel/pear-Console_Table/Makefile
Normal file
29
devel/pear-Console_Table/Makefile
Normal 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>
|
1
devel/pear-Console_Table/distinfo
Normal file
1
devel/pear-Console_Table/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (PEAR/Console_Table-1.0.1.tgz) = ff5bbf539c04f8290239592df4d30e96
|
6
devel/pear-Console_Table/pkg-descr
Normal file
6
devel/pear-Console_Table/pkg-descr
Normal 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
|
3
devel/pear-Console_Table/pkg-plist
Normal file
3
devel/pear-Console_Table/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PEARDIR%%/Console/Table.php
|
||||
%%PKGREGDIR%%/package.xml
|
||||
@dirrm %%PKGREGDIR%%
|
Loading…
Reference in a new issue