Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
0.09 - 23 September 2014
Matthew Newton:
- add setcmykcolour method
- add err method to find last error
- internal data structure updates
0.08 - 20 June 2014
Satoshi Azuma:
- remove Test::More module and make it a build dependency
Matthew Newton:
- fix test result failures on -Duselongdouble
- allow units to be specified for any distance
- add X-Windows colours, supplied by Steve Baldwin
- change all space-separated lists to arrays
- fix Begin/EndDocument handling in EPS file insertion
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Importing package for p5 module PostScript::Simple 0.07 as dependency
for upcoming update of devel/p5-Module-Dependency to 0.86.
Description:
PostScript::Simple allows you to have a simple method of writing PostScript
files from Perl. It has graphics primitives that allow lines, curves,
circles, polygons and boxes to be drawn. Text can be added to the page using
standard PostScript fonts.
The images can be single page EPS files, or multipage PostScript files. The
image size can be set by using a recognised paper size ("A4", for example) or
by giving dimensions. The units used can be specified ("mm" or "in", etc) and
are the same as those used in TeX. The default unit is a bp, or a PostScript
point, unlike TeX.