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.
- Convert (buildlink3) from fltk 1.3 to 2.0
(upstream)
- Update 0.3.9 to 0.4.4
---------------------
flpsed-0.4.4
- fix problem with documents that embed standard font replacements
(reported by Volker Kuhlmann)
- use plain Helvetica font instead of HelveticaNeue-Roman
(reported by Evgeny Stambulchik and others).
- use ftell() instead of ftello() for better compatibility
(reported by Christophe CURIS).
- fix compile problem with recent fltk-2 snapshots (reported by Brian)
- automatically import PDF files from the command line (requested by many).
flpsed-0.4.3
- implicitely end setup section if %%Page comment is encountered and check
for valid setup length after DSC parsing.
- only set modified flag if real changes have been made to the document.
- use fl_choice() instead of deprecated fl_ask().
- no longer rely on %%Pages comment because of possible use of (atend).
- call XSync() to avoid "Cannot get ghostview property" error from gs
(reported by A Mennucc).
- don't die on SIGPIPE if gs has a problem (reported by A Mennucc).
- use fltk2-config instead of fltk-config.
flpsed-0.4.2
- Use setenv() instead of putenv() for POSIX
compatibility (noticed by Jeff Orczykowski on Solaris 8).
- fix gcc-4.1 compilation problem.
- fix segfault in DSC code reported by Morten Brix Pedersen.
- work around missing utf8len() in recent fltk-2. versions.
- more compile fixes for recent fltk-2. versions.
flpsed-0.4.1
- Add support for PostScript Document Structure Convention.
- Pages can now be accessed in random order.
- Document sizes other than A4 are handled better.
- Add -geometry and -z (zoom) options.
flpsed-0.4.0
- Switch to fltk2 to support antialiased fonts and utf8.
- Added support for polish special characters (tested by Bartosz Malinowski).
- Document sizes other than A4 are handled better.
- Add -geometry and -z (zoom) options.
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.
Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
Perry Metzger for the nudge.
flpsed is a WYSIWYG PostScript2 annotator. You can't remove or modify
existing elements of a document, but flpsed lets you add arbitrary
text lines to existing PostScript 2 documents. Added lines can later
be re-edited with flpsed. Using pdftops, which is part of xpdf one can
convert PDF documents to PostScript and also add text to them. flpsed
is useful for filling in forms, adding notes etc. GsWidget is now
part of flpsed. flpsed is released under the GPL.
Features:
* Add arbitrary text to existing PostScript documents.
* Reedit text, that has been added with flpsed.
* The overall structure of the PostScript document is not
modified. flpsed only adds the additional text.
* Batch processing (no X11 required) to modify tagged text lines
that have been entered interactively with flpsed before. This
is very useful for repeatedly filling in forms.
* Text lines can be imported from other flpsed-modified documents.
* Import and export PDF. Therefore it can be used as a PDF editor as well.