Sat Sep 27 10:52:38 2014 UTC ()
Update to feh-2.12
This is a leaf package, OK by wiz@.

ChangeLog:
Thu, 15 May 2014 23:41:07 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Releasev v2.12
    * feh-cam and gen-cam-menu are no longer installed by default. Use
      'make install cam=1' to install them or 'make uninstall cam=1 && make
      install cam=0' to remove them permanently
    * feh no longer depends on giblib. Instead, the relevant parts of the
      giblib source were imported into the feh source.
      Rationale: giblib is unmaintained and, as far as I know, only used by
      three projects (one of which is feh). There is at least one known bug
      in it, and as I do not have the time to take over giblib development,
      importing the library seems to be the best solution.
    * Fix/improve --randomize for short filelists (closes #151)
    * Fix a buffer overflow in the printf implementation when handling unknown
      format specifiers (affects --action, --customlist, --index-info, --info,
      --thumb-title and --title)
    * Update help (if built with help=1)

Sun, 27 Apr 2014 20:28:02 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.11
    * Patch by Michael Vorburger: Fix erroneous free() in case of failed
      scandir (closes #140, #147)
    * Patch by rangerer: --randomize: re-randomize after list is through
      (closes #154)
    * When setting a wallpaper from a URL, do not try to store it as
      absolute path in .fehbg (closes #153)
    * Add --scroll-step <px> option to change scroll_{up,left,down,right}
      scroll offset in pixels
    * feh(1): Escape %V (interpreted as mdoc macro)
      (closes debian #745467)
    * Respect --image-bg=checks in fullscreen mode (default remains black)
      (closes #156)

Fri, 28 Feb 2014 18:20:25 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.10
    * Allow non-centered wallpapers using the --geometry option
      (Patch by Joel Bradshaw)
    * Add ; flag to --info (as in "--info ';echo foo'") to disable info
      display on startup
    * Partially fix off-by-one pixel error when warping the pointer in the
      bottom/right window border
    * thumbnail mode: If --action is set, run specified command instead of
      opening image on click.
    * feh.desktop: Use feh %F since we support multiple files
    * Fix --borderless not working on some 64bit systems
      (Patch by Brian Mattern)
    * Always use absolute paths in .fehbg


(szptvlfn)
diff -r1.65 -r1.66 pkgsrc/graphics/feh/Makefile
diff -r1.10 -r1.11 pkgsrc/graphics/feh/PLIST
diff -r1.28 -r1.29 pkgsrc/graphics/feh/distinfo

cvs diff -r1.65 -r1.66 pkgsrc/graphics/feh/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/feh/Makefile 2014/05/29 23:36:37 1.65
+++ pkgsrc/graphics/feh/Makefile 2014/09/27 10:52:38 1.66
@@ -1,35 +1,29 @@ @@ -1,35 +1,29 @@
1# $NetBSD: Makefile,v 1.65 2014/05/29 23:36:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.66 2014/09/27 10:52:38 szptvlfn Exp $
2 2
3DISTNAME= feh-2.9.3 3DISTNAME= feh-2.12
4PKGREVISION= 2 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= http://feh.finalrewind.org/ 5MASTER_SITES= http://feh.finalrewind.org/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://feh.finalrewind.org/ 9HOMEPAGE= http://feh.finalrewind.org/
11COMMENT= Advanced image viewer 10COMMENT= Imlib2 based image viewer
12LICENSE= mit 11LICENSE= mit
13 12
14#GNU_CONFIGURE= YES 13#GNU_CONFIGURE= YES
15CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam, 14#CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam,
16 15
17USE_TOOLS+= bash:run perl:run gmake 16USE_TOOLS+= gmake
18 
19REPLACE_BASH= cam/gen-cam-menu 
20REPLACE_PERL= scripts/*.pl cam/feh-cam 
21 17
22LDFLAGS.SunOS+= -lnsl -lsocket 18LDFLAGS.SunOS+= -lnsl -lsocket
23 19
24BUILDLINK_API_DEPENDS.giblib+= giblib>=1.2.4 
25 
26BUILDLINK_DEPMETHOD.libXt?= build 20BUILDLINK_DEPMETHOD.libXt?= build
27 21
28.include "../../sysutils/desktop-file-utils/desktopdb.mk" 22.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 23.include "../../graphics/imlib2/buildlink3.mk"
29.include "../../graphics/png/buildlink3.mk" 24.include "../../graphics/png/buildlink3.mk"
30.include "../../devel/giblib/buildlink3.mk" 
31.include "../../www/curl/buildlink3.mk" 25.include "../../www/curl/buildlink3.mk"
32.include "../../x11/libXext/buildlink3.mk" 26.include "../../x11/libXext/buildlink3.mk"
33.include "../../x11/libXinerama/buildlink3.mk" 27.include "../../x11/libXinerama/buildlink3.mk"
34.include "../../x11/libXt/buildlink3.mk" 28.include "../../x11/libXt/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/graphics/feh/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/feh/PLIST 2013/07/24 11:01:59 1.10
+++ pkgsrc/graphics/feh/PLIST 2014/09/27 10:52:38 1.11
@@ -1,26 +1,23 @@ @@ -1,26 +1,23 @@
1@comment $NetBSD: PLIST,v 1.10 2013/07/24 11:01:59 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.11 2014/09/27 10:52:38 szptvlfn Exp $
2bin/feh 2bin/feh
3bin/feh-cam 
4bin/gen-cam-menu 
5man/man1/feh-cam.1 
6man/man1/feh.1 3man/man1/feh.1
7man/man1/gen-cam-menu.1 
8share/applications/feh.desktop 4share/applications/feh.desktop
9share/doc/feh/AUTHORS 5share/doc/feh/AUTHORS
10share/doc/feh/ChangeLog 6share/doc/feh/ChangeLog
11share/doc/feh/README 7share/doc/feh/README
12share/doc/feh/TODO 8share/doc/feh/TODO
13share/doc/feh/examples/buttons 9share/doc/feh/examples/buttons
 10share/doc/feh/examples/find-lowres
14share/doc/feh/examples/keys 11share/doc/feh/examples/keys
15share/doc/feh/examples/themes 12share/doc/feh/examples/themes
16share/feh/fonts/black.style 13share/feh/fonts/black.style
17share/feh/fonts/menu.style 14share/feh/fonts/menu.style
18share/feh/fonts/yudit.ttf 15share/feh/fonts/yudit.ttf
19share/feh/images/feh.png 16share/feh/images/feh.png
20share/feh/images/feh.svg 17share/feh/images/feh.svg
21share/feh/images/menubg_aluminium.png 18share/feh/images/menubg_aluminium.png
22share/feh/images/menubg_aqua.png 19share/feh/images/menubg_aqua.png
23share/feh/images/menubg_black.png 20share/feh/images/menubg_black.png
24share/feh/images/menubg_brushed.png 21share/feh/images/menubg_brushed.png
25share/feh/images/menubg_default.png 22share/feh/images/menubg_default.png
26share/feh/images/menubg_sky.png 23share/feh/images/menubg_sky.png

cvs diff -r1.28 -r1.29 pkgsrc/graphics/feh/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/feh/distinfo 2013/07/24 11:01:59 1.28
+++ pkgsrc/graphics/feh/distinfo 2014/09/27 10:52:38 1.29
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.28 2013/07/24 11:01:59 drochner Exp $ 1$NetBSD: distinfo,v 1.29 2014/09/27 10:52:38 szptvlfn Exp $
2 2
3SHA1 (feh-2.9.3.tar.bz2) = 6e93c9bbc339d36002ead189d0a94880f58876bd 3SHA1 (feh-2.12.tar.bz2) = 30eb2b778858b1f4ce97e44c8225758185b0c588
4RMD160 (feh-2.9.3.tar.bz2) = 702c973a5e16b62dc38278b5c6e4d55cd3f06965 4RMD160 (feh-2.12.tar.bz2) = 515073a9ead457c89137689af08e35f54c45a5eb
5Size (feh-2.9.3.tar.bz2) = 2082188 bytes 5Size (feh-2.12.tar.bz2) = 2090538 bytes
6SHA1 (patch-config.mk) = 7f99ff19820a62c8a7a9d3b0fb9c7f1a8151f6c5 6SHA1 (patch-config.mk) = 7f99ff19820a62c8a7a9d3b0fb9c7f1a8151f6c5
7SHA1 (patch-src_getopt.c) = 337fd15564c1d5b5596fe7d0d2f9bd6b0ca44ca7 7SHA1 (patch-src_getopt.c) = 337fd15564c1d5b5596fe7d0d2f9bd6b0ca44ca7
8SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 8SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492