6873 Commits

Author SHA1 Message Date
kn
47cf90d4d6 Fix GH_*/DISTFILES handling
This port uses MASTER_SITES_GITHUB in a werid way which predates
GH_DISTFILE.

Use the (new) helper, leave DISTNAME to GH_* and fetch the second test
tarball via separate MASTER_SITES0 as usual.

No distinfo or package change.


PS: This port won't receive any updates;  it should either be replaced
by the new version's upstream repo or removed as outdated/unused.
2022-07-18 19:52:24 +00:00
sthen
4ec0f7e6f7 update to py3-sphinx-5.0.2 2022-07-07 16:22:59 +00:00
sthen
6f4940dcf0 update to p5-PDF-Table-1.003, from wen heping 2022-07-07 15:53:38 +00:00
sthen
7898a177be update to py3-sphinx-notfound-page-0.8 2022-07-07 11:28:59 +00:00
sthen
e6268357a9 update to py3-sphinxcontrib-htmlhelp-2.0.0 2022-07-07 11:13:29 +00:00
sthen
c795a6b888 update to py3-sphinxcontrib-serializinghtml-1.1.5 2022-07-07 11:13:08 +00:00
kn
ce6645f75a Update to yq 3.0.2
- Expand merge keys (https://yaml.org/type/merge.html). This is a YAML
  1.1 specific behavior, but will be accommodated in yq due to its
  widespread use and low likelihood of accidental invocation.
2022-07-06 09:38:11 +00:00
kn
b528be7b9d Update to yq 3.0.1
- yq now uses the YAML 1.2 grammar when parsing and rendering YAML
  documents. This means bare literals like “on”, “no”, and “12:34:56”
  are interpreted as strings. (Fix interrupted release)
2022-07-05 08:30:50 +00:00
kmos
2332ee50cf Fix build of redland-bindings on sparc64 as it has been done for the
other instances where -fdeclspec is needed for llvm
2022-07-03 23:09:47 +00:00
sthen
d502e37424 regen PLIST with FLAVOR=python3 to unbreak, reported by naddy 2022-07-02 20:12:47 +00:00
sthen
fc22f934fd update to py-lxml-4.9.1 2022-07-02 13:33:09 +00:00
sthen
40bbe4bc63 update to xml2rfc-3.13.0 2022-06-30 14:52:26 +00:00
sthen
27b6a7553a +py-dict2xml 2022-06-30 14:51:44 +00:00
sthen
da3404c4a7 import ports/textproc/py-dict2xml, ok tracey@
Super Simple utility to convert a python dictionary into an xml string.

from dict2xml import dict2xml

data = {
  'a': 1,
  'b': [2, 3],
  'c': {
    'd': [
      {'p': 9},
      {'o': 10}
    ],
    'e': 7
  }
}

print (dict2xml(data, wrap="all", indent="  "))
2022-06-30 14:50:53 +00:00
abieber
56366a8cad +nlohmann-json 2022-06-28 12:57:35 +00:00
abieber
31ee5a3460 Import nlohmann-json: a C++ JSON library
Tweaks from sthen@, caspar@ and op@
OK caspar, op and landry
2022-06-28 12:51:06 +00:00
sthen
9b501f66ae adapt zathura-pdf-mupdf to new mupdf 2022-06-27 14:45:27 +00:00
sthen
67949165b5 update to mupdf-1.20.0 2022-06-27 14:44:58 +00:00
sthen
6fa393c89f update to exempi-2.6.2 2022-06-26 08:58:16 +00:00
ajacoutot
99c9d3c1f8 Update to meld-3.21.2. 2022-06-19 09:07:27 +00:00
op
7d195fa714 +opensearch, _opensearch (user) 2022-06-19 08:12:24 +00:00
op
666fee6ccf import opensearch-2.0.1
OpenSearch is a community-driven, open source search and analytics suite
derived from the Apache 2.0 licensed Elasticsearch 7.10.2

with tweaks/suggestion from sthen@ and lots of improvements from pvk@,
thanks!  The 1.x version was also tested by Yifei Zhan.

OK pvk@ (co-maintainer)

minor update 2.0.0 -> 2.0.1 done after the OK
2022-06-19 08:11:09 +00:00
sthen
bf829e7fe0 update to solr-8.11.2 2022-06-18 15:48:39 +00:00
kn
4c19778385 Disable use of doxygen
Found by aja, thanks.
2022-06-14 09:57:37 +00:00
sthen
4ec5668b34 requests is now py3-only, no more need for py2 chardet 2022-06-10 07:55:22 +00:00
sthen
d5788615ba annotate some Python ports where upstream has moved to Hatch; this is not
yet working in ports
2022-06-10 07:32:25 +00:00
sthen
6dd1d0c520 update to py3-elementpath-2.5.3 2022-06-10 05:44:35 +00:00
sthen
1ebb89ee23 update to py3-cssutils-2.4.2 2022-06-10 05:44:27 +00:00
sthen
5d4c312d10 update to py3-markdown-3.3.7 2022-06-10 05:44:24 +00:00
bluhm
e91864573d update p5-XML-LibXSLT to 2.002000 2022-06-04 20:04:25 +00:00
sthen
94c4fbb2fb update to calibre-5.43.0 2022-06-04 11:01:52 +00:00
sthen
418e7987c4 update to py3-cssutils-2.4.1 2022-06-04 10:47:26 +00:00
kn
682794983b + xalan-c 2022-06-04 09:30:13 +00:00
kn
258f5fad77 Import textproc/xalan-c 1.12
Dependency of my upcoming security/libdigicpp port.

OK rsadowski
---
The Apache Xalan-C++ Project provides a library and a command line program to
transform XML documents using a stylesheet that conforms to XSLT 1.0 standards.
2022-06-04 09:29:09 +00:00
sthen
33deb1df66 update to py-lxml-4.9.0 2022-06-01 08:58:26 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
sthen
2063384886 update to py3-feedparser-6.0.10 2022-05-22 12:17:54 +00:00
ajacoutot
63bb5dd789 Drop SOLR_INCLUDE to simplify rc.d script and remove handcrafted rc_start
function.

ok sthen@ (maintainer)
2022-05-21 12:43:13 +00:00
ajacoutot
9e45440fb2 Use the rc_exec function instead of ${rcexec}. 2022-05-21 10:50:49 +00:00
fcambus
54fb1a2298 Update delta to 0.13.0. 2022-05-20 08:42:57 +00:00
sthen
d18dd4a54b update to py3-feedparser-6.0.9 2022-05-20 08:00:57 +00:00
sthen
364220e8d0 update to py3-openpyxl-3.0.10 2022-05-20 08:00:54 +00:00
sthen
43c54c10c9 +crunch 2022-05-13 15:56:59 +00:00
sthen
f6592a926f import ports/textproc/crunch, from Renaud Allard, tweaks me and op@, ok op@ 2022-05-13 15:56:33 +00:00
ajacoutot
e8fac4f74b Update to asciinema-2.2.0. 2022-05-12 12:07:08 +00:00
sthen
ee85c0713e add a login.conf.d fragment for solr 2022-05-12 10:31:58 +00:00
solene
4fdee4969f drop maintainership 2022-05-08 09:39:32 +00:00
jeremy
1026c9569a Bump ports after switching default ruby version to 3.1
OK sthen@, tb@
2022-05-05 15:41:56 +00:00
ajacoutot
2d2f4dd1e8 SECURITY update to libxml-2.9.14. 2022-05-05 07:12:56 +00:00
ajacoutot
4b6b48c43b Bump to be ahead of stable.
An update to 2.9.14 will be committed soon (fixing security issues) but I
am waiting for a bulk to finish.
2022-05-03 20:34:57 +00:00