From 1bfba74a874fa07dfed27c46f6ea6cf47e8b6e5b Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 27 Aug 2004 13:27:58 +0000 Subject: import vp-1.5 This is just another simple image viewer (SDL based). (also known as "iview") --- graphics/vp/DESCR | 5 +++++ graphics/vp/Makefile | 19 +++++++++++++++++++ graphics/vp/PLIST | 3 +++ graphics/vp/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 graphics/vp/DESCR create mode 100644 graphics/vp/Makefile create mode 100644 graphics/vp/PLIST create mode 100644 graphics/vp/distinfo (limited to 'graphics') 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 -- cgit v1.2.3