pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/tarlz archivers/tarlz: import tarlz-0.22.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bbcb1445d23
branches: trunk
changeset: 387153:4bbcb1445d23
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Mon Oct 24 07:49:42 2022 +0000
description:
archivers/tarlz: import tarlz-0.22.
Tarlz is a massively parallel (multi-threaded) combined implementation
of the tar archiver and the lzip compressor.
Originally packaged in pkgsrc-wip by Aleksej Lebedev, thanks!
diffstat:
archivers/tarlz/DESCR | 2 ++
archivers/tarlz/Makefile | 25 +++++++++++++++++++++++++
archivers/tarlz/PLIST | 4 ++++
archivers/tarlz/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 79e486761dc6 -r 4bbcb1445d23 archivers/tarlz/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/tarlz/DESCR Mon Oct 24 07:49:42 2022 +0000
@@ -0,0 +1,2 @@
+Tarlz is a massively parallel (multi-threaded) combined implementation
+of the tar archiver and the lzip compressor.
diff -r 79e486761dc6 -r 4bbcb1445d23 archivers/tarlz/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/tarlz/Makefile Mon Oct 24 07:49:42 2022 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/10/24 07:49:42 fcambus Exp $
+
+DISTNAME= tarlz-0.22
+CATEGORIES= archivers
+MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/tarlz/
+EXTRACT_SUFX= .tar.lz
+
+MAINTAINER= root%zta.lk@localhost
+HOMEPAGE= https://lzip.nongnu.org/tarlz.html
+COMMENT= Combined implementation of tar archiver and lzip compressor
+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"
diff -r 79e486761dc6 -r 4bbcb1445d23 archivers/tarlz/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/tarlz/PLIST Mon Oct 24 07:49:42 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/24 07:49:42 fcambus Exp $
+bin/tarlz
+info/tarlz.info
+man/man1/tarlz.1
diff -r 79e486761dc6 -r 4bbcb1445d23 archivers/tarlz/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/tarlz/distinfo Mon Oct 24 07:49:42 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/24 07:49:42 fcambus Exp $
+
+BLAKE2s (tarlz-0.22.tar.lz) = 741239eb594d6f61cfefe8915881738b1b766d5194cc726cfacdc90958ea90bf
+SHA512 (tarlz-0.22.tar.lz) = 4e241ea0571e421c93fbeeb54a20e73fd4a7e9c85dc3b24295caec1a52e156cdcf5e85f4ee41f5dfae712b851d17fe0e96955380bb86306d8002f4187d0c60ec
+Size (tarlz-0.22.tar.lz) = 105724 bytes
Home |
Main Index |
Thread Index |
Old Index