aboutsummaryrefslogtreecommitdiff
path: root/print/flpsed
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-05-25 11:30:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-05-25 11:30:36 +0000
commit7e59edec18402ecd1ed5c8a1a4b5bfda93dfe03f (patch)
treeea02f18d77686b326e35cc1e6c2b15244d807241 /print/flpsed
parentdc7c1b9f5293bf4f76444fde8393374ecc6da030 (diff)
downloadports-7e59edec18402ecd1ed5c8a1a4b5bfda93dfe03f.tar.gz
ports-7e59edec18402ecd1ed5c8a1a4b5bfda93dfe03f.zip
Add flpsed 0.3.4, WYSIWYG pseudo Postscript editor.
PR: ports/75921 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
Notes
Notes: svn path=/head/; revision=136106
Diffstat (limited to 'print/flpsed')
-rw-r--r--print/flpsed/Makefile36
-rw-r--r--print/flpsed/distinfo2
-rw-r--r--print/flpsed/pkg-descr22
3 files changed, 60 insertions, 0 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile
new file mode 100644
index 000000000000..313e39da5840
--- /dev/null
+++ b/print/flpsed/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: flpsed
+# Date created: 6 January 2005
+# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flpsed
+PORTVERSION= 0.3.4
+CATEGORIES= print
+MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
+
+MAINTAINER= fernan@iib.unsam.edu.ar
+COMMENT= WYSIWYG pseudo Postscript editor
+
+LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
+
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+USE_GHOSTSCRIPT= yes
+USE_GMAKE= yes
+PLIST_FILES= bin/flpsed
+
+.if !defined(NOPORTDOCS)
+PLIST_FILES+= %%DOCSDIR%%/README
+PLIST_DIRS= %%DOCSDIR%%
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/print/flpsed/distinfo b/print/flpsed/distinfo
new file mode 100644
index 000000000000..3d89be74e057
--- /dev/null
+++ b/print/flpsed/distinfo
@@ -0,0 +1,2 @@
+MD5 (flpsed-0.3.4.tar.gz) = 534191847ecd3cffe48151eb720e3487
+SIZE (flpsed-0.3.4.tar.gz) = 96459
diff --git a/print/flpsed/pkg-descr b/print/flpsed/pkg-descr
new file mode 100644
index 000000000000..3a2d1d579068
--- /dev/null
+++ b/print/flpsed/pkg-descr
@@ -0,0 +1,22 @@
+flpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because you
+can't remove or modify existing elements of a document. But flpsed lets
+you add arbitrary text lines to existing PostScript documents. Added
+lines can later be reedited 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.
+
+WWW: http://www.ecademix.com/JohannesHofmann/#flpsed