Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2017.09.06_10 14 Jun 2024 05:29:27 |
Jason E. Hale (jhale) |
*/*: Chase audio/taglib shlib version bump
PR: 266677 |
2017.09.06_9 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
2017.09.06_8 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2017.09.06_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2017.09.06_8 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2017.09.06_8 17 Nov 2021 03:18:31 |
Li-Wen Hsu (lwhsu) |
lang/io: Update WWW |
2017.09.06_8 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2017.09.06_8 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
2017.09.06_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2017.09.06_7 26 May 2020 09:15:55 |
gahr |
lang/io, lang/io-devel: fix build on !x86
While at it, add test target to io-devel.
PR: 246225
Submitted by: pkubaj |
2017.09.06_7 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
2017.09.06_7 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
2017.09.06_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2017.09.06_5 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
2017.09.06_4 06 Apr 2019 19:42:45 |
linimon |
Disable sse on non-x86 archs to fix build. Forgotten in r498176.
Approved by: portmgr (tier-2 blanket) |
2017.09.06_4 06 Apr 2019 19:40:42 |
linimon |
Disable sse on non-x86 archs to fix build.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2017.09.06_4 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2017.09.06_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2017.09.06_3 07 Aug 2018 12:41:26 |
gahr |
lang/io-devel: new port, development snapshot of lang/io |
2017.09.06_3 07 Aug 2018 09:09:05 |
gahr |
lang/io: make all OPTIONS names upper case |
2017.09.06_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2017.09.06_1 08 Jun 2018 01:56:02 |
linimon |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
2017.09.06_1 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
2017.09.06_1 19 Sep 2017 10:13:08 |
gahr |
lang/io: install a few syntax files |
2017.09.06 14 Sep 2017 12:41:16 |
gahr |
lang/io: unbreak on i386 |
2017.09.06 14 Sep 2017 11:24:30 |
gahr |
lang/io: mark as IGNOREd on FreeBSD_11_i386: needs MMX instructions |
2017.09.06 14 Sep 2017 11:21:26 |
gahr |
lang/io: mark as IGNOREd on FreeBSD_10_i386: needs SSE instructions |
2017.09.06 13 Sep 2017 11:49:01 |
gahr |
lang/io: add forgotten patch |
2017.09.06 13 Sep 2017 11:46:23 |
gahr |
lang/io: update to 2017.09.06 |
2015.11.11_7 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2015.11.11_6 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
2015.11.11_5 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
2015.11.11_5 27 May 2017 16:48:41 |
linimon |
Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2015.11.11_5 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2015.11.11_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2015.11.11_3 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
2015.11.11_2 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
2015.11.11_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
2015.11.11 28 Jun 2016 15:22:28 |
gahr |
lang/io: take maintainership back |
2015.11.11 28 Jun 2016 14:57:56 |
gahr |
lang/io: update to 2015.11.11 |
2013.12.04_5 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
2013.12.04_5 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2013.12.04_5 11 Nov 2015 10:24:01 |
marino |
lang/io: uses optios framework, fix couple of bugs
During the conversion to use option handlers, I found a couple of
typos and obsolete code which caused errors. I also switched to
USES+= readline libedit when their options were selected. |
2013.12.04_4 08 Sep 2015 14:43:39 |
amdmi3 |
- Don't install empty directories
- Strip libraries
- Pet portlint |
2013.12.04_3 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2013.12.04_3 07 May 2015 16:32:44 |
mat |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2013.12.04_3 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2013.12.04_3 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
2013.12.04_3 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
2013.12.04_2 22 Nov 2014 22:32:46 |
crees |
Fix some USE_PGSQL that were missed before
Submitted by: antoine |
2013.12.04_2 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
2013.12.04_2 20 Oct 2014 17:52:17 |
mva |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit) |
2013.12.04_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2013.12.04_1 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
2013.12.04_1 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
2013.12.04 27 Jun 2014 09:26:26 |
gahr |
- Update to 2013.12.04
- Specify which BSD license it is |
2011.09.12_3 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2011.09.12_2 28 Jan 2014 21:16:11 |
nemysis |
- Fix graphics/glfw2 dependency due to recent commit
devel/ChipmunkPhysics
- Bump PORTREVISION for dependency change
games/pink-pony
- Bump PORTREVISION for dependency change
games/sea-defender
- Bump PORTREVISION for dependency change
lang/io
- Bump PORTREVISION for dependency change |
2011.09.12_1 13 Dec 2013 09:03:58 |
gahr |
- Get rid of unneeded conditionals
Suggested by: bapt |
2011.09.12_1 13 Dec 2013 08:46:32 |
gahr |
- Convert to OPTIONSng
- STAGE-clean
- Fix build on current [1]
Suggested by: gnn [1] |
2011.09.12_1 03 Dec 2013 11:33:38 |
makc |
- Fix CMAKE_BUILD_TYPE usage
Approved by: maintainers |
2011.09.12_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2011.09.12_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2011.09.12_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2011.09.12 04 Oct 2012 07:15:25 |
gahr |
- Update to 2011.09.12
- Convert to OptionsNG
- Put addons that have dependencies into OPTIONS |
0.0.2010.06.07 02 May 2011 07:58:11 |
gahr |
- Update to 0.0.2010.06.07
PR: 156727
Submitted by: Chris Rees <utisoft@gmail.com> |
0.0.2009.08.03 11 Apr 2011 19:57:46 |
ade |
Tag the one gmake-3.82 casualty as broken. |
0.0.2009.08.03 17 Aug 2009 18:28:24 |
gahr |
- Fix build on amd64
Tested by: miwi
Many thanks to: miwi |
0.0.2009.08.03 16 Aug 2009 21:26:24 |
pav |
- Mark BROKEN on amd64: does not link
Reported by: pointyhat |
0.0.2009.08.03 03 Aug 2009 15:43:40 |
gahr |
- Update to snapshot of 2009-08-03
- Unbreak on sparc64
- Take maintainship |
0.0.2008.01.20 17 Mar 2009 05:25:02 |
linimon |
Mark as broken on sparc64. |
0.0.2008.01.20 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.0.2008.01.20 14 Aug 2008 05:27:52 |
perky |
Release maintainership. |
0.0.2008.01.20 20 May 2008 22:35:49 |
miwi |
- Fix build on 5.X
Submitted by: pavbot |
0.0.2008.01.20 19 May 2008 05:43:18 |
miwi |
- Update to 0.0.2008.01.20
PR: 120333
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout |
0.0.2006.05.02_4 02 Jan 2008 23:43:03 |
mnag |
- Bump PORTREVISION since devel/libevent are updated. |
0.0.2006.05.02_3 04 Oct 2007 01:25:18 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.0.2006.05.02_3 21 Sep 2007 20:21:30 |
mnag |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated. |
0.0.2006.05.02_2 06 Apr 2007 18:28:46 |
mnag |
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. |
0.0.2006.05.02_1 05 Dec 2006 13:29:01 |
mnag |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) |
0.0.2006.05.02 25 Sep 2006 18:27:34 |
stas |
- Guararantee file permissions
- Fix pkg-plist in case of NOPORTDOCS was specified
Approved by: perky (maintainer), sem (mentor) |
0.0.2006.05.02 30 Jun 2006 02:53:12 |
leeym |
- update dependencies for libevent-1.2 |
0.0.2006.05.02 04 May 2006 15:05:33 |
perky |
Update 0.0.2006.05.02 |
0.0.2006.01.27 04 May 2006 14:38:20 |
perky |
Fix portlint warnings.
PR: 95830
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
0.0.2006.01.27 30 Jan 2006 04:17:33 |
perky |
Update to release of 2006-01-27. |
0.0.2005.12.21 19 Jan 2006 23:46:15 |
kris |
BROKEN on ia64 and sparc64: Does not compile |
0.0.2005.12.21 25 Dec 2005 16:39:49 |
perky |
Update to Release of 2005.12.21. |
0.0.2005.12.11 17 Dec 2005 03:17:20 |
perky |
- Update to Release of 2005/12/11
- Fix build on 4-STABLE [1]
Submitted by: vs [1] |
0.0.2005.12.05_1 07 Dec 2005 08:06:29 |
perky |
Add a patch that enables to press Ctrl-D to exit.
Obtained from: quag on freenode#io |
0.0.2005.12.05 07 Dec 2005 04:07:53 |
perky |
Update to Release of 2005-12-15. |
0.0.2005.10.17_1 29 Nov 2005 11:19:47 |
perky |
Include bin/ioServer and bin/ioDesktop to the distribution which
are executable instances for servers and desktops respectively. |
0.0.2005.10.17 04 Nov 2005 13:36:09 |
perky |
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/ |