svn commit: r302133 - in head/print: . qpdfview

Bryan Drewery bdrewery at FreeBSD.org
Sun Aug 5 20:38:11 UTC 2012


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 <g.veniamin at googlemail.com>
  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 <g.veniamin at googlemail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	qpdfview
+PORTVERSION=	0.3.1
+CATEGORIES=	print
+MASTER_SITES=	https://launchpadlibrarian.net/109087731/
+
+MAINTAINER=	g.veniamin at 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 <bsd.port.pre.mk>
+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 <bsd.port.post.mk>

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
+ at dirrmtry share/applications
+ at dirrm %%DATADIR%%



More information about the svn-ports-all mailing list