diff options
author | drochner <drochner@pkgsrc.org> | 2004-08-27 13:27:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-08-27 13:27:58 +0000 |
commit | 6b71e5b4de1921adf6d9dbf98d09a50abdb7d975 (patch) | |
tree | 3c96e3c887cf99d352cf887193c53f63bb3fdb98 /graphics | |
parent | 91958d4b3b088954175d58c3224a56a20741498c (diff) | |
download | pkgsrc-6b71e5b4de1921adf6d9dbf98d09a50abdb7d975.tar.gz |
import vp-1.5
This is just another simple image viewer (SDL based).
(also known as "iview")
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vp/DESCR | 5 | ||||
-rw-r--r-- | graphics/vp/Makefile | 19 | ||||
-rw-r--r-- | graphics/vp/PLIST | 3 | ||||
-rw-r--r-- | graphics/vp/distinfo | 4 |
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 |