[64185] trunk/dports/math

mww at macports.org mww at macports.org
Wed Feb 24 12:39:25 PST 2010


Revision: 64185
          http://trac.macports.org/changeset/64185
Author:   mww at macports.org
Date:     2010-02-24 12:39:22 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
keep a dummy port around to lead users to caml-gsl

Added Paths:
-----------
    trunk/dports/math/ocamlgsl/
    trunk/dports/math/ocamlgsl/Portfile

Added: trunk/dports/math/ocamlgsl/Portfile
===================================================================
--- trunk/dports/math/ocamlgsl/Portfile	                        (rev 0)
+++ trunk/dports/math/ocamlgsl/Portfile	2010-02-24 20:39:22 UTC (rev 64185)
@@ -0,0 +1,22 @@
+# $Id: Portfile 64184 2010-02-24 20:27:24Z mww at macports.org $
+
+PortSystem        1.0
+
+name              ocamlgsl
+version           0.6.0
+categories        math science
+maintainers       nomaintainer
+description       ocamlgsl is the GNU scientific library for OCaml
+long_description  \
+    This is an interface to GSL (GNU scientific library) for the Objective Caml language.\
+    See the gsl port for more details.
+homepage          http://oandrieu.nerim.net/ocaml/gsl/
+platforms         darwin
+master_sites      ${homepage}
+checksums         md5    04795211d49c2fe1f59a5669f33ec5fc
+distfiles
+
+pre-configure {
+    return -code error "ocamlgsl has been renamed to caml-gsl; please install caml-gsl instead"
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100224/151c54ed/attachment-0001.html>


More information about the macports-changes mailing list