summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
1999-04-12Enable "smalleiffel", fixes PR pkg/7244 by Johnny C. Lam.jlam1-1/+2
1999-04-12smalleiffel-0.79 -- the GNU Eiffel compilerjlam12-0/+783
1999-04-10Use "BSD_INSTALL_..." instead of "INSTALL_..." in patches because thesetron3-9/+7
are always added to the "make" environment.
1999-04-10Add an enable gforth.simonb1-1/+2
1999-04-10gforth: A fast interpreter for the Forth language.simonb6-0/+207
Enabled only for i386 at the moment. It definitely doesn't work on mips, and I can't test anything else.
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc5-284/+284
1999-04-08Install "Object.3" manual page as "Tcl_Object.3" to avoid conflicttron3-416/+426
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow.
1999-04-07Make this package work on Solaris.agc1-1/+10
1999-04-07Add and enable egcs.agc1-1/+2
1999-04-07Import of egcs-1.1.2, the the experimental GNU compiler suite, for use onagc5-0/+341
Solaris only (this package is part of the base NetBSD system).
1999-04-05Thou shalt use "libtool".tron3-10/+338
1999-04-05Back out this change. The configuration file is obviously allright, it istron1-154/+0
"ical" that is broken.
1999-04-04bind MASTER_SITE_SUBDIRproff1-1/+2
1999-04-04add $NetBSD$proff1-1/+3
1999-04-04ucblogoproff1-1/+2
1999-04-04The perils of having to entertain a pushy 8 year old :)proff6-0/+456
1999-04-03Back out experimental change committed by mistake.tron1-2/+1
1999-04-03Fix shell escaping so that "tclConfig.sh" actually works.tron2-1/+156
1999-04-03Update "tclX" package to version 8.0.4. Changes since version 8.0.2:tron6-321/+321
- Added fixes for handling some corner cases in saving and restoring interp state on signals. Debugged and submitted by the ever-helpful - Added --with-tcl dir and --with-tk configure options. Contributed by - Added fixes for handling some corner cases in saving and restoring interp state on signals. Debugged and submitted by the ever-helpful - Fixed bug with .tndx libraries and references to commands in namespaces. - Added -restart option to the signal command. - Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl. - Include several Windows build fixes from Viktor Dukhovni - Renamed --with-tk configure option to --enable-tk. - Handle systems that don't implement restart of system calls on signal. - Added infox have_signal_restart.
1999-04-03Strip "tclsh" binary during installation.tron1-5/+7
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-6/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01Update the comment to explain what tcl is, rather than just expand theagc2-4/+4
acronym. Update the PLIST to reflect new files added in new distribution.
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc2-4/+4
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc5-807/+802
release.
1999-04-01Add support for Solaris, and document the changes made to the configureagc1-2/+39
script. The Solaris changes mirror the NetBSD ones, so that PLIST entries etc remain the same.
1999-04-01Explicitly remove the linkname before trying to link it again.agc1-5/+8
1999-04-01Do the calculation of shared lib name suffices in the configure script.agc1-14/+2
1999-03-08s/make/${MAKE}/gagc2-4/+4
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-03-03Somone fixed the release date in the readme, causing the checksum to change.tsarna1-2/+2
1999-03-01fix MASTER_SITES, per PR 7069hubertf1-2/+2
1999-02-28Updated MASTER_SITES for elisp-manual to handle the gnu ftp reorganization.dbj2-3/+4
Added elisp-manual to it's parent directory's makefile.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf6-18/+6
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv2-6/+6
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