Philip M. Gollucci wrote:
Reposting to docs list for discussion:
on this page:
http://perl.apache.org/download/docs.html#Prerequisites
It talks about needing netpbm, which I don't have installed, but build
does seem to have worked right for both the HTML and for the PDF's (at
least as far as I can tell). Should the lack of netpbm be causing an
explosion, or am i missing out on something more subtle from not having it?
I'm pretty sure this is really outdated and very special use case.
This requirement comes from MAINTAINERS file and image conversions --
<snip>
== perl -le 'for (@ARGV) { print STDERR "converting $_\n"; \ s/\.\w+$//; \
== system "pngtopnm $_.png | pnmquant 256 | ppmtogif > $_.gif" } ' *.png
</snip>
pngtopnm et al are part of netpbm.
<snip>
dia generates .png files via its export method. As older browsers
won't recognize .png or crash, we want to use gifs instead. Here is
how to convert png files to gif files:
</snip>
I'd say any browser that can't deal with .png's we can toss at this point.
Maybe you found your first commit :)
--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Director IT - RideCharge, Inc. http://ridecharge.com
Contractor - PositiveEnergyUSA http://positiveenergyusa.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscr...@perl.apache.org
For additional commands, e-mail: docs-dev-h...@perl.apache.org