# $Id: Portfile,v 1.5 2004/04/10 16:43:43 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup BTreeFolder2 1.0 revision 1 maintainers rshaw@opendarwin.org description Zope folder that can contain many more objects efficiently long_description When you fill a Zope folder with too many \ objects, both Zope and your browser get \ overwhelmed. Zope has to load and store a large \ folder object, and the browser has to render \ large HTML tables repeatedly. Zope can store a \ lot of objects, but it has trouble storing a lot \ of objects in a single standard Zope folder. \ BTreeFolder2 solves this problem by storing the \ objects in Zope BTrees, special structures \ designed for the Zope object database. BTrees \ can hold numerous items without loading them all \ into memory at once. homepage http://hathaway.freezope.org/Software/${zope.product} master_sites ${homepage} checksums md5 d430cf27bfc78922eaca9222f393022f platforms darwin freebsd variant cvs { zope.setup_cvs zope }