On Dec 12, 2012, at 05:39, [email protected] wrote: > Revision: 100437 > https://trac.macports.org/changeset/100437 > Author: [email protected] > 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". _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
