Index: head/graphics/pngcrush/Makefile =================================================================== --- head/graphics/pngcrush/Makefile (nonexistent) +++ head/graphics/pngcrush/Makefile (revision 23813) @@ -0,0 +1,18 @@ +# New ports collection makefile for: pngcrush +# Version required: 1.3.0 +# Date created: 07 December 1999 +# Whom: Chris D. Faulhaber +# +# $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 Property changes on: head/graphics/pngcrush/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/graphics/pngcrush/distinfo =================================================================== --- head/graphics/pngcrush/distinfo (nonexistent) +++ head/graphics/pngcrush/distinfo (revision 23813) @@ -0,0 +1 @@ +MD5 (pngcrush-1.3.0.tar.gz) = 2214cc7062b2020d0c8a2e4c06aa2fd1 Property changes on: head/graphics/pngcrush/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/pngcrush/pkg-comment =================================================================== --- head/graphics/pngcrush/pkg-comment (nonexistent) +++ head/graphics/pngcrush/pkg-comment (revision 23813) @@ -0,0 +1 @@ +pngcrush is a optimizer for PNG files Property changes on: head/graphics/pngcrush/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/pngcrush/pkg-descr =================================================================== --- head/graphics/pngcrush/pkg-descr (nonexistent) +++ head/graphics/pngcrush/pkg-descr (revision 23813) @@ -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 Property changes on: head/graphics/pngcrush/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/pngcrush/pkg-plist =================================================================== --- head/graphics/pngcrush/pkg-plist (nonexistent) +++ head/graphics/pngcrush/pkg-plist (revision 23813) @@ -0,0 +1 @@ +bin/pngcrush Property changes on: head/graphics/pngcrush/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property