aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 14:56:15 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 15:01:36 +0000
commit775e3d098431dc63778c80ec3b7d605356c444a6 (patch)
tree8a0d3a5aed8134c558f6135fbcfe0c0b0745dc6c
parentff92351c4691cbd1ae972eea3ecff0ef789ba2fe (diff)
downloadports-775e3d098431dc63778c80ec3b7d605356c444a6.tar.gz
ports-775e3d098431dc63778c80ec3b7d605356c444a6.zip
graphics/pngcrush: Remove expired port
graphics/pngcrush
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/pngcrush/Makefile37
-rw-r--r--graphics/pngcrush/distinfo3
-rw-r--r--graphics/pngcrush/pkg-descr6
5 files changed, 1 insertions, 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.