NOTICE: This package has been removed from pkgsrc

./wip/vala, Compiler for the GObject type system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.30.0nb1, Package name: vala-0.30.0nb1, Maintainer: pkgsrc-users

Vala is a 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.


Required to run:
[devel/glib2]

Master sites: (Expand)

SHA1: 39ba8dc14f604c3667e597de14470300254e8df6
RMD160: 0b2fd611c878acbe5603789cd2b54572a00a7e4f
Filesize: 2661.852 KB

Version history: (Expand)


CVS history: (Expand)


   2009-03-22 17:30:05 by Aleksej Saushev | Files touched by this commit (6) | Package removed
Log message:
Remove vala, it moved to pkgsrc.

   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2008-10-29 12:14:47 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.4.0:

Vala 0.4.0
==========

 * Support more flexible constructors.
 * Partial support for reading and writing .gir files.
 * Improve compiler performance.
 * Copy arrays where necessary.
 * Basic support for static properties.
 * Partial support for struct holding object references.
 * Add tracker indexer bindings (Roberto Majadas)
 * Updates to the GLib, GTK+, and GStreamer bindings.
 * Many bug fixes.
   2008-08-26 00:19:19 by Blair Sadewitz | Files touched by this commit (6) | Imported package
Log message:
Import vala-0.3.5 as wip/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.