diff options
Diffstat (limited to 'textproc')
21 files changed, 131 insertions, 49 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a1cc6b39f624..3c3c7be8edd0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1608,6 +1608,7 @@ SUBDIR += py-rich-cli SUBDIR += py-rich-rst SUBDIR += py-rnc2rng + SUBDIR += py-roman-numerals SUBDIR += py-roman-numerals-py SUBDIR += py-rouge-score SUBDIR += py-rst2ansi @@ -1929,6 +1930,7 @@ SUBDIR += rubygem-liquid4 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah + SUBDIR += rubygem-loofah-gitlab SUBDIR += rubygem-loofah222 SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby diff --git a/textproc/p5-String-Print/Makefile b/textproc/p5-String-Print/Makefile index 3530b87bdce4..34202c67d9e9 100644 --- a/textproc/p5-String-Print/Makefile +++ b/textproc/p5-String-Print/Makefile @@ -1,7 +1,8 @@ PORTNAME= String-Print -PORTVERSION= 0.96 +PORTVERSION= 1.02 CATEGORIES= textproc perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MARKOV PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org diff --git a/textproc/p5-String-Print/distinfo b/textproc/p5-String-Print/distinfo index 38ddaa03445a..dc7580df7547 100644 --- a/textproc/p5-String-Print/distinfo +++ b/textproc/p5-String-Print/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816614 -SHA256 (String-Print-0.96.tar.gz) = 4cf8882641623c515c4bef47649ba88ca451af05d7581fbb8163f98ab5d3fb61 -SIZE (String-Print-0.96.tar.gz) = 23986 +TIMESTAMP = 1766036379 +SHA256 (String-Print-1.02.tar.gz) = 3049536486459e38e1d791c07ce022326a91a302beaf01dcdb0e7b703a5da6cc +SIZE (String-Print-1.02.tar.gz) = 29194 diff --git a/textproc/py-roman-numerals-py/Makefile b/textproc/py-roman-numerals-py/Makefile index b27c5e7aee88..b7799b0aed35 100644 --- a/textproc/py-roman-numerals-py/Makefile +++ b/textproc/py-roman-numerals-py/Makefile @@ -1,5 +1,5 @@ PORTNAME= roman-numerals-py -PORTVERSION= 3.1.0 +PORTVERSION= 4.0.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,11 @@ WWW= https://github.com/AA-Turner/roman-numerals/tree/master/python \ https://github.com/AA-Turner/roman-numerals LICENSE= BSD0CLAUSE CC0-1.0 -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENCE.rst +LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7<4:devel/py-flit-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}roman-numerals>=${PORTVERSION}<${PORTVERSION}_99:textproc/py-roman-numerals@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest diff --git a/textproc/py-roman-numerals-py/distinfo b/textproc/py-roman-numerals-py/distinfo index 5197e6c3b92e..c9a15b18caac 100644 --- a/textproc/py-roman-numerals-py/distinfo +++ b/textproc/py-roman-numerals-py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813114 -SHA256 (roman_numerals_py-3.1.0.tar.gz) = be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d -SIZE (roman_numerals_py-3.1.0.tar.gz) = 9017 +TIMESTAMP = 1766036511 +SHA256 (roman_numerals_py-4.0.0.tar.gz) = f7fa8dff5b7b7251d3a7586b97c57a0698e2e28898fa42c23bcc0cf51b02aee9 +SIZE (roman_numerals_py-4.0.0.tar.gz) = 1119 diff --git a/textproc/py-roman-numerals-py/files/patch-pyproject.toml b/textproc/py-roman-numerals-py/files/patch-pyproject.toml new file mode 100644 index 000000000000..2b3d64df1d5b --- /dev/null +++ b/textproc/py-roman-numerals-py/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-12-16 01:53:13 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=77"] ++requires = ["setuptools>=61"] + build-backend = "setuptools.build_meta" + + [project] +@@ -17,7 +17,7 @@ urls.Download = "https://pypi.org/project/roman-numera + ] + urls.Code = "https://github.com/AA-Turner/roman-numerals/" + urls.Download = "https://pypi.org/project/roman-numerals-py/" +-license = "0BSD or CC0-1.0" ++license = {text = "0BSD or CC0-1.0"} + requires-python = ">=3.10" + + [[project.authors]] diff --git a/textproc/py-roman-numerals/Makefile b/textproc/py-roman-numerals/Makefile new file mode 100644 index 000000000000..5fc2da599965 --- /dev/null +++ b/textproc/py-roman-numerals/Makefile @@ -0,0 +1,23 @@ +PORTNAME= roman-numerals +PORTVERSION= 4.0.0 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= roman_numerals-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Manipulate well-formed Roman numerals +WWW= https://github.com/AA-Turner/roman-numerals + +LICENSE= BSD0CLAUSE CC0-1.0 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENCE.rst + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12<4:devel/py-flit-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-roman-numerals/distinfo b/textproc/py-roman-numerals/distinfo new file mode 100644 index 000000000000..36457d5a829e --- /dev/null +++ b/textproc/py-roman-numerals/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1766036339 +SHA256 (roman_numerals-4.0.0.tar.gz) = 231287018a8788bf8c0718482a08c15b90458523ea1d840a18a791a86d4583b3 +SIZE (roman_numerals-4.0.0.tar.gz) = 9027 diff --git a/textproc/py-roman-numerals/pkg-descr b/textproc/py-roman-numerals/pkg-descr new file mode 100644 index 000000000000..9cc2b0f8a5ad --- /dev/null +++ b/textproc/py-roman-numerals/pkg-descr @@ -0,0 +1,3 @@ +This project provides utilities manipulating well-formed Roman numerals, in +various programming languages. Currently, there are implementations in Python +and Rust. diff --git a/textproc/py-textual/Makefile b/textproc/py-textual/Makefile index 03a74eef4f37..3f420b22bfaf 100644 --- a/textproc/py-textual/Makefile +++ b/textproc/py-textual/Makefile @@ -1,5 +1,5 @@ PORTNAME= textual -PORTVERSION= 6.8.0 +PORTVERSION= 6.9.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-textual/distinfo b/textproc/py-textual/distinfo index cf4d6f0cfe99..ec802690f12b 100644 --- a/textproc/py-textual/distinfo +++ b/textproc/py-textual/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765895754 -SHA256 (textual-6.8.0.tar.gz) = 7efe618ec9197466b8fe536aefabb678edf30658b9dc58a763365d7daed12b62 -SIZE (textual-6.8.0.tar.gz) = 1581639 +TIMESTAMP = 1766036513 +SHA256 (textual-6.9.0.tar.gz) = 49201129a21f65cc16003ce3855cd941a4de7d58eac9489d0e390ba501d712b6 +SIZE (textual-6.9.0.tar.gz) = 1582278 diff --git a/textproc/py-unicode-segmentation-rs/Makefile b/textproc/py-unicode-segmentation-rs/Makefile index 046f6f029baf..0e4cd6507d7e 100644 --- a/textproc/py-unicode-segmentation-rs/Makefile +++ b/textproc/py-unicode-segmentation-rs/Makefile @@ -1,6 +1,5 @@ PORTNAME= unicode-segmentation-rs -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.2.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-unicode-segmentation-rs/Makefile.crates b/textproc/py-unicode-segmentation-rs/Makefile.crates index b0ed3b3b5b6e..f78e40a0a3c8 100644 --- a/textproc/py-unicode-segmentation-rs/Makefile.crates +++ b/textproc/py-unicode-segmentation-rs/Makefile.crates @@ -1,18 +1,18 @@ CARGO_CRATES= autocfg-1.5.0 \ - cc-1.2.48 \ + cc-1.2.49 \ find-msvc-tools-0.1.5 \ heck-0.5.0 \ indoc-2.0.7 \ - libc-0.2.177 \ + libc-0.2.178 \ memoffset-0.9.1 \ once_cell-1.21.3 \ portable-atomic-1.11.1 \ proc-macro2-1.0.103 \ - pyo3-0.27.1 \ - pyo3-build-config-0.27.1 \ - pyo3-ffi-0.27.1 \ - pyo3-macros-0.27.1 \ - pyo3-macros-backend-0.27.1 \ + pyo3-0.27.2 \ + pyo3-build-config-0.27.2 \ + pyo3-ffi-0.27.2 \ + pyo3-macros-0.27.2 \ + pyo3-macros-backend-0.27.2 \ python3-dll-a-0.2.14 \ quote-1.0.42 \ rustversion-1.0.22 \ diff --git a/textproc/py-unicode-segmentation-rs/distinfo b/textproc/py-unicode-segmentation-rs/distinfo index 341c9ce33d56..51b0d9045296 100644 --- a/textproc/py-unicode-segmentation-rs/distinfo +++ b/textproc/py-unicode-segmentation-rs/distinfo @@ -1,18 +1,18 @@ -TIMESTAMP = 1764510876 -SHA256 (unicode_segmentation_rs-0.2.0.tar.gz) = 137246f8ccadf249e4978503a88438de68205d89bf360ddeece340938c33caec -SIZE (unicode_segmentation_rs-0.2.0.tar.gz) = 24842 +TIMESTAMP = 1766036515 +SHA256 (unicode_segmentation_rs-0.2.1.tar.gz) = ca01aa024a6580960bdab8e4a1a0f1287e9592e66dfdae9e51a1d05f43768e78 +SIZE (unicode_segmentation_rs-0.2.1.tar.gz) = 25041 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 -SHA256 (rust/crates/cc-1.2.48.crate) = c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a -SIZE (rust/crates/cc-1.2.48.crate) = 92458 +SHA256 (rust/crates/cc-1.2.49.crate) = 90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215 +SIZE (rust/crates/cc-1.2.49.crate) = 93145 SHA256 (rust/crates/find-msvc-tools-0.1.5.crate) = 3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844 SIZE (rust/crates/find-msvc-tools-0.1.5.crate) = 30942 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/indoc-2.0.7.crate) = 79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706 SIZE (rust/crates/indoc-2.0.7.crate) = 17184 -SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 -SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/libc-0.2.178.crate) = 37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091 +SIZE (rust/crates/libc-0.2.178.crate) = 783720 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d @@ -21,16 +21,16 @@ SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433 SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 -SHA256 (rust/crates/pyo3-0.27.1.crate) = 37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf -SIZE (rust/crates/pyo3-0.27.1.crate) = 1172212 -SHA256 (rust/crates/pyo3-build-config-0.27.1.crate) = f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb -SIZE (rust/crates/pyo3-build-config-0.27.1.crate) = 35565 -SHA256 (rust/crates/pyo3-ffi-0.27.1.crate) = 2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be -SIZE (rust/crates/pyo3-ffi-0.27.1.crate) = 78517 -SHA256 (rust/crates/pyo3-macros-0.27.1.crate) = eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71 -SIZE (rust/crates/pyo3-macros-0.27.1.crate) = 8918 -SHA256 (rust/crates/pyo3-macros-backend-0.27.1.crate) = 70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b -SIZE (rust/crates/pyo3-macros-backend-0.27.1.crate) = 82521 +SHA256 (rust/crates/pyo3-0.27.2.crate) = ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d +SIZE (rust/crates/pyo3-0.27.2.crate) = 1171342 +SHA256 (rust/crates/pyo3-build-config-0.27.2.crate) = b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6 +SIZE (rust/crates/pyo3-build-config-0.27.2.crate) = 35564 +SHA256 (rust/crates/pyo3-ffi-0.27.2.crate) = 1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089 +SIZE (rust/crates/pyo3-ffi-0.27.2.crate) = 78552 +SHA256 (rust/crates/pyo3-macros-0.27.2.crate) = 0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02 +SIZE (rust/crates/pyo3-macros-0.27.2.crate) = 8913 +SHA256 (rust/crates/pyo3-macros-backend-0.27.2.crate) = 03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9 +SIZE (rust/crates/pyo3-macros-backend-0.27.2.crate) = 82513 SHA256 (rust/crates/python3-dll-a-0.2.14.crate) = d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8 SIZE (rust/crates/python3-dll-a-0.2.14.crate) = 103489 SHA256 (rust/crates/quote-1.0.42.crate) = a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f diff --git a/textproc/rubygem-loofah-gitlab/Makefile b/textproc/rubygem-loofah-gitlab/Makefile new file mode 100644 index 000000000000..3e17f85cc60e --- /dev/null +++ b/textproc/rubygem-loofah-gitlab/Makefile @@ -0,0 +1,25 @@ +PORTNAME= loofah +PORTVERSION= 2.24.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Library for manipulating HTML/XML documents and fragments +WWW= https://github.com/flavorjones/loofah + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \ + rubygem-nokogiri>=1.12.0:textproc/rubygem-nokogiri + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= loofah_project + +PORTSCOUT= limit:^2\.24\. + +.include <bsd.port.mk> diff --git a/textproc/rubygem-loofah-gitlab/distinfo b/textproc/rubygem-loofah-gitlab/distinfo new file mode 100644 index 000000000000..4d10700baf68 --- /dev/null +++ b/textproc/rubygem-loofah-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747716414 +SHA256 (rubygem/loofah-2.24.1.gem) = 655a30842b70ec476410b347ab1cd2a5b92da46a19044357bbd9f401b009a337 +SIZE (rubygem/loofah-2.24.1.gem) = 34304 diff --git a/textproc/rubygem-loofah-gitlab/pkg-descr b/textproc/rubygem-loofah-gitlab/pkg-descr new file mode 100644 index 000000000000..dae5505c8647 --- /dev/null +++ b/textproc/rubygem-loofah-gitlab/pkg-descr @@ -0,0 +1,4 @@ +Loofah is a general library for manipulating HTML/XML documents and fragments. +It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. +Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML +sanitizers, which are based on HTML5lib's whitelist. diff --git a/textproc/rubygem-loofah/Makefile b/textproc/rubygem-loofah/Makefile index cd81de96b7cf..b1330d479a23 100644 --- a/textproc/rubygem-loofah/Makefile +++ b/textproc/rubygem-loofah/Makefile @@ -1,5 +1,5 @@ PORTNAME= loofah -PORTVERSION= 2.24.1 +PORTVERSION= 2.25.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-loofah/distinfo b/textproc/rubygem-loofah/distinfo index 4d10700baf68..2b267a2ddc9c 100644 --- a/textproc/rubygem-loofah/distinfo +++ b/textproc/rubygem-loofah/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716414 -SHA256 (rubygem/loofah-2.24.1.gem) = 655a30842b70ec476410b347ab1cd2a5b92da46a19044357bbd9f401b009a337 -SIZE (rubygem/loofah-2.24.1.gem) = 34304 +TIMESTAMP = 1766036637 +SHA256 (rubygem/loofah-2.25.0.gem) = df5ed7ac3bac6a4ec802df3877ee5cc86d027299f8952e6243b3dac446b060e6 +SIZE (rubygem/loofah-2.25.0.gem) = 34816 diff --git a/textproc/rubygem-psych/Makefile b/textproc/rubygem-psych/Makefile index 14e00d293cc5..524fe207c677 100644 --- a/textproc/rubygem-psych/Makefile +++ b/textproc/rubygem-psych/Makefile @@ -1,5 +1,5 @@ PORTNAME= psych -PORTVERSION= 5.2.6 +PORTVERSION= 5.3.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-psych/distinfo b/textproc/rubygem-psych/distinfo index e3d6d88f8889..b60522fa018d 100644 --- a/textproc/rubygem-psych/distinfo +++ b/textproc/rubygem-psych/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716416 -SHA256 (rubygem/psych-5.2.6.gem) = 814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e -SIZE (rubygem/psych-5.2.6.gem) = 39424 +TIMESTAMP = 1766036639 +SHA256 (rubygem/psych-5.3.0.gem) = 8976a41ae29ea38c88356e862629345290347e3bfe27caf654f7c5a920e95eeb +SIZE (rubygem/psych-5.3.0.gem) = 39424 |
