From owner-svn-ports-all@FreeBSD.ORG Tue Oct 9 22:31:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D354A44A; Tue, 9 Oct 2012 22:31:09 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A3C578FC24; Tue, 9 Oct 2012 22:31:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q99MV99Z099763; Tue, 9 Oct 2012 22:31:09 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q99MV9fO099759; Tue, 9 Oct 2012 22:31:09 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201210092231.q99MV9fO099759@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 9 Oct 2012 22:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305614 - head/print/kpdftool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 22:31:09 -0000 X-List-Received-Date: Tue, 09 Oct 2012 22:31:09 -0000 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 +# Created by: Yuan, Jue # $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