From 55f7235d0cafe81ee32af2ee20b65b156f1e6613 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 27 Aug 2007 12:38:01 +0000 Subject: Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. WWW: http://goodies.xfce.org/projects/applications/ristretto --- graphics/ristretto/Makefile | 26 ++++++++++++++++++++++++++ graphics/ristretto/distinfo | 3 +++ graphics/ristretto/pkg-descr | 4 ++++ graphics/ristretto/pkg-plist | 19 +++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 graphics/ristretto/Makefile create mode 100644 graphics/ristretto/distinfo create mode 100644 graphics/ristretto/pkg-descr create mode 100644 graphics/ristretto/pkg-plist (limited to 'graphics/ristretto') diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile new file mode 100644 index 000000000000..6e3e16a4ac8a --- /dev/null +++ b/graphics/ristretto/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ristretto +# Date created: 2007-08-27 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= ristretto +PORTVERSION= 0.0.1 +CATEGORIES= graphics +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Is an image-viewer with xfce-integration + +GNU_CONFIGURE= yes +USE_GNOME= gtk20 +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +USE_XFCE= configenv libutil thunar +USE_XLIB= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}- + +.include diff --git a/graphics/ristretto/distinfo b/graphics/ristretto/distinfo new file mode 100644 index 000000000000..f4bf6ad63de4 --- /dev/null +++ b/graphics/ristretto/distinfo @@ -0,0 +1,3 @@ +MD5 (ristretto-0.0.1.tar.gz) = 31c08ad36d1230c378b1c4b7fb4b908a +SHA256 (ristretto-0.0.1.tar.gz) = 86a5fa458b24dc2e100197a793703ccc4198aec4e59a4cea085631fdae4e820e +SIZE (ristretto-0.0.1.tar.gz) = 189397 diff --git a/graphics/ristretto/pkg-descr b/graphics/ristretto/pkg-descr new file mode 100644 index 000000000000..17af57d1ab45 --- /dev/null +++ b/graphics/ristretto/pkg-descr @@ -0,0 +1,4 @@ +Ristretto is a fast and lightweight picture-viewer for the +Xfce desktop environment. + +WWW: http://goodies.xfce.org/projects/applications/ristretto diff --git a/graphics/ristretto/pkg-plist b/graphics/ristretto/pkg-plist new file mode 100644 index 000000000000..eee9c0e40943 --- /dev/null +++ b/graphics/ristretto/pkg-plist @@ -0,0 +1,19 @@ +bin/ristretto +share/applications/ristretto.desktop +share/icons/hicolor/16x16/apps/ristretto.png +share/icons/hicolor/48x48/apps/ristretto.png +share/icons/hicolor/scalable/apps/ristretto.svg +share/locale/de/LC_MESSAGES/ristretto.mo +share/locale/fr/LC_MESSAGES/ristretto.mo +share/locale/nl/LC_MESSAGES/ristretto.mo +@dirrm share/icons/hicolor/scalable/apps +@dirrm share/icons/hicolor/scalable +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 +@dirrm share/icons/hicolor +@dirrm share/icons +@dirrmtry share/applications +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -- cgit