diff options
author | delphij <delphij@FreeBSD.org> | 2006-05-11 17:26:35 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-05-11 17:26:35 +0000 |
commit | a0df7cff0040f39432656e16f671673cc36102c8 (patch) | |
tree | 07d1aa521d2b64a21c89f0cbe0d4465ff409cb74 /print/kpdftool | |
parent | a900cc974a7c002b7ef58d292f6cad8ea9779afd (diff) | |
download | FreeBSD-ports-a0df7cff0040f39432656e16f671673cc36102c8.zip FreeBSD-ports-a0df7cff0040f39432656e16f671673cc36102c8.tar.gz |
Add kpdftool, a tool to ease your PDF related work.
Submitted by: Yuan Jue <yuanjue at yuanjue net>
PR: ports/96773
Approved by: mentor (sem)
Diffstat (limited to 'print/kpdftool')
-rw-r--r-- | print/kpdftool/Makefile | 32 | ||||
-rw-r--r-- | print/kpdftool/distinfo | 3 | ||||
-rw-r--r-- | print/kpdftool/pkg-descr | 10 |
3 files changed, 45 insertions, 0 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile new file mode 100644 index 0000000..c64dc22 --- /dev/null +++ b/print/kpdftool/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: kpdftool +# Date created: 04 May 2006 +# Whom: Yuan, Jue <yuanjue@yuanjue.net> +# $FreeBSD$ +# + +PORTNAME= kpdftool +PORTVERSION= 0.22 +CATEGORIES= print kde +MASTER_SITES= http://www.yuanjue.net/download/ + +MAINTAINER= yuanjue@yuanjue.net +COMMENT= Tool to ease your PDF related work + +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick + +USE_GMAKE= yes +USE_QT_VER= 3 +CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ +MAKE_ARGS+= QTDIR=${X11BASE} + +do-configure: + cd ${WRKSRC}; \ + ${LOCALBASE}/bin/qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro; + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +PLIST_FILES= bin/kpdftool + +.include <bsd.port.mk> diff --git a/print/kpdftool/distinfo b/print/kpdftool/distinfo new file mode 100644 index 0000000..a3f49547 --- /dev/null +++ b/print/kpdftool/distinfo @@ -0,0 +1,3 @@ +MD5 (kpdftool-0.22.tar.gz) = 90dbd5d64de4df7aedef264efa1885d5 +SHA256 (kpdftool-0.22.tar.gz) = 0300453cf54dcafc45f383bf3ad3e9f3f5a57a4795472df546a34b77214eac63 +SIZE (kpdftool-0.22.tar.gz) = 5521 diff --git a/print/kpdftool/pkg-descr b/print/kpdftool/pkg-descr new file mode 100644 index 0000000..fa41247 --- /dev/null +++ b/print/kpdftool/pkg-descr @@ -0,0 +1,10 @@ +KPDFTool is a GUI interface for GhostView/KGhostview and +ImageMagick to perform basic and useful operations +with PDF and PS (PostScript) files such as merging or +extracting pages, as well as protecting the text from +copying into new files in a simple and practical way. + +WWW: http://www.kde-apps.org/content/show.php?content=33194 + +- Yuan, Jue +yuanjue@yuanjue.net |