diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-06 11:30:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-06 11:30:26 +0000 |
commit | 71c9dd5d6a081aaa008c4f9dfdaf452478854c4b (patch) | |
tree | 1c5d94cc57eab8a4c04bb7640f86dcc7fe990f64 | |
parent | 69d3b596d9d8e3da0e57b2aab8e9a842d710d047 (diff) | |
download | pkgsrc-71c9dd5d6a081aaa008c4f9dfdaf452478854c4b.tar.gz |
Update / sync a bit with the `README' file from Vala's sources.
From patch by Bug Hunting.
-rw-r--r-- | lang/vala/DESCR | 5 | ||||
-rw-r--r-- | lang/vala014/DESCR | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/lang/vala/DESCR b/lang/vala/DESCR index 5bd80b7cb58..d48f6f388d1 100644 --- a/lang/vala/DESCR +++ b/lang/vala/DESCR @@ -1,4 +1,4 @@ -Vala is a new programming language that aims to bring modern programming +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. @@ -6,5 +6,4 @@ 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. +code. diff --git a/lang/vala014/DESCR b/lang/vala014/DESCR index 5bd80b7cb58..d48f6f388d1 100644 --- a/lang/vala014/DESCR +++ b/lang/vala014/DESCR @@ -1,4 +1,4 @@ -Vala is a new programming language that aims to bring modern programming +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. @@ -6,5 +6,4 @@ 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. +code. |