diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-06-07 08:06:32 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-06-07 08:06:32 +0000 |
commit | d049fd33986526b47c190fc900e06f38b0600cf2 (patch) | |
tree | cb1b3c2b13595e846b9a2142b3bbb40a5550385e /graphics/gqview | |
parent | 8ed5e5eb0798954fce69add936ba0e3dabd04342 (diff) | |
download | pkgsrc-d049fd33986526b47c190fc900e06f38b0600cf2.tar.gz |
Initial import of gqview-0.6.0, another gtk-base graphic file viewer.
Provided in pr 7543 by Rui-Xiang Guo.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 22 | ||||
-rw-r--r-- | graphics/gqview/files/md5 | 3 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-aa | 17 | ||||
-rw-r--r-- | graphics/gqview/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/gqview/pkg/DESCR | 9 | ||||
-rw-r--r-- | graphics/gqview/pkg/PLIST | 2 |
6 files changed, 54 insertions, 0 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile new file mode 100644 index 00000000000..b3fc4ef6ae5 --- /dev/null +++ b/graphics/gqview/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/07 08:06:32 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp +# + +DISTNAME= gqview-0.6.0 +CATEGORIES= graphics x11 +MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ +EXTRACT_SUFX= .src.tgz + +MAINTAINER= rxg@ms25.url.com.tw +HOMEPAGE= http://www.geocities.com/SiliconValley/Haven/5235/ + +DEPENDS= gtk+-1.2.2:../../x11/gtk \ + imlib-1.9.4:../../graphics/imlib + +USE_X11BASE= yes +ALL_TARGET= gqview + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gqview ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gqview/files/md5 b/graphics/gqview/files/md5 new file mode 100644 index 00000000000..0157b906abd --- /dev/null +++ b/graphics/gqview/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/06/07 08:06:32 frueauf Exp $ + +MD5 (gqview-0.6.0.src.tgz) = 6921623f19c643b59810da28275b09d6 diff --git a/graphics/gqview/patches/patch-aa b/graphics/gqview/patches/patch-aa new file mode 100644 index 00000000000..57502da8599 --- /dev/null +++ b/graphics/gqview/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/06/07 08:06:32 frueauf Exp $ + +--- Makefile.orig Sun May 9 17:17:06 1999 ++++ Makefile Sun May 9 17:18:17 1999 +@@ -1,11 +1,10 @@ + +-PREFIX=/usr/local + + GTK_INCLUDE = `gtk-config --cflags` + GTK_LIB = `gtk-config --libs` + IMLIB_INCLUDE = `imlib-config --cflags-gdk` + IMLIB_LIB = `imlib-config --libs-gdk` +-CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) ++CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) + LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) + CC = gcc -Wall $(CFLAGS) + diff --git a/graphics/gqview/pkg/COMMENT b/graphics/gqview/pkg/COMMENT new file mode 100644 index 00000000000..bfb0a0bb768 --- /dev/null +++ b/graphics/gqview/pkg/COMMENT @@ -0,0 +1 @@ +another gtk-base graphic file viewer. diff --git a/graphics/gqview/pkg/DESCR b/graphics/gqview/pkg/DESCR new file mode 100644 index 00000000000..9554120c1dc --- /dev/null +++ b/graphics/gqview/pkg/DESCR @@ -0,0 +1,9 @@ +======== Description / Features + + GQview is a graphics file viewer. Basic features: + - Single click image viewing / navigation. + - Zoom functions. + - Thumbnails, with optional caching and .xvpics support. + - Multiple file selection for move, copy, delete, rename, drag and drop. + - Drag and drop. + - Ability to open images in external editors (configurable). diff --git a/graphics/gqview/pkg/PLIST b/graphics/gqview/pkg/PLIST new file mode 100644 index 00000000000..399cce4e97c --- /dev/null +++ b/graphics/gqview/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/07 08:06:32 frueauf Exp $ +bin/gqview |