pkgsrc/lang
ryoon 918fd977da Update to 0.20.2
Changelog:
Changes affecting backwards compatibility

    All strutils.rfind procs now take start and last like strutils.find with the same data slice/index meaning. This is backwards compatible for calls not changing the rfind start parameter from its default. (#11487)

    In the unlikely case that you were using rfind X, start=N, or rfind X, N, then you need to change that to rfind X, last=N or rfind X, 0, N. (This should minimize gotchas porting code from other languages like Python or C++.)

    On Windows stderr/stdout/stdin are not opened as binary files anymore. Use the switch -d:nimBinaryStdFiles for a transition period.

Breaking changes in the standard library

    Mac OS X / BSD: TSa_Family is now the uint8 type, so type conversions like x.sin_family = uint16 toInt(nativesockets.AF_INET) need to be changed into x.sin_family = TSa_Family toInt(nativesockets.AF_INET).

Library additions

    toOpenArray is now available for the JS target.

Library changes

    Fix async IO operations stalling even after socket is closed. (#11232)

    More informative error message for streams.openFileStream. (#11438)

Compiler changes

    Better error message for IndexError for empty containers. (#11476)

    Fix regression in semfold for old right shift. (#11477)

    Fix for passing tuples as static params to macros. (#11423)

Bugfixes

    Fixed "nimpretty goes crazy with this snippet" (#10295)
    Fixed "nimpretty doesn't trim all whitespace on the right side of an export marker" (#10177)
    Fixed "nimpretty gives invalid indentation to array elements" (#9505)
    Fixed "nimpretty doesn't indent correctly if preceding line ends with ;, { etc" (#10159)
    Fixed "Nimpretty wrong indentation for doc comments" (#10156)
    Fixed "HttpClient Documentation needs Proxy example" (#11281)
    Fixed "nimpretty aligns comment annoyingly" (#9399)
    Fixed "ENDB missing from Docs and TheIndex, remove ENDB from -fullhelp" (#11431)
    Fixed "Nimrod on Documentation generator" (#11460)
    Fixed "nimpretty (de)indents code where it shouldn't" (#11468)
    Fixed "nimpretty adds spaces where it shouldn't" (#11470)
    Fixed "nimpretty formats enums differently based on commas" (#11467)
    Fixed "strutils.rfind start parameter is unecessarily unusual" (#11430)
    Fixed "TinyC is not documented" (#11495)
    Fixed "c2nim missing from 0.20.0" (#11434)
    Fixed "nimsuggest doesn't work unless compiled with -d:danger" (#11482)
    Fixed "random.initRand crashes in Nim 0.20.0 JS backend" (#11450)
    Fixed "0.20.0 fails to bootstrap when passing "-verbosity:2" (or 3) to koch" (#11436)
    Fixed "Destructors lifting doesn't work with inheritance" (#11517)
    Fixed "std/sums missing from TheIndex" (#11543)
    Fixed "sequtils module: link is broken" (#11546)
    Fixed "Case Statement Macros do not work in functions above exported functions." (#11556)
    Fixed "newruntime: internal error when initializing a proc variable" (#11533)
    Fixed "newruntime: error when modifying a sequence" (#11524)
    Fixed "fmod and other math module functions are missing in js mode" (#4630)
    Fixed "Object variants and new runtime" (#11563)
    Fixed "newruntime exceptions" (#11577)
    Fixed "nimpretty is not aware that the next line is a part of the same context" (#11469)
    Fixed "Distinct procs fail to compile" (#11600)
    Fixed "[SharedTables] Error: undeclared identifier: 'defaultInitialSize'" (#11588)
    Fixed "newSeqOfCap is not working in newruntime" (#11098)
    Fixed "nimpretty destroys source with a source code filter" (#11532)
    Fixed "Unexpected behaviour when constructing with result" (#11525)
    Fixed "Regression in 0.20.0: Nested proc using outer scope variable fails to compile" (#11523)
    Fixed "os:standalone Error: redefinition of 'nimToCStringConv' " (#11445)
    Fixed "No ambiguity error on field overloaded by field=" (#11514)
    Fixed "object variants and new runtime part 2" (#11611)
    Fixed "seq Error: unhandled exception: value out of range: 32772 " (#11606)
    Fixed "Compiled binary includes full path to internal nim files" (#11572)
    Fixed "Newruntime: top-level string variable is empty after an array assignment" (#11614)
    Fixed "Newruntime: raise ObjContructor() doesn't compile" (#11628)
    Fixed "Owned ref can be copied and causes double-free" (#11617)
    Fixed "When compiling to JS (in -d:release) output contains toolchain path on dev's machine" (#11545)
    Fixed "wrong unicode string output" (#11618)
    Fixed "unittest "generic instantiation too nested" error" (#11515)
    Fixed "Last read of a var parameter generates sink instead of assignment" (#11633)
    Fixed "const table with proc type does not compile anymore" (#11479)
    Fixed "Can't use offsetOf on object that ends with an UncheckedArray" (#11320)
    Fixed "Newruntime/regression: Bad codegen for inline methods" (#11636)
    Fixed "String or sequences inside a loop are not cleared in each iteration" (#11510)
    Fixed "Nim -v doesn't acknowledge new danger flag" (#11484)
    Fixed "SIGSEGV while compiling when trying to instantiate a case type, that uses an enum with nsage of parts of strutils fails when using -d:useNimRtl" (#8405)
    Fixed "regression(0.20): finally block executed twice in VM" (#11610)
    Fixed "exportc symbol not exported, leading to link error" (#11651)
    Fixed "Render bug: opearatorasses refs across threads" (#7057)
    Fixed "BUG: "varargs[string, $]" calls $ n^2 times instead of n times (n=len(varargs))" (#8316)
    Fixed "Problem with the same name for module and exported type" (#3333)
    Fixed "-gc:go does notles/objects fail with "non-trivial" error..." (#11671)
    Fixed "Regression: parameter default value + typedesc parameter causes compiler crash" (#11660)
    Fixed "newruntime: undetected dangling ref" (#11350)
    Fixed "Newruntime: setLen() not working on sequences of owned refs" (#11530)
    Fixed "Incorrect overflow/underflow error in case statements" (#11551)
    Fixed "cgen preprocessor directive placed after struct declaration" (#11691)
    Fixed "continue in an except Exception as e block crashes the compiler." (#11683)
    Fixed "nimsuggest, nim check segfault when using bindSym and doAssert" (#10901)
    Fixed "Nimpretty issue, multiline string of x length only causes output grow every time." (#11700)
    Fixed "Array indexed by distinct int doesnt work with iterators" (#11715)
2019-07-17 21:56:37 +00:00
..
a60 a60: HOMEPAGE and MASTER_SITES redirect to https. 2019-06-05 07:17:15 +00:00
abcl Fix build for Java 1.8. 2018-10-10 21:55:20 +00:00
algol68g Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
asn1c Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
awka
baci baci: update HOMEPAGE 2017-10-09 08:07:55 +00:00
basic256 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
boomerang Follow some redirects. 2019-06-24 10:36:50 +00:00
brandybasic
bwbasic Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
caml-light
camlp4 Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
camlp5 Updated lang/camlp5 to version 7.07. 2018-11-12 16:10:51 +00:00
cbmbasic Add lang/cbmbasic, a Commodore BASIC interpreter 2019-07-08 06:46:22 +00:00
ccsh *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
cdl3 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
Cg-compiler Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
chicken chicken: Set INSTALL_PROGRAM, fixes install on SunOS. 2018-10-18 14:32:43 +00:00
chicken5 chicken5: Update OWN_DIRS after 5.1.0 and introduce CHICKEN_BINARY_VERSION 2019-07-06 21:16:59 +00:00
cim Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cint *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
clang clang: bump version in bl3 2019-06-06 19:57:59 +00:00
clang-static-analyzer clang: updated to 8.0.0 2019-06-02 08:39:28 +00:00
clang-tools-extra clang-tools-extra: updated to 8.0.0 2019-06-02 08:41:18 +00:00
classpath
classpath-gui Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
clisp clisp: make PS file generation dependent on the "doc" option. 2019-07-13 09:43:56 +00:00
clojure all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
compiler-rt llvm: updated to 8.0.0 2019-06-02 08:35:55 +00:00
coq Updated lang/coq to version 8.9.1. 2019-05-23 10:55:07 +00:00
coreclr PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
cparser
cu-prolog
duktape More http -> https. 2019-06-24 10:59:40 +00:00
eag Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
ecl ecl: Update to 16.1.3 2019-03-01 13:30:52 +00:00
eieio eieio: Use default EMACS_VERSIONS_ACCEPTED. 2018-02-06 16:36:44 +00:00
elisp-manual
elixir elixir: Avoid errors from check-interpreter.mk after addition of interpreter 2019-06-17 16:58:42 +00:00
elk Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
embryo https for enlightenment.org. 2019-07-06 16:46:09 +00:00
erlang Use https for erlang.org 2019-07-03 07:26:36 +00:00
erlang-doc Use https for erlang.org 2019-07-03 07:26:36 +00:00
erlang-luerl lang/erlang-luerl: Update to 0.3. 2018-03-24 16:29:51 +00:00
erlang-man Use https for erlang.org 2019-07-03 07:26:36 +00:00
f2c f2c: strip -Werror for everyone. It's unsuitable for a release, and it 2018-11-20 09:38:26 +00:00
ficl
focal
fort77 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
forth-retro forth-retro: fix build on SunOS 2019-05-05 20:27:12 +00:00
g95 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gambc Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
gauche gauche: Various fixes. 2018-07-26 16:55:29 +00:00
gawk Update to 5.0.0 2019-04-16 11:43:29 +00:00
gcc-aux gcc-aux: add SHA512 checksums for bootstraps 2019-05-02 08:26:26 +00:00
gcc2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3 gcc3: in case someone can build this package, commit the same change 2016-09-30 20:32:48 +00:00
gcc3-c Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3-c++ Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3-f77 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3-objc Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc5 Set GCC_TARGET_MACHINE so RPATH set correctly to pickup libs from gcc5-libs 2018-11-28 16:08:41 +00:00
gcc5-aux Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc5-libs Set GCC_TARGET_MACHINE so RPATH set correctly to pickup libs from gcc5-libs 2018-11-28 16:08:41 +00:00
gcc6 Add the netbsd-stdint.h header for NetBSD/alpha 2019-01-20 09:19:44 +00:00
gcc6-aux Add NetBSD to supported architecture. This is sufficient to build coreboot 2018-10-01 12:32:15 +00:00
gcc6-libs Set GCC_TARGET_MACHINE so RPATH set correctly to pickup libs from gcc6-libs 2018-11-28 16:05:42 +00:00
gcc7 gcc7: Fix building on Darwin 2019-06-14 09:42:35 +00:00
gcc7-libs gcc7[-libs]: updated to 7.4.0 2019-01-05 00:39:13 +00:00
gcc8 gcc8: gcc8-libs: Upgrade to 8.3.0 2019-05-31 09:23:57 +00:00
gcc8-libs gcc8: gcc8-libs: Upgrade to 8.3.0 2019-05-31 09:23:57 +00:00
gcc34 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc44 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc48 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc48-libs lang/gcc48-libs: bump PKGREVISION (NFC) 2019-01-16 04:31:39 +00:00
gcc49 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc49-libs gcc49-libs: Make this function correctly on Darwin. 2018-07-11 11:21:26 +00:00
gforth Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ghc Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
ghc-bootstrap Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
ghc7 Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
gnat_util *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
gnucobol Update to 2.2 2017-12-17 04:54:15 +00:00
go Update go112 to 1.12.7. 2019-07-14 15:19:55 +00:00
go-hcl Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
go14 go14: fix bootstrap for newer openbsd. 2019-04-13 23:09:40 +00:00
go19 go19: fix PLIST 2018-09-27 20:39:45 +00:00
go110 Update go110 to 1.10.8 (security). 2019-01-24 09:33:08 +00:00
go111 Update go111 to 1.11.12. 2019-07-14 12:25:18 +00:00
go112 Update go112 to 1.12.7. 2019-07-14 15:19:55 +00:00
gpc
gprolog (lang/prolog) remove default setting (MAKE_JOBS_SAFE) 2019-06-14 22:32:06 +00:00
guile lang/guile: fix alignment of variables 2019-07-14 21:46:22 +00:00
guile20 lang/guile: fix alignment of variables 2019-07-14 21:46:22 +00:00
guile22 lang/guile: fix alignment of variables 2019-07-14 21:46:22 +00:00
gwydion-dylan Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
heirloom-awk
hugs Use https for haskell.org. 2019-07-10 10:24:05 +00:00
icon Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
inform lang/inform: Install manpages into ${PKGMANDIR}. 2017-08-19 00:21:25 +00:00
intercal Ensure the local yywrap is used. Fixes build with newer flex. 2017-01-04 12:52:40 +00:00
ja-gawk
jamvm
japhar
jasmin
java-lang-spec
java-vm-spec Moved documentation from share/doc/html to share/doc/java-vm-spec. 2016-07-24 20:35:20 +00:00
jikes lang/jikes: move documentation to share/doc/jikes 2018-02-18 05:06:18 +00:00
jimtcl Reset maintainer 2017-09-16 19:26:41 +00:00
joos Sort PLIST files. 2018-01-01 22:29:15 +00:00
js Comment out dead sites. 2017-08-16 20:45:30 +00:00
kaffe
kaffe-esound
kaffe-x11 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
kali Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
konoha Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
ksi
libBlocksRuntime Add libBlocksRuntime-6.0.0 from compiler-rt, a relatively portable 2018-06-02 19:11:01 +00:00
libcxx libcxx: updated to 8.0.0: 2019-06-02 08:41:58 +00:00
libcxxabi libcxx: updated to 8.0.0: 2019-06-02 08:41:58 +00:00
libduktape More http -> https. 2019-06-24 10:59:40 +00:00
libLLVM PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
libLLVM4 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
libLLVM34 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
librep librep: update to 0.92.7 2019-01-04 02:06:05 +00:00
libtcl-nothread
libunwind llvm: updated to 8.0.0 2019-06-02 08:35:55 +00:00
likepython PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
llvm openmp: added version 8.0.0 2019-06-17 16:35:44 +00:00
lua lang/lua: fix typo for PKG_FAIL_REASON in luaversion.mk 2018-07-23 22:22:42 +00:00
lua51 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
lua52 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
lua53 Update lang/lua53 to version 5.3.5. 2018-07-17 21:52:25 +00:00
LuaJIT
LuaJIT2 Fix the test for endianness on powerpc so that NetBSD/powerpc 2018-06-02 20:01:21 +00:00
lush
maude Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
mawk Use https for all invisible-island.net HOMEPAGEs. 2019-06-22 11:37:13 +00:00
mercury Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
micropython PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
minischeme
mit-scheme-bin
mono all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
mono-basic Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
mono2 all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
moscow_ml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mpd
nawk
newlisp Upgrade lang/newlisp from 10.6 to 10.7.1 2019-04-24 13:09:45 +00:00
newsqueak Follow some redirects. 2017-09-03 08:53:04 +00:00
nhc98 Use https for haskell.org. 2019-07-10 10:24:05 +00:00
nim Update to 0.20.2 2019-07-17 21:56:37 +00:00
nodejs nodejs: Work around getentropy issue on SunOS. 2019-07-02 17:09:25 +00:00
nodejs6 lang/nodejs6: Update to 6.14.4. 2018-08-16 13:40:26 +00:00
nodejs8 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
npm npm: Add bash to USE_TOOLS. 2019-07-09 14:10:54 +00:00
nqp Update nqp to 2018.12. 2019-02-16 19:39:02 +00:00
nuitka PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
objc
ocaml Need strnlen(3), make sure we obtain it from libnbcompat if host OS doesn't 2019-07-10 17:53:38 +00:00
oo2c *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
open-cobol-ce Follow some redirects. 2017-09-03 08:53:04 +00:00
opencobol Use the curses framework. 2017-01-05 15:36:24 +00:00
openjdk-bin Update to 12.0.1 2019-05-01 05:39:30 +00:00
openjdk7 all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
openjdk8 all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
opensource-cobol Need strnlen(3), make sure we obtain it from libnbcompat if host OS doesn't 2019-07-10 17:53:38 +00:00
oracle-jdk8 Update to 8.0.202 2019-01-22 03:51:41 +00:00
oracle-jre8 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
ossp-js Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
owl-lisp Import owl-lisp-0.1.13 as lang/owl-lisp. 2017-02-11 01:40:27 +00:00
p2c
p5-Switch Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
parrot Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
pc-lisp pc-lisp: Fix build with Clang 7svn 2018-09-29 21:19:13 +00:00
pcc *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
pcc-current
pear Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
perl5 perl5: find -> ${FIND} 2019-05-05 07:58:38 +00:00
pfe PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pforth Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
php lang/php73: update to 7.3.7 2019-07-08 13:20:29 +00:00
php56 Use https for php.net. 2019-07-03 07:30:50 +00:00
php71 Use https for php.net. 2019-07-03 07:30:50 +00:00
php72 lang/php72: update to 7.2.20 2019-07-08 13:18:52 +00:00
php73 lang/php73: update to 7.3.7 2019-07-08 13:20:29 +00:00
picoc Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
pict Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
polyml Add buildlink3.mk. 2019-06-12 19:32:44 +00:00
py-asttokens py-asttokens: updated to 1.1.13 2018-11-05 18:05:47 +00:00
py-basicproperty Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-byterun Set EGG_NAME and simplify PLIST. 2016-09-17 23:46:37 +00:00
py-cxfreeze py-cxfreeze: updated to 5.1.1 2018-02-09 08:04:41 +00:00
py-execjs py-execjs: updated to 1.5.1 2018-01-18 10:13:27 +00:00
py-hy py-hy: updated to 0.14.0 2018-02-23 07:03:09 +00:00
py-js2py py-js2py: updated to 0.60 2019-02-18 12:57:21 +00:00
py-jsparser py-jsparser: updated to 2.7.1 2019-06-07 07:26:58 +00:00
py-mypy py-mypy: updated to 0.711 2019-07-03 19:40:41 +00:00
py-mypy_extensions Forget about Python 3.4 2019-05-02 09:16:47 +00:00
py-parso py-parso: updated to 0.5.0 2019-07-03 20:26:29 +00:00
py-paver Fix PLIST for Python 2.x build. 2018-12-27 15:14:00 +00:00
py-pyrex fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-python-lua py-python-lua: Don't unnecessarily restrict the package to python36. 2018-10-26 12:52:43 +00:00
py-pythonz fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-six py-six: updated to 1.12.0 2018-12-10 08:53:10 +00:00
py-spark-parser py-spark-parser: added version 1.8.7 2018-09-20 13:46:52 +00:00
py-uncompyle6 py-uncompyle6: updated to 3.3.5 2019-07-04 11:59:34 +00:00
py27-html-docs py27-html-docs: Update to 2.7.16 2019-03-05 15:20:32 +00:00
py36-html-docs py36-html-docs: Update to 3.6.9 2019-07-03 21:09:54 +00:00
py37-html-docs python37: updated to 3.7.4 2019-07-09 07:46:37 +00:00
python lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
python27 python: Don't install nis_failed.so if no yp headers 2019-04-25 15:59:54 +00:00
python36 python36: updated to 3.6.9 2019-07-03 20:10:41 +00:00
python37 python37: updated to 3.7.4 2019-07-09 07:46:37 +00:00
qore Disable single compilation unit by default, it will dramatically 2018-12-27 15:15:22 +00:00
R-codetools lang/R-codetools: Import version 0.2.15 2018-07-15 21:22:46 +00:00
R-sourcetools lang/R-sourcetools: Import version 0.1.7 2018-05-09 00:32:50 +00:00
racket Use https for racket-lang.org. 2019-07-10 10:38:18 +00:00
racket-textual Use https for racket-lang.org. 2019-07-10 10:38:18 +00:00
rakudo Update rakudo to 2018.12. 2019-02-18 14:16:52 +00:00
rakudo-star Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
rcfunge
rexx-imc Comment out dead sites. 2017-09-04 18:00:49 +00:00
rexx-regina
ruby all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
ruby-coffee-script
ruby-coffee-script-source Update ruby-coffee-script-source to 1.12.4. 2017-03-20 13:22:21 +00:00
ruby-doc-stdlib
ruby-execjs Update ruby-execjs to 2.7.0. 2016-10-15 13:57:53 +00:00
ruby-gherkin lang/ruby-gherkin: update to 6.0.15 2019-01-20 13:40:44 +00:00
ruby-rkelly-remix Import ruby-rkelly-remix-0.0.7 as lang/ruby-rkelly-remix 2017-02-21 21:45:37 +00:00
ruby22 Replace more remaining RUBY_VERSION_FULL to RUBY_VERSION. 2017-05-30 15:54:11 +00:00
ruby22-base lang/ruby: switch to use distfiles in '.xz' format 2019-01-03 05:19:03 +00:00
ruby24 Add ruby24 (Ruby 2.4.1) to pkgsrc. 2017-06-18 13:46:16 +00:00
ruby24-base lang/ruby24-base: update to 2.4.6 2019-04-07 16:17:39 +00:00
ruby25 lang/ruby25: add ruby25 2.5.0 2018-01-08 14:20:05 +00:00
ruby25-base lang/ruby25-base: updateo to 2.5.5 2019-03-16 14:34:56 +00:00
ruby26 ng/ruby26: forgot to commit DESCR 2019-02-14 06:01:02 +00:00
ruby26-base lang/ruby26-base: update to 2.6.3 2019-04-17 16:33:10 +00:00
runawk Remove mova.org from MASTER_SITES 2019-04-08 21:38:39 +00:00
rust rust: Modifies the regular expression to follow semver specification used by 2019-07-17 11:04:45 +00:00
sablevm Fix pthread use. 2017-02-14 21:27:40 +00:00
sablevm-classpath
sablevm-classpath-gui Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
sather all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
sbcl all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
scala Update to 2.13.0 2019-07-04 13:41:56 +00:00
scala-sbt Update to 1.2.8 2019-07-04 13:46:46 +00:00
scheme48 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
scm Not MAKE_JOBS_SAFE. 2016-09-06 20:54:00 +00:00
see Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sigscheme Update some URLs. 2017-09-04 18:55:07 +00:00
siod Comment out dead sites. 2017-09-04 18:00:49 +00:00
smalltalk Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
smlnj
smlnj11072 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
snobol *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
spidermonkey Use $(CC) to link shared libraries 2018-01-23 03:26:41 +00:00
spidermonkey52 spidermonkey52: pour a bucket over this wildfire and backport a security fix. 2019-07-09 16:08:38 +00:00
spidermonkey185 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
spl Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
squeak Cleanup: replace curly braces with parentheses. 2018-01-01 01:26:13 +00:00
squeak-vm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
sr Modernize this so that it builds again (after SSP), and 2018-04-18 08:42:16 +00:00
sr-examples
stalin
STk
sun-jdk7 Add jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
sun-jre7 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
swi-prolog swi-prolog*: Update to 8.0.1 2019-02-25 15:20:44 +00:00
swi-prolog-jpl swi-prolog-jpl: Adjust COMMENT to reflect the actual package 2019-03-13 14:02:51 +00:00
swi-prolog-lite Use https for swi-prolog.org. 2019-07-10 10:32:05 +00:00
swi-prolog-packages swi-prolog-packages: PLIST.Linux catchup for version 8.x 2019-03-25 19:53:02 +00:00
tcl Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
tcl-expect tcl-expect: Ensure the correct tcl install is used. 2018-09-07 08:51:39 +00:00
tcl-otcl Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tcl85
tinyscheme all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
ucblogo Uses termcap, not curses. 2017-01-05 17:22:09 +00:00
umb-scheme
utilisp utilisp: follow redirects 2017-09-22 07:06:35 +00:00
vala vala: update to 0.44.3. 2019-04-17 10:01:05 +00:00
vscm Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
vslisp
wsbasic
yabasic Update to 2.79.2 2018-07-04 12:45:57 +00:00
yap yap: update HOMEPAGE 2017-10-09 08:52:04 +00:00
zenlisp lang/zenlisp: import zenlisp-0.0.20131122 2018-02-03 17:28:53 +00:00
zig zig: updated to 0.4.0 2019-06-02 15:02:27 +00:00
Makefile Add lang/cbmbasic 2019-07-08 06:47:34 +00:00