Revision: 120785 https://trac.macports.org/changeset/120785 Author: michaelld@macports.org Date: 2014-06-06 19:49:50 -0700 (Fri, 06 Jun 2014) Log Message: ----------- swig-d: new subport of swig. Addresses ticket #34708. Modified Paths: -------------- trunk/dports/devel/swig/Portfile Modified: trunk/dports/devel/swig/Portfile =================================================================== --- trunk/dports/devel/swig/Portfile 2014-06-07 02:48:24 UTC (rev 120784) +++ trunk/dports/devel/swig/Portfile 2014-06-07 02:49:50 UTC (rev 120785) @@ -50,6 +50,7 @@ clisp {port:clisp clisp} csharp {port:mono csharp} gcj {port:gcc47 "gcj=${prefix}/bin/gcj-mp-4.7 --with-gcjh=${prefix}/bin/gcjh-mp-4.7"} + d {port:phobos d} go {port:go go} guile {port:guile guile} java {bin:java:kaffe java} @@ -67,7 +68,7 @@ tcl {port:tcl tcl} } array set prettynames {allegrocl Allegro chicken Chicken clisp CLISP csharp "C#" - gcj GCJ go Go guile Guile java Java lua Lua mzscheme MzScheme + d D gcj GCJ go Go guile Guile java Java lua Lua mzscheme MzScheme ocaml "Objective Caml" octave Octave perl5 Perl php "PHP 5" pike Pike python Python r R ruby Ruby tcl Tcl}
participants (1)
-
michaelld@macports.org