pkgsrc-WIP-changes archive

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

libsquish: removed; imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Thu May 7 19:18:22 2026 +0200
Changeset:	afabab499678cf12492430501c7da3d4857952ed

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

Log Message:
libsquish: removed; imported into base

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

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

diffstat:
 Makefile           |  1 -
 libsquish/DESCR    |  3 ---
 libsquish/Makefile | 19 -------------------
 libsquish/PLIST    |  4 ----
 libsquish/distinfo |  5 -----
 5 files changed, 32 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a64df795e1..8ec7514552 100644
--- a/Makefile
+++ b/Makefile
@@ -2178,7 +2178,6 @@ SUBDIR+=	libslirp491
 SUBDIR+=	libsml
 SUBDIR+=	libsocialweb
 SUBDIR+=	libspt
-SUBDIR+=	libsquish
 SUBDIR+=	libstacktrace
 SUBDIR+=	libstrophe
 SUBDIR+=	libsysinfo
diff --git a/libsquish/DESCR b/libsquish/DESCR
deleted file mode 100644
index d1d3700f3f..0000000000
--- a/libsquish/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The libSquish library compresses images with the DXT standard (also known as
-S3TC). This standard is mainly used by OpenGL and DirectX for the lossy
-compression of RGBA textures.
diff --git a/libsquish/Makefile b/libsquish/Makefile
deleted file mode 100644
index b837b4e0ab..0000000000
--- a/libsquish/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libsquish-1.13
-CATEGORIES=	graphics
-MASTER_SITES=	https://sourceforge.net/projects/libsquish/files/
-EXTRACT_SUFX=	.tgz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://sourceforge.net/projects/libsquish/files/
-COMMENT=	Open source DXT compression library
-LICENSE=	mit
-
-EXTRACT_DIR=	${WRKDIR}/${DISTNAME}
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++
-
-CMAKE_CONFIGURE_ARGS+=	-DBUILD_SHARED_LIBS=ON
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libsquish/PLIST b/libsquish/PLIST
deleted file mode 100644
index 74d539bc01..0000000000
--- a/libsquish/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-include/squish.h
-lib/libsquish.so
-lib/libsquish.so.0.0
diff --git a/libsquish/distinfo b/libsquish/distinfo
deleted file mode 100644
index 5a5237456f..0000000000
--- a/libsquish/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (libsquish-1.13.tgz) = fd5476a36788fcc9cd3860b14c39bfbc6e52d6e1
-SHA512 (libsquish-1.13.tgz) = 8e4763152e8cf6f6051fa4c57ef78fa36088f1d1faf316d80a90bef515212d6c0bbdec29345486ab79121776ad9fda6a3b8ff14ee5c088b44b5105565301dcb1
-Size (libsquish-1.13.tgz) = 55129 bytes


Home | Main Index | Thread Index | Old Index