summaryrefslogtreecommitdiff
path: root/graphics/vp
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-08-27 13:27:58 +0000
committerdrochner <drochner@pkgsrc.org>2004-08-27 13:27:58 +0000
commit1bfba74a874fa07dfed27c46f6ea6cf47e8b6e5b (patch)
tree3c96e3c887cf99d352cf887193c53f63bb3fdb98 /graphics/vp
parentc281f1bb2abba8cd2acb6e603f889450172cf695 (diff)
downloadpkgsrc-1bfba74a874fa07dfed27c46f6ea6cf47e8b6e5b.tar.gz
import vp-1.5
This is just another simple image viewer (SDL based). (also known as "iview")
Diffstat (limited to 'graphics/vp')
-rw-r--r--graphics/vp/DESCR5
-rw-r--r--graphics/vp/Makefile19
-rw-r--r--graphics/vp/PLIST3
-rw-r--r--graphics/vp/distinfo4
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/vp/DESCR b/graphics/vp/DESCR
new file mode 100644
index 00000000000..8883a6a78de
--- /dev/null
+++ b/graphics/vp/DESCR
@@ -0,0 +1,5 @@
+Image viewer based on SDL that can read and display a wide variety
+of formats.
+Features include both fullscreen and windowed mode, rescaling images to fill
+the screen, ability to navigate the images, slideshow, full functionality
+both in X and in console, and the ability to load images from web servers.
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile
new file mode 100644
index 00000000000..8d679608687
--- /dev/null
+++ b/graphics/vp/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 13:27:58 drochner Exp $
+#
+
+DISTNAME= vp-1.5
+CATEGORIES= graphics
+MASTER_SITES= http://math.smsu.edu/~erik/files/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://math.smsu.edu/~erik/software.php?id=63
+COMMENT= Image viewer
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/vp/PLIST b/graphics/vp/PLIST
new file mode 100644
index 00000000000..6f27b8952ff
--- /dev/null
+++ b/graphics/vp/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/27 13:27:58 drochner Exp $
+bin/vp
+man/man1/vp.1
diff --git a/graphics/vp/distinfo b/graphics/vp/distinfo
new file mode 100644
index 00000000000..31220affe7b
--- /dev/null
+++ b/graphics/vp/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/27 13:27:58 drochner Exp $
+
+SHA1 (vp-1.5.tar.gz) = 881b8c2b371ea21830180016cdfd421017c0bcaa
+Size (vp-1.5.tar.gz) = 161899 bytes