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