1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update port to 1.3.2

* Fix typos introduced in 1.3.1
This commit is contained in:
Chris D. Faulhaber 1999-12-29 23:05:57 +00:00
parent a378cb83a9
commit 167eb70d51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24277
3 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: pngcrush
# Version required: 1.3.1
# Version required: 1.3.2
# Date created: 07 December 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= pngcrush-1.3.1
DISTNAME= pngcrush-1.3.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/

View File

@ -1 +1 @@
MD5 (pngcrush-1.3.1.tar.gz) = 17856afa81149f0b394185c065553a22
MD5 (pngcrush-1.3.2.tar.gz) = 7f6697ebcf14120158ccd5716a6631b8

View File

@ -3,7 +3,9 @@ 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
chunks or add gAMA and sRGB chunks.
pngcrush does not require external X/png libraries.
- Chris D. Faulhaber
jedgar@FreeBSD.org