pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pixz archivers/pixz: import pixz-1.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6364445f64a0
branches:  trunk
changeset: 450223:6364445f64a0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Apr 13 03:09:01 2021 +0000

description:
archivers/pixz: import pixz-1.0.7

Pixz (pronounced 'pixie') is a parallel, indexing version of XZ.

The existing XZ Utils provide great compression in the .xz file
format, but they produce just one big block of compressed data.
Pixz instead produces a collection of smaller blocks which makes
random access to the original data possible. This is especially
useful for large tarballs.

Originaly packaged by ISIHARA Takanori as pkgsrc-wip/pixz and
updated to 1.0.7 by me.

diffstat:

 archivers/pixz/DESCR    |   7 +++++++
 archivers/pixz/Makefile |  28 ++++++++++++++++++++++++++++
 archivers/pixz/PLIST    |   3 +++
 archivers/pixz/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 13a3cf19a2f7 -r 6364445f64a0 archivers/pixz/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pixz/DESCR      Tue Apr 13 03:09:01 2021 +0000
@@ -0,0 +1,7 @@
+Pixz (pronounced 'pixie') is a parallel, indexing version of XZ.
+
+The existing XZ Utils provide great compression in the .xz file
+format, but they produce just one big block of compressed data.
+Pixz instead produces a collection of smaller blocks which makes
+random access to the original data possible. This is especially
+useful for large tarballs.
diff -r 13a3cf19a2f7 -r 6364445f64a0 archivers/pixz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pixz/Makefile   Tue Apr 13 03:09:01 2021 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2021/04/13 03:09:01 ryoon Exp $
+#
+
+GITHUB_PROJECT=        pixz
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+DISTNAME=      pixz-1.0.7
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=vasi/}
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/vasi/pixz
+COMMENT=       Parallel, indexed xz compressor
+LICENSE=       2-clause-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+
+INSTALLATION_DIRS=     ${PKGMANDIR}/man1
+
+post-install:
+       ${INSTALL_MAN} ${WRKSRC}/src/pixz.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 13a3cf19a2f7 -r 6364445f64a0 archivers/pixz/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pixz/PLIST      Tue Apr 13 03:09:01 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/04/13 03:09:01 ryoon Exp $
+bin/pixz
+man/man1/pixz.1
diff -r 13a3cf19a2f7 -r 6364445f64a0 archivers/pixz/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pixz/distinfo   Tue Apr 13 03:09:01 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/04/13 03:09:01 ryoon Exp $
+
+SHA1 (pixz-1.0.7.tar.gz) = 24c528c83444ae414249ff75c90c4517a1abd39c
+RMD160 (pixz-1.0.7.tar.gz) = 1825b9cc5ecd27dc328260a63099ac0809f9b9d9
+SHA512 (pixz-1.0.7.tar.gz) = 4811da538931620bf05499912c98a501c2c879f3086cd59c4c67b302ded3547a9d246e7fd01ad36512e361c6c4e206e23f2aaf028b25ad44b74b529547a7f5ab
+Size (pixz-1.0.7.tar.gz) = 165004 bytes



Home | Main Index | Thread Index | Old Index