aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_Table
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 22:03:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 22:03:48 +0000
commite12771ce93b3c75c114762bde5fc4504f96237ba (patch)
tree526bf76ae7417e957001a1421b0a4c11584ca2a1 /devel/pear-Console_Table
parentd232206fe07d00b83bba01f4634714b4e710c0ff (diff)
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>
Notes
Notes: svn path=/head/; revision=88216
Diffstat (limited to 'devel/pear-Console_Table')
-rw-r--r--devel/pear-Console_Table/Makefile29
-rw-r--r--devel/pear-Console_Table/distinfo1
-rw-r--r--devel/pear-Console_Table/pkg-descr6
-rw-r--r--devel/pear-Console_Table/pkg-plist3
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/pear-Console_Table/Makefile b/devel/pear-Console_Table/Makefile
new file mode 100644
index 000000000000..1e5e39fe2509
--- /dev/null
+++ b/devel/pear-Console_Table/Makefile
@@ -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>
diff --git a/devel/pear-Console_Table/distinfo b/devel/pear-Console_Table/distinfo
new file mode 100644
index 000000000000..a57682de4638
--- /dev/null
+++ b/devel/pear-Console_Table/distinfo
@@ -0,0 +1 @@
+MD5 (PEAR/Console_Table-1.0.1.tgz) = ff5bbf539c04f8290239592df4d30e96
diff --git a/devel/pear-Console_Table/pkg-descr b/devel/pear-Console_Table/pkg-descr
new file mode 100644
index 000000000000..961fb8550862
--- /dev/null
+++ b/devel/pear-Console_Table/pkg-descr
@@ -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
diff --git a/devel/pear-Console_Table/pkg-plist b/devel/pear-Console_Table/pkg-plist
new file mode 100644
index 000000000000..55d26e80c688
--- /dev/null
+++ b/devel/pear-Console_Table/pkg-plist
@@ -0,0 +1,3 @@
+%%PEARDIR%%/Console/Table.php
+%%PKGREGDIR%%/package.xml
+@dirrm %%PKGREGDIR%%