Date: Tue, 06 Jan 2004 17:56:46 +0800 (MYT) From: Khairil Yusof <kaeru@streamyx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60973: New port: www/zope-btreefolder2 Message-ID: <200401060956.i069uk74065066@wolverine.home.net> Resent-Message-ID: <200401061000.i06A0Um8002861@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60973 >Category: ports >Synopsis: New port: www/zope-btreefolder2 >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 Jan 06 02:00:30 PST 2004 >Closed-Date: >Last-Modified: >Originator: Khairil Yusof >Release: FreeBSD 5.2-CURRENT i386 >Organization: Inigo Tech >Environment: System: FreeBSD wolverine.home.net 5.2-CURRENT FreeBSD 5.2-CURRENT #21: Mon Jan 5 04:21:25 MYT 2004 root@wolverine.home.net:/data/usr/obj/usr/src/sys/WOLVERINE i386 >Description: BTreeFolder2 is a Zope product that acts like a Zope folder but can store many more items. It also includes CMFBTreeFolder if you have CMF installed. WWW: http://hathaway.freezope.org/Software/BTreeFolder2 >How-To-Repeat: >Fix: # 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-btreefolder2/ # zope-btreefolder2/Makefile # zope-btreefolder2/distinfo # zope-btreefolder2/pkg-descr # zope-btreefolder2/pkg-message # zope-btreefolder2/pkg-plist # echo c - zope-btreefolder2/ mkdir -p zope-btreefolder2/ > /dev/null 2>&1 echo x - zope-btreefolder2/Makefile sed 's/^X//' >zope-btreefolder2/Makefile << 'END-of-zope-btreefolder2/Makefile' X# New ports collection makefile for: zope-btreefolder2 X# Date created: 6 Jan 2004 X# Whom: Khairil Yusof X# X# $FreeBSD$ X# X XPORTNAME= btreefolder2 XPORTVERSION= 1.0 XCATEGORIES= www zope XMASTER_SITES= http://hathaway.freezope.org/Software/BTreeFolder2/ XPKGNAMEPREFIX= zope- XDISTNAME= BTreeFolder2-${PORTVERSION} X XMAINTAINER= kaeru@inigo-tech.com XCOMMENT= BTreeFolder2 is a product for Zope X XUSE_PYTHON= yes XUSE_ZOPE= yes XDIST_SUBDIR= zope X XWRKSRC= ${WRKDIR}/BTreeFolder2 X Xdo-build: X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/tests X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${WRKSRC} X Xdo-install: X @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ X @${CHMOD} -R og+rX ${WRKSRC}/ X @${CP} -R ${WRKSRC} \ X ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ X Xpost-install: X.if !defined(BATCH) X @${CAT} ${PKGMESSAGE} X.endif X X.include <bsd.port.mk> END-of-zope-btreefolder2/Makefile echo x - zope-btreefolder2/distinfo sed 's/^X//' >zope-btreefolder2/distinfo << 'END-of-zope-btreefolder2/distinfo' XMD5 (zope/BTreeFolder2-1.0.tar.gz) = d430cf27bfc78922eaca9222f393022f END-of-zope-btreefolder2/distinfo echo x - zope-btreefolder2/pkg-descr sed 's/^X//' >zope-btreefolder2/pkg-descr << 'END-of-zope-btreefolder2/pkg-descr' XBTreeFolder2 is a Zope product that acts like a Zope folder but can store many Xmore items. X XIt also includes CMFBTreeFolder if you have CMF installed. X XWWW: http://hathaway.freezope.org/Software/BTreeFolder2 X X- Khairil Yusof Xkaeru@inigo-tech.com END-of-zope-btreefolder2/pkg-descr echo x - zope-btreefolder2/pkg-message sed 's/^X//' >zope-btreefolder2/pkg-message << 'END-of-zope-btreefolder2/pkg-message' XBTreeFolder2 X XTo complete the installation of BTreeFolder2: X X - Restart Zope. This may be done from the Zope Control Panel. END-of-zope-btreefolder2/pkg-message echo x - zope-btreefolder2/pkg-plist sed 's/^X//' >zope-btreefolder2/pkg-plist << 'END-of-zope-btreefolder2/pkg-plist' X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/BTreeFolder2.py X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/BTreeFolder2.pyc X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/CHANGES.txt X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/CMFBTreeFolder.py X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/CMFBTreeFolder.pyc X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/README.txt X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/btreefolder2.gif X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/contents.dtml X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/folderAdd.dtml X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/version.txt X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/testBTreeFolder2.py X%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/testBTreeFolder2.pyc X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2 END-of-zope-btreefolder2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401060956.i069uk74065066>