1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Martin Wilke
f3b14481cb 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>
2006-09-13 18:37:25 +00:00