svn commit: r411826 - in head/graphics: . pdfpc

Koop Mast kwm at FreeBSD.org
Fri Mar 25 09:29:45 UTC 2016


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 at 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 <bsd.port.mk>

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
+ at 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


More information about the svn-ports-all mailing list