diff options
author | sat <sat@FreeBSD.org> | 2007-01-31 08:29:42 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-01-31 08:29:42 +0800 |
commit | f49969f0e1452634804e2eae6604dd0c3d81c3e9 (patch) | |
tree | 83362694fb35a6f969681e18db4a3f79330fe32d /graphics/Makefile | |
parent | a850dffb4d26ff4cd3dab9206decd7bd5633d5f8 (diff) | |
download | freebsd-ports-gnome-f49969f0e1452634804e2eae6604dd0c3d81c3e9.tar.gz freebsd-ports-gnome-f49969f0e1452634804e2eae6604dd0c3d81c3e9.tar.zst freebsd-ports-gnome-f49969f0e1452634804e2eae6604dd0c3d81c3e9.zip |
Add port graphics/mirage:
Mirage is a fast and simple GTK+ image viewer.
- Supports png, jpg, svg, xpm, gif, bmp, tiff, and others
- Cycling through multiple images (with preloading)
- Slideshow and fullscreen modes
- Rotating, zooming, flipping, resizing, cropping
- Saving, deleting, renaming
- Custom actions
- Command-line access
- Configurable interface
WWW: http://mirageiv.berlios.de/
Author: Scott Horowitz <stonecrest@gmail.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d8efe7a2fe87..075f2e17ed41 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -415,6 +415,7 @@ SUBDIR += metapixel SUBDIR += ming SUBDIR += mingplot + SUBDIR += mirage SUBDIR += morpheus SUBDIR += moth SUBDIR += multivideo |