6221 Commits

Author SHA1 Message Date
jasper
b17e7725da switch python subpackage to python3
dependant ports have either already been updated, removed or will be cut
over to python3 in the next commits
2020-06-09 07:17:20 +00:00
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
jasper
d9f062a08c remove python subpackage which is unused in our tree and doesn't work with
python3. upstream has had this on their radar for 7 years however little
actual progress has been made so far.
2020-06-09 07:13:56 +00:00
sthen
9d08d155ca +codesearch 2020-06-07 09:05:24 +00:00
sthen
2bded5f881 import textproc/codesearch, ok semarie@
Code Search is a tool for indexing and then performing regular
expression searches over large bodies of source code. It is a set of
command-line programs written in Go.

For background and an overview of the commands, see
http://swtch.com/~rsc/regexp/regexp4.html.
2020-06-07 08:06:42 +00:00
jung
bf8a0356f2 update to cloc-1.86 2020-06-01 21:24:48 +00:00
sthen
8d93a6a2c9 update to solr-8.5.2 2020-06-01 13:44:41 +00:00
juanfra
adb9a1d809 +py-patiencediff,python3 2020-05-31 20:35:52 +00:00
juanfra
7a3ea03667 Help and OK sthen@.
Comment:
Python implementation of the patiencediff algorithm

Description:
This package contains the implementation of the patiencediff algorithm, as
first described by Bram Cohen.

Like Python's difflib, this module provides both a convience unified_diff
function for the generation of unified diffs of text files as well as a
SequenceMatcher that can be used on arbitrary lists.

Patiencediff provides a good balance of performance, nice output for humans,
and implementation simplicity.

The code in this package was extracted from the Bazaar code base.

The package comes with two implementations:

- A Python implementation (_patiencediff_py.py); this implementation only
  requires a Python interpreter and is the more readable version of the two
- A C implementation implementation (_patiencediff_c.c); this implementation is
  faster, but requires a C compiler and is less readable

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.org/project/patiencediff/
2020-05-31 20:33:32 +00:00
kili
b70781ca1f Remove textproc/hs-HaXml. It was only used by net/hpodder. 2020-05-31 19:00:03 +00:00
kili
f3da6a6408 Unhook textproc/hs-HaXml. 2020-05-31 18:59:34 +00:00
paco
bad0f37e9c update textproc/lowdown to 0.6.5
Diff from Lucas Raab.  Thank you !

Tested by me.

ok jca and me.
2020-05-30 17:06:37 +00:00
kirby
22e7ced09b meld requires gtksourceview4 to run
patch from Stefan Hagen, thanks!
ok ajacoutot@
2020-05-28 04:57:01 +00:00
paco
60773b37ee update ripgrep to 12.1.0
moved the libc back to the main group as we're > 0.2.63 now as suggested
by sthen.  Removed the related comment too.

Tested on amd64 by me and sparc64 by jca

ok sthen@ jca@
2020-05-27 09:38:34 +00:00
cwen
12f12a643b hfst: don't build on big endian archs
Upstream mentions that hfst binary formats are not endian-neutral, breaking
consumers' build on big endian base-clang archs.

OK bentley@ and kn@
2020-05-25 13:44:43 +00:00
bcallah
0869b7c41a Update to nfoview-1.28
Changelog: https://github.com/otsaloma/nfoview/releases/tag/1.28
2020-05-22 22:02:39 +00:00
sthen
84ce668593 update to p5-PPIx-Regexp-0.072, from wen heping 2020-05-21 10:46:26 +00:00
jeremy
d9392c1793 Remove building of Ruby 2.5 gem ports by default 2020-05-19 15:34:55 +00:00
bentley
82ee2a6fad Fix typo ("configuratoin"). 2020-05-19 08:33:55 +00:00
afresh1
2c8c695cd0 + p5-String-Escape 2020-05-17 23:21:26 +00:00
afresh1
a4484db528 Import p5-String-Escape-2010.002
Backslash escapes, quoted phrase, word elision, etc.

From wen heping <wenheping2000 () hotmail ! com>
OK bluhm@
2020-05-17 23:21:02 +00:00
kn
2b49adfcf0 Update to lowdown 0.6.4
From Lucas Raab, thanks!
No response from MAINTAINER in over a month
2020-05-17 13:31:10 +00:00
bluhm
d25b20b0de update p5-XML-LibXML to 2.0205 2020-05-15 23:49:47 +00:00
benoit
377b25de28 Update to highlight-3.57. 2020-05-15 06:45:55 +00:00
pvk
0e14df6cbe Update elasticsearch 7.6.2 -> 7.7.0
Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/release-notes-7.7.0.html
2020-05-14 21:38:18 +00:00
ian
e1c4cd5fd4 + crossfire 2020-05-14 20:36:21 +00:00
ian
27094461cf Initial import of crossfire 2020-05-14 20:34:19 +00:00
kn
3d22e04929 Update to yq 2.10.1
- Add support for xmltodict force_list definition for xq CLI (#95)
- Support explicit doc markers (#93)
- Ensure proper ordering of help messages (#90)
2020-05-14 19:05:57 +00:00
millert
13a1b889a8 +codespell 2020-05-14 16:06:01 +00:00
millert
0515cd0e0f Import codespell, a source code spell checker.
OK kmos@ sthen@
2020-05-14 16:02:09 +00:00
ajacoutot
4058f232ac Update to gtranslator-3.36.0. 2020-05-14 14:56:00 +00:00
ajacoutot
575cf21282 Update to uchardet-0.0.7. 2020-05-14 12:22:10 +00:00
ajacoutot
e28d57055a Fix warning handler crashes under py2 (upstream). 2020-05-14 12:16:38 +00:00
fcambus
37a7b86c59 Update ruby-rouge to 3.19.0. 2020-05-14 12:16:15 +00:00
sthen
6d15ca9821 Set "BROKEN-arm" for some of the slower-to-build ports that fail late on
armv7, this should save around 40h overall build time, and makes it more
visible to anyone working on the port that they are indeed broken on the
arch.  OK phessler@ naddy@

Of note because the port is important to the architecture and
self-hosted builds are a good thing: building u-boot on armv7 fails
with an Internal Compiler Error (SIGBUS) in lib/time.c, it would be
particularly nice if someone has an idea how to fix this!
2020-05-07 14:24:53 +00:00
sthen
9e7d133808 update to oniguruma-6.9.5-rev1, https://github.com/kkos/oniguruma/issues/192
"This is a bug that if the look-behind contains a branch with a
character length of 0 and an anchor is included in the branch, the whole
look-behind is ignored."
2020-04-27 13:59:26 +00:00
jca
a5a9aeaf70 Enable support for french language, fixes build with ld.bfd
Building without it results in several unknown symbols in the shared
library.
2020-04-24 07:30:19 +00:00
sthen
33036c3207 update to pecl-yaml-2.1.0 2020-04-23 13:43:04 +00:00
ajacoutot
efc2e498c6 Update to icu4c-67.1. 2020-04-23 06:33:13 +00:00
sthen
4797d5f7dc build PHP 7.4 versions of the pecl-* ports 2020-04-21 20:42:00 +00:00
sthen
b4aa0898b8 update to oniguruma-6.9.5, tested base-gcc/ports-gcc/clang on amd64,
also on aarch64, and with all dependent ports, no changes in the src diff
suggest any likelihood of problems on other archs.
2020-04-21 19:37:52 +00:00
sthen
fab3f19839 update to pdftk-3.0.10 2020-04-19 15:12:23 +00:00
ajacoutot
70230fc5cd Update to meld-3.21.0. 2020-04-19 07:26:24 +00:00
sthen
6014d7983f update to solr-8.5.1 2020-04-16 13:20:17 +00:00
fcambus
a1419ca188 Update libuninameslist to 20200413 and drop maintainership. 2020-04-16 12:28:36 +00:00
sthen
9e38e29cd4 update to ack 3.3.1, from wen heping 2020-04-16 09:02:47 +00:00
fcambus
0b327f84e8 Update ruby-rouge to 3.18.0. 2020-04-15 08:43:46 +00:00
bcallah
618950bfc7 Bugfix update to nfoview-1.27.1
Fix CSS error with the abnormal weight of the Unscii font
2020-04-12 14:30:21 +00:00
benoit
2b6e0c67dc Update to highlight-3.56. 2020-04-08 12:45:06 +00:00
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00