Index: head/print/flpsed/Makefile =================================================================== --- head/print/flpsed/Makefile (revision 422714) +++ head/print/flpsed/Makefile (revision 422715) @@ -1,52 +1,52 @@ # Created by: Fernan Aguero # $FreeBSD$ PORTNAME= flpsed PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print -MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ +MASTER_SITES= http://flpsed.org/ MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG Postscript annotator LICENSE= GPLv3 -LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk +LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes USES= desktop-file-utils ghostscript:x11 gmake +USE_XORG= x11 xfixes xext xft PLIST_FILES= bin/flpsed \ man/man1/flpsed.1.gz \ share/applications/flpsed.desktop \ share/icons/flpsed.png \ share/icons/flpsed.svg PORTDOCS= README OPTIONS_DEFINE= DOCS - -.include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/flpsed.desktop ${STAGEDIR}${PREFIX}/share/applications ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${INSTALL_DATA} ${WRKSRC}/flpsed.png ${WRKSRC}/flpsed.svg ${STAGEDIR}${PREFIX}/share/icons do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install: .if !exists(${LOCALBASE}/bin/pdftops) @${ECHO_CMD} "" @${ECHO_CMD} " Consider installing graphics/xpdf, to take full advantage of " @${ECHO_CMD} " flpsed's ability to edit PDF files by first converting them " @${ECHO_CMD} " to PostScript via xpdf's pdftops(1) before editing, and then " @${ECHO_CMD} " transforming the edited Postscript files back to PDF via " @${ECHO_CMD} " Ghostscript's ps2pdf(1). " @${ECHO_CMD} "" .endif .include Index: head/print/flpsed/pkg-descr =================================================================== --- head/print/flpsed/pkg-descr (revision 422714) +++ head/print/flpsed/pkg-descr (revision 422715) @@ -1,12 +1,12 @@ 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. -WWW: http://www.ecademix.com/JohannesHofmann/flpsed.html +WWW: http://flpsed.org/flpsed.html