[73395] trunk/dports

jmr at macports.org jmr at macports.org
Thu Nov 11 19:45:37 PST 2010


Revision: 73395
          http://trac.macports.org/changeset/73395
Author:   jmr at macports.org
Date:     2010-11-11 19:45:33 -0800 (Thu, 11 Nov 2010)
Log Message:
-----------
add swig-go binding (#27277)

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/swigbinding-1.0.tcl
    trunk/dports/devel/swig/Portfile
    trunk/dports/devel/swig-go/Portfile

Added Paths:
-----------
    trunk/dports/devel/swig-go/

Modified: trunk/dports/_resources/port1.0/group/swigbinding-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/swigbinding-1.0.tcl	2010-11-12 03:39:20 UTC (rev 73394)
+++ trunk/dports/_resources/port1.0/group/swigbinding-1.0.tcl	2010-11-12 03:45:33 UTC (rev 73395)
@@ -47,7 +47,8 @@
         tcl         {port:tcl               tcl} \
         csharp      {port:mono              csharp} \
         octave      {port:octave            octave} \
-        java        {bin:java:kaffe         java}
+        java        {bin:java:kaffe         java} \
+        go          {port:go-devel          go}
     }
 
     foreach binding [array names bindings] {

Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile	2010-11-12 03:39:20 UTC (rev 73394)
+++ trunk/dports/devel/swig/Portfile	2010-11-12 03:45:33 UTC (rev 73395)
@@ -40,7 +40,7 @@
     reinplace "s/\[\[:<:\]\]sed\[\[:>:\]\]/gsed/g" ${worksrcpath}/configure
 }
 
-foreach lang {python perl5 gcj guile mzscheme ruby php ocaml pike lua chicken allegrocl clisp r tcl csharp octave java} {
+foreach lang {python perl5 gcj guile mzscheme ruby php ocaml pike lua chicken allegrocl clisp r tcl csharp octave java go} {
     configure.args-append --without-${lang}
 }
 

Modified: trunk/dports/devel/swig-go/Portfile
===================================================================
--- trunk/dports/devel/swig-guile/Portfile	2010-11-10 23:32:19 UTC (rev 73358)
+++ trunk/dports/devel/swig-go/Portfile	2010-11-12 03:45:33 UTC (rev 73395)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 PortGroup swigbinding 1.0
 
-swigbinding-setup   guile Guile
+swigbinding-setup   go Go
 version             2.0.1
 
 maintainers         nomaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101111/63fea55b/attachment-0001.html>


More information about the macports-changes mailing list