Date: Tue, 9 Oct 2012 22:31:09 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305614 - head/print/kpdftool Message-ID: <201210092231.q99MV9fO099759@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092231.q99MV9fO099759>