summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-06-05 13:01:17 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-06-05 13:01:17 +0000
commit36c45c78ea75c7b4814892ab0d85ba91fe55c82e (patch)
tree4c1db0f09c3d2cb329ce4a6293cdb74099597833 /graphics
parent- Update to 1.1.0 (diff)
- Update to 1.3.3
PR: ports/81861 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=136818
Diffstat (limited to 'graphics')
-rw-r--r--graphics/feh/Makefile2
-rw-r--r--graphics/feh/distinfo4
-rw-r--r--graphics/feh/files/patch-src-slideshow.c12
-rw-r--r--graphics/feh/pkg-descr6
4 files changed, 20 insertions, 4 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index e591cb05e1a7..116d6da3b374 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= feh
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.3
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo
index f7291264d6f8..5894d07419e9 100644
--- a/graphics/feh/distinfo
+++ b/graphics/feh/distinfo
@@ -1,2 +1,2 @@
-MD5 (feh-1.3.0.tar.gz) = 41cbfbd0c1535a7162d199cf2d448f5b
-SIZE (feh-1.3.0.tar.gz) = 373405
+MD5 (feh-1.3.3.tar.gz) = d2aead74629fd04f26928f6af74b993b
+SIZE (feh-1.3.3.tar.gz) = 377159
diff --git a/graphics/feh/files/patch-src-slideshow.c b/graphics/feh/files/patch-src-slideshow.c
new file mode 100644
index 000000000000..86d63cbeb199
--- /dev/null
+++ b/graphics/feh/files/patch-src-slideshow.c
@@ -0,0 +1,12 @@
+--- src/slideshow.c.orig Sun May 1 08:11:31 2005
++++ src/slideshow.c Sun May 1 20:01:03 2005
+@@ -353,8 +353,8 @@
+ D_ENTER(4);
+ if (action)
+ {
+- D(3, ("Running action %s\n", action));
+ char *sys;
++ D(3, ("Running action %s\n", action));
+ sys = feh_printf(action, file);
+
+ if (opt.verbose && !opt.list && !opt.customlist)
diff --git a/graphics/feh/pkg-descr b/graphics/feh/pkg-descr
index 42633246e850..d52b9693f098 100644
--- a/graphics/feh/pkg-descr
+++ b/graphics/feh/pkg-descr
@@ -1,3 +1,7 @@
-An image viewer that utilizes Imlib2.
+feh is a versatile and fast image viewer using imlib2, the
+premier image file handling library. feh has many features,
+from simple single file viewing, to multiple file modes using
+a slideshow or multiple windows. feh supports the creation of
+montages as index prints with many user-configurable options.
WWW: http://www.linuxbrit.co.uk/feh/