diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/kpdftool/Makefile | 15 | ||||
-rw-r--r-- | print/kpdftool/pkg-descr | 9 |
2 files changed, 10 insertions, 14 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index 0af9bf2e145d..f3f1f2d1a496 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -1,18 +1,15 @@ -# New ports collection makefile for: kpdftool -# Date created: 04 May 2006 -# Whom: Yuan, Jue <yuanjue@yuanjue.net> +# Created by: Yuan, Jue <yuanjue@yuanjue.net> # $FreeBSD$ -# PORTNAME= kpdftool PORTVERSION= 0.23.1 -PORTREVISION= 1 -CATEGORIES= print kde +PORTREVISION= 2 +CATEGORIES= print MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTFILES= 33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool to ease your PDF related work +MAINTAINER= makc@FreeBSD.org +COMMENT= Simple utility to manipulate PS and PDF files RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick @@ -22,7 +19,7 @@ USE_GHOSTSCRIPT_RUN= yes MAKE_JOBS_SAFE= yes DESKTOP_ENTRIES= "KPDFTool" "${COMMENT}" "kpdftool" \ - "kpdftool" "" false + "kpdftool" "Application;Qt;Utility;" false do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ diff --git a/print/kpdftool/pkg-descr b/print/kpdftool/pkg-descr index d01bdd9c1b58..ec28b7e4e53b 100644 --- a/print/kpdftool/pkg-descr +++ b/print/kpdftool/pkg-descr @@ -1,7 +1,6 @@ -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. +KPDFTool is a Qt based frontend for GhostView and ImageMagick to +perform basic operations with PDF and PS (PostScript) files such +as merging or extracting pages, as well as protecting the text +from copying. WWW: http://www.kde-apps.org/content/show.php?content=33194 |