Port details |
- feh Image viewer that utilizes Imlib2
- 3.10.3_2 graphics
=20 3.10.3_2Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2000-11-03 05:21:37
- Last Update: 2025-03-18 15:36:30
- Commit Hash: ba9b737
- People watching this port, also watch:: firefox, wget, vim, curl, lame
- License: MIT
- WWW:
- https://feh.finalrewind.org/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/feh/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/feh
- pkg install feh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: feh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719868241
SHA256 (feh-3.10.3.tar.bz2) = 5426e2799770217af1e01c2e8c182d9ca8687d84613321d8ab4a66fe4041e9c8
SIZE (feh-3.10.3.tar.bz2) = 2113623
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.4.1 : devel/gmake
- x11.pc : x11/libX11
- xinerama.pc : x11/libXinerama
- xt.pc : x11-toolkits/libXt
- Test dependencies:
-
- p5-Test-Command>=0 : devel/p5-Test-Command
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- x11.pc : x11/libX11
- xinerama.pc : x11/libXinerama
- xt.pc : x11-toolkits/libXt
- Library dependencies:
-
- libImlib2.so : graphics/imlib2
- libpng.so : graphics/png
- libcurl.so : ftp/curl
- libexif.so : graphics/libexif
- This port is required by:
- for Run
-
- deskutils/walld
- x11/py-waypaper
- x11-themes/wpgtk
Configuration Options:
- ===> The following configuration options are available for feh-3.10.3_2:
CURL=on: Data transfer support via cURL
DCRAW=off: Use dcraw to display raw file previews
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
EXIF=on: Support EXIF tags
XINERAMA=on: X11 Xinerama extension support
===> Use 'make config' to modify these settings
- Options name:
- graphics_feh
- USES:
- cpe desktop-file-utils gmake localbase:ldflags tar:bzip2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10 26 Nov 2010 08:01:49
 |
uqs  |
Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by: pav |
1.10 25 Nov 2010 19:00:01
 |
uqs  |
Fix remaining MASTER_SITE_LOCAL abuses for my ports. |
1.10 30 Oct 2010 12:39:04
 |
uqs  |
- Update to 1.10
PR: ports/151804
Submitted by: lme |
1.8 18 Aug 2010 14:24:50
 |
uqs  |
- Update to 1.8
PR: ports/147872 (partial)
Submitted by: Bapt <baptiste.daroussin@gmail.com> |
1.5 21 May 2010 15:24:45
 |
uqs  |
- Update to 1.5
- Chase new upstream location
- Update my maintainer address while here
PR: ports/145856 (sort of)
Submitted by: baptiste.daroussin at gmail.com
Feature safe: yes |
1.3.4_8 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.3.4_7 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.3.4_6 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.3.4_5 16 Mar 2009 21:01:00
 |
dhn  |
- Add NETWM fullscreen support
- Bump PORTREVISION
PR: 132503
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: maintainer, miwi (mentor) |
1.3.4_4 02 Mar 2009 01:27:12
 |
tabthorpe  |
- Pass maintainership to submitter
Submitted by: Ulrich via freebsd-ports@ |
1.3.4_4 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.3.4_4 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.3.4_3 20 Mar 2008 09:46:38
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.3.4_3 13 Mar 2008 04:25:49
 |
beech  |
- bump portrevision after imlib2 upgrade
PR: ports/121658
Submitted by: Barbara <barbara.xxx@libero.it> |
1.3.4_2 23 Oct 2007 13:35:50
 |
miwi  |
- Remove dependency on shells/bash
PR: 117284
Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com> |
1.3.4_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.4 23 Mar 2007 08:38:30
 |
linimon  |
Reset andrew.nau.ua@gmail.com at his request due to lack of time.
Hat: portmgr |
1.3.4 08 Mar 2006 17:45:21
 |
novel  |
Make fetchable.
PR: 94221
Submitted by: Andrew Pogrebennyk (maintainer)
Approved by: portmgr (erwin, marcus) |
1.3.4 22 Jan 2006 12:35:18
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.3.4 14 Oct 2005 09:59:04
 |
edwin  |
Welcome Andrew Pogrebennyk as new maintainer
PR: ports/87412, ports/87411, ports/87410, ports/87409
Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com> |
1.3.4 26 Jul 2005 06:41:16
 |
ahze  |
- Update to 1.3.4
PR: ports/84069
Submitted by: Ports Fury |
1.3.3 05 Jun 2005 13:01:17
 |
sem  |
- Update to 1.3.3
PR: ports/81861
Submitted by: Ports Fury |
1.3.0 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.3.0 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.3.0 08 Jan 2005 16:16:57
 |
krion  |
Update to version 1.3.0
PR: ports/75949
Submitted by: Ports Fury |
1.2.7 12 Oct 2004 10:01:08
 |
krion  |
Update to version 1.2.7
PR: ports/71879
Submitted by: Ports Fury |
1.2.6 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.2.6 06 Jun 2003 12:52:32
 |
fjoe  |
Update to 1.2.6.
PR: 52733
Submitted by: Kirill Ponomarew |
1.2.4_1 20 Feb 2003 18:08:19
 |
knu  |
de-pkg-comment |
1.2.4_1 02 Feb 2003 12:25:26
 |
nork  |
Remove unnecessary LIB_DEPENDS.
PR: ports/47319
Submitted by: Ports Fury |
1.2.4 02 Jan 2003 07:09:34
 |
adamw  |
Update to 1.2.4.
PR: 46418
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.2.2 06 Nov 2002 17:15:31
 |
ijliao  |
upgrade to 1.2.2
PR: 44972
Submitted by: Porst Fury |
1.2.1 06 Oct 2002 17:49:59
 |
ijliao  |
upgrade to 1.2.1
PR: 43699
Submitted by: Ports Fury |
1.1.1 04 Jun 2002 01:38:45
 |
petef  |
Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR: 38874
Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer) |
27 Jan 2002 17:02:39
    |
dwcjr  |
Update to 1.1.1 Respect NOPORTDOCS Update maintainer email |
29 Aug 2001 05:29:41
    |
petef  |
Update to 1.1.0 |
19 Aug 2001 00:30:02
    |
ijliao  |
upgrade to 1.0.1 |
12 Mar 2001 14:40:13
    |
sf  |
imlib2-tmp -> imlib2 |
06 Nov 2000 14:12:48
    |
kevlo  |
Take over maintainer-ship. |
03 Nov 2000 08:21:37
    |
nakai  |
Initial import. A image viewer using imlib2. |