[133846] trunk/dports/devel/aegis/Portfile

larryv at macports.org larryv at macports.org
Fri Mar 13 00:26:31 PDT 2015


Revision: 133846
          https://trac.macports.org/changeset/133846
Author:   larryv at macports.org
Date:     2015-03-13 00:26:31 -0700 (Fri, 13 Mar 2015)
Log Message:
-----------
aegis: Add modeline, rearrange, and reformat

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

Modified: trunk/dports/devel/aegis/Portfile
===================================================================
--- trunk/dports/devel/aegis/Portfile	2015-03-13 05:24:59 UTC (rev 133845)
+++ trunk/dports/devel/aegis/Portfile	2015-03-13 07:26:31 UTC (rev 133846)
@@ -1,16 +1,16 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name        aegis
-version     4.24.3
-categories  devel
-license     GPL-3+
-maintainers nomaintainer
-description Aegis is a SCM/CASE tool with a difference
-homepage    http://aegis.sourceforge.net/
-platforms   darwin
+name                aegis
+version             4.24.3
+categories          devel
+platforms           darwin
+license             GPL-3+
+maintainers         nomaintainer
 
+description         Aegis is a SCM/CASE tool with a difference
 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 \
@@ -19,23 +19,31 @@
                     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.
+homepage            http://aegis.sourceforge.net/
 
+depends_lib         port:bison \
+                    port:cook \
+                    port:file \
+                    port:gettext \
+                    port:libxml2 \
+                    port:zlib
+
 master_sites        sourceforge:project/aegis/aegis/${version}
-checksums           md5 64cc5c1ecd43d54c714d49b262f6dc62 \
-                    sha1 482bdeb1610d4bfd95c7d081078e1ca07ee89e79 \
-                    rmd160 ecce0d776b80a17749df76167b251c30f546cdad
+checksums           md5     64cc5c1ecd43d54c714d49b262f6dc62 \
+                    sha1    482bdeb1610d4bfd95c7d081078e1ca07ee89e79 \
+                    rmd160  ecce0d776b80a17749df76167b251c30f546cdad
 
-depends_lib         port:libxml2 port:zlib port:bison port:gettext port:file \
-                    port:cook
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man
 
-configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
-
 use_parallel_build  no
 
-destroot.keepdirs   ${destroot}${prefix}/com
+destroot.keepdirs       ${destroot}${prefix}/com
 destroot.violate_mtree  yes
 
-notes "In order to use Aegis properly, you need to source a file\
+notes "
+In order to use Aegis properly, you need to source a file\
 provided by Aegis that is appropriate to your shell,\
 ${prefix}/share/aegis/profile if you use a Bourne-compatible\
-shell, or ${prefix}/share/aegis/cshrc if you use a C shell."
+shell, or ${prefix}/share/aegis/cshrc if you use a C shell.
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150313/33b2aa65/attachment.html>


More information about the macports-changes mailing list