ajacoutot
73a8b2967a
Update to py-ICU-2.5+ (i.e. git commit with new ICU support).
2020-11-01 08:18:42 +00:00
ajacoutot
d8f3050c00
Update (again) to icu4c-68.1.
...
Set U_DEFINE_FALSE_AND_TRUE to allow ports that haven't cope to build
(thanks kili@ for the pointer).
Bulk tested.
2020-11-01 08:15:53 +00:00
ajacoutot
42262ce110
Unbreak: this needs to be applied *after* the new ICU is in tree.
...
Reported by naddy
2020-10-31 16:12:40 +00:00
ajacoutot
3dffe803a2
Unbreak with upcoming icu4c update.
2020-10-30 11:27:28 +00:00
ajacoutot
5ff3745d2e
Revert previus; too many breakages I need to fix first.
2020-10-30 07:02:01 +00:00
ajacoutot
dc3cd9fd93
Update to icu4c-68.1.
2020-10-29 14:18:46 +00:00
ajacoutot
2076092868
Move py-natsort to python3 FLAVOR instead of MODPY_DEFAULT_VERSION.
...
Because sysutils/py-croniter depends on py-natsort,python3 which did not
exist.
2020-10-24 10:53:17 +00:00
solene
139e516073
Update to py-canonicaljson-1.4.0
...
Thanks to maintainer Renaud Allard for the diff
2020-10-23 16:49:10 +00:00
jca
0f4777ca6c
Prevent gnulib compat code from using snprintf("...%n") for no good reason
...
Heavier fix in upstream gnulib:
https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html
ok schwarze@ (maintainer)
2020-10-21 21:21:59 +00:00
ajacoutot
cf4cd057dd
Update to foliate-2.5.0.
2020-10-18 08:36:24 +00:00
ajacoutot
979491f4ea
Update to enchant2-2.2.12.
2020-10-17 08:08:43 +00:00
fcambus
7f9cb313be
Update ruby-rouge to 3.24.0.
2020-10-15 10:41:22 +00:00
sthen
0030329851
update to pdftk(-java) 3.2.0
2020-10-11 11:38:05 +00:00
kn
3b400aa2d4
Update to yq 2.11.1
2020-10-10 18:34:06 +00:00
rsadowski
f7bb9ac822
Bump after hunspell update
...
The library name has changed from hunspell-1.6 to hunspell-1.7.
2020-10-09 19:12:00 +00:00
rsadowski
d6f10ba1ea
Update hunspell to 1.7
...
Test and feedback from some maintainers. Thanks!
Feedback form sthen and landry@. Thanks!
Has been through bulk build on amd64
2020-10-09 19:11:32 +00:00
afresh1
e53b8fc647
Update textproc/p5-Catalyst-View-TT to 0.45
...
From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 03:38:31 +00:00
kn
4e3feb151e
Remove glimpse
...
From Stefan Hagen:
"""
Glimpse is functional, but
upstream is dead for years. Glimpse (the indexer) is completely gone
and can only be found on mirrors and archive.org. Webglimpse originally
was the webfrontend for glimpse, but is mentioned as homepage in the
port (which is not correct, the port does not contain the web part).
Anyway, webglimpse.net is also gone. There is a backup version on
github (last commit 2014). https://github.com/gvelez17/webglimpse
The gimpse version we're installing is from 1998. There is no more
recent one.
Good source code indexers are rare, but this one might just be
too old by now.
Also:
$ make 2>&1 | grep -i warning | wc -l
970
"""
No port depends on it anymore after I removed the dependency on it from
misc/tkman.
No objection schwarze
OK kmos
2020-10-08 19:54:31 +00:00
sthen
0213100e3d
update to solr-8.6.3
2020-10-08 14:14:35 +00:00
daniel
bd7692df15
Make py-nltk and py-numpydoc python3 only so matplotlib can be updated.
...
ok bket@
2020-10-07 02:00:07 +00:00
bluhm
ed998ff3ca
update p5-XML-LibXML to 2.0206
2020-10-06 12:35:28 +00:00
jeremy
93af99c29c
Comment out TEST_DEPENDS when MODRUBY_TEST is commented out
2020-10-05 19:20:22 +00:00
ajacoutot
9890d8665a
Bump after py-gobject3 merge.
2020-10-03 15:39:57 +00:00
ajacoutot
e1823e515b
Update to gtk-doc-1.33.0.
2020-10-03 10:54:27 +00:00
ajacoutot
d5153d666c
Update to libxml++3-3.2.2.
2020-10-03 10:36:43 +00:00
ajacoutot
e1e4f55a90
Update to libxml++-2.42.0.
2020-10-03 10:30:20 +00:00
schwarze
0939f746a2
1. update a .Lk, patch from Alan <Salewski at att dot net>; upstream agrees
...
2. fix a wrong .Xr; i shall also report this upstream
OK sthen@ tb@ kn@
2020-10-02 20:18:31 +00:00
bentley
fd3623492e
Update to heirloom-doctools-191015.
2020-09-24 08:13:24 +00:00
bentley
9f42994dc8
Update to epubcheck-4.2.4.
2020-09-24 07:44:28 +00:00
bentley
eaa7797876
Update to html-xml-utils-7.9.
2020-09-24 07:40:45 +00:00
benoit
8da174291f
Update to highlight-3.58.
2020-09-21 13:48:01 +00:00
solene
af7281b9ac
+ py-css-parser,python3
2020-09-19 07:43:50 +00:00
solene
9947b34c8b
Import py-css-parser-1.0.4
...
python package for parsing and building CSS
A fork of the cssutils project based on version 1.0.2. This fork
includes general bug fixes and extensions specific to editing and
working with ebooks.
The main python source code has been modified so that it will run
without further conversion on both Python >= 2.7 and Python 3.X
without any further modules required. All required modifications
are handled local to each file
For more information on usage, please see the cssutils documentation
Submitted by 3un0s
Required for updating net/gajim
ok landry@
2020-09-19 07:38:58 +00:00
bket
a54d35f836
Update to py-mistune-0.8.4
...
Changes: https://github.com/lepture/mistune/releases/tag/v0.8.4
OK pamela@
2020-09-15 17:43:24 +00:00
bluhm
79ad70b481
Update dependencies after renaming p5-Net_SSLeay to p5-Net-SSLeay.
2020-09-14 13:38:58 +00:00
kmos
ccd1295113
Remove textproc/py-rdflib
...
Has no consumers and hasn't been updated since import 7 years ago.
ok kn
2020-09-14 13:25:46 +00:00
kmos
6f2586b3f9
Remove py-termcolor. It has no consumers and there hasn't been a release
...
since 2011. (It's only presence seems to be its PyPI page).
ok kn
2020-09-13 13:03:26 +00:00
ajacoutot
1b8e10218f
Update to enchant2-2.2.11.
2020-09-11 07:21:26 +00:00
pvk
bd5892339f
Update elasticsearch 7.8.1 -> 7.9.1
...
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.9/release-notes-7.9.1.html
2020-09-10 13:40:22 +00:00
fcambus
eed5e14e91
Update ruby-rouge to 3.23.0.
2020-09-09 08:26:20 +00:00
sthen
aa4fd04c8d
p5-PDF-API2: add optional dep on p5-PDF-API2-XS
2020-09-07 08:42:02 +00:00
sthen
5bafd87eac
+p5-PDF-API2-XS
2020-09-07 08:41:19 +00:00
sthen
5c04700947
import ports/textproc/p5-PDF-API2-XS, from wen heping with tweaks, fix/ok jca@
...
Compiled extension to speed up some operations of PDF::API2.
2020-09-07 08:40:54 +00:00
ajacoutot
a951802eb7
Update to gspell-1.8.4.
2020-09-05 10:34:42 +00:00
fcambus
84fce6c1cc
Update miller to 5.9.1.
...
Fixes CVE-2020-15167.
2020-09-03 07:47:15 +00:00
kmos
e524f183d9
Update py-humanize 2.5.0 -> 2.6.0
...
Main change seems to be removal of Python 3.5 support. (So no change
for us).
ok paco
2020-09-03 05:09:46 +00:00
ajacoutot
d274e0ed32
Update to enchant2-2.2.10.
2020-09-02 13:56:32 +00:00
sthen
1a353cd00f
update to solr-8.6.2
2020-09-01 22:05:11 +00:00
sthen
38c5deb90d
update to PDF::API2, similar diff from wen heping
2020-09-01 09:27:11 +00:00
ajacoutot
04c82eb792
Dumb me, fix path to gettext-tools
2020-08-24 06:38:39 +00:00