Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2007 12:16:09 +0000 (UTC)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/vala Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200707101216.l6ACGANb058845@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707101216.l6ACGANb058845>