Commit Graph

1357 Commits

Author SHA1 Message Date
steven
10002cbb91 bump PKGNAME due to PLIST changes after 3.9 -> 4.0 2006-07-28 10:32:55 +00:00
steven
56221ce9e9 bump PKGNAME due to PLIST changes after 3.9 -> 4.0 2006-07-28 06:29:33 +00:00
steven
47fe358308 update to chicken 2.41
from maintainer Deanna Phillips <deanna at sdf.lonestar.org>

use -O0 on sparc64 to avoid an internal compiler error.
2006-07-26 18:35:06 +00:00
steven
14073d70f4 fix homepages and a few master sites while there 2006-07-19 15:11:53 +00:00
espie
74276187a6 enforce mandir/catdir (prepare for mandir change) 2006-07-17 17:20:54 +00:00
espie
d729b46b0d say goodbye to MODGNU_SHARED, put documentation in the right place, bump
pkgname.
2006-07-17 16:59:59 +00:00
bernd
6275bfb08d Rename REV and SUB variables to MODRUBY_REV and MODRUBY_ARCH. Keep the old
ones around until the dependent ports have been synced.

ok msf@, 'I like it' sturm@
2006-07-14 15:41:21 +00:00
kurt
5bb1c2b0ec maintenance update to jamvm 1.4.3. based on update from maintainer
Frederick C. Druseikis <fredd at cse.sc.edu>.  amd64 correction not
included just yet as libffi submission needs more work.
2006-07-11 16:01:24 +00:00
kurt
b2cd6ae6a0 maintenance update to classpath 0.91
from maintainer Frederick C. Druseikis <fredd at cse.sc.edu>
2006-07-11 15:54:40 +00:00
bernd
0583244625 - add ruby to REGRESS_DEPENDS
- fix a typo in webrick/httpservlet/filehandler.rb. (from ruby CVS)

ok sturm@
2006-07-06 08:22:20 +00:00
pedro
d029a28f91 Update to Lua 5.0.3 2006-06-27 03:43:19 +00:00
jasper
50bbb103bd update to arena 0.9.3
ok alek@
2006-06-18 20:30:13 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
alek
fe39bf95cf Add arena 2006-06-12 13:28:41 +00:00
alek
96c660c1ca Import arena 0.9.2
Light-weight scripting language with C-like syntax.

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2006-06-12 13:05:27 +00:00
sturm
845cc36920 support for CONFIGURE_STYLE "ruby gem"
with msf's consent
2006-06-11 19:56:31 +00:00
sturm
c48321f2f5 add CONFIGURE_STYLE "ruby setup" and related targets
move LIB_DEPENDS to relevant ports, no PKGNAME bump needed
this is in preparation of a soon to come ruby-gems port

with msf's consent
2006-06-11 18:57:11 +00:00
sturm
1dec9af13b readd correctly 2006-06-10 16:51:05 +00:00
sturm
05428a0975 don't try creating existing directories in mkdir_p(), needed for
upcomming ports to not get systrace warnings (and it's good practice
anyways)

ok msf@ (maintainer)
2006-06-10 16:50:15 +00:00
aanriot
000b107986 the "two-sided" PDF file has been regenerated, so update distinfo.
"yes of course" espie@
2006-06-09 12:14:19 +00:00
steven
a8310107cf +chicken 2006-06-04 10:36:17 +00:00
steven
98045bf9e3 import chicken 2.3
CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable, efficient C, supports almost all of the current
Scheme language standard, the Revised Report on the Algorithmic Language
Scheme (R5RS), and includes many enhancements and extensions.

submitted by Deanna Phillips <deanna at sdf.lonestar.org>

go ahead espie@
2006-06-04 10:36:03 +00:00
alek
974327c525 Switch default python version to 2.4 2006-06-03 09:14:04 +00:00
jolan
77c8d7fe91 point to a hosted, proper distfile 2006-06-02 01:52:25 +00:00
jolan
bbb4089bc2 +ucblogo 2006-06-01 05:59:01 +00:00
jolan
4db703487d ucblogo-5.5, berkeley's implementation of the logo programming language
from pedro@
2006-06-01 05:58:15 +00:00
avsm
26929fa20b typo, fixes RUN_DEPENDS 2006-05-29 21:39:10 +00:00
avsm
82be50bae4 update to ocamlduce-3.09.2pl1
enough statically-typed ML/XML to warm even the hardest C programmers heart
2006-05-29 03:55:33 +00:00
avsm
fc2bc22542 support findlib destdir for easier packaging of ocaml modules 2006-05-29 03:44:49 +00:00
avsm
e32ee88cb0 upgrade to ocaml-3.09.2, sturm@ ok 2006-05-28 15:28:53 +00:00
kurt
562f3f86f6 - add amd64 support
- add build depend on pkgconfig->=0.19p0

in collaboration with and ok ian@
2006-05-12 03:01:04 +00:00
sturm
11ce6ba323 unbreak mirror-maker, there should be no trailing slash in *_DEPENDS 2006-05-06 16:20:44 +00:00
kurt
e210468991 make fastjar list and extract modes recursively deal with directories
simialar to Sun's jar.
2006-04-20 04:42:38 +00:00
alek
b48cf21d31 Update to 2.4.3 2006-04-18 17:29:35 +00:00
kurt
9491d6bb91 +classpath +jamvm. reminded by Alexandre Anriot. 2006-04-11 13:43:35 +00:00
kurt
be2d60e2c2 update to 1.1.7 2006-04-11 01:09:44 +00:00
kurt
5cdad626f5 DESCR:
JamVM is a new Java Virtual Machine which conforms to the JVM
specification version 2 (blue book). In comparison to most other VM's
(free and commercial) it is extremely small, with a stripped executable
on PowerPC of only ~135K, and Intel 100K. However, unlike other small
VMs (e.g. KVM) it is designed to support the full specification, and
includes support for object finalisation, the Java Native Interface
(JNI) and the Reflection API.

From maintainer: Frederick C. Druseikis <fredd@cse.sc.edu>
2006-04-11 01:04:15 +00:00
kurt
ffc705904f DESCR:
GNU Classpath, Essential Libraries for Java, is a GNU project to create
free core class libraries for use with virtual machines and compilers
for the java programming language.

From mantainer Frederick C. Druseikis <fredd@cse.sc.edu>
2006-04-11 01:01:34 +00:00
sturm
ab947d365d don't try to pickup iodbc and fail
no PKGNAME bump needed

from maintainer
2006-04-09 19:32:50 +00:00
sturm
e099f40583 remove dead mirrors from MASTER_SITE_GCC and _SUNSITE
fix some pathes

from Jim Razmus
2006-04-05 04:42:58 +00:00
steven
f049ee2985 update to erlang R10B-10
joint work with new maintainer Jon Olsson (jon at abc dot se).

in PLIST, replace directories with version numbers by variables.
don't use -O3 flag.

feedback and ``I like it'' sturm@
2006-04-02 16:52:03 +00:00
steven
53e886025e unbreak build on amd64
floating point workarounds from NetBSD
2006-03-26 09:18:16 +00:00
msf
a4a3f3ef73 - depend on proper library version 2006-03-23 17:15:25 +00:00
kurt
40ddbf5ab4 - build with iconv to support -encoding and needed for classpath 0.20
- drop VMEM_WARNING since default ulimits are ok for this now
- change SEPARATE_BUILD=concurrent

Based on Frederick C Druseikis changes. okay ian@
2006-03-21 17:32:04 +00:00
sturm
176f5dac2c update to otp_src_R10B-9
based on older submissions to ports@
tested by Hannah Schroeter <hannah at schlund.de>
2006-03-07 19:30:36 +00:00
espie
66deeff11e update adabootstrap files to -current.
noticed by steven@
2006-03-06 16:40:59 +00:00
espie
b2737550c0 post-release version.
disable mudflap for now, as it is not compiling for us.
2006-03-05 22:11:15 +00:00
espie
725e433eed fix obvious mistake on !i386, surprised nobody spotted it yet. 2006-03-04 13:44:19 +00:00
pvalchev
caacdc0ffd use GNU malloc for now which unbreaks this (which is borked due to
our random mmap malloc); from Andreas Vögele <voegelas@gmx.net>
maxima seems happy with this too
2006-02-27 17:22:09 +00:00
pvalchev
55f08ee617 sync line numbers 2006-02-27 16:45:37 +00:00