pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lzlib archivers/lzlib: import lzlib-1.13.
details: https://anonhg.NetBSD.org/pkgsrc/rev/71160a31628e
branches: trunk
changeset: 387150:71160a31628e
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Mon Oct 24 07:46:20 2022 +0000
description:
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!
diffstat:
archivers/lzlib/DESCR | 4 ++++
archivers/lzlib/Makefile | 20 ++++++++++++++++++++
archivers/lzlib/PLIST | 7 +++++++
archivers/lzlib/buildlink3.mk | 12 ++++++++++++
archivers/lzlib/distinfo | 5 +++++
5 files changed, 48 insertions(+), 0 deletions(-)
diffs (68 lines):
diff -r 359555dea24b -r 71160a31628e archivers/lzlib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzlib/DESCR Mon Oct 24 07:46:20 2022 +0000
@@ -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.
diff -r 359555dea24b -r 71160a31628e archivers/lzlib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzlib/Makefile Mon Oct 24 07:46:20 2022 +0000
@@ -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"
diff -r 359555dea24b -r 71160a31628e archivers/lzlib/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzlib/PLIST Mon Oct 24 07:46:20 2022 +0000
@@ -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}
diff -r 359555dea24b -r 71160a31628e archivers/lzlib/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzlib/buildlink3.mk Mon Oct 24 07:46:20 2022 +0000
@@ -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
diff -r 359555dea24b -r 71160a31628e archivers/lzlib/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzlib/distinfo Mon Oct 24 07:46:20 2022 +0000
@@ -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