summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-134/+27
subdirectories under ${PREFIX}/java/ -- Change IV of many. Thus install this JDK into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.3.1.0.2 to sun-jdk13-1.0.2 (avoids conflict with sun-jdk14). Include lang/sun-jre13/Makefile.common for shared info. Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma4-272/+283
subdirectories under ${PREFIX}/java/ -- Change III of many. Thus install this JRE into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jre-1.3.1.0.2 to sun-jre13-1.0.2 (avoids conflict with sun-jre14). Split Makefile into Makefile and Makefile.common, to allow reusing of some of the stuff in lang/sun-jdk13 (commit coming up). Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma2-9/+7
subdirectories under ${PREFIX}/java/ -- Change II of many. Thus, install this jdk in ${PREFIX}/java/jdk-1.1.8, remove CONFLICTS with other JDKs/JREs and bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-135/+116
subdirectories under ${PREFIX}/java/ -- Change I of many. Thus, for consistency, also install kaffe into ${PREFIX}/java/kaffe rather than ${PREFIX}/java While we're at it, update kaffe to version 1.0.7. Changes since 1.0.6: - New version of KJC - New encoding converters based on iconv(). - Lots of bug fixes Furthermore, the website says that 1.0.7 has added support for Darwin, ia64 GNU/Linux, s390 GNU/Linux, PA-RISC GNU/Linux, Alpha for Compaq Tru64 GNU/Linux and support of PowerPC without libffi. People with access to any of these platforms are encouraged to test this version, so we can possibly adjust ONLY_FOR_PLATFORMS etc.
2002-07-25Add and enable perl58.wiz1-1/+2
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-24Make use of USE_PERL5 and the other perl-related bits in bsd.pkg.mk insteadjlam1-25/+4
of duplicating all of the logic in this file.
2002-07-23Apply the suggested fix from Urban Boquist (urban@boquist.net) in PR 15128agc2-1/+15
to avoid problems if guile is built in the background.
2002-07-23My old email address is dead.jlam1-2/+2
2002-07-22Correctly build from lang/perl58 if we need perl-5.8.0 on Darwin.jlam1-5/+6
2002-07-22libperl needs perl<5.8.0 and perl>=5.6.1.jlam1-2/+2
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam2-3/+8
DynaLoader.a is now an archive of PIC objects.
2002-07-22Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0jlam6-0/+298
which differs from perl-5.6.1 in the improved threading support and much improved Unicode support. Perl 5.8.0 is binary-incompatible with perl 5.6.1, so any compiled perl modules will need to be rebuilt in order to work with the new perl. This package is currently only for Darwin, though the restriction will be lifted prior to branching.
2002-07-19Add share/emacs/site-lisp/rep-debugger.el.mycroft1-1/+2
2002-07-18repair compilation on pre gcc-2.95.* systems broken by last commit.dmcmahill2-13/+16
Should still work on gcc-2.95.* systems.
2002-07-17Mark this package as only being for SunOS platforms again. Theagc1-1/+3
changes to get it to build on NetBSD are extensive - for reference, and the one who comes after me, they are: + awk.h defines "proc" in a cpp macro. This doesn't sit too well with "struct proc" references, as found in <sys/uio.h>. The good news is that only awk.h and awkgram.y need to be modified to workaround this. + the present Makefile copying wrt gettext Makefile.in.in is unnecessary + automake is a pre-req of this package + and there is a problem in Makefile.in/configure with ${AUTOMAKE} not being defined properly and many, many more...
2002-07-17Make this package compile:agc3-2/+19
+ use cpp0 rather than cpp + add missing dependency on Perl + use NetBSD's libtool rather than rolling our own at config time
2002-07-14echo -> ${ECHO}wiz1-4/+4
2002-07-13Add INTERACTIVE_STAGE=fetch to allow bulk-builds to skip this packagejschauma1-1/+2
if the distfile is not on the local system. (Hello, Thomas!)
2002-07-13Fix build problem on Solaris.kent2-12/+14
The fix was provided by minoura@netbsd.org
2002-07-12Add checksum for sparc bootstrap file. "make makesum" does notjonb1-1/+3
work quite right here. We need checksums for both (or all) files, not just the ones for the box that "make makesum" was run on.
2002-07-12No termlib in termcap on Solaris, use ncurses' termlib instead.wiz1-1/+8
2002-07-10Distribution of ucblogo has moved to the "non-gnu" subdirectory of thenathanw1-2/+2
GNU ftp distribution.
2002-07-04Update to 110.38, provided by Chris Richards in pkg/15427.wiz8-319/+316
Changes since 110.9.1: * Bug fixes, improvements to generated code, and miscellaneous user-invisible tweaks too numerous to mention. * Autoloaded libraries now load correctly, due to the new `CM_PATHCONFIG' mechanism. Autoloading failed in the package's previous version, despite the best effort of the do-install target. * New commands `ml-build' and `ml-makedepend'. The former automates the process of building standalone heap images, while the latter generates dependencies for traditional makefiles. * Major overhaul of the Compilation Manager (CM). For example, most `sources.cm' files now require including `$/basis.cm', as well as substituting `$/foo.cm' for `foo.cm' wherever `foo.cm' refers to an autoloaded library bundled with the system (e.g. `smlnj-lib.cm'). For details, see http://www.smlnj.org/NEWS/110.20-README.html, and the CM manual at http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf . * Reduced virtual memory consumption. * Support for running under Mac OS X (Darwin). Such support is not currently reflected in the pkgsrc, however, since I have no way to test it.
2002-07-04Allow builds on 1.6_*, too.jschauma1-2/+2
2002-07-02PKGSRCDIR -> PKGDIR. pkg/17457 by rafal.wiz1-2/+2
2002-06-30Register lang/sun{jre,jdk}13 as stub packages on Darwin, pointingschmonz4-5/+36
to the included 1.3.1 JDK. Teach USE_JAVA about this. Approved by jwise and agc.
2002-06-28Make sure that rep.m4 is placed in the right directory.agc2-5/+14
2002-06-27To quote from the Changelog for 0.7.5 of awka:agc1-3/+1
v 0.7.5, June 20 2001 * Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka, as are the new builtin functions asort() and mktime(). Thanks to Juergen Kahrs for the original work to implement this excellent feature, and to Arnold Robbins for including it in Gawk. That libawka will now be distributed under the GNU General Public License (GPL) rather than LGPL as a result of having to include some code from Gawk. The previously separate dfa library is now absorbed into libawka, and the -d command-line option for awka removed as it is no longer needed. so revise the PLIST, removing dfa.h and libdfa.a accordingly
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb6-14/+14
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-23* Properly buildlinkify,jlam1-7/+19
* use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround, * and fix dynamic loading on NetBSD ELF platforms by explicitly linking libc.so into the dynamically loadable modules. This requires bumping the PKGREVISION to 2.
2002-06-20Remove camlp4 -- the directory doesn't exist any longer.wiz1-2/+1
2002-06-20Disable camlp4 (obsoleted since inclusion in ocaml 3.04)jschauma1-2/+2
2002-06-20Package obsoleted since inclusion in ocaml 3.04.jschauma7-211/+0
2002-06-19Actually doing the commit:jschauma4-14/+143
> Update to version 3.04 based on patches submitted in PR#16896 by > Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by > me, closing that PR. (Pointed out by Takahiro Kambe)
2002-06-18Update to version 3.04 based on patches submitted in PR#16896 byjschauma1-12/+12
Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by me, closing that PR. Changes since 3.01: Too much to list here - see http://caml.inria.fr/ocaml/Changes Note that this release includes camlp4, thus rendering that package redundant.
2002-06-17fix PLIST and build on mipsel machines where all code is PIC so we don'tdmcmahill3-5/+16
need to build a _pic lib. fixed PR pkg/16302 submitted by Daniel Senderowicz <daniel@mispibes.SynchroDS.COM>
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-3/+4
pkg/17264 by Lubomir Sedlacik.
2002-06-09Delete support for ruby 1.4.X based package.taca1-6/+2
2002-06-09Delete ruby14-base package. It is time to retire now.taca16-741/+1
2002-06-09Delete ruby14 package. It is time to retire now.taca4-71/+0
2002-06-09Disable and delete ruby14 package. It is time to retire now.taca1-2/+1
2002-06-05Updated awka to 0.7.5 to fix pkg/17112.yyamano2-5/+5
From CHANGELOG.txt: v 0.7.5, June 20 2001 * Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka, as are the new builtin functions asort() and mktime(). Thanks to Juergen Kahrs for the original work to implement this excellent feature, and to Arnold Robbins for including it in Gawk. That libawka will now be distributed under the GNU General Public License (GPL) rather than LGPL as a result of having to include some code from Gawk. The previously separate dfa library is now absorbed into libawka, and the -d command-line option for awka removed as it is no longer needed. * The match() function has been extended to support its new capability in Gawk 3.1.0. See the Gawk manpage for details. * awka -a -v 'var="string with whitespace"' will now work correctly. * To avoid breaching ANSI-C guidelines, \r in AWK program strings will be preserved as \r in the generated C code, not converted to ASCII character 13. Previously some platforms were incorrectly treating \r as \n - this has been fixed by this change. * Fixed a problem wherein awka -c sometimes failed to output matching curly braces in the translated code. * Fixed a data-input parsing error that could occur when RS="". The new test rsnul1nl (from gawk-3.1.0) will ensure the buglet doesn't return. * A new hash routine was implemented providing fewer collisions, particularly with long string indexes that have only minor differences. The optional SLOW_HASH #define is no longer needed. * Translator now tracks the datatype of scalar variables, and will produce more efficient code for vars that stay one type throughout a script. This is the first optimisation of translated code in a long, long time and it makes a considerable difference to many scripts.
2002-05-31Add & enable newly reimported packages from the japanese category.seb1-1/+2
This is part of the japanese category retirement. - in category converters: ack, nkf, p5-Jcode, p5-jcode, p5-nkf, qkc, ruby-romkan, ruby-uconv - in category lang: ja-gawk - in category mail: ja-mh - in category misc: ja-less, ja-man, jhd, xjdic - in category print: ja-a2ps, ja-vflib, ja-vflib-lib, ja-vflib-utils, ja-vfxdvik, texfamily, texfamily-share - in category textproc: chasen, chasen-base, ipadic, ja-grep, ja-groff, ja-sed, kakasi, kbanner, namazu1, namazu2, p5-Text-ChaSen, p5-Text-Kakasi - in category www: mknmz-wwwoffle - in category x11: xjman
2002-05-31Reimport of package ja-gawk from japanese/gawk into lang/ja-gawk.seb7-0/+162
This is part of the japanese category retirement. CATEGORIES adjusted.
2002-05-25also set PKG_FC to ensure that the fortran compiler which is part ofdmcmahill1-1/+3
this pkg gets used when another pkg includes this file.
2002-05-21MAINTAINER= jschauma@netbsd.org, I guess.jschauma1-2/+2
2002-05-21Any JDK will do, so USE_JAVA rather than depend on sun-jre.jschauma1-3/+2
2002-05-21Add a chmod of various files:jschauma1-1/+2
Original tarball contains files with wrong permissions, making the package useless for lusers.
2002-05-20Add NetBSD tag.cjep1-0/+1