pkgsrc-WIP-changes archive

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

minizip: Remove, imported



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Tue Mar 31 11:52:38 2020 +0100
Changeset:	9252e0f080d5d65efce73c8c0808d28a39a536ae

Modified Files:
	Makefile
Removed Files:
	minizip/DESCR
	minizip/Makefile
	minizip/PLIST
	minizip/buildlink3.mk
	minizip/distinfo

Log Message:
minizip: Remove, imported

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

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

diffstat:
 Makefile              |  1 -
 minizip/DESCR         |  4 ----
 minizip/Makefile      | 25 -------------------------
 minizip/PLIST         |  8 --------
 minizip/buildlink3.mk | 24 ------------------------
 minizip/distinfo      |  6 ------
 6 files changed, 68 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0bee5c4163..b43b6fef14 100644
--- a/Makefile
+++ b/Makefile
@@ -2189,7 +2189,6 @@ SUBDIR+=	mingw-w64-headers
 SUBDIR+=	mingw-w64-libgcc
 SUBDIR+=	mini18n
 SUBDIR+=	minio
-SUBDIR+=	minizip
 SUBDIR+=	minizip192
 SUBDIR+=	minuit2
 SUBDIR+=	mipscope
diff --git a/minizip/DESCR b/minizip/DESCR
deleted file mode 100644
index c445f8b4c3..0000000000
--- a/minizip/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index fc40ae2076..0000000000
--- a/minizip/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $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=	    pkgsrc-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
deleted file mode 100644
index b6aa08b900..0000000000
--- a/minizip/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@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/buildlink3.mk b/minizip/buildlink3.mk
deleted file mode 100644
index 010cb2fbac..0000000000
--- a/minizip/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-# XXX
-# XXX This file was created automatically using createbuildlink-3.17.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX	BUILDLINK_DEPMETHOD.minizip?=	build
-
-BUILDLINK_TREE+=	minizip
-
-.if !defined(MINIZIP_BUILDLINK3_MK)
-MINIZIP_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.minizip+=	minizip>=1.2.11
-BUILDLINK_PKGSRCDIR.minizip?=	../../wip/minizip
-
-.include "../../devel/zlib/buildlink3.mk"
-.endif	# MINIZIP_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-minizip
diff --git a/minizip/distinfo b/minizip/distinfo
deleted file mode 100644
index a3b29b683d..0000000000
--- a/minizip/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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