pkgsrc/lang
bjs a2c7b28d4d Update to version 4.2.8. Changes:
-  Fixed infinite loop when a character is output to a port
whose character encoding does not support the character (e.g. (display
(integer->char 1000)) when character encoding is ISO-8859-1).
 -  Added procedures to extract the threads and thread
groups contained in a thread group (thread-group->thread-list,
thread-group->thread-vector, thread-group->thread-group-list,
thread-group->thread-group-vector).
 -  Renamed open-process' show-window: setting to the more
reasonable show-console: since it controls the visibility of the
console.
 -  Added readtable-max-unescaped-char and
readtable-max-unescaped-char-set which control the external syntax of
characters in symbol, string and character objects written with the
write and pretty-print procedures.
 -  Added tcp-server-socket-info to get the IP address and
port-number of a tcp-server-port (useful when the server port was
created with a kernel assigned port-number, i.e. setting port-number:
0).
 -  Fixed incorrect calls to ___P macro in lib/*.c, and added
lib/check___P script to automatically detect such calls (script
contributed by Derek Peschel).
 -  Added a "terminate" interrupt which terminates the Gambit
process cleanly (all the exit jobs are executed before exiting). On
Unix this interrupt is raised by the SIGTERM signal so a "kill 1234"
where 1234 is the pid of the Gambit process will terminate the process.
On Windows the interrupt occurs when the console window is closed or
the system is shutting down (however currently the system hangs while
executing the exit jobs).
 -  Fixed handling of incomplete characters at end-of-file,
which are now handled like illegal characters (error signaled unless
char-encoding-errors setting is set to #f).
 -  Fixed recently introduced bug in handling of end-of-line
encoding.
 -  Added escaping of non-graphical characters in symbols:
(string->symbol (string (integer->char 255))) gives |\377| .
 -  Protect gcc extension _builtin_expect with GCC version >= 3
because old gcc versions (up to 2.95.3 it seems) did not have that
extension.
 -  Added char-encoding-errors: setting to open-file to
enable/disable character encoding error checking, and -:fr and -:fR
runtime options to select the default setting for file I/O (on/off).
 -  Removed non-ASCII characters from lib/_num.scm .
 -  Fixed error introduced with end-of-line encoding of the history
file.
 -  Changed end-of-line encoding from lf to cr-lf when reading
source code. This makes the load procedure and the compiler more lenient
when reading source code with non-Unix-style end-of-line encoding. This
means that source code with a string containing a CR/LF sequence will
construct a string with a single #\newline character (previously both$
#\return and #\newline were put in the string).
 -  Fixed compiler crash when compiling files containing the forms
#123, #, ##, etc (file location information was not properly attached to
expression)
 -  Improve error messages produced by the C compiler when it
compiles a file generated by a different version of the Gambit compiler.
2008-07-16 07:14:36 +00:00
..
a60 Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
awka Fixed typo. 2007-08-18 06:03:14 +00:00
baci Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
brandybasic Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
bwbasic Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
caml-light Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
camlp5 Update lang/camlp5 to 5.09 2008-06-21 06:37:52 +00:00
ccsh Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
cdl3 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
Cg-compiler Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
chicken Treat DragonFly the same as other BSDs. 2008-06-27 13:19:27 +00:00
cim Add DESTDIR support. 2008-06-12 02:14:13 +00:00
cint Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
classpath Supports DESTDIR. 2008-03-13 22:58:17 +00:00
classpath-gui Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
clisp Update to CLISP 2.46. 2008-07-15 13:32:53 +00:00
coq Bunp PKGREVISION, as it requires rebuild with ocaml 3.10.2 and cmalp5 5.08 2008-04-27 10:46:16 +00:00
cu-prolog Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
drscheme Remove morpheus.wish.com.mx from MASTER_SITES, doesn't resolve. 2007-11-11 23:52:49 +00:00
eag Add DESTDIR support. 2008-06-12 02:14:13 +00:00
eieio Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
elisp-manual Add CONFLICTS line for previous PKGNAME versions. 2008-03-10 10:33:38 +00:00
elk Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
erlang Force normal linkage against libcrypto. This allows the crypto module to 2008-06-21 22:13:09 +00:00
erlang-doc Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
erlang-man Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
ezm3 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
f2c When calling 'cc -c' use a stripped down version of CFLAGS that 2008-04-30 21:38:15 +00:00
focal Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
fort77 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
g95 Add a buildlink3.mk. 2008-06-04 13:12:20 +00:00
gambc Update to version 4.2.8. Changes: 2008-07-16 07:14:36 +00:00
gauche Don't leak rpath references to the work directory. Bump revision. 2008-06-21 17:17:51 +00:00
gawk Changes 3.1.6: 2007-11-02 07:17:59 +00:00
gcc gcc-2 needs to be built with gcc3 on netbsd-4. From Aleksej Saushev. 2008-02-01 07:50:01 +00:00
gcc-ssp Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
gcc3 Make sure that meta packages set META_PACKAGE before including 2008-06-15 09:51:58 +00:00
gcc3-ada Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make 2007-01-17 03:11:18 +00:00
gcc3-c Move code that generates a dynamic PLIST from the {pre,do,post}-install 2007-10-25 21:04:21 +00:00
gcc3-c++ Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
gcc3-f77 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
gcc3-java Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
gcc3-objc Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
gcc34 Move code that generates a dynamic PLIST from the {pre,do,post}-install 2007-10-25 21:04:21 +00:00
gcc34-ada Remove trailing spaces. 2007-10-09 19:19:08 +00:00
gforth share/emacs/site-lisp now exists by default -- don't try to remove it. 2007-02-20 19:04:10 +00:00
ghc Use the correct renamed symbol for sigprocmask. 2008-07-07 14:58:00 +00:00
gpc Added a patch for gcc4. 2008-02-17 10:07:59 +00:00
gprolog Updated gprolog to 1.3.0. 2007-12-01 12:27:59 +00:00
guile avoid hidden dependency on emacs, should fix build problem reported by wiz 2008-06-02 16:38:20 +00:00
guile16 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
gwydion-dylan Fixed building with newer versions of boehm-gc, which doesn't provide 2007-11-05 07:14:51 +00:00
hugs Mark as destdir ready. 2008-07-14 12:55:56 +00:00
icon Use sysconf(_SC_CLK_TCK) instead of CLK_TCK. Fixes build on Linux. 2008-06-28 17:14:25 +00:00
inform Mark as destdir ready. 2008-07-14 12:55:56 +00:00
intercal
ja-gawk
jamvm Updated jamvm to 1.4.5. 2007-06-05 14:08:43 +00:00
japhar
jasmin Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
java-lang-spec Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
java-vm-spec Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
jbuilder-jit Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
jdk Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
jdk-openjit give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
jikes Supports DESTDIR. 2007-11-08 18:19:24 +00:00
jini Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
joos Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
js Mark as destdir ready. 2008-07-14 12:55:56 +00:00
kaffe Remove non-existing config file. Bump revision. 2007-12-27 16:05:11 +00:00
kaffe-esound
kaffe-x11 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
kali Phoning home is considered really rude nowadays, especially when you 2007-06-17 15:38:54 +00:00
ksi Mark as destdir ready. 2008-07-14 12:55:56 +00:00
librep librep-0.17nb3: Bring in a couple of bugfixes from GNOME svn. 2007-05-07 12:42:19 +00:00
libtcl-nothread Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
lua The lua library definitely needs the readline library around when 2008-02-27 18:59:38 +00:00
lush No need to include x11.b3.mk directly. 2007-02-19 18:20:48 +00:00
maude Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
mawk Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:11:10 +00:00
mercury Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
minischeme Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
mit-scheme-bin Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
mono Mark as destdir ready. 2008-07-14 12:55:56 +00:00
monodoc Mark as destdir ready. 2008-07-14 12:55:56 +00:00
moscow_ml Update to Moscow ML version 2.01 (January 2004) 2008-04-28 10:16:57 +00:00
mpd Fix installation. 2008-04-07 17:43:14 +00:00
mzscheme Since revision 1.50 of mk/subst.mk, the test for text files is no longer 2008-01-23 01:53:06 +00:00
nawk Add a marker for bootstrap packages to allow special cases them during 2008-06-19 18:36:51 +00:00
nhc98
objc
ocaml Update to 3.10.2: 2008-04-25 07:13:39 +00:00
ocamlduce Update lang/ocamlduce to 3.10.0 2007-12-01 14:48:28 +00:00
onyx Removed ONLY_FOR_PLATFORM, which was meant to exclude very early NetBSD 2007-11-07 07:40:19 +00:00
oo2c Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
opencobol Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ossp-js Fix some integer witdth/type-casting issue which I saw on NetBSD/amd64 2008-04-04 01:56:16 +00:00
p2c Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
parrot Update parrot to 0.4.11. 2007-04-20 14:01:00 +00:00
pcc Update pcc to 0.9.9. 2008-02-09 14:53:14 +00:00
pcc-current Import a package which can be used to track "pcc current". 2008-03-02 12:13:38 +00:00
pear remove ${WRKSRC}/INSTALL before creating ${WRKSRC}/install, so that this would 2007-09-05 19:46:55 +00:00
perl5 Apply a patch from Debian to fix the security vulnerability identified 2008-06-01 22:04:07 +00:00
pforth Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
php Add basic DESTDIR support for PEAR packages. The skip list is a band aid 2008-06-12 00:20:10 +00:00
php5 Fix PEAR installs where PKG_SYSCONFDIR is not the default. 2008-07-08 20:28:55 +00:00
pnet Update dotgnu Portable.Net packages to 0.8.0: 2008-02-18 16:39:43 +00:00
pnetC
pnetlib Update dotgnu Portable.Net packages to 0.8.0: 2008-02-18 16:39:43 +00:00
pnetlib-nox11 Update dotgnu Portable.Net packages to 0.8.0: 2008-02-18 16:39:43 +00:00
py-basicproperty Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-funge Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py-psyco Update to py-psyco-1.6. 2008-04-25 17:16:40 +00:00
py-pyrex Update to py-pyrex-0.9.6.4 for Python 2.5 support. 2008-04-25 17:37:56 +00:00
py21-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py22-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py23-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py24-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py25-html-docs Add HTML documentation for Python 2.5 2008-06-03 16:23:24 +00:00
python Move PY_NO_EGG?= check outside of defined(PYDISTUTILSPKG) to fix 2008-06-30 13:41:05 +00:00
python15 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
python21 Always build depend on readline, so that devel/py-readline can pick up 2008-07-14 14:42:51 +00:00
python23 Always build depend on readline, so that devel/py-readline can pick up 2008-07-14 14:42:51 +00:00
python23-nth Always build depend on readline, so that devel/py-readline can pick up 2008-07-14 14:42:51 +00:00
python24 Always build depend on readline, so that devel/py-readline can pick up 2008-07-14 14:42:51 +00:00
python25 Always build depend on readline, so that devel/py-readline can pick up 2008-07-14 14:42:51 +00:00
rexx-imc Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:11:59 +00:00
rexx-regina
ruby Disable pthread on Darwin-9.*-powerpc until Ruby Bug #193 is resolved. 2008-06-22 04:15:54 +00:00
ruby-doc-stdlib Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
ruby18 Switch to use META_PACKAGE. No functional change. 2008-01-06 15:45:12 +00:00
ruby18-base Add a patch to fix the integer overflow in rb_ary_fill() in Ruby 1.8 2008-07-03 21:06:10 +00:00
sablevm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sablevm-classpath Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sablevm-classpath-gui Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sather There are a handful of Linux-specific files. 2008-07-14 02:38:08 +00:00
sbcl Fix typo in SED pattern. 2008-06-25 23:42:19 +00:00
scheme48 Update scheme88 from 1.6 to 1.8. 2008-05-02 09:22:21 +00:00
scm Update scm to 5.5.3 a.k.a 5e3. 2007-08-02 14:47:24 +00:00
sigscheme Update sigscheme to 0.8.3. 2008-05-13 02:53:04 +00:00
siod
smalltalk Fixed build error. 2007-09-03 16:28:56 +00:00
SmartEiffel Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
smlnj Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
snobol Update lang/snobol to 1.1. 2008-07-14 04:21:39 +00:00
spidermonkey Add MAKE_JOBS_SAFE=no ... I thought I did this a long time ago, but evidently not. 2008-01-11 09:36:23 +00:00
spl Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
squeak Get rid of ONLY_FOR_PLATFORM restriction. 2008-02-06 18:45:31 +00:00
sr Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
sr-examples Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
stalin Mark as not for bulk building on SunOS. 2008-05-26 22:19:40 +00:00
STk Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
sun-jdk6 Update to Java 6.0 Update 5. Security update that fixes multiple recently 2008-03-05 22:32:09 +00:00
sun-jdk14 Update to 1.4.2 Update 17. Security update that fixes multiple recently 2008-03-05 21:50:22 +00:00
sun-jdk15 - rename PLIST to PLIST.linux-i386 2008-03-31 22:27:35 +00:00
sun-jre6 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
sun-jre14 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
sun-jre15 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
swi-prolog * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
swi-prolog-lite There is a bash script in the package. PKGREVISION++ 2007-11-07 11:16:48 +00:00
swi-prolog-packages MAKE_JOBS_SAFE=no 2008-01-30 11:17:43 +00:00
tcl Update to version 8.4.18. Distilled list of non-Windows changes: 2008-04-07 15:16:40 +00:00
tcl-expect Don't leak WRKDIR reference for the DESTDIR case. Bump revision. 2008-03-15 12:41:36 +00:00
tcl-itcl
tcl-itcl-current Modular Xorg support. 2007-02-19 19:50:27 +00:00
tcl-otcl Update tcl-otcl to 1.13. 2007-04-26 15:28:42 +00:00
tcl-tclX Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
tcl83 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:17:22 +00:00
tinyscheme Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
tk-expect Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
tk-tclX Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
twelf Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
ucblogo Modular Xorg support. 2007-02-19 19:51:17 +00:00
umb-scheme Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
utilisp
vscm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
vslisp
wsbasic Full DESTDIR support and use REPLACE_INTERPRETER framework instead of SUBST. 2008-01-04 12:17:16 +00:00
yabasic Modular Xorg support. 2007-02-19 20:18:25 +00:00
yap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
Makefile + py25-html-docs 2008-06-03 19:37:35 +00:00