[100437] trunk/dports/sysutils
Ryan Schmidt
ryandesign at macports.org
Thu Dec 13 18:01:55 PST 2012
On Dec 12, 2012, at 05:39, mww at macports.org wrote:
> Revision: 100437
> https://trac.macports.org/changeset/100437
> Author: mww at macports.org
> Date: 2012-12-12 03:39:09 -0800 (Wed, 12 Dec 2012)
> Log Message:
> -----------
> new port: opam
>
> Added Paths:
> -----------
> trunk/dports/sysutils/opam/
> trunk/dports/sysutils/opam/Portfile
>
> Added: trunk/dports/sysutils/opam/Portfile
> ===================================================================
> --- trunk/dports/sysutils/opam/Portfile (rev 0)
> +++ trunk/dports/sysutils/opam/Portfile 2012-12-12 11:39:09 UTC (rev 100437)
> @@ -0,0 +1,26 @@
> +# $Id$
> +
> +PortSystem 1.0
> +PortGroup github 1.0
> +
> +github.setup OCamlPro opam 0.8.1
> +
> +platforms darwin
> +categories sysutils ml
> +license GPL-3
> +maintainers mww openmaintainer
> +homepage http://opam.ocamlpro.com/
> +description OPAM is a package manager for OCaml
> +long_description OPAM is a package manager for OCaml that can install \
> + multiple versions of OCaml and libraries in a users home \
> + directory.
> +
> +github.tarball_from OCamlPro
Valid values of github.tarball_from are "tags" (the default) and "downloads".
More information about the macports-dev
mailing list