[93069] trunk/dports/lang/polyml/Portfile
mww at macports.org
mww at macports.org
Mon May 14 11:22:47 PDT 2012
Revision: 93069
https://trac.macports.org/changeset/93069
Author: mww at macports.org
Date: 2012-05-14 11:22:46 -0700 (Mon, 14 May 2012)
Log Message:
-----------
polyml: whitespace changes only
Modified Paths:
--------------
trunk/dports/lang/polyml/Portfile
Modified: trunk/dports/lang/polyml/Portfile
===================================================================
--- trunk/dports/lang/polyml/Portfile 2012-05-14 18:19:10 UTC (rev 93068)
+++ trunk/dports/lang/polyml/Portfile 2012-05-14 18:22:46 UTC (rev 93069)
@@ -2,34 +2,34 @@
PortSystem 1.0
-name polyml
-version 5.4.1
-revision 2
-categories lang ml
-platforms darwin
-maintainers mww
-license LGPL-2.1
-description An implementation of Standard ML.
-long_description Poly/ML is an extremely fast and efficient implementation of \
- Standard ML. Program state can be saved in a memory-mapped \
- persistent store. There are numerous addon libraries available.
+name polyml
+version 5.4.1
+revision 2
+categories lang ml
+platforms darwin
+maintainers mww
+license LGPL-2.1
+description An implementation of Standard ML.
+long_description Poly/ML is an extremely fast and efficient implementation of \
+ Standard ML. Program state can be saved in a memory-mapped \
+ persistent store. There are numerous addon libraries available.
-homepage http://www.polyml.org/
-master_sites sourceforge
+homepage http://www.polyml.org/
+master_sites sourceforge
-distname ${name}.${version}
+distname ${name}.${version}
checksums md5 a06ba2bee454ebdda06c1b61f638f45e \
sha1 85998ff7b290fae821a23fa5303b012ccea07ea1 \
rmd160 7f3916f306f1fa24afb5b7cbb77bac98c9e4ab24
patchfiles patch-libpolyml-x86asm.asm.diff
-depends_lib port:gmp
+depends_lib port:gmp
-configure.args --mandir=${prefix}/share/man --build=${build_arch}-apple-darwin${os.major}
+configure.args --mandir=${prefix}/share/man --build=${build_arch}-apple-darwin${os.major}
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} COPYING \
- ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} COPYING \
+ ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/b8b4e998/attachment.html>
More information about the macports-changes
mailing list