summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2001-03-25s/Embedded/Embeddable/jtb1-2/+2
2001-03-25Java Developmement Kit, version 1.3.0. Works on NetBSD PowerPC portsmanu1-1/+2
2001-03-25Java Developmement Kit, version 1.3.0. Works on NetBSD PowerPC ports.manu7-0/+1224
2001-03-23Add patch by the author: bugfixes for array.d.wiz2-4/+9
Bump version to 20000306nb1. Package update by Dieter Baron.
2001-03-23The configure script in the package isn't a real GNU configure script,agc1-2/+2
otherwise it would understand --x-includes and --x-libraries, so don't feed it CONFIGURE_ARGS (if xpkgwedge is installed) which will make it puke. Instead, pass only the --host and --prefix arguments to configure which it can understand. Fixes PR 11040, from Sean Doran.
2001-03-20patch-aa was supposed to be deleted for 1.0.6.wennmach1-15/+0
Pointed out by Dan MacMahill.
2001-03-20Make sure configure can find the readline headers.jtb1-1/+3
2001-03-20Oops, uncomment LICENSE.wiz1-2/+2
2001-03-20add and enable maudewiz1-2/+3
2001-03-20Initial import of maude, a system for equational and rewriting logicwiz5-0/+81
specification/programming. Package provided by Paolo Torelli in pkg/11280. Attention: Very restrictive license, to be filled out and returned in hardcopy before usage.
2001-03-20Add NetBSD-sparc support, supplied by Stephan Thesing in pkg/12411.wiz4-7/+259
2001-03-19Update kaffe to 1.0.6.wennmach4-20/+43
1.0.6 fixes a number of bugs, supports libffi, features gcj integration and a new version of kjc. Converted kaffe to use our libtool. Closes PR 10673.
2001-03-16Make the Sun JDK/JRE 1.3 noninteractive for extract, and add license filetv2-6/+6
to "jdk13-license" with corresponding LICENSE attribute. Closes pkg/12207 (and a past thread from tech-pkg).
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-9/+9
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-06sparc64 does dynamic linking.mrg1-5/+1
2001-03-05Remove an empty line to make pkglint happy.wiz1-2/+1
2001-03-04Update package list for latest "libtool".tron1-13/+7
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-01Removed some of the FreeBSD heading.jtb1-7/+2
2001-03-01add patch-sumwiz1-0/+7
2001-03-01gcc installs a few extra files on sparc:hubertf1-1/+9
/usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbegin.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbeginS.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtend.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtendS.o Make sure they find their way into PLIST
2001-03-01Add LIBGCC_SPEC definition taken fromjlam2-8/+14
gnusrc/gnu/dist/toolchain/gcc/config/netbsd.h
2001-02-28Minimize differences between gcc/Makefile and pgcc/Makefile.jlam2-4/+4
2001-02-28Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder thejlam1-4/+4
platforms so that NetBSD comes first (just because ;)
2001-02-28Make this pkg work on NetBSD/sparc.hubertf8-1091/+263
Patches contributes by Michael Rauch <mrauch@fs.tum.de> in PR 12299
2001-02-27Don't install the header files in $(oldincludedir) which defaults tojtb2-5/+14
/usr/include. They now get installed only in $(includedir). I have no idea why the package installs the same set of header's in two different locations anyway.
2001-02-27Use the tarballs that have the release version in their names.wiz2-9/+7
Takes care of pkg/12172.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf12-30/+30
XXX need to teach pkglint to be more picky about this
2001-02-24Updated to nhc-1.02. No changelog, but seejtb3-38/+60
http://www.cs.york.ac.uk/fp/nhc98/status.html for a summary of changes for this new release.
2001-02-24update to f2c-20001205.dmcmahill7-63/+123
while here, add more options to the f2c-f77 script: from Jason Beegan, -r8, promote REAL and COMPLEX to DOUBLE REAL and DOUBLE COMPLEX -s, to strip executible generalize the -Wall flag to accept -Wxxx and pass it to the c compiler -Wxxx for gcc warnings complete change log from the f2c maintainers since the last packaged version: ------------------------------------------ libf2c.zip: fix bug with the sequence backspace(n); endfile(n); rewind(n); read(n). Supply missing (long) casts in a couple of places where they matter when size(ftnint) == sizeof(int) < sizeof(long). Tue Jan 18 19:22:24 EST 2000 Arrange for parameter statements involving min(...) and max(...) functions of three or more arguments to work. Warn about text after "end" (rather than reporting a syntax error with a surprising line number). Accept preprocessor line numbers of the form "# 1234" (possibly with trailing blanks). Accept a comma after write(...) and before a list of things to write. Fri Jan 21 17:26:27 EST 2000 Minor updates to make compiling Win32 console binaries easier. A side effect is that the MSDOS restriction of only one Fortran file per invocation is lifted (and "f2c *.f") works. Tue Feb 1 18:38:32 EST 2000 f2c/src/tokdefs.h added (to help people on non-Unix systems -- the makefile has always had a rule for generating tokdefs.h). Fri Mar 10 18:48:17 EST 2000 libf77, libf2c.zip: z_log.c: the real part of the double complex log of numbers near, e.g., (+-1,eps) with |eps| small is now more accurate. For example if z = (1,1d-7), then "write(*,*) z" now writes "(5.E-15,1.E-07" rather than the previous "(4.88498131E-15,1.E-07)". Thu Apr 20 13:02:54 EDT 2000 libf77, libi77, libf2c.zip: s_cat.c, rsne.c, xwsne.c: fix type errors that only matter if sizeof(ftnint) != sizeof(ftnlen). Tue May 30 23:36:18 EDT 2000 expr.c: adjust subcheck() to use a temporary variable of type TYLONG rather than TYSHORT under -C -I2. Wed May 31 08:48:03 EDT 2000 Simplify yesterday's adjustment; today's change should be invisible. Tue Jul 4 22:52:21 EDT 2000 misc.c, function "addressable": fix fault with "f2c -I2 foo.f" when foo.f consists of the 4 lines subroutine foo(c) character*(*) c i = min(len(c),23) end Sundry files: tweaks for portability, e.g., for compilation by overly fastidious C++ compilers; "false" and "true" now treated as C keywords (so they get two underscores appended). libf77, libi77, libf2c.zip: "invisible" adjustments to permit compilation by C++ compilers; version numbers not changed. Thu Jul 6 23:46:07 EDT 2000 Various files: tweaks to banish more compiler warnings. lib?77, libf2c.zip/makefile.u: add "|| true" to ranlib invocations. Thanks to Nelson H. F. Beebe for messages leading to these changes (and to many of the ones two days ago). xsum.c: tweak include order. Fri Jul 7 18:01:25 EDT 2000 fc: accept -m xxx or -mxxx, pass them to the compiler as -mxxx (suggestion of Nelson Beebe). Note that fc simply appends to CFLAGS, so system-specific stuff can be supplied in the environment variable CFLAGS. With some shells, invocations of the form CFLAGS='system-specific stuff' fc ... are one way to do this. Thu Aug 17 21:38:36 EDT 2000 Fix obscure glitch: in "Error on line nnn of ...: Bad # line:...", get nnn right. Sat Sep 30 00:28:30 EDT 2000 libf77, libf2c.zip: dtime_.c, etime_.c: use floating-point divide; dtime_.d, erf_.c, erfc_.c, etime.c: for use with "f2c -R", compile with -DREAL=float. Tue Dec 5 22:55:56 EST 2000 lread.c: under namelist input, when reading a logical array, treat Tstuff= and Fstuff= as new assignments rather than as logical constants.
2001-02-24Distfiles are in a subdir.jtb1-2/+4
2001-02-24Fix PLISTjtb1-3/+2
2001-02-24Add cu-prologjtb1-1/+2
2001-02-24Adjust for NetBSDjtb7-35/+53
2001-02-24Initial import of cu-prolog:jtb10-0/+164
Experimental constraint logic programming language
2001-02-23Add tcl-itcljtb1-1/+2
2001-02-23Initial import of tcl-itcl. Package submitted by Mark Daviesjtb13-0/+717
<mark@MCS.VUW.AC.NZ> in PR pkg/12060. Some minor adjustments by me. [incr Tcl] provides the extra language support needed to build large Tcl/Tk applications. It introduces the notion of objects, which act as building blocks for an application. Each object is a bag of data with a set of procedures or "methods" that are used to manipulate it. Objects are organized into "classes" with identical characteristics, and classes can inherit functionality from one another. This object-oriented paradigm adds another level of organization on top of the basic variable/procedure elements, and the resulting code is easier to understand and maintain.
2001-02-21Make lang/gcc and lang/pgcc conflict under Solaris as both install directlyjlam2-2/+4
under ${LOCALBASE}. This doesn't affect NetBSD as, there, both install under ${LOCALBASE}/${PKGNAME}.
2001-02-21Fix PLIST generation.jtb1-2/+2
2001-02-20Add and enable pgccjlam1-1/+2
2001-02-20Pentium GNU Compiler Collection.jlam3-0/+104
Provided in pkg/11483 by Jared McNeill <jmcneill@invisible.yi.org> with several modifications by me to synchronize with lang/gcc.
2001-02-20Add swi-prologjtb1-1/+2
2001-02-20Initial import of swi-prolog:jtb7-0/+175
ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO standard for Prolog. Covers all traditional Edinburgh Prolog features and shares many features with Quintus and SICStus Prolog, including a compatible module system. Very fast compiler, garbage collection (also on atoms), fast and powerful C/C++ interface, autoloading, GNU-readline interface. SWI-Prolog supports architectures with 32-bit or greater (64-bit) word-length. Packages for process management, TCP/IP, XML/SGML, RDF, and the GUI toolkit XPCE, are also available.
2001-02-20Bump to 5.6.0nb4: Depend on perl-mk.wiz1-2/+3
2001-02-19The installation will replace full path symlinks with relative ones.jtb1-10/+9
No need to cd to ${PREFIX}/bin.
2001-02-19Generate PLIST to work on architectures other than ix86. Should fixjtb2-24/+26
Sparc bulk build problem.
2001-02-17Move the COMMENT from being in its own file to a definition in theagc146-146/+146
package Makefile.
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-74/+76
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)