Add pdfcube 0.0.2, an OpenGL presentation viewer on a spinning cube.

Approved by:	clsung (mentor)
This commit is contained in:
Li-Wen Hsu 2007-04-20 15:23:04 +00:00
parent c83c9d3a2f
commit 8a23e1166f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190447
4 changed files with 44 additions and 0 deletions

View file

@ -187,6 +187,7 @@
SUBDIR += passivetex
SUBDIR += pcal
SUBDIR += pclprint
SUBDIR += pdfcube
SUBDIR += pdfjam
SUBDIR += pdflib
SUBDIR += pdflib-perl

31
print/pdfcube/Makefile Normal file
View file

@ -0,0 +1,31 @@
# New ports collection makefile for: pdfcube
# Date created: Apr. 20, 2007
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pdfcube
PORTVERSION= 0.0.2
CATEGORIES= print
MASTER_SITES= # http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= An OpenGL presentation viewer on a spinning cube
LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut \
gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \
poppler-glib:${PORTSDIR}/graphics/poppler-gtk
GNU_CONFIGURE= yes
PLIST_FILES= bin/pdfcube
.include <bsd.port.pre.mk>
do-fetch:
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${DISTNAME}${EXTRACT_SUFX}?format=raw"
.endif
.include <bsd.port.post.mk>

3
print/pdfcube/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (pdfcube-0.0.2.tar.gz) = 391fc1f65bbe1fcf5905d87d70749ba1
SHA256 (pdfcube-0.0.2.tar.gz) = 1a1f951ec56abb15e59a4ef1f29c7d5dd4f95f4b59aa59f0a76e304e3f3140b0
SIZE (pdfcube-0.0.2.tar.gz) = 318649

9
print/pdfcube/pkg-descr Normal file
View file

@ -0,0 +1,9 @@
PDF Cube uses the OpenGL API to add 3D spinning cube page transitions to PDF
documents.
PDF Cube is an OpenGL API-based 3D PDF viewer that adds a compiz/Keynote-like
spinning cube trasition effect to your PDF presentations (including
LaTeX-Beamer and Prosper). You can also zoom on 5 predefined areas of any
presentation page with a smooth zooming effect.
WWW: http://code.100allora.it/pdfcube