ports/60755: [NEW PORT] www/zope-ProxyIndex: Plugin catalog index using TALES instead attribute lookup/call

Tim Middleton x at vex.net
Wed Dec 31 02:40:28 UTC 2003


>Number:         60755
>Category:       ports
>Synopsis:       [NEW PORT] www/zope-ProxyIndex: Plugin catalog index using TALES instead attribute lookup/call
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 30 18:40:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tim Middleton
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
The Cain Gang Ltd
>Environment:
System: FreeBSD bee.vii.net 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Dec 18 05:25:18 EST 2003
>Description:
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

>How-To-Repeat:
>Fix:

--- zope-ProxyIndex-1.1.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zope-ProxyIndex
#	zope-ProxyIndex/pkg-plist
#	zope-ProxyIndex/pkg-message
#	zope-ProxyIndex/pkg-descr
#	zope-ProxyIndex/distinfo
#	zope-ProxyIndex/Makefile
#
echo c - zope-ProxyIndex
mkdir -p zope-ProxyIndex > /dev/null 2>&1
echo x - zope-ProxyIndex/pkg-plist
sed 's/^X//' >zope-ProxyIndex/pkg-plist << 'END-of-zope-ProxyIndex/pkg-plist'
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/CREDITS.txt
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/Expression.py
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/Expression.pyc
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/HISTORY.txt
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/INSTALL.txt
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/LICENSE.txt
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ProxyIndex.py
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ProxyIndex.pyc
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/README.txt
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/__init__.py
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/__init__.pyc
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/homepage.html
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/__init__.py
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/__init__.pyc
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/testProxyIndex.py
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests/testProxyIndex.pyc
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ui/ProxyIndexAddForm.dtml
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ui/ProxyIndexView.dtml
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/version.txt
X%%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/www/index.gif
X at dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/www
X at dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/ui
X at dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/tests
X at dirrm %%ZOPEBASEDIR%%/lib/python/Products/ProxyIndex/
END-of-zope-ProxyIndex/pkg-plist
echo x - zope-ProxyIndex/pkg-message
sed 's/^X//' >zope-ProxyIndex/pkg-message << 'END-of-zope-ProxyIndex/pkg-message'
XTo complete the installation of ProxyIndex:
X
X    - Restart Zope.  This may be done from the Zope Control Panel.
X
X    - Verify that the ProxyIndex product is loaded properly by 
X      examining them in Control_Panel/Products.
END-of-zope-ProxyIndex/pkg-message
echo x - zope-ProxyIndex/pkg-descr
sed 's/^X//' >zope-ProxyIndex/pkg-descr << 'END-of-zope-ProxyIndex/pkg-descr'
XProxyIndex is a plugin catalog index. It uses a TALES expression instead 
Xof an attribute lookup/call to retrieve the value to index from an object. 
XThe value retrieved can then be indexed by any available plugin index.
X
XWWW: http://www.zope.org/Members/infrae/ProxyIndex
END-of-zope-ProxyIndex/pkg-descr
echo x - zope-ProxyIndex/distinfo
sed 's/^X//' >zope-ProxyIndex/distinfo << 'END-of-zope-ProxyIndex/distinfo'
XMD5 (zope/ProxyIndex-1.1.2.tgz) = ca2ff3ce5ccea5b09d28201827b618f9
END-of-zope-ProxyIndex/distinfo
echo x - zope-ProxyIndex/Makefile
sed 's/^X//' >zope-ProxyIndex/Makefile << 'END-of-zope-ProxyIndex/Makefile'
X# New ports collection makefile for: ProxyIndex
X# Date created:		30 Dec 2003
X# Whom:			Tim Middleton
X#
X# $FreeBSD: ports/www/zope-xmlwidgets/Makefile,v 1.1 2003/12/29 05:01:56 edwin Exp $
X#
X
XPORTNAME=	ProxyIndex
XPORTVERSION=	1.1.2
XCATEGORIES=	www zope
XMASTER_SITES=	http://zope.org/Members/infrae/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
XPKGNAMEPREFIX=	zope-
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	x at Vex.Net
XCOMMENT=	 Plugin catalog index using TALES instead attribute lookup/call
X
XUSE_PYTHON=	yes
XUSE_ZOPE=	yes
XDIST_SUBDIR=	zope
X
XZOPEPRODUCTNAME=${PORTNAME}
X
X# yes, some of us are running zope on python 2.3
X#PYTHON_VERSION=	python2.3
X
X# You can change this in the environment if you like.
X#SZOPEBASEDIR?=		www/Zope
X
XPLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}
XWRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}
XCPIO=		cpio --quiet -pdum -R
X
Xdo-build:
X	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X
Xdo-install:
X	@ ${CHMOD} -R og+rX ${WRKSRC}/
X	@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
X	@ cd ${WRKSRC} && ${FIND} . \
X	  | ${CPIO} ${BINOWN}:${BINGRP} \
X	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
X
Xpost-install:
X.if !defined(BATCH)
X	@${CAT} ${PKGMESSAGE}
X.endif
X
X.include <bsd.port.mk>
END-of-zope-ProxyIndex/Makefile
exit
--- zope-ProxyIndex-1.1.2.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list