Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 15:08:30 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 775e3d098431 - main - graphics/pngcrush: Remove expired port
Message-ID:  <202403171508.42HF8Urr080541@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=775e3d098431dc63778c80ec3b7d605356c444a6

commit 775e3d098431dc63778c80ec3b7d605356c444a6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-17 14:56:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-17 15:01:36 +0000

    graphics/pngcrush: Remove expired port
    
    graphics/pngcrush
---
 MOVED                       |  1 +
 graphics/Makefile           |  1 -
 graphics/pngcrush/Makefile  | 37 -------------------------------------
 graphics/pngcrush/distinfo  |  3 ---
 graphics/pngcrush/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index 001fc6a91186..914f5e4d50ac 100644
--- a/MOVED
+++ b/MOVED
@@ -3048,3 +3048,4 @@ editors/kak-lsp|editors/kakoune-lsp|2024-03-17|Project was renamed upstream
 www/npm-node16||2024-03-17|Has expired: Depends on deprecated node16
 www/yarn-node16||2024-03-17|Has expired: Depends on deprecated node16
 www/node16||2024-03-17|Has expired: Upstream EOL reaches on 2023-09-11
+graphics/pngcrush||2024-03-17|Has expired
diff --git a/graphics/Makefile b/graphics/Makefile
index 9561bbab67a6..c19c5c090a3e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -811,7 +811,6 @@
     SUBDIR += png2html
     SUBDIR += png2ico
     SUBDIR += pngcheck
-    SUBDIR += pngcrush
     SUBDIR += pnglite
     SUBDIR += pngnq
     SUBDIR += pngquant
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
deleted file mode 100644
index b38e9e664acc..000000000000
--- a/graphics/pngcrush/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	pngcrush
-PORTVERSION=	1.8.13
-CATEGORIES=	graphics
-MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/ \
-		SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
-
-MAINTAINER=	vsasjason@gmail.com
-COMMENT=	Optimizer for PNG files
-WWW=		http://pmt.sourceforge.net/pngcrush/
-
-LICENSE=	Pngcrush
-LICENSE_NAME=	Pngcrush License
-LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
-
-BROKEN=		Depends on undocumented feature to disable Adler32 checksums, consider graphics/oxipng or graphics/pngquant
-EXPIRATION_DATE=2024-02-29
-
-LIB_DEPENDS=	libpng.so:graphics/png
-
-USES=		cpe localbase:ldflags tar:xz
-MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LD="${CC}" \
-		LDFLAGS="${LDFLAGS}"
-
-CPE_VENDOR=	pngcrush_project
-
-PLIST_FILES=	bin/pngcrush
-
-post-patch:
-	@${REINPLACE_CMD} -e '/^LIBS/s|-L$$([[:alnum:]]*) ||g' \
-		${WRKSRC}/Makefile
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/pngcrush
-
-.include <bsd.port.mk>
diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo
deleted file mode 100644
index 1b0932380c93..000000000000
--- a/graphics/pngcrush/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1504041316
-SHA256 (pngcrush-1.8.13-nolib.tar.xz) = 3b4eac8c5c69fe0894ad63534acedf6375b420f7038f7fc003346dd352618350
-SIZE (pngcrush-1.8.13-nolib.tar.xz) = 66104
diff --git a/graphics/pngcrush/pkg-descr b/graphics/pngcrush/pkg-descr
deleted file mode 100644
index 5fb501ceb07c..000000000000
--- a/graphics/pngcrush/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-pngcrush reads in a PNG image, and writes it out again, with the
-optimum filter_type and zlib_level.  It uses brute force (trying
-filter_type none, and libpng adaptive filtering, with compression
-levels 3 and 9).  It does the most time-consuming method last in case
-it turns out to be the best.  Optionally, it can remove unwanted
-chunks or add gAMA and sRGB chunks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171508.42HF8Urr080541>