summaryrefslogtreecommitdiff
path: root/lang/io (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+0
|
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2007-09-211-2/+2
|
* - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.Marcus Alves Grando2007-04-061-2/+2
|
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventMarcus Alves Grando2006-12-051-1/+2
| | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
* - Guararantee file permissionsStanislav Sedov2006-09-252-106/+110
| | | | | | - Fix pkg-plist in case of NOPORTDOCS was specified Approved by: perky (maintainer), sem (mentor)
* - update dependencies for libevent-1.2Yen-Ming Lee2006-06-301-1/+1
|
* Update 0.0.2006.05.02Hye-Shik Chang2006-05-043-44/+36
|
* Fix portlint warnings.Hye-Shik Chang2006-05-041-3/+1
| | | | | PR: 95830 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
* Update to release of 2006-01-27.Hye-Shik Chang2006-01-303-8/+30
|
* BROKEN on ia64 and sparc64: Does not compileKris Kennaway2006-01-191-0/+4
|
* Update to Release of 2005.12.21.Hye-Shik Chang2005-12-254-37/+6
|
* - Update to Release of 2005/12/11Hye-Shik Chang2005-12-176-28/+32
| | | | | | - Fix build on 4-STABLE [1] Submitted by: vs [1]
* Add a patch that enables to press Ctrl-D to exit.Hye-Shik Chang2005-12-072-0/+14
| | | | Obtained from: quag on freenode#io
* Update to Release of 2005-12-15.Hye-Shik Chang2005-12-074-160/+51
|
* Include bin/ioServer and bin/ioDesktop to the distribution whichHye-Shik Chang2005-11-292-2/+6
| | | | are executable instances for servers and desktops respectively.
* Add new port for io snapshot of 2005-10-17:Hye-Shik Chang2005-11-045-0/+430
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/