diff options
author | pav <pav@FreeBSD.org> | 2004-01-03 05:35:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-03 05:35:48 +0800 |
commit | 7b950fcf662929fb007a43c6da2203bb60b671a0 (patch) | |
tree | 6b37d5ccb1db267ebd8a65c33b33999dabfda101 | |
parent | a8e120e9a9a1163dcb29d945b7b2a3614bdff429 (diff) | |
download | freebsd-ports-graphics-7b950fcf662929fb007a43c6da2203bb60b671a0.tar.gz freebsd-ports-graphics-7b950fcf662929fb007a43c6da2203bb60b671a0.tar.zst freebsd-ports-graphics-7b950fcf662929fb007a43c6da2203bb60b671a0.zip |
Add zope-proxyindex, a plugin catalog index. It uses a TALES expression instead
of an attribute lookup/call to retrieve the value to index from an object.
The value retrieved can then be indexed by any available plugin index.
WWW: http://www.zope.org/Members/infrae/ProxyIndex
PR: ports/60755
Submitted by: Tim Middleton <x@vex.net>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/zope-proxyindex/Makefile | 50 | ||||
-rw-r--r-- | www/zope-proxyindex/distinfo | 1 | ||||
-rw-r--r-- | www/zope-proxyindex/pkg-descr | 5 | ||||
-rw-r--r-- | www/zope-proxyindex/pkg-message | 6 | ||||
-rw-r--r-- | www/zope-proxyindex/pkg-plist | 24 |
6 files changed, 87 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9c69e19b55c..fa06116b2ff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -590,6 +590,7 @@ SUBDIR += zope-formulator SUBDIR += zope-guf SUBDIR += zope-parsedxml + SUBDIR += zope-proxyindex SUBDIR += zope-silvaviews SUBDIR += zope-xmlwidgets SUBDIR += zope-zmysqlda diff --git a/www/zope-proxyindex/Makefile b/www/zope-proxyindex/Makefile new file mode 100644 index 00000000000..22f6242a1de --- /dev/null +++ b/www/zope-proxyindex/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: ProxyIndex +# Date created: 30 Dec 2003 +# Whom: Tim Middleton +# +# $FreeBSD$ +# + +PORTNAME= proxyindex +PORTVERSION= 1.1.2 +CATEGORIES= www zope +MASTER_SITES= http://zope.org/Members/infrae/ProxyIndex/ProxyIndex-${PORTVERSION}/ +PKGNAMEPREFIX= zope- +DISTNAME= ProxyIndex-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= x@Vex.Net +COMMENT= Plugin catalog index using TALES instead attribute lookup/call + +USE_PYTHON= yes +USE_ZOPE= yes +DIST_SUBDIR= zope + +ZOPEPRODUCTNAME=ProxyIndex + +# yes, some of us are running zope on python 2.3 +#PYTHON_VERSION= python2.3 + +# You can change this in the environment if you like. +#SZOPEBASEDIR?= www/Zope + +PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} +WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} +CPIO= cpio --quiet -pdum -R + +do-build: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + +do-install: + @ ${CHMOD} -R og+rX ${WRKSRC}/ + @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} + @ cd ${WRKSRC} && ${FIND} . \ + | ${CPIO} ${BINOWN}:${BINGRP} \ + ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} + +post-install: +.if !defined(BATCH) + @${CAT} ${PKGMESSAGE} +.endif + +.include <bsd.port.mk> diff --git a/www/zope-proxyindex/distinfo b/www/zope-proxyindex/distinfo new file mode 100644 index 00000000000..2bbe53b3b15 --- /dev/null +++ b/www/zope-proxyindex/distinfo @@ -0,0 +1 @@ +MD5 (zope/ProxyIndex-1.1.2.tgz) = ca2ff3ce5ccea5b09d28201827b618f9 diff --git a/www/zope-proxyindex/pkg-descr b/www/zope-proxyindex/pkg-descr new file mode 100644 index 00000000000..46d07eae172 --- /dev/null +++ b/www/zope-proxyindex/pkg-descr @@ -0,0 +1,5 @@ +ProxyIndex is a plugin catalog index. It uses a TALES expression instead +of an attribute lookup/call to retrieve the value to index from an object. +The value retrieved can then be indexed by any available plugin index. + +WWW: http://www.zope.org/Members/infrae/ProxyIndex diff --git a/www/zope-proxyindex/pkg-message b/www/zope-proxyindex/pkg-message new file mode 100644 index 00000000000..cff42a83f4a --- /dev/null +++ b/www/zope-proxyindex/pkg-message @@ -0,0 +1,6 @@ +To complete the installation of ProxyIndex: + + - Restart Zope. This may be done from the Zope Control Panel. + + - Verify that the ProxyIndex product is loaded properly by + examining them in Control_Panel/Products. diff --git a/www/zope-proxyindex/pkg-plist b/www/zope-proxyindex/pkg-plist new file mode 100644 index 00000000000..1437b14d27b --- /dev/null +++ b/www/zope-proxyindex/pkg-plist @@ -0,0 +1,24 @@ +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/CREDITS.txt +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/Expression.py +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/Expression.pyc +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/HISTORY.txt +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/INSTALL.txt +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/LICENSE.txt +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ProxyIndex.py +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ProxyIndex.pyc +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/README.txt +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/homepage.html +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/testProxyIndex.py +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/testProxyIndex.pyc +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ui/ProxyIndexAddForm.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ui/ProxyIndexView.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/version.txt +%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/www/index.gif +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/www +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ui +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ |