pkgsrc/lang
ryoon fe9556d668 Update to 6.0
Changelog:
All platforms:

	MAJOR CHANGE:  All platforms now use a uniform graphical user
	interface, based on the wxWidgets library.  A very simple editor
	is part of the package, no more external editor.  This GUI is,
	so far, rather primitive, but provides a framework that should
	allow for many improvements relatively soon.  There is a single
	Logo window that can be in fullscreen, splitscreen, or textscreen
	mode, like traditional Logo versions.

	INCOMPATIBLE CHANGE:  RGB color lists, as used by PALETTE,
	SETPALETTE, etc., now take integer or non-integer values between
	0 and 100 rather than integers between 0 and 65535.  I don't like
	incompatible changes, but having now actually tried teaching kids
	with Berkeley Logo, I've learned that they have trouble understanding
	the old system; their colors all come out near-black.

	New commands PRINTPICT and PRINTTEXT to print the graphics and
	text screens, respectively.  If called with an argument (in
	parentheses), they print preview instead. (wxWidgets only)

	New commands INCREASEFONT and DECREASEFONT to make the text window
	font one size bigger or smaller, SETTEXTSIZE to set the absolute
	size, SETLABELHEIGHT to adjust graphics-window text size, and
	SETFONT to set the font name for all windows.  (wxWidgets only)

	SETTEXTCOLOR (SETTC) command, formerly just in DOS version, works
	on all platforms.  It takes two color number or RGB lists as inputs,
	first the text color, then the text background color. (wxWidgets only)

	New command FILLED takes two arguments, a color and an instruction
	list.  The instructions should draw a simple closed curve (but if
	not closed, FILLED will add a turtle move back to the starting
	point).  The instructions are carried out, and then the area
	enclosed by the curve is filled using the given color, regardless
	of other lines that might intersect that area.  (wxWidgets only)

	Special variable BUTTONACT, if defined and nonempty, is an instruction
	list to be run when the user presses a mouse button.  Special variable
	KEYACT, if ditto, is to be run when the user presses a key on the
	keyboard.  It is the responsibility of the user code to handle the
	problem of a second mouse/keypress during the running of these
	instructions.  New operation CLICKPOS outputs the position of the
	mouse at the moment when the mouse button was pressed.  BUTTON
	outputs which button was most recently pressed, or zero if no button
	was pressed since the last call to BUTTON.  (BUTTONP still reflects
	the actual current button status.)  (wxWidgets only)

	The workspace management procedures (PO, TEXT, HELP, etc.) look
	in the library before deciding whether the name you give exists
	as a procedure or not, just the way running the procedure does.
	This is an incompatible change!

	The procedure formerly named BACKSLASHEDP or BACKSLASHED? is now
	called VBARREDP or VBARRED?, to reflect a longstanding change in
	its meaning.  The old names are retained in the Logo library for
	backward compatibility.

	A command line argument consisting of just a hyphen means that all
	following command line arguments should be collected in a list,
	instead of taken as filenames to load.  The list can be seen in
	the buried variable :COMMAND.LINE

	Logo looks in its library directory (e.g., /usr/local/lib/logo/logolib)
	for a file startup.lg, and runs it if found, before looking in the
	user's current directory for startup.lg and running that.

	A vertical bar that comes after a semicolon doesn't require a
	matching vertical bar to end the line.

	Fixed a garbage collector bug (although I don't know why it was
	a bug, alas).

	The buffer for saving pictures (for SAVEPICT and EPSPICT and for
	restoring the graphics window after it's hidden) has no size limit.

	INVOKE is a macro, so (INVOKE [IF ? < 0 [OUTPUT "NEGATIVE]] :X)
	will output from the caller, rather than from INVOKE.

	Improved error message "Runlist %s has more than one expression"
	for the case of a macro seen where an expression (that outputs a
	value) is needed: PRINT RUN [PRINT "A PRINT "B].

	One-pixel moves from drawing turtle aren't saved in SAVEPICT buffer.

	(1 2 3) gives error message instead of blowing up.

	PRINT [~] (bracket after tilde) works (no line continuation).

	The check for END inside a multi-line instruction is correctly
	internationalized.

	APPLY [[][]] [] no longer crashes.

	APPLY copies the arg list, so the original list can't be modified
	by changes to the inputs (e.g., after an error).

	Better error message (don't know how) for too much inside parens
	and also the first one isn't a procedure name.

	Better error message for STOP or OUTPUT during a PAUSE.

	Fixed bug crashing backquote (`) in case of `[[,[...] ...]]

	Fixed bug giving "out of bounds" message for line just on screen edge.

	Fixed bug that ignored TEST outside of a procedure.

	Turtle is invisible during drawing (to speed it up).
2015-10-11 07:02:39 +00:00
..
a60 (pkgsrc) 2015-02-21 13:07:02 +00:00
abcl Update to ABCL 1.3.1 2014-09-12 20:29:30 +00:00
algol68g Update lang/algol68g to 2.8. Changes: bug fixes. 2015-01-04 02:08:45 +00:00
asn1c Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
awka Add the license definition for this package 2014-09-05 00:59:12 +00:00
baci Don't call local function strtoi. 2015-01-25 13:12:54 +00:00
basic256 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
boomerang Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
brandybasic Use BROKEN_ON_PLATFORM for "needs porting". 2015-01-04 03:14:00 +00:00
bwbasic Use c99 fixing the build on SunOS 2015-09-05 23:56:56 +00:00
caml-light
camlp4 Fix PKGNAME. 2015-07-29 10:30:51 +00:00
camlp5 Updated package to latest version, 6.14. No changes to this release, 2015-08-07 11:19:13 +00:00
ccsh Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cdl3 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
Cg-compiler
chicken Update OWN_DIRS to reflect current eggs directory location and bump PKGREVISION. 2015-08-15 17:51:43 +00:00
cim Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
cint Add more configs: try using the shipped freebsd config for freebsd and dfly, 2015-08-30 08:41:44 +00:00
clang Update to clang-3.7.0 and libLLVM-3.7.0 2015-09-26 08:42:19 +00:00
classpath Share patches with lang/classpath-gui. Fix freetype use. 2014-04-19 15:00:37 +00:00
classpath-gui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
clisp Remove NOT_FOR_PLATFORM here; failing the parent package is sufficient. 2015-01-04 03:19:45 +00:00
clojure
coq Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
cparser Update cparser to version 0.9.14 2014-11-10 16:54:12 +00:00
cu-prolog
eag Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ecl Set new HOMEPAGE to https://common-lisp.net/project/ecl/ 2015-08-30 10:12:29 +00:00
eieio
elisp-manual
elk Help config.guess/config.sub override logic. 2015-02-23 18:28:51 +00:00
embryo
erlang Update lang/erlang to 18.1. 2015-09-25 15:15:58 +00:00
erlang-doc Update lang/erlang to 18.1. 2015-09-25 15:15:58 +00:00
erlang-man Update lang/erlang to 18.1. 2015-09-25 15:15:58 +00:00
f2c
ficl Package requires GCC runtime. 2015-03-17 14:08:48 +00:00
focal
fort77 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
g95 Add FreeBSD 11 support 2015-10-07 10:36:54 +00:00
gambc LLVM's correlated value propagation pass is known to require a lot of 2015-03-02 19:59:06 +00:00
gauche Remove stale HP-UX bulk build quirks 2015-02-27 14:35:01 +00:00
gawk Update to 4.1.3: 2015-05-28 06:35:25 +00:00
gcc-aux lang/gcc-aux: Fix build on NetBSD 7.0-Beta 2015-06-15 18:22:55 +00:00
gcc2 Re-Import gcc2-2.95.3nb7 as lang/gcc2 (previously lang/gcc). 2015-04-25 10:32:07 +00:00
gcc3 Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
gcc3-c Fix build on MKGCC=no systems 2015-03-21 01:17:08 +00:00
gcc3-c++ Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc3-f77 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc3-objc Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc5 Add upstream bug report URL. 2015-09-28 16:37:55 +00:00
gcc5-aux lang/gcc5-aux: Reduce functionality to allow build on NetBSD 7 2015-06-15 17:14:27 +00:00
gcc5-libs Import gcc5-libs-5.1.0nb1 as lang/gcc5-libs. 2015-07-16 12:07:07 +00:00
gcc34 Remove the whitespace between $(LINKER_RPATH_FLAG) and the path. Otherwise the 2015-01-22 11:56:31 +00:00
gcc44 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc45 Set GCC_REQD+=4.4 here too as gcc-4.2 won't build it due to needing 2015-04-10 22:01:43 +00:00
gcc46 Fix precompiled headers for NetBSD hosts (backported from the in-tree 2015-08-05 19:51:50 +00:00
gcc46-libs Support the override libgcc specs for the cwrappers case. 2015-02-04 14:16:23 +00:00
gcc47 Backport dsainty's gcc48 fix to gcc47. 2015-06-19 09:05:11 +00:00
gcc47-libs Disable CHECK_SHLIBS for the GCC library packages. The libraries will 2015-06-22 15:38:08 +00:00
gcc48 Skip shlibs check for libgcj_bc.so, a "fake" library used at link time 2015-10-09 11:27:23 +00:00
gcc48-libs Disable CHECK_SHLIBS for the GCC library packages. The libraries will 2015-06-22 15:38:08 +00:00
gcc49 PR pkg/50137: restore distinfo accidently lost in previous commit 2015-08-08 12:17:33 +00:00
gcc49-libs Decrease PKGREVISION after gcc49 update. 2015-07-01 13:40:02 +00:00
gforth Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ghc Explicitly restrict upper version, ghc and ghc7 have incompatible 2015-06-28 16:32:25 +00:00
ghc-bootstrap Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ghc7 Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
gnat_util Catch up to lang/gcc-aux package changes, switch to GCC 4.9.2. 2014-12-21 02:39:24 +00:00
gnucobol Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
go Update go14 to 1.4.3. It fixes four security-related issues. 2015-09-26 17:37:01 +00:00
go14 more REPLACE_BASH 2015-09-27 00:36:02 +00:00
gpc This is too old to support MacOS. 2014-06-29 05:08:36 +00:00
gprolog
guile Patch around gtexinfo 5.2's high-and-mighty attitude towards indiscretions. 2013-11-30 07:06:25 +00:00
guile20 Import guile20-2.0.11 as lang/guile20. 2014-11-01 13:24:37 +00:00
gwydion-dylan Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
heirloom-awk
hugs Deal with systems providing execvpe. 2014-10-14 14:04:19 +00:00
icc11 Switch from gcc48-cc++ to gcc48. 2014-11-03 10:35:33 +00:00
icon
inform Update HOMEPAGE 2015-02-21 13:25:59 +00:00
intercal
ja-gawk
jamvm Use unified asm syntax. Build with -O0 on ARM when using clang, to much 2015-03-31 15:43:34 +00:00
japhar
jasmin
java-lang-spec
java-vm-spec
jikes
jimtcl Import jimtcl-0.76 as lang/jimtcl. 2015-04-04 12:54:07 +00:00
jini Update homepage. 2015-03-14 17:58:29 +00:00
joos
js
kaffe Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
kaffe-esound
kaffe-x11 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kali Use BROKEN_ON_PLATFORM with LP64PLATFORMS. 2015-01-04 03:21:12 +00:00
konoha Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
ksi Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
libLLVM Update to clang-3.7.0 and libLLVM-3.7.0 2015-09-26 08:42:19 +00:00
libLLVM34 Use full paths to archive files instead of -lfoo to avoid wrapper reordering 2015-04-26 13:08:38 +00:00
librep Substitute hardcoded path to the libtool wrapper. Fixes CHECK_WRKREF builds. 2015-06-22 16:22:21 +00:00
libtcl-nothread Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
likepython Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
lua Instead of having only lua.pc, provide both the versioned pkg-config file 2015-07-20 11:30:54 +00:00
lua51 Instead of having only lua.pc, provide both the versioned pkg-config file 2015-07-20 11:30:54 +00:00
lua52 Instead of having only lua.pc, provide both the versioned pkg-config file 2015-07-20 11:30:54 +00:00
lua53 Instead of having only lua.pc, provide both the versioned pkg-config file 2015-07-20 11:30:54 +00:00
LuaJIT document ONLY_FOR_PLATFORM 2015-01-04 08:03:50 +00:00
LuaJIT2 Update lang/LuaJIT2 to 2.0.4. 2015-05-14 22:33:47 +00:00
lush Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
maude Fix build with newer bison. Don't use <rope> with clang, but fall back 2013-11-29 18:30:09 +00:00
mawk Update to 1.3.4.150503 2015-05-12 14:00:21 +00:00
mercury Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
minischeme
mit-scheme-bin
mono Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
mono-basic Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
mono2 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
moscow_ml Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
mpd
nawk Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
newlisp Fix readline detection and use. 2015-06-10 14:59:43 +00:00
newsqueak Add a package for Rob Pike's newsqueak, a channel-based concurrent 2015-04-25 19:58:32 +00:00
nhc98 Fix netbsd build by improving the gcc version extraction "logic". 2015-10-05 06:33:46 +00:00
nodejs Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
nqp Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
nuitka Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
objc
ocaml Previous update incorrectly introduced .p.cmt files into the common PLIST. 2015-09-30 13:49:50 +00:00
onyx The configure script explicitly demands editline (libedit) and won't work 2015-09-02 04:43:52 +00:00
oo2c Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
open-cobol-ce Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
opencobol Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
openjdk7 Reduce SunOS optimisation to -O2, avoiding alignment faults in 32-bit builds 2015-10-07 10:07:11 +00:00
openjdk8 Update to 1.8.60 2015-09-29 14:55:45 +00:00
opensource-cobol Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
oracle-jdk8 Update to 8.0.60 2015-08-30 10:52:15 +00:00
oracle-jre8 Fix PLIST for SunOS x86_64. Prompted by Jasper Siepkes in joyent/pkgsrc#293 2015-09-21 09:44:07 +00:00
ossp-js Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p2c Redo DESTDIR support correctly. hi joerg-from-2009 :-) 2014-01-02 07:45:14 +00:00
p5-Switch Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
parrot Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
pcc
pcc-current Update this to a bit more recent -current version, the 20151003 version. 2015-10-04 09:08:40 +00:00
pear Update included pear pacakges and bump PKGREVISION. 2015-08-30 08:37:20 +00:00
perl5 use -fno-reorder-blocks for sparc64, mips, and vax and GCC 4.5*. 2015-08-07 22:11:22 +00:00
pfe Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
pforth
php Update php56 to 5.6.14. 2015-10-02 14:37:39 +00:00
php54 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
php55 Update php55 to 5.5.30. 2015-10-02 14:36:35 +00:00
php56 Update php56 to 5.6.14. 2015-10-02 14:37:39 +00:00
picoc Use a pointer to the void type, not a enum value that turns out to be 0. 2013-12-17 23:23:38 +00:00
pict Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
polyml Make compiler wrapper add RPATH. 2014-09-29 00:55:00 +00:00
py-basicproperty Fix build with py-setuptools-0.8. 2014-12-16 22:59:50 +00:00
py-cxfreeze Provide library path to libpython too. 2015-03-21 19:26:47 +00:00
py-hy Update to 0.10.1. No ChangeLog found. Move hy2py to hy2py${PYVERSSUFFIX} in 2014-11-09 19:31:56 +00:00
py-pyrex Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pythonz Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-six Update to 1.9.0: 2015-01-04 23:44:58 +00:00
py27-html-docs Some packaging improvements. 2014-07-17 11:34:42 +00:00
py33-html-docs Import py33-html-docs-3.3.5 as lang/py33-html-docs. 2014-07-17 11:37:38 +00:00
py34-html-docs Import py34-html-docs-3.4.1 as lang/py34-html-docs. 2014-07-17 11:45:40 +00:00
python Add gobject. 2015-07-12 21:42:23 +00:00
python27 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
python33 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
python34 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
qore Fix build on OpenBSD. 2015-05-02 10:36:29 +00:00
racket Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
racket-textual Update to Racket 6.1.1 2015-08-05 21:14:29 +00:00
rakudo-star Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
rcfunge Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
rexx-imc
rexx-regina
ruby Improve description in comment, 2015-09-27 06:48:04 +00:00
ruby-coffee-script Note update of ruby-coffee-script package to 2.4.1. 2015-06-07 13:55:41 +00:00
ruby-coffee-script-source HOMEPAGE is no logner available. 2015-06-07 13:53:49 +00:00
ruby-doc-stdlib
ruby-execjs Update ruby-execjs to 2.6.0. 2015-09-13 14:36:00 +00:00
ruby18 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby18-base Add fix for CVE-2015-1426. 2015-02-16 14:03:32 +00:00
ruby21 Reset PKGREVISION. 2015-04-19 16:20:42 +00:00
ruby21-base Update ruby21-base to 2.1.7 (Ruby 2.1.7). 2015-08-20 15:27:43 +00:00
ruby22 Add ruby22 package which is meta package including ruby21-base, ruby22-gdbm, 2015-03-08 16:31:42 +00:00
ruby22-base Update ruby22-base to 2.2.3 (Ruby 2.2.3). 2015-08-20 15:30:47 +00:00
ruby193 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby193-base Avoid to generate empty command line on some platforms: 2015-04-30 03:25:56 +00:00
ruby200 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby200-base Update ruby200-base-2.0.0p647 to (Ruby 2.0.0-p647). 2015-08-20 15:22:16 +00:00
runawk Update to 1.6.0 2015-01-07 12:50:47 +00:00
sablevm Don't define _XOPEN_SOURCE to a bogus value on SunOS. 2014-09-25 12:55:52 +00:00
sablevm-classpath Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
sablevm-classpath-gui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sather Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
sbcl Update to SBCL 1.2.13. 2015-07-09 20:14:06 +00:00
scala Upgrade to 2.11.6 from 2.11.1. 2015-04-07 14:21:43 +00:00
scheme48 Remove alpha restriction from 1998 - even if it had 'severe' problems 2015-01-04 03:31:07 +00:00
scm Add network libs on SunOS 2014-02-08 23:39:55 +00:00
see Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
sigscheme Add RCS Id. 2015-07-12 18:23:42 +00:00
siod Disable check-libs, this package unpacks directly into WRKDIR so falls 2014-07-25 15:21:39 +00:00
smalltalk Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
smlnj Preliminary hacks for building this with -m32 on amd64 NetBSD. 2015-04-22 07:41:38 +00:00
snobol fix path in snobol post-build target 2014-09-20 18:13:29 +00:00
spidermonkey Replace left-shift with multiplication, it is sometimes called with 2015-09-08 18:53:46 +00:00
spl Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
squeak Update to Squeak 4.4 2014-12-15 02:11:06 +00:00
squeak-vm Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sr
sr-examples
stalin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
STk
sun-jdk6 Add FOO-jps to PLIST, missed in last commit 2015-05-05 17:07:39 +00:00
sun-jdk7 Add FOO-jps to PLIST, missed in last commit 2015-05-05 17:07:39 +00:00
sun-jre6 Recursive revbump from databases/unixodbc. 2015-04-26 11:52:18 +00:00
sun-jre7 Recursive revbump from databases/unixodbc. 2015-04-26 11:52:18 +00:00
swi-prolog
swi-prolog-jpl Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
swi-prolog-lite Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
swi-prolog-packages Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
tcl Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
tcl-expect Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tcl-otcl Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
tcl85 include pthread.bl3.mk under pthread option 2015-03-12 14:29:28 +00:00
tinyscheme fix the location of the init file for tinyscheme 2014-04-29 19:18:16 +00:00
ucblogo Update to 6.0 2015-10-11 07:02:39 +00:00
umb-scheme Fix build on FreeBSD. 2014-05-12 22:16:54 +00:00
utilisp
vala Now that we're down to one vala version again, install the unversioned 2015-06-05 08:53:55 +00:00
vscm
vslisp
wsbasic
yabasic Update to 2.769 2015-10-04 13:21:49 +00:00
yap Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
Makefile add and enable go14 2015-08-06 10:14:42 +00:00