diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 2 | ||||
-rw-r--r-- | converters/cl-babel-sbcl/Makefile | 2 | ||||
-rw-r--r-- | converters/enca/Makefile | 2 | ||||
-rw-r--r-- | converters/ical2html/Makefile | 2 | ||||
-rw-r--r-- | converters/ical2html/distinfo | 6 | ||||
-rw-r--r-- | converters/osm2pgsql/Makefile | 1 | ||||
-rw-r--r-- | converters/php85-iconv/Makefile | 7 | ||||
-rw-r--r-- | converters/php85-mbstring/Makefile | 7 | ||||
-rw-r--r-- | converters/py-rencode/Makefile | 1 | ||||
-rw-r--r-- | converters/py-rencode/files/patch-build.py | 18 | ||||
-rw-r--r-- | converters/py-svglib/Makefile | 4 | ||||
-rw-r--r-- | converters/rubygem-json-ld-preloaded/Makefile | 2 | ||||
-rw-r--r-- | converters/rubygem-json-ld-preloaded/distinfo | 6 | ||||
-rw-r--r-- | converters/simdutf/Makefile | 4 | ||||
-rw-r--r-- | converters/simdutf/distinfo | 6 | ||||
-rw-r--r-- | converters/xml2c/Makefile | 2 | ||||
-rw-r--r-- | converters/yj-bruceadams/Makefile | 2 | ||||
-rw-r--r-- | converters/yj/Makefile | 2 | ||||
-rw-r--r-- | converters/ytnef/Makefile | 2 |
19 files changed, 57 insertions, 21 deletions
diff --git a/converters/Makefile b/converters/Makefile index 3f23e1cfea15..7a192a7b1bd2 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -147,6 +147,8 @@ SUBDIR += php83-mbstring SUBDIR += php84-iconv SUBDIR += php84-mbstring + SUBDIR += php85-iconv + SUBDIR += php85-mbstring SUBDIR += psiconv SUBDIR += py-bencode.py SUBDIR += py-bencoder diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 2bd6c1bfba6e..a889364e8bd7 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= babel DISTVERSION= 0.5.0-24 -PORTREVISION= 6 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- diff --git a/converters/enca/Makefile b/converters/enca/Makefile index 0c86e948a96f..1d7ab09cfd28 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= umap:converters/p5-Unicode-Map8 LIB_DEPENDS= librecode.so:converters/recode RUN_DEPENDS= umap:converters/p5-Unicode-Map8 -USES= gmake iconv libtool localbase pathfix pkgconfig tar:xz +USES= gmake iconv libtool localbase pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 923a3b98f4b4..2681f39f3b45 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -1,5 +1,5 @@ PORTNAME= ical2html -PORTVERSION= 2.1 +PORTVERSION= 3.0 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ diff --git a/converters/ical2html/distinfo b/converters/ical2html/distinfo index 986ae9a0569b..461ff9da41a0 100644 --- a/converters/ical2html/distinfo +++ b/converters/ical2html/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599682242 -SHA256 (ical2html-2.1.tar.gz) = 6dec95f0b4b7baaf7dd0555943cc24152a51feb589a3fb97d0c694362ea1a598 -SIZE (ical2html-2.1.tar.gz) = 92735 +TIMESTAMP = 1748960802 +SHA256 (ical2html-3.0.tar.gz) = d50844d38726a2184f819dc8f23cf6f19ed99d22641f668f9d1b1ee7fa517840 +SIZE (ical2html-3.0.tar.gz) = 105488 diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index eba0c38f74b7..5ddb752c9981 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -1,5 +1,6 @@ PORTNAME= osm2pgsql PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org diff --git a/converters/php85-iconv/Makefile b/converters/php85-iconv/Makefile new file mode 100644 index 000000000000..a2243f5af6ce --- /dev/null +++ b/converters/php85-iconv/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -iconv + +.include "${MASTERDIR}/Makefile" diff --git a/converters/php85-mbstring/Makefile b/converters/php85-mbstring/Makefile new file mode 100644 index 000000000000..7389ede69b5d --- /dev/null +++ b/converters/php85-mbstring/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -mbstring + +.include "${MASTERDIR}/Makefile" diff --git a/converters/py-rencode/Makefile b/converters/py-rencode/Makefile index 04ca240188c8..88c8f5e04e07 100644 --- a/converters/py-rencode/Makefile +++ b/converters/py-rencode/Makefile @@ -1,5 +1,6 @@ PORTNAME= rencode PORTVERSION= 1.0.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= converters devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/converters/py-rencode/files/patch-build.py b/converters/py-rencode/files/patch-build.py new file mode 100644 index 000000000000..0a5bc1187c46 --- /dev/null +++ b/converters/py-rencode/files/patch-build.py @@ -0,0 +1,18 @@ +--- build.py.orig 2025-07-30 20:26:01 UTC ++++ build.py +@@ -11,7 +11,6 @@ from setuptools.command.build_ext import build_ext + from setuptools.command.build_ext import build_ext + + +-COMPILE_ARGS = ["-march=native", "-O3", "-msse", "-msse2", "-mfma", "-mfpmath=sse"] + LINK_ARGS: list[str] = [] + INCLUDE_DIRS: list[str] = [] + LIBRARIES: list[str] = [] +@@ -22,7 +21,6 @@ def build() -> None: + Extension( + "*", + ["rencode/*.pyx"], +- extra_compile_args=COMPILE_ARGS, + extra_link_args=LINK_ARGS, + include_dirs=INCLUDE_DIRS, + libraries=LIBRARIES, diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile index 3b8fa337e69a..97629cca09d8 100644 --- a/converters/py-svglib/Makefile +++ b/converters/py-svglib/Makefile @@ -1,6 +1,6 @@ PORTNAME= svglib DISTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect2>=0.2.0:textproc/py-cssselect2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinycss2>=0.6.0:textproc/py-tinycss2@${PY_FLAVOR} diff --git a/converters/rubygem-json-ld-preloaded/Makefile b/converters/rubygem-json-ld-preloaded/Makefile index 30488b0c6db3..bc00fe3893d2 100644 --- a/converters/rubygem-json-ld-preloaded/Makefile +++ b/converters/rubygem-json-ld-preloaded/Makefile @@ -1,5 +1,5 @@ PORTNAME= json-ld-preloaded -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= converters rubygems MASTER_SITES= RG diff --git a/converters/rubygem-json-ld-preloaded/distinfo b/converters/rubygem-json-ld-preloaded/distinfo index 03ff76ba3680..5e83c3895526 100644 --- a/converters/rubygem-json-ld-preloaded/distinfo +++ b/converters/rubygem-json-ld-preloaded/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679358 -SHA256 (rubygem/json-ld-preloaded-3.3.1.gem) = afd5bf1a3b7d8f8a80dfd407185f41458c69ebe3b2d2e353890f76cd95cc6250 -SIZE (rubygem/json-ld-preloaded-3.3.1.gem) = 140800 +TIMESTAMP = 1753369410 +SHA256 (rubygem/json-ld-preloaded-3.3.2.gem) = 46294327eaf3bf95d48877222a70dd79740917adff94d5f0d380a4c492131ee1 +SIZE (rubygem/json-ld-preloaded-3.3.2.gem) = 140288 diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index d855610e9e0a..2f4ccd2431e3 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 7.3.1 +DISTVERSION= 7.3.3 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -USES= cmake:testing compiler:c++17-lang pathfix python:build,test +USES= cmake:testing compiler:c++17-lang python:build,test USE_GITHUB= yes USE_LDCONFIG= yes diff --git a/converters/simdutf/distinfo b/converters/simdutf/distinfo index 2fc4d52f7085..97d2338edcdf 100644 --- a/converters/simdutf/distinfo +++ b/converters/simdutf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750324452 -SHA256 (simdutf-simdutf-v7.3.1_GH0.tar.gz) = 357da74bae9a130ddaa9df2508622de983a8be56db319891afef4184efa858bf -SIZE (simdutf-simdutf-v7.3.1_GH0.tar.gz) = 2192907 +TIMESTAMP = 1752755367 +SHA256 (simdutf-simdutf-v7.3.3_GH0.tar.gz) = 6d720ecdd2e524790c0204561f559b755952d8a836a237b2b533f716ab6fdfbb +SIZE (simdutf-simdutf-v7.3.3_GH0.tar.gz) = 2202972 diff --git a/converters/xml2c/Makefile b/converters/xml2c/Makefile index cbd9e1ccd8c7..7cc91f13b82d 100644 --- a/converters/xml2c/Makefile +++ b/converters/xml2c/Makefile @@ -1,6 +1,6 @@ PORTNAME= xml2c PORTVERSION= 20151019 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= https://acme.com/software/xml2c/ DISTNAME= xml2c_19Oct2015 diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index 8586ba909dfb..ceaed233a24c 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/converters/yj/Makefile b/converters/yj/Makefile index 88577dc355d9..4cb817a2f261 100644 --- a/converters/yj/Makefile +++ b/converters/yj/Makefile @@ -1,7 +1,7 @@ PORTNAME= yj PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= converters DIST_SUBDIR= yj diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index 43a2e3ea8191..c13f0e30d67e 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools -USES= autoreconf cpe libtool pathfix perl5 shebangfix +USES= autoreconf cpe libtool perl5 shebangfix CPE_VENDOR= ytnef_project USE_GITHUB= yes GH_ACCOUNT= Yeraze |