gif2png stable port information

# 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: gif2png
Version: 2.5.4
Revision: 1
Maintainer: Max Horn
Homepage: http://catb.org/~esr/gif2png/
Source: http://catb.org/~esr/%n/%n-%v.tar.gz
Source-MD5: d63ea3fc6b6119589e8d4d6fead30df9
BuildDepends: libpng14
Depends: libpng14-shlibs
Recommends: web2png
Suggests: pngcrush, imagemagick-nox | imagemagick
ConfigureParams: <<
--with-png-lib=%p/lib --with-png-inc=%p/include --mandir=%p/share/man
<<
InstallScript: make install DESTDIR=%d
DocFiles: README INSTALL ChangeLog COPYING NEWS AUTHORS
Description: GIF to PNG graphics file conversion
DescDetail: <<
The gif2png program converts files in the obsolescent and
patent-encumbered Graphic Interchange Format (GIF) to Portable
Network Graphics (PNG) format, an open W3C standard.
<<
License: OSI-Approved
DescPort: Uses autoconf. Provided under the libpng/zlib license.
SplitOff: <<
Package: web2png
Depends: %N (>= %v-%r)
Enhances: %N (>= %v-%r)
Files: bin/web2png share/man/man1/web2png.1
DocFiles: COPYING
Description: Batch-converts entire web-pages with gif2png
DescDetail: <<
The Python script web2png is a companion to gif2png, it converts an
entire web tree also patching HTML pages to keep IMG SRC references
correct.
<<
DescPackaging: <<
This is a pure python script with no -pyXX package dependencies,
so any python version will suffice.
<<
<<
DescPackaging: <<
Original maintainer: Carsten Klapp
<<