cvs commit: ports/lang Makefile ports/lang/io Makefile distinfo pkg-descr pkg-plist ports/lang/io/files patch-_build.io

Hye-Shik Chang perky at FreeBSD.org
Fri Nov 4 05:36:09 PST 2005


perky       2005-11-04 13:36:09 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/io              Makefile distinfo pkg-descr pkg-plist 
    lang/io/files        patch-_build.io 
  Log:
  Add new port for io snapshot of 2005-10-17:
  
  Io is small prototype-based programming language. The ideas in Io
  are mostly inspired by Smalltalk (all values are objects), Self
  (prototype-based), NewtonScript (differential inheritance), Act1
  (actors and futures for concurrency), LISP (code is a runtime
  inspectable/modifiable tree) and Lua (small, embeddable).
  
  WWW:    http://www.iolanguage.com/
  
  Revision  Changes    Path
  1.462     +1 -0      ports/lang/Makefile
  1.1       +73 -0     ports/lang/io/Makefile (new)
  1.1       +2 -0      ports/lang/io/distinfo (new)
  1.1       +20 -0     ports/lang/io/files/patch-_build.io (new)
  1.1       +7 -0      ports/lang/io/pkg-descr (new)
  1.1       +328 -0    ports/lang/io/pkg-plist (new)


More information about the cvs-ports mailing list