pkgsrc-WIP-changes archive

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

Imported lzlib-1.11.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Oct 29 12:06:33 2019 +0100
Changeset:	c861035ebf25c56e1ab8923b523a13b63a070aee

Added Files:
	lzlib/DESCR
	lzlib/Makefile
	lzlib/PLIST
	lzlib/distinfo

Log Message:
Imported lzlib-1.11.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c861035ebf25c56e1ab8923b523a13b63a070aee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lzlib/DESCR    |  4 ++++
 lzlib/Makefile | 21 +++++++++++++++++++++
 lzlib/PLIST    |  4 ++++
 lzlib/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/lzlib/DESCR b/lzlib/DESCR
new file mode 100644
index 0000000000..93f068eb8c
--- /dev/null
+++ b/lzlib/DESCR
@@ -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 --git a/lzlib/Makefile b/lzlib/Makefile
new file mode 100644
index 0000000000..2efb29ea2f
--- /dev/null
+++ b/lzlib/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	lzlib-1.11
+#PKGNAME=	${DISTNAME}
+CATEGORIES=	archivers
+MASTER_SITES=	http://download.savannah.gnu.org/releases/lzip/lzlib/
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	http://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}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lzlib/PLIST b/lzlib/PLIST
new file mode 100644
index 0000000000..eb22319abe
--- /dev/null
+++ b/lzlib/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/lzlib.h
+info/lzlib.info
+lib/liblz.a
diff --git a/lzlib/distinfo b/lzlib/distinfo
new file mode 100644
index 0000000000..43e5083983
--- /dev/null
+++ b/lzlib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lzlib-1.11.tar.gz) = 9d2bb3afd4b7d7dd3f1f7160477d4a12c1a3fdc9
+RMD160 (lzlib-1.11.tar.gz) = ccf53dd5b04bced6629456bf51615ec373a6b59f
+SHA512 (lzlib-1.11.tar.gz) = 5aa3ff084177efe906518724a98a78c32d1c0e02b967800a44388fc6af441de48fcc5899457913fca11fae3beb8bebc260ac447f0a336b1c14f3f13726114567
+Size (lzlib-1.11.tar.gz) = 105873 bytes


Home | Main Index | Thread Index | Old Index