pngcrush is an optimizer for PNG files

PR:		15338
This commit is contained in:
Chris D. Faulhaber 1999-12-22 14:53:53 +00:00
parent b59d006b6a
commit 777a8324ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23813
5 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: pngcrush
# Version required: 1.3.0
# Date created: 07 December 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= pngcrush-1.3.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/
MAINTAINER= jedgar@FreeBSD.org
do-configure:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pngcrush-1.3.0.tar.gz) = 2214cc7062b2020d0c8a2e4c06aa2fd1

View File

@ -0,0 +1 @@
pngcrush is a optimizer for PNG files

View File

@ -0,0 +1,9 @@
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
- Chris D. Faulhaber
jedgar@FreeBSD.org

View File

@ -0,0 +1 @@
bin/pngcrush