pkgsrc/lang
asau 128fc154b9 Update to Racket 5.3.2
Changes in Racket v5.3.2

Core Libraries:

* The new `math' library provides functions and data structures for
  working with numbers and collections of numbers.  Functions include
  non-elementary (such as gamma, zeta, Lambert's W), number-theoretic
  (factorization, modular arithmetic), linear algebra (arithmetic,
  decompositions), and statistical (expected values, order statistics,
  binning).  Data structures include arbitrary-precision bigfloats,
  probability distributions, and multidimensional arrays.

* The new `file/untar', `file/untgz', and `file/unzip' libraries support
  unpacking widely used archive formats.

* The new `lazy-require' form allows programs to delay the loading and
  instantiation of helper modules until they are needed.

* The new `data/bit-vector' library provides an implementation of bit
  vectors (a mutable sequence of booleans) supporting popcount.

* The `racket/generic' library allows the specification of default
  method implementations for core datatypes.

* The `openssl' library can verify hostnames and use the operating
  system's certificate store to verify certificates.

Package System:

* A new package system is in beta release.  This system will become
  Planet's successor.  It differs significantly from the latter.  For
  details, please read the documentation at
  http://docs.racket-lang.org/planet2/ and list your packages on the new
  index at https://pkg.racket-lang.org/.

* The `raco test' command supports testing by collection and package, in
  addition to by directory and file, with the "-c" and "-p" options.

Teaching Libraries:

* batch-io: the read and write functions work on Unix-style standard
  input and output.

DrRacket:

* DrRacket's GUI is more responsive.

* The automatic parenthesis insertion mode is improved.

Scribble:

* Scribble renders Markdown format files via the "--markdown"
  command-line flag.  Example use case: Generate documentation hosted on
  GitHub or BitBucket.

* Documentation cross-reference information is stored in an SQLite3
  database, which means that SQLite3 is required for building Racket
  documentation on Unix/Linux machines (but SQLite3 is included in
  Racket distributions for Windows and Mac OS X).

  Using a database for cross-reference information significantly reduces
  the initial footprint of DrRacket, since DrRacket no longer needs to
  load all cross-reference information.

Typed Racket:

* Typed Racket programs can require `plot/typed' to draw plots.  List-
  and vector-accepting functions accept general sequences.

* Typed Racket supports Racket's delimited continuation and continuation
  mark operators.

Redex:

* Added more support for `define-judgment-form', including random
  generation for well-formed judgments and visualization of judgments.

Deprecation:

The following have been removed in this release:

* the `planet' command-line tool; use `raco planet' instead.

The following has been deprecated and will be removed in the August 2013
release:

* the `mzlib/class100' library; use `racket/class' instead.



Changes in Racket v5.3.1

Racket:

* The `case' form dispatches on characters, fixnums, symbols, and
  keywords in logarithmic time.  (Thanks to Jon Zeppieri.)

* The new `racket/format' library provides new and improved
  string-formatting functions.

* Logging tools include improved filtering support based on the name
  of a logger.  A new `define-logger' form simplifies the use of
  named loggers.  Forms such as `log-debug' now support string
  formatting.

* The `for' forms now support `#:break' and `#:final' clauses.

* The new PLTCOMPILEDROOTS environment variable configures the
  search path for compiled bytecode.

DrRacket:

* Check Syntax now summarizes the documentation (i.e., the blue
  boxes) for the identifier at the insertion point in the top-right
  corner of the definitions window.

* Check Syntax now runs continuously for programs that declare their
  language within the source.  This mode has been available for
  several of the past releases, but now enabled by default.

* DrRacket can spell-check string constants (enable this in the Edit
  menu).

Typed Racket:

* Typed Racket interprets the Any type as a different contract.
  This may signal dynamic errors in some existing mixed
  typed/untyped programs.  The normal fix is to replace a use of Any
  with a more specific types.

* NaN is included in all of Typed Racket's floating-point types,
  which makes precise floating-point types easier to use.

* Typed Racket supports a `cast' operation with support for
  higher-order types.

* Typed Racket provides the `:query-type/args' and
  `:query-type/result' utilities to explore types at the REPL.

Miscellaneous:

* The `compatibility' collection provides features from Racket
  relatives, such as `defmacro' and mutable lists.  These features
  are provided to ease porting code to Racket.  Avoid them in modern
  Racket code.

* Screenshots of the widgets provided by the Racket GUI library are
  included in the documentation.  (Thanks to Diogo F. S. Ramos.)

* FrTime was ported to racket lang.  (Thanks to Patrick Mahoney.)

Deprecation:

The following has been deprecated and will be removed in the January
2013 release:

* the `planet' command-line tool; use `raco planet' instead.

The following has been deprecated and will be removed in the August
2013 release:

* the `mzlib/class100' library; use `racket/class' instead.
2013-02-10 01:54:26 +00:00
..
a60 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
abcl Update to ABCL 1.1.0 2012-12-17 21:47:31 +00:00
algol68g Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
awka Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
baci Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
basic256 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
boomerang Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
brandybasic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
bwbasic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
caml-light Return without value iff the function has a return type of void. 2012-10-20 22:11:30 +00:00
camlp5 Updated camlp5 to 6.07, for compatibility with current ocaml version. Changes 2012-10-09 10:24:43 +00:00
ccsh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
cdl3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
Cg-compiler Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
chicken Update to Chicken 4.8.0.1 2013-01-18 20:56:14 +00:00
cim Add some missing prototypes and correctly tag functions as void if 2012-10-26 20:37:15 +00:00
cint Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
clang Uses pod2man. 2013-01-31 23:08:55 +00:00
classpath Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
classpath-gui Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clisp Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clojure Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
coq PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
cparser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
cu-prolog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
eag Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ecl Update to ECL 12.12.1 2012-12-08 13:29:45 +00:00
eieio Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
elisp-manual Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
elk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
embryo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
erlang PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
erlang-doc Update to Erlang/OTP R15B03-1 2013-01-23 21:46:06 +00:00
erlang-man Update to Erlang/OTP R15B03-1 2013-01-23 21:46:06 +00:00
ezm3 Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
f2c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ficl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
focal Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
fort77 Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
g95 gcc-core-4.0.3.tar.gz is not available from ftp://gcc.gnu.org. 2013-02-08 12:46:14 +00:00
gambc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gauche Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gawk Changes 4.0.2: 2013-01-31 22:01:43 +00:00
gcc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc-aux lang/gcc-aux: Fix DragonFly iostream bug 2013-01-31 23:01:56 +00:00
gcc3 Disable gcc3-java as it does not build, has not built in years, and 2012-04-07 17:33:54 +00:00
gcc3-c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc3-c++ Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc3-f77 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc3-objc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc34 Reset MAINTAINER/OWNER (became observers) 2013-02-01 22:21:05 +00:00
gcc44 Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
gcc45 Fix typo in PKG_OPTIONS name. 2013-02-03 07:45:18 +00:00
gcc46 Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
gcc47 Fixed building on Darwin; pkglint cosmetics 2013-02-05 07:12:23 +00:00
gcc47-libs lang/gcc47: Fix DragonFly c++ iostream bug 2013-01-31 20:07:17 +00:00
gforth Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
ghc Make ghc build with perl-5.16. 2012-10-15 18:13:42 +00:00
gnat-aux Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
gpc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gprolog Update to 1.4.2, based on patches by Mayuresh in PR 47325. 2012-12-14 14:42:53 +00:00
guile Note in DESCR that this is old but the newest in pkgsrc. 2012-12-05 23:42:01 +00:00
guile16 Note in DESCR that this is old. 2012-12-05 23:42:14 +00:00
gwydion-dylan Remove ftp.opendylan.org, no ping some time. 2013-01-03 00:45:55 +00:00
heirloom-awk Not MAKE_JOBS_SAFE. 2011-12-19 01:31:37 +00:00
hugs Fix GNU inline usage. 2012-11-11 22:30:08 +00:00
icc11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
icon Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
inform Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
intercal Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
ja-gawk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jamvm Recognize i486-netbsd as well as i386-netbsd. 2012-12-21 04:06:45 +00:00
japhar Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jasmin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
java-lang-spec Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
java-vm-spec Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jikes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jini
joos Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
js Add CONFLICTS with spidermonkey 2012-10-21 21:06:05 +00:00
kaffe Prefer bsdtar (in-tree) over external GPL3 gtar. 2013-01-11 00:15:39 +00:00
kaffe-esound Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
kaffe-x11 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kali Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
konoha PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ksi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
librep Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
libtcl-nothread Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
likepython Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
lua Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
LuaJIT Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
lush Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
maude Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
mawk Update mawk to 1.3.4-20121129. For details see share/doc/mawk/CHANGES 2012-12-02 10:28:41 +00:00
mercury Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
minischeme Use void on mark. 2013-01-11 23:27:37 +00:00
mit-scheme-bin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
mono Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
mono-basic Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
moscow_ml Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
mpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
nawk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
newlisp Update to 10.4.5 2012-11-22 18:54:06 +00:00
nhc98 Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
objc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ocaml Fix build on 32-bit Solaris when the assembler is 64-bit by default. 2013-01-25 14:49:38 +00:00
ocamlduce Pass flags to "patch" to avoid user interaction, 2012-10-13 16:10:18 +00:00
onyx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
oo2c Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
opencobol Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
openjdk7 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
openjdk7-bin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ossp-js Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
p2c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
p5-Switch Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
parrot Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
pcc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
pcc-current Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
pear Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
perl5 Don't be confused by '=' in output from "uname -a". 2013-01-24 18:23:51 +00:00
pfe lang/pfe: Fix linker switch typo 2012-10-12 15:29:35 +00:00
pforth lang/pforth: replace -c89 with -std=c89 2012-10-12 16:25:21 +00:00
php Switch php53 to t.3.21. 2013-01-17 16:19:33 +00:00
php5-perl Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
php53 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
php54 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
picoc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
pict -R is a linker flag, so prefix with -Wl. 2012-12-20 22:07:57 +00:00
polyml Use pkgsrc libffi instead of bundled one. Ride the update. 2012-10-08 14:34:06 +00:00
py-basicproperty Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
py-cxfreeze Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
py-psyco Update for python25 removal. 2012-10-03 22:14:00 +00:00
py-pyrex Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
py26-html-docs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
py27-html-docs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
python Add Python 3.3.0 2012-12-10 03:15:48 +00:00
python26 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
python27 When using destdir, the clean stage isn't privileged. 2013-02-08 12:23:24 +00:00
python31 When using destdir, the clean stage isn't privileged. 2013-02-08 12:23:24 +00:00
python32 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
python33 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
racket Update to Racket 5.3.2 2013-02-10 01:54:26 +00:00
racket-textual Update to Racket 5.3.2 2013-02-10 01:54:26 +00:00
rcfunge Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
rexx-imc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
rexx-regina Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ruby Update ruby-rdoc to 3.12.1. 2013-02-06 15:53:14 +00:00
ruby-coffee-script Importing ruby-coffee-script package version 2.2.0. 2012-03-04 16:14:42 +00:00
ruby-coffee-script-source Update ruby-coffee-script-source to 1.4.0. 2012-12-17 12:23:05 +00:00
ruby-doc-stdlib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ruby-execjs Update ruby-execjs to 1.4.0. 2012-06-02 00:53:50 +00:00
ruby18 Reset PKGREVISION with update. 2012-02-16 16:46:24 +00:00
ruby18-base PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ruby193 Importing ruby193 version 1.9.3p0 (Ruby 1.9.3 p0). 2011-11-08 16:12:25 +00:00
ruby193-base PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
runawk Update to 1.4.4 2012-11-10 11:22:15 +00:00
sablevm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
sablevm-classpath Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
sablevm-classpath-gui Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
sather Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
sbcl Update to SBCL 1.1.2 2012-12-08 00:40:00 +00:00
scala Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
scheme48 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
scm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
see automake-1.13 compat. 2013-01-26 23:11:13 +00:00
sigscheme Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
siod CONFLICTS between siag and siod packages 2012-10-21 11:39:12 +00:00
smalltalk Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
SmartEiffel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
smlnj Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
snobol Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
spidermonkey Add CONFLICTS with lang/js. Fix some pkglint warnings 2012-10-21 21:07:11 +00:00
spl Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
squeak Update to Squeak 4.3 2012-10-29 08:04:21 +00:00
squeak-vm Update to SqueakVM 4.10.2.2614 2012-10-29 07:33:40 +00:00
sr Add CONFLICTS with clearsilver-base-[0-9]* and netramet-[0-9]* 2012-10-21 20:56:54 +00:00
sr-examples Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
stalin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
STk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
sun-jdk6 Update to 6.0.37 2012-11-26 16:25:34 +00:00
sun-jdk7 Update to 1.7.13 2013-02-09 10:35:19 +00:00
sun-jre6 Add back PLIST conditionals. 2012-12-30 03:05:13 +00:00
sun-jre7 Update to 1.7.13 2013-02-09 10:35:19 +00:00
swi-prolog
swi-prolog-lite Fix gif (lzw) decoding vulnerability (CVS-2011-2896). Patches from upstream; 2013-01-24 12:03:08 +00:00
swi-prolog-packages PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
tcl MirBSD build fix: don't break when there is no _SC_GET{PW,GRâ‰}_R_SIZE_MAX. 2012-12-29 13:49:12 +00:00
tcl-expect Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
tcl-itcl Remove unused patches (after 3.4.1 update) 2013-01-07 13:28:30 +00:00
tcl-otcl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
tinyscheme Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
twelf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ucblogo Add missing return values. 2012-11-01 19:53:04 +00:00
umb-scheme Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
utilisp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
vala Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
vala014 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
vala018 update to 0.18.1 2012-11-23 17:08:31 +00:00
vscm Fix broken build with gcc 4.5. While here, fix usage of tolower(). 2012-12-21 04:23:45 +00:00
vslisp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
wsbasic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
yabasic Consistently return a value in non-void functions. 2012-12-20 21:49:06 +00:00
yap Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
Makefile Remove tcl-itcl-current -- it's ancient, and nothing in pkgsrc uses it. 2013-01-05 22:58:34 +00:00