diff options
author | pav <pav@FreeBSD.org> | 2007-07-30 04:41:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-30 04:41:50 +0800 |
commit | 9f3027da80d1e4ab4aaeb97cb7deac14bc9bf05a (patch) | |
tree | 2041c56f33fcb22a6ff47d708bc77cef9200c937 /misc/pspresent | |
parent | 6aa5ddd293c45381531166ab6c7f004ef165932a (diff) | |
download | freebsd-ports-gnome-9f3027da80d1e4ab4aaeb97cb7deac14bc9bf05a.tar.gz freebsd-ports-gnome-9f3027da80d1e4ab4aaeb97cb7deac14bc9bf05a.tar.zst freebsd-ports-gnome-9f3027da80d1e4ab4aaeb97cb7deac14bc9bf05a.zip |
pspresent is a presentation tool to display full-screen PostScript
presentations. It provides simple navigation, and double-buffers for
seamless transitions.
WWW: http://www.cse.unsw.edu.au/~matthewc/pspresent
PR: ports/114887
Submitted by: Timothy Bourke <timbob@bigpond.com>
Diffstat (limited to 'misc/pspresent')
-rw-r--r-- | misc/pspresent/Makefile | 30 | ||||
-rw-r--r-- | misc/pspresent/distinfo | 3 | ||||
-rw-r--r-- | misc/pspresent/pkg-descr | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/misc/pspresent/Makefile b/misc/pspresent/Makefile new file mode 100644 index 000000000000..09941cd67a93 --- /dev/null +++ b/misc/pspresent/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: pspresent +# Date created: 25 Jul 2007 +# Whom: Timothy Bourke <timbob@bigpond.com> +# +# $FreeBSD$ +# + +PORTNAME= pspresent +PORTVERSION= 1.3 +CATEGORIES= misc +MASTER_SITES= http://www.cse.unsw.edu.au/~matthewc/pspresent/ + +MAINTAINER= timbob@bigpond.com +COMMENT= Full-screen slide shows of postscript files + +USE_GHOSTSCRIPT_RUN= yes +USE_XORG= x11 xext xinerama +ALL_TARGET= pspresent +PLIST_FILES= bin/pspresent + +MAN1= pspresent.1 + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/X11R6|$${X11BASE}|' ${WRKSRC}/Makefile + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/misc/pspresent/distinfo b/misc/pspresent/distinfo new file mode 100644 index 000000000000..25b41b01a0fe --- /dev/null +++ b/misc/pspresent/distinfo @@ -0,0 +1,3 @@ +MD5 (pspresent-1.3.tar.gz) = 775025aa81ac4b86cd7067f17e312589 +SHA256 (pspresent-1.3.tar.gz) = 94f2b6fa437929c9add2b8f4554a204d49132170c1d167c4389c7de26f5a6f80 +SIZE (pspresent-1.3.tar.gz) = 14357 diff --git a/misc/pspresent/pkg-descr b/misc/pspresent/pkg-descr new file mode 100644 index 000000000000..a1623b7b4aa9 --- /dev/null +++ b/misc/pspresent/pkg-descr @@ -0,0 +1,5 @@ +pspresent is a presentation tool to display full-screen PostScript +presentations. It provides simple navigation, and double-buffers for +seamless transitions. + +WWW: http://www.cse.unsw.edu.au/~matthewc/pspresent |