# $Id: Portfile 67042 2010-04-27 23:02:18Z ryandesign@macports.org $
PortSystem 1.0
PortGroup zope 1.0

zope.setup		RevisionManager 1.3.2
revision		2
maintainers		nomaintainer
description		RevisionManager is a CVS frontend for Zope.
long_description	RevisionManager is a CVS frontend for Zope. It \
					brings the power of revision controlling to the \
					ZODB.  It introduces all common cvs commands to \
					Zope. These include importing, checking in and out, \
					updating, adding and removing files, tagging and \
					branching.  The three common access methods are \
					supported: \
					- local, i.e. the repository is on the same machine \
					as the Zope server \
					- server (a.k.a. ext) using rsh or ssh (ssh must be \
					used with public key authentication) \
					- pserver, the password server. \
					Additional features: \
					- RevisionManager can use the Zope user id to \
					connect to a RSH/SSH or pserver server \
					- Upon committing, RevisionManager can include the \
					ZODB history of the objects in questions in the CVS \
					log. \
					- When enabled, RevisionManager stores properties of \
					objects in separate .properties files (when \
					supported).
homepage		http://zope.org/Members/philikon/${zope.product}
master_sites	${homepage}/${version}/
extract.suffix	.tgz
checksums		md5 0878bd0ba2bdb5d3edee68d4d94f9e44
platforms		darwin freebsd

depends_lib-append		port:zope-zopetree
depends_run		bin:cvs:cvs

