cvs commit: ports/lang Makefile ports/lang/neko Makefile distinfo pkg-descr pkg-plist

Daichi GOTO daichi at FreeBSD.org
Mon Aug 20 23:13:33 PDT 2007


daichi      2007-08-21 06:13:33 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/neko            Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Neko Programming Language
  
  Neko is a high-level dynamically typed programming language which can
  also be used as an embedded scripting language. It has been designed to
  provide a common runtime for several different languages.
  
  Neko is not only very easy to learn and use, but also has the flexibility
  of being able to extend the language with C libraries. You can even write
  generators from your own language to Neko and then use the Neko Runtime to
  compile, run, and access existing libraries.
  
  WWW: http://nekovm.org/
  
  Submitted by:   Masanori OZAWA <ozawa at ongs.co.jp>
  
  Revision  Changes    Path
  1.567     +1 -0      ports/lang/Makefile
  1.1       +163 -0    ports/lang/neko/Makefile (new)
  1.1       +3 -0      ports/lang/neko/distinfo (new)
  1.1       +12 -0     ports/lang/neko/pkg-descr (new)
  1.1       +17 -0     ports/lang/neko/pkg-plist (new)


More information about the cvs-all mailing list