pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+minizip: Zip and UnZip additionnal library
Module Name: pkgsrc-wip
Committed By: AcidBear <jake.slazenger%yandex.com@localhost>
Pushed By: jakeSlaz
Date: Sun Feb 9 17:05:38 2020 +0300
Changeset: 26bdceeeabfb5a3d22ea4eb3d89c197edb61bf39
Added Files:
minizip/DESCR
minizip/Makefile
minizip/PLIST
minizip/distinfo
Log Message:
+minizip: Zip and UnZip additionnal library
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26bdceeeabfb5a3d22ea4eb3d89c197edb61bf39
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
minizip/DESCR | 4 ++++
minizip/Makefile | 25 +++++++++++++++++++++++++
minizip/PLIST | 8 ++++++++
minizip/distinfo | 6 ++++++
4 files changed, 43 insertions(+)
diffs:
diff --git a/minizip/DESCR b/minizip/DESCR
new file mode 100644
index 0000000000..c445f8b4c3
--- /dev/null
+++ b/minizip/DESCR
@@ -0,0 +1,4 @@
+This package enables to extract files from a .zip archive file.
+
+It is compatible with PKZip 2.04g, WinZip, InfoZip,
+MimarSinan Codex Suite 2002 tools, and compatible sofware.
diff --git a/minizip/Makefile b/minizip/Makefile
new file mode 100644
index 0000000000..56761bbf15
--- /dev/null
+++ b/minizip/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+ZLIB_VERSION= 1.2.11
+DISTNAME= minizip-${ZLIB_VERSION}
+CATEGORIES= devel
+MASTER_SITES= -https://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz
+WRKSRC= ${WRKDIR}/zlib-${ZLIB_VERSION}/contrib/minizip/
+
+MAINTAINER= pkg-users%pkgsrc.org@localhost
+HOMEPAGE= https://www.zlib.net/
+COMMENT= Zip and UnZip additionnal library
+LICENSE= zlib
+
+USE_TOOLS+= autoreconf automake autoreconf
+GNU_CONFIGURE= yes
+
+LANGUAGES= c
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -i
+
+# url2pkg-marker (please do not remove this line.)
+.include "../../devel/zlib/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/minizip/PLIST b/minizip/PLIST
new file mode 100644
index 0000000000..b6aa08b900
--- /dev/null
+++ b/minizip/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+include/minizip/crypt.h
+include/minizip/ioapi.h
+include/minizip/mztools.h
+include/minizip/unzip.h
+include/minizip/zip.h
+lib/libminizip.la
+lib/pkgconfig/minizip.pc
diff --git a/minizip/distinfo b/minizip/distinfo
new file mode 100644
index 0000000000..a3b29b683d
--- /dev/null
+++ b/minizip/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (minizip-1.2.11.tar.gz) = e6d119755acdf9104d7ba236b1242696940ed6dd
+RMD160 (minizip-1.2.11.tar.gz) = f21c53cc20e59e3fa120373abe23cf17785c1f27
+SHA512 (minizip-1.2.11.tar.gz) = 73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae
+Size (minizip-1.2.11.tar.gz) = 607698 bytes
Home |
Main Index |
Thread Index |
Old Index