all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
with our current gd package.
Changes include:
- now you can create GD::Image objects directly from image DATA
- reformatted documentation
- internal release
- fixed a bad regression test
- updated for compatibility with libgd 1.8.3
- WBMP support
- turned Makefile.PL into a multiple-choice quiz
- turned libgd patchfile into a perl script
- updated for compatibility with libgd 1.8.1
- JPEG support
- the newFromXXX() functions now accept pathnames
- patchfile for building libgd as a shared library
- improvements to the Makefile to help with compilation
- added more help in compiling and installing to docs
- added some more libraries to link in, might help unresolved symbol
problems
* Modify to support gd-1.7.3.
WHAT's NEW IN 1.22
- added support for statically linked libgd.a, which is
now default for libgd 1.7.3 (grrrr)
- added newFromGd2Part() and newFromXPM() methods
This is a port of Thomas Boutell's gd graphics library. GD allows
creating color drawings using a large number of graphics primitives,
and emit the drawings as PNG files.