aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-04-15 16:56:43 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-04-15 16:56:43 +0000
commitb54909e8bf659eae7338951ef0ab7d3067c4b0af (patch)
tree415936b517fd5333cfb2d93aa73f8049a02de219 /graphics/Makefile
parente3d248f6f28adaf9692bcdb8f05144a64e99e4ce (diff)
downloadports-b54909e8bf659eae7338951ef0ab7d3067c4b0af.tar.gz
ports-b54909e8bf659eae7338951ef0ab7d3067c4b0af.zip
New port: graphics/meh
meh is a small, simple, super fast image viewer using raw XLib. It is similar to feh, but faster and simpler. meh can use ImageMagick’s convert to view almost 200 file formats, though it is slower for these formats. Built in formats are JPEG, PNG, BMP, and netpbm. Features: - Fast - Tiny - Fast JPEG, PNG, GIF and BMP support - Fast netpbm support (.ppm, .pgm, .pbm, .pnm) - ImageMagick support by calling convert - All ImageMagick formats (almost 200) - This allows limited support for PDF’s and SVG’s - Scales images to window size - Preserves aspect ratio (either via EWMH hints or by padding the window) - XSHM Support - Minimal dependencies (Xlib, libjpeg, libpng, giflib) WWW: https://www.johnhawthorn.com/meh/
Notes
Notes: svn path=/head/; revision=531775
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bda056f14f78..30bd235054b6 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -526,6 +526,7 @@
SUBDIR += mapserver
SUBDIR += mapyrus
SUBDIR += megapov
+ SUBDIR += meh
SUBDIR += mesa-demos
SUBDIR += mesa-dri
SUBDIR += mesa-libs