pngcrush is an optimizer for PNG files
PR: 15338
This commit is contained in:
parent
b59d006b6a
commit
777a8324ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23813
18
graphics/pngcrush/Makefile
Normal file
18
graphics/pngcrush/Makefile
Normal 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>
|
1
graphics/pngcrush/distinfo
Normal file
1
graphics/pngcrush/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (pngcrush-1.3.0.tar.gz) = 2214cc7062b2020d0c8a2e4c06aa2fd1
|
1
graphics/pngcrush/pkg-comment
Normal file
1
graphics/pngcrush/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
pngcrush is a optimizer for PNG files
|
9
graphics/pngcrush/pkg-descr
Normal file
9
graphics/pngcrush/pkg-descr
Normal 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
|
1
graphics/pngcrush/pkg-plist
Normal file
1
graphics/pngcrush/pkg-plist
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin/pngcrush
|
Loading…
Reference in New Issue
Block a user