svn commit: r305614 - head/print/kpdftool
Max Brazhnikov
makc at FreeBSD.org
Tue Oct 9 22:31:09 UTC 2012
Author: makc
Date: Tue Oct 9 22:31:09 2012
New Revision: 305614
URL: http://svn.freebsd.org/changeset/ports/305614
Log:
Remove kde from CATEGORIES - the port doesn't depend on KDE
Amend desktop file, COMMENT and description
Trim Makefile header
Take maintainership
Modified:
head/print/kpdftool/Makefile (contents, props changed)
head/print/kpdftool/pkg-descr (contents, props changed)
Modified: head/print/kpdftool/Makefile
==============================================================================
--- head/print/kpdftool/Makefile Tue Oct 9 22:24:54 2012 (r305613)
+++ head/print/kpdftool/Makefile Tue Oct 9 22:31:09 2012 (r305614)
@@ -1,18 +1,15 @@
-# New ports collection makefile for: kpdftool
-# Date created: 04 May 2006
-# Whom: Yuan, Jue <yuanjue at yuanjue.net>
+# Created by: Yuan, Jue <yuanjue at 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 at FreeBSD.org
-COMMENT= Tool to ease your PDF related work
+MAINTAINER= makc at 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} \
Modified: head/print/kpdftool/pkg-descr
==============================================================================
--- head/print/kpdftool/pkg-descr Tue Oct 9 22:24:54 2012 (r305613)
+++ head/print/kpdftool/pkg-descr Tue Oct 9 22:31:09 2012 (r305614)
@@ -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
More information about the svn-ports-head
mailing list