[102689] trunk/dports/graphics
cal at macports.org
cal at macports.org
Wed Feb 6 16:39:41 PST 2013
Revision: 102689
https://trac.macports.org/changeset/102689
Author: cal at macports.org
Date: 2013-02-06 16:39:41 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
new port: pdfpc, Keynote-like PDF presenter console with multimonitor support
Added Paths:
-----------
trunk/dports/graphics/pdfpc/
trunk/dports/graphics/pdfpc/Portfile
Added: trunk/dports/graphics/pdfpc/Portfile
===================================================================
--- trunk/dports/graphics/pdfpc/Portfile (rev 0)
+++ trunk/dports/graphics/pdfpc/Portfile 2013-02-07 00:39:41 UTC (rev 102689)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup cmake 1.0
+
+github.setup davvil pdfpc 3.1.1 v
+maintainers cal openmaintainer
+
+categories graphics
+description \
+ pdfpc is a GTK based presentation viewer application for GNU/Linux which \
+ uses Keynote like multi-monitor output to provide meta information to the \
+ speaker during the presentation.
+long_description ${description}\
+ 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.
+
+platforms darwin
+
+homepage http://${github.author}.github.com/${name}/
+
+fetch.type git
+post-fetch {
+ system -W ${worksrcpath} "git submodule update --init"
+}
+
+depends_build-append port:vala
+depends_lib-append port:gtk2 \
+ port:poppler \
+ port:librsvg \
+ port:libgee
Property changes on: trunk/dports/graphics/pdfpc/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/407bdd8f/attachment.html>
More information about the macports-changes
mailing list