aboutsummaryrefslogtreecommitdiffstats
path: root/lang/neko
Commit message (Collapse)AuthorAgeFilesLines
* fixed build fail on 8-stabledaichi2013-10-052-0/+15
| | | | Submitted by: maintainer
* update to 2.0.0daichi2013-09-303-26/+3
| | | | Submitted by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Add an explicit dependency on pkgconfbapt2013-09-181-1/+1
|
* Mark jobs unsafebapt2013-07-131-6/+3
|
* added a patchdaichi2012-12-111-0/+11
| | | | PR: ozawa@ongs.co.jp
* Update PCRE to 8.32mm2012-12-111-0/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* drop PORTREVISIONdaichi2012-12-061-1/+0
| | | | | Pointedout by: danfe Feature safe: yes
* Update to 1.8.2daichi2012-12-062-4/+4
| | | | | Submitted by: ozawa@ongs.co.jp Feature safe: yes
* - remove apache13 supportohauer2012-09-064-83/+55
| | | | | | | | | | - use DOS2UNIX macro - rewrite for options NG - use USE_XXX macros instead (BUILD|RUN)_DEPENDS PR: 170752 Submitted by: ohauer@ Approved by: maintainer timeout
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Use libraries from boehm-gc-threaded instead of building own implementation.stas2009-12-181-21/+7
| | | | | | This fixes build failure after the boehm-gc update. Reported by: pav
* Update for 1.8.1daichi2009-08-114-54/+24
| | | | | PR: 137631 Submitted by: maintainer
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Fix build problem of lang/neko on tinderboxdaichi2009-07-141-0/+1
| | | | | PR: ports/136734 Submitted by: maintainer
* - Add missing files from last commit.wxs2009-06-283-0/+82
|
* - Update to 1.8.0wxs2009-06-283-15/+29
| | | | | | | | - Don't use ${PREFIX} for dependencies, CFLAGS or LDFLAGS - This port still doesn't work with a custom PREFIX, it needs some work still. PR: ports/135833 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Augment previous fixpav2007-11-131-1/+1
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* Fix build on cluster by adding a libtool dependency. This is a hack tolinimon2007-11-081-0/+1
| | | | | | | work around the fact that this port reaches over into devel/boehm-gc to do part of its build. This isn't the Right Thing. Approved by: portmgr (self)
* neko 1.6.0_1 is for 6.x or over.daichi2007-09-251-0/+4
| | | | | | | - neko uses socket option that 5.x doesn't have. So added ${OSVERSION} check. Submitted by: ozawa@ongs.co.jp (maintainer)
* lang/neko: fixed compile error on amd64 6daichi2007-08-231-1/+5
| | | | | | | | - fixed compile error (6-RELEASE amd64, 7-CURRENT amd64) PR: ports/115723 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Pointed out by: via krisbot
* The Neko Programming Languagedaichi2007-08-214-0/+195
Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. You can even write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. WWW: http://nekovm.org/ Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>