pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/pear-Console_Table Provides methods such as a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4804e2fa83e2
branches:  trunk
changeset: 544074:4804e2fa83e2
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jul 08 20:46:54 2008 +0000

description:
Provides methods such as addRow(), insertRow(), addCol() etc. to build console
tables with or without headers and with user defined table rules and padding.

diffstat:

 textproc/pear-Console_Table/DESCR    |   2 ++
 textproc/pear-Console_Table/Makefile |  12 ++++++++++++
 textproc/pear-Console_Table/distinfo |   5 +++++
 3 files changed, 19 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 99953cfb0b87 -r 4804e2fa83e2 textproc/pear-Console_Table/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pear-Console_Table/DESCR Tue Jul 08 20:46:54 2008 +0000
@@ -0,0 +1,2 @@
+Provides methods such as addRow(), insertRow(), addCol() etc. to build console
+tables with or without headers and with user defined table rules and padding.
diff -r 99953cfb0b87 -r 4804e2fa83e2 textproc/pear-Console_Table/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pear-Console_Table/Makefile      Tue Jul 08 20:46:54 2008 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/08 20:46:54 adrianp Exp $
+
+DISTNAME=      Console_Table-1.1.1
+CATEGORIES+=   textproc
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+COMMENT=       Class that makes it easy to build console style tables
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 99953cfb0b87 -r 4804e2fa83e2 textproc/pear-Console_Table/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pear-Console_Table/distinfo      Tue Jul 08 20:46:54 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/08 20:46:54 adrianp Exp $
+
+SHA1 (pear/Console_Table-1.1.1.tgz) = 784decacc6d46699106e27caa21a8f74ea619943
+RMD160 (pear/Console_Table-1.1.1.tgz) = 19279cc0b4a03fc4a04a02299607311f27b523d4
+Size (pear/Console_Table-1.1.1.tgz) = 8621 bytes



Home | Main Index | Thread Index | Old Index