Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove always-false/true conditions based on OSVERSION 500000 | Edwin Groothuis | 2007-10-04 | 1 | -7/+0 |
| | |||||
* | - Change libevent lib and bump PORTREVISION since devel/libevent are updated. | Marcus Alves Grando | 2007-09-21 | 1 | -2/+2 |
| | |||||
* | - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. | Marcus Alves Grando | 2007-04-06 | 1 | -2/+2 |
| | |||||
* | - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent | Marcus Alves Grando | 2006-12-05 | 1 | -1/+2 |
| | | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) | ||||
* | - Guararantee file permissions | Stanislav Sedov | 2006-09-25 | 2 | -106/+110 |
| | | | | | | - Fix pkg-plist in case of NOPORTDOCS was specified Approved by: perky (maintainer), sem (mentor) | ||||
* | - update dependencies for libevent-1.2 | Yen-Ming Lee | 2006-06-30 | 1 | -1/+1 |
| | |||||
* | Update 0.0.2006.05.02 | Hye-Shik Chang | 2006-05-04 | 3 | -44/+36 |
| | |||||
* | Fix portlint warnings. | Hye-Shik Chang | 2006-05-04 | 1 | -3/+1 |
| | | | | | PR: 95830 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> | ||||
* | Update to release of 2006-01-27. | Hye-Shik Chang | 2006-01-30 | 3 | -8/+30 |
| | |||||
* | BROKEN on ia64 and sparc64: Does not compile | Kris Kennaway | 2006-01-19 | 1 | -0/+4 |
| | |||||
* | Update to Release of 2005.12.21. | Hye-Shik Chang | 2005-12-25 | 4 | -37/+6 |
| | |||||
* | - Update to Release of 2005/12/11 | Hye-Shik Chang | 2005-12-17 | 6 | -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 Chang | 2005-12-07 | 2 | -0/+14 |
| | | | | Obtained from: quag on freenode#io | ||||
* | Update to Release of 2005-12-15. | Hye-Shik Chang | 2005-12-07 | 4 | -160/+51 |
| | |||||
* | Include bin/ioServer and bin/ioDesktop to the distribution which | Hye-Shik Chang | 2005-11-29 | 2 | -2/+6 |
| | | | | are executable instances for servers and desktops respectively. | ||||
* | Add new port for io snapshot of 2005-10-17: | Hye-Shik Chang | 2005-11-04 | 5 | -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/ |