wxD is a wxWidgets binding for the D programming language. Cheers, Jona
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-09-13 18:37:25 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/wxd Makefile distinfo pkg-descr pkg-plist x11-toolkits/wxd/files patch-Makefile patch-wx-Makefile patch-wxc-Makefile Log: wxWidgets is a C++ cross-platform GUI toolkit. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. D is a general purpose systems and applications programming language. It is a higher level language than C++, but retains the ability to write high performance code and interface directly with the operating system API's and with hardware. D is not a scripting language, nor an interpreted language. wxD is wxWidgets bindings for the D programming language. WWW: http://wxd.sourceforge.net/ PR: ports/102797 Submitted by: Jona Joachim <walkingshadow(at)grummel.net> Revision Changes Path 1.422 +1 -0 ports/x11-toolkits/Makefile 1.1 +46 -0 ports/x11-toolkits/wxd/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/wxd/distinfo (new) 1.1 +35 -0 ports/x11-toolkits/wxd/files/patch-Makefile (new) 1.1 +38 -0 ports/x11-toolkits/wxd/files/patch-wx-Makefile (new) 1.1 +35 -0 ports/x11-toolkits/wxd/files/patch-wxc-Makefile (new) 1.1 +14 -0 ports/x11-toolkits/wxd/pkg-descr (new) 1.1 +474 -0 ports/x11-toolkits/wxd/pkg-plist (new) _______________________________________________ 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. Thanks!