pkgsrc/lang
taca 7ee5f09c6d lang/ruby-gherkin: update to 6.0.15
6.0.15 - 2018-10-31

Added

* (Go) Executables are uploaded to GitHub releases.

Fixed

* Fix bug where leading tabs prevented parser from identifying keywords (#512
  [VjacheslavVytjagov])
* [JavaScript] Fix JavaScript build (#499 noisygerman)


6.0.13 - 2018-09-25

This major release aligns Gherkin with Example Mapping, a collaborative
technique for designing scenarios and discovering details about rules and
behaviour.

A new Rule keyword has been introduced, and acts as a grouping of one or more
Examples - a new synonym for Scenario.  The Scenario Outline keyword can now
be interchanged with the Scenario keyword, which makes Gherkin a little less
confusing, especially to beginners.  These are the first major change to the
Gherkin grammar in 8 years or so, and we're pretty excited about them.  We
hope they will guide people towards thinking of scenarios as examples of
business rules rather than a series of form submissions and link clicking.
This rule-focused style engages product owners, and can act as amazing living
documentation of your product.  It opens up for the true benefits of BDD - a
business-friendly format for describing and agreeing on software behaviour,
and a guide to development.  Developers will code against this spec, and
produce better (simpler) software faster.  The software will do what it says
on the tin.

The new Gherkin grammar is backwards compatible, meaning that existing Gherkin
documents are still valid.

The library API however is not backwards compatible.  It is now a stream-like
API which produces a stream of messages (source, AST and pickle messages).

Internally, each library shells out to a go executable (embedded in the
library for all major OSes and processor architectures), and communicates via
STDIN/STDOUT using protocol buffers.  The rationale behind this architectural
change is to reduce the maintenance burden (a single parser rather than a
dozen), but also to make it quicker and easier to implement a Gherkin library
in a new language.  Just generate some protobuf classes/structs and write a
small program that shells out and communicates using those messages.

Our preliminary benchmarks suggest that performance is comparable to the
native implementations, or better.  There is a small hit in startup cost, but
this is offset against a higher throughput of the parser.

At the time of this writing Gherkin 6 is nearly integrated in Cucumber-JVM and
Cucumber-Ruby.  Integration with Cucumber.js has not started and we would
really welcome some help with that.

The message protocol will continue to evolve to represent runtime information
such as results, parameter types, cucumber expressions and other metadata.
This will make it easier for the community to build plugins for Cucumber.  One
HTML Gherkin formatter to rule them all. Statistic plugins and more.

Added

* (TypeScript) - Added TypeScript definitions (.d.ts) for Gherkin.
* Added Rule keyword (#250 aslakhellesoy)
* Added Example as synonym for Scenario in English and many other
  languages. This is to align Gherkin with BDD and Example Mapping
  terminology. (aslakhellesoy)
* Added Ukoliko as an additional synonym for Given, in Croatian. (#480 banovotz)

Changed

* (JavaScript,Java,Ruby) The native parsers are removed. Parsing is done by
  gherkin-go executables which are bundled with the published
  libraries. (aslakhellesoy, [jaysonesmith])
* (JavaScript,Java,Ruby,Go) Scenario keyword (or Example keyword) can be used
  to create Scenario Outline. (#353 aslakhellesoy)

Removed

* (Java) OSGi support has been removed. (#412 aslakhellesoy)

Fixed

* (JavaScript) Fix ability to pass language to parser. (#401 charlierudolph)
2019-01-20 13:40:44 +00:00
..
a60 Fix HOMEPAGE 2017-07-06 20:04:52 +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 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
boomerang Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +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
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: Import chicken-5.0.0 as lang/chicken5 2018-12-21 12:35:38 +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 llvm and friends: updated to 7.0.1 2018-12-23 00:11:39 +00:00
clang-static-analyzer llvm: updated to 7.0.0 2018-12-09 20:04:38 +00:00
classpath
classpath-gui Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
clisp clisp: Fix SunOS/C99. 2018-01-29 17:38:23 +00:00
clojure Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
compiler-rt llvm and friends: updated to 7.0.1 2018-12-23 00:11:39 +00:00
coq revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
coreclr revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
cparser
cu-prolog
duktape duktape: Update lang/duktape to 2.2.0 2017-10-29 22:26:56 +00:00
eag Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
ecl *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
eieio eieio: Use default EMACS_VERSIONS_ACCEPTED. 2018-02-06 16:36:44 +00:00
elisp-manual
elixir lang/elixir: update to 1.7.4. 2018-11-09 17:17:28 +00:00
elk Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
embryo
erlang erlang: Remove hipe from main PLIST. 2019-01-11 11:19:46 +00:00
erlang-doc erlang-{doc,man}: Fix DEPENDS to handle DIST_VERSION_PATCH. 2018-09-13 09:02:52 +00:00
erlang-luerl lang/erlang-luerl: Update to 0.3. 2018-03-24 16:29:51 +00:00
erlang-man erlang-man: catch up with base package 2018-09-29 15:50:46 +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 lang/forth-retro: import forth-retro-12.0.2018.1 2018-01-27 10:59:05 +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 gawk: updated to 4.2.1 2018-07-14 13:47:32 +00:00
gcc-aux Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3
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[-libs]: updated to 7.4.0 2019-01-05 00:39:13 +00:00
gcc7-libs gcc7[-libs]: updated to 7.4.0 2019-01-05 00:39:13 +00:00
gcc8 port the arm64 support to GCC 8. 2018-11-10 11:45:27 +00:00
gcc8-libs gcc8: Fix gcc/target/87221 better. 2018-11-07 04:32:32 +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 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ghc-bootstrap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ghc7 ghc7: not aslr safe, either. bump PKGREVISION 2019-01-10 18:11:56 +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 go: Actually bump to 1.11.4. Unbreaks build. 2018-12-20 17:38:23 +00:00
go-hcl Revbump all Go packages after go111 update. 2018-12-19 15:46:59 +00:00
go14 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
go19 go19: fix PLIST 2018-09-27 20:39:45 +00:00
go110 Update go110 to 1.10.7 (security fix). 2018-12-15 10:23:32 +00:00
go111 Update go111 to 1.11.4 (security update). 2018-12-19 15:27:03 +00:00
gpc
gprolog Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
guile lang/guile: Add search path to default extensions for lt_dlopenext. 2018-06-19 11:07:25 +00:00
guile20 lang/guile20: Mirror changes to lang/guile22/Makefile. 2017-08-19 00:28:10 +00:00
guile22 guile22: update to 2.2.4. 2018-08-16 11:25:57 +00:00
gwydion-dylan Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
heirloom-awk
hugs
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
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
jini
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 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
ksi
libBlocksRuntime Add libBlocksRuntime-6.0.0 from compiler-rt, a relatively portable 2018-06-02 19:11:01 +00:00
libcxx llvm and friends: updated to 7.0.1 2018-12-23 00:11:39 +00:00
libcxxabi llvm and friends: updated to 7.0.1 2018-12-23 00:11:39 +00:00
libduktape libduktape: Update lang/libduktape to 2.1 2017-10-29 22:24:45 +00:00
libLLVM libLLVM: Note plan for this to stay at 4.0 2018-03-04 01:47:39 +00:00
libLLVM34 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
librep librep: update to 0.92.7 2019-01-04 02:06:05 +00:00
libtcl-nothread
libunwind llvm and friends: updated to 7.0.1 2018-12-23 00:11:39 +00:00
likepython
llvm llvm and friends: updated to 7.0.1 2018-12-23 00:11:39 +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
mercury Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
micropython Remove illegal cpp abuse that fails the clang build. 2018-01-01 00:47:42 +00:00
minischeme
mit-scheme-bin
mono revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
mono-basic revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
mono2 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
moscow_ml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mpd
nawk
newlisp
newsqueak Follow some redirects. 2017-09-03 08:53:04 +00:00
nhc98 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
nim Update to 0.19 2018-10-01 12:50:42 +00:00
nodejs nodejs: Ensure largefile is enabled on SunOS. 2019-01-18 16:24:37 +00:00
nodejs6 lang/nodejs6: Update to 6.14.4. 2018-08-16 13:40:26 +00:00
nodejs8 nodejs8: don't invert logic for FreeBSD. 2018-12-15 17:27:21 +00:00
npm npm: updated to 6.5.0 2019-01-08 14:53:49 +00:00
nqp Update rakudo, nqp, MoarVM to 2018.06 2018-10-08 16:54:28 +00:00
nuitka
objc
ocaml Updated lang/ocaml to compile on aarch64 and revbump. 2019-01-07 18:52:23 +00:00
oo2c Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +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
openjdk7 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
openjdk8 openjdk8: Re-fix SunOS support. 2018-12-15 20:27:45 +00:00
opensource-cobol Use the curses framework. 2017-01-05 15:36:24 +00:00
oracle-jdk8 Update to 8.0.191 2018-11-25 12:41:50 +00:00
oracle-jre8 Update to 8.0.191 2018-11-25 12:41:50 +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 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
parrot revbump after updating textproc/icu 2018-12-09 18:51:58 +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 lang/pear: update to 1.10.7 2018-12-15 16:48:05 +00:00
perl5 perl5: updated to 5.28.1 2018-12-02 13:39:56 +00:00
pfe Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pforth Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
php lang/php: drop support for php70 2019-01-14 13:15:08 +00:00
php56 lang/php56: udate to 5.6.40 2019-01-12 15:01:34 +00:00
php71 lang/php71: update to 7.1.26 2019-01-12 14:56:47 +00:00
php72 lang/php72: update to 7.2.14 2019-01-12 14:59:03 +00:00
php73 lang/php73: update to 7.3.1 2019-01-12 15:00:25 +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 Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
py-asttokens py-asttokens: updated to 1.1.13 2018-11-05 18:05:47 +00:00
py-basicproperty extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-byterun
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 Restrict to Python 2.7. Fix PLIST for the one version where it actually 2018-03-26 16:30:10 +00:00
py-jsparser Follow some redirects. 2017-09-04 18:08:18 +00:00
py-mypy py-mypy: updated to 0.650 2018-12-09 20:37:29 +00:00
py-mypy_extensions py-mypy_extensions: added version 0.4.1 2018-11-28 08:14:57 +00:00
py-parso py-parso: updated to 0.3.1 2018-12-28 14:18:32 +00:00
py-paver Fix PLIST for Python 2.x build. 2018-12-27 15:14:00 +00:00
py-pyrex extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +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 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +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.2.5 2019-01-04 23:00:10 +00:00
py27-html-docs py27-html-docs: Update lang/py27-html-docs to 2.7.15 2018-05-19 08:57:18 +00:00
py34-html-docs py34-html-docs: Update lang/py34-html-docs to 3.4.9 2018-08-09 12:17:31 +00:00
py35-html-docs py35-html-docs: Update lang/py35-html-docs to 3.5.6 2018-08-09 13:20:54 +00:00
py36-html-docs py36-html-docs: Update to 3.6.8 2018-12-31 14:24:45 +00:00
py37-html-docs py37-html-docs: Update to 3.7.2 2018-12-31 14:03:44 +00:00
python extension.mk: remove PY_PEP3147, mention correct patch, clean-up 2018-12-14 13:09:10 +00:00
python27 Fix for Darwin/Xcode 10 (missing QuickTime.framework); PLIST_VARS cleanup 2018-09-28 11:01:37 +00:00
python34 python34: updated to 3.4.9 2018-08-07 08:44:41 +00:00
python35 python35: updated to 3.5.6 2018-08-07 08:44:02 +00:00
python36 python36: updated to 3.6.8 2018-12-31 10:06:45 +00:00
python37 python37: updated to 3.7.2 2018-12-31 10:07:59 +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 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
racket-textual racket-minimal: fix build on SunOS 2018-09-30 22:31:59 +00:00
rakudo Update rakudo, nqp, MoarVM to 2018.06 2018-10-08 16:54:28 +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 lang/ruby: reduce support for ruby22 2019-01-13 02:39:04 +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
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
ruby23 Replace more remaining RUBY_VERSION_FULL to RUBY_VERSION. 2017-05-30 15:54:11 +00:00
ruby23-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/ruby: switch to use distfiles in '.xz' format 2019-01-03 05:19:03 +00:00
ruby25 lang/ruby25: add ruby25 2.5.0 2018-01-08 14:20:05 +00:00
ruby25-base lang/ruby: switch to use distfiles in '.xz' format 2019-01-03 05:19:03 +00:00
runawk Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
rust Update to 1.32.0 2019-01-19 12:44:08 +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 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sbcl sbcl: Honor UNLIMIT_RESOURCES and address PaX problems 2018-10-17 12:59:49 +00:00
scala Update to 2.12.8 2018-12-16 10:07:11 +00:00
scala-sbt lang/scala-sbt: import scala-sbt-1.2.7 2018-12-16 09:54:41 +00:00
scheme48 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
scm
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 revbump after updating textproc/icu 2018-12-09 18:51:58 +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 lang/spidermonkey52: amend a comment 2019-01-16 04:24:28 +00:00
spidermonkey185 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
spl revbump after updating textproc/icu 2018-12-09 18:51:58 +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-jdk6 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
sun-jdk7 Add jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
sun-jre6 *: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary. 2018-11-12 14:40:20 +00:00
sun-jre7 Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
swi-prolog
swi-prolog-jpl swi-prolog*: Update lang/swi-prolog* to 7.6.4 2018-12-10 14:59:50 +00:00
swi-prolog-lite swi-prolog-lite: fix linux build 2019-01-06 08:55:47 +00:00
swi-prolog-packages swi-prolog-packages: fix PLIST.Linux 2019-01-06 08:57:41 +00:00
tcl tcl: updated to 8.6.9 2018-12-09 18:33:55 +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
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: apply the same hack as PR pkg/53743 for gcc 6.5.0 for NetBSD/evbarm. 2018-12-24 14:45:50 +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
Makefile lang/Makefile: remove php70 2019-01-14 13:11:54 +00:00