summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
1999-02-05Update jdk from beta2 to 1.1.6. This one should also have all necessaryfrueauf4-38/+65
includes.
1999-02-04Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,tv2-6/+5
compiling modules with this turned on makes the resulting modules or libperl-linking programs reference 5.003 namespace symbols.
1999-01-31Update for clisp package to version 19990108 supplied by Martin J. Laubach.tron5-35/+44
1999-01-31Enable p2cjwise1-2/+2
1999-01-31p2c, a Pascal-to-C translatorjwise7-0/+146
1999-01-26Set TCL_SHARED_BUILD and TCL_LIB_FILE accordingly in tclConfig.sh ifagc1-1/+13
the build system supports shared objects.
1999-01-19update scheme48 to version 0.52jonb2-5/+5
1999-01-17Make python work properly on pmax: with 1.3.3 it can do dynamic loading,frueauf1-3/+3
so don't set NOSHARED=#.
1999-01-14Add and enable fort77.frueauf1-1/+2
1999-01-14Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator.frueauf7-0/+82
Provided in pr 6733 by Rene Hexel with tweaks done by myself.
1999-01-14This script is no longer needed, all done in Makefile now.frueauf1-28/+0
1999-01-14Update f2c to 19980913. Provided in pr 6804 by Dan McMahill.frueauf5-30/+197
1999-01-09Comment out the entire HOMEPAGE definition, not just its value. (Fixtv1-2/+2
README.html.)
1999-01-09Update guavac to 1.2.tv2-10/+14
*** THIS NO LONGER COMPILES ON GCC 2.7. *** (There is a check for this in the pkg's Makefile.) However, there are some codegen bugs in 1.0 which this release fixes.
1998-12-17make this conflict with jdk-1.1.5b1jwise1-1/+3
1998-12-16Finish ELF supporttsarna2-4/+17
1998-12-08Update kaffe to 1.0.b3.frueauf4-20/+34
What's New in Kaffe OpenVM 1.0 Beta 3: * New java.awt - now implements old event model (JDK 1.0.2) and will support Swing. * New java.net implementation - fixes many bugs and generally much cleaner. * Initial implementation of Collections API (only Vector and Hashtable currently conform). * Lots of bug fixes.
1998-12-07Fix BUILD_DEPENDS as per pr 6538 by Johnny C. Lam.frueauf1-2/+2
1998-12-04Update moscow_ml to 1.43, provided in pr 6527 by Johnny C. Lam withfrueauf15-139/+254
some refining by myself. New in version 1.43 of Moscow ML: * Arrays of weak pointers (structure Weak). * Dynamic linking of external functions under Linux and Solaris * Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * The load paths can be set from the interactive system. * The interactive system's prompts and responses can be turned off (option -quietdec, variable Meta.quietdec). * Prettyprinters can be installed also on base types and abstract types. * Mosmllex now supports abbreviations for regular expressions.
1998-12-03Update jdk to 1.1.6b2. This is the latest native jdk for NetBSD/i386.frueauf5-529/+524
1998-12-02Install a PIC version of DynaLoader.o so that, e.g., mod_perl can link ittv3-3/+11
in with a dlopen of libperl.
1998-12-02Move the rpath setting from hints/netbsd.sh to Configure. In hints, ittv2-18/+16
adds an extra rpath of -Wl-R/CORE.
1998-12-02Do not use Perl's malloc (will interfere with modules that interact withtv2-4/+5
code that is outside of Perl's reach). The BSD malloc is Fine.
1998-12-02d_vfork should be "$define", even if it produces a bogus "WHOA THERE"tv1-3/+3
warning; setting it to "true" doesn't work.
1998-12-02Do not enable binary compatibility with Perl 5.003. We have never had atv2-4/+4
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes namespace polluting symbols.
1998-12-02Add and enable libperl.tv1-1/+2
1998-12-02Add libperl, a shared object version of the Perl link library. Installstv6-0/+57
only libperl.so and `soperl' (a Perl binary that uses the libperl.so); requires the perl5 pkg to be installed for all the rest of Perl.
1998-12-02Revert to building libperl statically, and clean up.tv5-80/+72
1998-12-01Add proper shared object support for ELF(!), and make libperl shared ontv5-24/+94
non-NOPIC systems.
1998-11-26Can't rely on NSIG indicating that signal.h has been included.bad1-0/+13
(Random crap includes sys/signal.h which defines NSIG.) Fixes various signal related problems after 1.3H.
1998-11-26Don't attempt to build package if egcs is installed.tron1-1/+6
1998-11-22Update for "clisp" to "19980909" supplied by Martin J. Laubach intron3-20/+19
PR pkg/6471.
1998-11-16Simplify this considerably, as we no longer have to special-case theagc1-10/+1
substitution of ${OS_VERSION} in the PLIST - it's done automatically in bsd.pkg.mk.
1998-11-15pkglint: never ever add info/dir to PLIST; if there is an info file,frueauf2-3/+6
set INFO_FILES and the proper @unexec/@exec rules.
1998-11-15pkglint: move CONFLICTS where it belongs.frueauf1-2/+3
1998-11-15update to guile 1.3perry5-66/+67
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf2-6/+6
1998-11-13pkglint: move NOT_FOR_ARCHS out of the way and WRKSRC where it belongs.frueauf1-4/+4
1998-11-12Some more missing rcs ids.frueauf2-0/+4
1998-11-08jthreads doesn't seem to work on i386, either.mycroft1-0/+12
If it was even vaguely documented, maybe I could fix it...
1998-11-07Enable shared libraries on the ARM.mycroft1-0/+19
1998-10-18Clarified the short description to specify GNU emacs.dbj1-1/+1
1998-10-18The Emacs Lisp Reference Manualdbj5-0/+94
1998-10-15And and enable nawk.agc1-1/+2
1998-10-15Initial import of Brian Kernighan's definitive version of new awk intoagc5-0/+33
the Packages collection.
1998-10-14Update kaffe to 1.0.b2.frueauf11-32/+131
1998-10-03Use PLIST-md.shared on alpha and place an exception into perl's Makefile,tv1-1/+6
not into the generic bsd.pkg.mk.
1998-09-28This is now broken on Alpha.tsarna1-1/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled4-4/+12
on alpha. There may be more, but I haven't seen them yet.
1998-09-20Make dynamicly loaded modules work on NetBSD/alpha. May work ontsarna3-20/+1150
NetBSD/mips, if its ELF dlopen support is non-broken. Anyone willing to test this, please get in touch with me. Also, add more recent patches from python.org