pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lzlib



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Oct 24 07:46:20 UTC 2022

Added Files:
        pkgsrc/archivers/lzlib: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
archivers/lzlib: import lzlib-1.13.

Lzlib is a data compression library providing in-memory LZMA compression and
decompression functions, including integrity checking of the decompressed data.
The compressed data format used by the library is the lzip format.
Lzlib is written in C.

Originally packaged in pkgsrc-wip by Aleksej Lebedev, thanks!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/lzlib/DESCR \
    pkgsrc/archivers/lzlib/Makefile pkgsrc/archivers/lzlib/PLIST \
    pkgsrc/archivers/lzlib/buildlink3.mk pkgsrc/archivers/lzlib/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/lzlib/DESCR
diff -u /dev/null pkgsrc/archivers/lzlib/DESCR:1.1
--- /dev/null   Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/DESCR        Mon Oct 24 07:46:20 2022
@@ -0,0 +1,4 @@
+Lzlib is a data compression library providing in-memory LZMA compression and
+decompression functions, including integrity checking of the decompressed data.
+The compressed data format used by the library is the lzip format.
+Lzlib is written in C.
Index: pkgsrc/archivers/lzlib/Makefile
diff -u /dev/null pkgsrc/archivers/lzlib/Makefile:1.1
--- /dev/null   Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/Makefile     Mon Oct 24 07:46:20 2022
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+
+DISTNAME=      lzlib-1.13
+CATEGORIES=    archivers devel
+MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/lzlib/
+
+MAINTAINER=    root%zta.lk@localhost
+HOMEPAGE=      https://www.nongnu.org/lzip/lzlib.html
+COMMENT=       In-memory LZMA compression and decompression library
+LICENSE=       2-clause-bsd
+
+HAS_CONFIGURE= yes
+
+USE_TOOLS+=    gmake
+
+INFO_FILES=    yes
+
+CONFIGURE_ARGS+=       --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR} --enable-shared
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/lzlib/PLIST
diff -u /dev/null pkgsrc/archivers/lzlib/PLIST:1.1
--- /dev/null   Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/PLIST        Mon Oct 24 07:46:20 2022
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+include/lzlib.h
+info/lzlib.info
+lib/liblz.a
+lib/liblz.so
+lib/liblz.so.1
+lib/liblz.so.${PKGVERSION}
Index: pkgsrc/archivers/lzlib/buildlink3.mk
diff -u /dev/null pkgsrc/archivers/lzlib/buildlink3.mk:1.1
--- /dev/null   Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/buildlink3.mk        Mon Oct 24 07:46:20 2022
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+
+BUILDLINK_TREE+=       lzlib
+
+.if !defined(LZLIB_BUILDLINK3_MK)
+LZLIB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.lzlib+=  lzlib>=1.11
+BUILDLINK_PKGSRCDIR.lzlib?=    ../../archivers/lzlib
+.endif # LZLIB_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -lzlib
Index: pkgsrc/archivers/lzlib/distinfo
diff -u /dev/null pkgsrc/archivers/lzlib/distinfo:1.1
--- /dev/null   Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/distinfo     Mon Oct 24 07:46:20 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+
+BLAKE2s (lzlib-1.13.tar.gz) = f9c370d1ff20d113299ddeb68cbfb31c817918185ab2622b97257af820051a71
+SHA512 (lzlib-1.13.tar.gz) = b9c4e5a9aca982984b497d1da2e1f0439b37b19acaf88a02f5af114b0a65a828c5ae235b3bd4f419ce001963de38a4d03445a6a1bd93f37e783e799abd75578d
+Size (lzlib-1.13.tar.gz) = 130005 bytes



Home | Main Index | Thread Index | Old Index