./wip/dmd, Digital Mars D compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.093.1, Package name: dmd-2.093.1, Maintainer: pkgsrc-users

D is a systems programming language. Its focus is on combining the
power and high performance of C and C++ with the programmer
productivity of modern languages like Ruby and Python. Special
attention is given to the needs of quality assurance, documentation,
management, portability and reliability.

The D language is statically typed and compiles directly to machine
code. It's multiparadigm, supporting many programming styles:
imperative, object oriented, and metaprogramming. It's a member of
the C syntax family, and its appearance is very similar to that of
C++.

It is not governed by a corporate agenda or any overarching theory
of programming. The needs and contributions of the D programming
community form the direction it goes.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 7c2733fb5151fae7f1fb48c3e98e39e9e22f88f1
Filesize: 3363.756 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-02-16 18:10:41 by Thomas Klausner | Files touched by this commit (39) | Imported package
Log message:
Initial import of dmd-2.0.51.

TODO:
The compiler itself compiles, but the standard library isn't ported.

Installation hasn't been done yet, so the PLIST is empty.

DESCR:
D is a systems programming language. Its focus is on combining the
power and high performance of C and C++ with the programmer
productivity of modern languages like Ruby and Python. Special
attention is given to the needs of quality assurance, documentation,
management, portability and reliability.

The D language is statically typed and compiles directly to machine
code. It's multiparadigm, supporting many programming styles:
imperative, object oriented, and metaprogramming. It's a member of
the C syntax family, and its appearance is very similar to that of
C++.

It is not governed by a corporate agenda or any overarching theory
of programming. The needs and contributions of the D programming
community form the direction it goes.