aboutsummaryrefslogtreecommitdiff
path: root/print/flpsed
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-26 01:08:25 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-26 01:08:25 +0000
commitcc654ab932f0ba07aa4cc737ac5f7562aa8a3d48 (patch)
treee196bf6caefa55bd99dc8acb04af63fca0a06609 /print/flpsed
parente3dbb898349bad36d23cb14f310d2a8ce34d4789 (diff)
downloadports-cc654ab932f0ba07aa4cc737ac5f7562aa8a3d48.tar.gz
ports-cc654ab932f0ba07aa4cc737ac5f7562aa8a3d48.zip
update print/flpsed to 0.7.0, and www/dillo2 to 3.0.1,
both of which now use the new fltk 1.3
Notes
Notes: svn path=/head/; revision=284321
Diffstat (limited to 'print/flpsed')
-rw-r--r--print/flpsed/Makefile12
-rw-r--r--print/flpsed/distinfo4
-rw-r--r--print/flpsed/pkg-descr26
3 files changed, 15 insertions, 27 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile
index 4f2bada3ee95..73b8a94968e0 100644
--- a/print/flpsed/Makefile
+++ b/print/flpsed/Makefile
@@ -6,16 +6,14 @@
#
PORTNAME= flpsed
-PORTVERSION= 0.6.1
-PORTREVISION= 3
+PORTVERSION= 0.7.0
CATEGORIES= print
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= bf@FreeBSD.org
-COMMENT= WYSIWYG Postscript pseudo-editor
+COMMENT= WYSIWYG Postscript annotator
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2
-RUN_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2
+LIB_DEPENDS+= fltk.1:${PORTSDIR}/x11-toolkits/fltk
GNU_CONFIGURE= yes
USE_GHOSTSCRIPT=yes
@@ -26,8 +24,8 @@ MAN1= flpsed.1
PORTDOCS= README
post-configure:
- @${FIND} -X ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
- "s|-lpthread|${PTHREAD_LIBS}|g"
+ @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} \
+ ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${PREFIX}/bin
diff --git a/print/flpsed/distinfo b/print/flpsed/distinfo
index 392b7bcbdd38..1f2522f193a2 100644
--- a/print/flpsed/distinfo
+++ b/print/flpsed/distinfo
@@ -1,2 +1,2 @@
-SHA256 (flpsed-0.6.1.tar.gz) = f5ff37f8d87ccdcd8c019047c84a29bc38eec78883feccf60f8fd892616def01
-SIZE (flpsed-0.6.1.tar.gz) = 102349
+SHA256 (flpsed-0.7.0.tar.gz) = aedb5c96dfdcbe260d133f9b674a98d9948a1614d76ce623acb57503f2850b38
+SIZE (flpsed-0.7.0.tar.gz) = 119159
diff --git a/print/flpsed/pkg-descr b/print/flpsed/pkg-descr
index 0a6d40df3e19..b6b35b9a42a9 100644
--- a/print/flpsed/pkg-descr
+++ b/print/flpsed/pkg-descr
@@ -1,22 +1,12 @@
-flpsed is a WYSIWYG PostScript pseudo-editor. "Pseudo", because you
-can't remove or modify existing elements of a document, only add
-arbitrary text lines to existing PostScript documents. Added
-lines can later be reedited with flpsed.
+flpsed is a WYSIWYG PostScript annotator. flpsed can add arbitrary text lines
+to existing PostScript documents, but cannot remove or modify existing elements
+of such documents. The added lines can later be re-edited with flpsed, either
+interactively or via batch-processing (the latter is useful for repeatedly
+filling in forms). Text lines can also be imported from other documents that
+have been modified with flpsed.
Using pdftops, which is part of xpdf, one can convert PDF documents to
-PostScript and then add text to them using flpsed. flpsed is thus useful
-for filling in forms, adding notes, etc.
-
-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.
+PostScript and then add text to them using flpsed. flpsed is thus useful for
+filling in forms, adding notes, etc.
WWW: http://www.ecademix.com/JohannesHofmann/flpsed.html