Remove crashing oldies which still depend on old gnome 2 interfaces.

graphics/shotwell is a _much_ better alternative.

ok jasper@
This commit is contained in:
ajacoutot 2012-10-03 08:06:06 +00:00
parent eda5c5d3c1
commit 7a19103e98
15 changed files with 0 additions and 783 deletions

View File

@ -1,86 +0,0 @@
# $OpenBSD: Makefile,v 1.56 2012/09/29 10:10:45 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= personal photo management application for GNOME
GNOME_VERSION= 0.8.2
GNOME_PROJECT= f-spot
REVISION= 5
CATEGORIES= graphics
HOMEPAGE= http://www.f-spot.org/
# GPLv2
# gio-sharp: LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender art_lgpl_2 atk-1.0
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 cairo
WANTLIB += crypto dbus-1 dbus-glib-1 expat fontconfig
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnome-keyring
WANTLIB += gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 gpg-error
WANTLIB += gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread-stubs ssl
WANTLIB += util xcb xcb-render xml2 z lcms xcb-shm ffi stdc++
WANTLIB += GL Xxf86vm canberra drm ltdl ogg pthread vorbis vorbisfile
MODULES= devel/gettext \
lang/mono \
x11/gnome \
devel/gconf2
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
MODGNOME_TOOLS= yelp
BUILD_DEPENDS= ${RUN_DEPENDS} \
shells/bash \
x11/gnome/screensaver
RUN_DEPENDS= devel/mono-addins \
x11/gnome/mono-gnome \
sysutils/ndesk-dbus-glib \
devel/mono-flickrnet \
x11/gnome/mono-keyring \
devel/libunique
LIB_DEPENDS+= graphics/lcms
MODGCONF2_SCHEMAS_DIR= f-spot
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ARGS+= --disable-shave \
--disable-static
DLLMAP_FILES= lib/unique-sharp/unique/unique-sharp.dll.config \
lib/gtk-sharp-beans/gtk-sharp-beans.dll.config \
lib/gio-sharp/gio/gio-sharp.dll.config \
lib/Hyena/Hyena.Gui/Hyena.Gui.dll.config \
lib/Hyena/Hyena/Hyena.dll.config \
src/Clients/MainApp/f-spot.exe.config \
src/Core/FSpot.Cms/FSpot.Cms.dll.config \
src/Core/FSpot.Gui/FSpot.Gui.dll.config \
src/Core/FSpot.Core/FSpot.Core.dll.config \
src/Core/FSpot.Utils/FSpot.Utils.dll.config
FAKE_FLAGS= schemadir=${PREFIX}/${SCHEMAS_INSTDIR}
pre-configure:
${SUBST_CMD} ${WRKSRC}/icon-theme-installer \
${WRKSRC}/src/Clients/MainApp/f-spot.in \
${WRKSRC}/src/Clients/MainApp/FSpot/ColorManagement.cs \
${WRKSRC}/src/Clients/MainApp/FSpot.UI.Dialog/PreferenceDialog.cs
post-install:
rm ${PREFIX}/lib/f-spot/*.la
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gnome/f-spot-0.8.2.tar.bz2) = JESNNDGpWp+qCql1VUQU62OPkYgRUHF36dadEdQXhzo=
SIZE (gnome/f-spot-0.8.2.tar.bz2) = 3222712

View File

@ -1,24 +0,0 @@
$OpenBSD: patch-icon-theme-installer,v 1.2 2010/03/24 22:53:55 ajacoutot Exp $
--- icon-theme-installer.orig Wed Mar 24 23:34:30 2010
+++ icon-theme-installer Wed Mar 24 23:33:49 2010
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!${LOCALBASE}/bin/bash
# icon-theme-installer
# Copyright (C) 2006 Novell, Inc.
@@ -101,12 +101,12 @@ if test -z "$INSTALL_BASE_DIR"; then
exit 1
fi
-if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then
+if ! which $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then
echo "Cannot find '$MKINSTALLDIRS_EXEC'; You probably want to pass -m \$(mkinstalldirs)"
exit 1
fi
-if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then
+if ! which $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then
echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)"
exit 1
fi

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_libfspot_Makefile_in,v 1.10 2010/08/21 20:34:34 ajacoutot Exp $
--- lib/libfspot/Makefile.in.orig Tue Aug 10 13:36:08 2010
+++ lib/libfspot/Makefile.in Sat Aug 21 21:42:10 2010
@@ -95,7 +95,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ --mode=link $(CCLD) -module -avoid-version $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libfspot_la_SOURCES)
DIST_SOURCES = $(libfspot_la_SOURCES)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Clients_MainApp_FSpot_ColorManagement_cs,v 1.1 2011/04/21 09:10:23 ajacoutot Exp $
--- src/Clients/MainApp/FSpot/ColorManagement.cs.orig Thu Apr 21 11:05:07 2011
+++ src/Clients/MainApp/FSpot/ColorManagement.cs Thu Apr 21 11:05:23 2011
@@ -18,7 +18,7 @@ using FSpot.Core;
namespace FSpot {
public static class ColorManagement {
- static string [] search_dir = { "/usr/share/color/icc", Path.Combine (Global.HomeDirectory, ".color/icc"), "/usr/local/share/color/icc " };
+ static string [] search_dir = { "/usr/share/color/icc", Path.Combine (Global.HomeDirectory, ".color/icc"), "${LOCALBASE}/share/color/icc " };
static Dictionary<string, Cms.Profile> profiles;
public static IDictionary<string, Cms.Profile> Profiles {

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Clients_MainApp_FSpot_Loaders_GdkImageLoader_cs,v 1.1 2010/10/20 10:17:33 robert Exp $
--- src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs.orig Wed Oct 20 12:05:40 2010
+++ src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs Wed Oct 20 12:05:52 2010
@@ -112,7 +112,7 @@ namespace FSpot.Loaders {
public new bool Close ()
{
lock (sync_handle) {
- return base.Close (true);
+ return base.Close ();
}
}
#endregion

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Clients_MainApp_FSpot_UI_Dialog_PreferenceDialog_cs,v 1.1 2011/04/21 09:10:23 ajacoutot Exp $
--- src/Clients/MainApp/FSpot.UI.Dialog/PreferenceDialog.cs.orig Thu Apr 21 11:04:27 2011
+++ src/Clients/MainApp/FSpot.UI.Dialog/PreferenceDialog.cs Thu Apr 21 11:06:14 2011
@@ -99,7 +99,7 @@ namespace FSpot.UI.Dialog {
themes.AppendValues (Catalog.GetString ("Standard theme"), null);
themes.AppendValues (null, null); //Separator
string gtkrc = System.IO.Path.Combine ("gtk-2.0", "gtkrc");
- string [] search = {System.IO.Path.Combine (FSpot.Core.Global.HomeDirectory, ".themes"), "/usr/share/themes"};
+ string [] search = {System.IO.Path.Combine (FSpot.Core.Global.HomeDirectory, ".themes"), "/usr/share/themes", "${LOCALBASE}/share/themes"};
foreach (string path in search)
if (System.IO.Directory.Exists (path))
foreach (string dir in System.IO.Directory.GetDirectories (path))

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-src_Clients_MainApp_f-spot_in,v 1.1 2010/08/21 20:34:34 ajacoutot Exp $
--- src/Clients/MainApp/f-spot.in.orig Sun Aug 8 14:39:53 2010
+++ src/Clients/MainApp/f-spot.in Sat Aug 21 22:21:43 2010
@@ -1,10 +1,11 @@
-#!/bin/bash
+#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
turtledir=@TURTLEDIR@
+export LD_LIBRARY_PATH=${TRUEPREFIX}/lib/f-spot
EXE_TO_RUN="$libdir/f-spot/f-spot.exe"
if test "x$DBUS_SESSION_BUS_ADDRESS" == "x"; then
@@ -95,5 +96,5 @@ elif $run_valgrind; then
elif $run_strace; then
strace -ttt -f -o /tmp/f-spot.strace mono $MONO_OPTIONS $EXE_TO_RUN "$@"
else
- exec -a @PACKAGE@ $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
+ exec $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
fi

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-tools_Makefile_in,v 1.12 2010/09/15 15:41:38 ajacoutot Exp $
The f-spot-import script needs HAL to work, which we don't have.
--- tools/Makefile.in.orig Wed Sep 15 11:15:00 2010
+++ tools/Makefile.in Wed Sep 15 14:45:10 2010
@@ -339,8 +339,7 @@ DISTCLEANFILES = \
saverdir = @GNOME_SCREENSAVER_SAVERDIR@
saver_SCRIPTS = f-spot-screensaver
-bin_SCRIPTS = f-spot-import \
- f-spot-sqlite-upgrade
+bin_SCRIPTS = f-spot-sqlite-upgrade
all: all-am

View File

@ -1,12 +0,0 @@
F-Spot is a Mono-based Personal Photo Management package. F-Spot
supports 16 common files types, including JPEG, GIF, TIFF, RAW, and
others.
Import your photos from your hard drive, camera (including PTP
type), or iPod.
Photos can be tagged for searching and grouping, and the timeline gives
a quick sense of temporal location, and quantity of photos taken. F-Spot
can view and export EXIF and XMP metadata in your images.
Other features include fullscreen and slideshow modes.

View File

@ -1,507 +0,0 @@
@comment $OpenBSD: PLIST,v 1.23 2012/09/29 10:10:45 ajacoutot Exp $
bin/f-spot
bin/f-spot-sqlite-upgrade
lib/f-spot/
lib/f-spot/Extensions/
lib/f-spot/Extensions/FSpot.Editors.BWEditor.dll
lib/f-spot/Extensions/FSpot.Editors.BWEditor.dll.mdb
lib/f-spot/Extensions/FSpot.Editors.BlackoutEditor.dll
lib/f-spot/Extensions/FSpot.Editors.BlackoutEditor.dll.mdb
lib/f-spot/Extensions/FSpot.Editors.FlipEditor.dll
lib/f-spot/Extensions/FSpot.Editors.FlipEditor.dll.mdb
lib/f-spot/Extensions/FSpot.Editors.PixelateEditor.dll
lib/f-spot/Extensions/FSpot.Editors.PixelateEditor.dll.mdb
lib/f-spot/Extensions/FSpot.Editors.ResizeEditor.dll
lib/f-spot/Extensions/FSpot.Editors.ResizeEditor.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.CD.dll
lib/f-spot/Extensions/FSpot.Exporters.CD.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.CoverTransition.dll
lib/f-spot/Extensions/FSpot.Exporters.CoverTransition.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.Facebook.dll
lib/f-spot/Extensions/FSpot.Exporters.Facebook.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.Flickr.dll
lib/f-spot/Extensions/FSpot.Exporters.Flickr.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.Folder.dll
lib/f-spot/Extensions/FSpot.Exporters.Folder.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.Gallery.dll
lib/f-spot/Extensions/FSpot.Exporters.Gallery.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.PicasaWeb.dll
lib/f-spot/Extensions/FSpot.Exporters.PicasaWeb.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.SmugMug.dll
lib/f-spot/Extensions/FSpot.Exporters.SmugMug.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.Tabblo.dll
lib/f-spot/Extensions/FSpot.Exporters.Tabblo.dll.mdb
lib/f-spot/Extensions/FSpot.Exporters.Zip.dll
lib/f-spot/Extensions/FSpot.Exporters.Zip.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.ChangePhotoPath.dll
lib/f-spot/Extensions/FSpot.Tools.ChangePhotoPath.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.DevelopInUFRaw.dll
lib/f-spot/Extensions/FSpot.Tools.DevelopInUFRaw.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.LiveWebGallery.dll
lib/f-spot/Extensions/FSpot.Tools.LiveWebGallery.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.MergeDb.dll
lib/f-spot/Extensions/FSpot.Tools.MergeDb.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.RawPlusJpeg.dll
lib/f-spot/Extensions/FSpot.Tools.RawPlusJpeg.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.RetroactiveRoll.dll
lib/f-spot/Extensions/FSpot.Tools.RetroactiveRoll.dll.mdb
lib/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll
lib/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll.mdb
lib/f-spot/Extensions/Mono.Google.dll
lib/f-spot/Extensions/Mono.Google.dll.mdb
lib/f-spot/Extensions/Mono.Tabblo.dll
lib/f-spot/Extensions/Mono.Tabblo.dll.mdb
lib/f-spot/Extensions/SmugMugNet.dll
lib/f-spot/Extensions/SmugMugNet.dll.mdb
lib/f-spot/FSpot.Bling.dll
lib/f-spot/FSpot.Bling.dll.mdb
lib/f-spot/FSpot.Cms.dll
lib/f-spot/FSpot.Cms.dll.config
lib/f-spot/FSpot.Cms.dll.mdb
lib/f-spot/FSpot.Core.addins
lib/f-spot/FSpot.Core.dll
lib/f-spot/FSpot.Core.dll.config
lib/f-spot/FSpot.Core.dll.mdb
lib/f-spot/FSpot.Gui.dll
lib/f-spot/FSpot.Gui.dll.config
lib/f-spot/FSpot.Gui.dll.mdb
lib/f-spot/FSpot.JobScheduler.dll
lib/f-spot/FSpot.JobScheduler.dll.mdb
lib/f-spot/FSpot.Platform.dll
lib/f-spot/FSpot.Platform.dll.mdb
lib/f-spot/FSpot.Query.dll
lib/f-spot/FSpot.Query.dll.mdb
lib/f-spot/FSpot.Utils.dll
lib/f-spot/FSpot.Utils.dll.config
lib/f-spot/FSpot.Utils.dll.mdb
lib/f-spot/Hyena.Data.Sqlite.dll
lib/f-spot/Hyena.Data.Sqlite.dll.mdb
lib/f-spot/Hyena.Gui.dll
lib/f-spot/Hyena.Gui.dll.config
lib/f-spot/Hyena.Gui.dll.mdb
lib/f-spot/Hyena.dll
lib/f-spot/Hyena.dll.config
lib/f-spot/Hyena.dll.mdb
lib/f-spot/TagLib.dll
lib/f-spot/TagLib.dll.mdb
lib/f-spot/f-spot.exe
lib/f-spot/f-spot.exe.config
lib/f-spot/f-spot.exe.mdb
lib/f-spot/gconf-schema-extractor.exe
lib/f-spot/gio-sharp.dll
lib/f-spot/gio-sharp.dll.config
lib/f-spot/gkeyfile-sharp.dll
lib/f-spot/gtk-sharp-beans.dll
lib/f-spot/gtk-sharp-beans.dll.config
lib/f-spot/libfspot.so
lib/f-spot/unique-sharp.dll
lib/f-spot/unique-sharp.dll.config
lib/pkgconfig/f-spot.pc
libexec/gnome-screensaver/
libexec/gnome-screensaver/f-spot-screensaver
share/applications/f-spot-import.desktop
share/applications/f-spot-view.desktop
share/applications/f-spot.desktop
share/applications/screensavers/
share/applications/screensavers/f-spot-screensaver.desktop
share/f-spot/
share/f-spot/icons/
share/f-spot/icons/hicolor/
share/f-spot/icons/hicolor/16x16/
share/f-spot/icons/hicolor/16x16/actions/
share/f-spot/icons/hicolor/16x16/actions/adjust-colors.png
share/f-spot/icons/hicolor/16x16/actions/align-horizon.png
share/f-spot/icons/hicolor/16x16/actions/autocolor.png
share/f-spot/icons/hicolor/16x16/actions/color-desaturate.png
share/f-spot/icons/hicolor/16x16/actions/color-sepia.png
share/f-spot/icons/hicolor/16x16/actions/crop.png
share/f-spot/icons/hicolor/16x16/actions/filter-soft-focus.png
share/f-spot/icons/hicolor/16x16/actions/object-rotate-left.png
share/f-spot/icons/hicolor/16x16/actions/object-rotate-right.png
share/f-spot/icons/hicolor/16x16/actions/rating-blank.png
share/f-spot/icons/hicolor/16x16/actions/rating-rated-gray.png
share/f-spot/icons/hicolor/16x16/actions/rating-rated.png
share/f-spot/icons/hicolor/16x16/actions/red-eye-remove.png
share/f-spot/icons/hicolor/16x16/actions/tag-new.png
share/f-spot/icons/hicolor/16x16/actions/tag.png
share/f-spot/icons/hicolor/16x16/actions/view-far.png
share/f-spot/icons/hicolor/16x16/actions/view-fullscreen.png
share/f-spot/icons/hicolor/16x16/actions/view-near.png
share/f-spot/icons/hicolor/16x16/actions/view-restore.png
share/f-spot/icons/hicolor/16x16/devices/
share/f-spot/icons/hicolor/16x16/devices/camera-photo.png
share/f-spot/icons/hicolor/16x16/emblems/
share/f-spot/icons/hicolor/16x16/emblems/emblem-event.png
share/f-spot/icons/hicolor/16x16/emblems/emblem-people.png
share/f-spot/icons/hicolor/16x16/emblems/emblem-places.png
share/f-spot/icons/hicolor/16x16/emblems/emblem-readonly.png
share/f-spot/icons/hicolor/16x16/places/
share/f-spot/icons/hicolor/16x16/places/film-roll.png
share/f-spot/icons/hicolor/16x16/status/
share/f-spot/icons/hicolor/16x16/status/mode-browse.png
share/f-spot/icons/hicolor/16x16/status/mode-image-edit.png
share/f-spot/icons/hicolor/22x22/
share/f-spot/icons/hicolor/22x22/actions/
share/f-spot/icons/hicolor/22x22/actions/adjust-colors.png
share/f-spot/icons/hicolor/22x22/actions/align-horizon.png
share/f-spot/icons/hicolor/22x22/actions/autocolor.png
share/f-spot/icons/hicolor/22x22/actions/color-desaturate.png
share/f-spot/icons/hicolor/22x22/actions/color-sepia.png
share/f-spot/icons/hicolor/22x22/actions/crop.png
share/f-spot/icons/hicolor/22x22/actions/filter-soft-focus.png
share/f-spot/icons/hicolor/22x22/actions/object-rotate-left.png
share/f-spot/icons/hicolor/22x22/actions/object-rotate-right.png
share/f-spot/icons/hicolor/22x22/actions/red-eye-remove.png
share/f-spot/icons/hicolor/22x22/actions/tag-new.png
share/f-spot/icons/hicolor/22x22/actions/tag.png
share/f-spot/icons/hicolor/22x22/actions/view-far.png
share/f-spot/icons/hicolor/22x22/actions/view-fullscreen.png
share/f-spot/icons/hicolor/22x22/actions/view-near.png
share/f-spot/icons/hicolor/22x22/actions/view-restore.png
share/f-spot/icons/hicolor/22x22/devices/
share/f-spot/icons/hicolor/22x22/devices/camera-photo.png
share/f-spot/icons/hicolor/22x22/emblems/
share/f-spot/icons/hicolor/22x22/emblems/emblem-event.png
share/f-spot/icons/hicolor/22x22/emblems/emblem-people.png
share/f-spot/icons/hicolor/22x22/emblems/emblem-places.png
share/f-spot/icons/hicolor/22x22/emblems/emblem-readonly.png
share/f-spot/icons/hicolor/22x22/places/
share/f-spot/icons/hicolor/22x22/places/film-roll.png
share/f-spot/icons/hicolor/22x22/status/
share/f-spot/icons/hicolor/22x22/status/mode-browse.png
share/f-spot/icons/hicolor/22x22/status/mode-image-edit.png
share/f-spot/icons/hicolor/24x24/
share/f-spot/icons/hicolor/24x24/actions/
share/f-spot/icons/hicolor/24x24/actions/adjust-colors.png
share/f-spot/icons/hicolor/24x24/actions/align-horizon.png
share/f-spot/icons/hicolor/24x24/actions/autocolor.png
share/f-spot/icons/hicolor/24x24/actions/color-desaturate.png
share/f-spot/icons/hicolor/24x24/actions/filter-soft-focus.png
share/f-spot/icons/hicolor/24x24/actions/object-rotate-left.png
share/f-spot/icons/hicolor/24x24/actions/object-rotate-right.png
share/f-spot/icons/hicolor/24x24/actions/red-eye-remove.png
share/f-spot/icons/hicolor/24x24/actions/tag-new.png
share/f-spot/icons/hicolor/24x24/actions/view-far.png
share/f-spot/icons/hicolor/24x24/actions/view-fullscreen.png
share/f-spot/icons/hicolor/24x24/actions/view-near.png
share/f-spot/icons/hicolor/24x24/actions/view-restore.png
share/f-spot/icons/hicolor/24x24/devices/
share/f-spot/icons/hicolor/24x24/devices/camera-photo.png
share/f-spot/icons/hicolor/24x24/emblems/
share/f-spot/icons/hicolor/24x24/emblems/emblem-event.png
share/f-spot/icons/hicolor/24x24/emblems/emblem-people.png
share/f-spot/icons/hicolor/24x24/emblems/emblem-places.png
share/f-spot/icons/hicolor/24x24/emblems/emblem-readonly.png
share/f-spot/icons/hicolor/24x24/places/
share/f-spot/icons/hicolor/24x24/places/film-roll.png
share/f-spot/icons/hicolor/24x24/status/
share/f-spot/icons/hicolor/24x24/status/mode-browse.png
share/f-spot/icons/hicolor/24x24/status/mode-image-edit.png
share/f-spot/icons/hicolor/32x32/
share/f-spot/icons/hicolor/32x32/actions/
share/f-spot/icons/hicolor/32x32/actions/object-rotate-left.png
share/f-spot/icons/hicolor/32x32/actions/object-rotate-right.png
share/f-spot/icons/hicolor/32x32/actions/view-fullscreen.png
share/f-spot/icons/hicolor/32x32/actions/view-restore.png
share/f-spot/icons/hicolor/32x32/devices/
share/f-spot/icons/hicolor/32x32/devices/camera-photo.png
share/f-spot/icons/hicolor/32x32/emblems/
share/f-spot/icons/hicolor/32x32/emblems/emblem-event.png
share/f-spot/icons/hicolor/32x32/emblems/emblem-people.png
share/f-spot/icons/hicolor/32x32/emblems/emblem-places.png
share/f-spot/icons/hicolor/32x32/emblems/emblem-readonly.png
share/f-spot/icons/hicolor/32x32/status/
share/f-spot/icons/hicolor/32x32/status/mode-browse.png
share/f-spot/icons/hicolor/scalable/
share/f-spot/icons/hicolor/scalable/actions/
share/f-spot/icons/hicolor/scalable/actions/object-rotate-left.svg
share/f-spot/icons/hicolor/scalable/actions/object-rotate-right.svg
share/f-spot/icons/hicolor/scalable/actions/view-fullscreen.svg
share/f-spot/icons/hicolor/scalable/actions/view-restore.svg
share/f-spot/icons/hicolor/scalable/emblems/
share/f-spot/icons/hicolor/scalable/emblems/emblem-event.svg
share/f-spot/icons/hicolor/scalable/emblems/emblem-places.svg
share/f-spot/icons/hicolor/scalable/status/
share/f-spot/icons/hicolor/scalable/status/mode-browse.svg
share/gnome/help/f-spot/
share/gnome/help/f-spot/C/
share/gnome/help/f-spot/C/23hq.page
share/gnome/help/f-spot/C/adjust-color.page
share/gnome/help/f-spot/C/cd.page
share/gnome/help/f-spot/C/colors.page
share/gnome/help/f-spot/C/date-search.page
share/gnome/help/f-spot/C/enhancements.page
share/gnome/help/f-spot/C/extensions.page
share/gnome/help/f-spot/C/facebook.page
share/gnome/help/f-spot/C/figures/
share/gnome/help/f-spot/C/figures/f-spot-adjust-colors.png
share/gnome/help/f-spot/C/figures/f-spot-autocolor.png
share/gnome/help/f-spot/C/figures/f-spot-crop.png
share/gnome/help/f-spot/C/figures/f-spot-desaturate.png
share/gnome/help/f-spot/C/figures/f-spot-fullscreen.png
share/gnome/help/f-spot/C/figures/f-spot-red-eye.png
share/gnome/help/f-spot/C/figures/f-spot-sepia.png
share/gnome/help/f-spot/C/figures/f-spot-slideshow.png
share/gnome/help/f-spot/C/figures/f-spot-soft-focus.png
share/gnome/help/f-spot/C/figures/f-spot-straighten.png
share/gnome/help/f-spot/C/file-management.page
share/gnome/help/f-spot/C/flickr.page
share/gnome/help/f-spot/C/folder.page
share/gnome/help/f-spot/C/general-editing.page
share/gnome/help/f-spot/C/import-photos.page
share/gnome/help/f-spot/C/import-roll-search.page
share/gnome/help/f-spot/C/index.page
share/gnome/help/f-spot/C/introduction.page
share/gnome/help/f-spot/C/picasa.page
share/gnome/help/f-spot/C/rate-search.page
share/gnome/help/f-spot/C/ratings.page
share/gnome/help/f-spot/C/smugmug.page
share/gnome/help/f-spot/C/tag-attach.page
share/gnome/help/f-spot/C/tag-creation.page
share/gnome/help/f-spot/C/tag-delete.page
share/gnome/help/f-spot/C/tag-remove.page
share/gnome/help/f-spot/C/tag-search.page
share/gnome/help/f-spot/C/tags.page
share/gnome/help/f-spot/C/upload-to-web.page
share/gnome/help/f-spot/C/versioning.page
share/gnome/help/f-spot/C/zooomr.page
share/gnome/help/f-spot/de/
share/gnome/help/f-spot/de/23hq.page
share/gnome/help/f-spot/de/adjust-color.page
share/gnome/help/f-spot/de/cd.page
share/gnome/help/f-spot/de/colors.page
share/gnome/help/f-spot/de/date-search.page
share/gnome/help/f-spot/de/enhancements.page
share/gnome/help/f-spot/de/extensions.page
share/gnome/help/f-spot/de/facebook.page
share/gnome/help/f-spot/de/figures/
share/gnome/help/f-spot/de/figures/f-spot-adjust-colors.png
share/gnome/help/f-spot/de/figures/f-spot-autocolor.png
share/gnome/help/f-spot/de/figures/f-spot-crop.png
share/gnome/help/f-spot/de/figures/f-spot-desaturate.png
share/gnome/help/f-spot/de/figures/f-spot-fullscreen.png
share/gnome/help/f-spot/de/figures/f-spot-red-eye.png
share/gnome/help/f-spot/de/figures/f-spot-sepia.png
share/gnome/help/f-spot/de/figures/f-spot-slideshow.png
share/gnome/help/f-spot/de/figures/f-spot-soft-focus.png
share/gnome/help/f-spot/de/figures/f-spot-straighten.png
share/gnome/help/f-spot/de/file-management.page
share/gnome/help/f-spot/de/flickr.page
share/gnome/help/f-spot/de/folder.page
share/gnome/help/f-spot/de/general-editing.page
share/gnome/help/f-spot/de/import-photos.page
share/gnome/help/f-spot/de/import-roll-search.page
share/gnome/help/f-spot/de/index.page
share/gnome/help/f-spot/de/introduction.page
share/gnome/help/f-spot/de/picasa.page
share/gnome/help/f-spot/de/rate-search.page
share/gnome/help/f-spot/de/ratings.page
share/gnome/help/f-spot/de/smugmug.page
share/gnome/help/f-spot/de/tag-attach.page
share/gnome/help/f-spot/de/tag-creation.page
share/gnome/help/f-spot/de/tag-delete.page
share/gnome/help/f-spot/de/tag-remove.page
share/gnome/help/f-spot/de/tag-search.page
share/gnome/help/f-spot/de/tags.page
share/gnome/help/f-spot/de/upload-to-web.page
share/gnome/help/f-spot/de/versioning.page
share/gnome/help/f-spot/de/zooomr.page
share/gnome/help/f-spot/es/
share/gnome/help/f-spot/es/23hq.page
share/gnome/help/f-spot/es/adjust-color.page
share/gnome/help/f-spot/es/cd.page
share/gnome/help/f-spot/es/colors.page
share/gnome/help/f-spot/es/date-search.page
share/gnome/help/f-spot/es/enhancements.page
share/gnome/help/f-spot/es/extensions.page
share/gnome/help/f-spot/es/facebook.page
share/gnome/help/f-spot/es/figures/
share/gnome/help/f-spot/es/figures/f-spot-adjust-colors.png
share/gnome/help/f-spot/es/figures/f-spot-autocolor.png
share/gnome/help/f-spot/es/figures/f-spot-crop.png
share/gnome/help/f-spot/es/figures/f-spot-desaturate.png
share/gnome/help/f-spot/es/figures/f-spot-fullscreen.png
share/gnome/help/f-spot/es/figures/f-spot-red-eye.png
share/gnome/help/f-spot/es/figures/f-spot-sepia.png
share/gnome/help/f-spot/es/figures/f-spot-slideshow.png
share/gnome/help/f-spot/es/figures/f-spot-soft-focus.png
share/gnome/help/f-spot/es/figures/f-spot-straighten.png
share/gnome/help/f-spot/es/file-management.page
share/gnome/help/f-spot/es/flickr.page
share/gnome/help/f-spot/es/folder.page
share/gnome/help/f-spot/es/general-editing.page
share/gnome/help/f-spot/es/import-photos.page
share/gnome/help/f-spot/es/import-roll-search.page
share/gnome/help/f-spot/es/index.page
share/gnome/help/f-spot/es/introduction.page
share/gnome/help/f-spot/es/picasa.page
share/gnome/help/f-spot/es/rate-search.page
share/gnome/help/f-spot/es/ratings.page
share/gnome/help/f-spot/es/smugmug.page
share/gnome/help/f-spot/es/tag-attach.page
share/gnome/help/f-spot/es/tag-creation.page
share/gnome/help/f-spot/es/tag-delete.page
share/gnome/help/f-spot/es/tag-remove.page
share/gnome/help/f-spot/es/tag-search.page
share/gnome/help/f-spot/es/tags.page
share/gnome/help/f-spot/es/upload-to-web.page
share/gnome/help/f-spot/es/versioning.page
share/gnome/help/f-spot/es/zooomr.page
share/gnome/help/f-spot/fr/
share/gnome/help/f-spot/fr/23hq.page
share/gnome/help/f-spot/fr/adjust-color.page
share/gnome/help/f-spot/fr/cd.page
share/gnome/help/f-spot/fr/colors.page
share/gnome/help/f-spot/fr/date-search.page
share/gnome/help/f-spot/fr/enhancements.page
share/gnome/help/f-spot/fr/extensions.page
share/gnome/help/f-spot/fr/facebook.page
share/gnome/help/f-spot/fr/figures/
share/gnome/help/f-spot/fr/figures/f-spot-adjust-colors.png
share/gnome/help/f-spot/fr/figures/f-spot-autocolor.png
share/gnome/help/f-spot/fr/figures/f-spot-crop.png
share/gnome/help/f-spot/fr/figures/f-spot-desaturate.png
share/gnome/help/f-spot/fr/figures/f-spot-fullscreen.png
share/gnome/help/f-spot/fr/figures/f-spot-red-eye.png
share/gnome/help/f-spot/fr/figures/f-spot-sepia.png
share/gnome/help/f-spot/fr/figures/f-spot-slideshow.png
share/gnome/help/f-spot/fr/figures/f-spot-soft-focus.png
share/gnome/help/f-spot/fr/figures/f-spot-straighten.png
share/gnome/help/f-spot/fr/file-management.page
share/gnome/help/f-spot/fr/flickr.page
share/gnome/help/f-spot/fr/folder.page
share/gnome/help/f-spot/fr/general-editing.page
share/gnome/help/f-spot/fr/import-photos.page
share/gnome/help/f-spot/fr/import-roll-search.page
share/gnome/help/f-spot/fr/index.page
share/gnome/help/f-spot/fr/introduction.page
share/gnome/help/f-spot/fr/picasa.page
share/gnome/help/f-spot/fr/rate-search.page
share/gnome/help/f-spot/fr/ratings.page
share/gnome/help/f-spot/fr/smugmug.page
share/gnome/help/f-spot/fr/tag-attach.page
share/gnome/help/f-spot/fr/tag-creation.page
share/gnome/help/f-spot/fr/tag-delete.page
share/gnome/help/f-spot/fr/tag-remove.page
share/gnome/help/f-spot/fr/tag-search.page
share/gnome/help/f-spot/fr/tags.page
share/gnome/help/f-spot/fr/upload-to-web.page
share/gnome/help/f-spot/fr/versioning.page
share/gnome/help/f-spot/fr/zooomr.page
share/gnome/help/f-spot/sl/
share/gnome/help/f-spot/sl/23hq.page
share/gnome/help/f-spot/sl/adjust-color.page
share/gnome/help/f-spot/sl/cd.page
share/gnome/help/f-spot/sl/colors.page
share/gnome/help/f-spot/sl/date-search.page
share/gnome/help/f-spot/sl/enhancements.page
share/gnome/help/f-spot/sl/extensions.page
share/gnome/help/f-spot/sl/facebook.page
share/gnome/help/f-spot/sl/figures/
share/gnome/help/f-spot/sl/figures/f-spot-adjust-colors.png
share/gnome/help/f-spot/sl/figures/f-spot-autocolor.png
share/gnome/help/f-spot/sl/figures/f-spot-crop.png
share/gnome/help/f-spot/sl/figures/f-spot-desaturate.png
share/gnome/help/f-spot/sl/figures/f-spot-fullscreen.png
share/gnome/help/f-spot/sl/figures/f-spot-red-eye.png
share/gnome/help/f-spot/sl/figures/f-spot-sepia.png
share/gnome/help/f-spot/sl/figures/f-spot-slideshow.png
share/gnome/help/f-spot/sl/figures/f-spot-soft-focus.png
share/gnome/help/f-spot/sl/figures/f-spot-straighten.png
share/gnome/help/f-spot/sl/file-management.page
share/gnome/help/f-spot/sl/flickr.page
share/gnome/help/f-spot/sl/folder.page
share/gnome/help/f-spot/sl/general-editing.page
share/gnome/help/f-spot/sl/import-photos.page
share/gnome/help/f-spot/sl/import-roll-search.page
share/gnome/help/f-spot/sl/index.page
share/gnome/help/f-spot/sl/introduction.page
share/gnome/help/f-spot/sl/picasa.page
share/gnome/help/f-spot/sl/rate-search.page
share/gnome/help/f-spot/sl/ratings.page
share/gnome/help/f-spot/sl/smugmug.page
share/gnome/help/f-spot/sl/tag-attach.page
share/gnome/help/f-spot/sl/tag-creation.page
share/gnome/help/f-spot/sl/tag-delete.page
share/gnome/help/f-spot/sl/tag-remove.page
share/gnome/help/f-spot/sl/tag-search.page
share/gnome/help/f-spot/sl/tags.page
share/gnome/help/f-spot/sl/upload-to-web.page
share/gnome/help/f-spot/sl/versioning.page
share/gnome/help/f-spot/sl/zooomr.page
share/icons/hicolor/128x128/apps/f-spot.png
share/icons/hicolor/16x16/apps/f-spot.png
share/icons/hicolor/22x22/apps/f-spot.png
share/icons/hicolor/24x24/apps/f-spot.png
share/icons/hicolor/256x256/apps/f-spot.png
share/icons/hicolor/32x32/apps/f-spot.png
share/icons/hicolor/48x48/apps/f-spot.png
share/locale/ar/LC_MESSAGES/f-spot.mo
share/locale/as/LC_MESSAGES/f-spot.mo
share/locale/ast/LC_MESSAGES/f-spot.mo
share/locale/be@latin/LC_MESSAGES/f-spot.mo
share/locale/bg/LC_MESSAGES/f-spot.mo
share/locale/bn_IN/LC_MESSAGES/f-spot.mo
share/locale/ca/LC_MESSAGES/f-spot.mo
share/locale/ca@valencia/LC_MESSAGES/f-spot.mo
share/locale/cs/LC_MESSAGES/f-spot.mo
share/locale/da/LC_MESSAGES/f-spot.mo
share/locale/de/LC_MESSAGES/f-spot.mo
share/locale/dz/LC_MESSAGES/f-spot.mo
share/locale/el/LC_MESSAGES/f-spot.mo
share/locale/en_CA/LC_MESSAGES/f-spot.mo
share/locale/en_GB/LC_MESSAGES/f-spot.mo
share/locale/es/LC_MESSAGES/f-spot.mo
share/locale/et/LC_MESSAGES/f-spot.mo
share/locale/eu/LC_MESSAGES/f-spot.mo
share/locale/fa/LC_MESSAGES/f-spot.mo
share/locale/fi/LC_MESSAGES/f-spot.mo
share/locale/fr/LC_MESSAGES/f-spot.mo
share/locale/gl/LC_MESSAGES/f-spot.mo
share/locale/gu/LC_MESSAGES/f-spot.mo
share/locale/he/LC_MESSAGES/f-spot.mo
share/locale/hi/LC_MESSAGES/f-spot.mo
share/locale/hu/LC_MESSAGES/f-spot.mo
share/locale/id/LC_MESSAGES/f-spot.mo
share/locale/it/LC_MESSAGES/f-spot.mo
share/locale/ja/LC_MESSAGES/f-spot.mo
share/locale/ka/LC_MESSAGES/f-spot.mo
share/locale/kn/LC_MESSAGES/f-spot.mo
share/locale/ko/LC_MESSAGES/f-spot.mo
share/locale/lt/LC_MESSAGES/f-spot.mo
share/locale/lv/LC_MESSAGES/f-spot.mo
share/locale/mk/LC_MESSAGES/f-spot.mo
share/locale/mr/LC_MESSAGES/f-spot.mo
share/locale/nb/LC_MESSAGES/f-spot.mo
share/locale/nds/LC_MESSAGES/f-spot.mo
share/locale/nl/LC_MESSAGES/f-spot.mo
share/locale/oc/LC_MESSAGES/f-spot.mo
share/locale/or/LC_MESSAGES/f-spot.mo
share/locale/pa/LC_MESSAGES/f-spot.mo
share/locale/pl/LC_MESSAGES/f-spot.mo
share/locale/pt/LC_MESSAGES/f-spot.mo
share/locale/pt_BR/LC_MESSAGES/f-spot.mo
share/locale/ro/LC_MESSAGES/f-spot.mo
share/locale/ru/LC_MESSAGES/f-spot.mo
share/locale/rw/LC_MESSAGES/f-spot.mo
share/locale/sk/LC_MESSAGES/f-spot.mo
share/locale/sl/LC_MESSAGES/f-spot.mo
share/locale/sr/LC_MESSAGES/f-spot.mo
share/locale/sr@latin/LC_MESSAGES/f-spot.mo
share/locale/sv/LC_MESSAGES/f-spot.mo
share/locale/ta/LC_MESSAGES/f-spot.mo
share/locale/te/LC_MESSAGES/f-spot.mo
share/locale/th/LC_MESSAGES/f-spot.mo
share/locale/uk/LC_MESSAGES/f-spot.mo
share/locale/vi/LC_MESSAGES/f-spot.mo
share/locale/zh_CN/LC_MESSAGES/f-spot.mo
share/locale/zh_HK/LC_MESSAGES/f-spot.mo
share/locale/zh_TW/LC_MESSAGES/f-spot.mo
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/f-spot.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,43 +0,0 @@
# $OpenBSD: Makefile,v 1.5 2011/11/03 10:40:09 ajacoutot Exp $
# libgnome-keyring-sharp-glue.so is a dlopen() module
SHARED_ONLY= Yes
COMMENT= .NET language bindings for GNOME keyring
GNOME_PROJECT= gnome-keyring-sharp
GNOME_VERSION= 1.0.2
PKGNAME= mono-gnome-keyring-${VERSION}
CATEGORIES= x11
HOMEPAGE= http://mono-project.com/GtkSharp
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += dbus-1 gcrypt glib-2.0 gnome-keyring gpg-error pcre
MASTER_SITES= http://www.go-mono.com/archive/gnome-keyring-sharp/
EXTRACT_SUFX= .tar.gz
MODULES= lang/mono \
x11/gnome \
devel/gettext
LIB_DEPENDS= x11/gnome/libgnome-keyring
RUN_DEPENDS= sysutils/ndesk-dbus \
x11/mono-gtk2
BUILD_DEPENDS= ${RUN_DEPENDS}
DLLMAP_FILES= src/Gnome.Keyring.dll.config
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ARGS= --disable-static
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gnome/gnome-keyring-sharp-1.0.2.tar.gz) = BD4+IhMr3+NOjKMUtv00uwvFWiPusQJ3jGTCQ7tZUxU=
SIZE (gnome/gnome-keyring-sharp-1.0.2.tar.gz) = 308244

View File

@ -1,6 +0,0 @@
gnome-keyring-sharp is a fully managed implementation of
libgnome-keyring.
When the gnome-keyring-daemon is running, you can use this to
retrive/store confidential information such as passwords, notes or
network services user information.

View File

@ -1,14 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2011/11/03 10:40:09 ajacoutot Exp $
@comment lib/libgnome-keyring-sharp-glue.la
lib/libgnome-keyring-sharp-glue.so
lib/mono/gac/Gnome.Keyring/
lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/
lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll
lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.config
lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.mdb
lib/mono/gnome-keyring-sharp-1.0/
lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll
lib/monodoc/sources/Gnome.Keyring.source
lib/monodoc/sources/Gnome.Keyring.tree
lib/monodoc/sources/Gnome.Keyring.zip
lib/pkgconfig/gnome-keyring-sharp-1.0.pc