pkgsrc/textproc
adam 70c8031742 py-jsonschema: updated to 4.19.0
v4.19.0
=======

* Importing the ``Validator`` protocol directly from the package root is deprecated.
  Import it from ``jsonschema.protocols.Validator`` instead.
* Automatic retrieval of remote references (which is still deprecated) now properly succeeds even if the retrieved resource does not declare which version of JSON Schema it uses.
  Such resources are assumed to be 2020-12 schemas.
  This more closely matches the pre-referencing library behavior.

v4.18.6
=======

* Set a ``jsonschema`` specific user agent when automatically retrieving remote references (which is deprecated).

v4.18.5
=======

* Declare support for Py3.12

v4.18.4
=======

* Improve the hashability of wrapped referencing exceptions when they contain hashable data.

v4.18.3
=======

* Properly preserve ``applicable_validators`` in extended validators.
  Specifically, validators extending early drafts where siblings of ``$ref`` were ignored will properly ignore siblings in the extended validator.

v4.18.2
=======

* Fix an additional regression with the deprecated ``jsonschema.RefResolver`` and pointer resolution.

v4.18.1
=======

* Fix a regression with ``jsonschema.RefResolver`` based resolution when used in combination with a custom validation dialect (via ``jsonschema.validators.create``).

v4.18.0
=======

This release majorly rehauls the way in which JSON Schema reference resolution is configured.
It does so in a way that *should* be backwards compatible, preserving old behavior whilst emitting deprecation warnings.

* ``jsonschema.RefResolver`` is now deprecated in favor of the new `referencing library <https://github.com/python-jsonschema/referencing/>`_.
  ``referencing`` will begin in beta, but already is more compliant than the existing ``$ref`` support.
  This change is a culmination of a meaningful chunk of work to make ``$ref`` resolution more flexible and more correct.
  Backwards compatibility *should* be preserved for existing code which uses ``RefResolver``, though doing so is again now deprecated, and all such use cases should be doable using the new APIs.
  Please file issues on the ``referencing`` tracker if there is functionality missing from it, or here on the ``jsonschema`` issue tracker if you have issues with existing code not functioning the same, or with figuring out how to change it to use ``referencing``.
  In particular, this referencing change includes a change concerning *automatic* retrieval of remote references (retrieving ``http://foo/bar`` automatically within a schema).
  This behavior has always been a potential security risk and counter to the recommendations of the JSON Schema specifications; it has survived this long essentially only for backwards compatibility reasons, and now explicitly produces warnings.
  The ``referencing`` library itself will *not* automatically retrieve references if you interact directly with it, so the deprecated behavior is only triggered if you fully rely on the default ``$ref`` resolution behavior and also include remote references in your schema, which will still be retrieved during the deprecation period (after which they will become an error).
* Support for Python 3.7 has been dropped, as it is nearing end-of-life.
  This should not be a "visible" change in the sense that ``requires-python`` has been updated, so users using 3.7 should still receive ``v4.17.3`` when installing the library.
* On draft 2019-09, ``unevaluatedItems`` now properly does *not* consider items to be evaluated by an ``additionalItems`` schema if ``items`` is missing from the schema, as the specification says in this case that ``additionalItems`` must be completely ignored.
* Fix the ``date`` format checker on Python 3.11 (when format assertion behavior is enabled), where it was too liberal
* Speed up validation of ``unevaluatedProperties``

Deprecations
------------

* ``jsonschema.RefResolver`` -- see above for details on the replacement
* ``jsonschema.RefResolutionError`` -- see above for details on the replacement
* relying on automatic resolution of remote references -- see above for details on the replacement
* importing ``jsonschema.ErrorTree`` -- instead import it via ``jsonschema.exceptions.ErrorTree``
* importing ``jsonschema.FormatError`` -- instead import it via ``jsonschema.exceptions.FormatError``
2023-08-25 21:35:08 +00:00
..
aha
aiksaurus aiksaurus: move C++03 from USE_LANGUAGES to FORCE_CXX_STD 2023-08-04 00:48:33 +00:00
align
angle-grinder textproc/angle-grinder: update to 0.19.2 2023-06-05 15:19:57 +00:00
ansifilter textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:47:52 +00:00
antiword
artha *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
asciidir
asciidoc *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
aspell *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
aspell-af
aspell-am
aspell-ar
aspell-ast
aspell-az
aspell-be
aspell-bg
aspell-bn
aspell-br
aspell-ca
aspell-cs
aspell-csb
aspell-cy
aspell-da *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
aspell-de
aspell-de-alt
aspell-el
aspell-en
aspell-eo
aspell-es
aspell-et
aspell-fa
aspell-fi
aspell-fo *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
aspell-fr
aspell-fy
aspell-ga
aspell-gd
aspell-gl
aspell-grc
aspell-gu
aspell-gv
aspell-he
aspell-hi
aspell-hil
aspell-hr
aspell-hsb
aspell-hu
aspell-hus
aspell-hy
aspell-ia
aspell-id
aspell-is
aspell-it
aspell-kn
aspell-ku
aspell-ky
aspell-la
aspell-lt
aspell-lv
aspell-mg
aspell-mi
aspell-mk
aspell-ml
aspell-mn
aspell-mr
aspell-ms
aspell-mt
aspell-nb
aspell-nds
aspell-nl
aspell-nn
aspell-ny
aspell-or
aspell-pa
aspell-pl
aspell-pt_BR
aspell-pt_PT
aspell-qu
aspell-ro
aspell-ru
aspell-rw
aspell-sc
aspell-sk
aspell-sl
aspell-sr
aspell-sv
aspell-sw
aspell-ta
aspell-te
aspell-tet
aspell-tk
aspell-tl
aspell-tn
aspell-tr
aspell-uk
aspell-uz
aspell-vi
aspell-wa
aspell-yi
aspell-zu
aspic
awf
bat bat: use a bit of cargo's install target 2023-05-16 22:55:00 +00:00
bibclean
biblook
bibparse
bk bk: use cargo.mk's install 2023-05-17 21:25:59 +00:00
bsdgrep-devel
btparse *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
c2html *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cabocha various hacks.mk: use OPSYS_VERSION 2022-05-24 09:53:02 +00:00
catdoc catdoc: remove unused patches 2023-03-13 10:20:06 +00:00
catdoc-tk catdoc*: update to 0.95 2023-03-13 10:18:47 +00:00
cawf
cdif *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
chasen
chasen-base
choose textproc/choose: import package 2022-05-03 19:17:22 +00:00
cityhash
cjose cjose: clean up 2023-08-22 11:50:02 +00:00
cJSON cJSON: updated to 1.7.16 2023-07-05 12:18:08 +00:00
cldr-emoji-annotation
cmark *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
cmark-gfm textproc/cmark-gfm: update to 0.29.0.gfm.13 2023-08-05 09:46:11 +00:00
cmigemo *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
coccigrep *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
colorit
convertlit
CRF++ various hacks.mk: use OPSYS_VERSION 2022-05-24 09:53:02 +00:00
crimson
crush-tools *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
csharp-xapian revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
csview textproc/csview: update to 1.2.2 2022-10-09 16:02:46 +00:00
csvkit *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
csvlens textproc/csvlens: update to 0.3.0 2023-08-01 08:03:27 +00:00
csvtomd *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
csvutils
cwdiff
dadadodo
db2latex
dbcat textproc/dbcat: reset maintainer 2023-01-28 13:08:41 +00:00
dblatex *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
detex
dict-client
dict-dictionaries
dict-mueller7 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
dict-server dict-*: update to 1.13.1 2022-10-13 10:18:37 +00:00
dictem Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
diction *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
diffr textproc/diffr: update to 0.1.5 2023-04-10 15:20:35 +00:00
diffsplit *: remove FreeBSD port references 2022-12-28 13:57:22 +00:00
diffstat
dikt Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
discount Update to 2.2.7b. From the changelog: 2022-11-15 11:37:56 +00:00
docbook docbook: update DESCR to match package reality 2022-05-29 01:48:07 +00:00
docbook-simple
docbook-website
docbook-xml docbook-xml: add some details to DESCR to distinguish it 2022-05-29 01:51:47 +00:00
docbook-xsl docbook-xsl: fix installation on macOS 2023-05-17 15:27:06 +00:00
docbook2mdoc
docbook2odf *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
doclifter *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
dsssl-docbook-modular *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
dtdparse *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
DWB DWB: ensure the internally-set CFLGS/etc are overriden by using 2023-07-13 06:38:43 +00:00
dwdiff revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
eb *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
eblook
ebook-tools revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
ebview *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
emacs-dict-client Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
emacs-muse Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
enca
enchant *: Packages including C++ hunspell headers must use C++11 or newer. 2023-08-02 19:36:51 +00:00
enchant2 *: Packages including C++ hunspell headers must use C++11 or newer. 2023-08-02 19:36:51 +00:00
epubcheck
epubpreflight
erlang-fast_xml erlang-fast_xml: Update to 1.1.49 2022-10-15 12:08:33 +00:00
erlang-fast_yaml erlang-fast_yaml: Update to 1.0.34 2022-10-15 12:15:25 +00:00
erlang-jiffy erlang-jiffy: Update to 1.1.1 2022-10-15 12:20:55 +00:00
erlang-p1_xmlrpc
erlang-stringprep erlang-stringprep: Update to 1.0.29 2022-10-15 12:13:15 +00:00
erlang-yconf erlang-yconf: Update to 1.0.14 2022-10-15 12:11:03 +00:00
expat expat: pkglint cleanup 2022-10-26 10:38:21 +00:00
expatobjc
ezxml
FlightCrew revbump for boost 2023-04-23 14:26:05 +00:00
flyspell Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
fmtlib fmtlib: update to 10.1.0 2023-08-20 20:43:28 +00:00
fop
freepwing *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
freexl *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
fsrx textproc/fsrx: reset maintainer 2023-01-28 13:10:22 +00:00
gdome2 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
git-delta textproc/git-delta: update to 0.16.5 2023-06-04 20:18:34 +00:00
glimpse
glow Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
gnome-dictionary *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gnome-doc-utils *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
go-kr-text Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
go-md2man Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
go-mmark Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
go-text Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
grep grep: Update to 3.11 2023-07-17 14:15:43 +00:00
grepcidr
groff *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
groonga textproc/groonga: convert to using mk/atomic64.mk. 2022-08-06 17:26:46 +00:00
gsed gsed: Fix build on SunOS/i386. 2023-05-19 14:12:18 +00:00
gspell gspell: updated to 1.8.4 2023-08-08 08:31:55 +00:00
gtk-doc *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gtkspell *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gtkspell3 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
guile-commonmark guile-commonmark: Build with guile30. 2022-03-14 11:46:28 +00:00
guile-json guile-json: update to version 4.7.3 2023-02-08 21:42:41 +00:00
guile-syntax-highlight add forgotten PLIST update 2023-02-08 21:53:33 +00:00
gutcheck
GutenMark
GutenMark-words
halibut *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
hck Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
heirloom-bdiff
heirloom-bfs
heirloom-col
heirloom-comm
heirloom-cut
heirloom-diff3
heirloom-doctools
heirloom-ed
heirloom-fmt
heirloom-fold
heirloom-grep
heirloom-head
heirloom-join
heirloom-line
heirloom-nl
heirloom-paste
heirloom-pg
heirloom-pr
heirloom-sdiff
heirloom-sed
heirloom-tail
heirloom-tr
heirloom-ul
heirloom-uniq
heirloom-wc
helpdeco
hevea Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
hfstospell revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
hgrep textproc/hgrep: update to 0.3.3 2023-07-23 19:08:09 +00:00
highlight Reset PKGREVISION on libhighlight update. 2023-05-24 15:54:27 +00:00
highway
hre
hs-annotated-wl-pprint revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-ansi-wl-pprint revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-appar revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-attoparsec revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-attoparsec-iso8601 revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-blaze-html revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-blaze-markup revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-boxes revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-case-insensitive revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-cassava revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-cassava-megaparsec revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-cgrep revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-charset revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-cheapskate revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-citeproc revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-cmark-gfm revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-commonmark revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-commonmark-extensions revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-commonmark-pandoc revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-css-text revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-csv revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-Diff revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-doclayout revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-doctemplates revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-edit-distance revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-fuzzy revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-Glob revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-gridtables revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-haddock-library revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hscolour revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hslua-module-doclayout revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hslua-module-text revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-HsYAML revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-HsYAML-aeson revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-html revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hxt revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hxt-charproperties revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hxt-regex-xmlschema revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-hxt-unicode revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-jira-wiki-markup revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-libyaml revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-lucid revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-megaparsec revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-pandoc-types revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-parsers revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-polyparse revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-prettyprinter revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-prettyprinter-ansi-terminal revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-regex-applicative revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-regex-base revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-regex-compat-tdfa revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-regex-pcre revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-regex-posix revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-regex-tdfa revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-rfc5051 revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-rope-utf16-splay revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-shakespeare revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-skylighting revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-skylighting-core revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-skylighting-format-ansi revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-skylighting-format-blaze-html revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-skylighting-format-context revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-skylighting-format-latex revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-stringsearch revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-tagsoup revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-texmath revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-text-manipulate revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-text-rope revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-text-short revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-unicode-collation revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-unicode-data revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-unicode-show revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-unicode-transforms revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-wcwidth revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-xml revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-xml-conduit revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-xml-types revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-yaml revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
html
html2text *: Remove many GCC_REQD for particularly old GCCs 2023-07-17 22:00:22 +00:00
html2wml *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
htmlq htmlq: use cargo.mk's install 2023-05-17 21:44:11 +00:00
hugs-HaXml
hunspell hunspell: bump required GCC to 7, and use c++11. 2023-05-17 10:23:02 +00:00
hunspell-af_ZA
hunspell-ar
hunspell-bg_BG
hunspell-ca_ES
hunspell-cs_CZ
hunspell-cy_GB
hunspell-da_DK
hunspell-de Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
hunspell-el_GR
hunspell-en_CA
hunspell-en_GB
hunspell-en_NZ
hunspell-en_US
hunspell-en_ZA
hunspell-es_ES
hunspell-es_MX
hunspell-fo_FO
hunspell-fr_FR
hunspell-fy_NL
hunspell-ga_IE
hunspell-he_IL
hunspell-hr_HR
hunspell-hu_HU *: ahoka is Observer, remove him from MAINTAINER 2023-04-15 09:17:29 +00:00
hunspell-id_ID
hunspell-it_IT
hunspell-lt_LT
hunspell-lv_LV
hunspell-mg_MG
hunspell-ms_MY
hunspell-nl_NL
hunspell-ny_MW
hunspell-pl_PL
hunspell-ru_RU
hunspell-sk_SK
hunspell-sv_SE
hyperestraier hyperestraier: Use correct ARFLAGS on SunOS. 2022-05-06 06:55:59 +00:00
hyphen *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
icu *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
igor *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
iksemel revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
inih inih: add clang build fix from upstream 2023-08-24 11:35:15 +00:00
inlyne Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
intltool *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ipadic
isearch
iso-codes *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
iso8879
iso12083
ispell ispell: update to 3.4.05. 2022-03-14 13:53:27 +00:00
ispell-ca
ispell-de *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ispell-emacs Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
ispell-en_GB
ispell-es
ispell-fr
ispell-ga
ispell-gl
ispell-ku
ispell-lt *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ispell-pl
ispell-pt_BR
ispell-ro
ispell-ru
ispell-ru-io
ispell-sk
ispell-sv
itex2MML
itstool *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ja-grep
ja-groff *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
ja-sed
jansson jansson: update to version 2.14 2023-04-28 18:13:52 +00:00
java-mecab
java-native-hyperestraier
java-pure-hyperestraier
jdom
jing
jless *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
jo jo: install bash completion to what seems like the standard location. 2023-04-10 13:54:21 +00:00
jose Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
jrep
json-c json-c: update to 0.17. 2023-08-24 09:23:14 +00:00
json-glib *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
json-schema *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
json-yaml
json2tsv json2tsv: Update to 1.1 2023-06-16 08:08:47 +00:00
jsoncpp *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
kakasi
kapidox *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
kbanner kbanner: regen distinfo, set DIST_SUBDIR 2022-08-19 02:34:51 +00:00
kcodecs kcodecs: update to 5.108.0 2023-07-29 02:29:47 +00:00
kcompletion kcompletion: update to 5.108.0 2023-07-29 02:30:35 +00:00
kpimtextedit kpimtextedit: KDE Gear update to 23.04.3 2023-08-03 04:57:41 +00:00
ktextaddons ktextaddons: wip -> textproc 2023-08-19 23:53:14 +00:00
latex2html *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
LDoc
libclucene revbump for boost 2023-04-23 14:26:05 +00:00
libcroco revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libcsv
libcue
libcyaml libcyaml: update to 1.3.1. 2022-08-22 10:44:16 +00:00
libexttextcat
libfastjson *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libfyaml libfyaml: use proper distfile 2022-12-14 15:38:59 +00:00
libhighlight Update to 4.7. From the changelog: 2023-07-18 12:19:41 +00:00
libkolabxml revbump for boost 2023-04-23 14:26:05 +00:00
liblinebreak
liblrdf revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libnxml revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libodfgen textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:47:52 +00:00
libpinyin libpinyin: fix --version-script handling 2022-04-25 09:13:52 +00:00
libplist *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libstemmer libstemmer: Libtoolize. Should help the build on various platforms. 2023-07-13 06:21:47 +00:00
libunicode
libuninameslist libuninameslist: update to 20230523. 2023-05-28 17:13:15 +00:00
libunistring Borrow upstream gnulib commit 0814a293 to fix static_assert on 2023-06-11 00:59:27 +00:00
libxls
libxlsxwriter *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libxml
libxml++ revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libxml++5.0 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libxml2 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libxslt *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libyaml *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
link-grammar *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
lit2epub
log4cpp *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
lok textproc/lok: update to 0.2.3 2023-08-04 09:03:56 +00:00
lout archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
lowdown Update to 1.0.2. From the changelog: 2023-05-26 20:38:47 +00:00
lq-sp *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
lua-cjson
lua-cldr Add lua-cldr-0.3.0: 2023-04-06 12:05:32 +00:00
lua-cmark
lua-cosmo
lua-dkjson
lua-etlua
lua-expat lua-expat: requires expat 2.4 or newer 2023-04-19 08:22:24 +00:00
lua-fluent lua-fluent: fix COMMENT 2023-04-06 12:14:32 +00:00
lua-ftcsv
lua-inifile
lua-lustache
lua-lyaml lua-lyaml: Update to 6.2.8 2023-02-04 13:05:15 +00:00
lua-markdown
lua-rapidjson textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:47:52 +00:00
lua-slnunicode
lua-stringy
lua-utf8 lua-utf8: update to 0.1.5 2023-02-01 12:32:33 +00:00
lua-xapian
lucene++ revbump for boost 2023-04-23 14:26:05 +00:00
makeindexk makeindexk: update to 2.17 part of TeX Live 2023 2023-04-10 23:54:04 +00:00
makeztxt
man2html *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mandoc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
marisa *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
Markdown *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
markdown-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
md4c Add md4c version 0.4.8 to pkgsrc-current 2022-11-23 21:50:46 +00:00
mecab
mecab-base mecab-base: Use OPSYS_VERSION. 2022-05-24 13:03:25 +00:00
mecab-ipadic Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
mecab-jumandic Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
mecab-naistdic Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
mendexk mendexk: update to 3.6nb1 part of TeX Live 2023 2023-04-10 23:54:41 +00:00
metauml
migemo
migemo-elisp Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
miller Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
molybdenum textproc/molybdenum: update to 0.1.9 2022-09-17 15:51:50 +00:00
multimarkdown revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
mxml
mythes *: Packages including C++ hunspell headers must use C++11 or newer. 2023-08-02 19:36:51 +00:00
namazu *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nbsed
ndtpd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nlohmann-json nlohmann-json: Avoid ambiguous function call. 2023-02-01 17:34:55 +00:00
nltk_data-abc
nltk_data-alpino
nltk_data-averaged_perceptron_tagger
nltk_data-averaged_perceptron_tagger_ru
nltk_data-basque_grammars
nltk_data-bcp47 textproc/nltk_data-bcp47: import nltk_data-bcp47-20230502 2023-05-03 09:45:21 +00:00
nltk_data-biocreative_ppi
nltk_data-bllip_wsj_no_aux
nltk_data-book_grammars
nltk_data-brown
nltk_data-brown_tei
nltk_data-cess_cat
nltk_data-cess_esp
nltk_data-chat80
nltk_data-city_database
nltk_data-cmudict
nltk_data-comparative_sentences
nltk_data-comtrans
nltk_data-conll2000
nltk_data-conll2002
nltk_data-conll2007
nltk_data-crubadan
nltk_data-dependency_treebank
nltk_data-dolch
nltk_data-europarl_raw
nltk_data-extended_omw textproc/nltk_data-extended_omw: import nltk_data-extended_omw-20230502 2023-05-03 09:46:13 +00:00
nltk_data-floresta
nltk_data-framenet_v15
nltk_data-framenet_v17
nltk_data-gazetteers
nltk_data-genesis
nltk_data-gutenberg
nltk_data-ieer
nltk_data-inaugural nltk_data-inaugural: update to 20230502. 2023-05-03 09:33:42 +00:00
nltk_data-indian
nltk_data-jeita
nltk_data-kimmo
nltk_data-knbc
nltk_data-large_grammars
nltk_data-lin_thesaurus
nltk_data-mac_morpho
nltk_data-machado
nltk_data-masc_tagged
nltk_data-maxent_ne_chunker
nltk_data-maxent_treebank_pos_tagger
nltk_data-moses_sample
nltk_data-movie_reviews
nltk_data-mte_teip5
nltk_data-mwa_ppdb
nltk_data-names
nltk_data-nombank.1.0
nltk_data-nonbreaking_prefixes
nltk_data-nps_chat
nltk_data-omw
nltk_data-omw-1.4 textproc/nltk_data-omw-1.4: import nltk_data-omw-1.4-20230502 2023-05-03 09:49:27 +00:00
nltk_data-opinion_lexicon
nltk_data-panlex_swadesh
nltk_data-paradigms
nltk_data-pe08
nltk_data-perluniprops *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nltk_data-pil
nltk_data-pl196x *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
nltk_data-porter_test
nltk_data-ppattach
nltk_data-problem_reports
nltk_data-product_reviews_1
nltk_data-product_reviews_2
nltk_data-propbank
nltk_data-pros_cons
nltk_data-ptb
nltk_data-punkt nltk_data-punkt: update to 20230502. 2023-05-03 09:36:00 +00:00
nltk_data-qc
nltk_data-reuters
nltk_data-rslp
nltk_data-rte
nltk_data-sample_grammars
nltk_data-semcor
nltk_data-senseval
nltk_data-sentence_polarity
nltk_data-sentiwordnet
nltk_data-shakespeare
nltk_data-sinica_treebank nltk_data-sinica_treebank: update to 20230502. 2023-05-03 09:36:57 +00:00
nltk_data-smultron
nltk_data-snowball_data
nltk_data-spanish_grammars
nltk_data-state_union
nltk_data-stopwords nltk_data-stopwords: update to 20230502. 2023-05-03 09:38:28 +00:00
nltk_data-subjectivity
nltk_data-swadesh
nltk_data-switchboard
nltk_data-tagsets
nltk_data-timit
nltk_data-toolbox
nltk_data-treebank
nltk_data-twitter_samples
nltk_data-udhr
nltk_data-udhr2
nltk_data-unicode_samples
nltk_data-universal_tagset nltk_data-universal_tagset: update to 20230502. 2023-05-03 09:40:16 +00:00
nltk_data-universal_treebanks_v20
nltk_data-vader_lexicon
nltk_data-verbnet
nltk_data-verbnet3
nltk_data-webtext
nltk_data-wmt15_eval
nltk_data-word2vec_sample
nltk_data-wordnet
nltk_data-wordnet31 nltk_data-wordnet31: update to 20230502. 2023-05-03 09:41:02 +00:00
nltk_data-wordnet2021 textproc/nltk_data-wordnet2021: import nltk_data-wordnet2021-20230502 2023-05-03 09:47:16 +00:00
nltk_data-wordnet2022 textproc/nltk_data-wordnet2022: import nltk_data-wordnet2022-20230502 2023-05-03 09:48:08 +00:00
nltk_data-wordnet_ic
nltk_data-words
nltk_data-ycoe
nxml-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
o3read
ocaml-csv Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-easy-format Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
ocaml-expat Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
ocaml-jsonm Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
ocaml-markup Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-text Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
ocaml-textutils Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-textutils_kernel Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-tyxml Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-uchar Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
ocaml-uutf Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-xml-light Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
odt2tex odt2tex: Darwin linker does not support -O2. 2023-07-21 12:22:14 +00:00
oniguruma oniguruma: update to 6.9.8. 2022-05-04 06:39:51 +00:00
openjade *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
opensp Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
ots revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
p5-ack *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Alien-Hunspell *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Alien-Libxml2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Biblio-EndnoteStyle *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-cabocha *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-CAM-PDF *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Convert-ASCII-Armour *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Convert-ASN1 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Convert-BER *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Convert-PEM *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Convert-Translit *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Data-FormValidator *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Data-HexDump *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Dist-Zilla-Plugin-PodWeaver *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Encode-Detect *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Encode-EUCJPASCII *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Encode-HanExtra *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Encode-IMAPUTF7 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Encode-JIS2K *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Encode-Locale *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Feed-Find *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-File-ReadBackwards *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Filter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-FormValidator-Simple *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-highlight Reset PKGREVISION on libhighlight update. 2023-07-18 12:20:09 +00:00
p5-HTML-FormatText-WithLinks *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-HTML-FormatText-WithLinks-AndTables *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-iCal-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Kwalify *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-libxml *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Fathom *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-FindNumber *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Inflect *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Inflect-Number *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Inflect-Phrase *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Number-IsOrdinal *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Numbers-Ordinate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Sentence *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Syllable *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Tagger *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-EN-Words2Nums *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Identify *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Preferred *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-PT-Stemmer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Stem *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Stem-Fr *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Stem-It *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Stem-Ru *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Stem-Snowball *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Stem-Snowball-Da *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Lingua-Translit *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-List-Compare *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Locale-Maketext-Gettext *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-marisa *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-mecab *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-mobiperl *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-native-hyperestraier *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Dict *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-IDN-Encode *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Number-Bytes-Human *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Number-Format *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Number-Spell *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-ODF-lpOD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PDF *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PDF-API2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PDF-Create *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PDF-Reuse *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PDF-Reuse-Barcode *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PDF-Table *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Abstract *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Coverage *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Coverage-TrustPod *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Elemental *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Elemental-PerlMunger *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Eventual *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Markdown *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-POM *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Readme *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Spell *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Spell-CommonMistakes *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Strip *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Tests *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Tree *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Pod-Weaver *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POD2-Base *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-podlators *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PPI-HTML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PPIx-QuoteLike *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PPIx-Utils *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Publican *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Regexp-Common *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Regexp-Copy *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-sdf *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Search-Indexer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Search-Xapian *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SGMLS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Snowball-Norwegian *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Snowball-Swedish *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Approx *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-BufferStack *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-CamelCase *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Compare-ConstantTime *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-CRC32 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Errf *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Expand *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Flogger *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Formatter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Interpolate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Koremutake *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-RewritePrefix *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-ShellQuote *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Similarity *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-ToIdentifier-EN *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Trim *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-String-Truncate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Swim *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Syntax-Highlight-Engine-Kate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Syntax-SourceHighlight *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Declare *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Plugin-Autoformat *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Plugin-CSV *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Plugin-Latex *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Plugin-Number-Format *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Plugin-YAML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-Tiny *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Test-YAML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Affixes *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Aligner *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Aspell *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Autoformat *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Balanced *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-BibTeX *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Brew *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-CharWidth *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-ChaSen *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Context-EitherSide *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-CSV *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-CSV-Encoded *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-CSV-Hash *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-CSV-Simple *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-CSV_XS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-DelimMatch *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-DHCPLeases *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Diff *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Diff-HTML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Diff-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-DoubleMetaphone *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Emoticon *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Emoticon-MSN *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-FindIndent *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Format *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-German *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Glob *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Hunspell *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Kakasi *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-LevenshteinXS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Markdown *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Markdown-Discount *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Microformat *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-MicroTemplate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Morse *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-MultiMarkdown *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Ngram *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Nimble *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Patch *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-PDF *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Quoted *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-RecordParser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Reflow *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Reform *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-RewriteRules *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Roman *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Sass *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Shellwords *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-SimpleTable *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-SimpleTable-AutoWidth *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Soundex *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-SpellChecker *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Table *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-TabularDisplay *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Template *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Textile *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Trac *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Typography *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Unaccent *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Unidecode *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-vCard *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-vFile-asData *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-VisualWidth-PP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-WagnerFischer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-WikiCreole *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-WikiFormat *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-WordDiff *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-WrapI18N *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Wrapper *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-Xslate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Text-xSV *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Tie-Handle-Offset *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Unicode-CaseFold *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Unicode-LineBreak *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Win32-ShellQuote *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Xapian Update to 1.4.23. From the changelog: 2023-07-10 15:07:26 +00:00
p5-XML-Atom *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Atom-SimpleFeed *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Atom-Stream *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-AutoWriter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Bare *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Catalog *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Checker *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Clean *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Compile *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Compile-Cache *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Compile-SOAP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Compile-SOAP12 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Compile-Tester *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Descent *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-DOM *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Dumper *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Elemental *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Encoding *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Entities *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Feed *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-FeedPP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Filter-BufferText *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Filter-DetectWS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Filter-DOMFilter-LibXML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Filter-Reindent *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Filter-SAXT *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Generator *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Grove *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Handler-Trees *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Handler-YAWriter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-LibXML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-LibXML-Iterator *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-LibXML-Simple *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-LibXSLT *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-NamespaceSupport *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Node *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-NodeFilter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Parser-Lite *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Parser-Lite-Tree *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Rabbit *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-RAI *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-RegExp *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-RSS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-RSS-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-SAX *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-SAX-Base *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-SAX-Expat *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-SAX-ExpatXS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-SAX-Writer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-SemanticDiff *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Simple *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Stream *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Tidy *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Tiny *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-TokeParser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-TreeBuilder *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-TreePP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Twig *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-UM *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Writer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-Writer-String *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-XPath p5-XML-XPath: Fix interpreter in xpath. 2023-07-07 11:52:42 +00:00
p5-XML-XPathEngine *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-XQL *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-XSLT *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-XUpdate-LibXML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-YAML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-YAML-LibYAML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-YAML-PP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-YAML-Syck *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-YAML-Tiny *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
paperoni paperoni: rename the distfile to a distinguished name 2022-08-17 12:32:52 +00:00
par
pdfgrep *: recursive bump for poppler 23.05.0 shlib bump 2023-05-08 09:33:24 +00:00
pear-Console_Table
pear-File_Find
PEGTL
php-enchant
php-excel
php-intl textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:47:52 +00:00
php-json Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
php-mecab php-mecab: limit to old php versions 2022-08-29 14:27:30 +00:00
php-pspell
php-sphinx
php-wddx revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
php-xapian Update to 1.4.22. From the changelog: 2023-02-04 14:28:18 +00:00
php-xsl revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
php-yaml
po-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
po4a *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
pod2mdoc pod2mdoc: More than just NetBSD lacks ohash.h. 2023-07-11 06:12:45 +00:00
postgresql-autodoc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
prose textproc/prose: update to 0.4.0 2023-01-23 21:19:43 +00:00
psgml-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
pugixml *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
py-acora py-acora: fix build with python 3.11 2022-11-14 14:11:43 +00:00
py-alabaster py-alabaster: updated to 0.7.13 2023-01-13 08:54:29 +00:00
py-antlr4
py-anyascii py-anyascii: update to 0.3.2. 2023-07-05 20:13:20 +00:00
py-anyjson
py-astropy-sphinx-theme py-astropy-sphinx-theme: restrict to python3 2022-07-10 19:17:11 +00:00
py-babelfish
py-biplist *: use coverage from versioned_dependencies.mk 2022-08-24 09:25:55 +00:00
py-black py-black: updated to 23.7.0 2023-07-17 11:49:24 +00:00
py-bracex Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-breathe py-breathe: updated to 4.35.0 2023-03-09 10:31:10 +00:00
py-cabocha
py-cElementTree *: Use FORCE_C_STD=c99 for C packages that use for loop initial 2023-08-02 16:17:15 +00:00
py-cmarkgfm py-cmarkgfm: add version 2022.10.27 2023-06-04 03:02:28 +00:00
py-cmTemplate Reset MAINTAINER 2022-11-09 13:14:06 +00:00
py-cmudict py-cmudict: fix typo 2023-03-30 15:25:39 +00:00
py-color
py-colored py-colored: updated to 2.2.3 2023-08-06 07:30:24 +00:00
py-commonmark *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
py-creole py-creole: update to 1.4.10. 2022-11-14 18:21:46 +00:00
py-css-parser py-css-parser: update to 1.0.9. 2023-05-07 09:26:58 +00:00
py-cssselect py-cssselect: updated to 1.2.0 2023-01-11 11:48:35 +00:00
py-cssselect2 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-cssutils Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-deepdiff py-deepdiff: updated to 6.3.1 2023-07-17 11:54:43 +00:00
py-defusedxml
py-demjson3 py-demjson3: added version 3.0.6 2022-10-26 13:25:20 +00:00
py-dicttoxml py-dicttoxml: updated to 1.7.16 2023-01-24 13:01:54 +00:00
py-diff-match-patch *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
py-dill py-dill: updated to 0.3.7 2023-07-30 08:15:38 +00:00
py-docstring-to-markdown textproc/py-docstring-to-markdown: import py-docstring-to-markdown-0.12 2023-05-06 09:45:03 +00:00
py-docutils py-docutils: update to 0.20.1. 2023-05-21 17:45:36 +00:00
py-docx py-docx: restrict to python3 2022-07-12 07:17:34 +00:00
py-dominate py-dominate: updated to 2.7.0 2022-11-03 11:57:39 +00:00
py-ejson
py-elementpath py-elementpath: updated to 4.1.5 2023-07-31 16:27:07 +00:00
py-empy
py-enchant
py-epr-reader py-epr-reader: updated to 2.4.15 2023-05-30 04:22:05 +00:00
py-eradicate py-eradicate: Fix PLIST for python2 2022-06-22 13:56:37 +00:00
py-Excelerator
py-expat py-expat: switch to c11 for compilation 2022-11-01 18:25:36 +00:00
py-fastjsonschema py-fastjsonschema: updated to 2.18.0 2023-08-04 08:20:10 +00:00
py-feedparser Update to 6.0.10. From the changelog: 2022-05-22 17:32:07 +00:00
py-feedparser5
py-ftfy
py-generateDS
py-gnosis-utils
py-guessit py-guessit:updated to 3.7.1 2023-04-17 17:33:21 +00:00
py-HappyDoc
py-html-sanitizer py-html-sanitizer: updated to 1.9.3 2022-11-30 16:43:32 +00:00
py-html2text
py-html2text-2019.8.11
py-html5-parser py-html5-parser: updated to 0.4.11 2023-04-23 14:21:28 +00:00
py-html5lib Reset MAINTAINER 2022-11-09 13:14:06 +00:00
py-html5tagger py-html5tagger: added version 1.3.0 2023-08-11 12:40:16 +00:00
py-humanfriendly py-humanfriendly: make a proper python package 2023-08-01 20:39:22 +00:00
py-humanize py-humanize: update to 4.8.0. 2023-08-24 20:02:09 +00:00
py-ICU py-ICU: updated to 2.11 2023-04-25 07:44:52 +00:00
py-inflection
py-ini2toml py-ini2toml: updated to 0.12 2023-04-17 09:38:10 +00:00
py-iniparse
py-isc_dhcp_leases py-isc_dhcp_leases: update to 0.10.0 2023-06-21 22:20:22 +00:00
py-itemadapter py-itemadapter: updated to 0.8.0 2023-04-27 09:05:50 +00:00
py-itemloaders py-itemloaders: updated to 1.1.0 2023-04-27 09:07:55 +00:00
py-jade
py-jaraco.text *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
py-jellyfish
py-jinja2 py-jinja2: updated to 3.1.2 2022-04-28 18:13:35 +00:00
py-jmespath py-jmespath: updated to 1.0.1 2023-03-17 08:16:11 +00:00
py-jsbeautifier
py-json-logger py-json-logger: added version 2.0.7 2023-05-05 09:45:01 +00:00
py-jsonlib3
py-jsonpickle Remove dependencies for Python 3.7 2023-07-30 15:32:48 +00:00
py-jsonref
py-jsonrpc-server
py-jsonrpclib
py-jsonrpclib-pelix
py-jsonschema py-jsonschema: updated to 4.19.0 2023-08-25 21:35:08 +00:00
py-jsonschema-spec py-jsonschema-spec: updated to 0.1.4 2023-04-04 09:33:41 +00:00
py-jsonschema-specifications py-jsonschema-specifications: added version 2023.7.1 2023-08-25 21:32:35 +00:00
py-jupyterlab-pygments py-jupyterlab-pygments: updated to 0.2.2 2023-05-04 19:18:23 +00:00
py-JWT py-JWT: updated to 2.8.0 2023-07-19 08:35:33 +00:00
py-jxmlease
py-Levenshtein py-Levenshtein: updated to 0.21.1 2023-08-11 06:27:12 +00:00
py-libxml2 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-libxslt libxslt & py-libxslt: update to 1.1.38 2023-05-17 23:35:45 +00:00
py-loremipsum
py-lsp-jsonrpc *: fix usage of versioned_dependencies 2022-05-01 09:45:41 +00:00
py-lunr *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-lxml py-lxml: updated to 4.9.3 2023-07-05 12:33:02 +00:00
py-manuel
py-marisa
py-markdown py-markdown: updated to 3.4.4 2023-08-01 12:27:47 +00:00
py-markdown-it-py *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-markdown-math
py-markdown2 py-markdown2: updated to 2.4.10 2023-08-04 08:32:28 +00:00
py-markovify py-markovify: Update to 0.9.4 2022-04-12 18:27:35 +00:00
py-markuppy py-markuppy: added version 1.14 2022-11-29 10:30:55 +00:00
py-markups py-markups: added TOOL_DEPENDS 2023-08-07 12:11:32 +00:00
py-markupsafe py-markupsafe: update to 2.1.3. 2023-06-06 08:22:07 +00:00
py-mecab
py-mistune py-mistune: no need for pytest 2023-05-05 09:02:14 +00:00
py-mkdocs
py-mkdocs-bootstrap
py-mkdocs-bootswatch
py-natsort py-natsort: update to 8.4.0. 2023-06-28 08:43:18 +00:00
py-nltk *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-ntc_templates Add py-ntc_templates version 1.5.0. 2023-03-30 19:12:12 +00:00
py-numpydoc py-numpydoc: restrict to python 3 2022-07-10 18:58:06 +00:00
py-odfpy py-odfpy: not for python 2 2023-04-30 18:56:28 +00:00
py-openapi-core py-openapi-core: updated to 0.17.1 2023-05-15 20:33:32 +00:00
py-openapi-schema-validator py-openapi-schema-validator: updated to 0.4.4 2023-05-15 20:12:39 +00:00
py-openapi-spec-validator py-openapi-spec-validator: fix PKGNAME 2023-05-15 20:20:28 +00:00
py-openapi3 py-openapi3: updated to 1.6.6 2022-10-28 09:34:16 +00:00
py-openpyxl py-openpyxl: updated to 3.1.2 2023-03-17 08:22:07 +00:00
py-pallets-sphinx-themes py-pallets-sphinx-themes: updated to 2.1.1 2023-08-11 05:55:42 +00:00
py-pandocfilters
py-parse py-parse: updated to 1.19.1 2023-07-18 08:22:04 +00:00
py-parse_type py-parse_type: updated to 0.6.2 2023-07-07 13:47:11 +00:00
py-parsimonious py-parsimonious: updated to 0.10.0 2022-09-12 10:57:05 +00:00
py-patiencediff
py-pdf py-pdf: update to 3.15.1. 2023-08-24 20:05:25 +00:00
py-pdf-parser
py-pdfrw
py-peg2
py-phonenumbers py-phonenumbers: updated to 8.13.18 2023-08-06 19:14:24 +00:00
py-poyo
py-precis-i18n py-precis-i18n: updated to 1.0.5 2023-01-20 12:39:34 +00:00
py-prettytable py-prettytable: updated to 3.7.0 2023-04-26 09:59:27 +00:00
py-pyaml py-pyaml: updated to 23.7.0 2023-08-04 05:18:06 +00:00
py-pybtex py-pybtex: not for Python 2.7 2023-04-17 19:43:34 +00:00
py-pybtex-docutils py-pybtex-docutils: updated to 1.0.3 2023-08-22 20:40:21 +00:00
py-pygccxml py-pygccxml: remove NO_BUILD 2023-07-02 12:39:23 +00:00
py-pygments py-pygments: updated to 2.16.1 2023-08-06 20:23:35 +00:00
py-pylev
py-pyphen py-pyphen: updated to 0.14.0 2023-03-20 13:18:43 +00:00
py-pyquery py-pyquery: updated to 2.0.0 2023-03-08 12:10:51 +00:00
py-pysrt py-pysrt: not for Python 2 2023-05-02 17:20:19 +00:00
py-pytoml
py-pyyaml_env_tag
py-ramlfications *: mark dependencies of py-test-localserver as not-for-python-2.x 2022-04-29 23:17:52 +00:00
py-rapidfuzz py-rapidfuzz: updated to 3.2.0 2023-08-10 12:00:55 +00:00
py-rapidjson py-rapidjson: updated o 1.10 2023-03-17 08:24:53 +00:00
py-rdflib py-rdflib: updated to 6.3.2 2023-04-20 05:49:00 +00:00
py-readme_renderer py-readme_renderer: update to 41.0. 2023-08-24 20:15:11 +00:00
py-rebulk py-rebulk:updated to 3.2.0 2023-04-17 17:29:07 +00:00
py-referencing py-referencing: updated to 0.30.2 2023-08-06 07:14:57 +00:00
py-regex py-regex: updated to 2023.8.8 2023-08-08 21:41:01 +00:00
py-relatorio py-relatorio: updated to 0.10.1 2022-05-27 09:47:29 +00:00
py-rst2pdf Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-sentencepiece py-sentencepiece: not for python 2 2023-04-25 14:55:28 +00:00
py-sgmllib3k
py-smartypants py-smartypants: add comment why this uses github as master site 2023-05-03 20:16:41 +00:00
py-snowballstemmer
py-sphinx py-sphinx: updated to 7.1.2 2023-08-02 07:16:15 +00:00
py-sphinx-astropy
py-sphinx-autoapi py-sphinx-autoapi: updated to 2.1.1 2023-06-18 12:37:21 +00:00
py-sphinx-autodoc-typehints *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-sphinx-automodapi Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-sphinx-basic-ng Add py-sphinx-basic-ng, a modern skeleton for Sphinx themes. 2023-07-23 11:28:34 +00:00
py-sphinx-copybutton py-sphinx-copybutton: updated to 0.5.2 2023-05-05 08:02:19 +00:00
py-sphinx-gallery
py-sphinx-inline-tabs *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-sphinx-issues py-sphinx-issues: restrict to python3 2022-07-10 19:04:24 +00:00
py-sphinx-rtd-theme py-sphinx-rtd-theme: update to 1.2.2. 2023-07-01 11:38:11 +00:00
py-sphinx-theme-cloud py-sphinx-theme-cloud: restrict to python3 2022-07-10 19:04:50 +00:00
py-sphinxcontrib-applehelp py-sphinxcontrib-applehelp: fix TOOL_DEPENDS 2023-04-24 20:56:13 +00:00
py-sphinxcontrib-bibtex
py-sphinxcontrib-devhelp
py-sphinxcontrib-htmlhelp py-sphinxcontrib-htmlhelp: updated to 2.0.1 2023-02-01 12:20:21 +00:00
py-sphinxcontrib-jquery py-sphinxcontrib-jquery: use correct DEPENDS 2023-05-05 06:02:00 +00:00
py-sphinxcontrib-jsmath
py-sphinxcontrib-log-cabinet py-sphinxcontrib-log-cabinet: restrict to python3 2022-07-11 07:22:04 +00:00
py-sphinxcontrib-newsfeed py-sphinxcontrib-newsfeed: restrict to python3 2022-07-10 19:05:02 +00:00
py-sphinxcontrib-qthelp
py-sphinxcontrib-serializinghtml
py-sphinxcontrib-websupport
py-sphobjinv py-sphobjinv: update to 2.3.1. 2023-05-06 09:09:11 +00:00
py-tablib *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-tabulate Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-Tempita
py-text-unidecode
py-textfsm py-textfsm: add missing DEPENDS and TEST_DEPENDS, fix test target 2023-04-13 12:22:41 +00:00
py-textile Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-tinycss2 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-toml
py-tomli Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-tomli_w Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-tomlkit py-tomlkit: updated to 0.12.1 2023-07-30 08:00:34 +00:00
py-types-yaml py-types-yaml: updated to 6.0.12.11 2023-07-27 08:35:08 +00:00
py-typogrify *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
py-ujson py-ujson: updated to 5.8.0 2023-06-12 10:09:34 +00:00
py-Unidecode py-Unidecode: updated to 1.3.6 2022-10-31 21:58:01 +00:00
py-uritemplate
py-validate-pyproject py-validate-pyproject: updated to 0.14 2023-08-22 07:09:19 +00:00
py-validators py-validators: updated to 0.21.2 2023-08-11 13:05:19 +00:00
py-vobject
py-wcmatch Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-webencodings
py-Whoosh
py-X
py-X2
py-xapian Update to 1.4.23. From the changelog: 2023-07-10 15:07:26 +00:00
py-xlrd
py-xlsxwriter py-xlsxwriter: updated to 3.1.2 2023-05-29 09:07:24 +00:00
py-xlwt
py-xml
py-xml2rfc py-xml2rfc: updated to 3.17.4 2023-06-27 13:07:33 +00:00
py-xmldiff py-xmldiff: updated to 2.6.3 2023-07-10 20:50:06 +00:00
py-xmlschema py-xmlschema: updated to 2.4.0 2023-07-31 16:28:35 +00:00
py-xmltodict py-xmltodict: updated to 0.13.0 2022-05-09 08:13:02 +00:00
py-yamcha
py-yaml py-yaml: updated to 6.0.1 2023-07-18 04:34:33 +00:00
py-yamllint py-yamllint: updated to 1.32.0 2023-05-23 07:54:58 +00:00
py-yamlordereddictloader py-yamlordereddictloader: mark as not for python 2 2023-04-13 13:52:40 +00:00
py27-cssselect2 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
py27-pyphen *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
py27-tinycss2 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
qore-json-module Revbump after lang/qore update 2023-08-21 19:31:20 +00:00
qore-xml-module Revbump after lang/qore update 2023-08-21 19:31:20 +00:00
qore-yaml-module Revbump after lang/qore update 2023-08-21 19:31:20 +00:00
qprint
qsubst
queequeg *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
R-brew (textproc/R-brew) Updated 1.0.6 to 1.0.7, NEWS.md unknown 2022-04-29 15:20:06 +00:00
R-cellranger
R-clisymbols
R-commonmark (textproc/R-commonmark) Updated 1.7 to 1.9.0 2023-06-03 14:04:18 +00:00
R-crosstalk (textproc/R-crosstalk) 1.1.1 to 1.2.0 2023-06-13 13:15:58 +00:00
R-data.table
R-DT (textproc/R-DT) Updated 0.19 to 0.28 2023-07-06 14:17:17 +00:00
R-dtplyr (textproc/R-dtplyr) import R-dtplyr-1.2.1 2022-04-23 05:09:51 +00:00
R-fontawesome textproc/R-fontawesome: import R-fontawesome-0.2.2 2022-04-30 01:38:19 +00:00
R-formatR (textproc/R-foramtR) Updated 1.11 to 1.14 2023-06-03 13:51:56 +00:00
R-gsubfn
R-haven (textproc/R-haven) Updated 2.4.3 to 2.5.2 2023-06-17 13:29:43 +00:00
R-highr (textproc/R-highr) Updated 0.9 to 0.10, NEWS.md unknown 2023-06-03 13:58:21 +00:00
R-htmlTable
R-htmltools (textproc/R-htmltools) Updated 0.5.2 to 0.5 4 2023-03-12 05:40:48 +00:00
R-hunspell (textproc/R-hunspell) Updated 3.0.1 to 3.0.2 2023-06-11 10:43:31 +00:00
R-jsonlite (textproc/R-jsonlite) Updated 1.8.5 to 1.8.7 2023-08-14 21:39:10 +00:00
R-markdown (textproc/R-markdown) Updated 1.5 to 1.7 2023-06-03 14:10:00 +00:00
R-openxlsx
R-rbibutils (textproc/R-rbibutils) import R-rbibutils-2.2.11 2022-12-18 06:09:59 +00:00
R-Rdpack (textproc/R-Rdpack) import R-Rdpack-2.4 2022-12-18 06:13:31 +00:00
R-readr (textproc/R-readr) Updated 2.1.2 to 2.1.4 2023-06-17 14:14:38 +00:00
R-readstata13
R-readxl
R-reprex (textproc/R-reprex) import R-reprex-2.0.1 2022-04-23 05:35:10 +00:00
R-rjson (textproc/R-rjson) Updated 0.2.20 to 0.2.21 NEWS.md unknown 2023-06-10 12:28:29 +00:00
R-rmarkdown (textproc/R-rmarkdown) Updated 2.10 to 2.19 2022-12-18 04:44:47 +00:00
R-selectr
R-spelling (textproc/R-spelling) Updated 2.2.0 to 2.2.1 2023-06-11 10:45:44 +00:00
R-stringi (textproc/R-stringi) Updated 1.7.6 to 1.7.12 2023-06-03 12:45:56 +00:00
R-stringr (textproc/R-stringr) Updated 1.4.0 to 1.5.0 2023-03-12 08:54:41 +00:00
R-utf8
R-vroom (textproc/R-vroom) Updated 1.5.7 to 1.6.3 2023-06-17 14:00:31 +00:00
R-xml2 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
R-xmlparsedata
R-yaml (textproc/R-yaml) Updated 2.2.1 to 2.3.7 2023-06-03 14:16:09 +00:00
rapidjson rapidjson: fix unintentional logic inversion for doxygen 2023-03-06 09:11:10 +00:00
raptor2 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
rarian revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
rasqal revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
redland revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
regexx
regxml
rfcutil *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ripgrep ripgrep: use cargo.mk's install 2023-05-17 21:46:46 +00:00
rman
robodoc robodoc: manh is not a valid man section. HTML manual goes in share/doc/robodoc. 2022-04-25 10:35:06 +00:00
rtf-tools
rtfm
rubber *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ruby-actionpack-xml_parser ruby-actionpack-xml_parser: make this package for Rails 6.1 2022-09-05 15:44:37 +00:00
ruby-actionpack52-xml_parser textproc/ruby-actionpack52-xml_parser: add package version 2.0.1 2022-09-05 15:37:39 +00:00
ruby-actiontext60 www/ruby-rails60: update to 6.0.6.1 2023-01-19 14:27:24 +00:00
ruby-actiontext61 www/rails61: update to 6.1.7.4 2023-06-27 13:35:17 +00:00
ruby-actiontext70 www/rails70: update to 7.0.7 2023-08-11 14:14:43 +00:00
ruby-albino
ruby-amrita
ruby-asciidoctor textproc/ruby-asciidoctor: update to 2.0.20 2023-05-21 03:18:24 +00:00
ruby-bluecloth Update PLIST caused by update of ruby-manpages. 2022-12-31 16:21:51 +00:00
ruby-builder
ruby-cabocha
ruby-classifier-reborn textproc/ruby-classifier-reborn: fix condition for Ruby's version 2023-01-19 15:51:07 +00:00
ruby-coderay
ruby-commonmarker textproc/ruby-commonmarker: update to 0.23.10 2023-08-05 12:14:54 +00:00
ruby-csv textproc/ruby-csv: drop support for ruby27 2023-05-30 15:34:58 +00:00
ruby-deckar01-task_list textproc/ruby-deckar01-task_list: add package version 2.3.2 2022-08-29 12:49:52 +00:00
ruby-diff-lcs textproc/ruby-diff-lcs: update to 1.5.0 2022-04-29 06:41:31 +00:00
ruby-differ textproc/ruby-differ: add version 0.1.2 2023-04-30 13:36:20 +00:00
ruby-erubi textproc/ruby-erubi: update to 1.12.0 2023-01-03 15:09:58 +00:00
ruby-escape
ruby-fast-stemmer
ruby-fastercsv
ruby-feed-normalizer
ruby-ferret textproc/ruby-ferret: fix build problem on NetBSD 2022-12-08 14:37:54 +00:00
ruby-fuzzyurl
ruby-gyoku textproc/ruby-gyoku: update to 1.4.0 2022-08-29 13:08:54 +00:00
ruby-haml textproc/ruby-haml: update to 6.1.2 2023-08-13 15:04:11 +00:00
ruby-hikidoc
ruby-hpricot
ruby-html-parser
ruby-html-pipeline textproc/ruby-html-pipeline: update to 2.14.3 2022-12-04 15:58:33 +00:00
ruby-htmlentities
ruby-htree
ruby-inifile
ruby-itex2MML Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
ruby-jmespath textproc/ruby-jmespath: add ALTERNATIVES 2022-12-04 16:00:36 +00:00
ruby-kramdown Update PLIST caused by update of ruby-manpages. 2022-12-31 16:21:51 +00:00
ruby-kramdown-parser-gfm
ruby-kramdown-rfc2629 textproc/ruby-kramdown-rfc2629: update to 1.6.39 2023-07-23 13:51:11 +00:00
ruby-levenshtein
ruby-libxml textproc/ruby-libxml: update to 4.1.1 2023-05-03 16:27:34 +00:00
ruby-mab
ruby-marisa
ruby-markaby
ruby-maruku
ruby-mecab
ruby-multi_json
ruby-native-hyperestraier
ruby-nokogiri ruby-nokogiri: strip --no-as-needed on macOS to fix build. 2023-08-21 18:38:16 +00:00
ruby-nokogumbo revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
ruby-nori
ruby-nqxml
ruby-plist textproc/ruby-plist: update to 3.7.0 2023-02-23 15:36:05 +00:00
ruby-pure-hyperestraier
ruby-rails-dom-testing textproc/ruby-rails-dom-testing: update to 2.2.0 2023-08-05 12:19:03 +00:00
ruby-rchardet textproc/rchardet: add package version 1.8.0 2023-01-09 05:24:49 +00:00
ruby-rdiscount textproc/ruby-rdiscount: update to 2.2.7.1 2023-06-17 15:27:05 +00:00
ruby-rdtool Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
ruby-redcarpet
ruby-redcloth
ruby-review textproc/ruby-review: update to 5.8.0 2023-07-09 02:52:41 +00:00
ruby-rison
ruby-rqrcode textproc/ruby-rqrcode: update to 2.2.0 2023-05-21 03:21:58 +00:00
ruby-rqrcode_core
ruby-rttool
ruby-safe_yaml
ruby-sanitize textproc/ruby-sanitize: update to 6.0.2 2023-07-09 02:56:28 +00:00
ruby-sary
ruby-simple-rss
ruby-simplecov_json_formatter textproc/ruby-simplecov_json_formatter: update to 0.1.4 2022-08-30 15:39:54 +00:00
ruby-stringex textproc/ruby-stringex: update to 2.8.6 2023-04-30 13:46:18 +00:00
ruby-stringex1
ruby-strings
ruby-strings-ansi
ruby-syntax
ruby-temple textproc/ruby-temple: update to 0.10.2 2023-06-09 14:59:24 +00:00
ruby-terminal-table textproc/ruby-terminal-table: update to 3.0.2 2022-12-04 16:32:33 +00:00
ruby-text
ruby-textpow
ruby-tilt textproc/ruby-tilt: update to 2.2.0 2023-06-09 15:06:30 +00:00
ruby-toml
ruby-treetop textproc/ruby-treetop: update to 1.6.12 2022-12-04 16:10:18 +00:00
ruby-ultraviolet
ruby-unicode-blocks textproc/ruby-unicode-block: add package version 1.8.0 2023-03-05 14:46:32 +00:00
ruby-unicode-display_width textproc/ruby-unicode-display_width: update to 2.4.2 2023-01-15 15:51:24 +00:00
ruby-unicode-name textproc/ruby-unicode-name: add package version 1.11.0 2023-03-05 14:49:28 +00:00
ruby-unicode-scripts textproc/ruby-unicode-scripts: add package version 1.8.0 2023-03-05 14:51:31 +00:00
ruby-unicode_utils
ruby-will-paginate textproc/ruby-will-paginate: update to 4.0.0 2023-06-09 15:09:54 +00:00
ruby-xapian Remove conditional-logic remnants for older Ruby versions no longer in pkgsrc. 2022-09-24 19:07:20 +00:00
ruby-xhtmldiff
ruby-xmlparser
ruby-xpath
ruby-xslt revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
ruby-yajl textproc/ruby-yajl: update to 1.4.3 2022-08-30 15:51:38 +00:00
ruby-yamcha
ruby-yard textproc/ruby-yard: update to 0.9.34 2023-04-30 13:51:00 +00:00
sablotron *: Mark packages that were originally identified as requiring 2023-08-02 19:30:56 +00:00
sary
saxon
scdoc *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
scew
scrollkeeper-dtd
sd
sdop
sentencepiece textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:47:52 +00:00
serd *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
sgrep
shared-desktop-ontologies shared-desktop-ontologies: https for HOMEPAGE 2022-09-29 05:47:18 +00:00
sift Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
sonnet sonnet: update to 5.108.0 2023-07-29 02:31:35 +00:00
soprano *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
sord *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
source-highlight revbump for boost 2023-04-23 14:26:05 +00:00
sphinxsearch *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
split-thai Update to 2.27 2023-07-24 01:55:52 +00:00
stardic stardic: Add missing include required for FILE. 2023-07-11 06:04:18 +00:00
stava
sub2srt *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sublib revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
subliminal *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
subtitleripper *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
swath swath: Requires libiconv. 2022-12-15 10:38:32 +00:00
syntax-highlighting syntax-highlighting: update to 5.108.0 2023-07-29 02:33:15 +00:00
tcl-dom
tcl-expat
tcl-tDOM
tcl-xapian
tcl-xml
tei
tei-p5-schema
tei-xsl
tex-csvsimple tex-csvsimple{,-doc}: update to 2.4.0 2023-06-11 05:40:42 +00:00
tex-csvsimple-doc tex-csvsimple{,-doc}: update to 2.4.0 2023-06-11 05:40:42 +00:00
tex-latexdiff tex-latexdiff{,-doc}: update to 1.3.3 2023-04-01 11:44:56 +00:00
tex-latexdiff-doc tex-latexdiff{,-doc}: update to 1.3.3 2023-04-01 11:44:56 +00:00
tex-lwarp tex-lwarp{,-doc}: update to 0.911 2023-04-09 12:43:41 +00:00
tex-lwarp-doc tex-lwarp{,-doc}: update to 0.911 2023-04-09 12:43:41 +00:00
tex-makeindex
tex-makeindex-doc
tex-xindy tex-xindy{,-doc}: update to 2.5.1.65958 2023-04-09 06:39:29 +00:00
tex-xindy-doc tex-xindy{,-doc}: update to 2.5.1.65958 2023-04-09 06:39:29 +00:00
tex-xmltex tex-xmltex: fix HOMEPAGE 2022-09-29 06:16:00 +00:00
tex-xmltex-doc
tex-xmltexconfig
texi2html *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
texi2mdoc
texi2roff
the_silver_searcher the_silver_searcher: Handle cpuset_t quirk with DragonFly 2022-05-24 06:08:35 +00:00
tinyxml
tinyxml2 tinyxml2: bump depends for so -> a change 2023-04-27 08:19:58 +00:00
tokyodystopia
trang
translate-shell revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
translate-toolkit *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
tree-sitter treesitter: update to version 0.20.8 2023-04-25 23:29:49 +00:00
tree-sitter-bash tree-sitter-bash: update to 0.20.0. 2023-08-24 06:14:18 +00:00
tree-sitter-c tree-sitter-c: update to 0.20.5. 2023-08-24 06:15:01 +00:00
tree-sitter-c-sharp textproc/tree-sitter-c-sharp: import tree-sitter-c-sharp-0.20.0 2023-06-03 06:48:23 +00:00
tree-sitter-cli tree-sitter-cli: update to 0.20.8. 2023-04-27 08:26:38 +00:00
tree-sitter-cmake tree-sitter-cmake: update to 0.4.1. 2023-08-24 06:16:29 +00:00
tree-sitter-cpp tree-sitter-cpp: update to 0.20.3. 2023-08-24 06:18:53 +00:00
tree-sitter-css textproc/tree-sitter-css: import tree-sitter-css-0.19.0 2023-06-03 06:26:16 +00:00
tree-sitter-dockerfile treesitter: use libtool for generating grammars 2023-01-20 11:14:58 +00:00
tree-sitter-elisp textproc/tree-sitter-elisp: import tree-sitter-elisp-1.3.0 2023-06-04 04:52:24 +00:00
tree-sitter-elixir tree-sitter-elixir: update to 0.1.0. 2023-03-14 10:11:15 +00:00
tree-sitter-go tree-sitter-go: update to 0.20.0. 2023-08-24 06:20:26 +00:00
tree-sitter-go-mod textproc/tree-sitter-go-mod: import tree-sitter-go-mod-1.0.0 2023-06-04 19:35:31 +00:00
tree-sitter-heex textproc/tree-sitter-heex: import tree-sitter-heex-0.6.0 2023-03-13 09:25:43 +00:00
tree-sitter-html tree-sitter-html: add patch to distinfo so it'll get used 2023-05-11 08:53:15 +00:00
tree-sitter-java treesitter: use libtool for generating grammars 2023-01-20 11:14:58 +00:00
tree-sitter-javascript textproc/tree-sitter-javascript: import tree-sitter-javascript-0.20.0 2023-06-03 06:33:55 +00:00
tree-sitter-json treesitter: use libtool for generating grammars 2023-01-20 11:14:58 +00:00
tree-sitter-markdown textproc/tree-sitter-markdown: import tree-sitter-markdown-0.7.1 2023-06-03 06:42:22 +00:00
tree-sitter-python tree-sitter-python: update to 0.20.4. 2023-08-24 06:23:01 +00:00
tree-sitter-ruby treesitter: use libtool for generating grammars 2023-01-20 11:14:58 +00:00
tree-sitter-rust tree-sitter-rust: update to 0.20.4. 2023-08-24 06:24:37 +00:00
tree-sitter-toml treesitter: use libtool for generating grammars 2023-01-20 11:14:58 +00:00
tree-sitter-tsx textproc/tree-sitter-tsx: import tree-sitter-tsx-0.20.2 2023-06-03 06:37:46 +00:00
tree-sitter-typescript tree-sitter-typescript: update to 0.20.2. 2023-04-27 12:17:33 +00:00
tree-sitter-yaml treesitter: use libtool for generating grammars 2023-01-20 11:14:58 +00:00
troffcvt *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
tuc textproc/tuc: update to 1.0.0 2023-02-28 22:38:42 +00:00
typst textproc/typst: update to 0.7.0 2023-08-17 02:49:19 +00:00
uchardet textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:47:52 +00:00
ugrep ugrep: updated to 4.0.2 2023-08-23 05:27:28 +00:00
unac *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
uncrustify *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
uni2ascii
unicode-character-database unicode-character-database: update to 15.0.0. 2023-02-22 16:22:09 +00:00
unicode-emoji unicode-emoji: update to 15.0. 2023-02-22 16:22:53 +00:00
unroff
untex
upmendex revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
uriparser *: Convert some remaining usage of GCC_REQD. 2023-07-20 09:46:33 +00:00
urlview
utf8-cpp utf8-cpp: updated to 3.2.4 2023-08-13 10:31:49 +00:00
verify-synopsis
vis
wbxml2
wdiff
word2vec
WordNet *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
writer2latex
xalan-j
xapian Update to 1.4.23. From the changelog: 2023-07-10 15:07:26 +00:00
xapian-omega Update to 1.4.23. From the changelog: 2023-07-10 15:08:30 +00:00
xerces-c xerces-c: update to 3.2.4. 2022-10-24 14:18:21 +00:00
xerces-j
xfce4-dict xfce4-dict: update to 0.8.5 2023-04-23 17:57:47 +00:00
xfpt
xhtml
xindy xindy: update to 2.5.1nb10 part of TeX Live 2023 2023-04-10 23:55:45 +00:00
xml-coreutils
xml2
xml2doc revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
xmlcatmgr textproc/xmlcatmgr: Tidy up a little bit. 2023-07-08 11:42:46 +00:00
xmlindent *: Remove many GCC_REQD for particularly old GCCs 2023-07-17 22:00:22 +00:00
xmlrpc-c revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
xmlstarlet revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
xmlto revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
xmltoman *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
xmltooling revbump for boost 2023-04-23 14:26:05 +00:00
xp
xqilla
xslide Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
xsv
xt
xt-rs textproc/xt-rs: import package 2023-08-03 18:40:39 +00:00
xxdiff *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
xxdiff-scripts *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
yamcha *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
yaml-cpp yaml-cpp: fix PLIST 2023-08-24 12:54:37 +00:00
ydiff *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
yelp-tools *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
yelp-xsl *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
yodl *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
yq *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
zet textproc/zet: update to 1.0.0 2023-04-19 20:45:40 +00:00
zoem
Makefile py-jsonschema-specifications: added version 2023.7.1 2023-08-25 21:32:35 +00:00