diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-25 20:12:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-25 20:12:53 +0000 |
commit | 067454ac9ac4284d0e3c15487c3d16d456ae30d4 (patch) | |
tree | 3773830340d8a552835d1b39a502a2ae76a15ebb /graphics/show | |
parent | 8ea24c8701cab59d4f3a301b3186c5f92a3700df (diff) | |
download | ports-067454ac9ac4284d0e3c15487c3d16d456ae30d4.tar.gz ports-067454ac9ac4284d0e3c15487c3d16d456ae30d4.zip |
Notes
Diffstat (limited to 'graphics/show')
-rw-r--r-- | graphics/show/Makefile | 28 | ||||
-rw-r--r-- | graphics/show/distinfo | 1 | ||||
-rw-r--r-- | graphics/show/pkg-descr | 13 | ||||
-rw-r--r-- | graphics/show/pkg-plist | 1 |
4 files changed, 43 insertions, 0 deletions
diff --git a/graphics/show/Makefile b/graphics/show/Makefile new file mode 100644 index 000000000000..a0ad7951a7cd --- /dev/null +++ b/graphics/show/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: show +# Date created: 06 July 2003 +# Whom: roop +# +# $FreeBSD$ +# + +PORTNAME= show +PORTVERSION= 2.1 +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 + +USE_XLIB= yes +USE_X_PREFIX= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/show/distinfo b/graphics/show/distinfo new file mode 100644 index 000000000000..52328383621a --- /dev/null +++ b/graphics/show/distinfo @@ -0,0 +1 @@ +MD5 (show-2.1.tar.gz) = 8219274c59cb0d5791c0d3bdb30f5879 diff --git a/graphics/show/pkg-descr b/graphics/show/pkg-descr new file mode 100644 index 000000000000..19eda36e87ca --- /dev/null +++ b/graphics/show/pkg-descr @@ -0,0 +1,13 @@ +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/ + +- roop +i6a2@ugrad.cs.ubc.ca diff --git a/graphics/show/pkg-plist b/graphics/show/pkg-plist new file mode 100644 index 000000000000..c2f882c0b9ff --- /dev/null +++ b/graphics/show/pkg-plist @@ -0,0 +1 @@ +bin/show |