6163 Commits

Author SHA1 Message Date
kn
c8bd13ca39 Update to yq 2.12.0
- Add TOML support and the tomlq CLI utility to access it
- Drop Python 2.7 support
2021-02-08 20:36:56 +00:00
sthen
c06f261229 libexttextcat: rename fpdb.conf to fbdb.conf.dist and @sample 2021-02-08 15:41:12 +00:00
sthen
64d3f87123 +libexttextcat, +libstemmer 2021-02-08 09:57:23 +00:00
sthen
d7e68ac0c1 import ports/textproc/libstemmer, ok/tweak tb@ benoit@
This package provides a library and command-line tool implementing
stemming algorithms. Stemming maps different forms of the same word to
a common "stem" - for example, the English stemmer maps connection,
connections, connective, connected, and connecting to connect. This is
useful in searching and information retrieval.
2021-02-08 09:56:36 +00:00
sthen
b2fac56fd1 import libexttextcat, ok tb@ benoit@ (tb spotted a test dep on bash and
suggested adding TDEP, I fixed it differently)

libexttextcat is an N-Gram-Based Text Categorization library primarily
intended for language guessing. It is an adaption of wiseguys libtextcat
extended to be UTF-8 aware.
2021-02-08 09:53:58 +00:00
sthen
5099245c50 fix license marker, regen plist while there 2021-02-07 15:04:34 +00:00
benoit
2f4d41c480 Update to p5-PPIx-QuoteLike-0.015 from wen heping 2021-02-07 14:38:29 +00:00
benoit
cfe7496ddd Update to p5-PPIx-Regexp-0.078 from wen heping 2021-02-07 14:31:36 +00:00
ajacoutot
98c22b1417 Cope with libgda update and drop the need for the python MODULE. 2021-02-05 12:26:08 +00:00
jasper
2a216c56ab update to py3-natsort-7.1.1 2021-02-05 09:30:26 +00:00
tb
174548e778 pinfo: fix for -fno-common & other housekeeping
extern redefinition of use_manual and turn some inline functions into
static inline to fix build with -O0. Regen PLIST while there.

ok espie (maintainer)
2021-02-04 21:04:07 +00:00
benoit
5bbdebc867 Update to p5-Lingua-Stem-2.31 from wen heping, tweaks & OK cwen@ 2021-02-04 09:50:21 +00:00
sebastia
3683b83406 update to 1.11.1
feedback and OK jeremy@ (MAINTAINER)
2021-02-03 18:50:36 +00:00
cwen
04423247af p5-Template-Tiny: requires FIX_EXTRACT_PERMISSIONS 2021-02-02 12:28:50 +00:00
jsg
853cb28a31 bump REVISION for -fno-common build fixes 2021-02-01 04:16:41 +00:00
kn
1f5a876268 Replace perl snippet with MODPY_BIN_ADJ, move to pre-patch
Doing so after "patch" causes "update-patches" to pick up shebang changes,
doing so before keeps patches and the porter workflow clean.
2021-02-01 04:09:48 +00:00
sthen
0120f1077f update to p5-Template-Tiny-1.13 2021-01-31 14:18:23 +00:00
bcallah
1137c338ee Add fixes for -fno-common
From Debian:
https://sources.debian.org/data/main/h/halibut/1.2-3/debian/patches/gcc-no-common.patch
ok cwen@
2021-01-31 04:06:03 +00:00
jsg
12a019ae81 backport a fix for -fno-common
ok bentley@
2021-01-30 09:12:45 +00:00
jeremy
c10fda1d86 Build Ruby 3.0 versions of native gem ports by default 2021-01-29 17:05:32 +00:00
semarie
9eabb86da0 textproc/the_silver_searcher: backport upstream patch to compile with -fno-common
21eaa1c416

Same diff from bket@
ok bket@
2021-01-29 16:38:00 +00:00
sthen
3615c55871 update to solr-8.8.0 2021-01-29 14:41:34 +00:00
kn
44655c4c31 Update to uni 1.1.1
Diff to move to MODGO_* from abieber
OK abieber
2021-01-24 18:10:40 +00:00
ajacoutot
2c94afb4a2 Update to gtk-doc-1.33.2. 2021-01-23 07:10:40 +00:00
jeremy
506f348be1 Update to redcarpet 3.5.1 to fix CVE-2020-26298
From wen heping <wenheping2000@hotmail.com>
2021-01-20 17:21:41 +00:00
ajacoutot
2a8c0337c5 Update to libical-3.0.9. 2021-01-20 12:25:46 +00:00
daniel
be4cf6c389 update py-sphinx-intl to 2.0.1 which is now python3-only 2021-01-20 07:36:43 +00:00
jca
619bf35efd Update to diffstat-1.64
Better support for binary files in git diffs.
2021-01-19 21:50:12 +00:00
rsadowski
dd719e40f5 Update fontconfig database for Qt 5.15
db7007a25f
2021-01-19 06:36:19 +00:00
daniel
fe51609888 update xml2rfc to 2.11.1
This update allows us to switch the port to python3. Updating to a newer
version will require a few dependencies to be imported first.
2021-01-19 03:36:18 +00:00
robert
583c560f8c +p5-Encode-HanExtra 2021-01-18 13:17:15 +00:00
robert
069a756f27 import p5-Encode-HanExtra-0.23:
Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
including the commonly used CP950, CP936 (also known as GBK), Big5
(alias for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165.

However, the numbers of Chinese encodings are staggering, and a complete
coverage will easily increase the size of perl distribution by several
megabytes; hence, this CPAN module tries to provide the rest of them.

If you are using perl 5.8 or later, Encode::CN and Encode::TW will
automatically load the extra encodings for you, so there's no need to
explicitly write use Encode::HanExtra if you are using one of them already.

ok ajacoutot@
2021-01-18 13:15:15 +00:00
daniel
b4c4ee289d make py-sphinx_guzzle_theme python3-only
ok bket@ (MAINTAINER)
2021-01-18 06:43:19 +00:00
daniel
8eb2b064a3 update py-commonmark and py-recommonmark and make them python3 only
These ports are on the update path for py-sphinx so making them python3
only helps. Both jca and I built ports llvm with this update.

ok jca@, sebastia@ (maintainers of these ports)
2021-01-18 00:15:37 +00:00
sthen
ff3be859fa split the py2 version of py-dnspython off into net/py2-dnspython,
update the py3 version to 2.1.0, and adapt ports using it.
2021-01-16 21:21:04 +00:00
sthen
22324aef04 update to openpyxl 3.0.6 2021-01-15 14:46:55 +00:00
daniel
613e4033aa make py-sphinx-notfound-page python3-only 2021-01-15 01:00:15 +00:00
fcambus
7511089faa Drop maintainership. 2021-01-14 21:55:21 +00:00
fcambus
636b3a9387 Drop maintainership. 2021-01-13 10:34:14 +00:00
sthen
443a8d633f py-pygments: use https HOMEPAGE, update list of deps using py2 (several
moved to py3-only now).
2021-01-10 21:20:36 +00:00
landry
b8e98c014a textproc/catfish: update to 4.16.0. 2021-01-10 10:41:22 +00:00
sthen
f04bd35f1d +textproc/py-openpyxl
+textproc/py-et_xmlfile
+misc/py-jdcal
2021-01-05 13:01:46 +00:00
sthen
6cace9d4f3 oops, openpyxl should be FLAVOR=python3 not MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} 2021-01-05 13:01:12 +00:00
sthen
17e1ab0ed5 import textproc/py-openpyxl and dependencies py-et_xmlfile py-jdcal, benoit@
py-et_xmlfile: low memory library for creating large XML files
py-jdcal: convert between Julian and calendar dates
py-openpyxl: Python library to read/write Excel 2010 xlsx/xlsm files
2021-01-05 12:58:23 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
afresh1
f157a91f4c Update textproc/p5-Text-CSV_XS to 1.45 2021-01-03 22:09:51 +00:00
benoit
4877b62f25 Update to p5-PDF-Table-1.002. 2021-01-02 16:29:31 +00:00
daniel
041dfa3a40 update to py-podcastparser 0.6.6 from MAINTAINER 2020-12-30 03:41:47 +00:00
landry
cdeb3c6d00 textproc/catfish: update to 4.15.0.
See https://mail.xfce.org/pipermail/xfce-announce/2020-October/000900.html

add patch to silence locate --help call that will always fail for us,
and use a post-patch target to update mtime on .po files to make sure .mo
files are generated (this one was a hairy one..)
2020-12-29 15:29:35 +00:00
bluhm
58b02508cc update p5-XML-Writer to 0.900
from wen heping
2020-12-28 17:08:56 +00:00