diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:05:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:05:40 +0000 |
commit | 7b87d693e671e134a2964386acc84ed9c9b741c5 (patch) | |
tree | d298d6eb8b2116581e5c9dede1b0e60a19352c6a /www | |
parent | b25ec7e3ada10978b8a6bfd9b5f1878ba8e75dc4 (diff) |
[NEW PORT] www/zope-FileSystemSite: Enable file system based sites within Zope
This is a repackaging of the CMF's FileSystem Directory
Views such that it is independent of the CMF.
The major use of this is to develop view code on the file
system such that it can be edited with normal development
utilties and checked into a source control management system.
WWW: http://www.zope.org/Members/k_vertigo/Products/FileSystemSite
PR: ports/54550
Submitted by: Tim Middleton <x@vex.net>
Notes
Notes:
svn path=/head/; revision=96829
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/zope-FileSystemSite/Makefile | 44 | ||||
-rw-r--r-- | www/zope-FileSystemSite/distinfo | 1 | ||||
-rw-r--r-- | www/zope-FileSystemSite/pkg-descr | 8 | ||||
-rw-r--r-- | www/zope-FileSystemSite/pkg-message | 4 | ||||
-rw-r--r-- | www/zope-FileSystemSite/pkg-plist | 73 |
6 files changed, 131 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 511f57b3f393..2f2055b82802 100644 --- a/www/Makefile +++ b/www/Makefile @@ -578,6 +578,7 @@ SUBDIR += xpath2rss SUBDIR += znavigator SUBDIR += zope + SUBDIR += zope-FileSystemSite SUBDIR += zope-cmf SUBDIR += zope-cmf13 SUBDIR += zope-cmfforum diff --git a/www/zope-FileSystemSite/Makefile b/www/zope-FileSystemSite/Makefile new file mode 100644 index 000000000000..51ba67a6884a --- /dev/null +++ b/www/zope-FileSystemSite/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: FileSystemSite +# Date created: 16 Jul 2003 +# Whom: Tim Middleton +# +# $FreeBSD$ +# + +PORTNAME= FileSystemSite +PORTVERSION= 1.2 +CATEGORIES= www zope +MASTER_SITES= http://www.zope.org/Members/k_vertigo/Products/FileSystemSite/default/ +PKGNAMEPREFIX= zope- +DISTNAME= FileSystemSite-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= x@Vex.Net +COMMENT= Enable file system based sites within Zope + +USE_PYTHON= yes +USE_ZOPE= yes +DIST_SUBDIR= zope + +ZOPEPRODUCTNAME=${PORTNAME} + +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-FileSystemSite/distinfo b/www/zope-FileSystemSite/distinfo new file mode 100644 index 000000000000..bde912a4b22c --- /dev/null +++ b/www/zope-FileSystemSite/distinfo @@ -0,0 +1 @@ +MD5 (zope/FileSystemSite-1.2.tgz) = dbbc6538957d9fa307bd43ab556ac1b2 diff --git a/www/zope-FileSystemSite/pkg-descr b/www/zope-FileSystemSite/pkg-descr new file mode 100644 index 000000000000..ccfce926fe6b --- /dev/null +++ b/www/zope-FileSystemSite/pkg-descr @@ -0,0 +1,8 @@ +This is a repackaging of the CMF's FileSystem Directory Views such that it is +independent of the CMF. + +The major use of this is to develop view code on the file system such that it +can be edited with normal development utilties and checked into a source +control management system. + +WWW: http://www.zope.org/Members/k_vertigo/Products/FileSystemSite diff --git a/www/zope-FileSystemSite/pkg-message b/www/zope-FileSystemSite/pkg-message new file mode 100644 index 000000000000..c9a1d19968ab --- /dev/null +++ b/www/zope-FileSystemSite/pkg-message @@ -0,0 +1,4 @@ +To complete the installation of FileSystemSite: + - Restart Zope. This may be done from the Zope Control Panel. + - Verify that the FileSystemSite product is loaded properly by + examining them in Control_Panel/Products. diff --git a/www/zope-FileSystemSite/pkg-plist b/www/zope-FileSystemSite/pkg-plist new file mode 100644 index 000000000000..5a8d7abb3e86 --- /dev/null +++ b/www/zope-FileSystemSite/pkg-plist @@ -0,0 +1,73 @@ +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/DirectoryView.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/DirectoryView.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/EditorUtils/emacs-highlighting.el +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/ExampleSite/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/ExampleSite/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/ExampleSite/refresh.txt +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/ExampleSite/site/index_html.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/Extensions/SiteExport.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/Extensions/SiteExport.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSDTMLMethod.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSDTMLMethod.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSExternalMethod.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSExternalMethod.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSImage.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSImage.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSObject.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSObject.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSPageTemplate.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSPageTemplate.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSPropertiesObject.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSPropertiesObject.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSPythonScript.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSPythonScript.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSSTXMethod.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSSTXMethod.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSZSQLMethod.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/FSZSQLMethod.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/Permissions.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/Permissions.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/README.txt +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/addFSDirView.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custdtml.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custimage.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custprops.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custpt.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custpy.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custstx.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/custzsql.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml/dirview_properties.dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/cookie.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/dirview.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/fsdtml.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/fsimage.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/fsprops.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/fspt.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/fspy.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images/fssqlmethod.gif +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/refresh.txt +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/templates/dtml +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/templates/script +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/templates/zsql +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSImage.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSImage.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSPageTemplate.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSPageTemplate.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSPythonScript.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSPythonScript.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSSecurity.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests/test_FSSecurity.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/utils.py +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/utils.pyc +%%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/version.txt +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/templates +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/images +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/dtml +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/Extensions +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/ExampleSite/site +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/ExampleSite +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite/EditorUtils +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/FileSystemSite |