From 2796833d8e2e52b3dce20ec06743988c0a557282 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 18 Feb 2010 18:33:10 +0000 Subject: Impressive is a program that displays PDF presentation slides with style. Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are very useful for presentations. WWW: http://impressive.sourceforge.net/ PR: 143840 Submitted by: Gvozdikov Veniamin Feature safe: yes --- graphics/Makefile | 1 + graphics/impressive/Makefile | 44 +++++++++++++++++++++++++++++++++++++++++++ graphics/impressive/distinfo | 3 +++ graphics/impressive/pkg-descr | 6 ++++++ 4 files changed, 54 insertions(+) create mode 100644 graphics/impressive/Makefile create mode 100644 graphics/impressive/distinfo create mode 100644 graphics/impressive/pkg-descr (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index 83f473eac665..94f04a40ccb0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -337,6 +337,7 @@ SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += import-pictures + SUBDIR += impressive SUBDIR += inkscape SUBDIR += intergif SUBDIR += inventor diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile new file mode 100644 index 000000000000..becb2e9ce7f1 --- /dev/null +++ b/graphics/impressive/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: impressive +# Date created: 2010-02-10 +# Whom: Gvozdikov Veniamin +# +# $FreeBSD$ +# + +PORTNAME= impressive +PORTVERSION= 0.10.2 +CATEGORIES= graphics +MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ +DISTNAME= Impressive-${PORTVERSION} + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= The stylish way of giving presentations + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/wrapper.py:${PORTSDIR}/graphics/py-opengl \ + ${PYTHON_SITELIBDIR}/pygame/surfarray.py:${PORTSDIR}/devel/py-game \ + ${PYTHON_SITELIBDIR}/PIL/ImageGL.py:${PORTSDIR}/graphics/py-imaging \ + xpdf:${PORTSDIR}/graphics/xpdf \ + pdftk:${PORTSDIR}/print/pdftk \ + xdg-open:${PORTSDIR}/devel/xdg-utils \ + mplayer:${PORTSDIR}/multimedia/mplayer + +USE_PYTHON= yes +USE_GHOSTSCRIPT_RUN= yes +NO_BUILD= yes +PLIST_FILES= bin/${PORTNAME} + +MAN1= ${PORTNAME}.1 + +PORTDOCS= ${PORTNAME}.html demo.pdf license.txt + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.endfor +.endif + +.include diff --git a/graphics/impressive/distinfo b/graphics/impressive/distinfo new file mode 100644 index 000000000000..e98f19fec864 --- /dev/null +++ b/graphics/impressive/distinfo @@ -0,0 +1,3 @@ +MD5 (Impressive-0.10.2.tar.gz) = 492eda5e3e09beb2f6dc997ed94f5349 +SHA256 (Impressive-0.10.2.tar.gz) = a0a4ff5a29f6d96f3da0c244b170c9143ed780be0d578b87eccc17041234c3df +SIZE (Impressive-0.10.2.tar.gz) = 137193 diff --git a/graphics/impressive/pkg-descr b/graphics/impressive/pkg-descr new file mode 100644 index 000000000000..f3af0e46fed9 --- /dev/null +++ b/graphics/impressive/pkg-descr @@ -0,0 +1,6 @@ +Impressive is a program that displays PDF presentation slides with style. +Smooth alpha-blended slide transitions are provided for the sake of eye +candy, but in addition to this, Impressive offers some unique tools that +are very useful for presentations. + +WWW: http://impressive.sourceforge.net/ -- cgit v1.2.3