6564 Commits

Author SHA1 Message Date
benoit
48ddd00340 Update to p5-PPI-1.271 from wen heping. 2022-01-28 08:38:39 +00:00
benoit
ce703e06d7 Update to p5-PPIx-QuoteLike-0.019 from wen heping. 2022-01-28 08:28:14 +00:00
benoit
2e4cdf64c4 Update to p5-PPIx-Regexp-0.082 from wen heping. 2022-01-28 08:18:21 +00:00
kmos
bd85d18172 Remove obsolete uses of the TESTLIBDIR construct in favor of
MODPY_TEST_LIBDIR from the lang/python module

Fix tests for geo/py-fiona while here
2022-01-26 22:58:21 +00:00
kmos
21449db0a7 Update py-emoji to 1.6.3 2022-01-26 15:17:37 +00:00
ajacoutot
d68341c9d1 Update to libical-3.0.13. 2022-01-19 10:33:36 +00:00
ajacoutot
1abfa4ca03 Update to foliate-2.6.4. 2022-01-14 07:37:13 +00:00
bket
76145d66ea Drop maintainership 2022-01-13 19:05:04 +00:00
ajacoutot
ffbe836859 Bump after meson update to 0.61.0.
Symlinks have changed in the PLIST.
2022-01-13 08:07:51 +00:00
ajacoutot
39bbd4cf57 Fix for meson >= 0.61.0 2022-01-13 08:06:39 +00:00
jca
85813a8274 Simplify COMPILER setup to unbreak mupdf on sparc64 and other non-clang archs
mupdf now builds C++ code and requires a compiler that
supports -std=c++17, so zap COMPILER_LANGS=c.

Also zap MODGCC4_ARCHS=armv7, which doesn't do what you think it does in
this context (base-clang would still be picked up on armv7).  mupdf on
armv7 should be tested again before adding another workaround.

ok kmos@ sthen@ (maintainer)
2022-01-11 12:50:30 +00:00
ajacoutot
8fd532d95c Update to meld-3.21.1. 2022-01-07 08:46:09 +00:00
sthen
21c57e0650 update to py3-pygments-2.11.2 2022-01-07 08:28:16 +00:00
jeremy
dbe49dcb07 Build ruby31 versions of gem ext ports by default 2022-01-06 19:06:17 +00:00
sthen
08e5773995 update to jo-1.6 2022-01-06 13:29:02 +00:00
sthen
701a927918 update to py3-MarkupSafe-2.0.1 2022-01-03 11:05:10 +00:00
sthen
31496f0ec9 update to py3-pygments-2.11.1 2022-01-01 12:32:37 +00:00
sthen
2a6c24ead4 update to py3-pygments-2.11.0 2021-12-31 09:57:05 +00:00
afresh1
5e73a38b10 Update my name to match
Riding the version bump from a moment ago
2021-12-24 04:05:09 +00:00
afresh1
3204b2a614 Update Text-CSV to 2.01 2021-12-24 04:01:33 +00:00
afresh1
2f92f36b4b Update Text-CSV_XS to 1.47 2021-12-24 04:00:36 +00:00
sthen
61d48730d2 update to pdftk-3.3.2 2021-12-23 09:08:17 +00:00
paco
238963a152 forgot to add the new crates.inc file for textproc/tree-sitter 2021-12-21 08:42:42 +00:00
paco
e03bb9407f update textproc/tree-sitter to version 0.20.1
with tweaks and ok tb@
2021-12-21 08:41:25 +00:00
fcambus
1c6f19836d Update ruby-rouge to 3.27.0. 2021-12-19 17:42:24 +00:00
sthen
db786474ef build pecl extensions for php 8.1 where possible 2021-12-19 00:40:42 +00:00
fcambus
8229903323 Update delta to 0.11.3. 2021-12-18 12:56:28 +00:00
sthen
f59339bca1 update to solr-8.11.1 2021-12-16 12:40:23 +00:00
sthen
43af7df944 ugh, and another bit 2021-12-15 12:19:32 +00:00
sthen
3353d14aa1 oops, extra bit crept in from a previous attempt at replacing the log4j version 2021-12-15 12:18:23 +00:00
sthen
2725beac05 patch solr to set -Dlog4j2.formatMsgNoLookups=true (log4j vulnerability) 2021-12-15 12:17:11 +00:00
ajacoutot
7807073631 +libunibreak 2021-12-12 10:45:22 +00:00
ajacoutot
69c1191512 Import libunibreak-5.0
libunibreak is an implementation of the line breaking and word breaking
algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29.

ok robert@
2021-12-12 10:44:57 +00:00
sthen
1bbd1b6707 update to py3-iso8601-1.0.2 2021-12-11 10:22:00 +00:00
sthen
158dd55a6f update to py3-css-parser-1.0.7 2021-12-11 10:20:26 +00:00
ajacoutot
5c993a36b1 Missing BDEP on devel/py-setuptools_scm. 2021-12-10 08:02:18 +00:00
daniel
efd5a97f0a update ocaml to 4.12.1
The ocaml update requires ocaml-camlp4 to be updated in sync and all
dependant ports need a bump.

ok avsm@ (MAINTAINER)
2021-12-10 04:10:59 +00:00
ajacoutot
f91397818b Update to libical-3.0.12. 2021-12-09 09:40:49 +00:00
sthen
15c5ff3c17 update to p5-PDF-API2-2.043 2021-12-09 08:33:26 +00:00
sthen
8b9044f53b +py-iniconfig 2021-12-08 15:45:23 +00:00
sthen
90636236f6 import ports/textproc/py-iniconfig, ok espie@
iniconfig is a small and simple INI-file parser module having a unique
set of features:

- maintains order of sections and entries
- supports multi-line values with or without line-continuations
- supports "#" comments everywhere
- raises errors with proper line-numbers
- no bells and whistles like automatic substitutions
- iniconfig raises an Error if two sections have the same name
2021-12-08 15:44:57 +00:00
ajacoutot
dce16b235a Update to enchant2-2.3.2. 2021-12-04 08:50:51 +00:00
kn
e3d65d33c6 Update to yq 2.13.0
- Armor against entity expansion attacks
- Improve YAML loading performance by using CSafeLoader where available
- Require PyYAML 5.3.1 or newer
- Test and release infrastructure improvements
2021-12-03 11:00:12 +00:00
daniel
68420eccff update ocaml to to 4.11.2 and bump all dependant ports
As usual camlp4 and camlp4 need to be updated in sync with ocaml. All
ocaml ports were successfully builds- tested on amd64. coccinelle remains
broken, but was built with the proposed diff floating on ports@

ok chrisz@
2021-12-02 03:59:19 +00:00
inoguchi
e4a38a4e0e update textproc/libmarisa to add perl and ruby bindings
built and tested on amd64.
build check on arm64 by Yifei Zhan < openbsd () zhan ! science >.
review comments and OK from sthen@
2021-11-26 13:35:06 +00:00
sthen
028fc9ed1c update to py3-iso8601-1.0.1 2021-11-23 11:13:24 +00:00
tb
ff09fafd31 textproc/wkhtmltopdf: we have RSA_bits(), so don't patch it out 2021-11-22 09:51:02 +00:00
ajacoutot
46e2e15a4e Missing RDEP on devel/py-importlib-metadata.
Seen with devel/gobject-introspection failure to configure.
2021-11-21 14:26:28 +00:00
espie
85adeee887 make the subpackage naming explicit so that I can actually remove the current
default value
2021-11-21 12:13:32 +00:00
fcambus
3f651e13cf Update miller to 5.10.3. 2021-11-21 09:49:34 +00:00