From 86bce2b801e63912e646e2cd8cd8f56dc9577bba Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 1 Oct 2002 17:58:27 +0000 Subject: manage tabular data in Zope where SQL would be overkill --- www/zope25-TinyTablePlus/DESCR | 6 ++++++ www/zope25-TinyTablePlus/Makefile | 17 +++++++++++++++++ www/zope25-TinyTablePlus/PLIST | 17 +++++++++++++++++ www/zope25-TinyTablePlus/distinfo | 4 ++++ 4 files changed, 44 insertions(+) create mode 100644 www/zope25-TinyTablePlus/DESCR create mode 100644 www/zope25-TinyTablePlus/Makefile create mode 100644 www/zope25-TinyTablePlus/PLIST create mode 100644 www/zope25-TinyTablePlus/distinfo (limited to 'www') diff --git a/www/zope25-TinyTablePlus/DESCR b/www/zope25-TinyTablePlus/DESCR new file mode 100644 index 00000000000..dba60f8bfae --- /dev/null +++ b/www/zope25-TinyTablePlus/DESCR @@ -0,0 +1,6 @@ +TinyTablePlus is a product designed to manage a small amount of +tabular data. It's intended to fill the gap between a Z Table or an Z +SQL Methods accessed SQL table, which are overkill for many tasks, and +folder token properties, which allow only a single "column". TinyTablePlus +also makes it possible to look up an item within the list, or to return +a subset of the list rows where columns equal particular values. diff --git a/www/zope25-TinyTablePlus/Makefile b/www/zope25-TinyTablePlus/Makefile new file mode 100644 index 00000000000..50f27f2b190 --- /dev/null +++ b/www/zope25-TinyTablePlus/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/01 17:58:27 drochner Exp $ +# + +DISTNAME= TinyTablePlus-0.9 +PKGNAME= zope25-TinyTablePlus-0.9 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/hathawsh/TinyTablePlus/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.zope.org/Members/hathawsh/TinyTablePlus/ +COMMENT= improved TinyTable + +ZOPE_COPYPRODUCT= zope-std-copyproduct-long + +.include "../../www/zope25/product.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-TinyTablePlus/PLIST b/www/zope25-TinyTablePlus/PLIST new file mode 100644 index 00000000000..b0e70dbc830 --- /dev/null +++ b/www/zope25-TinyTablePlus/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/01 17:58:27 drochner Exp $ +lib/zope/lib/python/Products/TinyTablePlus/About.dtml +lib/zope/lib/python/Products/TinyTablePlus/Add.dtml +lib/zope/lib/python/Products/TinyTablePlus/Advanced.dtml +lib/zope/lib/python/Products/TinyTablePlus/Edit.dtml +lib/zope/lib/python/Products/TinyTablePlus/Endicor.gif +lib/zope/lib/python/Products/TinyTablePlus/ImportExport.py +lib/zope/lib/python/Products/TinyTablePlus/ImportExport.pyc +lib/zope/lib/python/Products/TinyTablePlus/README.txt +lib/zope/lib/python/Products/TinyTablePlus/TinyTablePlus.py +lib/zope/lib/python/Products/TinyTablePlus/TinyTablePlus.pyc +lib/zope/lib/python/Products/TinyTablePlus/View.dtml +lib/zope/lib/python/Products/TinyTablePlus/__init__.py +lib/zope/lib/python/Products/TinyTablePlus/__init__.pyc +lib/zope/lib/python/Products/TinyTablePlus/icon.gif +lib/zope/lib/python/Products/TinyTablePlus/version.txt +@dirrm lib/zope/lib/python/Products/TinyTablePlus diff --git a/www/zope25-TinyTablePlus/distinfo b/www/zope25-TinyTablePlus/distinfo new file mode 100644 index 00000000000..a39dff562d1 --- /dev/null +++ b/www/zope25-TinyTablePlus/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/01 17:58:27 drochner Exp $ + +SHA1 (zope/TinyTablePlus-0.9.tgz) = 1befaff964dc524c4dbc4167690fc6df73782725 +Size (zope/TinyTablePlus-0.9.tgz) = 14177 bytes -- cgit v1.2.3