pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/tarlz



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Oct 24 07:49:42 UTC 2022

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

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/tarlz/DESCR \
    pkgsrc/archivers/tarlz/Makefile pkgsrc/archivers/tarlz/PLIST \
    pkgsrc/archivers/tarlz/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/tarlz/DESCR
diff -u /dev/null pkgsrc/archivers/tarlz/DESCR:1.1
--- /dev/null   Mon Oct 24 07:49:42 2022
+++ pkgsrc/archivers/tarlz/DESCR        Mon Oct 24 07:49:42 2022
@@ -0,0 +1,2 @@
+Tarlz is a massively parallel (multi-threaded) combined implementation
+of the tar archiver and the lzip compressor.
Index: pkgsrc/archivers/tarlz/Makefile
diff -u /dev/null pkgsrc/archivers/tarlz/Makefile:1.1
--- /dev/null   Mon Oct 24 07:49:42 2022
+++ pkgsrc/archivers/tarlz/Makefile     Mon Oct 24 07:49:42 2022
@@ -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"
Index: pkgsrc/archivers/tarlz/PLIST
diff -u /dev/null pkgsrc/archivers/tarlz/PLIST:1.1
--- /dev/null   Mon Oct 24 07:49:42 2022
+++ pkgsrc/archivers/tarlz/PLIST        Mon Oct 24 07:49:42 2022
@@ -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
Index: pkgsrc/archivers/tarlz/distinfo
diff -u /dev/null pkgsrc/archivers/tarlz/distinfo:1.1
--- /dev/null   Mon Oct 24 07:49:42 2022
+++ pkgsrc/archivers/tarlz/distinfo     Mon Oct 24 07:49:42 2022
@@ -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