From fae65ec05d2078c29b3728af7a87728a2b0d0fd6 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sat, 29 Oct 2011 16:14:12 +0000 Subject: [PATCH] Remove graphics/tumbler, outdated and superseded by identical deskutils/xfce4-tumbler Approved by: ashish (maintainer) --- MOVED | 1 + graphics/Makefile | 1 - graphics/tumbler/Makefile | 112 ------------------------------------- graphics/tumbler/distinfo | 2 - graphics/tumbler/pkg-descr | 8 --- graphics/tumbler/pkg-plist | 111 ------------------------------------ 6 files changed, 1 insertion(+), 234 deletions(-) delete mode 100644 graphics/tumbler/Makefile delete mode 100644 graphics/tumbler/distinfo delete mode 100644 graphics/tumbler/pkg-descr delete mode 100644 graphics/tumbler/pkg-plist diff --git a/MOVED b/MOVED index 992f3b6577e8..1771ea503df0 100644 --- a/MOVED +++ b/MOVED @@ -2840,3 +2840,4 @@ astro/weatherget||2011-10-27|Has expired: Broken b/c of weather.com new licensin devel/py-reverse||2011-10-27|Has expired: Now part of pylint devel/py-vmaps||2011-10-27|Has expired: Author recommends using math/py-numpy instead devel/rubygem-rack-protection||2011-10-28|Removed +graphics/tumbler|deskutils/xfce4-tumbler|2011-10-29|Duplicate diff --git a/graphics/Makefile b/graphics/Makefile index 5ac98f11c98d..2516dbced90f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -957,7 +957,6 @@ SUBDIR += truevision SUBDIR += tulip SUBDIR += tumble - SUBDIR += tumbler SUBDIR += uDrawGraph SUBDIR += ufraw SUBDIR += uniconvertor diff --git a/graphics/tumbler/Makefile b/graphics/tumbler/Makefile deleted file mode 100644 index acd95b680f7e..000000000000 --- a/graphics/tumbler/Makefile +++ /dev/null @@ -1,112 +0,0 @@ -# New ports collection makefile for: tumbler -# Date created: 2010-01-15 -# Whom: Ashish SHUKLA -# -# $FreeBSD$ -# - -PORTNAME= tumbler -PORTVERSION= 0.1.2 -PORTREVISION= 2 -CATEGORIES= graphics xfce -MASTER_SITES= XFCE -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/0.1 - -MAINTAINER= ashish@FreeBSD.org -COMMENT= D-Bus service for generating thumbnails - -BUILD_DEPENDS= dbus-binding-tool:${PORTSDIR}/devel/dbus-glib \ - ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 \ - ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ - ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ - ${LOCALBASE}/libdata/pkgconfig/libpng.pc:${PORTSDIR}/graphics/png \ - glib>=2.16.0:${PORTSDIR}/devel/glib20 \ - dbus>=1.0.0:${PORTSDIR}/devel/dbus \ - dbus-glib>=0.72:${PORTSDIR}/devel/dbus-glib \ - png>=1.2.0:${PORTSDIR}/graphics/png - -OPTIONS= GTK2 "Enable GdkPixBuf thumbnailer plugin" On \ - JPEG "Enable JPEG thumbnailer plugin with EXIF support" On \ - FFMPEG "Enable FFMPEG thumbnailer plugin" On \ - FREETYPE "Enable Freetype font thumbnailer plugin" On \ - POPPLER "Enable Poppler PDF/PS thumbnailer plugin" On \ - XDG "Enable freedesktop.org cache plugin" On - -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= "CFLAGS=-I${LOCALBASE}/include" "LDFLAGS=-L${LOCALBASE}/lib" -USE_GNOME= glib20 gnomehack -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_GETTEXT= yes - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -.include - -.if defined(WITH_GTK2) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 \ - gtk>=2.14:${PORTSDIR}/x11-toolkits/gtk20 -USE_GNOME+= gtk20 -PLIST_SUB+= GTK2="" -WITH_PLUGINS= true -.elif defined(WITHOUT_GTK2) -CONFIGURE_ARGS+= --disable-pixbuf-thumbnailer -PLIST_SUB+= GTK2="@comment " -.endif - -.if defined(WITH_JPEG) -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg -PLIST_SUB+= JPEG="" -WITH_PLUGINS= true -.elif defined(WITHOUT_JPEG) -CONFIGURE_ARGS+= --disable-jpeg-thumbnailer -PLIST_SUB+= JPEG="@comment " -.endif - -.if defined(WITH_FFMPEG) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libffmpegthumbnailer.pc:${PORTSDIR}/multimedia/ffmpegthumbnailer -LIB_DEPENDS+= ffmpegthumbnailer.4:${PORTSDIR}/multimedia/ffmpegthumbnailer -PLIST_SUB+= FFMPEG="" -WITH_PLUGINS= true -.elif defined(WITHOUT_FFMPEG) -CONFIGURE_ARGS+= --disable-ffmpeg-thumbnailer -PLIST_SUB+= FFMPEG="@comment " -.endif - -.if defined(WITH_FREETYPE) -BUILD_DEPENDS+= freetype-config:${PORTSDIR}/print/freetype2 -PLIST_SUB+= FREETYPE="" -WITH_PLUGINS= true -.elif defined(WITHOUT_FREETYPE) -CONFIGURE_ARGS+= --disable-font-thumbnailer -PLIST_SUB+= FREETYPE="@comment " -.endif - -.if defined(WITH_POPPLER) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/poppler-glib.pc:${PORTSDIR}/graphics/poppler-gtk \ - poppler-gtk>=0.12.0:${PORTSDIR}/graphics/poppler-gtk -LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk -PLIST_SUB+= POPPLER="" -WITH_PLUGINS= true -.elif defined(WITHOUT_POPPLER) -CONFIGURE_ARGS+= --disable-poppler-thumbnailer -PLIST_SUB+= POPPLER="@comment " -.endif - -.if defined(WITHOUT_XDG) -CONFIGURE_ARGS+= --disable-xdg-cache -PLIST_SUB+= XDG="@comment " -.elif defined(WITH_XDG) -PLIST_SUB+= XDG="" -WITH_PLUGINS= true -.endif - -.if defined(WITH_PLUGINS) -PLIST_SUB+= PLUGINS="" -.else -PLIST_SUB+= PLUGINS="@comment " -.endif - -.include diff --git a/graphics/tumbler/distinfo b/graphics/tumbler/distinfo deleted file mode 100644 index 4bc7c1274fcd..000000000000 --- a/graphics/tumbler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tumbler-0.1.2.tar.bz2) = a34f41bb4bd79ec6e76f92f68c9e8c5ef1a84325caec0d6b851a363f9bf3b599 -SIZE (tumbler-0.1.2.tar.bz2) = 399848 diff --git a/graphics/tumbler/pkg-descr b/graphics/tumbler/pkg-descr deleted file mode 100644 index dfcb5e9ecf35..000000000000 --- a/graphics/tumbler/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Tumbler is a D-Bus service for applications to request thumbnails for -various URI schemes and MIME types. It is an implementation of the -thumbnail management D-Bus specification described on - -Tumbler is used in Thunar, Xfce and is currently being prepared for -Maemo 6. - -WWW: http://git.xfce.org/apps/tumbler diff --git a/graphics/tumbler/pkg-plist b/graphics/tumbler/pkg-plist deleted file mode 100644 index c622baacfe83..000000000000 --- a/graphics/tumbler/pkg-plist +++ /dev/null @@ -1,111 +0,0 @@ -include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h -include/tumbler-1/tumbler/tumbler-cache-plugin.h -include/tumbler-1/tumbler/tumbler-cache.h -include/tumbler-1/tumbler/tumbler-config.h -include/tumbler-1/tumbler/tumbler-enum-types.h -include/tumbler-1/tumbler/tumbler-error.h -include/tumbler-1/tumbler/tumbler-file-info.h -include/tumbler-1/tumbler/tumbler-glib-extensions.h -include/tumbler-1/tumbler/tumbler-marshal.h -include/tumbler-1/tumbler/tumbler-provider-factory.h -include/tumbler-1/tumbler/tumbler-provider-plugin.h -include/tumbler-1/tumbler/tumbler-thumbnail-flavor.h -include/tumbler-1/tumbler/tumbler-thumbnail.h -include/tumbler-1/tumbler/tumbler-thumbnailer-provider.h -include/tumbler-1/tumbler/tumbler-thumbnailer.h -include/tumbler-1/tumbler/tumbler-util.h -include/tumbler-1/tumbler/tumbler.h -lib/libtumbler-1.a -lib/libtumbler-1.la -lib/libtumbler-1.so -lib/libtumbler-1.so.0 -libdata/pkgconfig/tumbler-1.pc -%%XDG%%lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so -%%XDG%%lib/tumbler-1/plugins/cache/tumbler-xdg-cache.a -%%XDG%%lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la -%%XDG%%lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so -%%FREETYPE%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.a -%%FREETYPE%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.la -%%FREETYPE%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so -%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.a -%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la -%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so -%%GTK2%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.a -%%GTK2%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la -%%GTK2%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.a -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.a -share/locale/ast/LC_MESSAGES/tumbler.mo -share/locale/bn/LC_MESSAGES/tumbler.mo -share/locale/ca/LC_MESSAGES/tumbler.mo -share/locale/da/LC_MESSAGES/tumbler.mo -share/locale/en_GB/LC_MESSAGES/tumbler.mo -share/locale/eu/LC_MESSAGES/tumbler.mo -share/locale/fi/LC_MESSAGES/tumbler.mo -share/locale/fr/LC_MESSAGES/tumbler.mo -share/locale/gl/LC_MESSAGES/tumbler.mo -share/locale/id/LC_MESSAGES/tumbler.mo -share/locale/it/LC_MESSAGES/tumbler.mo -share/locale/ja/LC_MESSAGES/tumbler.mo -share/locale/kk/LC_MESSAGES/tumbler.mo -share/locale/lv/LC_MESSAGES/tumbler.mo -share/locale/pa/LC_MESSAGES/tumbler.mo -share/locale/pt/LC_MESSAGES/tumbler.mo -share/locale/ru/LC_MESSAGES/tumbler.mo -share/locale/si/LC_MESSAGES/tumbler.mo -share/locale/sv/LC_MESSAGES/tumbler.mo -share/locale/tr/LC_MESSAGES/tumbler.mo -share/locale/ug/LC_MESSAGES/tumbler.mo -share/locale/uk/LC_MESSAGES/tumbler.mo -share/locale/zh_CN/LC_MESSAGES/tumbler.mo -share/locale/zh_TW/LC_MESSAGES/tumbler.mo -libexec/tumblerd -share/dbus-1/services/org.xfce.Tumbler.Cache1.service -share/dbus-1/services/org.xfce.Tumbler.Manager1.service -share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service -share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html -share/gtk-doc/html/tumbler/api-index-full.html -share/gtk-doc/html/tumbler/extension-api.html -share/gtk-doc/html/tumbler/extension-tutorial.html -share/gtk-doc/html/tumbler/home.png -share/gtk-doc/html/tumbler/index.html -share/gtk-doc/html/tumbler/index.sgml -share/gtk-doc/html/tumbler/left.png -share/gtk-doc/html/tumbler/miscellaneous.html -share/gtk-doc/html/tumbler/object-tree.html -share/gtk-doc/html/tumbler/pt01.html -share/gtk-doc/html/tumbler/right.png -share/gtk-doc/html/tumbler/style.css -share/gtk-doc/html/tumbler/thumbnails.html -share/gtk-doc/html/tumbler/tumbler-tumbler-file-info.html -share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html -share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html -share/gtk-doc/html/tumbler/TumblerCache.html -share/gtk-doc/html/tumbler/TumblerThumbnail.html -share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html -share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html -share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html -share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html -share/gtk-doc/html/tumbler/tumbler.devhelp -share/gtk-doc/html/tumbler/tumbler.devhelp2 -share/gtk-doc/html/tumbler/up.png -%%XDG%%@dirrm lib/tumbler-1/plugins/cache -%%PLUGINS%%@dirrm lib/tumbler-1/plugins -%%PLUGINS%%@dirrm lib/tumbler-1 -@dirrm share/gtk-doc/html/tumbler -@dirrm include/tumbler-1/tumbler -@dirrm include/tumbler-1 -@dirrm share/locale/ast/LC_MESSAGES -@dirrm share/locale/ast -@dirrm share/locale/kk/LC_MESSAGES -@dirrm share/locale/kk -@dirrm share/locale/ug/LC_MESSAGES -@dirrm share/locale/ug -@dirrm share/locale/si/LC_MESSAGES -@dirrm share/locale/si -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc