Remove graphics/tumbler, outdated and superseded by identical

deskutils/xfce4-tumbler

Approved by:	ashish (maintainer)
This commit is contained in:
Chris Rees 2011-10-29 16:14:12 +00:00
parent 6bc0261885
commit fae65ec05d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284658
6 changed files with 1 additions and 234 deletions

1
MOVED
View File

@ -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

View File

@ -957,7 +957,6 @@
SUBDIR += truevision
SUBDIR += tulip
SUBDIR += tumble
SUBDIR += tumbler
SUBDIR += uDrawGraph
SUBDIR += ufraw
SUBDIR += uniconvertor

View File

@ -1,112 +0,0 @@
# New ports collection makefile for: tumbler
# Date created: 2010-01-15
# Whom: Ashish SHUKLA <wahjava@gmail.com>
#
# $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 <bsd.port.options.mk>
.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 <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (tumbler-0.1.2.tar.bz2) = a34f41bb4bd79ec6e76f92f68c9e8c5ef1a84325caec0d6b851a363f9bf3b599
SIZE (tumbler-0.1.2.tar.bz2) = 399848

View File

@ -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

View File

@ -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