SWIG is a tool for automatically generating the wrapper code needed to link collections of functions written in C/C++ with other programming languages. Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with little effort. WWW: http://www.swig.org/ SWIG 2.0 is required by the few remaining components of FEniCS (py-instant 1.0.0, ufc, and dolfin) which are not yet committed, but nearly ready. PRs will be submitted after they are re-tested with the committed swig20 port. This port can coexist with swig13 (although swig13 should probably also use dirrmtry for DATADIR, DOCSDIR, and EXAMPLESDIR, which are shared by both ports). The maintainer of swig13 has indicated that he is not interested in maintaining swig20 at this time, and wants to keep swig13 in the tree. Fix: Shar file too big for form. Download here: http://personalpages.tds.net/~jwbacon/Ports/distfiles/swig20-shar.txt
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2012-04-24 12:23:50 UTC FreeBSD ports repository Modified files: devel/swig20 Makefile distinfo pkg-descr pkg-plist Added files: devel/swig20/files patch-configure Log: - Update to 2.0.4 PR: 167005 167062 Submitted by: Jason Bacon <jwbacon@tds.net> Revision Changes Path 1.95 +14 -28 ports/devel/swig20/Makefile 1.40 +2 -2 ports/devel/swig20/distinfo 1.3 +54 -0 ports/devel/swig20/files/patch-configure (new) 1.7 +3 -15 ports/devel/swig20/pkg-descr 1.45 +4114 -3704 ports/devel/swig20/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!