aboutsummaryrefslogtreecommitdiffstats
path: root/lang/io
Commit message (Collapse)AuthorAgeFilesLines
* - convert USE_CMAKE to USESmakc2013-03-231-2/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Update PCRE to 8.32mm2012-12-111-0/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* - Update to 2011.09.12gahr2012-10-046-1670/+3128
| | | | | - Convert to OptionsNG - Put addons that have dependencies into OPTIONS
* - Update to 0.0.2010.06.07gahr2011-05-023-1726/+1654
| | | | | PR: 156727 Submitted by: Chris Rees <utisoft@gmail.com>
* Tag the one gmake-3.82 casualty as broken.ade2011-04-121-0/+2
|
* - Fix build on amd64gahr2009-08-181-4/+5
| | | | | Tested by: miwi Many thanks to: miwi
* - Mark BROKEN on amd64: does not linkpav2009-08-171-1/+7
| | | | Reported by: pointyhat
* - Update to snapshot of 2009-08-03gahr2009-08-033-131/+157
| | | | | - Unbreak on sparc64 - Take maintainship
* Mark as broken on sparc64.linimon2009-03-171-1/+7
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-7/+1
|
* Release maintainership.perky2008-08-141-1/+1
|
* - Fix build on 5.Xmiwi2008-05-211-0/+4
| | | | Submitted by: pavbot
* - Update to 0.0.2008.01.20miwi2008-05-193-239/+1659
| | | | | | PR: 120333 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout
* - Bump PORTREVISION since devel/libevent are updated.mnag2008-01-031-2/+2
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+0
|
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.mnag2007-09-221-2/+2
|
* - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.mnag2007-04-071-2/+2
|
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventmnag2006-12-051-1/+2
| | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
* - Guararantee file permissionsstas2006-09-262-106/+110
| | | | | | - Fix pkg-plist in case of NOPORTDOCS was specified Approved by: perky (maintainer), sem (mentor)
* - update dependencies for libevent-1.2leeym2006-06-301-1/+1
|
* Update 0.0.2006.05.02perky2006-05-043-44/+36
|
* Fix portlint warnings.perky2006-05-041-3/+1
| | | | | PR: 95830 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
* Update to release of 2006-01-27.perky2006-01-303-8/+30
|
* BROKEN on ia64 and sparc64: Does not compilekris2006-01-201-0/+4
|
* Update to Release of 2005.12.21.perky2005-12-264-37/+6
|
* - Update to Release of 2005/12/11perky2005-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.perky2005-12-072-0/+14
| | | | Obtained from: quag on freenode#io
* Update to Release of 2005-12-15.perky2005-12-074-160/+51
|
* Include bin/ioServer and bin/ioDesktop to the distribution whichperky2005-11-292-2/+6
| | | | are executable instances for servers and desktops respectively.
* Add new port for io snapshot of 2005-10-17:perky2005-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/