summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2010-02-19Update to 1_2_7, from <wenheping@gmail.com> via PR pkg/42845.ghen4-11/+14
Added basic array support and preliminary shell functionality.
2010-02-18Restore libX11 path patch, was broken with 2.4.3.1 update and deleted withghen3-6/+17
2.6.1 update. Bump PKGREVISION.
2010-02-18Update parrot from version 2.0.0 to 2.1.0.he4-21/+36
Pkgsrc changes: o Adapt patch to work around dl-handle re-use to eliminate warnings o Adapt PLIST to new contents Upstream changes: - Core changes + GC performance and encapsulation were greatly improved. + PMC freeze refactored. + More Makefile and build improvements. - API Changes + The Array PMC was removed. + Several deprecated vtables were removed. + The OrderedHash PMC was substantialy improved. - Platforms + Packaging improvements on some operating systems. - Tools + Some cases in pbc_merge are now handled. + Improvements were made to the dependency checker. + New tool nativecall.pir added.
2010-02-17Add licenceskefren1-1/+3
2010-02-16Doesn't support Emacs 23.joerg1-1/+5
2010-02-16Update to mono-basic 2.6, part of mono 2.6kefren2-7/+6
2010-02-16Update to mono 2.6.1kefren15-180/+182
Changes since version 2.4 are documented at: http://www.mono-project.com/Release_Notes_Mono_2.6 http://www.mono-project.com/Release_Notes_Mono_2.6.1
2010-02-15Mark as generally not 64bit safe. Assumes int32 ~= void *.joerg1-2/+2
2010-02-14Use "PKG_PREFIX" if it is set and the compiled in path otherwise.tron1-4/+4
Based on a suggestion by Steven Drake.
2010-02-14DESTDIR support.dholland3-11/+273
2010-02-13Add a bl3.mk so wip/libcpu can include llvm headers.tnn1-0/+13
2010-02-12allow to override cmake's Python search order, to enforce the versiondrochner1-1/+5
selected by pkgsrc this automatically affects pkgs which use FIND_PACKAGE(PythonInterp) or FIND_PACKAGE(PythonLibs)
2010-02-11Because we unconditionally try to build the bsddb module now,tnn2-11/+11
there's no point having special PLIST handling for it.
2010-02-11remove unused varstnn1-3/+1
2010-02-11Try to deal with building dbm.so in case of BDB_TYPE=db4.tnn2-12/+23
Tested on Linux.
2010-02-11Update to Yap 5.1.3.asau11-184/+253
Many improvements, bug and compatibility fixes since previous 5.0.0 package.
2010-02-11Fix package list for 64-bit platforms.asau1-2/+2
2010-02-11Avoid accessing an unused variable in the case that no dbm headers arejoerg2-5/+20
installed. This case is still not really handled, e.g. the PLIST is wrong, but at least the build will continue.
2010-02-11Redo DESTDIR supportjoerg1-4/+3
2010-02-11Fix some issues where DESTDIR ended up included twice...joerg4-12/+11
2010-02-11Assert OWNERship for legal reasons.tnn1-2/+2
I'm attempting to upstream our patches through the formal procedure. (Snoracle does not make contribution easy.)
2010-02-11Update to Squeak3.10.2.7179-basic image.asau21-805/+30
Finish splitting package into VM and Image parts.
2010-02-11Update SWI Prolog packages to follow update of SWI Prolog itself.asau2-1168/+1299
2010-02-11+ squeak-vmasau1-1/+2
2010-02-11Import Squeak VM 3.11.3 revision 2135 as lang/squeak-vm.asau10-0/+190
Squeak is Smalltalk implementation which is direct ancestor of Alan Kay's Smalltalk-80.
2010-02-10Make squeak build again:bad7-20/+85
- correctly override the libtool used by the build. - patch-ao: rearrange linker arguments so that vm/vm.a pulls in the libraries. - patch-ap: fix building of npsqueak browser plugin (use cc as compiler. add .so suffix to plugin) - for whatever reason the plugins are now installed with .a and .so suffixes. adjust PLISTs accordingly. I can now at least start the vm again.
2010-02-10Update to SWI Prolog 5.9.7.asau22-374/+350
Lots of changes since 5.6.17.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-1/+2
2010-02-10Make Python 2.6 the default version.joerg1-6/+2
2010-02-10Retire TCL 8.3joerg12-1377/+1
2010-02-10Remove PHP 4 from the list of supported versions.joerg1-14/+8
2010-02-10Retire jdk, jdk-openjit, sun-jdk14, sun-jdk15, sun-jre14, sun-jre15.joerg55-7617/+1
2010-02-10Retire jbuilder-jit.joerg6-78/+1
2010-02-10Retire gcc-ssp.joerg8-219/+1
2010-02-09Add PYTHONCONFIG similar to PYTHONBIN.joerg1-1/+2
2010-02-07Update HOMEPAGE.obache1-2/+2
2010-02-07Update to SML/NJ 110.72, bug fix release.asau4-55/+92
2010-02-05Suhosin patch for php-5.2.12 is available now.obache2-6/+6
Noticed by Volkmar Seifert via PR#42749.
2010-02-04DESTDIR supportjoerg7-26/+45
2010-02-04DESTDIR supportjoerg2-12/+19
2010-02-03DESTDIR supportjoerg1-1/+6
2010-02-03Don't use "${PKG_PREFIX}" which is not set when this script gets run.tron1-4/+4
This avoids error messages from "perllink" while deinstalling (or updateing) a Perl module package. Fixed based on an analysis provided by Steven Drake on "tech-pkg".
2010-02-03Fix DESTDIRjoerg1-2/+2
2010-02-03Use -P (--packagingroot) instead of -R (--installroot).obache1-2/+2
packaging fake root should be set with -P. (-R is for really using there and package will be registerd as there).
2010-02-03Add -n option for DESTDIR to skip dependency check,obache1-3/+3
and also move -f option here.
2010-02-02- fix ant master sitejmcneill2-4/+6
- add /usr/pkg/lib/jni and /usr/pkg/lib to java.library.path - bump pkgrevision
2010-02-02Update from version 1.9.0 to 2.0.0.he3-54/+16
Pkgsrc changes: o Adjust PLIST to fit with new contents. Upstream changes: Parrot 2.0.0 News: * Features o Context PMCs now support attribute-based introspection o Context and CallSignature PMCs merged into CallContext o .lex directive throws exceptions when used with incorrect register types * Platforms o Packaging improved for free OS distributions o PPC, PPC64, and ARM now tested when running Linux * Performance o Minor improvements to the profiling runcore o Improvements from the CallContext PMC merge * New deprecations o In/out parameters in STRING modification functions o Void handling in NCI signatures o Parameter passing opcodes order in PBC * Tests o Continued migration of core tests from Perl 5 to PIR * Tools o dependency checker improved * Miscellaneous o Deprecation cycle length changed to three months from six o GC accuracy improved o PMC freeze improvements; much more reliable o Makefile improvements for dependency handling
2010-01-31Update to MzScheme 4.2.4asau3-53/+162
Changes: Version 4.2.4, January 2010 Added scheme/flonum and scheme/fixnum Extended scheme/unsafe/ops Changed JIT to support unboxed local binding of known-flonum arguments to unsafe-fl functions Changed JIT to inline numeric ops with more than 2 arguments Added #:save-errno option for foreign-function types Added module->imports and module->exports Version 4.2.3, November 2009 Changed _pointer (in scheme/foreign) to mean a pointer that does not refer to GCable memory; added _gcpointer Added scheme/vector
2010-01-31Reviewed patch from pkg/42709 and apply it.sno1-1/+2
2010-01-30DESTDIR supportjoerg1-2/+6