summaryrefslogtreecommitdiff
path: root/print/flpsed/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17print/flpsed: Update to 0.7.3micha1-1/+2
- HOMEPAGE updated - Switch to FLTK 1.3 flpsed ChangeLog ================= flpsed-0.7.3 * Fix warnings flpsed-0.7.2 * Fix desktop file. (by Luis Alberto) flpsed-0.7.1 * Add icon and desktop file. (by Luis Alberto) flpsed-0.7.0 * Detect pdf by looking at magic number instead of file extension. * Bring in utf8 changes from fltk2 based version to make it work with fltk-1.3. flpsed is now officially based on fltk-1.3.x.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-02-23Initial import of flpsed-0.3.9 into the Packages Collection. With thanks toagc1-0/+4
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.