[57528] trunk/dports/lang/camlp5/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Sep 12 07:58:12 PDT 2009


Revision: 57528
          http://trac.macports.org/changeset/57528
Author:   macsforever2000 at macports.org
Date:     2009-09-12 07:58:11 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
formatting and whitespace.

Modified Paths:
--------------
    trunk/dports/lang/camlp5/Portfile

Modified: trunk/dports/lang/camlp5/Portfile
===================================================================
--- trunk/dports/lang/camlp5/Portfile	2009-09-12 14:53:45 UTC (rev 57527)
+++ trunk/dports/lang/camlp5/Portfile	2009-09-12 14:58:11 UTC (rev 57528)
@@ -2,12 +2,14 @@
 
 PortSystem 1.0
 
-name            camlp5
-version         5.12
-categories      lang
-platforms       darwin
-description     Camlp5 is a preprocessor-pretty-printer of OCaml.
-long_description  Camlp5 is a preprocessor and pretty-printer for \
+name                camlp5
+version             5.12
+categories          lang
+platforms           darwin
+maintainers         nomaintainer
+
+description         Camlp5 is a preprocessor-pretty-printer of OCaml.
+long_description    Camlp5 is a preprocessor and pretty-printer for \
         OCaml programs. It also provides parsing and printing tools. \
         As a preprocessor, it allows to: extend the syntax of OCaml, \
         redefine the whole syntax of the language. As a pretty printer, \
@@ -18,18 +20,20 @@
         stream parsers and lexers pretty print module.  It works as a \
         shell command and can also be used in the OCaml toplevel.
 
-maintainers     nomaintainer
-homepage        http://pauillac.inria.fr/~ddr/camlp5/
-master_sites    ${homepage}distrib/src/
-extract.suffix  .tgz
-depends_build   port:ocaml
-configure.pre_args  --prefix "${prefix}" --mandir "${prefix}/share/man"
-build.target    world.opt
-use_parallel_build no
-checksums       md5     28a86d4f1da8983b7fc773262fa52f1f \
-                sha1    33dd83e33e8554f88004d2c4a57dcf92a5881700 \
-                rmd160  4ba66bc3addff65208a70802371c0987b136d8c6
+homepage            http://pauillac.inria.fr/~ddr/camlp5/
+master_sites        ${homepage}distrib/src/
 
+checksums           md5     28a86d4f1da8983b7fc773262fa52f1f \
+                    sha1    33dd83e33e8554f88004d2c4a57dcf92a5881700 \
+                    rmd160  4ba66bc3addff65208a70802371c0987b136d8c6
+
+depends_build       port:ocaml
+extract.suffix      .tgz
+configure.pre_args  --prefix "${prefix}" \
+                    --mandir "${prefix}/share/man"
+build.target        world.opt
+use_parallel_build  no
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex ${name}-(\[0-9.\]+)\\.tgz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/936dbcfa/attachment.html>


More information about the macports-changes mailing list