5868 Commits

Author SHA1 Message Date
ian
221844c6d7 + asciidoctor 2020-04-01 17:07:12 +00:00
ian
f93f513e7a Import Asciioctor, a better asciidoc. ok kn@; help & ok fcambus@ 2020-04-01 17:05:17 +00:00
rpointel
e984df48ac update py-yaml to 5.3.1.
ok sthen@, maintainer timeout.
2020-03-31 08:19:13 +00:00
jasper
e7750b6650 remove py-vatnumber; ancient py2-only library with a HOMEPAGE on googlecode..
ok maintainer
2020-03-30 11:37:18 +00:00
fcambus
cd2be523a9 Add missing HOMEPAGE. 2020-03-30 11:15:12 +00:00
sthen
022c8341f1 update to p5-PPIx-Regexp-0.070, from wen heping 2020-03-27 17:31:26 +00:00
sebastia
81e2502d70 Update 1.10.4 -> 1.10.8
OK jeremy@ (maintainer)
2020-03-23 21:33:38 +00:00
bluhm
351189f1c6 update p5-XML-LibXML to 2.0204
no functional change
2020-03-23 17:00:31 +00:00
tb
b0cb872ab5 With vm.malloc_conf=J the addhunk2 test fails because the junking sets
the discard_offset member of struct hunk to a nonzero value, so a later
Boolean condition is interpreted as true when it shouldn't be.

ok sthen
2020-03-23 11:05:19 +00:00
kn
6e27e3c6da Remove misc/rpm
We package RPM 3.0.6 released (Sep 13 2000 ??),
see https://rpm.org/timeline.html

No port uses it except patchutils for tests.

OK espie
2020-03-22 17:44:52 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
mariani
9b99efc79a + py3-pandas is the only consumer, so removed py2, py3 only port.
+ Taking MAINTAINER (again).
2020-03-20 14:48:44 +00:00
mariani
d98f32a2bf Unhook py-xlrd from Makefile. 2020-03-20 14:48:15 +00:00
sthen
4867a559bd update to solr-8.5.0 2020-03-19 19:19:23 +00:00
pvk
3f45ab439d Remove py-elasticsearch 2020-03-18 11:41:14 +00:00
pvk
e884fa5135 Remove python2 flavor 2020-03-18 11:40:34 +00:00
fcambus
540152a795 Update miller to 5.7.0. 2020-03-17 14:55:49 +00:00
jca
1752925f79 Hack through upstream's Makefile to build libtinyxml.so
Instead of a handrolled do-build that doesn't respect COMPILER,
resulting in a library built with base-g++ on sparc64 and friends.
That doesn't fly with other ports being built with C++11 and ports-gcc.
shared lib version major bump because of the resulting export changes on
base-gcc archs, no change with base-clang.

This should fix at least
http://build-failures.rhaalovely.net/sparc64/2020-03-08/games/pokerth.log

This also adds a dedicated test target and drops NO_TEST.
2020-03-17 10:37:25 +00:00
fcambus
2d5e54efd3 Update libuninameslist to 20200313. 2020-03-15 19:48:10 +00:00
abieber
584eb7f27a Remove fish completions from ripgrep as they are shipped with fish-3.1.0 now. 2020-03-14 16:49:58 +00:00
ajacoutot
5b1ce561d7 Update to icu4c-66.1. 2020-03-14 13:22:07 +00:00
pvk
7239d05c4b Update elasticsearch 7.6.0 -> 7.6.1
Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.6/release-notes-7.6.1.html

No PLIST change.
2020-03-13 20:59:21 +00:00
bluhm
a7b1bb06a7 update p5-XML-LibXML to 2.0203
no functional change
2020-03-12 22:50:41 +00:00
fcambus
c7af55e425 Update ruby-rouge to 3.17.0. 2020-03-11 08:20:25 +00:00
sthen
f5241966a0 +p5-PPIx-QuoteLike 2020-03-09 16:28:49 +00:00
sthen
3b46450041 import ports/textproc/p5-PPIx-QuoteLike, from wen heping, ok afresh1@ 2020-03-09 16:28:17 +00:00
sthen
9446d88506 add a comment explaining why this can't be updated to 2.6.1 yet
(py3 only; needed by www/trac [WIP upstream] and security/pwntools [available
upstream but port needs updating])
2020-03-09 14:22:57 +00:00
landry
9290640f30 Link synapse dependencies to the build:
www/py-treq,python3
www/py-macaroons,python3
textproc/py-unpaddedbase64,python3
textproc/py-signedjson,python3
textproc/py-canonicaljson,python3
devel/py-typing-extensions,python3
devel/py-importlib-metadata,python3
security/py-libnacl,python3
2020-03-08 16:55:24 +00:00
landry
e24420c37a Import py-signedjson 1.1, from maintainer Renaud Allard
Signs JSON objects with ED25519 signatures.

- More than one entity can sign the same object.

- Each entity can sign the object with more than one key making it
easier to rotate keys

- ED25519 can be replaced with a different algorithm.

- Unprotected data can be added to the object under the "unsigned" key.

dependency for upcoming synapse/matrix server port.

ok solene@
2020-03-08 16:46:03 +00:00
landry
6c3c38ae6e Import py-canonicaljson 1.1.4, from maintainer Renaud Allard.
Python module to encode JSON in a standard format.

* Encodes objects and arrays as RFC 7159 JSON.
* Sorts object keys so that you get the same result each time.
* Has no insignificant whitespace to make the output as small as possible.
* Escapes only the characters that must be escaped (U+0000 to U+0019,
  U+0022, U+0056), to keep the output as small as possible.
* Uses the shortest escape sequence for each escaped character.
* Encodes the JSON as UTF-8.
* Can encode "frozendict" immutable dictionaries.

dependency for upcoming synapse/matrix server port.

ok solene@
2020-03-08 16:21:42 +00:00
landry
f218a83672 Import py-unpaddedbase64 1.1.0, from maintainer Renaud Allard
Python module to encode and decode Base64 without "=" padding.

RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes
using "=" characters. However this conveys no benefit so many protocols
choose to use Base64 without the "=" padding.

dependency for upcoming synapse/matrix server port.

ok solene@
2020-03-08 16:19:34 +00:00
ajacoutot
2155f92b17 Update to libical-3.0.8. 2020-03-08 10:46:04 +00:00
sthen
be3f978860 regen plist 2020-03-06 12:13:22 +00:00
sthen
cf9e35720e update to p5-Text-CSV-2.00, ok afresh1@ 2020-03-05 13:27:28 +00:00
sthen
e5c7202edb update to p5-Text-CSV-XS-1.41, ok afresh1@ 2020-03-05 13:27:10 +00:00
kn
406e5e1083 Register Python 3 as build dependency
Spotted by naddy
CONFIGURE_STYLE hint from sthen
2020-03-04 16:05:51 +00:00
semarie
614c7c9d0e small devel/cargo cleanup
keep MODCARGO_CRATE for libc separated from the big list, and properly document it.
2020-03-02 07:20:23 +00:00
semarie
cc7591003c small devel/cargo cleanup
MODCARGO_CRATES_UPDATE, for libc crate, isn't need anymore when >=0.2.63
2020-03-02 07:13:55 +00:00
ajacoutot
0db6ffd7ba Update to link-grammar-5.8.0. 2020-03-01 10:26:49 +00:00
ajacoutot
ab7963c145 Update to enchant2-2.2.8. 2020-02-29 09:37:53 +00:00
rsadowski
405c780240 Fix calibre build with upcoming Qt5 update 2020-02-28 19:25:27 +00:00
benoit
24c292d05e Update to p5-XML-RSS-1.61. 2020-02-23 08:16:59 +00:00
benoit
f8302b4160 Update to p5-Text-Template-1.58. 2020-02-23 07:42:39 +00:00
sthen
f3c0f79ae3 update to lowdown-0.5.4, from Micah Muer 2020-02-22 11:29:17 +00:00
daniel
082c771f08 Update MASTER_SITES. ok sthen@ 2020-02-18 22:55:00 +00:00
pvk
d21d1ccf53 Update elasticsearch 7.5.2 -> 7.6.0
https://www.elastic.co/guide/en/elasticsearch/reference/7.6/release-notes-7.6.0.html
2020-02-18 09:25:53 +00:00
ajacoutot
3b59a8f3c5 Update to meld-3.20.2. 2020-02-16 10:24:19 +00:00
jasper
ecae08d250 a previous update moved the definition of all keybindings to pdfpcrc which,
if you didn't previously have this file installed (e.g. in ~/.config/pdfpc/pdfpcrc),
it would seem as if all keybindings broke.
fix this by installing the defalut config file to /etc (as hinted to by pdfpcrc(5))
which can still be overriden by a user's local config

regen WANTLIB and remove unused -DMANDIR while here

reminded by espie@
2020-02-13 19:08:01 +00:00
kn
88c633e96f Update to loccount 2.9
Maintainence release, no code change
2020-02-12 21:27:27 +00:00
fcambus
74c2e25a53 Update ruby-rouge to 3.16.0. 2020-02-12 13:13:40 +00:00