From owner-svn-ports-head@freebsd.org Fri Mar 25 09:29:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 934F0ADC545; Fri, 25 Mar 2016 09:29:45 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD971D32; Fri, 25 Mar 2016 09:29:45 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P9TisW077208; Fri, 25 Mar 2016 09:29:44 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2P9Tile077203; Fri, 25 Mar 2016 09:29:44 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201603250929.u2P9Tile077203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 25 Mar 2016 09:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411826 - in head/graphics: . pdfpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 09:29:45 -0000 Author: kwm Date: Fri Mar 25 09:29:43 2016 New Revision: 411826 URL: https://svnweb.freebsd.org/changeset/ports/411826 Log: Add pdfpc. pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. It is able to show a normal presentation window on one screen, while showing a more sophisticated overview on the other one providing information like a picture of the next slide, as well as the left over time till the end of the presentation. The input files processed by pdfpc are PDF documents, which can be created using nearly any of today's presentation software. Added: head/graphics/pdfpc/ head/graphics/pdfpc/Makefile (contents, props changed) head/graphics/pdfpc/distinfo (contents, props changed) head/graphics/pdfpc/pkg-descr (contents, props changed) head/graphics/pdfpc/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Mar 25 08:46:17 2016 (r411825) +++ head/graphics/Makefile Fri Mar 25 09:29:43 2016 (r411826) @@ -741,6 +741,7 @@ SUBDIR += panomatic SUBDIR += partio SUBDIR += pdf2svg + SUBDIR += pdfpc SUBDIR += pear-Horde_Image SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode Added: head/graphics/pdfpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pdfpc/Makefile Fri Mar 25 09:29:43 2016 (r411826) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= pdfpc +PORTVERSION= 4.0.2 +CATEGORIES= graphics +DISTVERSIONPREFIX= v + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Keynote-like multi-monitor presentation viewer + +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ + libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib + +USE_GITHUB= yes + +USES= cmake gnome pkgconfig pathfix +USE_GNOME= gtk30 +USE_GSTREAMER1= yes + +CMAKE_ARGS= -DMANDIR:STRING="man/man1" + +post-install: + @${MV} ${STAGEDIR}${PREFIX}/etc/pdfpcrc \ + ${STAGEDIR}${PREFIX}/etc/pdfpcrc.sample + +.include Added: head/graphics/pdfpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pdfpc/distinfo Fri Mar 25 09:29:43 2016 (r411826) @@ -0,0 +1,2 @@ +SHA256 (pdfpc-pdfpc-v4.0.2_GH0.tar.gz) = 591da2f984dd7714b0607aff450b99649f9a8caaf311a38be8f5e2e1e565be96 +SIZE (pdfpc-pdfpc-v4.0.2_GH0.tar.gz) = 75962 Added: head/graphics/pdfpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pdfpc/pkg-descr Fri Mar 25 09:29:43 2016 (r411826) @@ -0,0 +1,10 @@ +pdfpc is a GTK based presentation viewer application which uses Keynote +like multi-monitor output to provide meta information to the speaker +during the presentation. It is able to show a normal presentation window +on one screen, while showing a more sophisticated overview on the other +one providing information like a picture of the next slide, as well as +the left over time till the end of the presentation. The input files +processed by pdfpc are PDF documents, which can be created using nearly +any of today's presentation software. + +WWW: https://pdfpc.github.io/ Added: head/graphics/pdfpc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pdfpc/pkg-plist Fri Mar 25 09:29:43 2016 (r411826) @@ -0,0 +1,7 @@ +bin/pdfpc +@sample etc/pdfpcrc.sample +man/man1/pdfpc.1.gz +share/pixmaps/pdfpc/blank.svg +share/pixmaps/pdfpc/pause.svg +share/pixmaps/pdfpc/pdfpc.css +share/pixmaps/pdfpc/snow.svg