summaryrefslogtreecommitdiff
path: root/graphics/show
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-25 20:12:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-25 20:12:53 +0000
commit067454ac9ac4284d0e3c15487c3d16d456ae30d4 (patch)
tree3773830340d8a552835d1b39a502a2ae76a15ebb /graphics/show
parentUpdate WWW tag (diff)
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>
Notes
Notes: svn path=/head/; revision=87686
Diffstat (limited to 'graphics/show')
-rw-r--r--graphics/show/Makefile28
-rw-r--r--graphics/show/distinfo1
-rw-r--r--graphics/show/pkg-descr13
-rw-r--r--graphics/show/pkg-plist1
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