pkgsrc-WIP-changes archive

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

libdeflate has moved to pkgsrc/devel/libdeflate



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Apr 3 16:12:36 2022 +0000
Changeset:	d23b93d3ceb4603639242768123e87a7ec73ad46

Modified Files:
	Makefile
Removed Files:
	libdeflate/DESCR
	libdeflate/Makefile
	libdeflate/PLIST
	libdeflate/distinfo

Log Message:
libdeflate has moved to pkgsrc/devel/libdeflate

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

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

diffstat:
 Makefile            |  1 -
 libdeflate/DESCR    | 21 ---------------------
 libdeflate/Makefile | 18 ------------------
 libdeflate/PLIST    |  8 --------
 libdeflate/distinfo |  5 -----
 5 files changed, 53 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ab34627a03..d68bcee8d6 100644
--- a/Makefile
+++ b/Makefile
@@ -2052,7 +2052,6 @@ SUBDIR+=	libcue
 SUBDIR+=	libcyaml
 SUBDIR+=	libdbglog
 SUBDIR+=	libdbh2
-SUBDIR+=	libdeflate
 SUBDIR+=	libdialog
 SUBDIR+=	libdisasm
 SUBDIR+=	libdivecomputer
diff --git a/libdeflate/DESCR b/libdeflate/DESCR
deleted file mode 100644
index e1908733ec..0000000000
--- a/libdeflate/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-libdeflate is a library for fast, whole-buffer DEFLATE-based compression and
-decompression.
-
-The supported formats are:
-
-- DEFLATE (raw)
-- zlib (a.k.a. DEFLATE with a zlib wrapper)
-- gzip (a.k.a. DEFLATE with a gzip wrapper)
-
-libdeflate is heavily optimized.  It is significantly faster than the zlib
-library, both for compression and decompression, and especially on x86
-processors.  In addition, libdeflate provides optional high compression modes
-that provide a better compression ratio than the zlib's "level 9".
-
-libdeflate itself is a library, but the following command-line programs which
-use this library are also provided:
-
-* gzip (or gunzip), a program which mostly behaves like the standard equivalent,
-  except that it does not yet have good streaming support and therefore does not
-  yet support very large files
-* benchmark, a program for benchmarking in-memory compression and decompression
diff --git a/libdeflate/Makefile b/libdeflate/Makefile
deleted file mode 100644
index 2b2e4bcf53..0000000000
--- a/libdeflate/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libdeflate-1.10
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=ebiggers/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	bsiegert%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/ebiggers/libdeflate/
-COMMENT=	Optimized deflate/zlib/gzip library
-LICENSE=	mit
-
-USE_TOOLS+=	pkg-config
-USE_TOOLS+=	gmake
-
-PKGCONFIG_OVERRIDE+=	libdeflate.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libdeflate/PLIST b/libdeflate/PLIST
deleted file mode 100644
index 26fca8e7d8..0000000000
--- a/libdeflate/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-bin/libdeflate-gunzip
-bin/libdeflate-gzip
-include/libdeflate.h
-lib/libdeflate.a
-lib/libdeflate.so
-lib/libdeflate.so.0
-lib/pkgconfig/libdeflate.pc
diff --git a/libdeflate/distinfo b/libdeflate/distinfo
deleted file mode 100644
index 364967ba69..0000000000
--- a/libdeflate/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (libdeflate-1.10.tar.gz) = 5c10771369adabd3ad7c64777a8245cb9892c54b7bec091cde34f71cb6d8010b
-SHA512 (libdeflate-1.10.tar.gz) = 2b59cc170c7fb3bb13bd3c6853070ea24fb9e6844dde4d08e43a8a5f8745ecbf844952390ff758070c6fc4f17d9eec8c4d2a729922bf84e2eaa9e74f1424e241
-Size (libdeflate-1.10.tar.gz) = 158379 bytes


Home | Main Index | Thread Index | Old Index