diff options
Diffstat (limited to 'converters')
47 files changed, 124 insertions, 224 deletions
diff --git a/converters/Makefile b/converters/Makefile index 7a192a7b1bd2..6b251b3bec48 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -135,7 +135,6 @@ SUBDIR += p5-XML-WBXML SUBDIR += p5-bsdconv SUBDIR += p5-plutil - SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-igbinary SUBDIR += php-bsdconv diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index b25fab899efd..15b8ea70a8af 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,5 +1,5 @@ PORTNAME= bibtexconv -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.5 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ @@ -14,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= pdfinfo:graphics/poppler-utils \ zip:archivers/zip -USES= bison cmake python:3.9+ shebangfix ssl tar:xz +USES= bison cmake python shebangfix ssl tar:xz SHEBANG_FILES= src/get-author-url src/ietf2bibtex @@ -24,6 +24,8 @@ OPTIONS_DEFINE= EXAMPLES # Remove trailing subdir from CMAKE_INSTALL_DOCDIR post-patch: - @${REINPLACE_CMD} -e 's|/examples||' ${WRKSRC}/src/CMakeLists.txt ${WRKSRC}/src/Images/CMakeLists.txt + @${REINPLACE_CMD} -e 's|/examples||' \ + ${WRKSRC}/src/CMakeLists.txt \ + ${WRKSRC}/src/Images/CMakeLists.txt .include <bsd.port.mk> diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo index e203ef17f898..9c6fc204d86b 100644 --- a/converters/bibtexconv/distinfo +++ b/converters/bibtexconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750234721 -SHA256 (bibtexconv-2.0.3.tar.xz) = 94e060c9f0d719c3475140719cd6a283eada920a4143548f060eebcb056cf670 -SIZE (bibtexconv-2.0.3.tar.xz) = 346164 +TIMESTAMP = 1761303764 +SHA256 (bibtexconv-2.0.5.tar.xz) = 148c254449475027ac32f5e4451f084c51224da72fcb4d4d0a716979f274625a +SIZE (bibtexconv-2.0.5.tar.xz) = 359036 diff --git a/converters/bibtexconv/pkg-plist b/converters/bibtexconv/pkg-plist index aed4508e8147..ff9612b16ac7 100644 --- a/converters/bibtexconv/pkg-plist +++ b/converters/bibtexconv/pkg-plist @@ -15,6 +15,7 @@ share/bash-completion/completions/ietf2bibtex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors-fix.list %%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors.list %%PORTEXAMPLES%%%%EXAMPLESDIR%%/get-author-url +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/md-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/odt-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/publication-list-treeview.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text-example.export diff --git a/converters/dos2ansi/Makefile b/converters/dos2ansi/Makefile index 94c28f139c41..1c8c8fec77c9 100644 --- a/converters/dos2ansi/Makefile +++ b/converters/dos2ansi/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.0 CATEGORIES= converters MASTER_SITES= ${WWW}/releases/download/v${DISTVERSION}/ -MAINTAINER= zirias@FreeBSD.org +MAINTAINER= grembo@FreeBSD.org COMMENT= Converter for old MS-DOS/ANSI.SYS text files WWW= https://github.com/Zirias/dos2ansi diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index 38a12451f532..83dd5d45c4fc 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,5 +1,5 @@ PORTNAME= dos2unix -DISTVERSION= 7.5.2 +DISTVERSION= 7.5.3 CATEGORIES= converters MASTER_SITES= SF \ https://waterlan.home.xs4all.nl/dos2unix/ diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo index 276c7e3a733e..978b2ee7ff5f 100644 --- a/converters/dos2unix/distinfo +++ b/converters/dos2unix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707150448 -SHA256 (dos2unix-7.5.2.tar.gz) = 264742446608442eb48f96c20af6da303cb3a92b364e72cb7e24f88239c4bf3a -SIZE (dos2unix-7.5.2.tar.gz) = 991485 +TIMESTAMP = 1760514676 +SHA256 (dos2unix-7.5.3.tar.gz) = 28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2 +SIZE (dos2unix-7.5.3.tar.gz) = 955879 diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index f3941134eafc..0623fd95391f 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,5 +1,5 @@ PORTNAME= libiconv -PORTVERSION= 1.17 +PORTVERSION= 1.18 PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= GNU @@ -12,11 +12,9 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool -USE_CSTD= gnu89 USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static \ --disable-nls \ --docdir=${DOCSDIR} \ @@ -35,4 +33,7 @@ post-patch: @${REINPLACE_CMD} -e 's:gawk:awk:g' ${WRKSRC}/configure \ ${WRKSRC}/libcharset/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so + .include <bsd.port.mk> diff --git a/converters/libiconv/distinfo b/converters/libiconv/distinfo index bfe16318e834..751c1f5e0b78 100644 --- a/converters/libiconv/distinfo +++ b/converters/libiconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655671090 -SHA256 (libiconv-1.17.tar.gz) = 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313 -SIZE (libiconv-1.17.tar.gz) = 5413283 +TIMESTAMP = 1762019880 +SHA256 (libiconv-1.18.tar.gz) = 3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8 +SIZE (libiconv-1.18.tar.gz) = 5822590 diff --git a/converters/libiconv/files/patch-include-iconv.h.in b/converters/libiconv/files/patch-include-iconv.h.in index cd0e7e17567c..6fd627554add 100644 --- a/converters/libiconv/files/patch-include-iconv.h.in +++ b/converters/libiconv/files/patch-include-iconv.h.in @@ -1,25 +1,43 @@ ---- include/iconv.h.in.orig 2019-04-26 18:48:39 UTC +--- include/iconv.h.in.orig 2024-12-15 12:23:08 UTC +++ include/iconv.h.in -@@ -20,8 +20,10 @@ - #ifndef _LIBICONV_H - #define _LIBICONV_H +@@ -24,8 +24,10 @@ extern "C" { + extern "C" { + #endif +#ifndef LIBICONV_PLUG - #define _LIBICONV_VERSION 0x0111 /* version number: (major<<8) + minor */ + #define _LIBICONV_VERSION 0x0112 /* version number: (major<<8) + minor */ extern @DLL_VARIABLE@ int _libiconv_version; /* Likewise */ +#endif - /* We would like to #include any system header file which could define - iconv_t, 1. in order to eliminate the risk that the user gets compilation -@@ -93,7 +95,6 @@ extern int iconv_close (iconv_t cd); - #endif + #ifdef __cplusplus + } +@@ -69,7 +71,9 @@ extern "C" { + + /* Allocates descriptor for code conversion from encoding ‘fromcode’ to + encoding ‘tocode’. */ ++#ifndef LIBICONV_PLUG + #define iconv_open libiconv_open ++#endif + extern iconv_t iconv_open (const char* tocode, const char* fromcode); + /* Converts, using conversion descriptor ‘cd’, at most ‘*inbytesleft’ bytes +@@ -77,11 +81,15 @@ extern iconv_t iconv_open (const char* tocode, const c + ‘*outbuf’. + Decrements ‘*inbytesleft’ and increments ‘*inbuf’ by the same amount. + Decrements ‘*outbytesleft’ and increments ‘*outbuf’ by the same amount. */ ++#ifndef LIBICONV_PLUG + #define iconv libiconv ++#endif + extern size_t iconv (iconv_t cd, @ICONV_CONST@ char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); --#ifndef LIBICONV_PLUG + /* Frees resources allocated for conversion descriptor ‘cd’. */ ++#ifndef LIBICONV_PLUG + #define iconv_close libiconv_close ++#endif + extern int iconv_close (iconv_t cd); - /* Nonstandard extensions. */ -@@ -126,12 +127,16 @@ typedef struct { +@@ -121,12 +129,16 @@ typedef struct { /* Allocates descriptor for code conversion from encoding ‘fromcode’ to encoding ‘tocode’ into preallocated memory. Returns an error indicator (0 or -1 with errno set). */ @@ -36,10 +54,10 @@ extern int iconvctl (iconv_t cd, int request, void* argument); /* Hook performed after every successful conversion of a Unicode character. */ -@@ -209,9 +214,15 @@ struct iconv_fallbacks { - #define ICONV_SET_DISCARD_ILSEQ 4 /* const int *argument */ - #define ICONV_SET_HOOKS 5 /* const struct iconv_hooks *argument */ - #define ICONV_SET_FALLBACKS 6 /* const struct iconv_fallbacks *argument */ +@@ -213,9 +225,15 @@ struct iconv_fallbacks { + #define ICONV_SET_DISCARD_INVALID 12 /* const int *argument */ + #define ICONV_GET_DISCARD_NON_IDENTICAL 13 /* int *argument */ + #define ICONV_SET_DISCARD_NON_IDENTICAL 14 /* const int *argument */ +#ifdef LIBICONV_PLUG +#define ICONV_GET_ILSEQ_INVALID 128 +#define ICONV_SET_ILSEQ_INVALID 129 @@ -52,7 +70,7 @@ extern void iconvlist (int (*do_one) (unsigned int namescount, const char * const * names, void* data), -@@ -223,6 +234,7 @@ extern const char * iconv_canonicalize ( +@@ -227,6 +245,7 @@ extern const char * iconv_canonicalize (const char * n /* Support for relocatable packages. */ @@ -60,7 +78,7 @@ /* Sets the original and the current installation prefix of the package. Relocation simply replaces a pathname starting with the original prefix by the corresponding pathname with the current prefix instead. Both -@@ -230,12 +242,12 @@ extern const char * iconv_canonicalize ( +@@ -234,6 +253,7 @@ extern void libiconv_set_relocation_prefix (const char instead of "/"). */ extern void libiconv_set_relocation_prefix (const char *orig_prefix, const char *curr_prefix); @@ -68,9 +86,3 @@ #ifdef __cplusplus } - #endif - --#endif - - - #endif /* _LIBICONV_H */ diff --git a/converters/libiconv/files/patch-libcharset_lib_localcharset.c b/converters/libiconv/files/patch-libcharset_lib_localcharset.c index c344c51026f7..1588d2f3b031 100644 --- a/converters/libiconv/files/patch-libcharset_lib_localcharset.c +++ b/converters/libiconv/files/patch-libcharset_lib_localcharset.c @@ -1,6 +1,6 @@ ---- libcharset/lib/localcharset.c.orig 2020-05-09 08:59:22 UTC +--- libcharset/lib/localcharset.c.orig 2020-04-04 12:50:22 UTC +++ libcharset/lib/localcharset.c -@@ -92,6 +92,7 @@ static const struct table_entry alias_table[] = +@@ -95,6 +95,7 @@ static const struct table_entry alias_table[] = # if defined __FreeBSD__ /* FreeBSD */ /*{ "ARMSCII-8", "ARMSCII-8" },*/ { "Big5", "BIG5" }, @@ -8,7 +8,7 @@ { "C", "ASCII" }, /*{ "CP1131", "CP1131" },*/ /*{ "CP1251", "CP1251" },*/ -@@ -104,6 +105,7 @@ static const struct table_entry alias_table[] = +@@ -107,6 +108,7 @@ static const struct table_entry alias_table[] = { "ISO8859-13", "ISO-8859-13" }, { "ISO8859-15", "ISO-8859-15" }, { "ISO8859-2", "ISO-8859-2" }, diff --git a/converters/libiconv/files/patch-src__Makefile.in b/converters/libiconv/files/patch-src__Makefile.in index 18c7b5113cbf..95a5f2d7c38e 100644 --- a/converters/libiconv/files/patch-src__Makefile.in +++ b/converters/libiconv/files/patch-src__Makefile.in @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2019-01-27 22:07:13 UTC +--- src/Makefile.in.orig 2023-05-12 20:45:58 UTC +++ src/Makefile.in -@@ -71,7 +71,6 @@ OBJECTS_RES_no = +@@ -71,7 +71,6 @@ all : iconv_no_i18n$(EXEEXT) iconv.@OBJEXT@ $(OBJECTS_ # without internationalization and not linked with libintl. all : iconv_no_i18n$(EXEEXT) iconv.@OBJEXT@ $(OBJECTS_RES_@WOE32@) @@ -12,8 +12,8 @@ if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi case "@host_os@" in \ hpux*) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a -L$(DESTDIR)$(libdir) -liconv @LIBINTL@ $(OBJECTS_RES_@WOE32@) `if test -n '$(DESTDIR)'; then echo " -Wl,+b -Wl,$(libdir)"; fi` -o iconv$(EXEEXT);; \ -- *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a $(DESTDIR)$(libdir)/libiconv.la @LTLIBINTL@ $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ -+ *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a ../lib/libiconv.la @LTLIBINTL@ $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ +- *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a @LTLIBINTL@ $(DESTDIR)$(libdir)/libiconv.la $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ ++ *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a @LTLIBINTL@ $(top_srcdir)/lib/libiconv.la $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ esac $(INSTALL_PROGRAM_ENV) $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) iconv$(EXEEXT) $(DESTDIR)$(bindir)/iconv$(EXEEXT) diff --git a/converters/libiconv/pkg-plist b/converters/libiconv/pkg-plist index 5ba582d734c4..2bdb363e18d7 100644 --- a/converters/libiconv/pkg-plist +++ b/converters/libiconv/pkg-plist @@ -9,7 +9,7 @@ lib/libcharset.so.1.0.0 lib/libiconv.a lib/libiconv.so lib/libiconv.so.2 -lib/libiconv.so.2.6.1 +lib/libiconv.so.2.7.0 share/man/man1/iconv.1.gz share/man/man3/iconv.3.gz share/man/man3/iconv_open.3.gz diff --git a/converters/osm2pgrouting/Makefile b/converters/osm2pgrouting/Makefile index f50cb9291a5b..fd4d5a1df5c7 100644 --- a/converters/osm2pgrouting/Makefile +++ b/converters/osm2pgrouting/Makefile @@ -1,7 +1,6 @@ PORTNAME= osm2pgrouting DISTVERSIONPREFIX= v -DISTVERSION= 2.3.8 -PORTREVISION= 10 +DISTVERSION= 3.0.0 CATEGORIES= converters databases geography MAINTAINER= lbartoletti@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://pgrouting.org/docs/tools/osm2pgrouting.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libpqxx.so:databases/postgresql-libpqxx diff --git a/converters/osm2pgrouting/distinfo b/converters/osm2pgrouting/distinfo index a2c802ccd55e..6de287852212 100644 --- a/converters/osm2pgrouting/distinfo +++ b/converters/osm2pgrouting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622957337 -SHA256 (pgRouting-osm2pgrouting-v2.3.8_GH0.tar.gz) = e3a58bcacf0c8811e0dcf3cf3791a4a7cc5ea2a901276133eacf227b30fd8355 -SIZE (pgRouting-osm2pgrouting-v2.3.8_GH0.tar.gz) = 187051 +TIMESTAMP = 1762492886 +SHA256 (pgRouting-osm2pgrouting-v3.0.0_GH0.tar.gz) = 3d3042aa0dd30930d27801c9833ebfbe16eba0ab0e5d6277636ce17b157f2a0f +SIZE (pgRouting-osm2pgrouting-v3.0.0_GH0.tar.gz) = 186420 diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index c44062a03f5c..f57c8f9d204b 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -1,6 +1,5 @@ PORTNAME= osm2pgsql -PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org diff --git a/converters/osm2pgsql/distinfo b/converters/osm2pgsql/distinfo index 3206f75fdcf9..83797661408e 100644 --- a/converters/osm2pgsql/distinfo +++ b/converters/osm2pgsql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744633038 -SHA256 (openstreetmap-osm2pgsql-2.1.1_GH0.tar.gz) = b084e4a79317043410ff13ece4350a801384bd34e6c2c5959fa1e1424ce195b0 -SIZE (openstreetmap-osm2pgsql-2.1.1_GH0.tar.gz) = 2712681 +TIMESTAMP = 1758190034 +SHA256 (openstreetmap-osm2pgsql-2.2.0_GH0.tar.gz) = 567dad078f8a66d6d706ac1876b5251b688109d16974909d89ce2056d6e9f258 +SIZE (openstreetmap-osm2pgsql-2.2.0_GH0.tar.gz) = 2729137 diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile index 881d49cefc41..8c586ef92431 100644 --- a/converters/p5-Convert-Binary-C/Makefile +++ b/converters/p5-Convert-Binary-C/Makefile @@ -1,6 +1,5 @@ PORTNAME= Convert-Binary-C -PORTVERSION= 0.85 -PORTREVISION= 1 +PORTVERSION= 0.86 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/converters/p5-Convert-Binary-C/distinfo b/converters/p5-Convert-Binary-C/distinfo index 78fe55510a37..44823ff21047 100644 --- a/converters/p5-Convert-Binary-C/distinfo +++ b/converters/p5-Convert-Binary-C/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728827374 -SHA256 (Convert-Binary-C-0.85.tar.gz) = c4cf42e00ea429ae3db276755b922282b4e8e9419d0eaf094aaa24107abc50e5 -SIZE (Convert-Binary-C-0.85.tar.gz) = 1365702 +TIMESTAMP = 1757516574 +SHA256 (Convert-Binary-C-0.86.tar.gz) = 6f1b1787df5492793a545746fe2963ad6e1b6203179f65e646cdca41e9fb3cc0 +SIZE (Convert-Binary-C-0.86.tar.gz) = 1369699 diff --git a/converters/p5-Cpanel-JSON-XS/Makefile b/converters/p5-Cpanel-JSON-XS/Makefile index b0265e4c6f3e..97bd1c15f0ee 100644 --- a/converters/p5-Cpanel-JSON-XS/Makefile +++ b/converters/p5-Cpanel-JSON-XS/Makefile @@ -1,5 +1,5 @@ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 4.39 +PORTVERSION= 4.40 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN diff --git a/converters/p5-Cpanel-JSON-XS/distinfo b/converters/p5-Cpanel-JSON-XS/distinfo index a97e091ab47b..2fc4b259258e 100644 --- a/converters/p5-Cpanel-JSON-XS/distinfo +++ b/converters/p5-Cpanel-JSON-XS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888110 -SHA256 (Cpanel-JSON-XS-4.39.tar.gz) = b7a7929c85d76c82b1678e4536588774e1c5a16db49411490ee664131a35bb4e -SIZE (Cpanel-JSON-XS-4.39.tar.gz) = 260912 +TIMESTAMP = 1759324042 +SHA256 (Cpanel-JSON-XS-4.40.tar.gz) = 785473f07673b197e1c29964e9445ed969ee0b4b2adf51d7bebec6887cd3514c +SIZE (Cpanel-JSON-XS-4.40.tar.gz) = 261420 diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile index e41f4e94a06f..9b2eaff746f5 100644 --- a/converters/p5-JSON-PP/Makefile +++ b/converters/p5-JSON-PP/Makefile @@ -6,6 +6,9 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ISHIGAKI PKGNAMEPREFIX= p5- +PATCH_SITES= https://github.com/makamaka/JSON-PP/commit/ +PATCHFILES= 7052740e158491666e4f27d75241617a16170102.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON::XS compatible pure-Perl module WWW= https://metacpan.org/release/JSON-PP diff --git a/converters/p5-JSON-PP/distinfo b/converters/p5-JSON-PP/distinfo index 3a5a214ff553..2517ab99f594 100644 --- a/converters/p5-JSON-PP/distinfo +++ b/converters/p5-JSON-PP/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1674589600 +TIMESTAMP = 1757120568 SHA256 (JSON-PP-4.16.tar.gz) = 8bc2f162bafc42645c489905ad72540f0d3c284b360c96299095183c30cc9789 SIZE (JSON-PP-4.16.tar.gz) = 55556 +SHA256 (7052740e158491666e4f27d75241617a16170102.patch) = dc9758a6bccb736e8acd7fb036de651e9bc64fcc8640e26a79c16d219880a9ec +SIZE (7052740e158491666e4f27d75241617a16170102.patch) = 682 diff --git a/converters/p5-JSON-PP/files/patch-MANIFEST b/converters/p5-JSON-PP/files/patch-MANIFEST deleted file mode 100644 index b673cdfcbe02..000000000000 --- a/converters/p5-JSON-PP/files/patch-MANIFEST +++ /dev/null @@ -1,9 +0,0 @@ ---- MANIFEST.orig 2022-07-31 06:10:05 UTC -+++ MANIFEST -@@ -1,5 +1,5 @@ - .travis.yml --bin/json_pp -+bin/p5json_pp - Changes - lib/JSON/PP.pm - lib/JSON/PP/Boolean.pm diff --git a/converters/p5-JSON-PP/files/patch-bin_json__pp b/converters/p5-JSON-PP/files/patch-bin_json__pp deleted file mode 100644 index 3a4471fc7983..000000000000 --- a/converters/p5-JSON-PP/files/patch-bin_json__pp +++ /dev/null @@ -1,13 +0,0 @@ -Silence Getopt::Long warning - ---- bin/json_pp.orig 2025-08-20 12:20:56 UTC -+++ bin/json_pp -@@ -2,7 +2,7 @@ use strict; - - BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; --use Getopt::Long; -+use Getopt::Long qw( :config no_ignore_case ); - use Encode (); - - use JSON::PP (); diff --git a/converters/p5-JSON-PP/files/patch-Makefile.PL b/converters/p5-JSON-PP/files/patch-json_pp index 7260e33de101..0f62c24bc5b0 100644 --- a/converters/p5-JSON-PP/files/patch-Makefile.PL +++ b/converters/p5-JSON-PP/files/patch-json_pp @@ -9,3 +9,12 @@ 'ABSTRACT_FROM' => 'lib/JSON/PP.pm', # retrieve abstract from module 'AUTHOR' => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>', ( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ), +--- MANIFEST.orig 2022-07-31 06:10:05 UTC ++++ MANIFEST +@@ -1,5 +1,5 @@ + .travis.yml +-bin/json_pp ++bin/p5json_pp + Changes + lib/JSON/PP.pm + lib/JSON/PP/Boolean.pm diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 5886368a955b..3e21bc2bd749 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,5 +1,5 @@ PORTNAME= JSON-XS -PORTVERSION= 4.03 +PORTVERSION= 4.04 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index 06af52211198..44df30792e65 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680090 -SHA256 (JSON-XS-4.03.tar.gz) = 515536f45f2fa1a7e88c8824533758d0121d267ab9cb453a1b5887c8a56b9068 -SIZE (JSON-XS-4.03.tar.gz) = 86749 +TIMESTAMP = 1759324044 +SHA256 (JSON-XS-4.04.tar.gz) = 8eff1e9f304c5625b59ab7b42258415f6d3e3681c1ddab6b725518a018a7f5e0 +SIZE (JSON-XS-4.04.tar.gz) = 87082 diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile deleted file mode 100644 index 9750702818e5..000000000000 --- a/converters/pdf2djvu/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -PORTNAME= pdf2djvu -DISTVERSION= 0.9.19 -PORTREVISION= 5 -CATEGORIES= converters -MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ - -MAINTAINER= samy.mahmoudi@gmail.com -COMMENT= Creates DjVu files from PDF files -WWW= https://jwilk.net/software/pdf2djvu - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/doc/COPYING - -BROKEN= does not compile with either LLVM or GCC -DEPRECATED= Port has been abandoned upstream for almost three years: https://groups.io/g/pdf2djvu/message/146 -EXPIRATION_DATE= 2025-08-31 - -BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:devel/pstreams -LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \ - libpoppler.so:graphics/poppler - -USES= autoreconf:build compiler:c++20-lang gettext-tools \ - gmake iconv localbase pkgconfig tar:xz -USE_CXXSTD= c++20 - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -OPTIONS_DEFINE= COLOR_QUANTIZATION DOCS NLS MULTITHREADING XMP -OPTIONS_DEFAULT=COLOR_QUANTIZATION MULTITHREADING -OPTIONS_SUB= yes - -COLOR_QUANTIZATION_DESC=Color quantization via GraphicsMagick++ -DOCS_DESC= Generate the man page -MULTITHREADING_DESC= Multithreading support via OpenMP -NLS_DESC= Native Language Support via gettext utilities -XMP_DESC= XMP metadata support via Exiv2 - -COLOR_QUANTIZATION_LIB_DEPENDS= \ - libGraphicsMagick++.so:graphics/GraphicsMagick \ - libGraphicsMagick.so:graphics/GraphicsMagick -COLOR_QUANTIZATION_CONFIGURE_WITH=graphicsmagick - -DOCS_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ - xsltproc:textproc/libxslt - -MULTITHREADING_CONFIGURE_ENABLE=openmp - -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls - -XMP_LIB_DEPENDS= libexiv2.so:graphics/exiv2 -XMP_CONFIGURE_ENABLE= xmp - -post-build-DOCS-on: - @cd ${WRKSRC}/doc && ${GMAKE} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/converters/pdf2djvu/distinfo b/converters/pdf2djvu/distinfo deleted file mode 100644 index c7530d30e390..000000000000 --- a/converters/pdf2djvu/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -TIMESTAMP = 1688214224 -SHA256 (pdf2djvu-0.9.19.tar.xz) = eb45a480131594079f7fe84df30e4a5d0686f7a8049dc7084eebe22acc37aa9a -SIZE (pdf2djvu-0.9.19.tar.xz) = 309952 -SHA256 (e170ad557d5f13daeeac047dfaa79347bbe5062f.diff) = 55518c001772b1956d5c833a0f206fc31b83bc7d25a8b51c5aa51aea56c87fcd -SIZE (e170ad557d5f13daeeac047dfaa79347bbe5062f.diff) = 787 -SHA256 (956fedc7e0831126b9006efedad5519c14201c52.diff) = 82c675db1326ec85633376b47ecb6122d0e171dd183b0b8e6f0d6bba74442c4f -SIZE (956fedc7e0831126b9006efedad5519c14201c52.diff) = 452 -SHA256 (dca43e8182174bc04e107eaefcafcfdfdf9bcd61.diff) = cf504eb1ec5a7159d965614fa62d90bccf03e0e29685881d1c3056c23a01b749 -SIZE (dca43e8182174bc04e107eaefcafcfdfdf9bcd61.diff) = 860 diff --git a/converters/pdf2djvu/files/bootstrap b/converters/pdf2djvu/files/bootstrap deleted file mode 100644 index a3a682950e3c..000000000000 --- a/converters/pdf2djvu/files/bootstrap +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -mkdir -p m4 -aclocal -autoconf -autoheader -automake --add-missing -autopoint -exit 0 diff --git a/converters/pdf2djvu/files/patch-sys-uuid.cc b/converters/pdf2djvu/files/patch-sys-uuid.cc deleted file mode 100644 index 49599f09f3f9..000000000000 --- a/converters/pdf2djvu/files/patch-sys-uuid.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- sys-uuid.cc.orig 2019-06-23 11:41:41 UTC -+++ sys-uuid.cc -@@ -17,6 +17,8 @@ - #include "autoconf.hh" - #include "system.hh" - -+#include <cstring> -+ - #if WIN32 - - #include <cassert> diff --git a/converters/pdf2djvu/pkg-descr b/converters/pdf2djvu/pkg-descr deleted file mode 100644 index e4f0d6831160..000000000000 --- a/converters/pdf2djvu/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -pdf2djvu creates DjVu files from PDF files. It's able to extract: -graphics, text layer, hyperlinks, document outline (bookmarks), and -metadata. diff --git a/converters/pdf2djvu/pkg-plist b/converters/pdf2djvu/pkg-plist deleted file mode 100644 index be5218515813..000000000000 --- a/converters/pdf2djvu/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/pdf2djvu -%%DOCS%%%%NLS%%share/man/de/man1/pdf2djvu.1.gz -%%DOCS%%%%NLS%%share/man/fr/man1/pdf2djvu.1.gz -%%DOCS%%share/man/man1/pdf2djvu.1.gz -%%DOCS%%%%NLS%%share/man/pl/man1/pdf2djvu.1.gz -%%DOCS%%%%NLS%%share/man/pt/man1/pdf2djvu.1.gz -%%DOCS%%%%NLS%%share/man/ru/man1/pdf2djvu.1.gz -%%NLS%%share/locale/de/LC_MESSAGES/pdf2djvu.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pdf2djvu.mo -%%NLS%%share/locale/pt/LC_MESSAGES/pdf2djvu.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pdf2djvu.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pdf2djvu.mo diff --git a/converters/py-gotenberg-client/Makefile b/converters/py-gotenberg-client/Makefile index d838a7341bc6..9102f164b3df 100644 --- a/converters/py-gotenberg-client/Makefile +++ b/converters/py-gotenberg-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= gotenberg-client -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/converters/py-gotenberg-client/distinfo b/converters/py-gotenberg-client/distinfo index 5eac8da25a32..91b2e413d068 100644 --- a/converters/py-gotenberg-client/distinfo +++ b/converters/py-gotenberg-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746349912 -SHA256 (gotenberg_client-0.10.0.tar.gz) = 27da0ba29eb313d747b8940558d43588bfb816458829e4cb5e2697bfe645732d -SIZE (gotenberg_client-0.10.0.tar.gz) = 1209616 +TIMESTAMP = 1757006395 +SHA256 (gotenberg_client-0.11.0.tar.gz) = 44479d996fb4103fc324d84395cc4a762863a033833ac1fc63490e96109f50d7 +SIZE (gotenberg_client-0.11.0.tar.gz) = 1210349 diff --git a/converters/py-mammoth/Makefile b/converters/py-mammoth/Makefile index 00198080cb99..1cb186bb888f 100644 --- a/converters/py-mammoth/Makefile +++ b/converters/py-mammoth/Makefile @@ -1,5 +1,5 @@ PORTNAME= mammoth -DISTVERSION= 1.9.0 +DISTVERSION= 1.11.0 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/converters/py-mammoth/distinfo b/converters/py-mammoth/distinfo index 547c3ff86e4b..7e29f03707ec 100644 --- a/converters/py-mammoth/distinfo +++ b/converters/py-mammoth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737341659 -SHA256 (mammoth-1.9.0.tar.gz) = 74f5dae10ca240fd9b7a0e1a6deaebe0aad23bc590633ef6f5e868aa9b7042a6 -SIZE (mammoth-1.9.0.tar.gz) = 50906 +TIMESTAMP = 1758848100 +SHA256 (mammoth-1.11.0.tar.gz) = a0f59e442f34d5b6447f4b0999306cbf3e67aaabfa8cb516f878fb1456744637 +SIZE (mammoth-1.11.0.tar.gz) = 53142 diff --git a/converters/py-markitdown/Makefile b/converters/py-markitdown/Makefile index cf12eddb2989..de9d69e15627 100644 --- a/converters/py-markitdown/Makefile +++ b/converters/py-markitdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= markitdown DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile index 97629cca09d8..2dc75470ed1e 100644 --- a/converters/py-svglib/Makefile +++ b/converters/py-svglib/Makefile @@ -1,6 +1,6 @@ PORTNAME= svglib DISTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 4 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}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${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-po_to_json/Makefile b/converters/rubygem-po_to_json/Makefile index 6ceab151c75b..aaff53961898 100644 --- a/converters/rubygem-po_to_json/Makefile +++ b/converters/rubygem-po_to_json/Makefile @@ -1,5 +1,5 @@ PORTNAME= po_to_json -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.2 CATEGORIES= converters rubygems MASTER_SITES= RG diff --git a/converters/rubygem-po_to_json/distinfo b/converters/rubygem-po_to_json/distinfo index a6e11168ffc4..67c0ebb242cb 100644 --- a/converters/rubygem-po_to_json/distinfo +++ b/converters/rubygem-po_to_json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070196 -SHA256 (rubygem/po_to_json-2.0.0.gem) = 9e59b2904c015d2fcad3ec02022970ad0fb6622f6eb5ba82b47dff99d2fd6b2a -SIZE (rubygem/po_to_json-2.0.0.gem) = 8704 +TIMESTAMP = 1761446802 +SHA256 (rubygem/po_to_json-2.1.2.gem) = adea6f35f1803d615b7f6d8748472a41e5f3d10a05ea92ce50150f620b37a0b9 +SIZE (rubygem/po_to_json-2.1.2.gem) = 9216 diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index e19b3cef134b..d30cdb9bfa15 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 7.3.6 +DISTVERSION= 7.5.0 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org diff --git a/converters/simdutf/distinfo b/converters/simdutf/distinfo index b5aa414ea497..ed9e5ac7b283 100644 --- a/converters/simdutf/distinfo +++ b/converters/simdutf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755237077 -SHA256 (simdutf-simdutf-v7.3.6_GH0.tar.gz) = c08f3dce1cbb7a8bead9eb53bcbda778e8a1c69b7d3a0690682f1b09fbb85c31 -SIZE (simdutf-simdutf-v7.3.6_GH0.tar.gz) = 2209424 +TIMESTAMP = 1760644680 +SHA256 (simdutf-simdutf-v7.5.0_GH0.tar.gz) = 3cad2f554912ecd77222272e5d1a7c1e5e33b4011bee823269cdc9095d2fdce2 +SIZE (simdutf-simdutf-v7.5.0_GH0.tar.gz) = 2220975 diff --git a/converters/simdutf/pkg-plist b/converters/simdutf/pkg-plist index 24d025bccbb0..917a3854a7b7 100644 --- a/converters/simdutf/pkg-plist +++ b/converters/simdutf/pkg-plist @@ -14,7 +14,7 @@ lib/cmake/simdutf/simdutf-config-version.cmake lib/cmake/simdutf/simdutf-config.cmake lib/cmake/simdutf/simdutfTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/simdutf/simdutfTargets.cmake -lib/libsimdutf.so.25.0.0 -lib/libsimdutf.so.25 +lib/libsimdutf.so.27.0.0 +lib/libsimdutf.so.27 lib/libsimdutf.so libdata/pkgconfig/simdutf.pc diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index ceaed233a24c..b353cf2147fe 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 32 +PORTREVISION= 35 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/converters/yj/Makefile b/converters/yj/Makefile index c19d306b8202..b8140e812998 100644 --- a/converters/yj/Makefile +++ b/converters/yj/Makefile @@ -1,7 +1,7 @@ PORTNAME= yj PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 27 +PORTREVISION= 31 CATEGORIES= converters DIST_SUBDIR= yj |
