# $Id$ PortSystem 1.0 name aegis version 4.22 revision 1 categories devel maintainers boeyms openmaintainer description Aegis is a SCM/CASE tool with a difference homepage http://aegis.sourceforge.net/ platforms darwin long_description In the spirit of the UNIX Operating System, Aegis is a \ small component designed to work with other programs. \ Among other things, it supports geographically \ distributed development on both push and pull models and \ on many distribution topologies, concurrent editing, \ atomic locking for changesets over multiple files, and \ perhaps most usefully, enforcement of tests on changes to \ the baseline to ensure that it always works. master_sites sourceforge checksums md5 19238b7f51822518f3651e7c1243ee0f \ sha1 2f910c33da68550c74c9388459f561d7769b2b08 \ rmd160 9575068c576f9f078f19d720f468458c6092b97c depends_lib port:libxml2 port:zlib port:bison port:gettext port:file \ port:cook pre-configure { reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \ "${worksrcpath}/Makefile.in" } configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info destroot.keepdirs ${destroot}${prefix}/com post-install { ui_msg "In order to use Aegis properly, you need to source a file \n\ provided by Aegis that is appropriate to your shell, \n\ ${prefix}/share/aegis/profile if you use a Bourne-compatible \n\ shell, or ${prefix}/share/aegis/cshrc if you use a C shell." }