aboutsummaryrefslogtreecommitdiff
path: root/www/zope-cmf
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-10-27 20:34:25 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-10-27 20:34:25 +0000
commitb8c476d29e161f2a5730054a3873e4aade77b5a9 (patch)
tree4ed5234c70caf220254375109d883ef0b365219f /www/zope-cmf
parent6cce5ea384b272930692710f29496b7dea77e055 (diff)
downloadports-b8c476d29e161f2a5730054a3873e4aade77b5a9.tar.gz
ports-b8c476d29e161f2a5730054a3873e4aade77b5a9.zip
Notes
Diffstat (limited to 'www/zope-cmf')
-rw-r--r--www/zope-cmf/Makefile13
-rw-r--r--www/zope-cmf/pkg-comment2
-rw-r--r--www/zope-cmf/pkg-descr16
-rw-r--r--www/zope-cmf/pkg-plist8
4 files changed, 22 insertions, 17 deletions
diff --git a/www/zope-cmf/Makefile b/www/zope-cmf/Makefile
index e868daab5911..74c64e5cec7c 100644
--- a/www/zope-cmf/Makefile
+++ b/www/zope-cmf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zope-ptk
PORTVERSION= 0.8.2
+PORTREVISION= 1
CATEGORIES= www zope
MASTER_SITES= http://www.zope.org/Products/PTK/
DISTNAME= ZopePTK-${PORTVERSION}-complete
@@ -20,6 +21,8 @@ NO_WRKSUBDIR= YES
DIST_SUBDIR= zope
+PKGMESSAGE= ${WRKDIR}/.message
+
# You can change this in the environment if you like.
SZOPEBASEDIR?= www/Zope
@@ -31,7 +34,17 @@ ZOPEPRODUCTDIR= lib/python/Products
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
do-install:
+ @${CHMOD} -R og+rX ${WRKSRC}/${ZOPEPRODUCTDIR}/
+ @#
+ @${RM} -Rf ${WRKSRC}/${ZOPEPRODUCTDIR}/DemoPortal
@${CP} -R ${WRKSRC}/${ZOPEPRODUCTDIR}/ \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
+ @#
+ @${CP} ${WRKSRC}/${ZOPEPRODUCTDIR}/PTKDemo/DemoPortal.zexp \
+ ${ZOPEBASEDIR}/import/
+ @#
+ @perl -pe 's#%%PREFIX%%#${PREFIX}#' \
+ pkg-message > ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/www/zope-cmf/pkg-comment b/www/zope-cmf/pkg-comment
index 89f2d265e69a..e6a741864940 100644
--- a/www/zope-cmf/pkg-comment
+++ b/www/zope-cmf/pkg-comment
@@ -1 +1 @@
-A mechanism for the automatic creation and maintenance of Knowledge Bases
+The Zope Portal Toolkit (PTK)
diff --git a/www/zope-cmf/pkg-descr b/www/zope-cmf/pkg-descr
index 5672b3c43c9a..f8a258b42b21 100644
--- a/www/zope-cmf/pkg-descr
+++ b/www/zope-cmf/pkg-descr
@@ -1,14 +1,4 @@
-The KnowledgeKit provides a mechanism for the automatic creation and
-maintenance of Knowledge Bases as well as FAQs. It provides a standard view
-that integrates with the overall site Zope.
+The Zope Portal Toolkit contains most of what you need to set up and
+maintain a web portal using Zope.
-Latest Additions:
- * An example folder
- * Anonymous User FAQ Addiitons
- * FAQ moderation support
- * Knowledge Base Items can have support files
- * Default views
- * ZCatalog Awareness
- * Simple How-To Object
-
-WWW: http://www.zope.org/Members/Bill/Products/KnowledgeKit/
+WWW: http://www.zope.org/Products/PTK/
diff --git a/www/zope-cmf/pkg-plist b/www/zope-cmf/pkg-plist
index dbdaa821fa6e..2c1a50b83419 100644
--- a/www/zope-cmf/pkg-plist
+++ b/www/zope-cmf/pkg-plist
@@ -1,6 +1,4 @@
-%%ZOPEBASEDIR%%/lib/python/Products/DemoPortal/__init__.py
-%%ZOPEBASEDIR%%/lib/python/Products/DemoPortal/product.dat
-%%ZOPEBASEDIR%%/lib/python/Products/DemoPortal/version.txt
+%%ZOPEBASEDIR%%/import/DemoPortal.zexp
%%ZOPEBASEDIR%%/lib/python/Products/PTKBase/DublinCore.py
%%ZOPEBASEDIR%%/lib/python/Products/PTKBase/MemberFolder.py
%%ZOPEBASEDIR%%/lib/python/Products/PTKBase/PTKBase.odm
@@ -169,3 +167,7 @@
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PTKBase/UML-HTML
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PTKBase
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DemoPortal
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products
+@dirrm %%ZOPEBASEDIR%%/lib/python
+@dirrm %%ZOPEBASEDIR%%/lib
+@dirrm %%ZOPEBASEDIR%%/import