pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/vp import vp-1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2717c9f8fe8
branches:  trunk
changeset: 479987:e2717c9f8fe8
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 27 13:27:58 2004 +0000

description:
import vp-1.5
This is just another simple image viewer (SDL based).
(also known as "iview")

diffstat:

 graphics/vp/DESCR    |   5 +++++
 graphics/vp/Makefile |  19 +++++++++++++++++++
 graphics/vp/PLIST    |   3 +++
 graphics/vp/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 741da5e9174c -r e2717c9f8fe8 graphics/vp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vp/DESCR Fri Aug 27 13:27:58 2004 +0000
@@ -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 -r 741da5e9174c -r e2717c9f8fe8 graphics/vp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vp/Makefile      Fri Aug 27 13:27:58 2004 +0000
@@ -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@localhost
+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 -r 741da5e9174c -r e2717c9f8fe8 graphics/vp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vp/PLIST Fri Aug 27 13:27:58 2004 +0000
@@ -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 -r 741da5e9174c -r e2717c9f8fe8 graphics/vp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vp/distinfo      Fri Aug 27 13:27:58 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index