diff options
author | drochner <drochner@pkgsrc.org> | 2011-11-07 12:26:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-11-07 12:26:59 +0000 |
commit | 02f52a45612bd3ddc875bd40e05f7a0488ca44e0 (patch) | |
tree | d9a5c7e906cbc850e266be28c0a27d119d76104b | |
parent | 273295ae2fb7297c9f32a7e6cbfbc4a4b344e142 (diff) | |
download | pkgsrc-02f52a45612bd3ddc875bd40e05f7a0488ca44e0.tar.gz |
update to 2.1
changes:
-Experimental --scale-down and --auto-zoom tiling support
-The button-options -0 through -9 are no longer supported.
Use .config/feh/buttons instead (see feh manpage)
-more minor UI changes
-bugfixes
-rw-r--r-- | graphics/feh/Makefile | 5 | ||||
-rw-r--r-- | graphics/feh/PLIST | 3 | ||||
-rw-r--r-- | graphics/feh/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 3aff9535c3a..570c9f18c74 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2011/11/01 06:01:32 sbd Exp $ +# $NetBSD: Makefile,v 1.44 2011/11/07 12:26:59 drochner Exp $ # -DISTNAME= feh-1.14.1 -PKGREVISION= 1 +DISTNAME= feh-2.1 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/PLIST b/graphics/feh/PLIST index a21b4c41817..46278552539 100644 --- a/graphics/feh/PLIST +++ b/graphics/feh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2011/05/25 19:44:26 gls Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/11/07 12:26:59 drochner Exp $ bin/feh bin/feh-cam bin/gen-cam-menu @@ -9,6 +9,7 @@ share/doc/feh/AUTHORS share/doc/feh/ChangeLog share/doc/feh/README share/doc/feh/TODO +share/doc/feh/examples/buttons share/doc/feh/examples/keys share/doc/feh/examples/themes share/feh/fonts/black.style diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index c7c97e399fe..317560b791a 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2011/05/25 19:44:26 gls Exp $ +$NetBSD: distinfo,v 1.20 2011/11/07 12:26:59 drochner Exp $ -SHA1 (feh-1.14.1.tar.bz2) = 4d35b14c41cd8a753e6d8d334bab216c69361688 -RMD160 (feh-1.14.1.tar.bz2) = e83879baa77910ca8181abe7514c80926ee3bd77 -Size (feh-1.14.1.tar.bz2) = 2229518 bytes +SHA1 (feh-2.1.tar.bz2) = a5964122bf2ee2675eb9423dea7839410806fee9 +RMD160 (feh-2.1.tar.bz2) = 3b6ae3d88126a1a866d246e6be72962f65d1f80a +Size (feh-2.1.tar.bz2) = 2240132 bytes SHA1 (patch-config.mk) = e2af53c04595f7e55645ba9da816eff5da70e3de SHA1 (patch-src_getopt.c) = 337fd15564c1d5b5596fe7d0d2f9bd6b0ca44ca7 |