summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2000-08-07Update to librep 0.12.4. (Various very minor bugfixes.)danw5-154/+182
Based on patches from Jerry Alexandratos <alexandr@eecis.udel.edu>.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-28Upgrade to version from Zope 2.2.0. (Can't find specific related changestsarna3-7/+29
in the changelog, but I know there were some. Probably minor bug fixes.)
2000-07-26No longer need to disable fseeko()/ftello() on ELF systems.kleink2-17/+1
2000-07-25Added and enabled package baci - Ben-Ari Concurrent Interpreterwulf1-1/+2
2000-07-25Initial commit of baci-20000725, Ben-Ari Concurrent Interpreterwulf11-0/+186
2000-07-25Disable use of ftello/fseeko on NetBSD, since there are problems with itjlam2-1/+17
(see PR pkg/10655).
2000-07-22properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noteddmcmahill2-4/+4
compile problems. Note: we need to be sure and use --export-dynamic instead of -export-dynamic (2 dashes) for compatibility with a.out systems.
2000-07-22remove misplaced "@" which caused make problemsdmcmahill1-2/+2
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron2-4/+4
2000-07-15Update guile to 1.4. Changes since Guile 1.3.4:jlam5-51/+58
** The module (ice-9 getopt-gnu-style) has been removed. ** New module (ice-9 documentation) ** Debugging facilities for guile script are much improved. ** Improvements to garbage collector ** Speed/efficieny improvements. ** Better compliance to standards.
2000-07-12Make this package work under ELF.jlam2-6/+22
2000-07-12Back out latest changes which added "-Wl,-R" flags to TCL_LIB_SPEC injlam2-20/+17
tclConfig.sh. The correct thing to do requires some more thought and perhaps some feedback from the Scriptics folks.
2000-07-10make the tcl_platform.machine variable be MACHINE_ARCH. This will keep binarydmcmahill2-1/+49
compatibility across the m68k ports. This addresses PR 10510 and 9800.
2000-07-10mark this as not for any NetBSD-ELF platforms until someone has time to portdmcmahill1-1/+7
it.
2000-07-09fix path in patch file to not include WRKSRC.dmcmahill2-4/+4
2000-07-07regen.dmcmahill1-2/+3
2000-07-07- add config file for elf-netbsd-ccdmcmahill3-4/+379
- pic->PIC
2000-07-06- make this work on arch's where 'uname -m' != 'uname -p', for exampledmcmahill3-1/+31
the m68k and mipsel ports. This address PR 9781 filed by Michael Wolfson and also fixes recently noted bulk pkgsrc build failures on pmax. The os version/machine type specific string is now consistently ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
2000-07-05Update to Hugs98-Feb2000.nathanw2-7/+7
2000-07-05These files are no longer needed for perl 5.6.0hubertf5-848/+0
2000-07-05Upgrade perl-current to 5.6.0. Changes:hubertf10-135/+1325
* Interpreter cloning, threads, and concurrency * Lexically scoped warning categories * Unicode and UTF-8 support * Support for interpolating named characters * "our" declarations * Support for strings represented as a vector of ordinals * Improved Perl version numbering system * New syntax for declaring subroutine attributes * File and directory handles can be autovivified * open() with more than two arguments * 64-bit support * Large file support * Long doubles * "more bits" * Enhanced support for sort() subroutines * C<sort $coderef @foo> allowed * File globbing implemented internally * POSIX character class syntax [: :] supported * Improved C<qw//> operator * pack() format 'Z' supported * pack() format modifier '!' supported * pack() and unpack() support counted strings * Comments in pack() templates * Weak references * Binary numbers supported * Lvalue subroutines * Some arrows may be omitted in calls through references * Boolean assignment operators are legal lvalues * exists() is supported on subroutine names * exists() and delete() are supported on array elements * Pseudo-hashes work better * Automatic flushing of output buffers * Better diagnostics on meaningless filehandle operations * Where possible, buffered data discarded from duped input filehandle * eof() has the same old magic as <> * binmode() can be used to set :crlf and :raw modes * C<-T> filetest recognizes UTF-8 encoded files as "text" * system(), backticks and pipe open now reflect exec() failure * Improved diagnostics * Diagnostics follow STDERR * syswrite() ease-of-use * Better syntax checks on parenthesized unary operators * Bit operators support full native integer width * Improved security features * C<require> and C<do> may be overridden * $^X variables may now have names longer than one character * New variable $^C reflects C<-c> switch * New variable $^V contains Perl version as a string * Optional Y2K warnings * Modules * Pragmata * dprofpp * find2perl * h2xs * perlcc * perldoc * The Perl Debugger * Simple sort() using { $a <=> $b } and the like are optimized * Optimized assignments to lexical variables * Faster subroutine calls * -Dusethreads means something different * New Configure flags * Threadedness and 64-bitness now more daring * Long Doubles ... See 'perldoc perldelta' for a full list.
2000-07-04add .opt man pages to PLIST.opt.wiz1-1/+3
2000-07-03Mark this package as working for i386 and sparc platforms, with anyagc1-2/+2
operating system. There are hooks for Linux/ppc, but not tested on that operating system or platform.
2000-07-03Add and enable gprolog.agc1-1/+2
2000-07-03Import gprolog-1.1.6, the GNU prolog compiler and interpreter, intoagc19-0/+905
the Packages Collection. Package created by Brook Milligan (brook@biology.nmsu.edu) and submitted in PR pkg/10479. Additional Solaris patch by myself.
2000-07-03Update ruby to 1.4.5sakamoto8-65/+43
Changes: Several bug fixes. use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST, patch from Paul Clifford <paul@plasma.demon.co.uk>.
2000-07-01Update to librep 0.12.2danw4-98/+174
2000-06-30Update this to build with either gmp 2.0.2 or gmp 3.0.x.danw4-11/+63
(Theoretically... the package seems to be broken.)
2000-06-29correct typo in commented out perl5-current entrywiz1-2/+2
2000-06-21ELF fix.hubertf2-17/+20
Obviously noone ever tried a tcl pkg on -current...
2000-06-21Add and enable caml-lightbouyer1-1/+2
2000-06-21Initial import of caml-light, another caml implementation.bouyer7-0/+253
2000-06-19put distfile into own DIST_SUBDIR because the filename doesn't changedrochner5-40/+38
between minor versions, upgrade to 5.14.40
2000-06-19Add support for NetBSD/sparcpooka21-15/+290
Patches provided by David A. Holland <dholland@eecs.harvard.edu> in pkg/10332
2000-06-16Restructure patch-aa to get it integrated in the main tree.wiz6-117/+69
Remove patch-a{b,c,d} since self tests work now. Correct HOMEPAGE.
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-06-12Added and enabled camlp4wulf1-1/+2
2000-06-12Initial import of pkgsrc/lang/camlp4:wulf8-0/+199
camlp4-3.0 A Pre-Processor-Pretty-Printer for Objective Caml
2000-06-12Changed ${MAKE} in pre-install to ${GMAKE} too...wulf1-4/+4
2000-06-12Package needs 'gmake' as it otherwise will not build.wulf1-1/+16
Added support for native-code compiler for i386 architecture.
2000-06-12Added support for native-code compiler for i386 architecture.wulf1-0/+109
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam5-53/+14
configure scripts.
2000-06-02make sparc compile with -fPIC instead of -fpic. This fixes recently noteddmcmahill3-1/+23
compile (link actually) problems. Other arch's are unchanged. Patch sent to Ruby author.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh6-12/+12
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-27Update to 2000-03-06. Changes too many to list here, please take a lookwiz6-59/+79
at the NEWS file included in the distribution. Update provided by Dieter Baron in private communication.
2000-05-24Add and enable "gcc".tron1-1/+2
2000-05-23- Remove broken NetBSD i386 ELF support for the moment. Something intron4-781/+307
NetBSD's "egcs" configuration files breaks the build of "libiberty" obviously. - Make this package work on NetBSD arm32. - Actually add entries to package list. Still to do: - rename binaries to avoid conflicts with base distribution - improve directory structure - support more platforms
2000-05-22Add and enable drschemegroo1-1/+2
2000-05-22R4RS-compilant and nearly R5RS-compliant scheme tailored for teachinggroo33-0/+1967
TODO: Stop unecessary complete rebuild of mzscheme Fix games launch script