Show is a fast, flexible, extensible, and bloat-free image
viewer for X11 that can fade images in, display them, and fade
them out according to user-specified values of fade speed, fade
type, and delay. It features an extremely small executable
footprint, support for well over a dozen image formats,
variable scaling, magnification, window positioning, clockwise
and counterclockwise image rotation, X/Y axis flipping, over
200 different color transition modes, wildcard support, and
logging abilities. It can also be easilly incorporated into
multimedia presentations, shell scripts, and other utilities.
WWW: http://freshmeat.net/projects/show/
PR: 54160
Submitted by: Roop Nanuwa <i6a2@ugrad.cs.ubc.ca>
2003-08-25 22:12:53 +02:00
|
|
|
# New ports collection makefile for: show
|
|
|
|
# Date created: 06 July 2003
|
|
|
|
# Whom: roop
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= show
|
|
|
|
PORTVERSION= 2.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
Show is a fast, flexible, extensible, and bloat-free image
viewer for X11 that can fade images in, display them, and fade
them out according to user-specified values of fade speed, fade
type, and delay. It features an extremely small executable
footprint, support for well over a dozen image formats,
variable scaling, magnification, window positioning, clockwise
and counterclockwise image rotation, X/Y axis flipping, over
200 different color transition modes, wildcard support, and
logging abilities. It can also be easilly incorporated into
multimedia presentations, shell scripts, and other utilities.
WWW: http://freshmeat.net/projects/show/
PR: 54160
Submitted by: Roop Nanuwa <i6a2@ugrad.cs.ubc.ca>
2003-08-25 22:12:53 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.ugrad.cs.ubc.ca/~i6a2/show/
|
|
|
|
|
|
|
|
MAINTAINER= i6a2@ugrad.cs.ubc.ca
|
|
|
|
COMMENT= A fast, flexible, extensible and bloat-free image viewer for X11
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/show
|
Show is a fast, flexible, extensible, and bloat-free image
viewer for X11 that can fade images in, display them, and fade
them out according to user-specified values of fade speed, fade
type, and delay. It features an extremely small executable
footprint, support for well over a dozen image formats,
variable scaling, magnification, window positioning, clockwise
and counterclockwise image rotation, X/Y axis flipping, over
200 different color transition modes, wildcard support, and
logging abilities. It can also be easilly incorporated into
multimedia presentations, shell scripts, and other utilities.
WWW: http://freshmeat.net/projects/show/
PR: 54160
Submitted by: Roop Nanuwa <i6a2@ugrad.cs.ubc.ca>
2003-08-25 22:12:53 +02:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|