diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 13:05:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 13:05:40 +0800 |
commit | 7ea57ea3bf3c511c615e9760472dcb37faac9d4e (patch) | |
tree | b1ec07afcd699ba6c661437507fbc1c9881cf3d4 /www/Makefile | |
parent | 978d0292a4902a7d5508cbbee7cd789e3746f52c (diff) | |
download | freebsd-ports-gnome-7ea57ea3bf3c511c615e9760472dcb37faac9d4e.tar.gz freebsd-ports-gnome-7ea57ea3bf3c511c615e9760472dcb37faac9d4e.tar.zst freebsd-ports-gnome-7ea57ea3bf3c511c615e9760472dcb37faac9d4e.zip |
[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>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 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 |