diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /deskutils | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2 marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
30 files changed, 0 insertions, 1863 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile deleted file mode 100644 index aef18e88b..000000000 --- a/deskutils/cairo-dock-plugins/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: cairo-dock-plugins -# Date created: 2010-03-19 -# Whom: Ivan Klymenko <fidaj@ukr.net> -# -# $FreeBSD$ -# - -PORTNAME= cairo-dock-plugins -DISTVERSION= 2.2.0-4 -PORTREVISION= 2 -CATEGORIES= deskutils -MASTER_SITES= http://launchpadlibrarian.net/56955156/ - -MAINTAINER= fidaj@ukr.net -COMMENT= Cairo-Dock-Plugins for Cairo-Dock - -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ - gldi.2:${PORTSDIR}/deskutils/cairo-dock - -DATADIR= ${PREFIX}/share/cairo-dock - -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2 -USE_LDCONFIG= yes -USE_XORG= xrender -USE_DOS2UNIX= YES -USE_CMAKE= yes -USE_GCC= 4.5+ -MAKE_JOBS_SAFE= YES - -OPTIONS= GMENU "Common Applications menu" On \ - KEYBOARD_INDICATOR "Control the keyboard layout" Off \ - TERMINAL "Add a terminal to your dock" On \ - WEBLETS "To show an interactive web page" On \ - XFCE_INTEGRATION "For XFCE environnement" Off \ - ALSA_MIXER "For ALSA compatibility utils" Off - -.include <bsd.port.options.mk> - -.if defined(WITH_GMENU) -LIB_DEPENDS+= gnome-menu.2:${PORTSDIR}/x11/gnome-menus -CMAKE_ARGS+= -Denable_gmenu:STRING=yes -PLIST_SUB+= GMENU="" -.else -CMAKE_ARGS+= -Denable_gmenu:STRING=no -PLIST_SUB+= GMENU="@comment " -.endif - -.if defined(WITH_KEYBOARD_INDICATOR) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif \ - xklavier.12:${PORTSDIR}/x11/libxklavier -CMAKE_ARGS+= -Denable_keyboard_indicator:STRING=yes -PLIST_SUB+= KEYBOARD_INDICATOR="" -.else -CMAKE_ARGS+= -Denable_keyboard_indicator:STRING=no -PLIST_SUB+= KEYBOARD_INDICATOR="@comment " -.endif - -.if defined(WITH_TERMINAL) -LIB_DEPENDS+= vte.9:${PORTSDIR}/x11-toolkits/vte -CMAKE_ARGS+= -Denable_terminal:STRING=yes -PLIST_SUB+= TERMINAL="" -.else -CMAKE_ARGS+= -Denable_terminal:STRING=no -PLIST_SUB+= TERMINAL="@comment " -.endif - -.if defined(WITH_WEBLETS) -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -CMAKE_ARGS+= -Denable_weblets:STRING=yes -PLIST_SUB+= WEBLETS="" -.else -CMAKE_ARGS+= -Denable_weblets:STRING=no -PLIST_SUB+= WEBLETS="@comment " -.endif - -.if defined(WITH_XFCE_INTEGRATION) -LIB_DEPENDS+= thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar \ - exif.12:${PORTSDIR}/graphics/libexif -CMAKE_ARGS+= -Denable_xfce_integration:STRING=yes -PLIST_SUB+= XFCE_INTEGRATION="" -.else -CMAKE_ARGS+= -Denable_xfce_integration:STRING=no -PLIST_SUB+= XFCE_INTEGRATION="@comment " -.endif - -.if defined(WITH_ALSA_MIXER) -LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib -CMAKE_ARGS+= -Denable_alsa_mixer:STRING=yes -PLIST_SUB+= ALSA_MIXER="" -.else -CMAKE_ARGS+= -Denable_alsa_mixer:STRING=no -PLIST_SUB+= ALSA_MIXER="@comment " -.endif - -.include <bsd.port.mk> diff --git a/deskutils/cairo-dock-plugins/distinfo b/deskutils/cairo-dock-plugins/distinfo deleted file mode 100644 index d8ec90468..000000000 --- a/deskutils/cairo-dock-plugins/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cairo-dock-plugins-2.2.0-4.tar.gz) = e8905dc6f397c89b53b6e6a15489bf4d78e19427bd95e01f7c1b3df21a564ce2 -SIZE (cairo-dock-plugins-2.2.0-4.tar.gz) = 5533523 diff --git a/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt b/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt deleted file mode 100644 index 736b8ac4f..000000000 --- a/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt +++ /dev/null @@ -1,70 +0,0 @@ ---- CMakeLists.txt.orig 2011-01-07 23:03:06.000000000 +0200 -+++ CMakeLists.txt 2011-01-07 23:42:55.000000000 +0200 -@@ -121,19 +121,6 @@ - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Clipper/data/Clipper.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Clipper/data/Clipper.conf) - add_subdirectory (Clipper) - --############# CLOCK ################# --pkg_check_modules ("LIBICAL_PACKAGE" "libical") --if ("${LIBICAL_PACKAGE_FOUND}" STREQUAL "") -- message (STATUS "Could not find libical; Clock plugin won't be built with iCal support.") --endif() --set (GETTEXT_CLOCK ${GETTEXT_PLUGINS}) --set (VERSION_CLOCK "2.1.1") --set (PACKAGE_CLOCK "cd-clock") --set (clockuserdirname "clock") --set (clockdatadir "${pluginsdatadir}/clock") --configure_file (${CMAKE_CURRENT_SOURCE_DIR}/clock/data/clock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/clock/data/clock.conf) --add_subdirectory (clock) -- - ############# COMPIZ_ICON ################# - set (GETTEXT_COMPIZ_ICON ${GETTEXT_PLUGINS}) - set (VERSION_COMPIZ_ICON "1.1.5") -@@ -299,6 +286,7 @@ - endif() - - ############# KEYBOARD_INDICATOR ################# -+if (NOT "${enable_keyboard_indicator}" STREQUAL "no") - pkg_check_modules (KEYBOARD_INDICATOR_PACKAGE libxklavier) - if ("${KEYBOARD_INDICATOR_PACKAGE_FOUND}" STREQUAL "") - message (STATUS "Could not find libxklavier; Cairo-Dock won't be built with keyboard-indicator applet.") -@@ -310,6 +298,7 @@ - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/keyboard-indicator/data/keyboard-indicator.conf.in ${CMAKE_CURRENT_BINARY_DIR}/keyboard-indicator/data/keyboard-indicator.conf) - add_subdirectory ("keyboard-indicator") - endif() -+endif() - - ############# LOGOUT ################# - set (GETTEXT_LOGOUT ${GETTEXT_PLUGINS}) -@@ -546,6 +535,7 @@ - add_subdirectory (systray) - - ############# TERMINAL ################# -+if (NOT "${enable_terminal}" STREQUAL "no") - pkg_check_modules (TERMINAL_PACKAGE vte) - if ("${TERMINAL_PACKAGE_FOUND}" STREQUAL "") - message (STATUS "Could not find libvte; Cairo-Dock won't be built with terminal applet.") -@@ -557,6 +547,7 @@ - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/terminal/data/terminal.conf.in ${CMAKE_CURRENT_BINARY_DIR}/terminal/data/terminal.conf) - add_subdirectory (terminal) - endif() -+endif() - - ############# TOMBOY ################# - set (GETTEXT_TOMBOY ${GETTEXT_PLUGINS}) -@@ -585,6 +576,7 @@ - add_subdirectory (weather) - - ############# WEBLETS ################# -+if (NOT "${enable_weblets}" STREQUAL "no") - pkg_check_modules (WEBKIT webkit-1.0) - if (NOT "${enable_weblets}" STREQUAL "no") - if ("${WEBKIT_FOUND}" STREQUAL "") -@@ -598,6 +590,7 @@ - add_subdirectory ("weblets") - endif() - endif() -+endif() - - ############# WIFI ################# - set (GETTEXT_WIFI ${GETTEXT_PLUGINS}) diff --git a/deskutils/cairo-dock-plugins/files/patch-shortcuts b/deskutils/cairo-dock-plugins/files/patch-shortcuts deleted file mode 100644 index 29df920ea..000000000 --- a/deskutils/cairo-dock-plugins/files/patch-shortcuts +++ /dev/null @@ -1,78 +0,0 @@ ---- shortcuts/src/applet-disk-usage.c.orig 2010-12-11 02:13:37.000000000 +0200 -+++ shortcuts/src/applet-disk-usage.c 2010-12-11 02:21:43.000000000 +0200 -@@ -18,10 +18,18 @@ - */ - - #include <string.h> --#include <mntent.h> - #include <sys/types.h> --#include <sys/statfs.h> -+#if defined(__FreeBSD__) -+#ifdef HAVE_MNTENT_H - #include <mntent.h> -+#endif -+#include <sys/param.h> -+#include <sys/ucred.h> -+#include <sys/mount.h> -+#else -+#include <mntent.h> -+#include <sys/statfs.h> -+#endif - #include <math.h> - - #include <cairo-dock.h> -@@ -160,12 +168,44 @@ - static void _cd_shortcuts_get_fs_info (const gchar *cDiskURI, GString *sInfo) - { - const gchar *cMountPath = (strncmp (cDiskURI, "file://", 7) == 0 ? cDiskURI + 7 : cDiskURI); -- struct mntent *me; -- FILE *mtab = setmntent ("/etc/mtab", "r"); -+#if defined(__FreeBSD__) -+ struct statfs *me; -+// FILE *mtab; -+#else -+ struct mntent *me; -+ FILE *mtab = setmntent ("/etc/mtab", "r"); -+#endif - char *search_path; - int match; - char *slash; - -+#if defined(__FreeBSD__) -+ int i; -+ int count = getfsstat(me, NULL, MNT_WAIT); -+// int count = getfsstat(me, NULL, MNT_NOWAIT); -+ if (count>0) -+ { -+ for (i=0; i<count; i++) -+ { -+ if (me->f_mntonname && strcmp (me->f_mntonname, cMountPath) == 0) -+ { -+ g_string_append_printf (sInfo, "Mount point : %s\nFile system : %s\nDevice : %s\nMount options : %s", -+ me->f_mntonname, -+ me->f_mntfromname, -+ me->f_fstypename, -+ me->f_charspare); -+// if (me->mnt_freq != 0) -+// g_string_append_printf (sInfo, "\nBackup frequency : %d days", me->mnt_freq); -+ break ; -+ } -+ } -+ } -+ else -+ { -+ cd_warning ("error getfsstat..."); -+ return ; -+ } -+#else - if (mtab == NULL) - { - cd_warning ("couldn't open /etc/mtab"); -@@ -189,6 +229,7 @@ - } - - endmntent (mtab); -+#endif - } - - gchar *cd_shortcuts_get_disk_info (const gchar *cDiskURI, const gchar *cDiskName) diff --git a/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus b/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus deleted file mode 100644 index 1892abab3..000000000 --- a/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus +++ /dev/null @@ -1,11 +0,0 @@ ---- tomboy/src/tomboy-dbus.c.orig 2010-12-11 02:12:22.000000000 +0200 -+++ tomboy/src/tomboy-dbus.c 2010-12-11 02:12:30.000000000 +0200 -@@ -30,7 +30,7 @@ - - static DBusGProxy *dbus_proxy_tomboy = NULL; - --extern struct tm *localtime_r (time_t *timer, struct tm *tp); -+//extern struct tm *localtime_r (time_t *timer, struct tm *tp); - - #define g_marshal_value_peek_string(v) (char*) g_value_get_string (v) - #define g_marshal_value_peek_object(v) g_value_get_object (v) diff --git a/deskutils/cairo-dock-plugins/pkg-descr b/deskutils/cairo-dock-plugins/pkg-descr deleted file mode 100644 index 4a2f9cbb4..000000000 --- a/deskutils/cairo-dock-plugins/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cairo-Dock-Plugins for Cairo-Dock is a light and eye-candy dock to launch your -programs easily. It uses Cairo / OpenGL to render nice graphics (many in -correlation with Compiz) with hardware acceleration. It's fully configurable -and customizable and can be a taskbar too. You can easily plug applets into it -or in a desklet mode. - -WWW: https://launchpad.net/cairo-dock diff --git a/deskutils/cairo-dock-plugins/pkg-plist b/deskutils/cairo-dock-plugins/pkg-plist deleted file mode 100644 index a43fd2f64..000000000 --- a/deskutils/cairo-dock-plugins/pkg-plist +++ /dev/null @@ -1,437 +0,0 @@ -%%ALSA_MIXER%%lib/cairo-dock/libcd-AlsaMixer.so -lib/cairo-dock/libcd-Animated-icons.so -lib/cairo-dock/libcd-Cairo-Penguin.so -lib/cairo-dock/libcd-Clipper.so -lib/cairo-dock/libcd-Dbus.so -lib/cairo-dock/libcd-Folders.so -lib/cairo-dock/libcd-rssreader.so -lib/cairo-dock/libcd-system-monitor.so -%%GMENU%%lib/cairo-dock/libcd-GMenu.so -lib/cairo-dock/libcd-Toons.so -lib/cairo-dock/libcd-Xgamma.so -lib/cairo-dock/libcd-compiz-icon.so -lib/cairo-dock/libcd-desklet-rendering.so -lib/cairo-dock/libcd-dialog-rendering.so -lib/cairo-dock/libcd-dnd2share.so -lib/cairo-dock/libcd-drop_indicator.so -lib/cairo-dock/libcd-dustbin.so -lib/cairo-dock/libcd-icon-effect.so -lib/cairo-dock/libcd-illusion.so -lib/cairo-dock/libcd_kde-integration.so -%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so -lib/cairo-dock/libcd-logout.so -lib/cairo-dock/libcd-mail.so -lib/cairo-dock/libcd-motion_blur.so -lib/cairo-dock/libcd-musicPlayer.so -lib/cairo-dock/libcd-netspeed.so -lib/cairo-dock/libcd-powermanager.so -lib/cairo-dock/libcd-quick-browser.so -lib/cairo-dock/libcd-rendering.so -lib/cairo-dock/libcd-shortcuts.so -lib/cairo-dock/libcd-showDesktop.so -lib/cairo-dock/libcd-show_mouse.so -lib/cairo-dock/libcd-slider.so -lib/cairo-dock/libcd-stack.so -lib/cairo-dock/libcd-switcher.so -lib/cairo-dock/libcd-systray.so -%%TERMINAL%%lib/cairo-dock/libcd-terminal.so -lib/cairo-dock/libcd-tomboy.so -lib/cairo-dock/libcd-weather.so -%%WEBLETS%%lib/cairo-dock/libcd-weblets.so -lib/cairo-dock/libcd-wifi.so -lib/cairo-dock/libcd_gnome-integration.so -%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so -share/locale/fr/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/it/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/ja/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/nl/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/pt/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/pt_BR/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/ru/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/sv/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/zh_CN/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/cs/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/de/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/en/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/es/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/hu/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/uk/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/zh_TW/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/ar/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/et/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/sk/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/sr/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/tr/LC_MESSAGES/cairo-dock-plugins.mo -share/cairo-dock/plug-ins/dnd2share/icon.svg -share/cairo-dock/plug-ins/rendering/preview-panel.jpg -share/cairo-dock/plug-ins/rendering/readme-panel-view -share/cairo-dock/plug-ins/Folders/Folders.conf -share/cairo-dock/plug-ins/Folders/preview.jpg -share/cairo-dock/plug-ins/Folders/icon.svg -share/cairo-dock/plug-ins/logout/icon-lock.png -%%XFCE_INTEGRATION%%share/cairo-dock/plug-ins/xfce-integration/icon.png -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/AlsaMixer.conf -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/broken.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/default.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/emblem-mute.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/icon.png -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/mute.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/preview.jpg -share/cairo-dock/plug-ins/Animated-icons/Animated-icons.conf -share/cairo-dock/plug-ins/Animated-icons/preview.jpg -share/cairo-dock/plug-ins/Animated-icons/icon.svg -share/cairo-dock/plug-ins/Animated-icons/texture-chrome.png -share/cairo-dock/plug-ins/Animated-icons/icon-rotation.png -share/cairo-dock/plug-ins/Animated-icons/spot.png -share/cairo-dock/plug-ins/Animated-icons/halo.png -share/cairo-dock/plug-ins/Animated-icons/ray.png -share/cairo-dock/plug-ins/Animated-icons/icon-wave.png -share/cairo-dock/plug-ins/Cairo-Penguin/Cairo-Penguin.conf -share/cairo-dock/plug-ins/Cairo-Penguin/icon.png -share/cairo-dock/plug-ins/Cairo-Penguin/preview.jpg -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/theme.conf -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/readme -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/basher.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/blocker.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/boarder.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/bomber.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/bridger.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/climber.xpm -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/digger.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/drownfall.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/drownwalk.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/exit.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/faller.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/floater.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/miner.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/reader.xpm -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/slider.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/superman.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/tumble.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/waiter.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/walker.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/sitter.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/xmas-walker.png -share/cairo-dock/plug-ins/Clipper/Clipper.conf -share/cairo-dock/plug-ins/Clipper/icon.svg -share/cairo-dock/plug-ins/Clipper/preview.jpg -share/cairo-dock/plug-ins/Clipper/Clipper-actions-gnome.conf -share/cairo-dock/plug-ins/Clipper/Clipper-actions-xfce.conf -share/cairo-dock/plug-ins/Clipper/Clipper-actions-kde.conf -share/cairo-dock/plug-ins/compiz-icon/compiz -share/cairo-dock/plug-ins/compiz-icon/compiz-kill -share/cairo-dock/plug-ins/compiz-icon/compiz-icon.conf -share/cairo-dock/plug-ins/compiz-icon/default.svg -share/cairo-dock/plug-ins/compiz-icon/broken.svg -share/cairo-dock/plug-ins/compiz-icon/other.svg -share/cairo-dock/plug-ins/compiz-icon/0.svg -share/cairo-dock/plug-ins/compiz-icon/1.svg -share/cairo-dock/plug-ins/compiz-icon/2.svg -share/cairo-dock/plug-ins/compiz-icon/3.svg -share/cairo-dock/plug-ins/compiz-icon/4.svg -share/cairo-dock/plug-ins/compiz-icon/icon.png -share/cairo-dock/plug-ins/compiz-icon/preview.jpg -share/cairo-dock/plug-ins/Dbus/Dbus.conf -share/cairo-dock/plug-ins/Dbus/icon.svg -share/cairo-dock/plug-ins/desklet-rendering/icon.svg -share/cairo-dock/plug-ins/desklet-rendering/branche1.svg -share/cairo-dock/plug-ins/desklet-rendering/branche2.svg -share/cairo-dock/plug-ins/desklet-rendering/scotch.svg -share/cairo-dock/plug-ins/desklet-rendering/scotch+frame.svg -share/cairo-dock/plug-ins/desklet-rendering/frame.svg -share/cairo-dock/plug-ins/desklet-rendering/reflect.svg -share/cairo-dock/plug-ins/desklet-rendering/cd_box_cover.svg -share/cairo-dock/plug-ins/desklet-rendering/cd_box.svg -share/cairo-dock/plug-ins/desklet-rendering/starcraft2.png -share/cairo-dock/plug-ins/desklet-rendering/dark-bg.png -share/cairo-dock/plug-ins/desklet-rendering/clear-bg.svg -share/cairo-dock/plug-ins/desklet-rendering/board.png -share/cairo-dock/plug-ins/dialog-rendering/dialog-rendering.conf -share/cairo-dock/plug-ins/dialog-rendering/icon.svg -share/cairo-dock/plug-ins/dnd2share/upload2free.sh -share/cairo-dock/plug-ins/dnd2share/dnd2share.conf -share/cairo-dock/plug-ins/dnd2share/readme -share/cairo-dock/plug-ins/dnd2share/preview.jpg -%%GMENU%%share/cairo-dock/plug-ins/GMenu/GMenu.conf -%%GMENU%%share/cairo-dock/plug-ins/GMenu/icon-recent.png -%%GMENU%%share/cairo-dock/plug-ins/GMenu/icon.svg -%%GMENU%%share/cairo-dock/plug-ins/GMenu/preview.jpg -share/cairo-dock/plug-ins/drop-indicator/drop_indicator.conf -share/cairo-dock/plug-ins/drop-indicator/icon.svg -share/cairo-dock/plug-ins/drop-indicator/preview.jpg -share/cairo-dock/plug-ins/drop-indicator/default-drop-indicator.svg -share/cairo-dock/plug-ins/drop-indicator/default-hover-indicator.svg -share/cairo-dock/plug-ins/dustbin/dustbin.conf -share/cairo-dock/plug-ins/dustbin/preview.jpg -share/cairo-dock/plug-ins/dustbin/icon.png -share/cairo-dock/plug-ins/dustbin/themes/default/trashcan_full.svg -share/cairo-dock/plug-ins/dustbin/themes/default/trashcan_empty.svg -share/cairo-dock/plug-ins/gnome-integration/icon.png -share/cairo-dock/plug-ins/icon-effect/icon-effect.conf -share/cairo-dock/plug-ins/icon-effect/icon.png -share/cairo-dock/plug-ins/icon-effect/icon-firework.png -share/cairo-dock/plug-ins/icon-effect/preview.jpg -share/cairo-dock/plug-ins/icon-effect/star.png -share/cairo-dock/plug-ins/icon-effect/snow.png -share/cairo-dock/plug-ins/icon-effect/rain.png -share/cairo-dock/plug-ins/icon-effect/icon-fire.svg -share/cairo-dock/plug-ins/icon-effect/icon-storm.png -share/cairo-dock/plug-ins/illusion/illusion.conf -share/cairo-dock/plug-ins/illusion/icon.svg -share/cairo-dock/plug-ins/illusion/preview.jpg -share/cairo-dock/plug-ins/illusion/icon-black-hole.svg -share/cairo-dock/plug-ins/illusion/icon-break.svg -share/cairo-dock/plug-ins/illusion/icon-evaporate.svg -share/cairo-dock/plug-ins/illusion/icon-explode.svg -share/cairo-dock/plug-ins/illusion/icon-fade-out.svg -share/cairo-dock/plug-ins/kde-integration/icon.png -%%KEYBOARD_INDICATOR%%share/cairo-dock/plug-ins/keyboard-indicator/keyboard-indicator.conf -%%KEYBOARD_INDICATOR%%share/cairo-dock/plug-ins/keyboard-indicator/icon.png -%%KEYBOARD_INDICATOR%%share/cairo-dock/plug-ins/keyboard-indicator/preview.jpg -share/cairo-dock/plug-ins/logout/logout.conf -share/cairo-dock/plug-ins/logout/icon.svg -share/cairo-dock/plug-ins/logout/icon-scheduling.png -share/cairo-dock/plug-ins/mail/preview.jpg -share/cairo-dock/plug-ins/mail/cd_mail_icon.png -share/cairo-dock/plug-ins/mail/cd_mail_newmail.svg -share/cairo-dock/plug-ins/mail/cd_mail_nomail.svg -share/cairo-dock/plug-ins/mail/mail.conf -share/cairo-dock/plug-ins/mail/themes/Default/has_mail.svg -share/cairo-dock/plug-ins/mail/themes/Default/new_mail_sound.wav -share/cairo-dock/plug-ins/mail/themes/Default/no_mail.svg -share/cairo-dock/plug-ins/motion-blur/motion_blur.conf -share/cairo-dock/plug-ins/motion-blur/icon.png -share/cairo-dock/plug-ins/musicPlayer/musicPlayer.conf -share/cairo-dock/plug-ins/musicPlayer/broken.svg -share/cairo-dock/plug-ins/musicPlayer/pause.svg -share/cairo-dock/plug-ins/musicPlayer/play.svg -share/cairo-dock/plug-ins/musicPlayer/preview.jpg -share/cairo-dock/plug-ins/musicPlayer/stop.svg -share/cairo-dock/plug-ins/musicPlayer/default.svg -share/cairo-dock/plug-ins/musicPlayer/broken.jpg -share/cairo-dock/plug-ins/musicPlayer/pause.jpg -share/cairo-dock/plug-ins/musicPlayer/play.jpg -share/cairo-dock/plug-ins/musicPlayer/stop.jpg -share/cairo-dock/plug-ins/musicPlayer/default.jpg -share/cairo-dock/plug-ins/musicPlayer/0.svg -share/cairo-dock/plug-ins/musicPlayer/1.svg -share/cairo-dock/plug-ins/musicPlayer/2.svg -share/cairo-dock/plug-ins/musicPlayer/3.svg -share/cairo-dock/plug-ins/musicPlayer/icon.png -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/readme -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/preview -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/frame.svg -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/reflect.svg -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/theme.conf -share/cairo-dock/plug-ins/netspeed/netspeed.conf -share/cairo-dock/plug-ins/netspeed/default.png -share/cairo-dock/plug-ins/netspeed/icon.png -share/cairo-dock/plug-ins/netspeed/preview.jpg -share/cairo-dock/plug-ins/netspeed/ok.png -share/cairo-dock/plug-ins/netspeed/unknown.png -share/cairo-dock/plug-ins/netspeed/bad.png -share/cairo-dock/plug-ins/netspeed/netspeed -share/cairo-dock/plug-ins/powermanager/sector.svg -share/cairo-dock/plug-ins/powermanager/default-battery.svg -share/cairo-dock/plug-ins/powermanager/default-charge.svg -share/cairo-dock/plug-ins/powermanager/powermanager.conf -share/cairo-dock/plug-ins/powermanager/icon.png -share/cairo-dock/plug-ins/powermanager/charge.svg -share/cairo-dock/plug-ins/powermanager/preview.jpg -share/cairo-dock/plug-ins/quick_browser/quick-browser.conf -share/cairo-dock/plug-ins/quick_browser/icon.svg -share/cairo-dock/plug-ins/quick_browser/preview.jpg -share/cairo-dock/plug-ins/rendering/rendering.conf -share/cairo-dock/plug-ins/rendering/icon.svg -share/cairo-dock/plug-ins/rendering/preview-caroussel.jpg -share/cairo-dock/plug-ins/rendering/preview-parabolic.jpg -share/cairo-dock/plug-ins/rendering/preview-3D-plane.jpg -share/cairo-dock/plug-ins/rendering/preview-rainbow.jpg -share/cairo-dock/plug-ins/rendering/preview-diapo-simple.jpg -share/cairo-dock/plug-ins/rendering/preview-curve.jpg -share/cairo-dock/plug-ins/rendering/readme-3D-plane-view -share/cairo-dock/plug-ins/rendering/readme-caroussel-view -share/cairo-dock/plug-ins/rendering/readme-curve-view -share/cairo-dock/plug-ins/rendering/readme-diapo-simple-view -share/cairo-dock/plug-ins/rendering/readme-parabolic-view -share/cairo-dock/plug-ins/rendering/readme-rainbow-view -share/cairo-dock/plug-ins/RSSreader/icon.svg -share/cairo-dock/plug-ins/RSSreader/preview.jpg -share/cairo-dock/plug-ins/RSSreader/RSSreader.conf -share/cairo-dock/plug-ins/shortcuts/shortcuts.conf -share/cairo-dock/plug-ins/shortcuts/icon.png -share/cairo-dock/plug-ins/shortcuts/preview.jpg -share/cairo-dock/plug-ins/showDesktop/showDesktop.conf -share/cairo-dock/plug-ins/showDesktop/icon.png -share/cairo-dock/plug-ins/showDesktop/icon-active.png -share/cairo-dock/plug-ins/show_mouse/show_mouse.conf -share/cairo-dock/plug-ins/show_mouse/icon.png -share/cairo-dock/plug-ins/show_mouse/preview.jpg -share/cairo-dock/plug-ins/slider/slider.conf -share/cairo-dock/plug-ins/slider/icon.png -share/cairo-dock/plug-ins/slider/preview.jpg -share/cairo-dock/plug-ins/stack/stack.conf -share/cairo-dock/plug-ins/stack/icon.png -share/cairo-dock/plug-ins/stack/preview.jpg -share/cairo-dock/plug-ins/stack/text-icon.svg -share/cairo-dock/plug-ins/stack/url-icon.svg -share/cairo-dock/plug-ins/switcher/broken.svg -share/cairo-dock/plug-ins/switcher/default.svg -share/cairo-dock/plug-ins/switcher/preview.jpg -share/cairo-dock/plug-ins/switcher/workspaces.svg -share/cairo-dock/plug-ins/switcher/switcher.conf -share/cairo-dock/plug-ins/System-monitor/nvidia-config -share/cairo-dock/plug-ins/System-monitor/System-Monitor.conf -share/cairo-dock/plug-ins/System-monitor/icon.png -share/cairo-dock/plug-ins/System-monitor/preview.jpg -share/cairo-dock/plug-ins/System-monitor/button-cpu.png -share/cairo-dock/plug-ins/System-monitor/button-ram.png -share/cairo-dock/plug-ins/systray/systray.conf -share/cairo-dock/plug-ins/systray/icon.png -share/cairo-dock/plug-ins/systray/preview.jpg -%%TERMINAL%%share/cairo-dock/plug-ins/terminal/icon.png -%%TERMINAL%%share/cairo-dock/plug-ins/terminal/preview.jpg -%%TERMINAL%%share/cairo-dock/plug-ins/terminal/terminal.conf -share/cairo-dock/plug-ins/tomboy/default.svg -share/cairo-dock/plug-ins/tomboy/close.svg -share/cairo-dock/plug-ins/tomboy/broken.svg -share/cairo-dock/plug-ins/tomboy/note.svg -share/cairo-dock/plug-ins/tomboy/tomboy.conf -share/cairo-dock/plug-ins/tomboy/icon.png -share/cairo-dock/plug-ins/tomboy/preview.jpg -share/cairo-dock/plug-ins/Toons/Toons.conf -share/cairo-dock/plug-ins/Toons/icon.png -share/cairo-dock/plug-ins/Toons/preview.jpg -share/cairo-dock/plug-ins/Toons/themes/Classic/theme.conf -share/cairo-dock/plug-ins/Toons/themes/Classic/readme -share/cairo-dock/plug-ins/Toons/themes/Classic/toon.svg -share/cairo-dock/plug-ins/Toons/themes/Classic/pupil.svg -share/cairo-dock/plug-ins/Toons/themes/Classic/eyelid.svg -share/cairo-dock/plug-ins/weather/weather.conf -share/cairo-dock/plug-ins/weather/broken.png -share/cairo-dock/plug-ins/weather/icon.png -share/cairo-dock/plug-ins/weather/preview.jpg -share/cairo-dock/plug-ins/weather/themes/Classic/0.png -share/cairo-dock/plug-ins/weather/themes/Classic/1.png -share/cairo-dock/plug-ins/weather/themes/Classic/2.png -share/cairo-dock/plug-ins/weather/themes/Classic/3.png -share/cairo-dock/plug-ins/weather/themes/Classic/4.png -share/cairo-dock/plug-ins/weather/themes/Classic/5.png -share/cairo-dock/plug-ins/weather/themes/Classic/6.png -share/cairo-dock/plug-ins/weather/themes/Classic/7.png -share/cairo-dock/plug-ins/weather/themes/Classic/8.png -share/cairo-dock/plug-ins/weather/themes/Classic/9.png -share/cairo-dock/plug-ins/weather/themes/Classic/10.png -share/cairo-dock/plug-ins/weather/themes/Classic/11.png -share/cairo-dock/plug-ins/weather/themes/Classic/12.png -share/cairo-dock/plug-ins/weather/themes/Classic/13.png -share/cairo-dock/plug-ins/weather/themes/Classic/14.png -share/cairo-dock/plug-ins/weather/themes/Classic/15.png -share/cairo-dock/plug-ins/weather/themes/Classic/16.png -share/cairo-dock/plug-ins/weather/themes/Classic/17.png -share/cairo-dock/plug-ins/weather/themes/Classic/18.png -share/cairo-dock/plug-ins/weather/themes/Classic/19.png -share/cairo-dock/plug-ins/weather/themes/Classic/20.png -share/cairo-dock/plug-ins/weather/themes/Classic/21.png -share/cairo-dock/plug-ins/weather/themes/Classic/22.png -share/cairo-dock/plug-ins/weather/themes/Classic/23.png -share/cairo-dock/plug-ins/weather/themes/Classic/24.png -share/cairo-dock/plug-ins/weather/themes/Classic/25.png -share/cairo-dock/plug-ins/weather/themes/Classic/26.png -share/cairo-dock/plug-ins/weather/themes/Classic/27.png -share/cairo-dock/plug-ins/weather/themes/Classic/28.png -share/cairo-dock/plug-ins/weather/themes/Classic/29.png -share/cairo-dock/plug-ins/weather/themes/Classic/30.png -share/cairo-dock/plug-ins/weather/themes/Classic/31.png -share/cairo-dock/plug-ins/weather/themes/Classic/32.png -share/cairo-dock/plug-ins/weather/themes/Classic/33.png -share/cairo-dock/plug-ins/weather/themes/Classic/34.png -share/cairo-dock/plug-ins/weather/themes/Classic/35.png -share/cairo-dock/plug-ins/weather/themes/Classic/36.png -share/cairo-dock/plug-ins/weather/themes/Classic/37.png -share/cairo-dock/plug-ins/weather/themes/Classic/38.png -share/cairo-dock/plug-ins/weather/themes/Classic/39.png -share/cairo-dock/plug-ins/weather/themes/Classic/40.png -share/cairo-dock/plug-ins/weather/themes/Classic/41.png -share/cairo-dock/plug-ins/weather/themes/Classic/42.png -share/cairo-dock/plug-ins/weather/themes/Classic/43.png -share/cairo-dock/plug-ins/weather/themes/Classic/44.png -share/cairo-dock/plug-ins/weather/themes/Classic/45.png -share/cairo-dock/plug-ins/weather/themes/Classic/46.png -share/cairo-dock/plug-ins/weather/themes/Classic/47.png -share/cairo-dock/plug-ins/weather/themes/Classic/na.png -share/cairo-dock/plug-ins/weather/themes/Classic/preview -share/cairo-dock/plug-ins/weather/themes/Classic/readme -%%WEBLETS%%share/cairo-dock/plug-ins/weblets/icon.png -%%WEBLETS%%share/cairo-dock/plug-ins/weblets/preview.jpg -%%WEBLETS%%share/cairo-dock/plug-ins/weblets/weblets.conf -share/cairo-dock/plug-ins/wifi/wifi -share/cairo-dock/plug-ins/wifi/wifi.conf -share/cairo-dock/plug-ins/wifi/link-0.svg -share/cairo-dock/plug-ins/wifi/link-1.svg -share/cairo-dock/plug-ins/wifi/link-2.svg -share/cairo-dock/plug-ins/wifi/link-3.svg -share/cairo-dock/plug-ins/wifi/link-4.svg -share/cairo-dock/plug-ins/wifi/link-5.svg -share/cairo-dock/plug-ins/wifi/icon.png -share/cairo-dock/plug-ins/wifi/preview.jpg -share/cairo-dock/plug-ins/Xgamma/Xgamma.conf -share/cairo-dock/plug-ins/Xgamma/icon.png -share/cairo-dock/plug-ins/Xgamma/preview.jpg -%%ALSA_MIXER%%@dirrm share/cairo-dock/plug-ins/AlsaMixer -@dirrm share/cairo-dock/plug-ins/Animated-icons -@dirrm share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic -@dirrm share/cairo-dock/plug-ins/Cairo-Penguin/themes -@dirrm share/cairo-dock/plug-ins/Cairo-Penguin -@dirrm share/cairo-dock/plug-ins/Clipper -@dirrm share/cairo-dock/plug-ins/Dbus -@dirrm share/cairo-dock/plug-ins/Folders -%%GMENU%%@dirrm share/cairo-dock/plug-ins/GMenu -@dirrm share/cairo-dock/plug-ins/System-monitor -@dirrm share/cairo-dock/plug-ins/Toons/themes/Classic -@dirrm share/cairo-dock/plug-ins/Toons/themes -@dirrm share/cairo-dock/plug-ins/Toons -@dirrm share/cairo-dock/plug-ins/Xgamma -@dirrm share/cairo-dock/plug-ins/compiz-icon -@dirrm share/cairo-dock/plug-ins/desklet-rendering -@dirrm share/cairo-dock/plug-ins/dialog-rendering -@dirrm share/cairo-dock/plug-ins/dnd2share -@dirrm share/cairo-dock/plug-ins/drop-indicator -@dirrm share/cairo-dock/plug-ins/dustbin/themes/default -@dirrm share/cairo-dock/plug-ins/dustbin/themes -@dirrm share/cairo-dock/plug-ins/dustbin -@dirrm share/cairo-dock/plug-ins/gnome-integration -@dirrm share/cairo-dock/plug-ins/icon-effect -@dirrm share/cairo-dock/plug-ins/illusion -@dirrm share/cairo-dock/plug-ins/kde-integration -%%KEYBOARD_INDICATOR%%@dirrm share/cairo-dock/plug-ins/keyboard-indicator -@dirrm share/cairo-dock/plug-ins/logout -@dirrm share/cairo-dock/plug-ins/mail/themes/Default -@dirrm share/cairo-dock/plug-ins/mail/themes -@dirrm share/cairo-dock/plug-ins/mail -@dirrm share/cairo-dock/plug-ins/motion-blur -@dirrm share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple -@dirrm share/cairo-dock/plug-ins/musicPlayer/themes -@dirrm share/cairo-dock/plug-ins/musicPlayer -@dirrm share/cairo-dock/plug-ins/netspeed -@dirrm share/cairo-dock/plug-ins/powermanager -@dirrm share/cairo-dock/plug-ins/quick_browser -@dirrm share/cairo-dock/plug-ins/RSSreader -@dirrm share/cairo-dock/plug-ins/rendering -@dirrm share/cairo-dock/plug-ins/shortcuts -@dirrm share/cairo-dock/plug-ins/showDesktop -@dirrm share/cairo-dock/plug-ins/show_mouse -@dirrm share/cairo-dock/plug-ins/slider -@dirrm share/cairo-dock/plug-ins/stack -@dirrm share/cairo-dock/plug-ins/switcher -@dirrm share/cairo-dock/plug-ins/systray -%%TERMINAL%%@dirrm share/cairo-dock/plug-ins/terminal -@dirrm share/cairo-dock/plug-ins/tomboy -@dirrm share/cairo-dock/plug-ins/weather/themes/Classic -@dirrm share/cairo-dock/plug-ins/weather/themes -@dirrm share/cairo-dock/plug-ins/weather -%%WEBLETS%%@dirrm share/cairo-dock/plug-ins/weblets -@dirrm share/cairo-dock/plug-ins/wifi -%%XFCE_INTEGRATION%%@dirrm share/cairo-dock/plug-ins/xfce-integration -@dirrm share/cairo-dock/plug-ins -@dirrm lib/cairo-dock diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile deleted file mode 100644 index 3d806f8e1..000000000 --- a/deskutils/google-gadgets/Makefile +++ /dev/null @@ -1,149 +0,0 @@ -# New ports collection makefile for: google-gadgets -# Date created: 2008-06-08 -# Whom: Ashish Shukla <wahjava@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= google-gadgets -PORTVERSION= 0.11.2 -PORTREVISION= 5 -CATEGORIES= deskutils -MASTER_SITES= http://google-gadgets-for-linux.googlecode.com/files/ -DISTNAME= ${PORTNAME}-for-linux-${PORTVERSION} - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Google Desktop Gadgets - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ - ${LOCALBASE}/libdata/pkgconfig/libcurl.pc:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/libdata/pkgconfig/libxml-2.0.pc:${PORTSDIR}/textproc/libxml2 \ - ${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \ - ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2 \ - ${LOCALBASE}/libdata/pkgconfig/libstartup-notification-1.0.pc:${PORTSDIR}/x11/startup-notification \ - zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - dbus-1.3:${PORTSDIR}/devel/dbus \ - curl.6:${PORTSDIR}/ftp/curl \ - rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GCC= 4.2+ -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -Wno-deprecated-declarations" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-werror --enable-ltdl-install=no --with-browser-plugins-dir=${LOCALBASE}/lib/browser_plugins -USE_AUTOTOOLS= libtool:env autoconf:env automake:env aclocal:env libltdl -WANT_GNOME= yes -USE_GNOME= gnomehack -INSTALLS_ICONS= yes - -OPTIONS= DEBUGGING "Enable debug output on runtime" on\ - GTK "Build GTK Host" on\ - QT "Build Qt Host" on\ - GTKWEBKIT "Build with GTK Webkit support" on\ - MOZILLA "Build with Mozilla support" on - -.include <bsd.port.options.mk> - -.if defined(WITH_QT) -USE_QT_VER= 4 -QT_COMPONENTS= webkit opengl gui corelib script network moc_build -.endif - -.if defined(WITH_GTKWEBKIT) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -.endif - -.if defined(WITH_MOZILLA) -USE_GECKO= libxul -.endif - -.if defined(WITHOUT_GTKWEBKIT) && defined(WITHOUT_MOZILLA) && defined(WITH_GTK) -IGNORE= gtk host requires GTK Webkit or/and Mozilla support to be enabled. Please, rerun 'make config' -.elif defined(WITH_GTKWEBKIT) && defined(WITHOUT_GTK) -.undef WITHOUT_GTK -WITH_GTK=yes - -pre-everything:: - @${ECHO_MSG} "==> GTK Webkit or/and Mozilla support is enabled." - @${ECHO_MSG} "==> Enabling GTK support. If this is not desired," - @${ECHO_MSG} "==> please rerun 'make config'." -.endif - -.include <bsd.port.pre.mk> - -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -Wno-deprecated-declarations" - -.if ${OSVERSION} < 700000 -IGNORE= needs 7.X or higher -.endif - -.if defined(WITH_DEBUGGING) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITHOUT_GTK) -PLIST_SUB+= GTK="@comment " -CONFIGURE_ARGS+= --disable-gtk-host \ - --disable-libggadget-gtk \ - --disable-gtkmoz-browser-element \ - --disable-gtk-system-framework \ - --disable-webkit-script-runtime \ - --disable-gtkwebkit-browser-element \ - --disable-soup-xml-http-request -.elif defined(WITH_GTK) -USE_GNOME= gtk20 -PLIST_SUB+= GTK="" -CONFIGURE_ARGS+= --enable-gtk-host -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libsoup-2.4.pc:${PORTSDIR}/devel/libsoup -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -CONFIGURE_ARGS+= --with-ssl-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt - -.endif - -.if defined(WITHOUT_GTKWEBKIT) -PLIST_SUB+= GTKWEBKIT="@comment " -CONFIGURE_ARGS+= --disable-webkit-script-runtime --disable-gtkwebkit-browser-element -.elif defined(WITH_GTKWEBKIT) -PLIST_SUB+= GTKWEBKIT="" -.endif - -.if defined(WITHOUT_MOZILLA) -PLIST_SUB+= MOZILLA="@comment " -CONFIGURE_ARGS+= --disable-smjs-script-runtime --disable-gtkmoz-browser-element -.elif defined(WITH_MOZILLA) -PLIST_SUB+= MOZILLA="" -.endif - -.if defined(WITHOUT_QT) -PLIST_SUB+= QT="@comment " -CONFIGURE_ARGS+= --disable-qt-host --disable-libggadget-qt --disable-qt-system-framework\ - --disable-qtwebkit-browser-element --disable-qt-script-runtime --disable-qt-xml-http-request -.else -PLIST_SUB+= QT="" -CONFIGURE_ARGS+= --enable-qt-host -.endif - -.if defined(WITHOUT_QT) && defined(WITHOUT_GTK) -IGNORE= requires GTK or/and Qt host to be enabled. Please, rerun 'make config' -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.am -exec ${GREP} -l pkgconfig {} \; | ${XARGS} ${REINPLACE_CMD} -e 's|^\(pkgconfigdir[[:space:]]*=\).*|\1 $$(prefix)/libdata/pkgconfig|' - -pre-configure: - @cd ${WRKSRC} && ${SH} autotools/bootstrap.sh && ${CP} ${AUTOMAKE_DIR}/mkinstalldirs libltdl/ - @cd ${WRKSRC} && ${CHMOD} +x autotools/install-sh - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/deskutils/google-gadgets/distinfo b/deskutils/google-gadgets/distinfo deleted file mode 100644 index afded8055..000000000 --- a/deskutils/google-gadgets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (google-gadgets-for-linux-0.11.2.tar.bz2) = 2f129ae6c294876b3bc29bdf66c0f02e2c1000f97aadb3540d296560a14f343f -SIZE (google-gadgets-for-linux-0.11.2.tar.bz2) = 2539750 diff --git a/deskutils/google-gadgets/files/patch-configure.ac b/deskutils/google-gadgets/files/patch-configure.ac deleted file mode 100644 index 3398f0c32..000000000 --- a/deskutils/google-gadgets/files/patch-configure.ac +++ /dev/null @@ -1,36 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-configure.ac,v 1.5 2009/12/29 11:09:51 miwi Exp $ - ---- configure.ac.orig -+++ configure.ac -@@ -501,6 +501,13 @@ - GGL_PLATFORM="\"linux\"" - build_linux_system_framework=yes - ;; -+ *freebsd* ) -+ ggl_host_type=freebsd -+ PREDEFINED_MACROS="$PREDEFINED_MACROS -DGGL_HOST_LINUX=1" -+ build_linux_system_framework=yes -+ GGL_PLATFORM_SHORT=\"freebsd\" -+ GGL_PLATFORM=\"freebsd\" -+ ;; - *solaris* ) - ggl_host_type=solaris - PREDEFINED_MACROS="$PREDEFINED_MACROS -DGGL_HOST_SOLARIS=1" -@@ -526,6 +533,7 @@ - AM_CONDITIONAL([GGL_HOST_MACOSX], [test x$ggl_host_type = xmacosx]) - AM_CONDITIONAL([GGL_HOST_LINUX], [test x$ggl_host_type = xlinux]) - AM_CONDITIONAL([GGL_HOST_SOLARIS], [test x$ggl_host_type = xsolaris]) -+AM_CONDITIONAL([GGL_HOST_FREEBSD], [test x$ggl_host_type = xfreebsd]) - - AC_SUBST(PREDEFINED_MACROS) - AC_SUBST(DEFAULT_COMPILE_FLAGS) -@@ -651,7 +659,7 @@ - has_qtwebkit=no - has_qtscript=no - if test x$build_libggadget_qt = xyes; then -- if test x$ggl_host_type = xlinux; then -+ if test x$ggl_host_type = xlinux -o x$ggl_host_type = xfreebsd; then - PKG_CHECK_MODULES(QT4, [QtGui >= 4.3 QtCore >= 4.3 QtNetwork >= 4.3], - [has_qt4=yes - MOC=`$PKG_CONFIG --variable=moc_location QtCore`], diff --git a/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc b/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc deleted file mode 100644 index 5c804f74e..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc +++ /dev/null @@ -1,77 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc,v 1.1 2008/06/09 00:52:55 ahze Exp $ - ---- extensions/gst_audio_framework/gst_audio_framework.cc.orig -+++ extensions/gst_audio_framework/gst_audio_framework.cc -@@ -91,7 +91,7 @@ - } - - // Use fakesink as video-sink to discard the video output. -- g_object_set(G_OBJECT(playbin_), "video-sink", videosink, NULL); -+ g_object_set(G_OBJECT(playbin_), "video-sink", videosink, (gchar*)0); - - // Create new audio sink with panorama support if possible. - GstElement *audiosink = NULL; -@@ -114,7 +114,7 @@ - // panorama support. - if (panorama_) { - GstElement *audiobin = gst_bin_new("audiobin"); -- gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, (GstElement*)0); - gst_element_link(panorama_, audiosink); - GstPad *sinkpad = gst_element_get_pad(panorama_, "sink"); - gst_element_add_pad(audiobin, gst_ghost_pad_new("sink", sinkpad)); -@@ -123,7 +123,7 @@ - } - - // Set audio-sink to our new audiosink. -- g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, NULL); -+ g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, (gchar*)0); - - // Watch the message bus. - // The host using this class must use a g_main_loop to capture the -@@ -153,7 +153,7 @@ - virtual int GetBalance() const { - if (playbin_ && panorama_) { - gfloat balance; -- g_object_get(G_OBJECT(panorama_), "panorama", &balance, NULL); -+ g_object_get(G_OBJECT(panorama_), "panorama", &balance, (gchar*)0); - int gg_balance = static_cast<int>(((balance + 1) / 2) * - (kMaxBalance - kMinBalance) + - kMinBalance); -@@ -177,7 +177,7 @@ - } - gfloat gst_balance = - (gfloat(balance - kMinBalance) / (kMaxBalance - kMinBalance)) * 2 - 1; -- g_object_set(G_OBJECT(panorama_), "panorama", gst_balance, NULL); -+ g_object_set(G_OBJECT(panorama_), "panorama", gst_balance, (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -237,7 +237,7 @@ - // FIXME: - // Playbin won't produce ERROR whether it's a bad uri or the file's - // format is not supported. We must check here. -- g_object_set(G_OBJECT(playbin_), "uri", src, NULL); -+ g_object_set(G_OBJECT(playbin_), "uri", src, (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -253,7 +253,7 @@ - virtual int GetVolume() const { - if (playbin_) { - double volume; -- g_object_get(G_OBJECT(playbin_), "volume", &volume, NULL); -+ g_object_get(G_OBJECT(playbin_), "volume", &volume, (gchar*)0); - int gg_volume = static_cast<int>((volume / kMaxGstVolume) * - (kMaxVolume - kMinVolume) + - kMinVolume); -@@ -275,7 +275,7 @@ - (gdouble(volume - kMinVolume) / (kMaxVolume - kMinVolume)) * - kMaxGstVolume; - -- g_object_set(G_OBJECT(playbin_), "volume", gst_volume, NULL); -+ g_object_set(G_OBJECT(playbin_), "volume", gst_volume, (gchar*)0); - } else { - DLOG("Playbin was not initialized correctly."); - } diff --git a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc b/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc deleted file mode 100644 index 9af2a7ccd..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc +++ /dev/null @@ -1,50 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc,v 1.1 2008/10/19 14:59:03 miwi Exp $ - ---- extensions/gst_video_element/gadget_videosink.cc.orig -+++ extensions/gst_video_element/gadget_videosink.cc -@@ -459,10 +459,10 @@ - nom = gst_value_get_fraction_numerator(videosink->par_); - den = gst_value_get_fraction_denominator(videosink->par_); - gst_structure_set(structure, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, nom, den, NULL); -+ GST_TYPE_FRACTION, nom, den, (gchar*)0); - } else { - gst_structure_set(structure, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, 1, 1, NULL); -+ GST_TYPE_FRACTION, 1, 1, (gchar*)0); - } - } - -@@ -672,18 +672,18 @@ - desired_caps = gst_caps_copy(caps); - desired_struct = gst_caps_get_structure(desired_caps, 0); - -- gst_structure_set (desired_struct, "width", G_TYPE_INT, result.w, NULL); -- gst_structure_set (desired_struct, "height", G_TYPE_INT, result.h, NULL); -+ gst_structure_set (desired_struct, "width", G_TYPE_INT, result.w, (gchar*)0); -+ gst_structure_set (desired_struct, "height", G_TYPE_INT, result.h, (gchar*)0); - - // PAR property overrides the default one. - if (videosink->par_) { - nom = gst_value_get_fraction_numerator(videosink->par_); - den = gst_value_get_fraction_denominator(videosink->par_); - gst_structure_set(desired_struct, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, nom, den, NULL); -+ GST_TYPE_FRACTION, nom, den, (gchar*)0); - } else { - gst_structure_set(desired_struct, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, 1, 1, NULL); -+ GST_TYPE_FRACTION, 1, 1, (gchar*)0); - } - - // see if peer accepts our new suggestion, if there is no peer, this -@@ -895,7 +895,7 @@ - nom = gst_value_get_fraction_numerator(par_); - den = gst_value_get_fraction_denominator(par_); - gst_caps_set_simple(caps_, const_cast<gchar*>("pixel-aspect-ratio"), -- GST_TYPE_FRACTION, 1, 1, NULL); -+ GST_TYPE_FRACTION, 1, 1, (gchar*)0); - } - - // This function converts the image format if necessary, puts the image into diff --git a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc b/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc deleted file mode 100644 index 96dfaf456..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc +++ /dev/null @@ -1,123 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc,v 1.2 2008/11/23 22:51:45 miwi Exp $ - ---- extensions/gst_video_element/gst_video_element.cc.orig -+++ extensions/gst_video_element/gst_video_element.cc -@@ -125,7 +125,7 @@ - return; - } else { - g_object_get(G_OBJECT(videosink_), -- "receive-image-handler", &receive_image_handler_, NULL); -+ "receive-image-handler", &receive_image_handler_, (gchar*)0); - if (!receive_image_handler_) { - gst_object_unref(GST_OBJECT(playbin_)); - gst_object_unref(GST_OBJECT(videosink_)); -@@ -135,7 +135,7 @@ - } - - // Set videosink to receive video output. -- g_object_set(G_OBJECT(playbin_), "video-sink", videosink_, NULL); -+ g_object_set(G_OBJECT(playbin_), "video-sink", videosink_, (gchar*)0); - - // Create new audio sink with panorama support if possible. - GstElement *audiosink = NULL; -@@ -161,15 +161,15 @@ - GstElement *audiobin = gst_bin_new("audiobin"); - GstPad *sinkpad; - if (volume_ && panorama_) { -- gst_bin_add_many(GST_BIN(audiobin), volume_, panorama_, audiosink, NULL); -- gst_element_link_many(volume_, panorama_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), volume_, panorama_, audiosink, (gchar*)0); -+ gst_element_link_many(volume_, panorama_, audiosink, (gchar*)0); - sinkpad = gst_element_get_pad(volume_, "sink"); - } else if (volume_) { -- gst_bin_add_many(GST_BIN(audiobin), volume_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), volume_, audiosink, (gchar*)0); - gst_element_link(volume_, audiosink); - sinkpad = gst_element_get_pad(volume_, "sink"); - } else { -- gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, (gchar*)0); - gst_element_link(panorama_, audiosink); - sinkpad = gst_element_get_pad(panorama_, "sink"); - } -@@ -179,7 +179,7 @@ - } - - // Set audio-sink to our new audiosink. -- g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, NULL); -+ g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, (gchar*)0); - - // Watch the message bus. - // The host using this class must use a g_main_loop to capture the -@@ -357,14 +357,14 @@ - - src_ = src; - media_changed_ = true; -- g_object_set(G_OBJECT(playbin_), "uri", src_.c_str(), NULL); -+ g_object_set(G_OBJECT(playbin_), "uri", src_.c_str(), (gchar*)0); - } - } - - int GstVideoElement::GetVolume() const { - if (playbin_) { - double volume; -- g_object_get(G_OBJECT(playbin_), "volume", &volume, NULL); -+ g_object_get(G_OBJECT(playbin_), "volume", &volume, (gchar*)0); - int gg_volume = static_cast<int>((volume / kMaxGstVolume) * - (kMaxVolume - kMinVolume) + kMinVolume); - return Clamp(gg_volume, kMinVolume, kMaxVolume); -@@ -381,7 +381,7 @@ - } - gdouble gg_volume = ((gdouble(volume - kMinVolume) / - (kMaxVolume - kMinVolume)) * kMaxGstVolume); -- g_object_set(G_OBJECT(playbin_), "volume", gg_volume, NULL); -+ g_object_set(G_OBJECT(playbin_), "volume", gg_volume, (gchar*)0); - } else { - DLOG("Playbin was not initialized correctly."); - } -@@ -403,7 +403,7 @@ - int GstVideoElement::GetBalance() const { - if (playbin_ && panorama_) { - gfloat balance; -- g_object_get(G_OBJECT(panorama_), "panorama", &balance, NULL); -+ g_object_get(G_OBJECT(panorama_), "panorama", &balance, (gchar*)0); - int gg_balance = static_cast<int>(((balance + 1) / 2) * - (kMaxBalance - kMinBalance) + - kMinBalance); -@@ -426,7 +426,7 @@ - } - gfloat gg_balance = (gfloat(balance - kMinBalance) / - (kMaxBalance - kMinBalance)) * 2 - 1; -- g_object_set(G_OBJECT(panorama_), "panorama", gg_balance, NULL); -+ g_object_set(G_OBJECT(panorama_), "panorama", gg_balance, (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -438,7 +438,7 @@ - bool GstVideoElement::IsMute() const { - if (playbin_ && volume_) { - gboolean mute; -- g_object_get(G_OBJECT(volume_), "mute", &mute, NULL); -+ g_object_get(G_OBJECT(volume_), "mute", &mute, (gchar*)0); - return static_cast<bool>(mute); - } else { - if (!playbin_) -@@ -451,7 +451,7 @@ - - void GstVideoElement::SetMute(bool mute) { - if (playbin_ && volume_) { -- g_object_set(G_OBJECT(volume_), "mute", static_cast<gboolean>(mute), NULL); -+ g_object_set(G_OBJECT(volume_), "mute", static_cast<gboolean>(mute), (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -464,7 +464,7 @@ - if (playbin_ && videosink_) { - g_object_set(G_OBJECT(videosink_), - "geometry-width", static_cast<int>(width), -- "geometry-height", static_cast<int>(height), NULL); -+ "geometry-height", static_cast<int>(height), (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); diff --git a/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc b/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc deleted file mode 100644 index a47712b00..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc,v 1.2 2009/01/15 12:11:25 miwi Exp $ - ---- extensions/gtk_system_framework/gtk_system_framework.cc.orig -+++ extensions/gtk_system_framework/gtk_system_framework.cc -@@ -137,7 +137,7 @@ - whole_title.c_str(), NULL, action, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OK, GTK_RESPONSE_OK, -- NULL); -+ (gint*)0); - gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_CENTER); - - if (action == GTK_FILE_CHOOSER_ACTION_SAVE) { diff --git a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am b/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am deleted file mode 100644 index 701f34ec7..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am,v 1.2 2009/01/15 12:11:25 miwi Exp $ - ---- extensions/gtkmoz_browser_element/Makefile.am.orig -+++ extensions/gtkmoz_browser_element/Makefile.am -@@ -63,8 +63,7 @@ - - gtkmoz_browser_child_LDADD = $(GTK2_LIBS) \ - $(GTKMOZEMBED_LIBS) \ -- $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ -- -ldl -+ $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la - - gtkmoz_browser_child_LDFLAGS = $(GTKMOZEMBED_LDFLAGS) - diff --git a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc b/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc deleted file mode 100644 index 747438cdb..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc,v 1.3 2009/03/08 12:53:52 beat Exp $ - ---- extensions/gtkmoz_browser_element/browser_element.cc.orig -+++ extensions/gtkmoz_browser_element/browser_element.cc -@@ -164,7 +164,7 @@ - std::string up_fd_str = StringPrintf("%d", up_fds[1]); - for (size_t i = 0; kBrowserChildNames[i]; ++i) { - execl(kBrowserChildNames[i], kBrowserChildNames[i], -- down_fd_str.c_str(), up_fd_str.c_str(), NULL); -+ down_fd_str.c_str(), up_fd_str.c_str(), (char*)0); - } - LOG("Failed to execute browser child"); - _exit(-1); diff --git a/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc b/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc deleted file mode 100644 index b12321525..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc,v 1.1 2010/01/09 19:30:45 pav Exp $ - ---- extensions/gtkwebkit_browser_element/browser_element.cc.orig -+++ extensions/gtkwebkit_browser_element/browser_element.cc -@@ -540,7 +540,7 @@ - Impl *impl) { - if (!impl->owner_) return; - gint width = 0; -- g_object_get(features, "width", &width, NULL); -+ g_object_get(features, "width", &width, (const gchar*)0); - ScopedLogContext log_context(impl->owner_->GetView()->GetGadget()); - DLOG("WebViewWindowWidthNotify(Impl=%p, width=%d)", impl, width); - } -@@ -550,7 +550,7 @@ - Impl *impl) { - if (!impl->owner_) return; - gint height = 0; -- g_object_get(features, "height", &height, NULL); -+ g_object_get(features, "height", &height, (const gchar*)0); - ScopedLogContext log_context(impl->owner_->GetView()->GetGadget()); - DLOG("WebViewWindowHeightNotify(Impl=%p, width=%d)", impl, height); - } diff --git a/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc b/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc deleted file mode 100644 index cfb78e594..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc,v 1.2 2008/10/19 14:59:03 miwi Exp $ - ---- extensions/linux_system_framework/file_system.cc.orig -+++ extensions/linux_system_framework/file_system.cc -@@ -463,8 +463,8 @@ - if (stat(path, &stat_value)) - return Date(0); - -- return Date(stat_value.st_mtim.tv_sec * 1000 -- + stat_value.st_mtim.tv_nsec / 1000000); -+ return Date(statbuf.st_mtimespec.tv_sec * 1000 -+ + statbuf.st_mtimespec.tv_nsec / 1000000); - } - - static Date GetDateLastAccessed(const char *path) { -@@ -476,8 +476,8 @@ - if (stat(path, &stat_value)) - return Date(0); - -- return Date(stat_value.st_atim.tv_sec * 1000 -- + stat_value.st_atim.tv_nsec / 1000000); -+ return Date(statbuf.st_atimespec.tv_sec * 1000 -+ + statbuf.st_atimespec.tv_nsec / 1000000); - } - - class Drive : public DriveInterface { diff --git a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am b/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am deleted file mode 100644 index df06e8234..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am,v 1.1 2008/11/23 22:51:45 miwi Exp $ - ---- extensions/smjs_script_runtime/Makefile.am.orig -+++ extensions/smjs_script_runtime/Makefile.am -@@ -72,8 +72,7 @@ - smjs_script_runtime_la_LIBADD = \ - $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ - libggadget-smjs.la \ -- $(LIBMOZJS_LIBS) \ -- -ldl -+ $(LIBMOZJS_LIBS) - - smjs_script_runtime_la_LDFLAGS = \ - -avoid-version \ diff --git a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am b/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am deleted file mode 100644 index 4ce89a660..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am,v 1.1 2008/11/23 22:51:45 miwi Exp $ - ---- extensions/smjs_script_runtime/tests/Makefile.am.orig -+++ extensions/smjs_script_runtime/tests/Makefile.am -@@ -30,8 +30,7 @@ - $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ - $(top_builddir)/ggadget/js/libggadget-js@GGL_EPOCH@.la \ - $(top_builddir)/third_party/editline/libeditline.la \ -- $(LIBMOZJS_LIBS) \ -- -ldl -+ $(LIBMOZJS_LIBS) - - check_PROGRAMS = cross_context_test \ - dom_test_shell \ diff --git a/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc b/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc deleted file mode 100644 index 9051e3f02..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc,v 1.1 2010/01/09 19:30:45 pav Exp $ - ---- extensions/soup_xml_http_request/soup_xml_http_request.cc.orig -+++ extensions/soup_xml_http_request/soup_xml_http_request.cc -@@ -1004,7 +1004,7 @@ - it != sessions_.end(); ++it) { - g_object_set(G_OBJECT(it->second), - SOUP_SESSION_USER_AGENT, default_user_agent_.c_str(), -- NULL); -+ (const gchar*)0); - } - } - } -@@ -1016,7 +1016,7 @@ - #ifdef HAVE_LIBSOUP_GNOME - SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_GNOME, - #endif -- NULL); -+ (const char*)0); - - if (session) { - #ifdef SOUP_XHR_VERBOSE -@@ -1031,7 +1031,7 @@ - #ifdef GGL_DEFAULT_SSL_CA_FILE - SOUP_SESSION_SSL_CA_FILE, GGL_DEFAULT_SSL_CA_FILE, - #endif -- NULL); -+ (const gchar*)0); - - g_signal_connect(G_OBJECT(session), "authenticate", - G_CALLBACK(AuthenticateCallback), this); diff --git a/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc b/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc deleted file mode 100644 index 1f72a3afc..000000000 --- a/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc,v 1.1 2008/10/19 14:59:03 miwi Exp $ - ---- gadgets/designer/designer_script_utils.cc.orig -+++ gadgets/designer/designer_script_utils.cc -@@ -231,7 +231,7 @@ - if ((pid = fork()) == 0) { - if (fork() != 0) - _exit(0); -- execlp(command, command, file, NULL); -+ execlp(command, command, file, (char*)0); - DLOG("Failed to exec command: %s", command); - _exit(-1); - } diff --git a/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc b/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc deleted file mode 100644 index 22b385665..000000000 --- a/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ggadget/gtk/utilities.cc.orig 2008-12-03 18:01:36.000000000 +1000 -+++ ggadget/gtk/utilities.cc 2009-01-07 00:52:52.000000000 +1000 -@@ -83,7 +83,7 @@ - "%s", message); - gtk_dialog_add_buttons(GTK_DIALOG(dialog), GTK_STOCK_NO, GTK_RESPONSE_NO, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, -- GTK_STOCK_YES, GTK_RESPONSE_YES, NULL); -+ GTK_STOCK_YES, GTK_RESPONSE_YES, (const gchar*)0); - gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_YES); - } else { - dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, diff --git a/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am b/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am deleted file mode 100644 index a802e097e..000000000 --- a/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am,v 1.1 2008/11/23 22:51:45 miwi Exp $ - ---- ggadget/npapi/Makefile.am.orig -+++ ggadget/npapi/Makefile.am -@@ -44,8 +44,7 @@ - - libggadget_npapi@GGL_EPOCH@_la_LIBADD = \ - $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ -- $(X_LIBS) \ -- -ldl -+ $(X_LIBS) - - libggadget_npapi@GGL_EPOCH@_la_LDFLAGS = \ - -version-info $(LIBGGADGET_VERSION) \ diff --git a/deskutils/google-gadgets/pkg-descr b/deskutils/google-gadgets/pkg-descr deleted file mode 100644 index 414555d6f..000000000 --- a/deskutils/google-gadgets/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Google Gadgets for Linux provides a platform for running desktop -gadgets under Linux, catering to the unique needs of Linux users. - -WWW: http://code.google.com/p/google-gadgets-for-linux/ diff --git a/deskutils/google-gadgets/pkg-plist b/deskutils/google-gadgets/pkg-plist deleted file mode 100644 index e220c9d4b..000000000 --- a/deskutils/google-gadgets/pkg-plist +++ /dev/null @@ -1,289 +0,0 @@ -%%GTK%%bin/ggl-gtk -%%QT%%bin/ggl-qt -include/google-gadgets/ggadget/anchor_element.h -include/google-gadgets/ggadget/audioclip_interface.h -include/google-gadgets/ggadget/backoff.h -include/google-gadgets/ggadget/basic_element.h -include/google-gadgets/ggadget/button_element.h -include/google-gadgets/ggadget/canvas_interface.h -include/google-gadgets/ggadget/canvas_utils.h -include/google-gadgets/ggadget/checkbox_element.h -include/google-gadgets/ggadget/clip_region.h -include/google-gadgets/ggadget/color.h -include/google-gadgets/ggadget/combobox_element.h -include/google-gadgets/ggadget/common.h -include/google-gadgets/ggadget/content_item.h -include/google-gadgets/ggadget/contentarea_element.h -include/google-gadgets/ggadget/copy_element.h -include/google-gadgets/ggadget/dbus/dbus_proxy.h -include/google-gadgets/ggadget/dbus/dbus_result_receiver.h -include/google-gadgets/ggadget/decorated_view_host.h -include/google-gadgets/ggadget/details_view_data.h -include/google-gadgets/ggadget/details_view_decorator.h -include/google-gadgets/ggadget/digest_utils.h -include/google-gadgets/ggadget/dir_file_manager.h -include/google-gadgets/ggadget/display_window.h -include/google-gadgets/ggadget/div_element.h -include/google-gadgets/ggadget/docked_main_view_decorator.h -include/google-gadgets/ggadget/edit_element_base.h -include/google-gadgets/ggadget/element_factory.h -include/google-gadgets/ggadget/elements.h -include/google-gadgets/ggadget/encryptor_interface.h -include/google-gadgets/ggadget/event.h -include/google-gadgets/ggadget/extension_manager.h -include/google-gadgets/ggadget/file_manager_factory.h -include/google-gadgets/ggadget/file_manager_interface.h -include/google-gadgets/ggadget/file_manager_wrapper.h -include/google-gadgets/ggadget/file_system_interface.h -include/google-gadgets/ggadget/floating_main_view_decorator.h -include/google-gadgets/ggadget/font_interface.h -include/google-gadgets/ggadget/framed_view_decorator_base.h -include/google-gadgets/ggadget/framework_interface.h -include/google-gadgets/ggadget/gadget.h -include/google-gadgets/ggadget/gadget_consts.h -include/google-gadgets/ggadget/gadget_manager_interface.h -include/google-gadgets/ggadget/graphics_interface.h -%%GTK%%include/google-gadgets/ggadget/gtk/cairo_graphics.h -%%GTK%%include/google-gadgets/ggadget/gtk/hotkey.h -%%GTK%%include/google-gadgets/ggadget/gtk/key_convert.h -%%GTK%%include/google-gadgets/ggadget/gtk/main_loop.h -%%GTK%%include/google-gadgets/ggadget/gtk/menu_builder.h -%%GTK%%include/google-gadgets/ggadget/gtk/npapi_plugin_element.h -%%GTK%%include/google-gadgets/ggadget/gtk/single_view_host.h -%%GTK%%include/google-gadgets/ggadget/gtk/tooltip.h -%%GTK%%include/google-gadgets/ggadget/gtk/utilities.h -%%GTK%%include/google-gadgets/ggadget/gtk/view_widget_binder.h -include/google-gadgets/ggadget/host_interface.h -include/google-gadgets/ggadget/host_utils.h -include/google-gadgets/ggadget/image_cache.h -include/google-gadgets/ggadget/image_interface.h -include/google-gadgets/ggadget/img_element.h -include/google-gadgets/ggadget/item_element.h -include/google-gadgets/ggadget/js/js_utils.h -include/google-gadgets/ggadget/js/jscript_massager.h -include/google-gadgets/ggadget/label_element.h -include/google-gadgets/ggadget/light_map.h -include/google-gadgets/ggadget/listbox_element.h -include/google-gadgets/ggadget/locales.h -include/google-gadgets/ggadget/localized_file_manager.h -include/google-gadgets/ggadget/logger.h -include/google-gadgets/ggadget/main_loop_interface.h -include/google-gadgets/ggadget/main_view_decorator_base.h -include/google-gadgets/ggadget/math_utils.h -include/google-gadgets/ggadget/memory_options.h -include/google-gadgets/ggadget/menu_interface.h -include/google-gadgets/ggadget/messages.h -include/google-gadgets/ggadget/module.h -include/google-gadgets/ggadget/npapi/npapi_plugin.h -include/google-gadgets/ggadget/object_element.h -include/google-gadgets/ggadget/object_videoplayer.h -include/google-gadgets/ggadget/options_interface.h -include/google-gadgets/ggadget/permissions.h -include/google-gadgets/ggadget/popout_main_view_decorator.h -include/google-gadgets/ggadget/progressbar_element.h -%%QT%%include/google-gadgets/ggadget/qt/qt_graphics.h -%%QT%%include/google-gadgets/ggadget/qt/qt_main_loop.h -%%QT%%include/google-gadgets/ggadget/qt/qt_menu.h -%%QT%%include/google-gadgets/ggadget/qt/qt_view_host.h -%%QT%%include/google-gadgets/ggadget/qt/qt_view_widget.h -%%QT%%include/google-gadgets/ggadget/qt/utilities.h -include/google-gadgets/ggadget/registerable_interface.h -include/google-gadgets/ggadget/run_once.h -include/google-gadgets/ggadget/scoped_ptr.h -include/google-gadgets/ggadget/script_context_interface.h -include/google-gadgets/ggadget/script_runtime_interface.h -include/google-gadgets/ggadget/script_runtime_manager.h -include/google-gadgets/ggadget/scriptable_array.h -include/google-gadgets/ggadget/scriptable_binary_data.h -include/google-gadgets/ggadget/scriptable_enumerator.h -include/google-gadgets/ggadget/scriptable_event.h -include/google-gadgets/ggadget/scriptable_file_system.h -include/google-gadgets/ggadget/scriptable_framework.h -include/google-gadgets/ggadget/scriptable_function.h -include/google-gadgets/ggadget/scriptable_helper.h -include/google-gadgets/ggadget/scriptable_holder.h -include/google-gadgets/ggadget/scriptable_image.h -include/google-gadgets/ggadget/scriptable_interface.h -include/google-gadgets/ggadget/scriptable_map.h -include/google-gadgets/ggadget/scriptable_menu.h -include/google-gadgets/ggadget/scriptable_options.h -include/google-gadgets/ggadget/scriptable_view.h -include/google-gadgets/ggadget/scrollbar_element.h -include/google-gadgets/ggadget/scrolling_element.h -include/google-gadgets/ggadget/sidebar.h -include/google-gadgets/ggadget/signals.h -include/google-gadgets/ggadget/slot.h -include/google-gadgets/ggadget/small_object.h -include/google-gadgets/ggadget/string_utils.h -include/google-gadgets/ggadget/system_utils.h -include/google-gadgets/ggadget/text_frame.h -include/google-gadgets/ggadget/texture.h -include/google-gadgets/ggadget/unicode_utils.h -include/google-gadgets/ggadget/usage_collector_interface.h -include/google-gadgets/ggadget/uuid.h -include/google-gadgets/ggadget/variant.h -include/google-gadgets/ggadget/video_element_base.h -include/google-gadgets/ggadget/view.h -include/google-gadgets/ggadget/view_decorator_base.h -include/google-gadgets/ggadget/view_element.h -include/google-gadgets/ggadget/view_host_interface.h -include/google-gadgets/ggadget/view_interface.h -include/google-gadgets/ggadget/xdg/desktop_entry.h -include/google-gadgets/ggadget/xdg/utilities.h -include/google-gadgets/ggadget/xml_dom.h -include/google-gadgets/ggadget/xml_dom_interface.h -include/google-gadgets/ggadget/xml_http_request_interface.h -include/google-gadgets/ggadget/xml_http_request_utils.h -include/google-gadgets/ggadget/xml_parser_interface.h -include/google-gadgets/ggadget/xml_utils.h -include/google-gadgets/ggadget/zip_file_manager.h -%%GTK%%%%MOZILLA%%lib/google-gadgets/gtkmoz-browser-child -lib/google-gadgets/include/ggadget/sysdeps.h -lib/google-gadgets/modules/analytics-usage-collector.a -lib/google-gadgets/modules/analytics-usage-collector.la -lib/google-gadgets/modules/analytics-usage-collector.so -lib/google-gadgets/modules/curl-xml-http-request.a -lib/google-gadgets/modules/curl-xml-http-request.la -lib/google-gadgets/modules/curl-xml-http-request.so -lib/google-gadgets/modules/dbus-script-class.a -lib/google-gadgets/modules/dbus-script-class.la -lib/google-gadgets/modules/dbus-script-class.so -lib/google-gadgets/modules/default-framework.a -lib/google-gadgets/modules/default-framework.la -lib/google-gadgets/modules/default-framework.so -lib/google-gadgets/modules/default-options.a -lib/google-gadgets/modules/default-options.la -lib/google-gadgets/modules/default-options.so -lib/google-gadgets/modules/google-gadget-manager.a -lib/google-gadgets/modules/google-gadget-manager.la -lib/google-gadgets/modules/google-gadget-manager.so -lib/google-gadgets/modules/gst-audio-framework.a -lib/google-gadgets/modules/gst-audio-framework.la -lib/google-gadgets/modules/gst-audio-framework.so -lib/google-gadgets/modules/gst-video-element.a -lib/google-gadgets/modules/gst-video-element.la -lib/google-gadgets/modules/gst-video-element.so -%%GTK%%lib/google-gadgets/modules/gtk-edit-element.a -%%GTK%%lib/google-gadgets/modules/gtk-edit-element.la -%%GTK%%lib/google-gadgets/modules/gtk-edit-element.so -%%GTK%%lib/google-gadgets/modules/gtk-flash-element.a -%%GTK%%lib/google-gadgets/modules/gtk-flash-element.la -%%GTK%%lib/google-gadgets/modules/gtk-flash-element.so -%%GTK%%lib/google-gadgets/modules/gtk-system-framework.a -%%GTK%%lib/google-gadgets/modules/gtk-system-framework.la -%%GTK%%lib/google-gadgets/modules/gtk-system-framework.so -%%GTK%%%%MOZILLA%%lib/google-gadgets/modules/gtkmoz-browser-element.a -%%GTK%%%%MOZILLA%%lib/google-gadgets/modules/gtkmoz-browser-element.la -%%GTK%%%%MOZILLA%%lib/google-gadgets/modules/gtkmoz-browser-element.so -%%GTKWEBKIT%%lib/google-gadgets/modules/gtkwebkit-browser-element.a -%%GTKWEBKIT%%lib/google-gadgets/modules/gtkwebkit-browser-element.la -%%GTKWEBKIT%%lib/google-gadgets/modules/gtkwebkit-browser-element.so -lib/google-gadgets/modules/html-flash-element.a -lib/google-gadgets/modules/html-flash-element.la -lib/google-gadgets/modules/html-flash-element.so -lib/google-gadgets/modules/libxml2-xml-parser.a -lib/google-gadgets/modules/libxml2-xml-parser.la -lib/google-gadgets/modules/libxml2-xml-parser.so -%%QT%%lib/google-gadgets/modules/qt-edit-element.a -%%QT%%lib/google-gadgets/modules/qt-edit-element.la -%%QT%%lib/google-gadgets/modules/qt-edit-element.so -%%QT%%lib/google-gadgets/modules/qt-script-runtime.a -%%QT%%lib/google-gadgets/modules/qt-script-runtime.la -%%QT%%lib/google-gadgets/modules/qt-script-runtime.so -%%QT%%lib/google-gadgets/modules/qt-system-framework.a -%%QT%%lib/google-gadgets/modules/qt-system-framework.la -%%QT%%lib/google-gadgets/modules/qt-system-framework.so -%%QT%%lib/google-gadgets/modules/qt-xml-http-request.a -%%QT%%lib/google-gadgets/modules/qt-xml-http-request.la -%%QT%%lib/google-gadgets/modules/qt-xml-http-request.so -%%QT%%lib/google-gadgets/modules/qtwebkit-browser-element.a -%%QT%%lib/google-gadgets/modules/qtwebkit-browser-element.la -%%QT%%lib/google-gadgets/modules/qtwebkit-browser-element.so -%%MOZILLA%%lib/google-gadgets/modules/smjs-script-runtime.a -%%MOZILLA%%lib/google-gadgets/modules/smjs-script-runtime.la -%%MOZILLA%%lib/google-gadgets/modules/smjs-script-runtime.so -%%GTK%%lib/google-gadgets/modules/soup-xml-http-request.a -%%GTK%%lib/google-gadgets/modules/soup-xml-http-request.la -%%GTK%%lib/google-gadgets/modules/soup-xml-http-request.so -%%GTKWEBKIT%%lib/google-gadgets/modules/webkit-script-runtime.a -%%GTKWEBKIT%%lib/google-gadgets/modules/webkit-script-runtime.la -%%GTKWEBKIT%%lib/google-gadgets/modules/webkit-script-runtime.so -lib/libggadget-1.0.a -lib/libggadget-1.0.la -lib/libggadget-1.0.so -lib/libggadget-1.0.so.0 -lib/libggadget-dbus-1.0.a -lib/libggadget-dbus-1.0.la -lib/libggadget-dbus-1.0.so -lib/libggadget-dbus-1.0.so.0 -%%GTK%%lib/libggadget-gtk-1.0.a -%%GTK%%lib/libggadget-gtk-1.0.la -%%GTK%%lib/libggadget-gtk-1.0.so -%%GTK%%lib/libggadget-gtk-1.0.so.0 -lib/libggadget-js-1.0.a -lib/libggadget-js-1.0.la -lib/libggadget-js-1.0.so -lib/libggadget-js-1.0.so.0 -lib/libggadget-npapi-1.0.a -lib/libggadget-npapi-1.0.la -lib/libggadget-npapi-1.0.so -lib/libggadget-npapi-1.0.so.0 -%%QT%%lib/libggadget-qt-1.0.a -%%QT%%lib/libggadget-qt-1.0.la -%%QT%%lib/libggadget-qt-1.0.so -%%QT%%lib/libggadget-qt-1.0.so.0 -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.a -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.la -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.so -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.so.0 -lib/libggadget-xdg-1.0.a -lib/libggadget-xdg-1.0.la -lib/libggadget-xdg-1.0.so -lib/libggadget-xdg-1.0.so.0 -libdata/pkgconfig/libggadget-1.0.pc -libdata/pkgconfig/libggadget-dbus-1.0.pc -%%GTK%%libdata/pkgconfig/libggadget-gtk-1.0.pc -libdata/pkgconfig/libggadget-js-1.0.pc -libdata/pkgconfig/libggadget-npapi-1.0.pc -%%QT%%libdata/pkgconfig/libggadget-qt-1.0.pc -libdata/pkgconfig/libggadget-xdg-1.0.pc -%%GTK%%share/applications/ggl-designer.desktop -%%GTK%%share/applications/ggl-gtk.desktop -%%QT%%share/applications/ggl-qt.desktop -%%DATADIR%%/analog-clock.gg -%%DATADIR%%/designer.gg -%%DATADIR%%/digital-alarm-clock.gg -%%DATADIR%%/google-gadget-browser.gg -%%DATADIR%%/igoogle.gg -%%DATADIR%%/photos.gg -%%DATADIR%%/resources.gg -%%DATADIR%%/rss.gg -share/icons/hicolor/128x128/apps/google-gadgets.png -share/icons/hicolor/128x128/mimetypes/application-x-google-gadget.png -share/icons/hicolor/192x192/apps/google-gadgets.png -share/icons/hicolor/192x192/mimetypes/application-x-google-gadget.png -share/icons/hicolor/32x32/apps/google-gadgets.png -share/icons/hicolor/32x32/mimetypes/application-x-google-gadget.png -share/icons/hicolor/48x48/apps/google-gadgets.png -share/icons/hicolor/48x48/mimetypes/application-x-google-gadget.png -share/icons/hicolor/64x64/apps/google-gadgets.png -share/icons/hicolor/64x64/mimetypes/application-x-google-gadget.png -share/mime/packages/00-google-gadgets.xml -share/pixmaps/google-gadgets.png -@dirrm %%DATADIR%% -@dirrm lib/google-gadgets/modules -@dirrm lib/google-gadgets/include/ggadget -@dirrm lib/google-gadgets/include -@dirrm lib/google-gadgets -@dirrm include/google-gadgets/ggadget/xdg -%%QT%%@dirrm include/google-gadgets/ggadget/qt -@dirrm include/google-gadgets/ggadget/npapi -@dirrm include/google-gadgets/ggadget/js -%%GTK%%@dirrm include/google-gadgets/ggadget/gtk -@dirrm include/google-gadgets/ggadget/dbus -@dirrm include/google-gadgets/ggadget -@dirrm include/google-gadgets -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile deleted file mode 100644 index ef17da731..000000000 --- a/deskutils/xfce4-tumbler/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: tumbler -# Date created: 2010-12-03 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= tumbler -PORTVERSION= 0.1.21 -PORTREVISION= 1 -CATEGORIES= deskutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} -PKGNAMEPREFIX= xfce4- -DIST_SUBDIR= xfce4 - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Thumbnail service for Xfce desktop - -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig -USE_LDCONFIG= yes -USE_XFCE= configenv - -CONFIGURE_ARGS= --enable-xdg-cache \ - --disable-gtk-doc-html - -OPTIONS= NLS "Enable Native Language Support" on \ - APIDOCS "Install api documentation" off \ - PIXBUF "Enable gdk-pixbuf plugin thumbnailer" on \ - FONTS "Enable fonts plugin thumbnailer" on \ - JPEG "Enable JPEG and EXIF plugin thumbnailer" on \ - FFMPEG "Enable FFMPEG plugin thumbnailer" off \ - POPPLER "Enable PDF/PS plugin thumbnailer" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if defined(WITHOUT_APIDOCS) -CONFIGURE_ARGS+=--without-html-dir -PLIST_SUB+= APIDOCS="@comment " -.else -CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html -PLIST_SUB+= APIDOCS="" -.endif - -.if !defined(WITHOUT_PIXBUF) -USE_GNOME+= gdkpixbuf2 -CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer -PLIST_SUB+= PIXBUF="" -.else -CONFIGURE_ARGS+=--disable-pixbuf-thumbnailer -PLIST_SUB+= PIXBUF="@comment " -.endif - -.if !defined(WITHOUT_FONTS) -CONFIGURE_ARGS+=--enable-font-thumbnailer -PLIST_SUB+= FONTS="" -.else -CONFIGURE_ARGS+=--disable-font-thumbnailer -PLIST_SUB+= FONTS="@comment " -.endif - -.if !defined(WITHOUT_JPEG) -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - exif.12:${PORTSDIR}/graphics/exif -CONFIGURE_ARGS+=--enable-jpeg-thumbnailer -PLIST_SUB+= JPEG="" -.else -CONFIGURE_ARGS+=--disable-jpeg-thumbnailer -PLIST_SUB+= JPEG="@comment " -.endif - -.if !defined(WITHOUT_FFMPEG) -LIB_DEPENDS+= ffmpegthumbnailer.4:${PORTSDIR}/multimedia/ffmpegthumbnailer -CONFIGURE_ARGS+=--enable-ffmpeg-thumbnailer -PLIST_SUB+= FFMPEG="" -.else -CONFIGURE_ARGS+=--disable-ffmpeg-thumbnailer -PLIST_SUB+= FFMPEG="@comment " -.endif - -.if !defined(WITHOUT_POPPLER) -LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk -CONFIGURE_ARGS+=--enable-poppler-thumbnailer -PLIST_SUB+= POPPLER="" -.else -CONFIGURE_ARGS+=--disable-poppler-thumbnailer -PLIST_SUB+= POPPLER="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/xfce4-tumbler/distinfo b/deskutils/xfce4-tumbler/distinfo deleted file mode 100644 index a8e15f83b..000000000 --- a/deskutils/xfce4-tumbler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xfce4/tumbler-0.1.21.tar.bz2) = 348ac093e3be000d064c94d0856e3da3b6df0c8a98f87695ff548a77edf602a6 -SIZE (xfce4/tumbler-0.1.21.tar.bz2) = 451812 diff --git a/deskutils/xfce4-tumbler/pkg-descr b/deskutils/xfce4-tumbler/pkg-descr deleted file mode 100644 index 7c9a3ae58..000000000 --- a/deskutils/xfce4-tumbler/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Tumbler, is thumbnail service implementing the thumbnail management D-BUS -specification. - -WWW: http://git.xfce.org/apps/tumbler/ diff --git a/deskutils/xfce4-tumbler/pkg-plist b/deskutils/xfce4-tumbler/pkg-plist deleted file mode 100644 index 68d2478da..000000000 --- a/deskutils/xfce4-tumbler/pkg-plist +++ /dev/null @@ -1,121 +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 -lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so -lib/tumbler-1/plugins/cache/tumbler-xdg-cache.a -lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la -lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.a -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so -%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.a -%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.la -%%FONTS%%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 -%%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.a -%%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la -%%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.a -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so -lib/tumbler-1/tumblerd -libdata/pkgconfig/tumbler-1.pc -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 -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerCache.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnail.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html -%%APIDOCS%%share/gtk-doc/html/tumbler/api-index-full.html -%%APIDOCS%%share/gtk-doc/html/tumbler/extension-api.html -%%APIDOCS%%share/gtk-doc/html/tumbler/extension-tutorial.html -%%APIDOCS%%share/gtk-doc/html/tumbler/home.png -%%APIDOCS%%share/gtk-doc/html/tumbler/index.html -%%APIDOCS%%share/gtk-doc/html/tumbler/index.sgml -%%APIDOCS%%share/gtk-doc/html/tumbler/left.png -%%APIDOCS%%share/gtk-doc/html/tumbler/miscellaneous.html -%%APIDOCS%%share/gtk-doc/html/tumbler/object-tree.html -%%APIDOCS%%share/gtk-doc/html/tumbler/pt01.html -%%APIDOCS%%share/gtk-doc/html/tumbler/right.png -%%APIDOCS%%share/gtk-doc/html/tumbler/style.css -%%APIDOCS%%share/gtk-doc/html/tumbler/thumbnails.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-file-info.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp2 -%%APIDOCS%%share/gtk-doc/html/tumbler/up.png -%%NLS%%share/locale/ar/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ast/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/bn/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ca/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/cs/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/da/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/de/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/el/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/eu/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/fi/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/fr/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/gl/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/he/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/hu/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/id/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/it/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ja/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/kk/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/lv/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/nb/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pa/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pl/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pt/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ro/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ru/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/si/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/sv/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/tr/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ug/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/uk/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/tumbler.mo -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/si -%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kk -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -%%APIDOCS%%@dirrm share/gtk-doc/html/tumbler -%%APIDOCS%%@dirrmtry share/gtk-doc/html -%%APIDOCS%%@dirrmtry share/gtk-doc -@dirrm lib/tumbler-1/plugins/cache -@dirrm lib/tumbler-1/plugins -@dirrm lib/tumbler-1 -@dirrm include/tumbler-1/tumbler -@dirrm include/tumbler-1 |