cvs commit: ports/lang Makefile ports/lang/vala Makefile distinfo
pkg-descr pkg-plist
Michael Johnson
ahze at FreeBSD.org
Tue Jul 10 12:16:10 UTC 2007
ahze 2007-07-10 12:16:09 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/vala Makefile distinfo pkg-descr pkg-plist
Log:
Add vala
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.
WWW: http://live.gnome.org/Vala
Revision Changes Path
1.562 +1 -0 ports/lang/Makefile
1.1 +25 -0 ports/lang/vala/Makefile (new)
1.1 +3 -0 ports/lang/vala/distinfo (new)
1.1 +12 -0 ports/lang/vala/pkg-descr (new)
1.1 +190 -0 ports/lang/vala/pkg-plist (new)
More information about the cvs-all
mailing list