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/mirage | |
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/mirage')
-rw-r--r-- | graphics/mirage/Makefile | 22 | ||||
-rw-r--r-- | graphics/mirage/distinfo | 3 | ||||
-rw-r--r-- | graphics/mirage/pkg-descr | 13 | ||||
-rw-r--r-- | graphics/mirage/pkg-plist | 25 |
4 files changed, 63 insertions, 0 deletions
diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile new file mode 100644 index 000000000000..486af63bc2c4 --- /dev/null +++ b/graphics/mirage/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mirage +# Date created: 31 January 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mirage +PORTVERSION= 0.8.3 +CATEGORIES= graphics +MASTER_SITES= BERLIOS/mirageiv + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Fast and simple image viewer + +USE_BZIP2= yes +USE_GNOME= gtk20 pygtk2 pygnome2 +USE_PYTHON= yes +USE_PYDISTUTILS=yes +USE_GETTEXT= yes + +.include <bsd.port.mk> diff --git a/graphics/mirage/distinfo b/graphics/mirage/distinfo new file mode 100644 index 000000000000..059640f7be04 --- /dev/null +++ b/graphics/mirage/distinfo @@ -0,0 +1,3 @@ +MD5 (mirage-0.8.3.tar.bz2) = a72f26fb2a60101816a50679729802e7 +SHA256 (mirage-0.8.3.tar.bz2) = 03b343640acd497e56a0ebd73b5d83bac3fd41c9a94b487c3346bc7bc406a035 +SIZE (mirage-0.8.3.tar.bz2) = 86945 diff --git a/graphics/mirage/pkg-descr b/graphics/mirage/pkg-descr new file mode 100644 index 000000000000..56bc8388d5ce --- /dev/null +++ b/graphics/mirage/pkg-descr @@ -0,0 +1,13 @@ +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> diff --git a/graphics/mirage/pkg-plist b/graphics/mirage/pkg-plist new file mode 100644 index 000000000000..bd97d82ec747 --- /dev/null +++ b/graphics/mirage/pkg-plist @@ -0,0 +1,25 @@ +%%PYTHON_SITELIBDIR%%/imgfuncs.so +%%PYTHON_SITELIBDIR%%/mirage.py +%%PYTHON_SITELIBDIR%%/mirage.pyc +%%PYTHON_SITELIBDIR%%/mirage.pyo +bin/mirage +share/applications/mirage.desktop +%%DATADIR%%/CHANGELOG +%%DATADIR%%/COPYING +%%DATADIR%%/README +%%DATADIR%%/TODO +%%DATADIR%%/TRANSLATORS +%%DATADIR%%/stock_fullscreen.png +%%DATADIR%%/stock_leave-fullscreen.png +%%DATADIR%%/stock_shuffle.png +share/pixmaps/mirage.png +share/locale/de/LC_MESSAGES/mirage.mo +share/locale/es/LC_MESSAGES/mirage.mo +share/locale/fr/LC_MESSAGES/mirage.mo +share/locale/it/LC_MESSAGES/mirage.mo +share/locale/pl/LC_MESSAGES/mirage.mo +share/locale/ru/LC_MESSAGES/mirage.mo +@dirrm %%DATADIR%% +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/pixmaps |