[24174] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 18 08:37:13 PDT 2007


Revision: 24174
          http://trac.macosforge.org/projects/macports/changeset/24174
Author:   boeyms at macports.org
Date:     2007-04-18 08:37:12 -0700 (Wed, 18 Apr 2007)

Log Message:
-----------
devel/aegis: new port, version 4.22

Added Paths:
-----------
    trunk/dports/devel/aegis/
    trunk/dports/devel/aegis/Portfile

Added: trunk/dports/devel/aegis/Portfile
===================================================================
--- trunk/dports/devel/aegis/Portfile	                        (rev 0)
+++ trunk/dports/devel/aegis/Portfile	2007-04-18 15:37:12 UTC (rev 24174)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+name        aegis
+version     4.22
+categories  devel
+maintainers boeyms at macports.org openmaintainer at macports.org
+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
+
+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."
+}


Property changes on: trunk/dports/devel/aegis/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070418/7cad813a/attachment.html


More information about the macports-changes mailing list