# $Id: Portfile,v 1.5 2004/04/10 16:43:47 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup LocalFS 1.1.0 revision 2 maintainers rshaw@opendarwin.org description Zope Local File System folder long_description The Local File System is an add-in product for \ the Zope web application server. It allows users \ to access the contents of the file system on a \ Zope server as if they were contained in the \ Zope Object Database. It allows you to serve \ files and browse directories from the local file \ system (or network shares on Windows platforms). \ It also allows you to upload files to the file \ system. homepage http://sourceforge.net/projects/[string tolower ${zope.product}] master_sites sourceforge:[string tolower ${zope.product}] distname ${zope.product}-[strsed ${version} {g/[.]/-/}] extract.suffix .tgz checksums md5 738c05ad9e4cb59518269bc21fa79a1d platforms darwin freebsd post-extract { if {[file exist ${worksrcpath}/lib/python/Products/${zope.product}]} { file rename ${worksrcpath}/lib/python/Products/${zope.product} \ ${worksrcpath}/${zope.product} file delete -force ${worksrcpath}/lib } } patchfiles patch-FSObject.py variant cvs { zope.setup_cvs sourceforge:localfs \ src/lib/python/Products/${zope.product} patchfiles patch-FSObject.py-cvs }