[88521] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jan 3 17:32:48 PST 2012


Revision: 88521
          http://trac.macports.org/changeset/88521
Author:   mww at macports.org
Date:     2012-01-03 17:32:48 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-bin-prot to ocaml-bin-prot, leave stub

Modified Paths:
--------------
    trunk/dports/devel/caml-bin-prot/Portfile
    trunk/dports/devel/ocaml-bin-prot/Portfile

Added Paths:
-----------
    trunk/dports/devel/ocaml-bin-prot/

Modified: trunk/dports/devel/caml-bin-prot/Portfile
===================================================================
--- trunk/dports/devel/caml-bin-prot/Portfile	2012-01-04 01:30:11 UTC (rev 88520)
+++ trunk/dports/devel/caml-bin-prot/Portfile	2012-01-04 01:32:48 UTC (rev 88521)
@@ -1,44 +1,10 @@
 # $Id$
 
 PortSystem          1.0
+replaced_by ocaml-bin-prot
+PortGroup obsolete 1.0
+
 name                caml-bin-prot
 version             2.0.3
 categories          devel ml
-maintainers         erickt openmaintainer
 license             {BSD LGPL-2}
-description         A binary protocol generator
-long_description    This library contains functionality for reading and writing OCaml-values \
-                    in a type-safe binary protocol. These functions are extremely efficient and \
-                    provide users with a convenient and safe way of performing I/O on any \
-                    extensionally defined data type. This means that functions, objects, and \
-                    values whose type is bound through a polymorphic record field are not \
-                    supported, but everything else is.
-
-homepage            http://ocaml.janestreet.com/?q=node/13
-platforms           darwin
-master_sites        http://www.janestreet.com/ocaml
-
-distname            bin-prot-${version}
-
-checksums           md5     950ab4bdca7f5b7570e4d6216eff235d \
-                    sha1    5744736b5eb9367633c5fc124d531f6d9d66ee5e \
-                    rmd160  fe02221b20f2bb176a2a5e6f293c906470f945ce
-
-depends_lib         port:ocaml port:ocaml-findlib port:ocaml-ounit port:ocaml-type-conv
-
-use_configure       no
-use_parallel_build  no
-
-build.env           PREFIX=${prefix}
-
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-
-destroot.env        OCAMLFIND_LDCONF="ignore" \
-                    OCAMLFIND_DESTDIR="$ocamlfind_destdir"
-
-pre-destroot {
-    file mkdir ${ocamlfind_destdir}/stublibs
-}
-
-livecheck.type      regex
-livecheck.regex     "bin-prot-(.*?).tar.gz"

Modified: trunk/dports/devel/ocaml-bin-prot/Portfile
===================================================================
--- trunk/dports/devel/caml-bin-prot/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-bin-prot/Portfile	2012-01-04 01:32:48 UTC (rev 88521)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem          1.0
-name                caml-bin-prot
+name                ocaml-bin-prot
 version             2.0.3
 categories          devel ml
 maintainers         erickt openmaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/21e05415/attachment.html>


More information about the macports-changes mailing list