diff options
Diffstat (limited to 'archivers')
26 files changed, 40 insertions, 45 deletions
diff --git a/archivers/brotli/Makefile b/archivers/brotli/Makefile index defd206fb49d..9878b7513768 100644 --- a/archivers/brotli/Makefile +++ b/archivers/brotli/Makefile @@ -14,7 +14,7 @@ WWW= https://github.com/google/brotli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing cpe pathfix pkgconfig +USES= cmake:testing cpe pkgconfig CPE_VENDOR= google USE_LDCONFIG= yes diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile index 45569666c7e8..c1a6067ad312 100644 --- a/archivers/bzip3/Makefile +++ b/archivers/bzip3/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/3rdparty/libsais-LICENSE LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE -USES= cmake cpe pathfix tar:xz +USES= cmake cpe tar:xz CPE_VENDOR= bzip3_project USE_LDCONFIG= yes diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile index a9f36b8650aa..193b1ec911ca 100644 --- a/archivers/c-blosc2/Makefile +++ b/archivers/c-blosc2/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libzstd.so:archivers/zstd -USES= cmake:testing pathfix +USES= cmake:testing CMAKE_OFF= BUILD_LITE \ DEACTIVATE_AVX2 \ diff --git a/archivers/engrampa/Makefile b/archivers/engrampa/Makefile index 4b046f71dc7a..440108434361 100644 --- a/archivers/engrampa/Makefile +++ b/archivers/engrampa/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtar:archivers/gtar \ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome libtool localbase \ - mate pathfix pkgconfig tar:xz + mate pkgconfig tar:xz USE_MATE= caja USE_GNOME= cairo gtk30 intltool USE_LDCONFIG= yes diff --git a/archivers/engrampa/pkg-descr b/archivers/engrampa/pkg-descr index 70d63314579f..00c0b9af25f9 100644 --- a/archivers/engrampa/pkg-descr +++ b/archivers/engrampa/pkg-descr @@ -11,7 +11,4 @@ The supported file types are: * Rar archives (.rar) * Single files compressed with gzip, bzip, bzip2, compress, lzop -Engrampa also has a document viewer based on bonobo that lets you view files -of any type for which you have a viewer. - Former WinZip users may find this program useful. It serves the same purpose. diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr index cc8a7234fda4..97795f42c7ee 100644 --- a/archivers/file-roller/pkg-descr +++ b/archivers/file-roller/pkg-descr @@ -11,7 +11,4 @@ The supported file types are: * Rar archives (.rar) * Single files compressed with gzip, bzip, bzip2, compress, lzop -File Roller also has a document viewer based on bonobo that lets you view files -of any type for which you have a viewer. - Former WinZip users may find this program useful. It serves the same purpose. diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile index e45894c35cc2..dbf659e13a49 100644 --- a/archivers/lbzip2/Makefile +++ b/archivers/lbzip2/Makefile @@ -1,17 +1,17 @@ PORTNAME= lbzip2 PORTVERSION= 2.5 CATEGORIES= archivers -MASTER_SITES= http://archive.lbzip2.org/ LOCAL/danfe +MASTER_SITES= ${WWW}/releases/download/v${PORTVERSION}/ \ + LOCAL/danfe -LICENSE= GPLv3 +LICENSE= GPLv3+ MAINTAINER= danfe@FreeBSD.org COMMENT= Multi-threaded bzip2/bunzip2 filter -WWW= https://lbzip2.org/ +WWW= https://github.com/kjn/lbzip2 USES= tar:bzip2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/lbunzip2 bin/lbzcat bin/lbzip2 \ share/man/man1/lbunzip2.1.gz \ diff --git a/archivers/lbzip2/pkg-descr b/archivers/lbzip2/pkg-descr index 1c23761043a3..2db31d3f25a3 100644 --- a/archivers/lbzip2/pkg-descr +++ b/archivers/lbzip2/pkg-descr @@ -1,13 +1,11 @@ -bzip2 is a free, multi-threaded compression utility with support for bzip2 -compressed file format. - -lbzip2 can process standard bz2 files in parallel. It uses POSIX threading +lbzip2 is an independent, multi-threaded implementation of bzip2 which +can process standard bz2 files in parallel. It uses POSIX threading model (pthreads), which allows it to take full advantage of the symmetric multiprocessing (SMP) systems. It has been proven to scale linearly, even -to over one hundred processor cores. +to over one hundred processor cores, and commonly considered the fastest +SMP (and uniprocessor) bzip2 compressor and decompressor. lbzip2 is fully compatible with bzip2 -- both at file format and command line level. Files created by lbzip2 can be decompressed by all versions -of bzip2 and other software supporting bz2 format. lbzip2 can decompress -any bz2 files in parallel. All bzip2 command-line options are also -accepted by lbzip2. This makes lbzip2 a drop-in replacement for bzip2. +of bzip2 and other software supporting bz2 format. This makes lbzip2 a +drop-in replacement for bzip2. diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile index 9d365084edd6..e56ced84bde3 100644 --- a/archivers/lhasa/Makefile +++ b/archivers/lhasa/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= bash>0:shells/bash -USES= autoreconf cpe libtool pathfix +USES= autoreconf cpe libtool CPE_VENDOR= lhasa_project USE_LDCONFIG= yes diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index bd4f609cf1b3..82becc89c17c 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= cpe iconv libtool localbase:ldflags pathfix pkgconfig tar:xz +USES= cpe iconv libtool localbase:ldflags pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/archivers/libdeflate/Makefile b/archivers/libdeflate/Makefile index 2cee386bf04b..d750546706cb 100644 --- a/archivers/libdeflate/Makefile +++ b/archivers/libdeflate/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/ebiggers/libdeflate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:testing pathfix +USES= cmake:testing USE_LDCONFIG= yes CMAKE_ON= LIBDEFLATE_USE_SHARED_LIB diff --git a/archivers/libdynamite/Makefile b/archivers/libdynamite/Makefile index b6a1a28522b4..3e7785a85209 100644 --- a/archivers/libdynamite/Makefile +++ b/archivers/libdynamite/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= libtool pathfix +USES= libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile index 57ec80728242..27f5b1f39363 100644 --- a/archivers/libmspack/Makefile +++ b/archivers/libmspack/Makefile @@ -11,7 +11,7 @@ WWW= https://www.cabextract.org.uk/libmspack/ \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= cpe libtool pathfix +USES= cpe libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 46436eb8b485..bf85c1ebf24e 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libzstd.so:archivers/zstd -USES= cmake cpe pathfix ssl tar:xz +USES= cmake cpe ssl tar:xz CPE_VENDOR= nih USE_LDCONFIG= yes diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index ad76fe2e4a9d..dd9958549a41 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ENV+= ac_cv_prog_ASM_PROG='no ' GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -L${LOCALBASE}/lib -USES= alias cpe libtool pathfix perl5 shebangfix tar:xz +USES= alias cpe libtool perl5 shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes diff --git a/archivers/minizip-ng/Makefile b/archivers/minizip-ng/Makefile index 64981330ab27..c56b4b4953b5 100644 --- a/archivers/minizip-ng/Makefile +++ b/archivers/minizip-ng/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libz-ng.so:archivers/zlib-ng \ libzstd.so:archivers/zstd -USES= cmake:testing iconv pathfix pkgconfig ssl +USES= cmake:testing iconv pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= zlib-ng USE_LDCONFIG= yes diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile index d96633b3b97d..cac600b2075a 100644 --- a/archivers/minizip/Makefile +++ b/archivers/minizip/Makefile @@ -10,7 +10,7 @@ WWW= https://www.winimage.com/zLibDll/minizip.html LICENSE= ZLIB -USES= autoreconf cpe libtool pathfix tar:xz +USES= autoreconf cpe libtool tar:xz CPE_VENDOR= minizip_project USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/archivers/p5-Gzip-Faster/Makefile b/archivers/p5-Gzip-Faster/Makefile index d57acd0fee54..7d7ef7fc8fc6 100644 --- a/archivers/p5-Gzip-Faster/Makefile +++ b/archivers/p5-Gzip-Faster/Makefile @@ -1,5 +1,5 @@ PORTNAME= Gzip-Faster -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BKB @@ -12,6 +12,9 @@ WWW= https://metacpan.org/release/Gzip-Faster LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +TEST_DEPENDS= p5-Digest-CRC>=0:security/p5-Digest-CRC \ + p5-Image-PNG-Libpng>=0:graphics/p5-Image-PNG-Libpng + USES= perl5 USE_PERL5= configure diff --git a/archivers/p5-Gzip-Faster/distinfo b/archivers/p5-Gzip-Faster/distinfo index b9b8e3201975..d5c1fd294cc5 100644 --- a/archivers/p5-Gzip-Faster/distinfo +++ b/archivers/p5-Gzip-Faster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529084652 -SHA256 (Gzip-Faster-0.21.tar.gz) = c65f41ca108e7e53ec34c30dbb1b5d614bf4b8100673646cf301d0caf82c7aa5 -SIZE (Gzip-Faster-0.21.tar.gz) = 77280 +TIMESTAMP = 1752932738 +SHA256 (Gzip-Faster-0.22.tar.gz) = 11470f1c6eb4305473393e871126d264e26e2db98a8c20505a72f2741d3bb15c +SIZE (Gzip-Faster-0.22.tar.gz) = 150156 diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile index e71eca8a5add..98318b429abb 100644 --- a/archivers/quazip/Makefile +++ b/archivers/quazip/Makefile @@ -15,7 +15,7 @@ FLAVORS= qt5 qt6 FLAVOR?= qt5 USES= cmake:testing compiler:c++${"${FLAVOR:Mqt6}" != "":?17:14}-lang \ - cpe pathfix qt:${FLAVOR:S/qt//} + cpe qt:${FLAVOR:S/qt//} CPE_VENDOR= quazip_project USE_GITHUB= yes GH_ACCOUNT= stachenov diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 44beb6036c80..2da01f1e7920 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -27,7 +27,7 @@ FLAVORS= default noopenmp FLAVOR?= ${FLAVORS:[1]} noopenmp_PKGNAMESUFFIX= 4-noopenmp -USES= alias cpe gmake iconv libarchive libtool lua pathfix pkgconfig \ +USES= alias cpe gmake iconv libarchive libtool lua pkgconfig \ readline shebangfix sqlite tar:bzip2 USE_LDCONFIG= yes diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index 9e732a9870c4..67697501d78a 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -10,7 +10,7 @@ WWW= http://lclevy.free.fr/adflib/unadf.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cpe libtool pathfix pkgconfig +USES= autoreconf cpe libtool pkgconfig CPE_VENDOR= unadf_project USE_GITHUB= yes GH_ACCOUNT= adflib diff --git a/archivers/unarr/Makefile b/archivers/unarr/Makefile index 7a0a729e99c5..e1e3d27f586d 100644 --- a/archivers/unarr/Makefile +++ b/archivers/unarr/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= cmocka>0:sysutils/cmocka -USES= cmake:testing pathfix +USES= cmake:testing USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= selmf diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile index d90cbdc271fa..9dbf0e736264 100644 --- a/archivers/unshield/Makefile +++ b/archivers/unshield/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/twogood/unshield LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake cpe pathfix ssl +USES= cmake cpe ssl CFLAGS+= -fPIC USE_LDCONFIG= yes diff --git a/archivers/zutils/Makefile b/archivers/zutils/Makefile index 1d330112bf8e..7c21a90457ad 100644 --- a/archivers/zutils/Makefile +++ b/archivers/zutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= zutils -PORTVERSION= 1.13 +PORTVERSION= 1.15 CATEGORIES= archivers MASTER_SITES= SAVANNAH/zutils @@ -9,7 +9,7 @@ WWW= https://www.nongnu.org/zutils/zutils.html LICENSE= GPLv2 -USES= cpe tar:lz +USES= cpe tar:lz gmake GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/archivers/zutils/distinfo b/archivers/zutils/distinfo index 12bf6361df48..e6ff6ad61b48 100644 --- a/archivers/zutils/distinfo +++ b/archivers/zutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716092035 -SHA256 (zutils-1.13.tar.lz) = 957d03c6c1b6b68c94e313ff9633bf6c7e32ab50e150ab67cc244b0ccd2a4c17 -SIZE (zutils-1.13.tar.lz) = 63316 +TIMESTAMP = 1753246430 +SHA256 (zutils-1.15.tar.lz) = 05e6b03f333eabd78a1055139557e8ada6b634f1a58e8501f3b8f111a705cb87 +SIZE (zutils-1.15.tar.lz) = 65227 |