graphics/pngcrush: Remove expired port

graphics/pngcrush
This commit is contained in:
Muhammad Moinur Rahman 2024-03-17 15:56:15 +01:00
parent ff92351c46
commit 775e3d0984
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
5 changed files with 1 additions and 47 deletions

1
MOVED
View File

@ -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

View File

@ -811,7 +811,6 @@
SUBDIR += png2html
SUBDIR += png2ico
SUBDIR += pngcheck
SUBDIR += pngcrush
SUBDIR += pnglite
SUBDIR += pngnq
SUBDIR += pngquant

View File

@ -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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1504041316
SHA256 (pngcrush-1.8.13-nolib.tar.xz) = 3b4eac8c5c69fe0894ad63534acedf6375b420f7038f7fc003346dd352618350
SIZE (pngcrush-1.8.13-nolib.tar.xz) = 66104

View File

@ -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.