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.
Changes since 0.5:
0.9 8 Aug 2000
- Fixed up test suite to work under 5.6.0.
0.8 26 Jul 2000
- Made SmallProf -w-clean (at least so far as I can tell :-)
0.7 28 Jul 1999
- Some cleanup on sub profiling and locales
- fixed up and added some tests
0.6 11 Jul 1999
- Cleanup on part4.t and part1.t (Thanks!)
- Removed special Win32 support as Time::HiRes now works on Win32
- Fixed a bug in sub sub where $1 and $2 were getting clobbered.
- Increased size of execution count column
- Added CPU times
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 :)