diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:53:53 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:53:53 +0000 |
commit | 777a8324efd1f8c4427a2260c75a63e94c45e68f (patch) | |
tree | 52f6679dce318b2a3f3f3bcf3d3630f38877a5c1 | |
parent | b59d006b6a2bd6cbd419cbe07e4f461f28ef9981 (diff) | |
download | ports-777a8324efd1f8c4427a2260c75a63e94c45e68f.tar.gz ports-777a8324efd1f8c4427a2260c75a63e94c45e68f.zip |
Notes
-rw-r--r-- | graphics/pngcrush/Makefile | 18 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 1 | ||||
-rw-r--r-- | graphics/pngcrush/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/pngcrush/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/pngcrush/pkg-plist | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile new file mode 100644 index 000000000000..d3c0003d960b --- /dev/null +++ b/graphics/pngcrush/Makefile @@ -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> diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo new file mode 100644 index 000000000000..bb5dcf9a09f4 --- /dev/null +++ b/graphics/pngcrush/distinfo @@ -0,0 +1 @@ +MD5 (pngcrush-1.3.0.tar.gz) = 2214cc7062b2020d0c8a2e4c06aa2fd1 diff --git a/graphics/pngcrush/pkg-comment b/graphics/pngcrush/pkg-comment new file mode 100644 index 000000000000..936989dbbb35 --- /dev/null +++ b/graphics/pngcrush/pkg-comment @@ -0,0 +1 @@ +pngcrush is a optimizer for PNG files diff --git a/graphics/pngcrush/pkg-descr b/graphics/pngcrush/pkg-descr new file mode 100644 index 000000000000..aa174cecb9df --- /dev/null +++ b/graphics/pngcrush/pkg-descr @@ -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 diff --git a/graphics/pngcrush/pkg-plist b/graphics/pngcrush/pkg-plist new file mode 100644 index 000000000000..a0e360806224 --- /dev/null +++ b/graphics/pngcrush/pkg-plist @@ -0,0 +1 @@ +bin/pngcrush |