Received: by mail.netbsd.org (Postfix, from userid 605) id 27D1784E88; Mon, 24 Oct 2022 07:46:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 581A884E5C for ; Mon, 24 Oct 2022 07:46:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aaagbKkNR0rq for ; Mon, 24 Oct 2022 07:46:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1F1684CEF for ; Mon, 24 Oct 2022 07:46:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF5A7FA90; Mon, 24 Oct 2022 07:46:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166659758061670" MIME-Version: 1.0 Date: Mon, 24 Oct 2022 07:46:20 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/archivers/lzlib To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20221024074620.AF5A7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166659758061670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_166659758061670 Content-Disposition: inline Content-Length: 2674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_166659758061670--