diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-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 |
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8f9f605657e8..0b30eeb084f8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -346,6 +346,7 @@ SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seejpeg + SUBDIR += show SUBDIR += showimg SUBDIR += simage SUBDIR += sketch 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 |