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
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.