pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/plzip



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Oct 24 07:52:02 UTC 2022

Added Files:
        pkgsrc/archivers/plzip: DESCR Makefile PLIST distinfo

Log Message:
archivers/plzip: import plzip-1.10.

Plzip is a massively parallel (multi-threaded) implementation of lzip, fully
compatible with lzip 1.4 or newer. Plzip uses the compression library lzlib.

Lzip is a lossless data compressor with a user interface similar to the one
of gzip or bzip2. Lzip uses a simplified form of the 'Lempel-Ziv-Markov
chain-Algorithm' (LZMA) stream format and provides a 3 factor integrity
checking to maximize interoperability and optimize safety. Lzip can compress
about as fast as gzip (lzip -0) or compress most files more than bzip2
(lzip -9). Decompression speed is intermediate between gzip and bzip2.
Lzip is better than gzip and bzip2 from a data recovery perspective. Lzip
has been designed, written, and tested with great care to replace gzip and
bzip2 as the standard general-purpose compressed format for unix-like
systems.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/plzip/DESCR \
    pkgsrc/archivers/plzip/Makefile pkgsrc/archivers/plzip/PLIST \
    pkgsrc/archivers/plzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/archivers/plzip/DESCR
diff -u /dev/null pkgsrc/archivers/plzip/DESCR:1.1
--- /dev/null   Mon Oct 24 07:52:02 2022
+++ pkgsrc/archivers/plzip/DESCR        Mon Oct 24 07:52:02 2022
@@ -0,0 +1,13 @@
+Plzip is a massively parallel (multi-threaded) implementation of lzip, fully
+compatible with lzip 1.4 or newer. Plzip uses the compression library lzlib.
+
+Lzip is a lossless data compressor with a user interface similar to the one
+of gzip or bzip2. Lzip uses a simplified form of the 'Lempel-Ziv-Markov
+chain-Algorithm' (LZMA) stream format and provides a 3 factor integrity
+checking to maximize interoperability and optimize safety. Lzip can compress
+about as fast as gzip (lzip -0) or compress most files more than bzip2
+(lzip -9). Decompression speed is intermediate between gzip and bzip2.
+Lzip is better than gzip and bzip2 from a data recovery perspective. Lzip
+has been designed, written, and tested with great care to replace gzip and
+bzip2 as the standard general-purpose compressed format for unix-like
+systems.
Index: pkgsrc/archivers/plzip/Makefile
diff -u /dev/null pkgsrc/archivers/plzip/Makefile:1.1
--- /dev/null   Mon Oct 24 07:52:02 2022
+++ pkgsrc/archivers/plzip/Makefile     Mon Oct 24 07:52:02 2022
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/10/24 07:52:02 fcambus Exp $
+
+DISTNAME=      plzip-1.10
+CATEGORIES=    archivers
+MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/plzip/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.nongnu.org/lzip/plzip.html
+COMMENT=       Multi-threaded data compressor based on lzlib
+LICENSE=       gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+USE_LANGUAGES= c++
+
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
+CONFIGURE_ARGS+=       CXXFLAGS="${CFLAGS}"
+CONFIGURE_ARGS+=       LDFLAGS="${LDFLAGS}"
+
+INFO_FILES=    yes
+
+.include "../../archivers/lzlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/plzip/PLIST
diff -u /dev/null pkgsrc/archivers/plzip/PLIST:1.1
--- /dev/null   Mon Oct 24 07:52:02 2022
+++ pkgsrc/archivers/plzip/PLIST        Mon Oct 24 07:52:02 2022
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/24 07:52:02 fcambus Exp $
+bin/plzip
+info/plzip.info
+man/man1/plzip.1
Index: pkgsrc/archivers/plzip/distinfo
diff -u /dev/null pkgsrc/archivers/plzip/distinfo:1.1
--- /dev/null   Mon Oct 24 07:52:02 2022
+++ pkgsrc/archivers/plzip/distinfo     Mon Oct 24 07:52:02 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/24 07:52:02 fcambus Exp $
+
+BLAKE2s (plzip-1.10.tar.gz) = 43a58989c1788de858aa82d596da4c7e56ae6f57f46be36dbc148ed999341abc
+SHA512 (plzip-1.10.tar.gz) = 7fd7ec288800950deaec9337b3112db72cde059721a0143a091650fc20ba2a3d9d7eebbd7a312e5bbb1a61ca6c902d2450e6c3c7172dccf9c0c8b86db7c2a944
+Size (plzip-1.10.tar.gz) = 94541 bytes



Home | Main Index | Thread Index | Old Index