aboutsummaryrefslogtreecommitdiffstats
path: root/print/flpsed
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-05-25 19:30:36 +0800
committerdanfe <danfe@FreeBSD.org>2005-05-25 19:30:36 +0800
commit2686a6e07ac2668a630d454f88726a85a6e72b44 (patch)
treedd3a38f522b8af08a5fc29fff2c5626c0206ebf1 /print/flpsed
parentb393db3ae624f253ac6e6b4528fb3ff307228a79 (diff)
downloadfreebsd-ports-gnome-2686a6e07ac2668a630d454f88726a85a6e72b44.tar.gz
freebsd-ports-gnome-2686a6e07ac2668a630d454f88726a85a6e72b44.tar.zst
freebsd-ports-gnome-2686a6e07ac2668a630d454f88726a85a6e72b44.zip
Add flpsed 0.3.4, WYSIWYG pseudo Postscript editor.
PR: ports/75921 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
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