sthen
2f2083c23f
update to calibre-5.25.0
2021-08-14 10:24:26 +00:00
tb
212de70670
Use '.include "crates.inc"' instead of '.include <crates.inc>' in some
...
Rust ports. This ensures that the local directory is searched before
the system directories.
ok danj semarie
2021-08-14 07:06:31 +00:00
ajacoutot
0f77063c19
Update to enchant2-2.3.1.
2021-08-11 11:45:49 +00:00
sthen
dfd5dae013
update to gdiff-3.8, mostly changes relating to FD handling
...
* Incompatible changes
diff no longer treats a closed stdin as representing an absent file
in usage like 'diff --new-file - foo <&-'. This feature was rarely
if ever used and was not portable to POSIX platforms that reopen
stdin on exec, such as SELinux if the process underwent an AT_SECURE
transition, or HP-UX even if not setuid.
2021-08-04 08:48:24 +00:00
jung
7be785c94b
update to cloc 1.90
...
from Yifei Zhan
2021-08-02 19:27:30 +00:00
landry
41e62fa470
textproc/catfish: update to 4.16.2
2021-08-02 06:29:17 +00:00
sthen
577fe1e268
change some hardcoded 'rm *.orig'-like commands to ${PATCHORIG}
2021-08-01 21:06:54 +00:00
kmos
66c959d4de
Update to emoji 1.4.2
...
Changes mostly to do with international names for emoji
2021-07-31 19:41:06 +00:00
sthen
68a39fdd45
update to p5-ack-3.5.0, from Yifei Zhan with a few tweaks
2021-07-29 10:59:02 +00:00
landry
c4b5dc0500
textproc/delta: update to 0.8.3.
2021-07-28 08:41:11 +00:00
landry
137fdbad5f
+delta
2021-07-28 08:22:05 +00:00
landry
1327173922
import textproc/delta 0.8.2, a viewer for git and diff output .
...
Code evolves, and we all spend time studying diffs. Delta aims to make this
both efficient and enjoyable: it allows you to make extensive changes to the
layout and styling of diffs, as well as allowing you to stay arbitrarily close
to the default git/diff output.
initial submission by me, improved/tested by Stefan Hagen, thanks !
ok rsadowski@ looks fine to semarie@
2021-07-28 08:20:04 +00:00
sthen
aa953d9ada
update to p5-PDF-API2-2.041
2021-07-28 07:20:30 +00:00
sthen
580f201957
update to lowdown-0.8.5 and enable tests, from Martin Ziemer,
...
feedback Stefan Hagen, earlier version ok maintainer
2021-07-27 10:51:48 +00:00
sthen
1f3629599d
update to py-pygments-2.9.0
2021-07-24 18:33:32 +00:00
sthen
841d7b73ab
update to py-defusedxml-0.7.1
2021-07-24 18:24:50 +00:00
ajacoutot
64ac62491e
Update to py-ICU-2.7.4.
2021-07-11 08:32:19 +00:00
ajacoutot
bf2184d3f2
Update to py3-enchant-3.2.1.
2021-07-11 08:30:00 +00:00
sthen
ece611a2f0
execinfo tweak for sphinx (not *that* sphinx) from Brad
2021-07-08 10:45:02 +00:00
daniel
7437f9d093
update py-sphinx to 4.0.2 and regen PLISTs for affected consumers
...
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.
lang/ghc bits look ok to gnezdo@
ok sthen@ on the rest
2021-07-06 16:55:32 +00:00
tb
74c5acdbe0
jca points out I added some .orig files.
2021-07-05 02:52:13 +00:00
tb
f1d73222de
textproc/swish-e: fix build after libz update, ok sthen
...
Similar to https://git.alpinelinux.org/aports/tree/main/swish-e/zlib-shadowing.patch?h=3.14
-stable
2021-07-04 14:31:45 +00:00
fcambus
1a5c7ef96b
Update codespell to 2.1.0.
2021-06-30 16:12:42 +00:00
espie
90d9361445
the @exec link was added in 2012. By now, everybody has updated to a
...
version with the link, so turn it into @exec-add
no need to redo it during updates.
2021-06-28 11:18:18 +00:00
bluhm
8a5d6a4dcd
Test does not compile with libxml 2.9.12, cherry pick from upstream git.
2021-06-28 08:00:13 +00:00
landry
3e857eb72f
+py-stache,python3
2021-06-26 07:42:47 +00:00
landry
86cfa7c1b7
Import py-stache 0.5.4.
...
Even if dormant upstream since years, this a build dependency of an
upcoming linphone port.
Pystache is a Python implementation of Mustache. Mustache is a
framework-agnostic, logic-free templating system inspired by ctemplate and et.
Like ctemplate, Mustache "emphasizes separating logic from presentation: it is
impossible to embed application logic in this template language."
ok kmos@
2021-06-26 07:42:26 +00:00
bluhm
164537982c
Update libxml2 to 2.9.12. This fixes CVE-2021-3541.
...
from Moritz Buhl; OK namn@; amd64 bulk build tb@
2021-06-20 22:11:16 +00:00
sthen
871a0fafba
+py-speg,python3 +py-cson,python3
2021-06-20 10:46:54 +00:00
sthen
3d44a73f49
import devel/py-speg, textproc/py-cson, ok benoit@
...
py-speg: "A PEG-based parser interpreter with memoization."
py-cson: Python parser for the Coffeescript Object Notation (CSON).
2021-06-20 10:45:16 +00:00
kn
755ebfaabd
Update to yq 2.12.2
...
- Handle -n correctly
- Do not close fds on child process (2.12.1)
2021-06-19 12:09:54 +00:00
ajacoutot
6a43474cdd
Update to enchant2-2.3.0.
2021-06-18 10:41:39 +00:00
sebastia
4ed0090566
update 1.11.1 -> 1.11.7
...
OK jeremy@ (MAINTAINER)
2021-06-18 08:57:51 +00:00
sthen
a4d9da07ea
update to pdftk-3.2.3
2021-06-17 11:27:09 +00:00
sthen
1e9c872d47
update to solr-8.9.0
2021-06-17 07:09:56 +00:00
sthen
a08a6aa4a3
cloc: fix the manpage, problem reported by Omar Polo, figured out by kn@,
...
i tweaked his diff a bit to use the current file timestamp rather than a
hardcoded date in the makefile. ok jung@ (maintainer)
2021-06-14 23:57:16 +00:00
benoit
16d231d080
Update to p5-PPIx-QuoteLike-0.017 from wen heping.
2021-06-11 08:05:47 +00:00
sthen
4ac7fa8e25
typo fix FlAVOR -> FLAVOR; lucas@sexy.is
2021-06-08 13:54:57 +00:00
sthen
bca94f6ed2
update to calibre-5.20.0
2021-06-04 21:45:58 +00:00
ajacoutot
a9d83f4182
Unreak runtime: add missing RDEP.
2021-06-01 12:41:32 +00:00
sthen
bec5ad1da9
update to py3-pyRFC3339-1.1, drop unused py2 version
2021-05-27 23:02:22 +00:00
ajacoutot
a8c0ff4b62
Update to libxml++50-5.0.1.
2021-05-27 17:23:17 +00:00
ajacoutot
7ee2f8ae13
Update to libxml++40-4.0.1.
2021-05-27 15:38:44 +00:00
ajacoutot
b9c79ccb33
Update to libxml++-2.42.1.
2021-05-27 15:37:50 +00:00
sthen
157e35ac84
update to calibre-5.18.0
2021-05-25 19:21:31 +00:00
ajacoutot
c577dcb41a
Missed bump after recent py-setuptools change:
...
-@depend devel/py-setuptools,python3:py3-setuptools->=39.0.1v0:py3-setuptools-44.1.1v0
2021-05-22 09:49:17 +00:00
kmos
2795ba2341
Bump the REVISION on all ports that use the python2 version of
...
py-setuptools.
Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports
ok sthen@
2021-05-21 19:50:21 +00:00
kurt
f9d899e6a0
Bump revision on all 1.8+ ports since now they will build with jdk
...
1.8 on aarch64 and their run depends will also change. okay ian@
2021-05-19 01:50:29 +00:00
kmos
b0bca1611b
base-gcc needs to be told to use c99 for build to work on sparc64
...
ok ajacoutot@ (maintainer)
2021-05-16 17:12:24 +00:00
ajacoutot
1405204335
Update to gtranslator-40.0.
2021-05-14 08:28:54 +00:00