diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile new file mode 100644 index 000000000000..c41d1f0b7b96 --- /dev/null +++ b/graphics/feh/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 10:52:18 rh Exp $ +# + +DISTNAME= feh-1.0.1 +CATEGORIES= graphics +MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.linuxbrit.co.uk/feh/ +COMMENT= advanced image viewer + +GNU_CONFIGURE= YES +USE_X11BASE= YES + +.include "../../graphics/imlib2/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo new file mode 100644 index 000000000000..cea226c50951 --- /dev/null +++ b/graphics/feh/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/16 10:52:18 rh Exp $ + +SHA1 (feh-1.0.1.tar.gz) = acaaf5da03567844248806165a528ead21f2d4a5 +Size (feh-1.0.1.tar.gz) = 461600 bytes +SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd +SHA1 (patch-ab) = 01f3045bf9e40ef806d21a3f60dcd005a342821a diff --git a/graphics/feh/patches/patch-aa b/graphics/feh/patches/patch-aa new file mode 100644 index 000000000000..acd5f7afae68 --- /dev/null +++ b/graphics/feh/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 10:52:18 rh Exp $ + +--- Makefile.in.orig Thu Aug 16 01:44:40 2001 ++++ Makefile.in +@@ -82,7 +82,7 @@ + man_MANS = feh.1 + + docs_DATA = README AUTHORS ChangeLog TODO +-docsdir = $(prefix)/doc/feh ++docsdir = $(prefix)/share/doc/feh + + EXTRA_DIST = feh.spec feh.1 $(docs_DATA) + diff --git a/graphics/feh/patches/patch-ab b/graphics/feh/patches/patch-ab new file mode 100644 index 000000000000..b6e9a6fc369d --- /dev/null +++ b/graphics/feh/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/08/16 10:52:18 rh Exp $ + +--- src/Makefile.in.orig Thu Aug 16 01:44:41 2001 ++++ src/Makefile.in +@@ -73,7 +73,7 @@ + + MAINTAINERCLEANFILES = Makefile.in + +-LDFLAGS = -L/usr/X11R6/lib ++LDFLAGS = @LDFLAGS@ + INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir)/src -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ + + LIBOBJS = @LIBOBJS@ diff --git a/graphics/feh/pkg/DESCR b/graphics/feh/pkg/DESCR new file mode 100644 index 000000000000..0a75b00cfc2f --- /dev/null +++ b/graphics/feh/pkg/DESCR @@ -0,0 +1,24 @@ + Feh is an advanced image viewer that uses imlib2. Here is a summary of +features: + * Simple image viewing. + * Multiple image viewing (slideshow). + * Multiple image viewing in multiwindows. + * Image viewing in fullscreen. + * Image list mode. + * Loadable/unloadable listing. + * Recursive file opening. + * Sorting of the filelist + * Saving/loading filelists + * Loading images via http. + * Reloading after delay. + * Montage creation. + * Collage creation. + * Index print creation. + * Thumbnail browser. + +For viewing images, feh has the following features: + * Progressive loading. + * Dynamic zooming. + * Panning. + * Key or mouse control. + * Context menus. diff --git a/graphics/feh/pkg/PLIST b/graphics/feh/pkg/PLIST new file mode 100644 index 000000000000..8bb74b194394 --- /dev/null +++ b/graphics/feh/pkg/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/16 10:52:18 rh Exp $ +bin/cam +bin/feh +bin/gen_cam_menu.sh +share/doc/feh/AUTHORS +share/doc/feh/ChangeLog +share/doc/feh/README +share/doc/feh/TODO +man/man1/feh.1 +share/feh/fonts/20thcent.ttf +share/feh/fonts/cinema.ttf +share/feh/fonts/droid.ttf +share/feh/fonts/goodtime.ttf +share/feh/fonts/grunge.ttf +share/feh/fonts/joystix.ttf +share/feh/fonts/morpheus.ttf +share/feh/fonts/notepad.ttf +share/feh/fonts/soulpapa.ttf +share/feh/images/about.png +share/feh/images/menubg.png +share/feh/images/menubg_aluminium.png +share/feh/images/menubg_aqua.png +share/feh/images/menubg_britney.png +share/feh/images/menubg_brushed.png +share/feh/images/menubg_chrome.png +share/feh/images/menubg_pastel.png +share/feh/images/menubg_wood.png +@dirrm share/feh/images +@dirrm share/feh/fonts +@dirrm share/feh +@dirrm share/doc/feh