Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2005 13:36:09 +0000 (UTC)
From:      Hye-Shik Chang <perky@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/io Makefile distinfo pkg-descr pkg-plist ports/lang/io/files patch-_build.io
Message-ID:  <200511041336.jA4Da9HJ004886@repoman.freebsd.org>

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



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