Date: Sat, 15 Apr 2017 20:16:48 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438598 - in head/graphics: . dspdfviewer Message-ID: <201704152016.v3FKGm44007015@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: philip Date: Sat Apr 15 20:16:47 2017 New Revision: 438598 URL: https://svnweb.freebsd.org/changeset/ports/438598 Log: Dual-screen PDF viewer for LaTeX-beamer WWW: https://github.com/dannyedel/dspdfviewer Submitted by: Santhosh Raju <santhosh.raju-at-gmail.com> Added: head/graphics/dspdfviewer/ head/graphics/dspdfviewer/Makefile (contents, props changed) head/graphics/dspdfviewer/distinfo (contents, props changed) head/graphics/dspdfviewer/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Apr 15 19:44:33 2017 (r438597) +++ head/graphics/Makefile Sat Apr 15 20:16:47 2017 (r438598) @@ -146,6 +146,7 @@ SUBDIR += dmtx-utils SUBDIR += dri SUBDIR += driconf + SUBDIR += dspdfviewer SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += easypaint Added: head/graphics/dspdfviewer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/dspdfviewer/Makefile Sat Apr 15 20:16:47 2017 (r438598) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= dspdfviewer +PORTVERSION= 1.15.1 +CATEGORIES= graphics + +MAINTAINER= santhosh.raju@gmail.com +COMMENT= Dual-screen PDF viewer for LaTeX-beamer + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 \ + libboost_program_options.so:devel/boost-libs + +BUILD_WRKSRC= ${WRKSRC}/build +CONFIGURE_WRKSRC= ${WRKSRC}/build +INSTALL_WRKSRC= ${WRKSRC}/build + +USES= cmake pkgconfig +USE_QT5= buildtools_build core gui qmake_build linguisttools widgets xml +CMAKE_ARGS= -DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF +USE_LDCONFIG= yes + +CMAKE_VERBOSE= yes + +USE_GITHUB= yes +GH_ACCOUNT= dannyedel +GH_PROJECT= dspdfviewer +GH_TAGNAME= v1.15.1 + +PLIST_FILES= bin/dspdfviewer \ + share/applications/dspdfviewer.desktop \ + share/man/man1/dspdfviewer.1 + +.include <bsd.port.mk> Added: head/graphics/dspdfviewer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/dspdfviewer/distinfo Sat Apr 15 20:16:47 2017 (r438598) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492284790 +SHA256 (dannyedel-dspdfviewer-1.15.1-v1.15.1_GH0.tar.gz) = c5b6f8c93d732e65a27810286d49a4b1c6f777d725e26a207b14f6b792307b03 +SIZE (dannyedel-dspdfviewer-1.15.1-v1.15.1_GH0.tar.gz) = 165202 Added: head/graphics/dspdfviewer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/dspdfviewer/pkg-descr Sat Apr 15 20:16:47 2017 (r438598) @@ -0,0 +1,9 @@ +dspdfviewer a simple viewer for latex-beamer presentations that are built with +the show notes on second screen option of latex-beamer. It will take your PDF +file, split it in a left and right half and render the two halves individually +to the screens. + +In addition, your laptop screen will contain some counters and a wall-clock, +which may help you time your presentation right. + +WWW: https://github.com/dannyedel/dspdfviewer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704152016.v3FKGm44007015>