the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: optipng
Version: 0.6.3
Revision: 1
Maintainer: Max Horn
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 6cef405197a878acff4c6216cf38e871
CompileScript: cd src && make -f scripts/gcc.mak
InstallScript: <<
/usr/bin/install -d -m 755 %i/bin
/usr/bin/install -c -m 755 src/optipng %i/bin
<<
DocFiles: *.txt doc/*.txt doc/*.html
Description: Optimizer for PNG files
DescDetail: <<
OptiPNG is a PNG optimizer that recompresses the image files
to a smaller size, without losing any information. The idea
has been inspired from pngcrush. The implementation is carried
forward in OptiPNG, which offers a faster execution per trial,
and a wider search space.
<<
DescPackaging: <<
Builds and (statically) links its own modified versions of zlib and libpng.
<<
License: OSI-Approved
Homepage: http://optipng.sourceforge.net/