diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-07-08 20:46:54 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-07-08 20:46:54 +0000 |
commit | 91f4ac87eff07f4ffd7f057ef6260df35a2f6dcd (patch) | |
tree | 07025248a28b119d8fcc9737c44966b81c82e322 /textproc/pear-Console_Table | |
parent | c6e400c704fa8fb3e60509ff568575497e0c7947 (diff) | |
download | pkgsrc-91f4ac87eff07f4ffd7f057ef6260df35a2f6dcd.tar.gz |
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 (limited to 'textproc/pear-Console_Table')
-rw-r--r-- | textproc/pear-Console_Table/DESCR | 2 | ||||
-rw-r--r-- | textproc/pear-Console_Table/Makefile | 12 | ||||
-rw-r--r-- | textproc/pear-Console_Table/distinfo | 5 |
3 files changed, 19 insertions, 0 deletions
diff --git a/textproc/pear-Console_Table/DESCR b/textproc/pear-Console_Table/DESCR new file mode 100644 index 00000000000..222a176705b --- /dev/null +++ b/textproc/pear-Console_Table/DESCR @@ -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 --git a/textproc/pear-Console_Table/Makefile b/textproc/pear-Console_Table/Makefile new file mode 100644 index 00000000000..3652d159311 --- /dev/null +++ b/textproc/pear-Console_Table/Makefile @@ -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 +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 --git a/textproc/pear-Console_Table/distinfo b/textproc/pear-Console_Table/distinfo new file mode 100644 index 00000000000..fde2b1e2616 --- /dev/null +++ b/textproc/pear-Console_Table/distinfo @@ -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 |