Commit graph

6 commits

Author SHA1 Message Date
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
1f02bc1fa1 - Augment previous fix
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-12 23:48:32 +00:00
Mark Linimon
0d04b3fd01 Fix build on cluster by adding a libtool dependency. This is a hack to
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)
2007-11-08 08:06:22 +00:00
Daichi GOTO
687f841c0d neko 1.6.0_1 is for 6.x or over.
- neko uses socket option that 5.x doesn't have.
    So added ${OSVERSION} check.

Submitted by:	ozawa@ongs.co.jp (maintainer)
2007-09-25 13:03:50 +00:00
Daichi GOTO
6957530bf4 lang/neko: fixed compile error on amd64 6
- 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
2007-08-23 04:33:00 +00:00
Daichi GOTO
e12c080bf5 The Neko Programming Language
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>
2007-08-21 06:13:33 +00:00