summaryrefslogtreecommitdiffstats
path: root/graphics/f-spot
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /graphics/f-spot
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/f-spot')
-rw-r--r--graphics/f-spot/Makefile47
-rw-r--r--graphics/f-spot/distinfo3
-rw-r--r--graphics/f-spot/files/patch-src_f-spot.in14
-rw-r--r--graphics/f-spot/pkg-descr6
-rw-r--r--graphics/f-spot/pkg-plist203
5 files changed, 0 insertions, 273 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile
deleted file mode 100644
index 7fde8429b..000000000
--- a/graphics/f-spot/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: f-spot
-# Date created: 20041008
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-# $Id: Makefile,v 1.2 2007-10-23 21:25:44 mezz Exp $
-#
-
-PORTNAME= f-spot
-PORTVERSION= 0.4.0
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
-
-MAINTAINER= bsd-sharp-list@forge.novell.com
-COMMENT= Personal photo management to the GNOME desktop
-
-LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \
- exif.12:${PORTSDIR}/graphics/libexif \
- gphoto2.2:${PORTSDIR}/graphics/libgphoto2
-RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
-
-USE_BZIP2= yes
-USE_SQLITE= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gnomesharp20
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-INSTALLS_ICONS= yes
-INSTALLS_OMF= yes
-
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} 's|target="liblcms.so.1"|target="liblcms.so"|g ; \
- s|target="libexif.so.@EXIF_SOVERSION@"|target="libexif.so"|g' \
- ${WRKSRC}/src/f-spot.exe.config.in
- @${REINPLACE_CMD} 's|target="libgphoto2.so.2"|target="libgphoto2.so"|g'\
- ${WRKSRC}/libgphoto2-sharp/libgphoto2-sharp.dll.config
- @${REINPLACE_CMD} 's|#!/bin/bash|#!/bin/sh|g' \
- ${WRKSRC}/tools/f-spot-import
-
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.mk>
diff --git a/graphics/f-spot/distinfo b/graphics/f-spot/distinfo
deleted file mode 100644
index bbb2636d4..000000000
--- a/graphics/f-spot/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (f-spot-0.4.0.tar.bz2) = 0f21ff56d310329185cc17a2fadda5fe
-SHA256 (f-spot-0.4.0.tar.bz2) = c0288df6c83b63698a47ad70ec596d424f1bf40e567c294a677e01f82df5348e
-SIZE (f-spot-0.4.0.tar.bz2) = 2178174
diff --git a/graphics/f-spot/files/patch-src_f-spot.in b/graphics/f-spot/files/patch-src_f-spot.in
deleted file mode 100644
index e2345df6b..000000000
--- a/graphics/f-spot/files/patch-src_f-spot.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/f-spot.in.orig Mon Jan 15 04:53:32 2007
-+++ src/f-spot.in Thu Jan 18 13:27:50 2007
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
-@@ -44,4 +43,4 @@
- echo "** Running Mono with $MONO_OPTIONS **"
- fi
-
--exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@"
-+exec mono $MONO_OPTIONS $EXE_TO_RUN "$@"
diff --git a/graphics/f-spot/pkg-descr b/graphics/f-spot/pkg-descr
deleted file mode 100644
index a6961fdcd..000000000
--- a/graphics/f-spot/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-F-Spot is an application designed to provide personal photo management
-to the GNOME desktop. Plans include import, export, printing and
-advanced sorting of digital images. F-Spot is written in C# using Mono
-and Gtk#.
-
-WWW: http://www.gnome.org/projects/f-spot/
diff --git a/graphics/f-spot/pkg-plist b/graphics/f-spot/pkg-plist
deleted file mode 100644
index 67aaa0163..000000000
--- a/graphics/f-spot/pkg-plist
+++ /dev/null
@@ -1,203 +0,0 @@
-bin/f-spot
-bin/f-spot-import
-bin/f-spot-sqlite-upgrade
-lib/f-spot/FlickrNet.dll
-lib/f-spot/Mono.Google.dll
-lib/f-spot/Mono.Addins.dll
-lib/f-spot/Mono.Addins.dll.config
-lib/f-spot/Mono.Addins.Setup.dll
-lib/f-spot/Mono.Addins.Gui.dll
-lib/f-spot/NDesk.DBus.GLib.dll
-lib/f-spot/NDesk.DBus.GLib.dll.config
-lib/f-spot/NDesk.DBus.dll
-lib/f-spot/NDesk.Glitz.dll
-lib/f-spot/SemWeb.dll
-lib/f-spot/SmugMugNet.dll
-lib/f-spot/Tao.OpenGl.ExtensionLoader.dll
-lib/f-spot/Tao.OpenGl.ExtensionLoader.dll.config
-lib/f-spot/Tao.OpenGl.Glu.dll
-lib/f-spot/Tao.OpenGl.Glu.dll.config
-lib/f-spot/Tao.OpenGl.dll
-lib/f-spot/Tao.OpenGl.dll.config
-lib/f-spot/f-spot.exe
-lib/f-spot/f-spot.exe.config
-lib/f-spot/f-spot.global.addins
-lib/f-spot/gnome-keyring-sharp.dll
-lib/f-spot/libfspot.a
-lib/f-spot/libfspot.la
-lib/f-spot/libfspot.so
-lib/f-spot/libfspot.so.0
-lib/f-spot/libfspoteog.a
-lib/f-spot/libfspoteog.la
-lib/f-spot/libfspoteog.so
-lib/f-spot/libfspoteog.so.0
-lib/f-spot/libfspotjpegtran.a
-lib/f-spot/libfspotjpegtran.la
-lib/f-spot/libfspotjpegtran.so
-lib/f-spot/libfspotjpegtran.so.0
-lib/f-spot/libgphoto2-sharp.dll
-lib/f-spot/libgphoto2-sharp.dll.config
-lib/f-spot/extensions/DefaultExporters.addin.xml
-libdata/pkgconfig/f-spot.pc
-libexec/gnome-screensaver/f-spot-screensaver
-share/gnome-screensaver/themes/f-spot-screensaver.desktop
-share/applications/f-spot-view.desktop
-share/applications/f-spot.desktop
-share/gnome/help/f-spot/C/f-spot.xml
-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/da/f-spot.xml
-share/gnome/help/f-spot/da/figures/f-spot-adjust-colors.png
-share/gnome/help/f-spot/da/figures/f-spot-autocolor.png
-share/gnome/help/f-spot/da/figures/f-spot-crop.png
-share/gnome/help/f-spot/da/figures/f-spot-desaturate.png
-share/gnome/help/f-spot/da/figures/f-spot-fullscreen.png
-share/gnome/help/f-spot/da/figures/f-spot-red-eye.png
-share/gnome/help/f-spot/da/figures/f-spot-sepia.png
-share/gnome/help/f-spot/da/figures/f-spot-slideshow.png
-share/gnome/help/f-spot/da/figures/f-spot-soft-focus.png
-share/gnome/help/f-spot/da/figures/f-spot-straighten.png
-share/gnome/help/f-spot/es/f-spot.xml
-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/fr/f-spot.xml
-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/it/f-spot.xml
-share/gnome/help/f-spot/it/figures/f-spot-adjust-colors.png
-share/gnome/help/f-spot/it/figures/f-spot-autocolor.png
-share/gnome/help/f-spot/it/figures/f-spot-crop.png
-share/gnome/help/f-spot/it/figures/f-spot-desaturate.png
-share/gnome/help/f-spot/it/figures/f-spot-fullscreen.png
-share/gnome/help/f-spot/it/figures/f-spot-red-eye.png
-share/gnome/help/f-spot/it/figures/f-spot-sepia.png
-share/gnome/help/f-spot/it/figures/f-spot-slideshow.png
-share/gnome/help/f-spot/it/figures/f-spot-soft-focus.png
-share/gnome/help/f-spot/it/figures/f-spot-straighten.png
-share/gnome/help/f-spot/pt_BR/f-spot.xml
-share/gnome/help/f-spot/pt_BR/figures/f-spot-adjust-colors.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-autocolor.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-crop.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-desaturate.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-fullscreen.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-red-eye.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-sepia.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-slideshow.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-soft-focus.png
-share/gnome/help/f-spot/pt_BR/figures/f-spot-straighten.png
-share/gnome/help/f-spot/sv/f-spot.xml
-share/gnome/help/f-spot/sv/figures/f-spot-adjust-colors.png
-share/gnome/help/f-spot/sv/figures/f-spot-autocolor.png
-share/gnome/help/f-spot/sv/figures/f-spot-crop.png
-share/gnome/help/f-spot/sv/figures/f-spot-desaturate.png
-share/gnome/help/f-spot/sv/figures/f-spot-fullscreen.png
-share/gnome/help/f-spot/sv/figures/f-spot-red-eye.png
-share/gnome/help/f-spot/sv/figures/f-spot-sepia.png
-share/gnome/help/f-spot/sv/figures/f-spot-slideshow.png
-share/gnome/help/f-spot/sv/figures/f-spot-soft-focus.png
-share/gnome/help/f-spot/sv/figures/f-spot-straighten.png
-share/omf/f-spot/f-spot-C.omf
-share/omf/f-spot/f-spot-da.omf
-share/omf/f-spot/f-spot-es.omf
-share/omf/f-spot/f-spot-fr.omf
-share/omf/f-spot/f-spot-it.omf
-share/omf/f-spot/f-spot-pt_BR.omf
-share/omf/f-spot/f-spot-sv.omf
-share/icons/hicolor/16x16/apps/f-spot.png
-share/icons/hicolor/16x16/apps/f-spot.svg
-share/icons/hicolor/22x22/apps/f-spot.png
-share/icons/hicolor/22x22/apps/f-spot.svg
-share/icons/hicolor/24x24/apps/f-spot.png
-share/icons/hicolor/32x32/apps/f-spot.png
-share/icons/hicolor/32x32/apps/f-spot.svg
-share/icons/hicolor/48x48/apps/f-spot.png
-share/icons/hicolor/48x48/apps/f-spot.svg
-share/locale/ar/LC_MESSAGES/f-spot.mo
-share/locale/bg/LC_MESSAGES/f-spot.mo
-share/locale/ca/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/hi/LC_MESSAGES/f-spot.mo
-share/locale/hu/LC_MESSAGES/f-spot.mo
-share/locale/it/LC_MESSAGES/f-spot.mo
-share/locale/ja/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/nb/LC_MESSAGES/f-spot.mo
-share/locale/nl/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/ru/LC_MESSAGES/f-spot.mo
-share/locale/rw/LC_MESSAGES/f-spot.mo
-share/locale/sr/LC_MESSAGES/f-spot.mo
-share/locale/sr@Latn/LC_MESSAGES/f-spot.mo
-share/locale/sv/LC_MESSAGES/f-spot.mo
-share/locale/th/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_TW/LC_MESSAGES/f-spot.mo
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrm share/omf/f-spot
-@dirrm share/gnome/help/f-spot/sv/figures
-@dirrm share/gnome/help/f-spot/sv
-@dirrm share/gnome/help/f-spot/pt_BR/figures
-@dirrm share/gnome/help/f-spot/pt_BR
-@dirrm share/gnome/help/f-spot/it/figures
-@dirrm share/gnome/help/f-spot/it
-@dirrm share/gnome/help/f-spot/fr/figures
-@dirrm share/gnome/help/f-spot/fr
-@dirrm share/gnome/help/f-spot/es/figures
-@dirrm share/gnome/help/f-spot/es
-@dirrm share/gnome/help/f-spot/da/figures
-@dirrm share/gnome/help/f-spot/da
-@dirrm share/gnome/help/f-spot/C/figures
-@dirrm share/gnome/help/f-spot/C
-@dirrm share/gnome/help/f-spot
-@dirrmtry share/gnome-screensaver/themes
-@dirrmtry share/gnome-screensaver
-@dirrmtry libexec/gnome-screensaver
-@dirrm lib/f-spot/extensions
-@dirrm lib/f-spot
-@dirrmtry share/applications