aboutsummaryrefslogtreecommitdiff
path: root/lang/io
Commit message (Collapse)AuthorAgeFilesLines
* - 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) Notes: svn path=/head/; revision=178938
* - Guararantee file permissionsStanislav Sedov2006-09-252-106/+110
| | | | | | | | | - Fix pkg-plist in case of NOPORTDOCS was specified Approved by: perky (maintainer), sem (mentor) Notes: svn path=/head/; revision=173814
* - update dependencies for libevent-1.2Yen-Ming Lee2006-06-301-1/+1
| | | | Notes: svn path=/head/; revision=166640
* Update 0.0.2006.05.02Hye-Shik Chang2006-05-043-44/+36
| | | | Notes: svn path=/head/; revision=161344
* Fix portlint warnings.Hye-Shik Chang2006-05-041-3/+1
| | | | | | | | PR: 95830 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=161338
* Update to release of 2006-01-27.Hye-Shik Chang2006-01-303-8/+30
| | | | Notes: svn path=/head/; revision=154763
* BROKEN on ia64 and sparc64: Does not compileKris Kennaway2006-01-191-0/+4
| | | | Notes: svn path=/head/; revision=153922
* Update to Release of 2005.12.21.Hye-Shik Chang2005-12-254-37/+6
| | | | Notes: svn path=/head/; revision=152011
* - Update to Release of 2005/12/11Hye-Shik Chang2005-12-176-28/+32
| | | | | | | | | - Fix build on 4-STABLE [1] Submitted by: vs [1] Notes: svn path=/head/; revision=151355
* Add a patch that enables to press Ctrl-D to exit.Hye-Shik Chang2005-12-072-0/+14
| | | | | | | Obtained from: quag on freenode#io Notes: svn path=/head/; revision=150572
* Update to Release of 2005-12-15.Hye-Shik Chang2005-12-074-160/+51
| | | | Notes: svn path=/head/; revision=150567
* Include bin/ioServer and bin/ioDesktop to the distribution whichHye-Shik Chang2005-11-292-2/+6
| | | | | | | are executable instances for servers and desktops respectively. Notes: svn path=/head/; revision=149880
* 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/ Notes: svn path=/head/; revision=147215