ports/75921: [new port] flpsed, a WYSIWYG pseudo PostScript editor

Fernan Aguero fernan at iib.unsam.edu.ar
Fri Jan 7 17:10:27 UTC 2005


>Number:         75921
>Category:       ports
>Synopsis:       [new port] flpsed, a WYSIWYG pseudo PostScript editor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 07 17:10:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fernan Aguero
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
IIB-UNSAM
>Environment:

FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan at pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI  i386

	
>Description:
	
	
	From the pkg-descr:

	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.
	
	Warning: flpsed is still alpha software! Make backup copies of
	your files before using flpsed.
	
	WWW: http://www.ecademix.com/JohannesHofmann/#flpsed
	
>How-To-Repeat:
	
	
>Fix:

	



--- flpsed.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	flpsed
#	flpsed/Makefile
#	flpsed/distinfo
#	flpsed/pkg-descr
#
echo c - flpsed
mkdir -p flpsed > /dev/null 2>&1
echo x - flpsed/Makefile
sed 's/^X//' >flpsed/Makefile << 'END-of-flpsed/Makefile'
X# ex:ts=8
X# New ports collection Makefile for: flpsed
X# Date created:		6 January 2005
X# Whom:			fernan at iib.unsam.edu.ar
X#
X# $FreeBSD$
X#
X
XPORTNAME=	flpsed
XPORTVERSION=	0.3.1
XCATEGORIES=	graphics print
XMASTER_SITES=	http://www.ecademix.com/JohannesHofmann/
X
XMAINTAINER=	fernan at iib.unsam.edu.ar
XCOMMENT=	WYSIWYG pseudo Postscript editor
X
XLIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
X
XUSE_X_PREFIX=		yes
XUSE_GHOSTSCRIPT=	yes
XUSE_GMAKE=		yes
XALL_TARGET=		# empty
XPLIST_FILES=		bin/flpsed
X
X.if !defined(NOPORTDOCS)
XPLIST_FILES+=		share/doc/flpsed/README
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/flpsed ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-flpsed/Makefile
echo x - flpsed/distinfo
sed 's/^X//' >flpsed/distinfo << 'END-of-flpsed/distinfo'
XMD5 (flpsed-0.3.1.tar.gz) = f3ec18b5db32d16e142143d95fa12f65
XSIZE (flpsed-0.3.1.tar.gz) = 13309
END-of-flpsed/distinfo
echo x - flpsed/pkg-descr
sed 's/^X//' >flpsed/pkg-descr << 'END-of-flpsed/pkg-descr'
Xflpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because you
Xcan't remove or modify existing elements of a document. But flpsed lets
Xyou add arbitrary text lines to existing PostScript documents. Added
Xlines can later be reedited with flpsed. 
X
XUsing pdftops, which is part of xpdf one can convert PDF documents to
XPostScript and then add text to them using flpsed. flpsed is thus useful
Xfor filling in forms, adding notes etc.
X
XWarning: flpsed is still alpha software! Make backup copies of your
Xfiles before using flpsed.
X
XWWW: http://www.ecademix.com/JohannesHofmann/#flpsed
END-of-flpsed/pkg-descr
exit
--- flpsed.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list