diff options
author | pav <pav@FreeBSD.org> | 2004-01-08 08:44:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-08 08:44:13 +0800 |
commit | 9e5d392fede7e3d314e1b02d3074f5e2aef6d72c (patch) | |
tree | 5740d1e58caf36b080d90e118893f47d30c33cca /www | |
parent | 8d8764278c80044ca84769b210ae23f583492936 (diff) | |
download | freebsd-ports-graphics-9e5d392fede7e3d314e1b02d3074f5e2aef6d72c.tar.gz freebsd-ports-graphics-9e5d392fede7e3d314e1b02d3074f5e2aef6d72c.tar.zst freebsd-ports-graphics-9e5d392fede7e3d314e1b02d3074f5e2aef6d72c.zip |
Add zope-btreefolder2, 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
PR: ports/60973
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/zope-btreefolder2/Makefile | 39 | ||||
-rw-r--r-- | www/zope-btreefolder2/distinfo | 1 | ||||
-rw-r--r-- | www/zope-btreefolder2/pkg-descr | 9 | ||||
-rw-r--r-- | www/zope-btreefolder2/pkg-message | 5 | ||||
-rw-r--r-- | www/zope-btreefolder2/pkg-plist | 18 |
6 files changed, 73 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f5294f350fa..7747909afbe 100644 --- a/www/Makefile +++ b/www/Makefile @@ -590,6 +590,7 @@ SUBDIR += zope-FileSystemSite SUBDIR += zope-annotations SUBDIR += zope-archetypes + SUBDIR += zope-btreefolder2 SUBDIR += zope-cmf SUBDIR += zope-cmf13 SUBDIR += zope-cmfforum diff --git a/www/zope-btreefolder2/Makefile b/www/zope-btreefolder2/Makefile new file mode 100644 index 00000000000..f7e34da19ed --- /dev/null +++ b/www/zope-btreefolder2/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: zope-btreefolder2 +# Date created: 6 Jan 2004 +# Whom: Khairil Yusof +# +# $FreeBSD$ +# + +PORTNAME= btreefolder2 +PORTVERSION= 1.0 +CATEGORIES= www zope +MASTER_SITES= http://hathaway.freezope.org/Software/BTreeFolder2/ +PKGNAMEPREFIX= zope- +DISTNAME= BTreeFolder2-${PORTVERSION} + +MAINTAINER= kaeru@inigo-tech.com +COMMENT= Zope product that can store many items + +USE_PYTHON= yes +USE_ZOPE= yes +DIST_SUBDIR= zope + +WRKSRC= ${WRKDIR}/BTreeFolder2 + +do-build: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/tests + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${WRKSRC} + +do-install: + @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ + @${CHMOD} -R og+rX ${WRKSRC}/ + @${CP} -R ${WRKSRC} \ + ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ + +post-install: +.if !defined(BATCH) + @${CAT} ${PKGMESSAGE} +.endif + +.include <bsd.port.mk> diff --git a/www/zope-btreefolder2/distinfo b/www/zope-btreefolder2/distinfo new file mode 100644 index 00000000000..47a8618b4ae --- /dev/null +++ b/www/zope-btreefolder2/distinfo @@ -0,0 +1 @@ +MD5 (zope/BTreeFolder2-1.0.tar.gz) = d430cf27bfc78922eaca9222f393022f diff --git a/www/zope-btreefolder2/pkg-descr b/www/zope-btreefolder2/pkg-descr new file mode 100644 index 00000000000..220f6efd8a3 --- /dev/null +++ b/www/zope-btreefolder2/pkg-descr @@ -0,0 +1,9 @@ +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 + +- Khairil Yusof +kaeru@inigo-tech.com diff --git a/www/zope-btreefolder2/pkg-message b/www/zope-btreefolder2/pkg-message new file mode 100644 index 00000000000..d64fa2e8de6 --- /dev/null +++ b/www/zope-btreefolder2/pkg-message @@ -0,0 +1,5 @@ +BTreeFolder2 + +To complete the installation of BTreeFolder2: + + - Restart Zope. This may be done from the Zope Control Panel. diff --git a/www/zope-btreefolder2/pkg-plist b/www/zope-btreefolder2/pkg-plist new file mode 100644 index 00000000000..2c5a0e90220 --- /dev/null +++ b/www/zope-btreefolder2/pkg-plist @@ -0,0 +1,18 @@ +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/BTreeFolder2.py +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/BTreeFolder2.pyc +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/CHANGES.txt +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/CMFBTreeFolder.py +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/CMFBTreeFolder.pyc +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/README.txt +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/btreefolder2.gif +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/contents.dtml +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/folderAdd.dtml +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/version.txt +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/testBTreeFolder2.py +%%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests/testBTreeFolder2.pyc +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/BTreeFolder2 |