summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2003-01-10Update from 5.33 to 5.38.mycroft3-15/+17
7/18/02 5.38.0 At request of Hugh Sasse <hgs@dmu.ac.uk> added md5 hash of gz to homepage. Dave Schooler <dave@stashtea.com> reported that send -s wasn't handling certains chars correctly. Turned out to be those that had multibyte UTF8 reps. send -s was just pumping out hunks of bytes without regard to UTF boundaries and evidentally Tcl's I/O engine thought that it should translate a partial UTF8 character into, uh, something else. Curt Shroeder <c.schroeder@computer.org> fixed bug in rftp - a a filename looked enough like a 3-digit diagnostic that the script got confused. 4/16/02 5.37.2 Multixterm couldn't find man page all the time. 4/16/02 5.37.1 Made multixterm handle user-supplied args. 4/15/02 5.37.0 Added multixterm to example directory. 4/8/02 5.36.1 Backed out CONST qualifiers. Too much trouble with older versions of Tcl. I'll let someone else worry about them. 4/8/02 5.36.0 Made first cut at multixterm, a replacement for crlogin. Fixed bug in background handler. If an action waited on the same spawn id, esPtr would become invalidated. Ryan Schmidt <rschmidt@mac.com> noted configure didn't recognize MacOS X. Downloaded new config.guess. Andreas Kupries <andreask@activestate.com> provided CONST patches to accomodate Tcl changes per TIP 27. 2/25/02 5.35.0 Joe Eggleston <joe@arbor.net> noted bug in full_buffer test. The test hadn't been I18'd properly and was testing chars instead of bytes. Also fixed diagnostics so it printed when it was testing full buffer even if there wasn't one. 2/7/02 5.34.1 Bruce Hartweg <brhartweg@bigfoot.com> noted that direct spawn ids were not being tested so something like "expect -i exp9999" would dump core. Evidentally a bug from the 5.31 transition. 12/20/01 5.34.0 Don Porter <don.porter@nist.gov> provided package-related fixes for test suite. Brian Theado <brian.theado@usa.net> noted that interact's -re support broke when offsets kicked in. Turned out that the regexp engine supports them during execution but the results are delivered RELATIVE to the offset. (I suspect this was done due to expediency.)
2003-01-09Add guile14.wiz1-1/+2
2003-01-09Regen distinfo.uebayasi1-6/+1
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi3-19/+25
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-07Refrect the move (lang/guile -> lang/guile14.)uebayasi1-2/+2
2003-01-07Correct version, add new files.uebayasi1-3/+5
2003-01-07One more rmdir missed.uebayasi1-1/+2
2003-01-07Reimport of Guile 1.4.1 for possible backward compatibility issues.uebayasi7-0/+261
2003-01-06Update Guile to 1.6.1.uebayasi7-97/+220
Changes since Guile 1.6.0: * Changes to the distribution ** Guile now provide and uses an "effective" version number. ** Guile now uses it's own version of libltdl. ** The Emacs interface has been fixed. ** The SRFI C headers are now installed. * Changes to Scheme functions and syntax ** New function: effective-version * Changes to the C interface ** New function: scm_effective_version
2003-01-06Add & enable gcc3.uebayasi1-1/+2
2003-01-06Initial import of GCC 3.2.1, the latest release of GNU Compileruebayasi6-0/+207
Collection, which currently contains front ends for C, C++, Objective-C, Fortran, Java, and Ada. For more detail, see http://gcc.gnu.org/gcc-3.2/ XXX Only tested on NetBSD/i386 -current. Tests on Linux and Solaris are very encouraged. XXX buildlink2.mk is not provided, meaning no other packages can depend on this for now.
2003-01-04Make this install and run propery by adding in the relevant linker flagscjep2-6/+19
2003-01-03Take maintainership of nawkcjep1-2/+2
2003-01-03Update of lang/nawk to 20021213.cjep2-5/+5
Changes since previous version: For the moment, the internationalization changes of nov 29 are rolled back -- programs like x = 1.2 don't work in some locales, because the parser is expecting x = 1,2. Until I understand this better, this will have to wait.
2002-12-31Mechanical conversion to use java-vm.mk.jlam2-25/+15
2002-12-27Add patches to make newer bison's happy and fix problem encounteredjschauma3-1/+43
in Huberts latest bulk build.
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam4-9/+8
suggested by Simon J. Gerraty.
2002-12-25Use automatic PLIST handling.grant4-6/+4
2002-12-25Use automatic PLIST handling.grant6-8/+6
2002-12-24Unused.wiz1-62/+0
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-24Make this compile and install cleanly on IRIX.jschauma2-1/+16
2002-12-23Whitespace fixcjep1-4/+4
2002-12-23Whitespace fixcjep1-4/+4
2002-12-23mark this NOT_FOR_PLATFORM Darwin, since the earliest version of perlgrant1-1/+3
with Darwin support is perl58 and attempting to build this version fails.
2002-12-23Remove support for buildlink.mk -- noone uses it any longer.wiz1-6/+2
2002-12-23Remove references to pth/buildlink.mk.wiz1-5/+1
2002-12-23Downgrade the dependency to 0.15.1nb1. The libraries didn't change andjlam1-2/+2
the libtool change is only useful at build time.
2002-12-23Bump PKGREVISION for lang/librep and update the buildlink2.mk dependencyjlam2-4/+11
to the latest librep. librep installs and uses its own libtool for use by rep-* packages. We replace librep's libtool with a symlink to ${LOCALBASE}/bin/libtool and add a dependency on libtool-base. This addresses PR 19495 by Bill Sommerfeld.
2002-12-19Add some man pages that are missing from the auto-generated PLIST.jlam1-1/+3
2002-12-19Initial buildlink2.mk for wonka - taken from kaffeabs1-0/+29
2002-12-18Add and enable pyrextsarna1-1/+2
2002-12-18Pyrex - a Language for Writing Python Extension Modules. Pyrex lets youtsarna4-0/+113
write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python. Plex is now bundled with Pyrex, and the py-plex package will be obsoleted.
2002-12-13Synch PLIST with reality.jschauma1-26/+23
2002-12-12update to gawk-3.1.1. While here, make this work again under NetBSD sincedmcmahill9-23/+136
this gawk version is newer than the version shipped with 1.6 and has some potentially useful features such as 2 way pipes which allow easy access to the sort(1) command. Changes from 3.1.0 to 3.1.1 --------------------------- 1. Six new translations. 2. Having more than 4 different value for OFMT and/or CONVFMT now works. 3. The handling of dynamic regexes is now more more sane, esp. w.r.t. the profiling code. The profiling code has been fixed in several places. 4. The return value of index("", "") is now 1. 5. Gawk should no longer close fd 0 in child processes. 6. Fixed test for strtod semantics and regenerated configure. 7. Gawk can now be built with byacc; an accidental bison dependency was removed. 8. yyerror() will no longer dump core on long source lines. 9. Gawk now correctly queries getgroups(2) to figure out how many groups the process has. 10. New configure option to force use of included strftime, e.g. on Solaris systems. See `./configure --help' for the details. Replaced the included strftime.c with the one from textutils. 11. OS/2 port has been updated. 12. Multi-byte character support has been added, courtesy of IBM Japan. 13. The `for (iggy in foo) delete foo[iggy]' -> `delete foo' optimisation now works. 14. Upgraded to gettext 0.11.2 and automake 1.5. 15. Full gettext compatibility (new dcngettext function). 16. The O'Reilly copyedits and indexing changes for the documentation have been folded into the texinfo version of the manuals. 17. A humongously long value for the AWKPATH environment variable will no longer dump core. 18. Configuration / Installation issues have been straightened out in Makefile.am.
2002-12-12Check if $CC is defined first, next comparison breaks otherwise.salo1-2/+2
2002-12-11Also quote CC and YACC when adding them to MAKEFLAGS (not done in lastjmmv1-2/+2
commit). This can fix problems if it happens that those variables contain spaces (or some other special character). Suggested by Christopher Richards in private mail.
2002-12-11Add and enable openc++cjep1-1/+2
2002-12-11Initial import of OpenC++ 2.5.12 into the NetBSD packages collection ascjep8-0/+231
lang/openc++. OpenC++ is a version of C++ with a Metaobject Protocol. In other words, it is a tool of source-code translation for C++. Programmers can easily implement various kinds of translation so that they can define new syntax, new annotation, and new object behavior. OpenC++ is useful if they need, for example: developing extensions to C++, to provide support for things like parallelism, distribution, concurrency, and persistence; Adding domain-, application-, or class-specific compiler optimizations; Building their own version of (runtime) MOP for C++. Supplied by Marko Schuetz in PR#19203. Thanks! Thanks also to Masao Uebayashi for his help.
2002-12-11LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE, fixes build problem ("cannot finddrochner1-2/+2
-liconv") mentioned by Andrew Brown in PM
2002-12-11Quote CFLAGS when passing them to MAKEFLAGS; if they contain spaces, buildjmmv1-3/+7
will fail. Also fix a "typo" in the manpage (Awk->Nawk). Patch provided by Christopher Richards in PR pkg/19344. While I'm here, move manpage generation to the post-build target (where it should be) and use INSTALL_MAN to install it (instead of generating it in place).
2002-12-09Replace "true" by "${TRUE}".tron3-7/+7
2002-12-091. Respect YACC, CC, CFLAGS as per PR#19013.cjep2-5/+6
2. Update to 20021129. Changes since 20020628 (from FIXES file): modified b.c (with tiny changes in main and run) to support locales, using strcoll and iswhatever tests for posix character classes. thanks to ruslan ermilov (ru@freebsd.org) for code. the function isblank doesn't seem to have propagated to any header file near me, so it's there explicitly. not properly tested on non-ascii character sets by me.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz6-12/+12
2002-12-05use automatic MESSAGE handling.grant2-7/+2
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch.salo4-29/+16
2002-12-01Forgot share/locale -> ${PKGLOCALEDIR}/locale in previous commit.salo1-11/+11
2002-12-01USE_PKGLOCALEDIR, cp -> ${CP}, PKGVERSION -> PKGREVISION.salo1-5/+6
2002-11-30USE_PKGLOCALEDIR.grant5-44/+9
2002-11-29Default to green threads on powerpc, as suggested by manu@.schmonz3-7/+33