From owner-svn-ports-all@FreeBSD.ORG Sun Aug 5 20:38:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 704BD1065673; Sun, 5 Aug 2012 20:38:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE1A8FC14; Sun, 5 Aug 2012 20:38:11 +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 q75KcBMl024183; Sun, 5 Aug 2012 20:38:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q75KcBfh024176; Sun, 5 Aug 2012 20:38:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201208052038.q75KcBfh024176@svn.freebsd.org> From: Bryan Drewery Date: Sun, 5 Aug 2012 20:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302133 - in head/print: . qpdfview X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 05 Aug 2012 20:38:11 -0000 Author: bdrewery Date: Sun Aug 5 20:38:10 2012 New Revision: 302133 URL: http://svn.freebsd.org/changeset/ports/302133 Log: qpdfview is a tabbed PDF viewer using the poppler library. PR: ports/170330 Submitted by: Veniamin Gvozdikov Approved by: eadler (mentor) Added: head/print/qpdfview/ head/print/qpdfview/Makefile (contents, props changed) head/print/qpdfview/distinfo (contents, props changed) head/print/qpdfview/pkg-descr (contents, props changed) head/print/qpdfview/pkg-plist (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Aug 5 20:26:50 2012 (r302132) +++ head/print/Makefile Sun Aug 5 20:38:10 2012 (r302133) @@ -298,6 +298,7 @@ SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf + SUBDIR += qpdfview SUBDIR += rlpr SUBDIR += rprint SUBDIR += rtf2latex Added: head/print/qpdfview/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/qpdfview/Makefile Sun Aug 5 20:38:10 2012 (r302133) @@ -0,0 +1,33 @@ +# New ports collection makefile for: qpdfview +# Date created: 2012-07-10 +# Whom: Gvozdikov Veniamin +# +# $FreeBSD$ +# + +PORTNAME= qpdfview +PORTVERSION= 0.3.1 +CATEGORIES= print +MASTER_SITES= https://launchpadlibrarian.net/109087731/ + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Tabbed PDF viewer using the poppler library + +LICENSE= GPLv2 + +LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + cups:${PORTSDIR}/print/cups-client + +USE_QT_VER= 4 +QT_COMPONENTS= corelib dbus gui moc qmake_build svg xml + +MAN1= ${PORTNAME}.1 + +.include +pre-configure: + ${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \ + ${WRKSRC}/${PORTNAME}.pri + +do-configure: + cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} +.include Added: head/print/qpdfview/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/qpdfview/distinfo Sun Aug 5 20:38:10 2012 (r302133) @@ -0,0 +1,2 @@ +SHA256 (qpdfview-0.3.1.tar.gz) = 1eb1c6c2eb80f4a37f137983fce83bb640aa47bbc3b8a69e3ddd8d917f016b57 +SIZE (qpdfview-0.3.1.tar.gz) = 76652 Added: head/print/qpdfview/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/qpdfview/pkg-descr Sun Aug 5 20:38:10 2012 (r302133) @@ -0,0 +1,3 @@ +qpdfview is a tabbed PDF viewer using the poppler library. + +WWW: https://launchpad.net/qpdfview Added: head/print/qpdfview/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/qpdfview/pkg-plist Sun Aug 5 20:38:10 2012 (r302133) @@ -0,0 +1,34 @@ +bin/qpdfview +share/applications/qpdfview.desktop +%%DATADIR%%/go-first.svg +%%DATADIR%%/x-office-presentation.svg +%%DATADIR%%/do-not-scale.svg +%%DATADIR%%/tab-new.svg +%%DATADIR%%/document-save.svg +%%DATADIR%%/go-down.svg +%%DATADIR%%/zoom-in.svg +%%DATADIR%%/document-print.svg +%%DATADIR%%/object-rotate-left.svg +%%DATADIR%%/one-page.svg +%%DATADIR%%/go-jump.svg +%%DATADIR%%/fit-to-page-width.svg +%%DATADIR%%/object-rotate-right.svg +%%DATADIR%%/fit-to-page.svg +%%DATADIR%%/edit-find.svg +%%DATADIR%%/two-columns.svg +%%DATADIR%%/go-next.svg +%%DATADIR%%/two-pages.svg +%%DATADIR%%/one-column.svg +%%DATADIR%%/document-open.svg +%%DATADIR%%/go-last.svg +%%DATADIR%%/process-stop.svg +%%DATADIR%%/qpdfview_de.qm +%%DATADIR%%/zoom-out.svg +%%DATADIR%%/go-up.svg +%%DATADIR%%/go-previous.svg +%%DATADIR%%/view-fullscreen.svg +%%DATADIR%%/help.html +%%DATADIR%%/qpdfview.svg +%%DATADIR%%/view-refresh.svg +@dirrmtry share/applications +@dirrm %%DATADIR%%