summaryrefslogtreecommitdiff
path: root/lang/vala
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-06 11:30:26 +0000
committerwiz <wiz>2012-04-06 11:30:26 +0000
commit0452487851c2fc0bc76f5dbdf8ba1eaca73d905d (patch)
tree1c5d94cc57eab8a4c04bb7640f86dcc7fe990f64 /lang/vala
parentfeba95cdae18066036d989fffdce402694b3dfdc (diff)
downloadpkgsrc-0452487851c2fc0bc76f5dbdf8ba1eaca73d905d.tar.gz
Update / sync a bit with the `README' file from Vala's sources.
From patch by Bug Hunting.
Diffstat (limited to 'lang/vala')
-rw-r--r--lang/vala/DESCR5
1 files changed, 2 insertions, 3 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.