Initial import of feh-1.0.1, an advanced image viewer.
This commit is contained in:
parent
10aeb4d197
commit
4026d1c9bf
6 changed files with 103 additions and 0 deletions
16
graphics/feh/Makefile
Normal file
16
graphics/feh/Makefile
Normal file
|
@ -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"
|
6
graphics/feh/distinfo
Normal file
6
graphics/feh/distinfo
Normal file
|
@ -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
|
13
graphics/feh/patches/patch-aa
Normal file
13
graphics/feh/patches/patch-aa
Normal file
|
@ -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)
|
||||
|
13
graphics/feh/patches/patch-ab
Normal file
13
graphics/feh/patches/patch-ab
Normal file
|
@ -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@
|
24
graphics/feh/pkg/DESCR
Normal file
24
graphics/feh/pkg/DESCR
Normal file
|
@ -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.
|
31
graphics/feh/pkg/PLIST
Normal file
31
graphics/feh/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue