diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 07:12:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 07:12:47 +0800 |
commit | c02b03a2057196912df7e5b8a6494f2557b74297 (patch) | |
tree | 9d4df288f77dfc31f41e21863356f23ad1ad87e9 | |
parent | a1ba0b10c15818d7c9cf2829be4cc54b9c56e27f (diff) | |
download | marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.gz marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.zst marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.zip |
Chase webkit-gtk2 shlib name change libwebkit-1.0.so.13 -> libwebkitgtk-1.0.so.0
Bump portrevision except broken ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15365 df743ca5-7f9a-e211-a948-0013205c9059
155 files changed, 11095 insertions, 3 deletions
diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile new file mode 100644 index 000000000..4727eb679 --- /dev/null +++ b/audio/gmpc-wikipedia/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gmpc-wikipedia +# Date created: March 27 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD: ports/audio/gmpc-wikipedia/Makefile,v 1.13 2011/01/26 15:38:48 miwi Exp $ +# + +PORTNAME= gmpc-wikipedia +PORTVERSION= 0.20.0 +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ + http://freebsd.unixfreunde.de/sources/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Wikipedia info for gmpc + +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ + soup-2.4.1:${PORTSDIR}/devel/libsoup \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc +RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig intltool glib20 gtk20 +USE_GETTEXT= yes + +.include <bsd.port.mk> diff --git a/audio/gmpc-wikipedia/distinfo b/audio/gmpc-wikipedia/distinfo new file mode 100644 index 000000000..622197728 --- /dev/null +++ b/audio/gmpc-wikipedia/distinfo @@ -0,0 +1,2 @@ +SHA256 (gmpc-wikipedia-0.20.0.tar.gz) = 81bea5cc7407ecf0b8ff53eeef6f579e25cbea4ee8b0c4fe376e6778fefae63d +SIZE (gmpc-wikipedia-0.20.0.tar.gz) = 311098 diff --git a/audio/gmpc-wikipedia/pkg-descr b/audio/gmpc-wikipedia/pkg-descr new file mode 100644 index 000000000..04cb3a661 --- /dev/null +++ b/audio/gmpc-wikipedia/pkg-descr @@ -0,0 +1,4 @@ +A plugin that shows the Wikipedia page of the currently playing artist. +The information is shown in a new tab of the player. + +WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_WIKIPEDIA diff --git a/audio/gmpc-wikipedia/pkg-plist b/audio/gmpc-wikipedia/pkg-plist new file mode 100644 index 000000000..cf62c5699 --- /dev/null +++ b/audio/gmpc-wikipedia/pkg-plist @@ -0,0 +1,8 @@ +lib/gmpc/plugins/wikiplugin.la +lib/gmpc/plugins/wikiplugin.so +share/gmpc/plugins/wikipedia/wikipedia.png +@dirrmtry share/gmpc/plugins/wikipedia +@dirrmtry share/gmpc/plugins +@dirrmtry share/gmpc +@dirrmtry lib/gmpc/plugins +@dirrmtry lib/gmpc diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile new file mode 100644 index 000000000..dc929e6fe --- /dev/null +++ b/deskutils/cairo-dock-plugins/Makefile @@ -0,0 +1,99 @@ +# New ports collection makefile for: cairo-dock-plugins +# Date created: 2010-03-19 +# Whom: Ivan Klymenko <fidaj@ukr.net> +# +# $FreeBSD: ports/deskutils/cairo-dock-plugins/Makefile,v 1.6 2011/03/04 02:10:39 wen Exp $ +# + +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 new file mode 100644 index 000000000..d8ec90468 --- /dev/null +++ b/deskutils/cairo-dock-plugins/distinfo @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000..736b8ac4f --- /dev/null +++ b/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt @@ -0,0 +1,70 @@ +--- 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 new file mode 100644 index 000000000..29df920ea --- /dev/null +++ b/deskutils/cairo-dock-plugins/files/patch-shortcuts @@ -0,0 +1,78 @@ +--- 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 new file mode 100644 index 000000000..1892abab3 --- /dev/null +++ b/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..4a2f9cbb4 --- /dev/null +++ b/deskutils/cairo-dock-plugins/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000..a43fd2f64 --- /dev/null +++ b/deskutils/cairo-dock-plugins/pkg-plist @@ -0,0 +1,437 @@ +%%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 new file mode 100644 index 000000000..accaeada6 --- /dev/null +++ b/deskutils/google-gadgets/Makefile @@ -0,0 +1,149 @@ +# New ports collection makefile for: google-gadgets +# Date created: 2008-06-08 +# Whom: Ashish Shukla <wahjava@gmail.com> +# +# $FreeBSD: ports/deskutils/google-gadgets/Makefile,v 1.24 2010/12/04 07:30:54 ade Exp $ +# + +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 new file mode 100644 index 000000000..fde6c8d04 --- /dev/null +++ b/deskutils/google-gadgets/distinfo @@ -0,0 +1,3 @@ +MD5 (google-gadgets-for-linux-0.11.2.tar.bz2) = 279305553bcbf74f3e3615f6abc36a5e +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 new file mode 100644 index 000000000..3398f0c32 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-configure.ac @@ -0,0 +1,36 @@ + +$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 new file mode 100644 index 000000000..5c804f74e --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc @@ -0,0 +1,77 @@ + +$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 new file mode 100644 index 000000000..9af2a7ccd --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc @@ -0,0 +1,50 @@ + +$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 new file mode 100644 index 000000000..96dfaf456 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc @@ -0,0 +1,123 @@ + +$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 new file mode 100644 index 000000000..a47712b00 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc @@ -0,0 +1,14 @@ + +$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 new file mode 100644 index 000000000..701f34ec7 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am @@ -0,0 +1,15 @@ + +$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 new file mode 100644 index 000000000..747438cdb --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc @@ -0,0 +1,14 @@ + +$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 new file mode 100644 index 000000000..b12321525 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc @@ -0,0 +1,23 @@ + +$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 new file mode 100644 index 000000000..cfb78e594 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc @@ -0,0 +1,27 @@ + +$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 new file mode 100644 index 000000000..df06e8234 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am @@ -0,0 +1,15 @@ + +$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 new file mode 100644 index 000000000..4ce89a660 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am @@ -0,0 +1,15 @@ + +$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 new file mode 100644 index 000000000..9051e3f02 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc @@ -0,0 +1,32 @@ + +$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 new file mode 100644 index 000000000..1f72a3afc --- /dev/null +++ b/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc @@ -0,0 +1,14 @@ + +$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 new file mode 100644 index 000000000..22b385665 --- /dev/null +++ b/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..a802e097e --- /dev/null +++ b/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am @@ -0,0 +1,15 @@ + +$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 new file mode 100644 index 000000000..414555d6f --- /dev/null +++ b/deskutils/google-gadgets/pkg-descr @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000..e220c9d4b --- /dev/null +++ b/deskutils/google-gadgets/pkg-plist @@ -0,0 +1,289 @@ +%%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/devel/devhelp/Makefile b/devel/devhelp/Makefile new file mode 100644 index 000000000..ec86cedb9 --- /dev/null +++ b/devel/devhelp/Makefile @@ -0,0 +1,55 @@ +# New ports collection makefile for: devhelp +# Date created: 29 May 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD: ports/devel/devhelp/Makefile,v 1.48 2010/12/04 07:31:03 ade Exp $ +# $MCom: ports/devel/devhelp/Makefile,v 1.38 2010/09/28 09:09:20 kwm Exp $ + +PORTNAME= devhelp +PORTVERSION= 2.32.0 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Developer help browser for GNOME 2 + +LIB_DEPENDS= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + +USE_BZIP2= yes +USE_XORG= x11 +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +GCONF_SCHEMAS= devhelp.schemas +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" + +OPTIONS= GEDIT "Enable GEdit plug-in support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_GEDIT) +BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit +RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit +PLIST_SUB+= GEDIT="" +.else +PLIST_SUB+= GEDIT="@comment " +.endif + +post-patch: +.if defined(WITHOUT_GEDIT) + @${REINPLACE_CMD} -e 's|gedit-plugin||' \ + ${WRKSRC}/misc/Makefile.in + @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \ + ${WRKSRC}/src/Makefile.in +.endif + +.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo new file mode 100644 index 000000000..a132abcb5 --- /dev/null +++ b/devel/devhelp/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/devhelp-2.32.0.tar.bz2) = c6690a45609caa00ecd9cd92f7d28915 +SHA256 (gnome2/devhelp-2.32.0.tar.bz2) = 61b342cbaf27379be9baa5df1f34c9464916601ec4378fa7e1c76fcc686553e4 +SIZE (gnome2/devhelp-2.32.0.tar.bz2) = 503689 diff --git a/devel/devhelp/files/patch-src_dh-book-manager.c b/devel/devhelp/files/patch-src_dh-book-manager.c new file mode 100644 index 000000000..a9d8640db --- /dev/null +++ b/devel/devhelp/files/patch-src_dh-book-manager.c @@ -0,0 +1,13 @@ +--- src/dh-book-manager.c.orig 2010-09-01 11:30:01.000000000 +0200 ++++ src/dh-book-manager.c 2010-09-01 11:31:03.000000000 +0200 +@@ -149,6 +149,10 @@ book_manager_add_books_in_data_dir (DhBo + dir = g_build_filename (data_dir, "devhelp", "books", NULL); + book_manager_add_from_dir (book_manager, dir); + g_free (dir); ++ ++ dir = g_build_filename (data_dir, "doc", NULL); ++ book_manager_add_from_dir (book_manager, dir); ++ g_free (dir); + } + + void diff --git a/devel/devhelp/pkg-descr b/devel/devhelp/pkg-descr new file mode 100644 index 000000000..2d617b391 --- /dev/null +++ b/devel/devhelp/pkg-descr @@ -0,0 +1,8 @@ +devhelp is a developer's help browser for GNOME 2. It is a GUI +frontend to books about GNOME development, providing cross-referenced, +easily searchable information. Many books are available, and can +be found through the project's website. + +WWW: http://www.imendio.com/projects/devhelp/ + +-Adam Weinberger <adamw@FreeBSD.org> diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist new file mode 100644 index 000000000..429773074 --- /dev/null +++ b/devel/devhelp/pkg-plist @@ -0,0 +1,147 @@ +bin/devhelp +include/devhelp-2.0/devhelp/dh-assistant-view.h +include/devhelp-2.0/devhelp/dh-assistant.h +include/devhelp-2.0/devhelp/dh-base.h +include/devhelp-2.0/devhelp/dh-book-manager.h +include/devhelp-2.0/devhelp/dh-book-tree.h +include/devhelp-2.0/devhelp/dh-book.h +include/devhelp-2.0/devhelp/dh-error.h +include/devhelp-2.0/devhelp/dh-keyword-model.h +include/devhelp-2.0/devhelp/dh-link.h +include/devhelp-2.0/devhelp/dh-search.h +include/devhelp-2.0/devhelp/dh-window.h +%%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin +%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py +%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc +%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyo +%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.py +%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyc +%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyo +lib/libdevhelp-2.a +lib/libdevhelp-2.la +lib/libdevhelp-2.so +lib/libdevhelp-2.so.1 +libdata/pkgconfig/libdevhelp-2.0.pc +share/applications/devhelp.desktop +share/devhelp/assistant/assistant.css +share/devhelp/assistant/assistant.js +share/devhelp/devhelp.defaults +share/devhelp/dtd/devhelp-1.dtd +share/devhelp/ui/devhelp.builder +share/devhelp/ui/window.ui +share/icons/hicolor/16x16/apps/devhelp.png +share/icons/hicolor/22x22/apps/devhelp.png +share/icons/hicolor/24x24/apps/devhelp.png +share/icons/hicolor/32x32/apps/devhelp.png +share/icons/hicolor/48x48/apps/devhelp.png +share/icons/hicolor/scalable/apps/devhelp.svg +share/locale/am/LC_MESSAGES/devhelp.mo +share/locale/ar/LC_MESSAGES/devhelp.mo +share/locale/ast/LC_MESSAGES/devhelp.mo +share/locale/az/LC_MESSAGES/devhelp.mo +share/locale/be/LC_MESSAGES/devhelp.mo +share/locale/be@latin/LC_MESSAGES/devhelp.mo +share/locale/bg/LC_MESSAGES/devhelp.mo +share/locale/bn/LC_MESSAGES/devhelp.mo +share/locale/bn_IN/LC_MESSAGES/devhelp.mo +share/locale/ca/LC_MESSAGES/devhelp.mo +share/locale/ca@valencia/LC_MESSAGES/devhelp.mo +share/locale/cs/LC_MESSAGES/devhelp.mo +share/locale/da/LC_MESSAGES/devhelp.mo +share/locale/de/LC_MESSAGES/devhelp.mo +share/locale/dz/LC_MESSAGES/devhelp.mo +share/locale/el/LC_MESSAGES/devhelp.mo +share/locale/en_CA/LC_MESSAGES/devhelp.mo +share/locale/en_GB/LC_MESSAGES/devhelp.mo +share/locale/en@shaw/LC_MESSAGES/devhelp.mo +share/locale/eo/LC_MESSAGES/devhelp.mo +share/locale/es/LC_MESSAGES/devhelp.mo +share/locale/et/LC_MESSAGES/devhelp.mo +share/locale/fi/LC_MESSAGES/devhelp.mo +share/locale/fr/LC_MESSAGES/devhelp.mo +share/locale/gl/LC_MESSAGES/devhelp.mo +share/locale/gu/LC_MESSAGES/devhelp.mo +share/locale/he/LC_MESSAGES/devhelp.mo +share/locale/hi/LC_MESSAGES/devhelp.mo +share/locale/hr/LC_MESSAGES/devhelp.mo +share/locale/hu/LC_MESSAGES/devhelp.mo +share/locale/hy/LC_MESSAGES/devhelp.mo +share/locale/id/LC_MESSAGES/devhelp.mo +share/locale/is/LC_MESSAGES/devhelp.mo +share/locale/it/LC_MESSAGES/devhelp.mo +share/locale/ja/LC_MESSAGES/devhelp.mo +share/locale/kn/LC_MESSAGES/devhelp.mo +share/locale/ko/LC_MESSAGES/devhelp.mo +share/locale/lt/LC_MESSAGES/devhelp.mo +share/locale/lv/LC_MESSAGES/devhelp.mo +share/locale/mai/LC_MESSAGES/devhelp.mo +share/locale/mk/LC_MESSAGES/devhelp.mo +share/locale/ml/LC_MESSAGES/devhelp.mo +share/locale/ms/LC_MESSAGES/devhelp.mo +share/locale/nb/LC_MESSAGES/devhelp.mo +share/locale/ne/LC_MESSAGES/devhelp.mo +share/locale/nl/LC_MESSAGES/devhelp.mo +share/locale/nn/LC_MESSAGES/devhelp.mo +share/locale/oc/LC_MESSAGES/devhelp.mo +share/locale/or/LC_MESSAGES/devhelp.mo +share/locale/pa/LC_MESSAGES/devhelp.mo +share/locale/pl/LC_MESSAGES/devhelp.mo +share/locale/ps/LC_MESSAGES/devhelp.mo +share/locale/pt/LC_MESSAGES/devhelp.mo +share/locale/pt_BR/LC_MESSAGES/devhelp.mo +share/locale/ro/LC_MESSAGES/devhelp.mo +share/locale/ru/LC_MESSAGES/devhelp.mo +share/locale/rw/LC_MESSAGES/devhelp.mo +share/locale/sk/LC_MESSAGES/devhelp.mo +share/locale/sl/LC_MESSAGES/devhelp.mo +share/locale/sq/LC_MESSAGES/devhelp.mo +share/locale/sr/LC_MESSAGES/devhelp.mo +share/locale/sr@latin/LC_MESSAGES/devhelp.mo +share/locale/sv/LC_MESSAGES/devhelp.mo +share/locale/ta/LC_MESSAGES/devhelp.mo +share/locale/te/LC_MESSAGES/devhelp.mo +share/locale/th/LC_MESSAGES/devhelp.mo +share/locale/tr/LC_MESSAGES/devhelp.mo +share/locale/ug/LC_MESSAGES/devhelp.mo +share/locale/uk/LC_MESSAGES/devhelp.mo +share/locale/vi/LC_MESSAGES/devhelp.mo +share/locale/zh_CN/LC_MESSAGES/devhelp.mo +share/locale/zh_HK/LC_MESSAGES/devhelp.mo +share/locale/zh_TW/LC_MESSAGES/devhelp.mo +@dirrm share/devhelp/ui +@dirrm share/devhelp/dtd +@dirrm share/devhelp/assistant +@dirrm share/devhelp +@dirrm include/devhelp-2.0/devhelp +@dirrm include/devhelp-2.0 +@dirrmtry share/applications +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/eo/LC_MESSAGES +@dirrmtry share/locale/eo +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast diff --git a/devel/seed/Makefile b/devel/seed/Makefile new file mode 100644 index 000000000..880cd664a --- /dev/null +++ b/devel/seed/Makefile @@ -0,0 +1,71 @@ +# New ports collection makefile for: seed +# Date created: 19 July 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD: ports/devel/seed/Makefile,v 1.11 2010/12/04 07:31:27 ade Exp $ +# $MCom: ports/devel/seed/Makefile,v 1.24 2010/09/19 15:06:42 kwm Exp $ +# +# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release. +# To do that, just replace imports.searchPaths with "." and ".." elements. +# + +PORTNAME= seed +PORTVERSION= 2.31.91 +PORTREVISION= 1 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GObject JavaScriptCore bridge + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-js-common.pc:${PORTSDIR}/devel/gnome-js-common +LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ + girepository-1.0.1:${PORTSDIR}/devel/gobject-introspection \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + mpfr.4:${PORTSDIR}/math/mpfr + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_GNOME= gnomehack gtk20 intltool libxml2 +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=1.0 + +MAN1= seed.1 + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e 's|== x|= x|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-ldl||g' \ + ${WRKSRC}/libseed/Makefile.in + @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in +# @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ +# 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' +#.if defined(NOPORTEXAMPLES) +# @${REINPLACE_CMD} -e 's|examples||g' \ +# ${WRKSRC}/Makefile.in +#.endif +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ + ${WRKSRC}/Makefile.in +.endif + +pre-build: + cd ${WRKSRC}/extensions && ${SETENV} ${MAKE_ENV} ${GMAKE} \ + ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all + ${CP} ${WRKSRC}/extensions/Seed.js ${WRKSRC}/extensions/Seed.js.sav + ${CP} ${FILESDIR}/Seed.js ${WRKSRC}/extensions/Seed.js + +post-build: + ${CP} ${WRKSRC}/extensions/Seed.js.sav ${WRKSRC}/extensions/Seed.js + +.include <bsd.port.post.mk> diff --git a/devel/seed/distinfo b/devel/seed/distinfo new file mode 100644 index 000000000..be392a77b --- /dev/null +++ b/devel/seed/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/seed-2.31.91.tar.bz2) = 024aff0a69761f77bc346bbad1a2489b +SHA256 (gnome2/seed-2.31.91.tar.bz2) = 9e1da3adc6ed25b1778508ab67aecfe0923d1083f375b88137ea5f9ff57c22a3 +SIZE (gnome2/seed-2.31.91.tar.bz2) = 762875 diff --git a/devel/seed/files/Seed.js b/devel/seed/files/Seed.js new file mode 100644 index 000000000..9edb12c87 --- /dev/null +++ b/devel/seed/files/Seed.js @@ -0,0 +1,203 @@ +GLib = imports.gi.GLib; + +Seed.sprintf = function () +{ + if (typeof arguments == "undefined") { return null; } + if (arguments.length < 1) { return null; } + if (typeof arguments[0] != "string") { return null; } + if (typeof RegExp == "undefined") { return null; } + + var string = arguments[0]; + var exp = new RegExp(/(%([%]|(\-)?(\+|\x20)?(0)?(\d+)?(\.(\d)?)?([bcdfosxX])))/g); + var matches = new Array(); + var strings = new Array(); + var convCount = 0; + var stringPosStart = 0; + var stringPosEnd = 0; + var matchPosEnd = 0; + var newString = ''; + var match = null; + + while (match = exp.exec(string)) { + if (match[9]) { convCount += 1; } + + stringPosStart = matchPosEnd; + stringPosEnd = exp.lastIndex - match[0].length; + strings[strings.length] = string.substring(stringPosStart, stringPosEnd); + + matchPosEnd = exp.lastIndex; + matches[matches.length] = { + match: match[0], + left: match[3] ? true : false, + sign: match[4] || '', + pad: match[5] || ' ', + min: match[6] || 0, + precision: match[8], + code: match[9] || '%', + negative: parseInt(arguments[convCount]) < 0 ? true : false, + argument: String(arguments[convCount]) + }; + } + strings[strings.length] = string.substring(matchPosEnd); + + if (matches.length == 0) { return string; } + if ((arguments.length - 1) < convCount) { return null; } + + var code = null; + var match = null; + var i = null; + + for (i=0; i<matches.length; i++) { + + if (matches[i].code == '%') { substitution = '%' } + else if (matches[i].code == 'b') { + matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(2)); + substitution = Seed.sprintf.convert(matches[i], true); + } + else if (matches[i].code == 'c') { + matches[i].argument = String(String.fromCharCode(parseInt(Math.abs(parseInt(matches[i].argument))))); + substitution = Seed.sprintf.convert(matches[i], true); + } + else if (matches[i].code == 'd') { + matches[i].argument = String(Math.abs(parseInt(matches[i].argument))); + substitution = Seed.sprintf.convert(matches[i]); + } + else if (matches[i].code == 'f') { + matches[i].argument = String(Math.abs(parseFloat(matches[i].argument)).toFixed(matches[i].precision ? matches[i].precision : 6)); + substitution = Seed.sprintf.convert(matches[i]); + } + else if (matches[i].code == 'o') { + matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(8)); + substitution = Seed.sprintf.convert(matches[i]); + } + else if (matches[i].code == 's') { + matches[i].argument = matches[i].argument.substring(0, matches[i].precision ? matches[i].precision : matches[i].argument.length) + substitution = Seed.sprintf.convert(matches[i], true); + } + else if (matches[i].code == 'x') { + matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); + substitution = Seed.sprintf.convert(matches[i]); + } + else if (matches[i].code == 'X') { + matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); + substitution = Seed.sprintf.convert(matches[i]).toUpperCase(); + } + else { + substitution = matches[i].match; + } + + newString += strings[i]; + newString += substitution; + + } + newString += strings[i]; + + return newString; + +}; + +Seed.sprintf.convert = function(match, nosign) +{ + if (nosign) { + match.sign = ''; + } else { + match.sign = match.negative ? '-' : match.sign; + } + var l = match.min - match.argument.length + 1 - match.sign.length; + var pad = new Array(l < 0 ? 0 : l).join(match.pad); + if (!match.left) { + if (match.pad == "0" || nosign) { + return match.sign + pad + match.argument; + } else { + return pad + match.sign + match.argument; + } + } else { + if (match.pad == "0" || nosign) { + return match.sign + match.argument + pad.replace(/0/g, ' '); + } else { + return match.sign + match.argument + pad; + } + } +}; + + +Seed.repl = function() +{ + try + { + if(readline) + { + // readline is loaded + } + } + catch (e) + { + try + { + readline = imports.readline; + } + catch (e) + { + print(e.name + " " + e.message); + return true; + } + } + + try + { + item = readline.readline("> "); + if (item == "continue") + return false; + print(eval(item)); + } + catch (e) + { + print(e.name + " " + e.message); + } + return true; +} + + +Seed.glib_repl = function() +{ + GLib.idle_add(Seed.repl, null); +} + +Seed.thread_repl = function() +{ + GLib.thread_create_full(function() { while(Seed.repl()){} }, + null, 0, true); +} + +Seed.printf = function () { print(Seed.sprintf.apply(this, arguments)) }; + +if(!imports.searchPath || (imports.searchPath.length == 0)) +{ + imports.searchPath = [ ".", + ".." ]; + + if(Seed.argv.length > 1) + { + __script_path__ = GLib.path_get_dirname(Seed.argv[1]); + + try + { + if(!GLib.path_is_absolute(__script_path__)) + { + __script_path__ = GLib.build_filenamev([GLib.get_current_dir(), + __script_path__]); + } + + __script_path__ = imports.os.realpath(__script_path__); + + if(__script_path__ && __script_path__ != "") + imports.searchPath.push(__script_path__); + } + catch(e) + { + print(imports.JSON.stringify(e)); + } + } + + imports.searchPath.push("."); +} diff --git a/devel/seed/files/patch-libseed_seed-importer.c b/devel/seed/files/patch-libseed_seed-importer.c new file mode 100644 index 000000000..ffce27254 --- /dev/null +++ b/devel/seed/files/patch-libseed_seed-importer.c @@ -0,0 +1,49 @@ +--- libseed/seed-importer.c.orig 2009-12-31 11:42:51.000000000 +0100 ++++ libseed/seed-importer.c 2010-01-02 02:12:09.000000000 +0100 +@@ -19,6 +19,8 @@ + + #include <gio/gio.h> + #include <string.h> ++#include <stdlib.h> ++#include <unistd.h> + + #include "seed-private.h" + +@@ -636,8 +638,9 @@ seed_importer_handle_file (JSContextRef + JSValueRef js_file_dirname; + JSObjectRef global, c_global; + JSStringRef file_contents, file_name; +- gchar *contents, *walk, *file_path, *canonical, *absolute_path; ++ gchar *contents, *walk, *file_path, *canonical, *absolute_path, *normalp; + gchar *normalized_path; ++ gsize path_max; + + file_path = g_build_filename (dir, file, NULL); + canonical = seed_importer_canonicalize_path (file_path); +@@ -691,15 +694,24 @@ seed_importer_handle_file (JSContextRef + g_path_get_dirname (file_path), NULL); + } + +- normalized_path = realpath (absolute_path, NULL); ++#ifdef PATH_MAX ++ path_max = PATH_MAX; ++#else ++ path_max = pathconf (absolute_path, _PC_PATH_MAX); ++ if (path_max <= 0) ++ path_max = 4096; ++#endif ++ normalized_path = (gchar *) g_malloc (path_max); ++ normalp = realpath (absolute_path, normalized_path); + +- js_file_dirname = seed_value_from_string (ctx, normalized_path, NULL); ++ js_file_dirname = seed_value_from_string (ctx, normalp, NULL); + + seed_object_set_property (nctx, global, "__script_path__", js_file_dirname); + + g_hash_table_insert (file_imports, canonical, global); + g_free (file_path); + g_free (absolute_path); ++ g_free (normalized_path); + + JSEvaluateScript (nctx, file_contents, NULL, file_name, 0, exception); + diff --git a/devel/seed/files/patch-modules_gettext_seed-gettext.c b/devel/seed/files/patch-modules_gettext_seed-gettext.c new file mode 100644 index 000000000..71aa3b224 --- /dev/null +++ b/devel/seed/files/patch-modules_gettext_seed-gettext.c @@ -0,0 +1,27 @@ +--- modules/gettext/seed-gettext.c.orig 2009-12-31 05:42:51.000000000 -0500 ++++ modules/gettext/seed-gettext.c 2010-01-07 19:07:10.000000000 -0500 +@@ -312,12 +313,24 @@ seed_module_init(SeedEngine *local_eng) + DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY); + DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES); + DEFINE_ENUM_MEMBER(ns_ref, LC_ALL); ++#ifdef LC_PAPER + DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER); ++#endif ++#ifdef LC_NAME + DEFINE_ENUM_MEMBER(ns_ref, LC_NAME); ++#endif ++#ifdef LC_ADDRESS + DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS); ++#endif ++#ifdef LC_TELEPHONE + DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE); ++#endif ++#ifdef LC_MEASUREMENT + DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT); ++#endif ++#ifdef LC_IDENTIFICATION + DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION); ++#endif + DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE); + + return ns_ref; diff --git a/devel/seed/files/patch-modules_os_seed-os.c b/devel/seed/files/patch-modules_os_seed-os.c new file mode 100644 index 000000000..6d96d1478 --- /dev/null +++ b/devel/seed/files/patch-modules_os_seed-os.c @@ -0,0 +1,95 @@ +--- modules/os/seed-os.c.orig 2009-12-31 05:44:49.000000000 -0500 ++++ modules/os/seed-os.c 2010-01-07 19:01:05.000000000 -0500 +@@ -29,8 +29,15 @@ + + #include <sys/stat.h> + #include <sys/utsname.h> ++#if defined(__FreeBSD__) ++#include <sys/param.h> ++#endif + + #include <sys/types.h> ++#include <sys/ioctl.h> ++#include <termios.h> ++#include <libutil.h> ++#include <unistd.h> + + #include <fcntl.h> + +@@ -54,18 +61,32 @@ seed_os_realpath (SeedContext ctx, + const SeedValue arguments[], + SeedException * exception) + { ++ SeedValue sv; + gchar *arg; ++ gchar *resolved_path; + gchar *ret; ++ gsize path_max; + + if (argument_count != 1) + { + EXPECTED_EXCEPTION("os.realpath", "1 argument"); + } + arg = seed_value_to_string (ctx, arguments[0], exception); +- ret = realpath(arg, NULL); ++#ifdef PATH_MAX ++ path_max = PATH_MAX; ++#else ++ path_max = pathconf (arg, _PC_PATH_MAX); ++ if (path_max <= 0) ++ path_max = 4096; ++#endif ++ resolved_path = (gchar *) g_malloc (path_max); ++ ret = realpath(arg, resolved_path); + g_free (arg); + +- return seed_value_from_string (ctx, ret, exception); ++ sv = seed_value_from_string (ctx, ret, exception); ++ g_free (resolved_path); ++ ++ return sv; + } + + SeedValue +@@ -559,7 +580,12 @@ seed_os_unsetenv (SeedContext ctx, + } + + arg = seed_value_to_string (ctx, arguments[0], exception); ++#if __FreeBSD_version < 700000 ++ ret = 0; ++ unsetenv (arg); ++#else + ret = unsetenv (arg); ++#endif + g_free (arg); + + return seed_value_from_int (ctx, ret, exception); +@@ -702,6 +728,7 @@ seed_os_fdatasync (SeedContext ctx, + const SeedValue arguments[], + SeedException * exception) + { ++#if !defined(__FreeBSD__) + gint fd; + + if (argument_count != 1) +@@ -711,6 +738,10 @@ seed_os_fdatasync (SeedContext ctx, + fd = seed_value_to_int (ctx, arguments[0], exception); + + return seed_value_from_int (ctx, fdatasync (fd), exception); ++#else ++ errno = ENOSYS; ++ return seed_value_from_int (ctx, -1, exception); ++#endif + } + + SeedValue +@@ -1112,7 +1144,9 @@ seed_module_init(SeedEngine * eng) + #if defined (O_DIRECT) + OS_DEFINE_QUICK_ENUM (O_DIRECT); + #endif ++#if defined (O_DIRECTORY) + OS_DEFINE_QUICK_ENUM (O_DIRECTORY); ++#endif + OS_DEFINE_QUICK_ENUM (O_NOFOLLOW); + #if defined (O_NOATIME) + OS_DEFINE_QUICK_ENUM (O_NOATIME); diff --git a/devel/seed/pkg-descr b/devel/seed/pkg-descr new file mode 100644 index 000000000..ffc081bb3 --- /dev/null +++ b/devel/seed/pkg-descr @@ -0,0 +1,7 @@ +Seed is a library and interpreter, dynamically bridging (through +GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME +platform. Seed serves as something which enables you to write standalone +applications in JavaScript, or easily enable your application to be extensible +in JavaScript. + +WWW: http://live.gnome.org/Seed diff --git a/devel/seed/pkg-plist b/devel/seed/pkg-plist new file mode 100644 index 000000000..db20734ff --- /dev/null +++ b/devel/seed/pkg-plist @@ -0,0 +1,110 @@ +bin/seed +include/seed/seed-debug.h +include/seed/seed-module.h +include/seed/seed.h +lib/libseed.a +lib/libseed.la +lib/libseed.so +lib/libseed.so.0 +lib/seed/libseed_DynamicObject.a +lib/seed/libseed_DynamicObject.la +lib/seed/libseed_DynamicObject.so +lib/seed/libseed_cairo.a +lib/seed/libseed_cairo.la +lib/seed/libseed_cairo.so +lib/seed/libseed_canvas.a +lib/seed/libseed_canvas.la +lib/seed/libseed_canvas.so +lib/seed/libseed_dbusnative.a +lib/seed/libseed_dbusnative.la +lib/seed/libseed_dbusnative.so +lib/seed/libseed_example.a +lib/seed/libseed_example.la +lib/seed/libseed_example.so +lib/seed/libseed_ffi.a +lib/seed/libseed_ffi.la +lib/seed/libseed_ffi.so +lib/seed/libseed_gettext.a +lib/seed/libseed_gettext.la +lib/seed/libseed_gettext.so +lib/seed/libseed_gtkbuilder.a +lib/seed/libseed_gtkbuilder.la +lib/seed/libseed_gtkbuilder.so +lib/seed/libseed_libxml.a +lib/seed/libseed_libxml.la +lib/seed/libseed_libxml.so +lib/seed/libseed_mpfr.a +lib/seed/libseed_mpfr.la +lib/seed/libseed_mpfr.so +lib/seed/libseed_multiprocessing.a +lib/seed/libseed_multiprocessing.la +lib/seed/libseed_multiprocessing.so +lib/seed/libseed_os.a +lib/seed/libseed_os.la +lib/seed/libseed_os.so +lib/seed/libseed_readline.a +lib/seed/libseed_readline.la +lib/seed/libseed_readline.so +lib/seed/libseed_sandbox.a +lib/seed/libseed_sandbox.la +lib/seed/libseed_sandbox.so +lib/seed/libseed_sqlite.a +lib/seed/libseed_sqlite.la +lib/seed/libseed_sqlite.so +libdata/pkgconfig/seed.pc +%%DATADIR%%/dbus.js +%%DATADIR%%/extensions/Clutter.js +%%DATADIR%%/extensions/GObject.js +%%DATADIR%%/extensions/Gio.js +%%DATADIR%%/extensions/Gst.js +%%DATADIR%%/extensions/Gtk.js +%%DATADIR%%/extensions/Seed.js +%%DATADIR%%/extensions/xml.js +%%DATADIR%%/lang.js +%%DATADIR%%/repl.js +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/conventions.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/mapping/enum-mapping.png +%%PORTDOCS%%%%DOCSDIR%%/mapping/mapping.html +%%PORTDOCS%%%%DOCSDIR%%/modules/canvas.html +%%PORTDOCS%%%%DOCSDIR%%/modules/gtkbuilder/html/gtkbuilder-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/modules/multiprocessing.html +%%PORTDOCS%%%%DOCSDIR%%/modules/readline/html/readline-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/modules/sandbox/html/sandbox-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/modules/sqlite/html/sqlite-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/runtime.html +%%PORTDOCS%%%%DOCSDIR%%/sh.css +%%PORTDOCS%%%%DOCSDIR%%/sh.js +%%PORTDOCS%%%%DOCSDIR%%/sh_js.js +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.js +%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.js +%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.js +%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/4.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.svg +%%PORTDOCS%%%%DOCSDIR%%/tutorial/tutorial.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/mapping +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/seed +@dirrm lib/seed +@dirrm %%DATADIR%%/extensions +@dirrm %%DATADIR%% diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile new file mode 100644 index 000000000..14cef957f --- /dev/null +++ b/finance/gnucash/Makefile @@ -0,0 +1,124 @@ +# Ports collection makefile for: gnucash +# Date created: Mon Feb 03, 1997 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $FreeBSD: ports/finance/gnucash/Makefile,v 1.152 2011/03/02 16:02:53 kwm Exp $ +# $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ +# + +PORTNAME= gnucash +PORTVERSION= 2.4.3 +PORTREVISION= 2 +CATEGORIES= finance gnome +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Quicken-like money and finance manager + +BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ + ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile +LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ + goffice-0.8.8:${PORTSDIR}/devel/goffice +RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ + ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote + +OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" on \ + OFX "OFX support" on \ + DATABASE "Enable SQL database backends" off \ + WEBKIT "Use webkit instead of gtkhtml for the HTML engine" off \ + PYTHON "Install Python bindings" off + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +MAKE_JOBS_SAFE= yes +USE_PERL5= yes +INSTALLS_ICONS= yes +USE_GNOME= gnomeprefix libglade2 libgnomeui +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-error-on-warning \ + --disable-doxygen + +MAN1= gnucash.1 +INFO= gnucash-design + +GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ + apps_gnucash_dialog_commodities.schemas \ + apps_gnucash_dialog_common.schemas \ + apps_gnucash_dialog_prices.schemas \ + apps_gnucash_dialog_print_checks.schemas \ + apps_gnucash_dialog_reconcile.schemas \ + apps_gnucash_dialog_scheduled_transctions.schemas \ + apps_gnucash_dialog_totd.schemas \ + apps_gnucash_general.schemas \ + apps_gnucash_history.schemas \ + apps_gnucash_import_generic_matcher.schemas \ + apps_gnucash_import_qif.schemas \ + apps_gnucash_warnings.schemas \ + apps_gnucash_window_pages_account_tree.schemas \ + apps_gnucash_window_pages_register.schemas + +.include <bsd.port.options.mk> + +.if defined(WITH_AQBANKING) +LIB_DEPENDS+= aqbanking.33:${PORTSDIR}/finance/aqbanking \ + gwengui-gtk2.0:${PORTSDIR}/devel/gwenhywfar \ + ktoblzcheck.6:${PORTSDIR}/finance/ktoblzcheck +GCONF_SCHEMAS+= apps_gnucash_dialog_hbci.schemas +CONFIGURE_ARGS+=--enable-aqbanking +PLIST_SUB+= AQBANKING="" +.else +CONFIGURE_ARGS+=--disable-aqbanking +PLIST_SUB+= AQBANKING="@comment " +.endif + +.if defined(WITH_OFX) +CONFIGURE_ARGS+=--enable-ofx +LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx +PLIST_SUB+= OFX="" +.else +CONFIGURE_ARGS+=--disable-ofx +PLIST_SUB+= OFX="@comment " +.endif + +.if defined(WITH_DATABASE) +CONFIGURE_ARGS+=--enable-dbi +LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi +PLIST_SUB+= DATABASE="" +.else +CONFIGURE_ARGS+=--disable-dbi +PLIST_SUB+= DATABASE="@comment " +.endif + +.if defined(WITH_WEBKIT) +CONFIGURE_ARGS+=--with-html-engine=webkit +LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 +.else +USE_GNOME+= gtkhtml3 +.endif + +.if defined(WITH_PYTHON) +CONFIGURE_ARGS+=--enable-python-bindings +USE_PYTHON= yes +PLIST_SUB+= PYTHON="" +.else +PLIST_SUB+= PYTHON="@comment " +.endif + +.if !defined(PACKAGE_BUILDING) && defined(WITH_AQBANKING) && !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0) +BROKEN= Please rebuild devel/gwenhywfar with the WITH_GTK2 option set +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo new file mode 100644 index 000000000..03d4ba444 --- /dev/null +++ b/finance/gnucash/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnucash-2.4.3.tar.bz2) = cc39dce84e065206a6c4617f43b38de0edf4c1e27a1bc918784c65250df326e1 +SIZE (gnucash-2.4.3.tar.bz2) = 9235024 diff --git a/finance/gnucash/files/patch-src_app-utils_guile-util.c b/finance/gnucash/files/patch-src_app-utils_guile-util.c new file mode 100644 index 000000000..bb20423f6 --- /dev/null +++ b/finance/gnucash/files/patch-src_app-utils_guile-util.c @@ -0,0 +1,11 @@ +--- src/app-utils/guile-util.c.orig 2010-12-29 16:06:05.000000000 +0100 ++++ src/app-utils/guile-util.c 2010-12-29 16:06:38.000000000 +0100 +@@ -1317,6 +1317,8 @@ gnc_parse_time_to_timet(const gchar *s, + + g_return_val_if_fail(s && format, -1); + ++ bzero(&tm, sizeof(tm)); ++ + if (!strptime(s, format, &tm)) + return -1; + diff --git a/finance/gnucash/pkg-descr b/finance/gnucash/pkg-descr new file mode 100644 index 000000000..db12731a5 --- /dev/null +++ b/finance/gnucash/pkg-descr @@ -0,0 +1,12 @@ +Gnucash is the next generation of money manager created from a merger of +X-Accountant and GnoMoney. + +Its features include: + +* Ability to import Quicken files ( a must ) +* Reports, Graphs, and all of those goodies that you find in Quicken. +* Gnome compliant ( if that is the correct way to put it ) +* Separate the GUI from the actual "account/transaction engine" +* Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. ) + +WWW: http://www.gnucash.org/ diff --git a/finance/gnucash/pkg-message b/finance/gnucash/pkg-message new file mode 100644 index 000000000..f6278f171 --- /dev/null +++ b/finance/gnucash/pkg-message @@ -0,0 +1,12 @@ +############################################################################### + +If you have enabled the DATABASE option and want to use any of the supported +database backends, you also need to install: + +databases/libdbi-drivers + +And select the database type(s) you want to use. + +MySQL, PostgreSQL, and SQLite3 are supported in GnuCash. + +############################################################################### diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist new file mode 100644 index 000000000..3df507839 --- /dev/null +++ b/finance/gnucash/pkg-plist @@ -0,0 +1,1095 @@ +bin/gnc-fq-check +bin/gnc-fq-dump +bin/gnc-fq-helper +bin/gnc-fq-update +bin/gnc-test-env +bin/gnucash +bin/gnucash-env +bin/gnucash-make-guids +bin/gnucash-valgrind +bin/update-gnucash-gconf +etc/gnucash/config +etc/gnucash/environment +include/gnucash/Account.h +include/gnucash/FreqSpec.h +include/gnucash/GNCId.h +include/gnucash/Period.h +include/gnucash/Query.h +include/gnucash/QuickFill.h +include/gnucash/Recurrence.h +include/gnucash/SX-book.h +include/gnucash/SX-ttinfo.h +include/gnucash/SchedXaction.h +include/gnucash/Scrub.h +include/gnucash/Scrub2.h +include/gnucash/Scrub3.h +include/gnucash/Split.h +include/gnucash/TransLog.h +include/gnucash/Transaction.h +include/gnucash/account-quickfill.h +include/gnucash/basiccell.h +include/gnucash/cap-gains.h +include/gnucash/cashobjects.h +include/gnucash/cell-factory.h +include/gnucash/cellblock.h +include/gnucash/checkboxcell.h +include/gnucash/combocell.h +include/gnucash/datecell.h +include/gnucash/dialog-account.h +include/gnucash/dialog-book-close.h +include/gnucash/dialog-column-view.h +include/gnucash/dialog-commodity.h +include/gnucash/dialog-custom-report.h +include/gnucash/dialog-file-access.h +include/gnucash/dialog-object-references.h +include/gnucash/dialog-options.h +include/gnucash/dialog-preferences.h +include/gnucash/dialog-query-list.h +include/gnucash/dialog-reset-warnings.h +include/gnucash/dialog-search.h +include/gnucash/dialog-style-sheet.h +include/gnucash/dialog-totd.h +include/gnucash/dialog-transfer.h +include/gnucash/dialog-utils.h +include/gnucash/druid-gconf-setup.h +include/gnucash/druid-gnc-xml-import.h +include/gnucash/druid-utils.h +include/gnucash/engine-helpers.h +include/gnucash/file-utils.h +include/gnucash/formulacell.h +include/gnucash/gfec.h +include/gnucash/glib-helpers.h +include/gnucash/gnc-account-merge.h +include/gnucash/gnc-account-sel.h +include/gnucash/gnc-accounting-period.h +include/gnucash/gnc-addr-quickfill.h +include/gnucash/gnc-amount-edit.h +include/gnucash/gnc-associate-account.h +include/gnucash/gnc-basic-gobject.h +include/gnucash/gnc-budget.h +include/gnucash/gnc-commodity-edit.h +include/gnucash/gnc-commodity.h +include/gnucash/gnc-component-manager.h +include/gnucash/gnc-currency-edit.h +include/gnucash/gnc-date-delta.h +include/gnucash/gnc-date-edit.h +include/gnucash/gnc-date-format.h +include/gnucash/gnc-date-p.h +include/gnucash/gnc-date.h +include/gnucash/gnc-dense-cal-model.h +include/gnucash/gnc-dense-cal-store.h +include/gnucash/gnc-dense-cal.h +include/gnucash/gnc-dialog.h +include/gnucash/gnc-druid-cb.h +include/gnucash/gnc-druid-gnome-ui.h +include/gnucash/gnc-druid-provider-desc-edge.h +include/gnucash/gnc-druid-provider-desc-file.h +include/gnucash/gnc-druid-provider-desc-multifile.h +include/gnucash/gnc-druid-provider-desc.h +include/gnucash/gnc-druid-provider-file-cb.h +include/gnucash/gnc-druid-provider.h +include/gnucash/gnc-druid.h +include/gnucash/gnc-embedded-window.h +include/gnucash/gnc-engine.h +include/gnucash/gnc-entry-quickfill.h +include/gnucash/gnc-euro.h +include/gnucash/gnc-event.h +include/gnucash/gnc-exp-parser.h +include/gnucash/gnc-file.h +include/gnucash/gnc-frequency.h +include/gnucash/gnc-general-search.h +include/gnucash/gnc-general-select.h +include/gnucash/gnc-gettext-util.h +include/gnucash/gnc-gnome-utils.h +include/gnucash/gnc-gui-query.h +include/gnucash/gnc-help-utils.h +include/gnucash/gnc-helpers.h +include/gnucash/gnc-hooks.h +include/gnucash/gnc-html-extras.h +include/gnucash/gnc-html-factory.h +include/gnucash/gnc-html-graph-gog-extras.h +include/gnucash/gnc-html-graph-gog-gtkhtml.h +include/gnucash/gnc-html-graph-gog-webkit.h +include/gnucash/gnc-html-graph-gog.h +include/gnucash/gnc-html-gtkhtml-p.h +include/gnucash/gnc-html-gtkhtml.h +include/gnucash/gnc-html-history.h +include/gnucash/gnc-html-p.h +include/gnucash/gnc-html-webkit-p.h +include/gnucash/gnc-html-webkit.h +include/gnucash/gnc-html.h +include/gnucash/gnc-icons.h +include/gnucash/gnc-import-desc-format.h +include/gnucash/gnc-import-format-cb.h +include/gnucash/gnc-keyring.h +include/gnucash/gnc-main-window.h +include/gnucash/gnc-menu-extensions.h +include/gnucash/gnc-module-api.h +include/gnucash/gnc-module.h +include/gnucash/gnc-numeric.h +include/gnucash/gnc-period-select.h +include/gnucash/gnc-plugin-file-history.h +include/gnucash/gnc-plugin-manager.h +include/gnucash/gnc-plugin-menu-additions.h +include/gnucash/gnc-plugin-page-report.h +include/gnucash/gnc-plugin-page.h +include/gnucash/gnc-plugin.h +include/gnucash/gnc-pricedb.h +include/gnucash/gnc-query-list.h +include/gnucash/gnc-recurrence.h +include/gnucash/gnc-report.h +include/gnucash/gnc-session-scm.h +include/gnucash/gnc-session.h +include/gnucash/gnc-splash.h +include/gnucash/gnc-sx-instance-dense-cal-adapter.h +include/gnucash/gnc-sx-instance-model.h +include/gnucash/gnc-sx-list-tree-model-adapter.h +include/gnucash/gnc-tree-model-account-types.h +include/gnucash/gnc-tree-model-account.h +include/gnucash/gnc-tree-model-budget.h +include/gnucash/gnc-tree-model-commodity.h +include/gnucash/gnc-tree-model-price.h +include/gnucash/gnc-tree-model.h +include/gnucash/gnc-tree-view-account.h +include/gnucash/gnc-tree-view-commodity.h +include/gnucash/gnc-tree-view-price.h +include/gnucash/gnc-tree-view-sx-list.h +include/gnucash/gnc-tree-view.h +include/gnucash/gnc-ui.h +include/gnucash/gnc-ui-util.h +include/gnucash/gnc-window.h +include/gnucash/gncAddress.h +include/gnucash/gncAddressP.h +include/gnucash/gncBillTerm.h +include/gnucash/gncBillTermP.h +include/gnucash/gncBusGuile.h +include/gnucash/gncBusiness.h +include/gnucash/gncCustomer.h +include/gnucash/gncCustomerP.h +include/gnucash/gncEmployee.h +include/gnucash/gncEmployeeP.h +include/gnucash/gncEntry.h +include/gnucash/gncEntryP.h +include/gnucash/gncIDSearch.h +include/gnucash/gncInvoice.h +include/gnucash/gncInvoiceP.h +include/gnucash/gncJob.h +include/gnucash/gncJobP.h +include/gnucash/gncOrder.h +include/gnucash/gncOrderP.h +include/gnucash/gncOwner.h +include/gnucash/gncOwnerP.h +include/gnucash/gncTaxTable.h +include/gnucash/gncTaxTableP.h +include/gnucash/gncVendor.h +include/gnucash/gncVendorP.h +include/gnucash/gtable.h +include/gnucash/guid.h +include/gnucash/guile-util.h +include/gnucash/import-match-map.h +include/gnucash/import-parse.h +include/gnucash/kvp-scm.h +include/gnucash/kvp-util-p.h +include/gnucash/kvp-util.h +include/gnucash/kvp_frame.h +include/gnucash/misc-gnome-utils.h +include/gnucash/numcell.h +include/gnucash/option-util.h +include/gnucash/policy.h +include/gnucash/pricecell.h +include/gnucash/print-session.h +include/gnucash/qof-gobject.h +include/gnucash/qof.h +include/gnucash/qofbackend-p.h +include/gnucash/qofbackend.h +include/gnucash/qofbook.h +include/gnucash/qofbookmerge.h +include/gnucash/qofbookslots.h +include/gnucash/qofchoice.h +include/gnucash/qofclass.h +include/gnucash/qofevent.h +include/gnucash/qofgobj.h +include/gnucash/qofid-p.h +include/gnucash/qofid.h +include/gnucash/qofinstance-p.h +include/gnucash/qofinstance.h +include/gnucash/qoflog.h +include/gnucash/qofobject.h +include/gnucash/qofquery.h +include/gnucash/qofquerycore.h +include/gnucash/qofreference.h +include/gnucash/qofsession.h +include/gnucash/qofsql.h +include/gnucash/qofutil.h +include/gnucash/quickfillcell.h +include/gnucash/recncell.h +include/gnucash/register-common.h +include/gnucash/table-allgui.h +include/gnucash/table-control.h +include/gnucash/table-layout.h +include/gnucash/table-model.h +include/gnucash/window-main-summarybar.h +include/gnucash/window-report.h +lib/gnucash/libgncmod-app-utils.la +lib/gnucash/libgncmod-app-utils.so +%%AQBANKING%%lib/gnucash/libgncmod-aqbanking.la +%%AQBANKING%%lib/gnucash/libgncmod-aqbanking.so +%%DATABASE%%lib/gnucash/libgncmod-backend-dbi.la +%%DATABASE%%lib/gnucash/libgncmod-backend-dbi.so +lib/gnucash/libgncmod-backend-xml.la +lib/gnucash/libgncmod-backend-xml.so +lib/gnucash/libgncmod-bi_import.la +lib/gnucash/libgncmod-bi_import.so +lib/gnucash/libgncmod-business-core.la +lib/gnucash/libgncmod-business-core.so +lib/gnucash/libgncmod-business-gnome.la +lib/gnucash/libgncmod-business-gnome.so +lib/gnucash/libgncmod-business-utils.la +lib/gnucash/libgncmod-business-utils.so +lib/gnucash/libgncmod-calculation.la +lib/gnucash/libgncmod-calculation.so +lib/gnucash/libgncmod-csv.la +lib/gnucash/libgncmod-csv.so +lib/gnucash/libgncmod-dialog-tax-table.la +lib/gnucash/libgncmod-dialog-tax-table.so +lib/gnucash/libgncmod-engine.la +lib/gnucash/libgncmod-engine.so +lib/gnucash/libgncmod-generic-import.la +lib/gnucash/libgncmod-generic-import.so +lib/gnucash/libgncmod-gnome-search.la +lib/gnucash/libgncmod-gnome-search.so +lib/gnucash/libgncmod-gnome-utils.la +lib/gnucash/libgncmod-gnome-utils.so +lib/gnucash/libgncmod-html.la +lib/gnucash/libgncmod-html.so +lib/gnucash/libgncmod-ledger-core.la +lib/gnucash/libgncmod-ledger-core.so +lib/gnucash/libgncmod-locale-reports-us.la +lib/gnucash/libgncmod-locale-reports-us.so +lib/gnucash/libgncmod-log-replay.la +lib/gnucash/libgncmod-log-replay.so +%%OFX%%lib/gnucash/libgncmod-ofx.la +%%OFX%%lib/gnucash/libgncmod-ofx.so +lib/gnucash/libgncmod-qif-import.la +lib/gnucash/libgncmod-qif-import.so +lib/gnucash/libgncmod-qif.la +lib/gnucash/libgncmod-qif.so +lib/gnucash/libgncmod-qif.so.0 +lib/gnucash/libgncmod-register-core.la +lib/gnucash/libgncmod-register-core.so +lib/gnucash/libgncmod-register-gnome.la +lib/gnucash/libgncmod-register-gnome.so +lib/gnucash/libgncmod-report-gnome.la +lib/gnucash/libgncmod-report-gnome.so +lib/gnucash/libgncmod-report-system.la +lib/gnucash/libgncmod-report-system.so +lib/gnucash/libgncmod-standard-reports.la +lib/gnucash/libgncmod-standard-reports.so +lib/gnucash/libgncmod-stylesheets.la +lib/gnucash/libgncmod-stylesheets.so +lib/gnucash/libgncmod-tax-us.la +lib/gnucash/libgncmod-tax-us.so +lib/gnucash/libgncmod-utility-reports.la +lib/gnucash/libgncmod-utility-reports.so +lib/libgnc-backend-sql.la +lib/libgnc-backend-sql.so +lib/libgnc-backend-sql.so.0 +lib/libgnc-backend-xml-utils.la +lib/libgnc-backend-xml-utils.so +lib/libgnc-backend-xml-utils.so.0 +lib/libgnc-business-ledger.la +lib/libgnc-business-ledger.so +lib/libgnc-business-ledger.so.0 +lib/libgnc-core-utils.la +lib/libgnc-core-utils.so +lib/libgnc-core-utils.so.0 +lib/libgnc-gnome.la +lib/libgnc-gnome.so +lib/libgnc-gnome.so.0 +lib/libgnc-module.la +lib/libgnc-module.so +lib/libgnc-module.so.0 +lib/libgnc-qof.la +lib/libgnc-qof.so +lib/libgnc-qof.so.1 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.la +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyo +libexec/gnucash/overrides/gnucash-env +libexec/gnucash/overrides/gnucash-make-guids +libexec/gnucash/overrides/guile +share/applications/gnucash.desktop +share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/C/acctchrt_business.gnucash-xea +share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/C/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/C/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/C/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/C/acctchrt_common.gnucash-xea +share/gnucash/accounts/C/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/C/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/C/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/C/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/C/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/C/acctchrt_renter.gnucash-xea +share/gnucash/accounts/C/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/C/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/C/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/cs/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/cs/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/cs/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/cs/acctchrt_common.gnucash-xea +share/gnucash/accounts/cs/acctchrt_currency.gnucash-xea +share/gnucash/accounts/cs/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/cs/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/cs/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/cs/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/cs/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/cs/acctchrt_renter.gnucash-xea +share/gnucash/accounts/cs/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/cs/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/cs/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/da/acctchrt_car.gnucash-xea +share/gnucash/accounts/da/acctchrt_common.gnucash-xea +share/gnucash/accounts/da/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/da/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_auto.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_autoloan.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_business.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_common.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_houseown.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_investment.gnucash-xea +share/gnucash/accounts/de_AT/acctchrt_kids.gnucash-xea +share/gnucash/accounts/de_CH/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/de_CH/acctchrt_chkmu.gnucash-xea +share/gnucash/accounts/de_CH/acctchrt_common.gnucash-xea +share/gnucash/accounts/de_CH/acctchrt_kids.gnucash-xea +share/gnucash/accounts/de_CH/acctchrt_otherasset.gnucash-xea +share/gnucash/accounts/de_CH/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_auto.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_autoloan.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_common.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_houseown.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_investment.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_kids.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_otherasset.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_skr03.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_skr04.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_skr49.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_studium.gnucash-xea +share/gnucash/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea +share/gnucash/accounts/el_GR/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/el_GR/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/el_GR/acctchrt_common.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_business.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_common.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_renter.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/en_GB/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/en_GB/uk-vat.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_common.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_currency.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_renter.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/es_ES/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_common.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_currency.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_renter.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/es_MX/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/fi_FI/acctchrt_common.gnucash-xea +share/gnucash/accounts/fi_FI/acctchrt_ry.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_automobile.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_basecommune.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_chequier.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_courtage.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_garderie.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_locataire.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_retraite.gnucash-xea +share/gnucash/accounts/fr_CA/acctchrt_revenus.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_business.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_common.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_currency.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_renter.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_business.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_common.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_currency.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_renter.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_business.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_common.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_renter.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/it/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/it/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/it/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/it/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/it/acctchrt_common.gnucash-xea +share/gnucash/accounts/it/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/it/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/it/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/it/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/it/acctchrt_renter.gnucash-xea +share/gnucash/accounts/it/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/it/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/it/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/ja/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/ja/acctchrt_business.gnucash-xea +share/gnucash/accounts/ja/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/ja/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/ja/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/ja/acctchrt_common.gnucash-xea +share/gnucash/accounts/ja/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/ja/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/ja/acctchrt_full.gnucash-xea +share/gnucash/accounts/ja/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/ja/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/ja/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/ja/acctchrt_renter.gnucash-xea +share/gnucash/accounts/ja/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/ja/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/ja/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/ko/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/ko/acctchrt_business.gnucash-xea +share/gnucash/accounts/ko/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/ko/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/ko/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/ko/acctchrt_common.gnucash-xea +share/gnucash/accounts/ko/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/ko/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/ko/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/ko/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/ko/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/ko/acctchrt_renter.gnucash-xea +share/gnucash/accounts/ko/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/ko/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/ko/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/lv/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/lv/acctchrt_business.gnucash-xea +share/gnucash/accounts/lv/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/lv/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/lv/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/lv/acctchrt_common.gnucash-xea +share/gnucash/accounts/lv/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/lv/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/lv/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/lv/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/lv/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/lv/acctchrt_renter.gnucash-xea +share/gnucash/accounts/lv/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/lv/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/lv/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/nb/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/nb/acctchrt_business.gnucash-xea +share/gnucash/accounts/nb/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/nb/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/nb/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/nb/acctchrt_common.gnucash-xea +share/gnucash/accounts/nb/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/nb/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/nb/acctchrt_full.gnucash-xea +share/gnucash/accounts/nb/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/nb/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/nb/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/nb/acctchrt_renter.gnucash-xea +share/gnucash/accounts/nb/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/nb/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/nb/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/nl/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/nl/acctchrt_full.gnucash-xea +share/gnucash/accounts/pl/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/pl/acctchrt_business.gnucash-xea +share/gnucash/accounts/pl/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/pl/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/pl/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/pl/acctchrt_common.gnucash-xea +share/gnucash/accounts/pl/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/pl/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/pl/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/pl/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/pl/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/pl/acctchrt_renter.gnucash-xea +share/gnucash/accounts/pl/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/pl/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/pl/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_common.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_currency.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_renter.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/ru/acctchrt_common.gnucash-xea +share/gnucash/accounts/ru/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/ru/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/ru/acctchrt_renter.gnucash-xea +share/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/sk/acctchrt_common.gnucash-xea +share/gnucash/accounts/sk/acctchrt_currency.gnucash-xea +share/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/sk/acctchrt_renter.gnucash-xea +share/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_common.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/tr_TR/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_brokerage.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_business.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_carloan.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_checkbook.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_childcare.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_common.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_eduloan.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_homeloan.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_homeown.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_otherloan.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_renter.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_retiremt.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea +share/gnucash/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea +share/gnucash/checks/deluxe.chk +share/gnucash/checks/liberty.chk +share/gnucash/checks/quicken.chk +share/gnucash/checks/quicken_wallet.chk +share/gnucash/checks/voucher.chk +share/gnucash/doc/AUTHORS +share/gnucash/doc/COPYING +share/gnucash/doc/ChangeLog +share/gnucash/doc/ChangeLog.2003 +share/gnucash/doc/ChangeLog.2004 +share/gnucash/doc/ChangeLog.2005 +share/gnucash/doc/ChangeLog.2006 +share/gnucash/doc/ChangeLog.2007 +share/gnucash/doc/ChangeLog.2008 +share/gnucash/doc/ChangeLog.2009 +share/gnucash/doc/DOCUMENTERS +share/gnucash/doc/HACKING +share/gnucash/doc/INSTALL +share/gnucash/doc/LICENSE +share/gnucash/doc/NEWS +share/gnucash/doc/README +share/gnucash/doc/README-de.win32-bin.txt +share/gnucash/doc/README-fr.win32-bin.txt +share/gnucash/doc/README-it.win32-bin.txt +share/gnucash/doc/README-lv.win32-bin.txt +share/gnucash/doc/README-nl.win32-bin.txt +share/gnucash/doc/README-zh_CN.win32-bin.txt +share/gnucash/doc/README.dependencies +share/gnucash/doc/README.francais +share/gnucash/doc/README.german +share/gnucash/doc/README.win32-bin.txt +share/gnucash/doc/examples/Money95bank_fr.qif +share/gnucash/doc/examples/Money95invst_fr.qif +share/gnucash/doc/examples/Money95mfunds_fr.qif +share/gnucash/doc/examples/Money95stocks_fr.qif +share/gnucash/doc/examples/README +share/gnucash/doc/examples/abc-all.qif +share/gnucash/doc/examples/abc.qif +share/gnucash/doc/examples/bogus.qif +share/gnucash/doc/examples/cbb-export.qif +share/gnucash/doc/examples/currency_tree_xml.gnucash +share/gnucash/doc/examples/every.qif +share/gnucash/doc/examples/ms-money.qif +share/gnucash/doc/examples/quicktest.qif +share/gnucash/doc/examples/swipe.qif +share/gnucash/doc/examples/taxreport.gnucash +share/gnucash/doc/examples/web.qif +share/gnucash/doc/guile-hackers.txt +share/gnucash/doc/projects.html +share/gnucash/glade/account.glade +share/gnucash/glade/acctperiod.glade +%%AQBANKING%%share/gnucash/glade/aqbanking.glade +share/gnucash/glade/autoclear.glade +share/gnucash/glade/bi_import.glade +share/gnucash/glade/billterms.glade +share/gnucash/glade/budget.glade +share/gnucash/glade/businessprefs.glade +share/gnucash/glade/choose-owner.glade +share/gnucash/glade/commodities.glade +share/gnucash/glade/commodity.glade +share/gnucash/glade/custom-report-dialog.glade +share/gnucash/glade/customer.glade +share/gnucash/glade/date-close.glade +share/gnucash/glade/dialog-book-close.glade +share/gnucash/glade/dialog-file-access.glade +share/gnucash/glade/dialog-object-references.glade +share/gnucash/glade/dialog-query-list.glade +share/gnucash/glade/dialog-reset-warnings.glade +share/gnucash/glade/druid-gconf-setup.glade +share/gnucash/glade/druid-gnc-xml-import.glade +share/gnucash/glade/druid-provider-multifile.glade +share/gnucash/glade/employee.glade +share/gnucash/glade/exchange-dialog.glade +share/gnucash/glade/fincalc.glade +share/gnucash/glade/generic-import.glade +share/gnucash/glade/gnc-csv-preview-dialog.glade +share/gnucash/glade/gnc-date-format.glade +share/gnucash/glade/gnc-gui-query.glade +share/gnucash/glade/import-provider-format.glade +share/gnucash/glade/invoice.glade +share/gnucash/glade/job.glade +share/gnucash/glade/lots.glade +share/gnucash/glade/newuser.glade +share/gnucash/glade/order.glade +share/gnucash/glade/payment.glade +share/gnucash/glade/preferences.glade +share/gnucash/glade/price.glade +share/gnucash/glade/print.glade +share/gnucash/glade/progress.glade +share/gnucash/glade/qif.glade +share/gnucash/glade/reconcile.glade +share/gnucash/glade/register.glade +share/gnucash/glade/report.glade +share/gnucash/glade/sched-xact.glade +share/gnucash/glade/search.glade +share/gnucash/glade/stocks.glade +share/gnucash/glade/tax-tables.glade +share/gnucash/glade/tax.glade +share/gnucash/glade/totd.glade +share/gnucash/glade/transfer.glade +share/gnucash/glade/userpass.glade +share/gnucash/glade/vendor.glade +share/gnucash/gnome +share/gnucash/guile-modules/gnucash/app-utils.scm +share/gnucash/guile-modules/gnucash/business-core.scm +share/gnucash/guile-modules/gnucash/business-gnome.scm +share/gnucash/guile-modules/gnucash/business-utils.scm +share/gnucash/guile-modules/gnucash/core-utils.scm +share/gnucash/guile-modules/gnucash/dialog-tax-table.scm +share/gnucash/guile-modules/gnucash/engine.scm +share/gnucash/guile-modules/gnucash/gnc-module.scm +share/gnucash/guile-modules/gnucash/gnome-utils.scm +share/gnucash/guile-modules/gnucash/import-export/qif-import.scm +share/gnucash/guile-modules/gnucash/main.scm +share/gnucash/guile-modules/gnucash/price-quotes.scm +share/gnucash/guile-modules/gnucash/printf.scm +share/gnucash/guile-modules/gnucash/report/aging.scm +share/gnucash/guile-modules/gnucash/report/balsheet-eg.css +share/gnucash/guile-modules/gnucash/report/balsheet-eg.eguile.scm +share/gnucash/guile-modules/gnucash/report/business-reports.scm +share/gnucash/guile-modules/gnucash/report/customer-summary.scm +share/gnucash/guile-modules/gnucash/report/easy-invoice.scm +share/gnucash/guile-modules/gnucash/report/eguile-gnc.scm +share/gnucash/guile-modules/gnucash/report/eguile-html-utilities.scm +share/gnucash/guile-modules/gnucash/report/eguile-utilities.scm +share/gnucash/guile-modules/gnucash/report/fancy-invoice.scm +share/gnucash/guile-modules/gnucash/report/hello-world.scm +share/gnucash/guile-modules/gnucash/report/invoice.scm +share/gnucash/guile-modules/gnucash/report/job-report.scm +share/gnucash/guile-modules/gnucash/report/locale-specific/de_DE.scm +share/gnucash/guile-modules/gnucash/report/locale-specific/us.scm +share/gnucash/guile-modules/gnucash/report/owner-report.scm +share/gnucash/guile-modules/gnucash/report/payables.scm +share/gnucash/guile-modules/gnucash/report/receivables.scm +share/gnucash/guile-modules/gnucash/report/report-gnome.scm +share/gnucash/guile-modules/gnucash/report/report-system.scm +share/gnucash/guile-modules/gnucash/report/standard-reports.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/account-piecharts.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/account-summary.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/advanced-portfolio.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/average-balance.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/balance-sheet.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/balsheet-eg.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/budget-balance-sheet.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/budget-barchart.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/budget-flow.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/budget-income-statement.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/budget.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/cash-flow.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/category-barchart.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/daily-reports.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/equity-statement.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/general-journal.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/general-ledger.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/income-statement.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/net-barchart.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/portfolio.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/price-scatter.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/register.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/sx-summary.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/transaction.scm +share/gnucash/guile-modules/gnucash/report/standard-reports/trial-balance.scm +share/gnucash/guile-modules/gnucash/report/stylesheet-easy.scm +share/gnucash/guile-modules/gnucash/report/stylesheet-fancy.scm +share/gnucash/guile-modules/gnucash/report/stylesheet-footer.scm +share/gnucash/guile-modules/gnucash/report/stylesheet-plain.scm +share/gnucash/guile-modules/gnucash/report/stylesheets.scm +share/gnucash/guile-modules/gnucash/report/taxinvoice.css +share/gnucash/guile-modules/gnucash/report/taxinvoice.eguile.scm +share/gnucash/guile-modules/gnucash/report/taxinvoice.scm +share/gnucash/guile-modules/gnucash/report/taxtxf-de_DE.scm +share/gnucash/guile-modules/gnucash/report/taxtxf.scm +share/gnucash/guile-modules/gnucash/report/utility-reports.scm +share/gnucash/guile-modules/gnucash/report/view-column.scm +share/gnucash/guile-modules/gnucash/report/welcome-to-gnucash.scm +share/gnucash/guile-modules/gnucash/tax/de_DE.scm +share/gnucash/guile-modules/gnucash/tax/us.scm +share/gnucash/guile-modules/www/cgi.scm +share/gnucash/guile-modules/www/http.scm +share/gnucash/guile-modules/www/main.scm +share/gnucash/guile-modules/www/url.scm +share/gnucash/pixmaps/gnc-account-16.png +share/gnucash/pixmaps/gnc-account-delete-16.png +share/gnucash/pixmaps/gnc-account-delete.png +share/gnucash/pixmaps/gnc-account-edit-16.png +share/gnucash/pixmaps/gnc-account-edit.png +share/gnucash/pixmaps/gnc-account-new-16.png +share/gnucash/pixmaps/gnc-account-new.png +share/gnucash/pixmaps/gnc-account-open-16.png +share/gnucash/pixmaps/gnc-account-open.png +share/gnucash/pixmaps/gnc-account.png +share/gnucash/pixmaps/gnc-invoice-16.png +share/gnucash/pixmaps/gnc-invoice-duplicate-16.png +share/gnucash/pixmaps/gnc-invoice-duplicate.png +share/gnucash/pixmaps/gnc-invoice-edit-16.png +share/gnucash/pixmaps/gnc-invoice-edit.png +share/gnucash/pixmaps/gnc-invoice-new-16.png +share/gnucash/pixmaps/gnc-invoice-new.png +share/gnucash/pixmaps/gnc-invoice-pay-16.png +share/gnucash/pixmaps/gnc-invoice-pay.png +share/gnucash/pixmaps/gnc-invoice-post-16.png +share/gnucash/pixmaps/gnc-invoice-post.png +share/gnucash/pixmaps/gnc-invoice-unpost-16.png +share/gnucash/pixmaps/gnc-invoice-unpost.png +share/gnucash/pixmaps/gnc-invoice.png +share/gnucash/pixmaps/gnc-jumpto-16.png +share/gnucash/pixmaps/gnc-jumpto.png +share/gnucash/pixmaps/gnc-split-trans-16.png +share/gnucash/pixmaps/gnc-split-trans.png +share/gnucash/pixmaps/gnc-sx-new-16.png +share/gnucash/pixmaps/gnc-sx-new.png +share/gnucash/pixmaps/gnc-transfer-16.png +share/gnucash/pixmaps/gnc-transfer.png +share/gnucash/pixmaps/gnucash-icon-128x128.png +share/gnucash/pixmaps/gnucash-icon-16x16.png +share/gnucash/pixmaps/gnucash-icon-256x256.png +share/gnucash/pixmaps/gnucash-icon-32x32.png +share/gnucash/pixmaps/gnucash-icon-48x48.bmp +share/gnucash/pixmaps/gnucash-icon-48x48.png +share/gnucash/pixmaps/gnucash-icon-64x64.png +share/gnucash/pixmaps/gnucash-icon-96x96.png +share/gnucash/pixmaps/gnucash-icon.ico +share/gnucash/pixmaps/gnucash_splash.png +share/gnucash/pixmaps/stock_split_title.png +share/gnucash/pixmaps/stock_split_watermark.png +share/gnucash/scm/build-config.scm +share/gnucash/scm/business-options.scm +share/gnucash/scm/business-prefs.scm +share/gnucash/scm/c-interface.scm +share/gnucash/scm/command-line.scm +share/gnucash/scm/commodity-table.scm +share/gnucash/scm/commodity-utilities.scm +share/gnucash/scm/config-var.scm +share/gnucash/scm/date-utilities.scm +share/gnucash/scm/doc.scm +share/gnucash/scm/engine-interface.scm +share/gnucash/scm/engine-utilities.scm +share/gnucash/scm/fin.scm +share/gnucash/scm/gnc-menu-extensions.scm +share/gnucash/scm/gnc-numeric.scm +share/gnucash/scm/gnumeric/gnumeric-utilities.scm +share/gnucash/scm/gnumeric/table-utils.scm +share/gnucash/scm/hooks.scm +share/gnucash/scm/html-acct-table.scm +share/gnucash/scm/html-barchart.scm +share/gnucash/scm/html-document.scm +share/gnucash/scm/html-fonts.scm +share/gnucash/scm/html-linechart.scm +share/gnucash/scm/html-piechart.scm +share/gnucash/scm/html-scatter.scm +share/gnucash/scm/html-style-info.scm +share/gnucash/scm/html-style-sheet.scm +share/gnucash/scm/html-table.scm +share/gnucash/scm/html-text.scm +share/gnucash/scm/html-utilities.scm +share/gnucash/scm/main-window.scm +share/gnucash/scm/options-utilities.scm +share/gnucash/scm/options.scm +share/gnucash/scm/prefs.scm +share/gnucash/scm/qif-import/qif-dialog-utils.scm +share/gnucash/scm/qif-import/qif-file.scm +share/gnucash/scm/qif-import/qif-guess-map.scm +share/gnucash/scm/qif-import/qif-import.scm +share/gnucash/scm/qif-import/qif-merge-groups.scm +share/gnucash/scm/qif-import/qif-objects.scm +share/gnucash/scm/qif-import/qif-parse.scm +share/gnucash/scm/qif-import/qif-to-gnc.scm +share/gnucash/scm/qif-import/qif-utils.scm +share/gnucash/scm/report-utilities.scm +share/gnucash/scm/report.scm +share/gnucash/scm/simple-obj.scm +share/gnucash/scm/string.scm +share/gnucash/scm/substring-search.scm +share/gnucash/scm/txf-de_DE.scm +share/gnucash/scm/txf-help-de_DE.scm +share/gnucash/scm/txf-help.scm +share/gnucash/scm/txf.scm +share/gnucash/scm/xml-generator.scm +share/gnucash/tip_of_the_day.list +share/gnucash/ui/gnc-main-window-ui.xml +share/gnucash/ui/gnc-plugin-account-tree-ui.xml +%%AQBANKING%%share/gnucash/ui/gnc-plugin-aqbanking-ui.xml +share/gnucash/ui/gnc-plugin-basic-commands-ui.xml +share/gnucash/ui/gnc-plugin-bi_import-ui.xml +share/gnucash/ui/gnc-plugin-budget-ui.xml +share/gnucash/ui/gnc-plugin-business-ui.xml +share/gnucash/ui/gnc-plugin-csv-ui.xml +share/gnucash/ui/gnc-plugin-file-history-ui.xml +share/gnucash/ui/gnc-plugin-log-replay-ui.xml +%%OFX%%share/gnucash/ui/gnc-plugin-ofx-ui.xml +share/gnucash/ui/gnc-plugin-page-account-tree-ui.xml +share/gnucash/ui/gnc-plugin-page-budget-ui.xml +share/gnucash/ui/gnc-plugin-page-invoice-ui.xml +share/gnucash/ui/gnc-plugin-page-register-ui.xml +share/gnucash/ui/gnc-plugin-page-report-ui.xml +share/gnucash/ui/gnc-plugin-page-sx-list-ui.xml +share/gnucash/ui/gnc-plugin-page-sxregister-ui.xml +share/gnucash/ui/gnc-plugin-qif-import-ui.xml +share/gnucash/ui/gnc-plugin-register-ui.xml +share/gnucash/ui/gnc-plugin-stylesheets-ui.xml +share/gnucash/ui/gnc-reconcile-window-ui.xml +share/gnucash/ui/gnc-sxed-to-create-window-ui.xml +share/gnucash/ui/gnc-sxed-window-ui-full.xml +share/gnucash/ui/gnc-sxed-window-ui.xml +share/gnucash/ui/osx_accel_map +share/icons/hicolor/128x128/apps/gnucash-icon.png +share/icons/hicolor/16x16/apps/gnucash-icon.png +share/icons/hicolor/22x22/apps/gnucash-icon.png +share/icons/hicolor/24x24/apps/gnucash-icon.png +share/icons/hicolor/256x256/apps/gnucash-icon.png +share/icons/hicolor/32x32/apps/gnucash-icon.png +share/icons/hicolor/48x48/apps/gnucash-icon.png +share/icons/hicolor/64x64/apps/gnucash-icon.png +share/icons/hicolor/96x96/apps/gnucash-icon.png +share/icons/hicolor/scalable/apps/gnucash-icon.svg +share/locale/bg/LC_MESSAGES/gnucash.mo +share/locale/ca/LC_MESSAGES/gnucash.mo +share/locale/cs/LC_MESSAGES/gnucash.mo +share/locale/da/LC_MESSAGES/gnucash.mo +share/locale/de/LC_MESSAGES/gnucash.mo +share/locale/el/LC_MESSAGES/gnucash.mo +share/locale/en_GB/LC_MESSAGES/gnucash.mo +share/locale/es/LC_MESSAGES/gnucash.mo +share/locale/es_NI/LC_MESSAGES/gnucash.mo +share/locale/eu/LC_MESSAGES/gnucash.mo +share/locale/fa/LC_MESSAGES/gnucash.mo +share/locale/fi/LC_MESSAGES/gnucash.mo +share/locale/fr/LC_MESSAGES/gnucash.mo +share/locale/he/LC_MESSAGES/gnucash.mo +share/locale/hu/LC_MESSAGES/gnucash.mo +share/locale/it/LC_MESSAGES/gnucash.mo +share/locale/ja/LC_MESSAGES/gnucash.mo +share/locale/ko/LC_MESSAGES/gnucash.mo +share/locale/lt/LC_MESSAGES/gnucash.mo +share/locale/lv/LC_MESSAGES/gnucash.mo +share/locale/nb/LC_MESSAGES/gnucash.mo +share/locale/ne/LC_MESSAGES/gnucash.mo +share/locale/nl/LC_MESSAGES/gnucash.mo +share/locale/pl/LC_MESSAGES/gnucash.mo +share/locale/pt/LC_MESSAGES/gnucash.mo +share/locale/pt_BR/LC_MESSAGES/gnucash.mo +share/locale/ro/LC_MESSAGES/gnucash.mo +share/locale/ru/LC_MESSAGES/gnucash.mo +share/locale/rw/LC_MESSAGES/gnucash.mo +share/locale/sk/LC_MESSAGES/gnucash.mo +share/locale/sv/LC_MESSAGES/gnucash.mo +share/locale/ta/LC_MESSAGES/gnucash.mo +share/locale/tr/LC_MESSAGES/gnucash.mo +share/locale/uk/LC_MESSAGES/gnucash.mo +share/locale/vi/LC_MESSAGES/gnucash.mo +share/locale/zh_CN/LC_MESSAGES/gnucash.mo +share/locale/zh_TW/LC_MESSAGES/gnucash.mo +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/de_CH/LC_MESSAGES +@dirrmtry share/locale/de_CH +@dirrm share/gnucash/ui +@dirrm share/gnucash/scm/qif-import +@dirrm share/gnucash/scm/gnumeric +@dirrm share/gnucash/scm +@dirrm share/gnucash/pixmaps +@dirrm share/gnucash/guile-modules/www +@dirrm share/gnucash/guile-modules/gnucash/tax +@dirrm share/gnucash/guile-modules/gnucash/report/standard-reports +@dirrm share/gnucash/guile-modules/gnucash/report/locale-specific +@dirrm share/gnucash/guile-modules/gnucash/report +@dirrm share/gnucash/guile-modules/gnucash/import-export +@dirrm share/gnucash/guile-modules/gnucash +@dirrm share/gnucash/guile-modules +@dirrm share/gnucash/glade +@dirrm share/gnucash/doc/examples +@dirrm share/gnucash/doc +@dirrm share/gnucash/checks +@dirrm share/gnucash/accounts/zh_CN +@dirrm share/gnucash/accounts/tr_TR +@dirrm share/gnucash/accounts/sk +@dirrm share/gnucash/accounts/ru +@dirrm share/gnucash/accounts/pt_PT +@dirrm share/gnucash/accounts/pt_BR +@dirrm share/gnucash/accounts/pl +@dirrm share/gnucash/accounts/nl +@dirrm share/gnucash/accounts/nb +@dirrm share/gnucash/accounts/lv +@dirrm share/gnucash/accounts/ko +@dirrm share/gnucash/accounts/ja +@dirrm share/gnucash/accounts/it +@dirrm share/gnucash/accounts/hu_HU +@dirrm share/gnucash/accounts/fr_FR +@dirrm share/gnucash/accounts/fr_CH +@dirrm share/gnucash/accounts/fr_CA +@dirrm share/gnucash/accounts/fi_FI +@dirrm share/gnucash/accounts/es_MX +@dirrm share/gnucash/accounts/es_ES +@dirrm share/gnucash/accounts/en_GB +@dirrm share/gnucash/accounts/el_GR +@dirrm share/gnucash/accounts/de_DE +@dirrm share/gnucash/accounts/de_CH +@dirrm share/gnucash/accounts/de_AT +@dirrm share/gnucash/accounts/da +@dirrm share/gnucash/accounts/cs +@dirrm share/gnucash/accounts/C +@dirrm share/gnucash/accounts +@dirrm share/gnucash +@dirrm libexec/gnucash/overrides +@dirrm libexec/gnucash +%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/gnucash +@dirrm lib/gnucash +@dirrm include/gnucash +@dirrm etc/gnucash +@dirrmtry share/applications diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile new file mode 100644 index 000000000..0a212d4c3 --- /dev/null +++ b/graphics/gimp-app/Makefile @@ -0,0 +1,202 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD: ports/graphics/gimp-app/Makefile,v 1.253 2011/03/04 02:11:55 wen Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.53 2010/10/08 08:29:33 kwm Exp $ +# + +PORTNAME= gimp-app +DISTVERSION= 2.6.11 +PORTREVISION?= 3 +PORTEPOCH?= 1 +CATEGORIES?= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} +DISTNAME= gimp-${DISTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNU Image Manipulation Program + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ + jpeg.11:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff \ + lcms.1:${PORTSDIR}/graphics/lcms \ + gegl-0.1.105:${PORTSDIR}/graphics/gegl \ + babl-0.1:${PORTSDIR}/x11/babl +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + +CONFLICTS= gimp-app-devel-[0-9]* + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XORG= xpm xmu xext +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ + desktopfileutils +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \ + --disable-gtk-doc \ + --without-print \ + --disable-python \ + --with-desktop-dir=${PREFIX}/share \ + --docdir=${PREFIX}/share/doc/gimp \ + --enable-default-binary \ + --without-gnomevfs +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + GIMP_THREAD_LIBS=${PTHREAD_LIBS} + +.if !defined(GIMP_SLAVE) +WANT_GNOME= yes + +OPTIONS?= AA "Ascii Art plug-in" on \ + DBUS "D-BUS support" on \ + EXIF "reading meta-data from camera/scanner" on \ + GVFS "Use GVFS for the URI plug-in" on \ + HELPBROWSER "internal help browser" on \ + MNG "MNG format support" on \ + MP "multiple processor support" off \ + POPPLER "PDF format support" on \ + RSVG "SVG format support" on \ + SIMD "Use cpu-specific optimizations if available" off \ + WMF "wmf plugin" on +.endif + +.include <bsd.port.pre.mk> + +.if defined(GIMP_SLAVE) +PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config +GIMP_LIBS= `${PKG_CONFIG} --libs gimp-2.0` +GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0` +GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0` + +LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app + +.else + +MAN1+= gimp-2.6.1 gimptool-2.0.1 +MAN5+= gimprc-2.6.5 +MLINKS= gimp-2.6.1 gimp.1 \ + gimp-2.6.1 gimp-console-2.6.1 \ + gimp-console-2.6.1 gimp-console.1 \ + gimprc-2.6.5 gimprc.5 + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME) +USE_GNOME+= desktopfileutils gnomehier +PLIST_SUB+= GNOME="" +.else +PLIST_SUB+= GNOME="@comment " +.endif + +.if defined(WITH_AA) +LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib +PLIST_SUB+= AA="" +.else +CONFIGURE_ARGS+= --without-aa +PLIST_SUB+= AA="@comment " +.endif + +.if defined(WITH_DBUS) +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +CONFIGURE_ARGS+= --with-dbus +.else +CONFIGURE_ARGS+= --without-dbus +.endif + +.if defined(WITH_EXIF) +LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +.else +CONFIGURE_ARGS+= --without-libexif +.endif + +.if defined(WITH_GVFS) || ${HAVE_GNOME:Mgvfs}!="" +LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring +USE_GNOME+= gvfs +. if ${HAVE_GNOME:Mlibgnomeui}!="" +USE_GNOME+= libgnomeui +. endif +.endif + +.if defined(WITH_HELPBROWSER) +LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 +CONFIGURE_ARGS+= --with-webkit +PLIST_SUB+= HELPBROWSER="" +.else +CONFIGURE_ARGS+= --without-webkit +PLIST_SUB+= HELPBROWSER="@comment " +.endif + +.if defined(WITH_MNG) +LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng +PLIST_SUB+= MNG="" +.else +CONFIGURE_ARGS+= --without-libmng +PLIST_SUB+= MNG="@comment " +.endif + +.if defined(WITH_MP) +CONFIGURE_ARGS+= --enable-mp +.else +CONFIGURE_ARGS+= --disable-mp +.endif + +.if defined(WITH_POPPLER) +LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk +PLIST_SUB+= POPPLER="" +.else +CONFIGURE_ARGS+= --without-poppler +PLIST_SUB+= POPPLER="@comment " +.endif + +.if defined(WITH_RSVG) +USE_GNOME+= librsvg2 +PLIST_SUB+= SVG="" +.else +CONFIGURE_ARGS+= --without-librsvg +PLIST_SUB+= SVG="@comment " +.endif + +.if defined(WITH_WMF) +LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf +PLIST_SUB+= WMF="" +.else +CONFIGURE_ARGS+= --without-wmf +PLIST_SUB+= WMF="@comment " +.endif + +.if !defined(WITH_SIMD) +CONFIGURE_ARGS+= --disable-mmx \ + --disable-sse \ + --disable-altivec +.endif + +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \ + s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \ + s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \ + ${WRKSRC}/plug-ins/pygimp/Makefile.in + @${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \ + -e 's|x86_64|amd64|g' \ + ${WRKSRC}/configure + +post-install: + @-update-desktop-database + +.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo new file mode 100644 index 000000000..f7fe1e379 --- /dev/null +++ b/graphics/gimp-app/distinfo @@ -0,0 +1,3 @@ +MD5 (gimp-2.6.11.tar.bz2) = bb2939fe13e54fc7255cef5d097bb5dd +SHA256 (gimp-2.6.11.tar.bz2) = 9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1 +SIZE (gimp-2.6.11.tar.bz2) = 16473561 diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure new file mode 100644 index 000000000..1a89a1cc2 --- /dev/null +++ b/graphics/gimp-app/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Thu Nov 23 15:16:53 2006 ++++ configure Sun Dec 31 19:29:32 2006 +@@ -29404,6 +29404,7 @@ + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest +@@ -38514,9 +38515,9 @@ + fi + + +-gimpdatadir="$datadir/$PACKAGE/2.0" +-gimpplugindir="$libdir/$PACKAGE/2.0" +-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpdatadir="$datadir/$PACKAGE" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" + + + diff --git a/graphics/gimp-app/files/patch-libgimp_gimp.c b/graphics/gimp-app/files/patch-libgimp_gimp.c new file mode 100644 index 000000000..a1bb86bbf --- /dev/null +++ b/graphics/gimp-app/files/patch-libgimp_gimp.c @@ -0,0 +1,20 @@ +--- libgimp/gimp.c.orig Fri Sep 1 06:14:32 2006 ++++ libgimp/gimp.c Sun Dec 31 15:56:37 2006 +@@ -29,6 +29,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +@@ -291,6 +292,9 @@ + gimp_env_init (TRUE); + + progname = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + basename = g_path_get_basename (progname); + diff --git a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in new file mode 100644 index 000000000..4f46084a0 --- /dev/null +++ b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in @@ -0,0 +1,104 @@ +--- plug-ins/pygimp/Makefile.in.orig 2008-08-31 09:39:24.157774518 -0500 ++++ plug-ins/pygimp/Makefile.in 2008-08-31 09:42:47.663351903 -0500 +@@ -61,7 +61,7 @@ + pygimpLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(pygimp_LTLIBRARIES) + am__DEPENDENCIES_1 = +-_gimpenums_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \ ++_gimpenums_la_DEPENDENCIES = \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) + am__gimpenums_la_OBJECTS = gimpenumsmodule.lo +@@ -69,16 +69,15 @@ + _gimpenums_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(_gimpenums_la_LDFLAGS) $(LDFLAGS) -o $@ +-_gimpui_la_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ +- $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \ +- $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ ++_gimpui_la_DEPENDENCIES = \ ++ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + am__gimpui_la_OBJECTS = gimpuimodule.lo gimpui.lo + _gimpui_la_OBJECTS = $(am__gimpui_la_OBJECTS) + _gimpui_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(_gimpui_la_LDFLAGS) $(LDFLAGS) -o $@ +-gimp_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \ ++gimp_la_DEPENDENCIES = \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) + am_gimp_la_OBJECTS = gimpmodule.lo pygimp-display.lo \ +@@ -88,14 +87,14 @@ + gimp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gimp_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +-gimpcolor_la_DEPENDENCIES = $(libgimpcolor) $(am__DEPENDENCIES_1) \ ++gimpcolor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) + am_gimpcolor_la_OBJECTS = gimpcolormodule.lo pygimp-colors.lo + gimpcolor_la_OBJECTS = $(am_gimpcolor_la_OBJECTS) + gimpcolor_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(gimpcolor_la_LDFLAGS) $(LDFLAGS) -o $@ +-gimpthumb_la_DEPENDENCIES = $(libgimpthumb) $(am__DEPENDENCIES_1) \ ++gimpthumb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) + am_gimpthumb_la_OBJECTS = gimpthumbmodule.lo gimpthumb.lo + gimpthumb_la_OBJECTS = $(am_gimpthumb_la_OBJECTS) +@@ -486,9 +485,7 @@ + -export-symbols-regex initgimp + + gimp_la_LIBADD = \ +- $(libgimp) \ +- $(libgimpcolor) \ +- $(libgimpbase) \ ++ %%GIMP_LIBS%% \ + $(GLIB_LIBS) \ + $(PYLINK_LIBS) \ + $(RT_LIBS) +@@ -500,9 +497,7 @@ + -export-symbols-regex init_gimpenums + + _gimpenums_la_LIBADD = \ +- $(libgimp) \ +- $(libgimpcolor) \ +- $(libgimpbase) \ ++ %%GIMP_LIBS%% \ + $(GLIB_LIBS) \ + $(PYLINK_LIBS) \ + $(RT_LIBS) +@@ -517,7 +512,7 @@ + -export-symbols-regex initgimpcolor + + gimpcolor_la_LIBADD = \ +- $(libgimpcolor) \ ++ %%GIMP_LIBS%% \ + $(GLIB_LIBS) \ + $(PYLINK_LIBS) + +@@ -529,13 +524,8 @@ + -export-symbols-regex init_gimpui + + _gimpui_la_LIBADD = \ +- $(libgimpui) \ +- $(libgimpwidgets) \ +- $(libgimpconfig) \ +- $(libgimpmath) \ +- $(libgimp) \ +- $(libgimpcolor) \ +- $(libgimpbase) \ ++ %%GIMP_LIBS%% \ ++ %%GIMP_UI_LIBS%% \ + $(GTK_LIBS) \ + $(PYLINK_LIBS) \ + $(RT_LIBS) \ +@@ -549,7 +539,7 @@ + -export-symbols-regex initgimpthumb + + gimpthumb_la_LIBADD = \ +- $(libgimpthumb) \ ++ %%GIMP_THUMB_LIBS%% \ + $(GDK_PIXBUF_LIBS) \ + $(PYLINK_LIBS) + diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr new file mode 100644 index 000000000..4d7f49925 --- /dev/null +++ b/graphics/gimp-app/pkg-descr @@ -0,0 +1,19 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist new file mode 100644 index 000000000..58e1df0ec --- /dev/null +++ b/graphics/gimp-app/pkg-plist @@ -0,0 +1,2138 @@ +bin/gimp +bin/gimp-2.6 +bin/gimp-console +bin/gimp-console-2.6 +bin/gimptool-2.0 +etc/gimp/2.2/controllerrc +etc/gimp/2.2/gimprc +etc/gimp/2.2/gtkrc +etc/gimp/2.2/menurc +etc/gimp/2.2/ps-menurc +etc/gimp/2.2/sessionrc +etc/gimp/2.2/templaterc +etc/gimp/2.2/unitrc +include/gimp-2.0/libgimp/gimp.h +include/gimp-2.0/libgimp/gimp_pdb.h +include/gimp-2.0/libgimp/gimpaspectpreview.h +include/gimp-2.0/libgimp/gimpbrush_pdb.h +include/gimp-2.0/libgimp/gimpbrushes.h +include/gimp-2.0/libgimp/gimpbrushes_pdb.h +include/gimp-2.0/libgimp/gimpbrushmenu.h +include/gimp-2.0/libgimp/gimpbrushselect.h +include/gimp-2.0/libgimp/gimpbrushselect_pdb.h +include/gimp-2.0/libgimp/gimpbrushselectbutton.h +include/gimp-2.0/libgimp/gimpbuffer_pdb.h +include/gimp-2.0/libgimp/gimpchannel.h +include/gimp-2.0/libgimp/gimpchannel_pdb.h +include/gimp-2.0/libgimp/gimpcolor_pdb.h +include/gimp-2.0/libgimp/gimpcompat.h +include/gimp-2.0/libgimp/gimpcontext_pdb.h +include/gimp-2.0/libgimp/gimpconvert_pdb.h +include/gimp-2.0/libgimp/gimpdisplay_pdb.h +include/gimp-2.0/libgimp/gimpdrawable.h +include/gimp-2.0/libgimp/gimpdrawable_pdb.h +include/gimp-2.0/libgimp/gimpdrawablepreview.h +include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h +include/gimp-2.0/libgimp/gimpedit_pdb.h +include/gimp-2.0/libgimp/gimpenums.h +include/gimp-2.0/libgimp/gimpexport.h +include/gimp-2.0/libgimp/gimpfileops_pdb.h +include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h +include/gimp-2.0/libgimp/gimpfontmenu.h +include/gimp-2.0/libgimp/gimpfonts_pdb.h +include/gimp-2.0/libgimp/gimpfontselect.h +include/gimp-2.0/libgimp/gimpfontselect_pdb.h +include/gimp-2.0/libgimp/gimpfontselectbutton.h +include/gimp-2.0/libgimp/gimpgimprc.h +include/gimp-2.0/libgimp/gimpgimprc_pdb.h +include/gimp-2.0/libgimp/gimpgradient_pdb.h +include/gimp-2.0/libgimp/gimpgradientmenu.h +include/gimp-2.0/libgimp/gimpgradients.h +include/gimp-2.0/libgimp/gimpgradients_pdb.h +include/gimp-2.0/libgimp/gimpgradientselect.h +include/gimp-2.0/libgimp/gimpgradientselect_pdb.h +include/gimp-2.0/libgimp/gimpgradientselectbutton.h +include/gimp-2.0/libgimp/gimpgrid_pdb.h +include/gimp-2.0/libgimp/gimpguides_pdb.h +include/gimp-2.0/libgimp/gimphelp_pdb.h +include/gimp-2.0/libgimp/gimpimage.h +include/gimp-2.0/libgimp/gimpimage_pdb.h +include/gimp-2.0/libgimp/gimpimagecombobox.h +include/gimp-2.0/libgimp/gimpitemcombobox.h +include/gimp-2.0/libgimp/gimplayer.h +include/gimp-2.0/libgimp/gimplayer_pdb.h +include/gimp-2.0/libgimp/gimpmenu.h +include/gimp-2.0/libgimp/gimpmessage_pdb.h +include/gimp-2.0/libgimp/gimpmisc_pdb.h +include/gimp-2.0/libgimp/gimppainttools_pdb.h +include/gimp-2.0/libgimp/gimppalette.h +include/gimp-2.0/libgimp/gimppalette_pdb.h +include/gimp-2.0/libgimp/gimppalettemenu.h +include/gimp-2.0/libgimp/gimppalettes.h +include/gimp-2.0/libgimp/gimppalettes_pdb.h +include/gimp-2.0/libgimp/gimppaletteselect.h +include/gimp-2.0/libgimp/gimppaletteselect_pdb.h +include/gimp-2.0/libgimp/gimppaletteselectbutton.h +include/gimp-2.0/libgimp/gimpparasite_pdb.h +include/gimp-2.0/libgimp/gimppaths_pdb.h +include/gimp-2.0/libgimp/gimppattern_pdb.h +include/gimp-2.0/libgimp/gimppatternmenu.h +include/gimp-2.0/libgimp/gimppatterns.h +include/gimp-2.0/libgimp/gimppatterns_pdb.h +include/gimp-2.0/libgimp/gimppatternselect.h +include/gimp-2.0/libgimp/gimppatternselect_pdb.h +include/gimp-2.0/libgimp/gimppatternselectbutton.h +include/gimp-2.0/libgimp/gimppixbuf.h +include/gimp-2.0/libgimp/gimppixelfetcher.h +include/gimp-2.0/libgimp/gimppixelrgn.h +include/gimp-2.0/libgimp/gimpplugin.h +include/gimp-2.0/libgimp/gimpplugin_pdb.h +include/gimp-2.0/libgimp/gimpprocbrowserdialog.h +include/gimp-2.0/libgimp/gimpproceduraldb.h +include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h +include/gimp-2.0/libgimp/gimpprocview.h +include/gimp-2.0/libgimp/gimpprogress.h +include/gimp-2.0/libgimp/gimpprogress_pdb.h +include/gimp-2.0/libgimp/gimpprogressbar.h +include/gimp-2.0/libgimp/gimpregioniterator.h +include/gimp-2.0/libgimp/gimpselectbutton.h +include/gimp-2.0/libgimp/gimpselection.h +include/gimp-2.0/libgimp/gimpselection_pdb.h +include/gimp-2.0/libgimp/gimpselectiontools_pdb.h +include/gimp-2.0/libgimp/gimptextlayer_pdb.h +include/gimp-2.0/libgimp/gimptexttool_pdb.h +include/gimp-2.0/libgimp/gimptile.h +include/gimp-2.0/libgimp/gimptransformtools_pdb.h +include/gimp-2.0/libgimp/gimptypes.h +include/gimp-2.0/libgimp/gimpui.h +include/gimp-2.0/libgimp/gimpuitypes.h +include/gimp-2.0/libgimp/gimpundo_pdb.h +include/gimp-2.0/libgimp/gimpunit_pdb.h +include/gimp-2.0/libgimp/gimpvectors_pdb.h +include/gimp-2.0/libgimp/gimpzoompreview.h +include/gimp-2.0/libgimpbase/gimpbase.h +include/gimp-2.0/libgimpbase/gimpbaseenums.h +include/gimp-2.0/libgimpbase/gimpbasetypes.h +include/gimp-2.0/libgimpbase/gimpchecks.h +include/gimp-2.0/libgimpbase/gimpcpuaccel.h +include/gimp-2.0/libgimpbase/gimpdatafiles.h +include/gimp-2.0/libgimpbase/gimpenv.h +include/gimp-2.0/libgimpbase/gimplimits.h +include/gimp-2.0/libgimpbase/gimpmemsize.h +include/gimp-2.0/libgimpbase/gimpparam.h +include/gimp-2.0/libgimpbase/gimpparasite.h +include/gimp-2.0/libgimpbase/gimpparasiteio.h +include/gimp-2.0/libgimpbase/gimprectangle.h +include/gimp-2.0/libgimpbase/gimpsignal.h +include/gimp-2.0/libgimpbase/gimpunit.h +include/gimp-2.0/libgimpbase/gimputils.h +include/gimp-2.0/libgimpbase/gimpversion.h +include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h +include/gimp-2.0/libgimpcolor/gimpbilinear.h +include/gimp-2.0/libgimpcolor/gimpcmyk.h +include/gimp-2.0/libgimpcolor/gimpcolor.h +include/gimp-2.0/libgimpcolor/gimpcolormanaged.h +include/gimp-2.0/libgimpcolor/gimpcolorspace.h +include/gimp-2.0/libgimpcolor/gimpcolortypes.h +include/gimp-2.0/libgimpcolor/gimphsl.h +include/gimp-2.0/libgimpcolor/gimphsv.h +include/gimp-2.0/libgimpcolor/gimprgb.h +include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h +include/gimp-2.0/libgimpconfig/gimpcolorconfig.h +include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h +include/gimp-2.0/libgimpconfig/gimpconfig-error.h +include/gimp-2.0/libgimpconfig/gimpconfig-iface.h +include/gimp-2.0/libgimpconfig/gimpconfig-params.h +include/gimp-2.0/libgimpconfig/gimpconfig-path.h +include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h +include/gimp-2.0/libgimpconfig/gimpconfig-utils.h +include/gimp-2.0/libgimpconfig/gimpconfig.h +include/gimp-2.0/libgimpconfig/gimpconfigtypes.h +include/gimp-2.0/libgimpconfig/gimpconfigwriter.h +include/gimp-2.0/libgimpconfig/gimpscanner.h +include/gimp-2.0/libgimpmath/gimpmath.h +include/gimp-2.0/libgimpmath/gimpmathtypes.h +include/gimp-2.0/libgimpmath/gimpmatrix.h +include/gimp-2.0/libgimpmath/gimpmd5.h +include/gimp-2.0/libgimpmath/gimpvector.h +include/gimp-2.0/libgimpmodule/gimpmodule.h +include/gimp-2.0/libgimpmodule/gimpmoduledb.h +include/gimp-2.0/libgimpmodule/gimpmoduletypes.h +include/gimp-2.0/libgimpthumb/gimpthumb-enums.h +include/gimp-2.0/libgimpthumb/gimpthumb-error.h +include/gimp-2.0/libgimpthumb/gimpthumb-types.h +include/gimp-2.0/libgimpthumb/gimpthumb-utils.h +include/gimp-2.0/libgimpthumb/gimpthumb.h +include/gimp-2.0/libgimpthumb/gimpthumbnail.h +include/gimp-2.0/libgimpwidgets/gimpbrowser.h +include/gimp-2.0/libgimpwidgets/gimpbutton.h +include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h +include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h +include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h +include/gimp-2.0/libgimpwidgets/gimpchainbutton.h +include/gimp-2.0/libgimpwidgets/gimpcolorarea.h +include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h +include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h +include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h +include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h +include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h +include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h +include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h +include/gimp-2.0/libgimpwidgets/gimpcolorscale.h +include/gimp-2.0/libgimpwidgets/gimpcolorscales.h +include/gimp-2.0/libgimpwidgets/gimpcolorselect.h +include/gimp-2.0/libgimpwidgets/gimpcolorselection.h +include/gimp-2.0/libgimpwidgets/gimpcolorselector.h +include/gimp-2.0/libgimpwidgets/gimpcontroller.h +include/gimp-2.0/libgimpwidgets/gimpdialog.h +include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h +include/gimp-2.0/libgimpwidgets/gimpenumlabel.h +include/gimp-2.0/libgimpwidgets/gimpenumstore.h +include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h +include/gimp-2.0/libgimpwidgets/gimpfileentry.h +include/gimp-2.0/libgimpwidgets/gimpframe.h +include/gimp-2.0/libgimpwidgets/gimphelpui.h +include/gimp-2.0/libgimpwidgets/gimphintbox.h +include/gimp-2.0/libgimpwidgets/gimpintcombobox.h +include/gimp-2.0/libgimpwidgets/gimpintstore.h +include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h +include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h +include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h +include/gimp-2.0/libgimpwidgets/gimppageselector.h +include/gimp-2.0/libgimpwidgets/gimppatheditor.h +include/gimp-2.0/libgimpwidgets/gimppickbutton.h +include/gimp-2.0/libgimpwidgets/gimppixmap.h +include/gimp-2.0/libgimpwidgets/gimppreview.h +include/gimp-2.0/libgimpwidgets/gimppreviewarea.h +include/gimp-2.0/libgimpwidgets/gimppropwidgets.h +include/gimp-2.0/libgimpwidgets/gimpquerybox.h +include/gimp-2.0/libgimpwidgets/gimpruler.h +include/gimp-2.0/libgimpwidgets/gimpscaleentry.h +include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h +include/gimp-2.0/libgimpwidgets/gimpsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpstock.h +include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h +include/gimp-2.0/libgimpwidgets/gimpunitmenu.h +include/gimp-2.0/libgimpwidgets/gimpwidgets.h +include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h +include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h +include/gimp-2.0/libgimpwidgets/gimpzoommodel.h +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimp-2.0.so +lib/libgimp-2.0.so.0 +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpbase-2.0.so +lib/libgimpbase-2.0.so.0 +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpcolor-2.0.so +lib/libgimpcolor-2.0.so.0 +lib/libgimpconfig-2.0.a +lib/libgimpconfig-2.0.la +lib/libgimpconfig-2.0.so +lib/libgimpconfig-2.0.so.0 +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmath-2.0.so +lib/libgimpmath-2.0.so.0 +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpmodule-2.0.so +lib/libgimpmodule-2.0.so.0 +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpthumb-2.0.so +lib/libgimpthumb-2.0.so.0 +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpui-2.0.so +lib/libgimpui-2.0.so.0 +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/libgimpwidgets-2.0.so +lib/libgimpwidgets-2.0.so.0 +libdata/pkgconfig/gimp-2.0.pc +libdata/pkgconfig/gimpthumb-2.0.pc +libdata/pkgconfig/gimpui-2.0.pc +libexec/gimp/2.2/environ/default.env +libexec/gimp/2.2/interpreters/default.interp +libexec/gimp/2.2/modules/libcolor-selector-cmyk.a +libexec/gimp/2.2/modules/libcolor-selector-cmyk.la +libexec/gimp/2.2/modules/libcolor-selector-cmyk.so +libexec/gimp/2.2/modules/libcolor-selector-water.a +libexec/gimp/2.2/modules/libcolor-selector-water.la +libexec/gimp/2.2/modules/libcolor-selector-water.so +libexec/gimp/2.2/modules/libcolor-selector-wheel.a +libexec/gimp/2.2/modules/libcolor-selector-wheel.la +libexec/gimp/2.2/modules/libcolor-selector-wheel.so +libexec/gimp/2.2/modules/libcontroller-midi.a +libexec/gimp/2.2/modules/libcontroller-midi.la +libexec/gimp/2.2/modules/libcontroller-midi.so +libexec/gimp/2.2/modules/libdisplay-filter-color-blind.a +libexec/gimp/2.2/modules/libdisplay-filter-color-blind.la +libexec/gimp/2.2/modules/libdisplay-filter-color-blind.so +libexec/gimp/2.2/modules/libdisplay-filter-gamma.a +libexec/gimp/2.2/modules/libdisplay-filter-gamma.la +libexec/gimp/2.2/modules/libdisplay-filter-gamma.so +libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.a +libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.la +libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.so +libexec/gimp/2.2/modules/libdisplay-filter-lcms.a +libexec/gimp/2.2/modules/libdisplay-filter-lcms.la +libexec/gimp/2.2/modules/libdisplay-filter-lcms.so +libexec/gimp/2.2/modules/libdisplay-filter-proof.a +libexec/gimp/2.2/modules/libdisplay-filter-proof.la +libexec/gimp/2.2/modules/libdisplay-filter-proof.so +libexec/gimp/2.2/plug-ins/alien-map +libexec/gimp/2.2/plug-ins/align-layers +libexec/gimp/2.2/plug-ins/animation-optimize +libexec/gimp/2.2/plug-ins/animation-play +libexec/gimp/2.2/plug-ins/antialias +libexec/gimp/2.2/plug-ins/apply-canvas +libexec/gimp/2.2/plug-ins/blinds +libexec/gimp/2.2/plug-ins/blur +libexec/gimp/2.2/plug-ins/blur-gauss +libexec/gimp/2.2/plug-ins/blur-gauss-selective +libexec/gimp/2.2/plug-ins/blur-motion +libexec/gimp/2.2/plug-ins/border-average +libexec/gimp/2.2/plug-ins/bump-map +libexec/gimp/2.2/plug-ins/cartoon +libexec/gimp/2.2/plug-ins/channel-mixer +libexec/gimp/2.2/plug-ins/checkerboard +libexec/gimp/2.2/plug-ins/cml-explorer +libexec/gimp/2.2/plug-ins/color-cube-analyze +libexec/gimp/2.2/plug-ins/color-enhance +libexec/gimp/2.2/plug-ins/color-exchange +libexec/gimp/2.2/plug-ins/color-rotate +libexec/gimp/2.2/plug-ins/color-to-alpha +libexec/gimp/2.2/plug-ins/colorify +libexec/gimp/2.2/plug-ins/colormap-remap +libexec/gimp/2.2/plug-ins/compose +libexec/gimp/2.2/plug-ins/contrast-normalize +libexec/gimp/2.2/plug-ins/contrast-retinex +libexec/gimp/2.2/plug-ins/contrast-stretch +libexec/gimp/2.2/plug-ins/contrast-stretch-hsv +libexec/gimp/2.2/plug-ins/convolution-matrix +libexec/gimp/2.2/plug-ins/crop-auto +libexec/gimp/2.2/plug-ins/crop-zealous +libexec/gimp/2.2/plug-ins/cubism +libexec/gimp/2.2/plug-ins/curve-bend +libexec/gimp/2.2/plug-ins/decompose +libexec/gimp/2.2/plug-ins/deinterlace +libexec/gimp/2.2/plug-ins/depth-merge +libexec/gimp/2.2/plug-ins/despeckle +libexec/gimp/2.2/plug-ins/destripe +libexec/gimp/2.2/plug-ins/diffraction +libexec/gimp/2.2/plug-ins/displace +libexec/gimp/2.2/plug-ins/edge +libexec/gimp/2.2/plug-ins/edge-dog +libexec/gimp/2.2/plug-ins/edge-laplace +libexec/gimp/2.2/plug-ins/edge-neon +libexec/gimp/2.2/plug-ins/edge-sobel +libexec/gimp/2.2/plug-ins/emboss +libexec/gimp/2.2/plug-ins/engrave +%%AA%%libexec/gimp/2.2/plug-ins/file-aa +libexec/gimp/2.2/plug-ins/file-bmp +libexec/gimp/2.2/plug-ins/file-cel +libexec/gimp/2.2/plug-ins/file-compressor +libexec/gimp/2.2/plug-ins/file-csource +libexec/gimp/2.2/plug-ins/file-desktop-link +libexec/gimp/2.2/plug-ins/file-dicom +libexec/gimp/2.2/plug-ins/file-faxg3 +libexec/gimp/2.2/plug-ins/file-fits +libexec/gimp/2.2/plug-ins/file-fli +libexec/gimp/2.2/plug-ins/file-gbr +libexec/gimp/2.2/plug-ins/file-gif-load +libexec/gimp/2.2/plug-ins/file-gif-save +libexec/gimp/2.2/plug-ins/file-gih +libexec/gimp/2.2/plug-ins/file-glob +libexec/gimp/2.2/plug-ins/file-header +libexec/gimp/2.2/plug-ins/file-html-table +libexec/gimp/2.2/plug-ins/file-ico +libexec/gimp/2.2/plug-ins/file-jpeg +%%MNG%%libexec/gimp/2.2/plug-ins/file-mng +libexec/gimp/2.2/plug-ins/file-pat +libexec/gimp/2.2/plug-ins/file-pcx +%%POPPLER%%libexec/gimp/2.2/plug-ins/file-pdf +libexec/gimp/2.2/plug-ins/file-pix +libexec/gimp/2.2/plug-ins/file-png +libexec/gimp/2.2/plug-ins/file-pnm +libexec/gimp/2.2/plug-ins/file-ps +libexec/gimp/2.2/plug-ins/file-psd-load +libexec/gimp/2.2/plug-ins/file-psd-save +libexec/gimp/2.2/plug-ins/file-psp +libexec/gimp/2.2/plug-ins/file-raw +libexec/gimp/2.2/plug-ins/file-sgi +libexec/gimp/2.2/plug-ins/file-sunras +%%SVG%%libexec/gimp/2.2/plug-ins/file-svg +libexec/gimp/2.2/plug-ins/file-tga +libexec/gimp/2.2/plug-ins/file-tiff-load +libexec/gimp/2.2/plug-ins/file-tiff-save +libexec/gimp/2.2/plug-ins/file-uri +%%WMF%%libexec/gimp/2.2/plug-ins/file-wmf +libexec/gimp/2.2/plug-ins/file-xbm +libexec/gimp/2.2/plug-ins/file-xjt +libexec/gimp/2.2/plug-ins/file-xpm +libexec/gimp/2.2/plug-ins/file-xwd +libexec/gimp/2.2/plug-ins/film +libexec/gimp/2.2/plug-ins/filter-pack +libexec/gimp/2.2/plug-ins/flame +libexec/gimp/2.2/plug-ins/fractal-explorer +libexec/gimp/2.2/plug-ins/fractal-trace +libexec/gimp/2.2/plug-ins/gee +libexec/gimp/2.2/plug-ins/gee-zoom +libexec/gimp/2.2/plug-ins/gfig +libexec/gimp/2.2/plug-ins/gimpressionist +libexec/gimp/2.2/plug-ins/gradient-flare +libexec/gimp/2.2/plug-ins/gradient-map +libexec/gimp/2.2/plug-ins/grid +libexec/gimp/2.2/plug-ins/guillotine +libexec/gimp/2.2/plug-ins/help +%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser +libexec/gimp/2.2/plug-ins/hot +libexec/gimp/2.2/plug-ins/ifs-compose +libexec/gimp/2.2/plug-ins/illusion +libexec/gimp/2.2/plug-ins/imagemap +libexec/gimp/2.2/plug-ins/iwarp +libexec/gimp/2.2/plug-ins/jigsaw +libexec/gimp/2.2/plug-ins/lcms +libexec/gimp/2.2/plug-ins/lens-apply +libexec/gimp/2.2/plug-ins/lens-distortion +libexec/gimp/2.2/plug-ins/lens-flare +libexec/gimp/2.2/plug-ins/lighting +libexec/gimp/2.2/plug-ins/mail +libexec/gimp/2.2/plug-ins/map-object +libexec/gimp/2.2/plug-ins/max-rgb +libexec/gimp/2.2/plug-ins/maze +libexec/gimp/2.2/plug-ins/metadata +libexec/gimp/2.2/plug-ins/mosaic +libexec/gimp/2.2/plug-ins/newsprint +libexec/gimp/2.2/plug-ins/nl-filter +libexec/gimp/2.2/plug-ins/noise-hsv +libexec/gimp/2.2/plug-ins/noise-randomize +libexec/gimp/2.2/plug-ins/noise-rgb +libexec/gimp/2.2/plug-ins/noise-solid +libexec/gimp/2.2/plug-ins/noise-spread +libexec/gimp/2.2/plug-ins/nova +libexec/gimp/2.2/plug-ins/oilify +libexec/gimp/2.2/plug-ins/pagecurl +libexec/gimp/2.2/plug-ins/photocopy +libexec/gimp/2.2/plug-ins/pixelize +libexec/gimp/2.2/plug-ins/plasma +libexec/gimp/2.2/plug-ins/plugin-browser +libexec/gimp/2.2/plug-ins/polar-coords +libexec/gimp/2.2/plug-ins/procedure-browser +libexec/gimp/2.2/plug-ins/qbist +libexec/gimp/2.2/plug-ins/red-eye-removal +libexec/gimp/2.2/plug-ins/ripple +libexec/gimp/2.2/plug-ins/rotate +libexec/gimp/2.2/plug-ins/sample-colorize +libexec/gimp/2.2/plug-ins/screenshot +libexec/gimp/2.2/plug-ins/script-fu +libexec/gimp/2.2/plug-ins/selection-to-path +libexec/gimp/2.2/plug-ins/semi-flatten +libexec/gimp/2.2/plug-ins/sharpen +libexec/gimp/2.2/plug-ins/shift +libexec/gimp/2.2/plug-ins/sinus +libexec/gimp/2.2/plug-ins/smooth-palette +libexec/gimp/2.2/plug-ins/softglow +libexec/gimp/2.2/plug-ins/sparkle +libexec/gimp/2.2/plug-ins/sphere-designer +libexec/gimp/2.2/plug-ins/threshold-alpha +libexec/gimp/2.2/plug-ins/tile +libexec/gimp/2.2/plug-ins/tile-glass +libexec/gimp/2.2/plug-ins/tile-paper +libexec/gimp/2.2/plug-ins/tile-seamless +libexec/gimp/2.2/plug-ins/tile-small +libexec/gimp/2.2/plug-ins/unit-editor +libexec/gimp/2.2/plug-ins/unsharp-mask +libexec/gimp/2.2/plug-ins/value-invert +libexec/gimp/2.2/plug-ins/value-propagate +libexec/gimp/2.2/plug-ins/van-gogh-lic +libexec/gimp/2.2/plug-ins/video +libexec/gimp/2.2/plug-ins/warp +libexec/gimp/2.2/plug-ins/waves +libexec/gimp/2.2/plug-ins/web-browser +libexec/gimp/2.2/plug-ins/whirl-pinch +libexec/gimp/2.2/plug-ins/wind +share/aclocal/gimp-2.0.m4 +share/applications/gimp.desktop +share/doc/gimp/libgimp/GimpAspectPreview.html +share/doc/gimp/libgimp/GimpBrushSelectButton.html +share/doc/gimp/libgimp/GimpDrawablePreview.html +share/doc/gimp/libgimp/GimpFontSelectButton.html +share/doc/gimp/libgimp/GimpGradientSelectButton.html +share/doc/gimp/libgimp/GimpImageComboBox.html +share/doc/gimp/libgimp/GimpPaletteSelectButton.html +share/doc/gimp/libgimp/GimpPatternSelectButton.html +share/doc/gimp/libgimp/GimpProcBrowserDialog.html +share/doc/gimp/libgimp/GimpProgressBar.html +share/doc/gimp/libgimp/GimpSelectButton.html +share/doc/gimp/libgimp/GimpZoomPreview.html +share/doc/gimp/libgimp/home.png +share/doc/gimp/libgimp/index.html +share/doc/gimp/libgimp/index.sgml +share/doc/gimp/libgimp/left.png +share/doc/gimp/libgimp/libgimp-GimpItemComboBox.html +share/doc/gimp/libgimp/libgimp-data.html +share/doc/gimp/libgimp/libgimp-general.html +share/doc/gimp/libgimp/libgimp-gimp.html +share/doc/gimp/libgimp/libgimp-gimpbrush.html +share/doc/gimp/libgimp/libgimp-gimpbrushes.html +share/doc/gimp/libgimp/libgimp-gimpbrushmenu.html +share/doc/gimp/libgimp/libgimp-gimpbrushselect.html +share/doc/gimp/libgimp/libgimp-gimpbuffer.html +share/doc/gimp/libgimp/libgimp-gimpchannel.html +share/doc/gimp/libgimp/libgimp-gimpcolor.html +share/doc/gimp/libgimp/libgimp-gimpcontext.html +share/doc/gimp/libgimp/libgimp-gimpconvert.html +share/doc/gimp/libgimp/libgimp-gimpdisplay.html +share/doc/gimp/libgimp/libgimp-gimpdrawable.html +share/doc/gimp/libgimp/libgimp-gimpdrawabletransform.html +share/doc/gimp/libgimp/libgimp-gimpedit.html +share/doc/gimp/libgimp/libgimp-gimpenums.html +share/doc/gimp/libgimp/libgimp-gimpexport.html +share/doc/gimp/libgimp/libgimp-gimpfileops.html +share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html +share/doc/gimp/libgimp/libgimp-gimpfontmenu.html +share/doc/gimp/libgimp/libgimp-gimpfonts.html +share/doc/gimp/libgimp/libgimp-gimpfontselect.html +share/doc/gimp/libgimp/libgimp-gimpgimprc.html +share/doc/gimp/libgimp/libgimp-gimpgradient.html +share/doc/gimp/libgimp/libgimp-gimpgradientmenu.html +share/doc/gimp/libgimp/libgimp-gimpgradients.html +share/doc/gimp/libgimp/libgimp-gimpgradientselect.html +share/doc/gimp/libgimp/libgimp-gimpgrid.html +share/doc/gimp/libgimp/libgimp-gimpguides.html +share/doc/gimp/libgimp/libgimp-gimphelp.html +share/doc/gimp/libgimp/libgimp-gimpimage.html +share/doc/gimp/libgimp/libgimp-gimplayer.html +share/doc/gimp/libgimp/libgimp-gimpmenu.html +share/doc/gimp/libgimp/libgimp-gimpmessage.html +share/doc/gimp/libgimp/libgimp-gimppalette.html +share/doc/gimp/libgimp/libgimp-gimppalettemenu.html +share/doc/gimp/libgimp/libgimp-gimppalettes.html +share/doc/gimp/libgimp/libgimp-gimppaletteselect.html +share/doc/gimp/libgimp/libgimp-gimppaths.html +share/doc/gimp/libgimp/libgimp-gimppattern.html +share/doc/gimp/libgimp/libgimp-gimppatternmenu.html +share/doc/gimp/libgimp/libgimp-gimppatterns.html +share/doc/gimp/libgimp/libgimp-gimppatternselect.html +share/doc/gimp/libgimp/libgimp-gimppixbuf.html +share/doc/gimp/libgimp/libgimp-gimppixelfetcher.html +share/doc/gimp/libgimp/libgimp-gimppixelrgn.html +share/doc/gimp/libgimp/libgimp-gimpplugin.html +share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html +share/doc/gimp/libgimp/libgimp-gimpprocview.html +share/doc/gimp/libgimp/libgimp-gimpprogress.html +share/doc/gimp/libgimp/libgimp-gimpregioniterator.html +share/doc/gimp/libgimp/libgimp-gimpselection.html +share/doc/gimp/libgimp/libgimp-gimptextlayer.html +share/doc/gimp/libgimp/libgimp-gimptexttool.html +share/doc/gimp/libgimp/libgimp-gimptile.html +share/doc/gimp/libgimp/libgimp-gimptools.html +share/doc/gimp/libgimp/libgimp-gimpui.html +share/doc/gimp/libgimp/libgimp-gimpundo.html +share/doc/gimp/libgimp/libgimp-gimpvectors.html +share/doc/gimp/libgimp/libgimp-image.html +share/doc/gimp/libgimp/libgimp-index-deprecated.html +share/doc/gimp/libgimp/libgimp-index-new-in-2-2.html +share/doc/gimp/libgimp/libgimp-index-new-in-2-4.html +share/doc/gimp/libgimp/libgimp-index-new-in-2-6.html +share/doc/gimp/libgimp/libgimp-index.html +share/doc/gimp/libgimp/libgimp-selectors.html +share/doc/gimp/libgimp/libgimp.devhelp +share/doc/gimp/libgimp/libgimp.devhelp2 +share/doc/gimp/libgimp/libgimp.html +share/doc/gimp/libgimp/libgimpui-hierarchy.html +share/doc/gimp/libgimp/libgimpui.html +share/doc/gimp/libgimp/right.png +share/doc/gimp/libgimp/style.css +share/doc/gimp/libgimp/up.png +share/doc/gimp/libgimpbase/home.png +share/doc/gimp/libgimpbase/index.html +share/doc/gimp/libgimpbase/index.sgml +share/doc/gimp/libgimpbase/left.png +share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html +share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html +share/doc/gimp/libgimpbase/libgimpbase-gimpchecks.html +share/doc/gimp/libgimpbase/libgimpbase-gimpcpuaccel.html +share/doc/gimp/libgimpbase/libgimpbase-gimpdatafiles.html +share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html +share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html +share/doc/gimp/libgimpbase/libgimpbase-gimpmemsize.html +share/doc/gimp/libgimpbase/libgimpbase-gimpparam.html +share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html +share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html +share/doc/gimp/libgimpbase/libgimpbase-gimprectangle.html +share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html +share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html +share/doc/gimp/libgimpbase/libgimpbase-gimputils.html +share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html +share/doc/gimp/libgimpbase/libgimpbase-index-deprecated.html +share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-2.html +share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-4.html +share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-6.html +share/doc/gimp/libgimpbase/libgimpbase-index.html +share/doc/gimp/libgimpbase/libgimpbase.devhelp +share/doc/gimp/libgimpbase/libgimpbase.devhelp2 +share/doc/gimp/libgimpbase/libgimpbase.html +share/doc/gimp/libgimpbase/right.png +share/doc/gimp/libgimpbase/style.css +share/doc/gimp/libgimpbase/up.png +share/doc/gimp/libgimpcolor/home.png +share/doc/gimp/libgimpcolor/index.html +share/doc/gimp/libgimpcolor/index.sgml +share/doc/gimp/libgimpcolor/left.png +share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpCMYK.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorManaged.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpHSV.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpRGB.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-deprecated.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-2.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-4.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-6.html +share/doc/gimp/libgimpcolor/libgimpcolor-index.html +share/doc/gimp/libgimpcolor/libgimpcolor.devhelp +share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2 +share/doc/gimp/libgimpcolor/libgimpcolor.html +share/doc/gimp/libgimpcolor/right.png +share/doc/gimp/libgimpcolor/style.css +share/doc/gimp/libgimpcolor/up.png +share/doc/gimp/libgimpconfig/GimpColorConfig.html +share/doc/gimp/libgimpconfig/home.png +share/doc/gimp/libgimpconfig/index.html +share/doc/gimp/libgimpconfig/index.sgml +share/doc/gimp/libgimpconfig/left.png +share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig.html +share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigError.html +share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigWriter.html +share/doc/gimp/libgimpconfig/libgimpconfig-GimpScanner.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-params.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-path.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-serialize.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-utils.html +share/doc/gimp/libgimpconfig/libgimpconfig-hierarchy.html +share/doc/gimp/libgimpconfig/libgimpconfig-index-deprecated.html +share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-4.html +share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-6.html +share/doc/gimp/libgimpconfig/libgimpconfig-index.html +share/doc/gimp/libgimpconfig/libgimpconfig.devhelp +share/doc/gimp/libgimpconfig/libgimpconfig.devhelp2 +share/doc/gimp/libgimpconfig/libgimpconfig.html +share/doc/gimp/libgimpconfig/right.png +share/doc/gimp/libgimpconfig/style.css +share/doc/gimp/libgimpconfig/up.png +share/doc/gimp/libgimpmath/home.png +share/doc/gimp/libgimpmath/index.html +share/doc/gimp/libgimpmath/index.sgml +share/doc/gimp/libgimpmath/left.png +share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html +share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html +share/doc/gimp/libgimpmath/libgimpmath-GimpMatrix.html +share/doc/gimp/libgimpmath/libgimpmath-GimpVector.html +share/doc/gimp/libgimpmath/libgimpmath-index-deprecated.html +share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-2.html +share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-4.html +share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-6.html +share/doc/gimp/libgimpmath/libgimpmath-index.html +share/doc/gimp/libgimpmath/libgimpmath.devhelp +share/doc/gimp/libgimpmath/libgimpmath.devhelp2 +share/doc/gimp/libgimpmath/libgimpmath.html +share/doc/gimp/libgimpmath/right.png +share/doc/gimp/libgimpmath/style.css +share/doc/gimp/libgimpmath/up.png +share/doc/gimp/libgimpmodule/home.png +share/doc/gimp/libgimpmodule/index.html +share/doc/gimp/libgimpmodule/index.sgml +share/doc/gimp/libgimpmodule/left.png +share/doc/gimp/libgimpmodule/libgimpmodule-gimpmodule.html +share/doc/gimp/libgimpmodule/libgimpmodule-gimpmoduledb.html +share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html +share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-2.html +share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-4.html +share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-6.html +share/doc/gimp/libgimpmodule/libgimpmodule-index.html +share/doc/gimp/libgimpmodule/libgimpmodule.devhelp +share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2 +share/doc/gimp/libgimpmodule/libgimpmodule.html +share/doc/gimp/libgimpmodule/right.png +share/doc/gimp/libgimpmodule/style.css +share/doc/gimp/libgimpmodule/up.png +share/doc/gimp/libgimpthumb/GimpThumbnail.html +share/doc/gimp/libgimpthumb/home.png +share/doc/gimp/libgimpthumb/index.html +share/doc/gimp/libgimpthumb/index.sgml +share/doc/gimp/libgimpthumb/left.png +share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-enums.html +share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-error.html +share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-utils.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-deprecated.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-2.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-4.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-6.html +share/doc/gimp/libgimpthumb/libgimpthumb-index.html +share/doc/gimp/libgimpthumb/libgimpthumb.devhelp +share/doc/gimp/libgimpthumb/libgimpthumb.devhelp2 +share/doc/gimp/libgimpthumb/libgimpthumb.html +share/doc/gimp/libgimpthumb/right.png +share/doc/gimp/libgimpthumb/style.css +share/doc/gimp/libgimpthumb/up.png +share/doc/gimp/libgimpwidgets/GimpBrowser.html +share/doc/gimp/libgimpwidgets/GimpButton.html +share/doc/gimp/libgimpwidgets/GimpCellRendererColor.html +share/doc/gimp/libgimpwidgets/GimpCellRendererToggle.html +share/doc/gimp/libgimpwidgets/GimpChainButton.html +share/doc/gimp/libgimpwidgets/GimpColorArea.html +share/doc/gimp/libgimpwidgets/GimpColorButton.html +share/doc/gimp/libgimpwidgets/GimpColorDisplay.html +share/doc/gimp/libgimpwidgets/GimpColorDisplayStack.html +share/doc/gimp/libgimpwidgets/GimpColorHexEntry.html +share/doc/gimp/libgimpwidgets/GimpColorNotebook.html +share/doc/gimp/libgimpwidgets/GimpColorProfileComboBox.html +share/doc/gimp/libgimpwidgets/GimpColorProfileStore.html +share/doc/gimp/libgimpwidgets/GimpColorScale.html +share/doc/gimp/libgimpwidgets/GimpColorScales.html +share/doc/gimp/libgimpwidgets/GimpColorSelect.html +share/doc/gimp/libgimpwidgets/GimpColorSelection.html +share/doc/gimp/libgimpwidgets/GimpColorSelector.html +share/doc/gimp/libgimpwidgets/GimpController.html +share/doc/gimp/libgimpwidgets/GimpDialog.html +share/doc/gimp/libgimpwidgets/GimpEnumComboBox.html +share/doc/gimp/libgimpwidgets/GimpEnumLabel.html +share/doc/gimp/libgimpwidgets/GimpEnumStore.html +share/doc/gimp/libgimpwidgets/GimpFileEntry.html +share/doc/gimp/libgimpwidgets/GimpFrame.html +share/doc/gimp/libgimpwidgets/GimpIntComboBox.html +share/doc/gimp/libgimpwidgets/GimpIntStore.html +share/doc/gimp/libgimpwidgets/GimpMemsizeEntry.html +share/doc/gimp/libgimpwidgets/GimpNumberPairEntry.html +share/doc/gimp/libgimpwidgets/GimpOffsetArea.html +share/doc/gimp/libgimpwidgets/GimpPageSelector.html +share/doc/gimp/libgimpwidgets/GimpPathEditor.html +share/doc/gimp/libgimpwidgets/GimpPickButton.html +share/doc/gimp/libgimpwidgets/GimpPixmap.html +share/doc/gimp/libgimpwidgets/GimpPreview.html +share/doc/gimp/libgimpwidgets/GimpPreviewArea.html +share/doc/gimp/libgimpwidgets/GimpRuler.html +share/doc/gimp/libgimpwidgets/GimpScrolledPreview.html +share/doc/gimp/libgimpwidgets/GimpSizeEntry.html +share/doc/gimp/libgimpwidgets/GimpStringComboBox.html +share/doc/gimp/libgimpwidgets/GimpUnitMenu.html +share/doc/gimp/libgimpwidgets/GimpZoomModel.html +share/doc/gimp/libgimpwidgets/gimp-browser.png +share/doc/gimp/libgimpwidgets/gimp-button.png +share/doc/gimp/libgimpwidgets/gimp-chain-button.png +share/doc/gimp/libgimpwidgets/gimp-color-area.png +share/doc/gimp/libgimpwidgets/gimp-color-button.png +share/doc/gimp/libgimpwidgets/gimp-color-hex-entry.png +share/doc/gimp/libgimpwidgets/gimp-color-profile-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-color-scale.png +share/doc/gimp/libgimpwidgets/gimp-color-selection.png +share/doc/gimp/libgimpwidgets/gimp-dialog.png +share/doc/gimp/libgimpwidgets/gimp-enum-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-enum-label.png +share/doc/gimp/libgimpwidgets/gimp-file-entry.png +share/doc/gimp/libgimpwidgets/gimp-frame.png +share/doc/gimp/libgimpwidgets/gimp-hint-box.png +share/doc/gimp/libgimpwidgets/gimp-int-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-memsize-entry.png +share/doc/gimp/libgimpwidgets/gimp-number-pair-entry.png +share/doc/gimp/libgimpwidgets/gimp-offset-area.png +share/doc/gimp/libgimpwidgets/gimp-page-selector.png +share/doc/gimp/libgimpwidgets/gimp-path-editor.png +share/doc/gimp/libgimpwidgets/gimp-pick-button.png +share/doc/gimp/libgimpwidgets/gimp-preview-area.png +share/doc/gimp/libgimpwidgets/gimp-string-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-unit-menu.png +share/doc/gimp/libgimpwidgets/home.png +share/doc/gimp/libgimpwidgets/index.html +share/doc/gimp/libgimpwidgets/index.sgml +share/doc/gimp/libgimpwidgets/left.png +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHintBox.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpQueryBox.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpStock.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpWidgets.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-cell-renderers.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-colordisplay.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-colorselector.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-controller.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-deprecated.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-gallery.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-hierarchy.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-deprecated.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-utils.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-widgets.html +share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp +share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp2 +share/doc/gimp/libgimpwidgets/right.png +share/doc/gimp/libgimpwidgets/stock-anchor-16.png +share/doc/gimp/libgimpwidgets/stock-cap-butt-16.png +share/doc/gimp/libgimpwidgets/stock-cap-round-16.png +share/doc/gimp/libgimpwidgets/stock-cap-square-16.png +share/doc/gimp/libgimpwidgets/stock-center-16.png +share/doc/gimp/libgimpwidgets/stock-center-24.png +share/doc/gimp/libgimpwidgets/stock-channel-16.png +share/doc/gimp/libgimpwidgets/stock-channel-24.png +share/doc/gimp/libgimpwidgets/stock-channel-32.png +share/doc/gimp/libgimpwidgets/stock-channel-48.png +share/doc/gimp/libgimpwidgets/stock-channel-alpha-16.png +share/doc/gimp/libgimpwidgets/stock-channel-alpha-24.png +share/doc/gimp/libgimpwidgets/stock-channel-alpha-32.png +share/doc/gimp/libgimpwidgets/stock-channel-alpha-48.png +share/doc/gimp/libgimpwidgets/stock-channel-blue-16.png +share/doc/gimp/libgimpwidgets/stock-channel-blue-24.png +share/doc/gimp/libgimpwidgets/stock-channel-blue-32.png +share/doc/gimp/libgimpwidgets/stock-channel-blue-48.png +share/doc/gimp/libgimpwidgets/stock-channel-gray-16.png +share/doc/gimp/libgimpwidgets/stock-channel-gray-24.png +share/doc/gimp/libgimpwidgets/stock-channel-gray-32.png +share/doc/gimp/libgimpwidgets/stock-channel-gray-48.png +share/doc/gimp/libgimpwidgets/stock-channel-green-16.png +share/doc/gimp/libgimpwidgets/stock-channel-green-24.png +share/doc/gimp/libgimpwidgets/stock-channel-green-32.png +share/doc/gimp/libgimpwidgets/stock-channel-green-48.png +share/doc/gimp/libgimpwidgets/stock-channel-indexed-16.png +share/doc/gimp/libgimpwidgets/stock-channel-indexed-24.png +share/doc/gimp/libgimpwidgets/stock-channel-indexed-32.png +share/doc/gimp/libgimpwidgets/stock-channel-indexed-48.png +share/doc/gimp/libgimpwidgets/stock-channel-red-16.png +share/doc/gimp/libgimpwidgets/stock-channel-red-24.png +share/doc/gimp/libgimpwidgets/stock-channel-red-32.png +share/doc/gimp/libgimpwidgets/stock-channel-red-48.png +share/doc/gimp/libgimpwidgets/stock-channels-16.png +share/doc/gimp/libgimpwidgets/stock-channels-24.png +share/doc/gimp/libgimpwidgets/stock-char-picker-22.png +share/doc/gimp/libgimpwidgets/stock-close-12.png +share/doc/gimp/libgimpwidgets/stock-color-pick-from-screen-16.png +share/doc/gimp/libgimpwidgets/stock-color-picker-black-18.png +share/doc/gimp/libgimpwidgets/stock-color-picker-gray-18.png +share/doc/gimp/libgimpwidgets/stock-color-picker-white-18.png +share/doc/gimp/libgimpwidgets/stock-color-triangle-16.png +share/doc/gimp/libgimpwidgets/stock-colormap-16.png +share/doc/gimp/libgimpwidgets/stock-colormap-24.png +share/doc/gimp/libgimpwidgets/stock-controller-16.png +share/doc/gimp/libgimpwidgets/stock-controller-24.png +share/doc/gimp/libgimpwidgets/stock-controller-keyboard-16.png +share/doc/gimp/libgimpwidgets/stock-controller-keyboard-24.png +share/doc/gimp/libgimpwidgets/stock-controller-linux-input-16.png +share/doc/gimp/libgimpwidgets/stock-controller-linux-input-24.png +share/doc/gimp/libgimpwidgets/stock-controller-midi-16.png +share/doc/gimp/libgimpwidgets/stock-controller-midi-24.png +share/doc/gimp/libgimpwidgets/stock-controller-wheel-16.png +share/doc/gimp/libgimpwidgets/stock-controller-wheel-24.png +share/doc/gimp/libgimpwidgets/stock-convert-grayscale-16.png +share/doc/gimp/libgimpwidgets/stock-convert-indexed-16.png +share/doc/gimp/libgimpwidgets/stock-convert-rgb-16.png +share/doc/gimp/libgimpwidgets/stock-cursor-16.png +share/doc/gimp/libgimpwidgets/stock-cursor-24.png +share/doc/gimp/libgimpwidgets/stock-curve-free-16.png +share/doc/gimp/libgimpwidgets/stock-curve-smooth-16.png +share/doc/gimp/libgimpwidgets/stock-default-colors-12.png +share/doc/gimp/libgimpwidgets/stock-device-status-16.png +share/doc/gimp/libgimpwidgets/stock-device-status-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-proof-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-proof-24.png +share/doc/gimp/libgimpwidgets/stock-duplicate-16.png +share/doc/gimp/libgimpwidgets/stock-edit-16.png +share/doc/gimp/libgimpwidgets/stock-error-64.png +share/doc/gimp/libgimpwidgets/stock-eye-12.png +share/doc/gimp/libgimpwidgets/stock-eye-20.png +share/doc/gimp/libgimpwidgets/stock-flip-horizontal-16.png +share/doc/gimp/libgimpwidgets/stock-flip-vertical-16.png +share/doc/gimp/libgimpwidgets/stock-floating-selection-16.png +share/doc/gimp/libgimpwidgets/stock-floating-selection-24.png +share/doc/gimp/libgimpwidgets/stock-floating-selection-32.png +share/doc/gimp/libgimpwidgets/stock-floating-selection-48.png +share/doc/gimp/libgimpwidgets/stock-frame-64.png +share/doc/gimp/libgimpwidgets/stock-gegl-16.png +share/doc/gimp/libgimpwidgets/stock-gegl-22.png +share/doc/gimp/libgimpwidgets/stock-gradient-bilinear-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-conical-asymmetric-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-conical-symmetric-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-linear-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-radial-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-angular-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-spiral-clockwise-16.png +share/doc/gimp/libgimpwidgets/stock-gradient-square-16.png +share/doc/gimp/libgimpwidgets/stock-gravity-east-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-north-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-north-east-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-north-west-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-south-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-south-east-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-south-west-24.png +share/doc/gimp/libgimpwidgets/stock-gravity-west-24.png +share/doc/gimp/libgimpwidgets/stock-grid-16.png +share/doc/gimp/libgimpwidgets/stock-hcenter-24.png +share/doc/gimp/libgimpwidgets/stock-hchain-24.png +share/doc/gimp/libgimpwidgets/stock-hchain-broken-24.png +share/doc/gimp/libgimpwidgets/stock-histogram-16.png +share/doc/gimp/libgimpwidgets/stock-histogram-22.png +share/doc/gimp/libgimpwidgets/stock-histogram-linear-16.png +share/doc/gimp/libgimpwidgets/stock-histogram-logarithmic-16.png +share/doc/gimp/libgimpwidgets/stock-image-16.png +share/doc/gimp/libgimpwidgets/stock-image-24.png +share/doc/gimp/libgimpwidgets/stock-image-32.png +share/doc/gimp/libgimpwidgets/stock-image-48.png +share/doc/gimp/libgimpwidgets/stock-images-16.png +share/doc/gimp/libgimpwidgets/stock-images-24.png +share/doc/gimp/libgimpwidgets/stock-info-16.png +share/doc/gimp/libgimpwidgets/stock-info-24.png +share/doc/gimp/libgimpwidgets/stock-info-64.png +share/doc/gimp/libgimpwidgets/stock-invert-16.png +share/doc/gimp/libgimpwidgets/stock-join-bevel-16.png +share/doc/gimp/libgimpwidgets/stock-join-miter-16.png +share/doc/gimp/libgimpwidgets/stock-join-round-16.png +share/doc/gimp/libgimpwidgets/stock-landscape-16.png +share/doc/gimp/libgimpwidgets/stock-landscape-22.png +share/doc/gimp/libgimpwidgets/stock-layer-16.png +share/doc/gimp/libgimpwidgets/stock-layer-24.png +share/doc/gimp/libgimpwidgets/stock-layer-32.png +share/doc/gimp/libgimpwidgets/stock-layer-48.png +share/doc/gimp/libgimpwidgets/stock-layer-mask-16.png +share/doc/gimp/libgimpwidgets/stock-layer-mask-24.png +share/doc/gimp/libgimpwidgets/stock-layer-mask-32.png +share/doc/gimp/libgimpwidgets/stock-layer-mask-48.png +share/doc/gimp/libgimpwidgets/stock-layer-to-imagesize-16.png +share/doc/gimp/libgimpwidgets/stock-layers-16.png +share/doc/gimp/libgimpwidgets/stock-layers-24.png +share/doc/gimp/libgimpwidgets/stock-letter-spacing-22.png +share/doc/gimp/libgimpwidgets/stock-line-spacing-22.png +share/doc/gimp/libgimpwidgets/stock-linked-12.png +share/doc/gimp/libgimpwidgets/stock-linked-20.png +share/doc/gimp/libgimpwidgets/stock-list-16.png +share/doc/gimp/libgimpwidgets/stock-menu-left-12.png +share/doc/gimp/libgimpwidgets/stock-menu-right-12.png +share/doc/gimp/libgimpwidgets/stock-merge-down-16.png +share/doc/gimp/libgimpwidgets/stock-move-to-screen-16.png +share/doc/gimp/libgimpwidgets/stock-move-to-screen-24.png +share/doc/gimp/libgimpwidgets/stock-navigation-16.png +share/doc/gimp/libgimpwidgets/stock-paste-as-new-16.png +share/doc/gimp/libgimpwidgets/stock-paste-into-16.png +share/doc/gimp/libgimpwidgets/stock-path-16.png +share/doc/gimp/libgimpwidgets/stock-path-22.png +share/doc/gimp/libgimpwidgets/stock-path-stroke-16.png +share/doc/gimp/libgimpwidgets/stock-paths-16.png +share/doc/gimp/libgimpwidgets/stock-paths-22.png +share/doc/gimp/libgimpwidgets/stock-plugin-16.png +share/doc/gimp/libgimpwidgets/stock-portrait-16.png +share/doc/gimp/libgimpwidgets/stock-portrait-22.png +share/doc/gimp/libgimpwidgets/stock-print-resolution-16.png +share/doc/gimp/libgimpwidgets/stock-print-resolution-24.png +share/doc/gimp/libgimpwidgets/stock-question-64.png +share/doc/gimp/libgimpwidgets/stock-quick-mask-off-12.png +share/doc/gimp/libgimpwidgets/stock-quick-mask-on-12.png +share/doc/gimp/libgimpwidgets/stock-reset-16.png +share/doc/gimp/libgimpwidgets/stock-reshow-filter-16.png +share/doc/gimp/libgimpwidgets/stock-resize-16.png +share/doc/gimp/libgimpwidgets/stock-rotate-180-16.png +share/doc/gimp/libgimpwidgets/stock-rotate-270-16.png +share/doc/gimp/libgimpwidgets/stock-rotate-90-16.png +share/doc/gimp/libgimpwidgets/stock-sample-point-16.png +share/doc/gimp/libgimpwidgets/stock-sample-point-24.png +share/doc/gimp/libgimpwidgets/stock-scale-16.png +share/doc/gimp/libgimpwidgets/stock-selection-16.png +share/doc/gimp/libgimpwidgets/stock-selection-add-16.png +share/doc/gimp/libgimpwidgets/stock-selection-all-16.png +share/doc/gimp/libgimpwidgets/stock-selection-border-16.png +share/doc/gimp/libgimpwidgets/stock-selection-grow-16.png +share/doc/gimp/libgimpwidgets/stock-selection-intersect-16.png +share/doc/gimp/libgimpwidgets/stock-selection-none-16.png +share/doc/gimp/libgimpwidgets/stock-selection-replace-16.png +share/doc/gimp/libgimpwidgets/stock-selection-shrink-16.png +share/doc/gimp/libgimpwidgets/stock-selection-stroke-16.png +share/doc/gimp/libgimpwidgets/stock-selection-subtract-16.png +share/doc/gimp/libgimpwidgets/stock-selection-to-channel-16.png +share/doc/gimp/libgimpwidgets/stock-selection-to-path-16.png +share/doc/gimp/libgimpwidgets/stock-shape-circle-16.png +share/doc/gimp/libgimpwidgets/stock-shape-diamond-16.png +share/doc/gimp/libgimpwidgets/stock-shape-square-16.png +share/doc/gimp/libgimpwidgets/stock-swap-colors-12.png +share/doc/gimp/libgimpwidgets/stock-template-16.png +share/doc/gimp/libgimpwidgets/stock-template-24.png +share/doc/gimp/libgimpwidgets/stock-text-dir-ltr-24.png +share/doc/gimp/libgimpwidgets/stock-text-dir-rtl-24.png +share/doc/gimp/libgimpwidgets/stock-text-layer-16.png +share/doc/gimp/libgimpwidgets/stock-text-layer-24.png +share/doc/gimp/libgimpwidgets/stock-text-layer-32.png +share/doc/gimp/libgimpwidgets/stock-text-layer-48.png +share/doc/gimp/libgimpwidgets/stock-texture-64.png +share/doc/gimp/libgimpwidgets/stock-toilet-paper-16.png +share/doc/gimp/libgimpwidgets/stock-toilet-paper-24.png +share/doc/gimp/libgimpwidgets/stock-tool-airbrush-16.png +share/doc/gimp/libgimpwidgets/stock-tool-airbrush-22.png +share/doc/gimp/libgimpwidgets/stock-tool-align-16.png +share/doc/gimp/libgimpwidgets/stock-tool-align-22.png +share/doc/gimp/libgimpwidgets/stock-tool-blend-16.png +share/doc/gimp/libgimpwidgets/stock-tool-blend-22.png +share/doc/gimp/libgimpwidgets/stock-tool-blur-16.png +share/doc/gimp/libgimpwidgets/stock-tool-blur-22.png +share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-16.png +share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-22.png +share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-16.png +share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-22.png +share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-clone-16.png +share/doc/gimp/libgimpwidgets/stock-tool-clone-22.png +share/doc/gimp/libgimpwidgets/stock-tool-color-balance-16.png +share/doc/gimp/libgimpwidgets/stock-tool-color-balance-22.png +share/doc/gimp/libgimpwidgets/stock-tool-color-picker-16.png +share/doc/gimp/libgimpwidgets/stock-tool-color-picker-22.png +share/doc/gimp/libgimpwidgets/stock-tool-colorize-16.png +share/doc/gimp/libgimpwidgets/stock-tool-colorize-22.png +share/doc/gimp/libgimpwidgets/stock-tool-crop-16.png +share/doc/gimp/libgimpwidgets/stock-tool-crop-22.png +share/doc/gimp/libgimpwidgets/stock-tool-curves-16.png +share/doc/gimp/libgimpwidgets/stock-tool-curves-22.png +share/doc/gimp/libgimpwidgets/stock-tool-dodge-16.png +share/doc/gimp/libgimpwidgets/stock-tool-dodge-22.png +share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-eraser-16.png +share/doc/gimp/libgimpwidgets/stock-tool-eraser-22.png +share/doc/gimp/libgimpwidgets/stock-tool-flip-16.png +share/doc/gimp/libgimpwidgets/stock-tool-flip-22.png +share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-free-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-free-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-heal-16.png +share/doc/gimp/libgimpwidgets/stock-tool-heal-22.png +share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-16.png +share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-22.png +share/doc/gimp/libgimpwidgets/stock-tool-ink-16.png +share/doc/gimp/libgimpwidgets/stock-tool-ink-22.png +share/doc/gimp/libgimpwidgets/stock-tool-iscissors-16.png +share/doc/gimp/libgimpwidgets/stock-tool-iscissors-22.png +share/doc/gimp/libgimpwidgets/stock-tool-levels-16.png +share/doc/gimp/libgimpwidgets/stock-tool-levels-22.png +share/doc/gimp/libgimpwidgets/stock-tool-measure-16.png +share/doc/gimp/libgimpwidgets/stock-tool-measure-22.png +share/doc/gimp/libgimpwidgets/stock-tool-move-16.png +share/doc/gimp/libgimpwidgets/stock-tool-move-22.png +share/doc/gimp/libgimpwidgets/stock-tool-options-16.png +share/doc/gimp/libgimpwidgets/stock-tool-options-24.png +share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-16.png +share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-22.png +share/doc/gimp/libgimpwidgets/stock-tool-path-16.png +share/doc/gimp/libgimpwidgets/stock-tool-path-22.png +share/doc/gimp/libgimpwidgets/stock-tool-pencil-16.png +share/doc/gimp/libgimpwidgets/stock-tool-pencil-22.png +share/doc/gimp/libgimpwidgets/stock-tool-perspective-16.png +share/doc/gimp/libgimpwidgets/stock-tool-perspective-22.png +share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-16.png +share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-22.png +share/doc/gimp/libgimpwidgets/stock-tool-posterize-16.png +share/doc/gimp/libgimpwidgets/stock-tool-posterize-22.png +share/doc/gimp/libgimpwidgets/stock-tool-rect-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-rect-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-rotate-16.png +share/doc/gimp/libgimpwidgets/stock-tool-rotate-22.png +share/doc/gimp/libgimpwidgets/stock-tool-scale-16.png +share/doc/gimp/libgimpwidgets/stock-tool-scale-22.png +share/doc/gimp/libgimpwidgets/stock-tool-shear-16.png +share/doc/gimp/libgimpwidgets/stock-tool-shear-22.png +share/doc/gimp/libgimpwidgets/stock-tool-smudge-16.png +share/doc/gimp/libgimpwidgets/stock-tool-smudge-22.png +share/doc/gimp/libgimpwidgets/stock-tool-text-16.png +share/doc/gimp/libgimpwidgets/stock-tool-text-22.png +share/doc/gimp/libgimpwidgets/stock-tool-threshold-16.png +share/doc/gimp/libgimpwidgets/stock-tool-threshold-22.png +share/doc/gimp/libgimpwidgets/stock-tool-zoom-16.png +share/doc/gimp/libgimpwidgets/stock-tool-zoom-22.png +share/doc/gimp/libgimpwidgets/stock-tools-16.png +share/doc/gimp/libgimpwidgets/stock-tools-24.png +share/doc/gimp/libgimpwidgets/stock-transparency-16.png +share/doc/gimp/libgimpwidgets/stock-transparency-24.png +share/doc/gimp/libgimpwidgets/stock-undo-history-16.png +share/doc/gimp/libgimpwidgets/stock-undo-history-24.png +share/doc/gimp/libgimpwidgets/stock-user-manual-16.png +share/doc/gimp/libgimpwidgets/stock-user-manual-24.png +share/doc/gimp/libgimpwidgets/stock-user-manual-32.png +share/doc/gimp/libgimpwidgets/stock-user-manual-64.png +share/doc/gimp/libgimpwidgets/stock-vcenter-24.png +share/doc/gimp/libgimpwidgets/stock-vchain-24.png +share/doc/gimp/libgimpwidgets/stock-vchain-broken-24.png +share/doc/gimp/libgimpwidgets/stock-video-16.png +share/doc/gimp/libgimpwidgets/stock-video-24.png +share/doc/gimp/libgimpwidgets/stock-warning-16.png +share/doc/gimp/libgimpwidgets/stock-warning-24.png +share/doc/gimp/libgimpwidgets/stock-warning-64.png +share/doc/gimp/libgimpwidgets/stock-web-16.png +share/doc/gimp/libgimpwidgets/stock-web-24.png +share/doc/gimp/libgimpwidgets/stock-wilber-16.png +share/doc/gimp/libgimpwidgets/stock-wilber-22.png +share/doc/gimp/libgimpwidgets/stock-wilber-64.png +share/doc/gimp/libgimpwidgets/stock-wilber-eek-64.png +share/doc/gimp/libgimpwidgets/stock-zoom-follow-window-12.png +share/doc/gimp/libgimpwidgets/style.css +share/doc/gimp/libgimpwidgets/up.png +share/gimp/brushes/10x10square.gbr +share/gimp/brushes/10x10squareBlur.gbr +share/gimp/brushes/20x20square.gbr +share/gimp/brushes/20x20squareBlur.gbr +share/gimp/brushes/5x5square.gbr +share/gimp/brushes/5x5squareBlur.gbr +share/gimp/brushes/Calligraphic-Brush-0.vbr +share/gimp/brushes/Calligraphic-Brush-1.vbr +share/gimp/brushes/Calligraphic-Brush-2.vbr +share/gimp/brushes/Calligraphic-Brush-3.vbr +share/gimp/brushes/Circle-1.vbr +share/gimp/brushes/Circle-11.vbr +share/gimp/brushes/Circle-13.vbr +share/gimp/brushes/Circle-15.vbr +share/gimp/brushes/Circle-17.vbr +share/gimp/brushes/Circle-19.vbr +share/gimp/brushes/Circle-3.vbr +share/gimp/brushes/Circle-5.vbr +share/gimp/brushes/Circle-7.vbr +share/gimp/brushes/Circle-9.vbr +share/gimp/brushes/Circle-Fuzzy-11.vbr +share/gimp/brushes/Circle-Fuzzy-13.vbr +share/gimp/brushes/Circle-Fuzzy-15.vbr +share/gimp/brushes/Circle-Fuzzy-17.vbr +share/gimp/brushes/Circle-Fuzzy-19.vbr +share/gimp/brushes/Circle-Fuzzy-3.vbr +share/gimp/brushes/Circle-Fuzzy-5.vbr +share/gimp/brushes/Circle-Fuzzy-7.vbr +share/gimp/brushes/Circle-Fuzzy-9.vbr +share/gimp/brushes/Diagonal-Star-11.vbr +share/gimp/brushes/Diagonal-Star-17.vbr +share/gimp/brushes/Diagonal-Star-25.vbr +share/gimp/brushes/SketchBrush-16.gih +share/gimp/brushes/SketchBrush-32.gih +share/gimp/brushes/SketchBrush-64.gih +share/gimp/brushes/confetti.gbr +share/gimp/brushes/confetti.gih +share/gimp/brushes/dunes.gbr +share/gimp/brushes/feltpen.gih +share/gimp/brushes/galaxy.gbr +share/gimp/brushes/galaxy_big.gbr +share/gimp/brushes/galaxy_small.gbr +share/gimp/brushes/hsparks.gih +share/gimp/brushes/pepper.gbr +share/gimp/brushes/pixel.gbr +share/gimp/brushes/vine.gih +share/gimp/fractalexplorer/Asteroid_Field +share/gimp/fractalexplorer/Bar_Code_Label +share/gimp/fractalexplorer/Beauty_of_Nature +share/gimp/fractalexplorer/Blue_Curtain +share/gimp/fractalexplorer/Car_Track +share/gimp/fractalexplorer/Energetic_Diamond +share/gimp/fractalexplorer/Explosive +share/gimp/fractalexplorer/Flower +share/gimp/fractalexplorer/Fragments +share/gimp/fractalexplorer/Hemp +share/gimp/fractalexplorer/High_Voltage +share/gimp/fractalexplorer/Hoops +share/gimp/fractalexplorer/Ice_Crystal +share/gimp/fractalexplorer/Leaves +share/gimp/fractalexplorer/Lightning +share/gimp/fractalexplorer/Mandelbrot +share/gimp/fractalexplorer/Marble +share/gimp/fractalexplorer/Marble2 +share/gimp/fractalexplorer/Medusa +share/gimp/fractalexplorer/Nautilus +share/gimp/fractalexplorer/Nebula +share/gimp/fractalexplorer/Plant +share/gimp/fractalexplorer/Rose +share/gimp/fractalexplorer/Saturn +share/gimp/fractalexplorer/Snow_Crystal +share/gimp/fractalexplorer/Soma +share/gimp/fractalexplorer/Spark +share/gimp/fractalexplorer/Suns +share/gimp/fractalexplorer/Tentacles +share/gimp/fractalexplorer/The_Green_Place +share/gimp/fractalexplorer/Wave +share/gimp/fractalexplorer/Wood +share/gimp/fractalexplorer/Zooming_Circle +share/gimp/gfig/A_star +share/gimp/gfig/curves +share/gimp/gfig/polys +share/gimp/gfig/ring +share/gimp/gfig/ring+star +share/gimp/gfig/simily +share/gimp/gfig/spirals_and_stars +share/gimp/gfig/sprial +share/gimp/gfig/star2 +share/gimp/gfig/stars +share/gimp/gflare/Bright_Star +share/gimp/gflare/Classic +share/gimp/gflare/Default +share/gimp/gflare/Distant_Sun +share/gimp/gflare/GFlare_101 +share/gimp/gflare/GFlare_102 +share/gimp/gflare/Hidden_Planet +share/gimp/gimpressionist/Brushes/arrow01.pgm +share/gimp/gimpressionist/Brushes/ball.ppm +share/gimp/gimpressionist/Brushes/blob.ppm +share/gimp/gimpressionist/Brushes/box.ppm +share/gimp/gimpressionist/Brushes/chalk01.pgm +share/gimp/gimpressionist/Brushes/cone.ppm +share/gimp/gimpressionist/Brushes/crayon01.pgm +share/gimp/gimpressionist/Brushes/crayon02.pgm +share/gimp/gimpressionist/Brushes/crayon03.pgm +share/gimp/gimpressionist/Brushes/crayon04.pgm +share/gimp/gimpressionist/Brushes/crayon05.pgm +share/gimp/gimpressionist/Brushes/crayon06.pgm +share/gimp/gimpressionist/Brushes/crayon07.pgm +share/gimp/gimpressionist/Brushes/crayon08.pgm +share/gimp/gimpressionist/Brushes/defaultbrush.pgm +share/gimp/gimpressionist/Brushes/dribble.pgm +share/gimp/gimpressionist/Brushes/fabric.pgm +share/gimp/gimpressionist/Brushes/fabric01.pgm +share/gimp/gimpressionist/Brushes/fabric02.pgm +share/gimp/gimpressionist/Brushes/fabric03.pgm +share/gimp/gimpressionist/Brushes/flower01.pgm +share/gimp/gimpressionist/Brushes/flower02.pgm +share/gimp/gimpressionist/Brushes/flower03.pgm +share/gimp/gimpressionist/Brushes/flower04.pgm +share/gimp/gimpressionist/Brushes/grad01.pgm +share/gimp/gimpressionist/Brushes/grad02.pgm +share/gimp/gimpressionist/Brushes/grad03.pgm +share/gimp/gimpressionist/Brushes/heart.ppm +share/gimp/gimpressionist/Brushes/leaf01.pgm +share/gimp/gimpressionist/Brushes/paintbrush.pgm +share/gimp/gimpressionist/Brushes/paintbrush01.pgm +share/gimp/gimpressionist/Brushes/paintbrush02.pgm +share/gimp/gimpressionist/Brushes/paintbrush03.pgm +share/gimp/gimpressionist/Brushes/paintbrush04.pgm +share/gimp/gimpressionist/Brushes/paper01.pgm +share/gimp/gimpressionist/Brushes/paper02.pgm +share/gimp/gimpressionist/Brushes/paper03.pgm +share/gimp/gimpressionist/Brushes/paper04.pgm +share/gimp/gimpressionist/Brushes/pentagram.pgm +share/gimp/gimpressionist/Brushes/scribble.pgm +share/gimp/gimpressionist/Brushes/shape01.pgm +share/gimp/gimpressionist/Brushes/shape02.pgm +share/gimp/gimpressionist/Brushes/shape03.pgm +share/gimp/gimpressionist/Brushes/shape04.pgm +share/gimp/gimpressionist/Brushes/snow1.pgm +share/gimp/gimpressionist/Brushes/sphere.ppm +share/gimp/gimpressionist/Brushes/splat1.pgm +share/gimp/gimpressionist/Brushes/splat2.pgm +share/gimp/gimpressionist/Brushes/splat3.pgm +share/gimp/gimpressionist/Brushes/spunge01.pgm +share/gimp/gimpressionist/Brushes/spunge02.pgm +share/gimp/gimpressionist/Brushes/spunge03.pgm +share/gimp/gimpressionist/Brushes/spunge04.pgm +share/gimp/gimpressionist/Brushes/spunge05.pgm +share/gimp/gimpressionist/Brushes/strange01.pgm +share/gimp/gimpressionist/Brushes/thegimp.pgm +share/gimp/gimpressionist/Brushes/torus.ppm +share/gimp/gimpressionist/Brushes/wavy.pgm +share/gimp/gimpressionist/Brushes/weave.pgm +share/gimp/gimpressionist/Brushes/worm.pgm +share/gimp/gimpressionist/Paper/bricks.pgm +share/gimp/gimpressionist/Paper/bricks2.pgm +share/gimp/gimpressionist/Paper/burlap.pgm +share/gimp/gimpressionist/Paper/canvas2.pgm +share/gimp/gimpressionist/Paper/defaultpaper.pgm +share/gimp/gimpressionist/Paper/marble.pgm +share/gimp/gimpressionist/Paper/marble2.pgm +share/gimp/gimpressionist/Paper/stone.pgm +share/gimp/gimpressionist/Paper/struc.pgm +share/gimp/gimpressionist/Presets/ApplyCanvas +share/gimp/gimpressionist/Presets/Ballpark +share/gimp/gimpressionist/Presets/Canvas +share/gimp/gimpressionist/Presets/Crosshatch +share/gimp/gimpressionist/Presets/Cubism +share/gimp/gimpressionist/Presets/Dotify +share/gimp/gimpressionist/Presets/Embroidery +share/gimp/gimpressionist/Presets/Feathers +share/gimp/gimpressionist/Presets/Felt-marker +share/gimp/gimpressionist/Presets/Flowerbed +share/gimp/gimpressionist/Presets/Furry +share/gimp/gimpressionist/Presets/Line-art +share/gimp/gimpressionist/Presets/Line-art-2 +share/gimp/gimpressionist/Presets/Maggot-invasion +share/gimp/gimpressionist/Presets/MarbleMadness +share/gimp/gimpressionist/Presets/Mossy +share/gimp/gimpressionist/Presets/Painted_Rock +share/gimp/gimpressionist/Presets/Parquette +share/gimp/gimpressionist/Presets/Patchwork +share/gimp/gimpressionist/Presets/Ringworks +share/gimp/gimpressionist/Presets/Sample +share/gimp/gimpressionist/Presets/Smash +share/gimp/gimpressionist/Presets/Straws +share/gimp/gimpressionist/Presets/Weave +share/gimp/gimpressionist/Presets/Wormcan +share/gimp/gradients/Abstract_1.ggr +share/gimp/gradients/Abstract_2.ggr +share/gimp/gradients/Abstract_3.ggr +share/gimp/gradients/Aneurism.ggr +share/gimp/gradients/Blinds.ggr +share/gimp/gradients/Blue_Green.ggr +share/gimp/gradients/Browns.ggr +share/gimp/gradients/Brushed_Aluminium.ggr +share/gimp/gradients/Burning_Paper.ggr +share/gimp/gradients/Burning_Transparency.ggr +share/gimp/gradients/CD.ggr +share/gimp/gradients/CD_Half.ggr +share/gimp/gradients/Caribbean_Blues.ggr +share/gimp/gradients/Coffee.ggr +share/gimp/gradients/Cold_Steel.ggr +share/gimp/gradients/Cold_Steel_2.ggr +share/gimp/gradients/Crown_molding.ggr +share/gimp/gradients/Dark_1.ggr +share/gimp/gradients/Deep_Sea.ggr +share/gimp/gradients/Default.ggr +share/gimp/gradients/Flare_Glow_Angular_1.ggr +share/gimp/gradients/Flare_Glow_Radial_1.ggr +share/gimp/gradients/Flare_Glow_Radial_2.ggr +share/gimp/gradients/Flare_Glow_Radial_3.ggr +share/gimp/gradients/Flare_Glow_Radial_4.ggr +share/gimp/gradients/Flare_Radial_101.ggr +share/gimp/gradients/Flare_Radial_102.ggr +share/gimp/gradients/Flare_Radial_103.ggr +share/gimp/gradients/Flare_Rays_Radial_1.ggr +share/gimp/gradients/Flare_Rays_Radial_2.ggr +share/gimp/gradients/Flare_Rays_Size_1.ggr +share/gimp/gradients/Flare_Sizefac_101.ggr +share/gimp/gradients/Four_bars.ggr +share/gimp/gradients/French_flag.ggr +share/gimp/gradients/French_flag_smooth.ggr +share/gimp/gradients/Full_saturation_spectrum_CCW.ggr +share/gimp/gradients/Full_saturation_spectrum_CW.ggr +share/gimp/gradients/German_flag.ggr +share/gimp/gradients/German_flag_smooth.ggr +share/gimp/gradients/Golden.ggr +share/gimp/gradients/Greens.ggr +share/gimp/gradients/Horizon_1.ggr +share/gimp/gradients/Horizon_2.ggr +share/gimp/gradients/Incandescent.ggr +share/gimp/gradients/Land_1.ggr +share/gimp/gradients/Land_and_Sea.ggr +share/gimp/gradients/Metallic_Something.ggr +share/gimp/gradients/Mexican_flag.ggr +share/gimp/gradients/Mexican_flag_smooth.ggr +share/gimp/gradients/Nauseating_Headache.ggr +share/gimp/gradients/Neon_Cyan.ggr +share/gimp/gradients/Neon_Green.ggr +share/gimp/gradients/Neon_Yellow.ggr +share/gimp/gradients/Pastel_Rainbow.ggr +share/gimp/gradients/Pastels.ggr +share/gimp/gradients/Purples.ggr +share/gimp/gradients/Radial_Eyeball_Blue.ggr +share/gimp/gradients/Radial_Eyeball_Brown.ggr +share/gimp/gradients/Radial_Eyeball_Green.ggr +share/gimp/gradients/Radial_Glow_1.ggr +share/gimp/gradients/Radial_Rainbow_Hoop.ggr +share/gimp/gradients/Romanian_flag.ggr +share/gimp/gradients/Romanian_flag_smooth.ggr +share/gimp/gradients/Rounded_edge.ggr +share/gimp/gradients/Shadows_1.ggr +share/gimp/gradients/Shadows_2.ggr +share/gimp/gradients/Shadows_3.ggr +share/gimp/gradients/Skyline.ggr +share/gimp/gradients/Skyline_polluted.ggr +share/gimp/gradients/Square_Wood_Frame.ggr +share/gimp/gradients/Sunrise.ggr +share/gimp/gradients/Three_bars_sin.ggr +share/gimp/gradients/Tropical_Colors.ggr +share/gimp/gradients/Tube_Red.ggr +share/gimp/gradients/Wood_1.ggr +share/gimp/gradients/Wood_2.ggr +share/gimp/gradients/Yellow_Contrast.ggr +share/gimp/gradients/Yellow_Orange.ggr +share/gimp/images/gimp-logo.png +share/gimp/images/gimp-splash.png +share/gimp/images/wilber.png +share/gimp/menus/brush-editor-menu.xml +share/gimp/menus/brushes-menu.xml +share/gimp/menus/buffers-menu.xml +share/gimp/menus/channels-menu.xml +share/gimp/menus/colormap-menu.xml +share/gimp/menus/cursor-info-menu.xml +share/gimp/menus/dockable-menu.xml +share/gimp/menus/documents-menu.xml +share/gimp/menus/error-console-menu.xml +share/gimp/menus/fonts-menu.xml +share/gimp/menus/gradient-editor-menu.xml +share/gimp/menus/gradients-menu.xml +share/gimp/menus/image-menu.xml +share/gimp/menus/images-menu.xml +share/gimp/menus/layers-menu.xml +share/gimp/menus/palette-editor-menu.xml +share/gimp/menus/palettes-menu.xml +share/gimp/menus/patterns-menu.xml +share/gimp/menus/quick-mask-menu.xml +share/gimp/menus/sample-points-menu.xml +share/gimp/menus/selection-menu.xml +share/gimp/menus/templates-menu.xml +share/gimp/menus/text-editor-toolbar.xml +share/gimp/menus/tool-options-menu.xml +share/gimp/menus/tools-menu.xml +share/gimp/menus/undo-menu.xml +share/gimp/menus/vectors-menu.xml +share/gimp/palettes/Bears.gpl +share/gimp/palettes/Bgold.gpl +share/gimp/palettes/Blues.gpl +share/gimp/palettes/Borders.gpl +share/gimp/palettes/Browns_And_Yellows.gpl +share/gimp/palettes/Caramel.gpl +share/gimp/palettes/Cascade.gpl +share/gimp/palettes/China.gpl +share/gimp/palettes/Coldfire.gpl +share/gimp/palettes/Cool_Colors.gpl +share/gimp/palettes/Cranes.gpl +share/gimp/palettes/Dark_pastels.gpl +share/gimp/palettes/Default.gpl +share/gimp/palettes/Ega.gpl +share/gimp/palettes/Firecode.gpl +share/gimp/palettes/Gold.gpl +share/gimp/palettes/GrayViolet.gpl +share/gimp/palettes/Grayblue.gpl +share/gimp/palettes/Grays.gpl +share/gimp/palettes/Greens.gpl +share/gimp/palettes/Hilite.gpl +share/gimp/palettes/Khaki.gpl +share/gimp/palettes/Lights.gpl +share/gimp/palettes/Muted.gpl +share/gimp/palettes/Named_Colors.gpl +share/gimp/palettes/News3.gpl +share/gimp/palettes/Op2.gpl +share/gimp/palettes/Paintjet.gpl +share/gimp/palettes/Pastels.gpl +share/gimp/palettes/Plasma.gpl +share/gimp/palettes/Reds.gpl +share/gimp/palettes/Reds_And_Purples.gpl +share/gimp/palettes/Royal.gpl +share/gimp/palettes/Tango.gpl +share/gimp/palettes/Topographic.gpl +share/gimp/palettes/Visibone.gpl +share/gimp/palettes/Visibone_2.gpl +share/gimp/palettes/Volcano.gpl +share/gimp/palettes/Warm_Colors.gpl +share/gimp/palettes/Web.gpl +share/gimp/patterns/3dgreen.pat +share/gimp/patterns/Craters.pat +share/gimp/patterns/Moonfoot.pat +share/gimp/patterns/Stripes1px.pat +share/gimp/patterns/Stripes2px.pat +share/gimp/patterns/amethyst.pat +share/gimp/patterns/bark.pat +share/gimp/patterns/blue.pat +share/gimp/patterns/bluegrid.pat +share/gimp/patterns/bluesquares.pat +share/gimp/patterns/blueweb.pat +share/gimp/patterns/brick.pat +share/gimp/patterns/burlap.pat +share/gimp/patterns/burlwood.pat +share/gimp/patterns/choc_swirl.pat +share/gimp/patterns/corkboard.pat +share/gimp/patterns/cracked.pat +share/gimp/patterns/crinklepaper.pat +share/gimp/patterns/electric.pat +share/gimp/patterns/fibers.pat +share/gimp/patterns/granite1.pat +share/gimp/patterns/ground1.pat +share/gimp/patterns/ice.pat +share/gimp/patterns/java.pat +share/gimp/patterns/leather.pat +share/gimp/patterns/leaves.pat +share/gimp/patterns/leopard.pat +share/gimp/patterns/lightning.pat +share/gimp/patterns/marble1.pat +share/gimp/patterns/marble2.pat +share/gimp/patterns/marble3.pat +share/gimp/patterns/nops.pat +share/gimp/patterns/paper.pat +share/gimp/patterns/parque1.pat +share/gimp/patterns/parque2.pat +share/gimp/patterns/parque3.pat +share/gimp/patterns/pastel.pat +share/gimp/patterns/pine.pat +share/gimp/patterns/pink_marble.pat +share/gimp/patterns/pool.pat +share/gimp/patterns/qube1.pat +share/gimp/patterns/rain.pat +share/gimp/patterns/recessed.pat +share/gimp/patterns/redcube.pat +share/gimp/patterns/rock.pat +share/gimp/patterns/sky.pat +share/gimp/patterns/slate.pat +share/gimp/patterns/sm_squares.pat +share/gimp/patterns/starfield.pat +share/gimp/patterns/stone33.pat +share/gimp/patterns/terra.pat +share/gimp/patterns/walnut.pat +share/gimp/patterns/warning.pat +share/gimp/patterns/wood1.pat +share/gimp/patterns/wood2.pat +share/gimp/patterns/wood3.pat +share/gimp/patterns/wood4.pat +share/gimp/patterns/wood5.pat +share/gimp/scripts/3d-outline.scm +share/gimp/scripts/3dTruchet.scm +share/gimp/scripts/add-bevel.scm +share/gimp/scripts/addborder.scm +share/gimp/scripts/alien-glow-arrow.scm +share/gimp/scripts/alien-glow-bar.scm +share/gimp/scripts/alien-glow-bullet.scm +share/gimp/scripts/alien-glow-button.scm +share/gimp/scripts/alien-glow-logo.scm +share/gimp/scripts/alien-neon-logo.scm +share/gimp/scripts/basic1-logo.scm +share/gimp/scripts/basic2-logo.scm +share/gimp/scripts/beveled-button.scm +share/gimp/scripts/beveled-pattern-arrow.scm +share/gimp/scripts/beveled-pattern-bullet.scm +share/gimp/scripts/beveled-pattern-button.scm +share/gimp/scripts/beveled-pattern-heading.scm +share/gimp/scripts/beveled-pattern-hrule.scm +share/gimp/scripts/blend-anim.scm +share/gimp/scripts/blended-logo.scm +share/gimp/scripts/bovinated-logo.scm +share/gimp/scripts/burn-in-anim.scm +share/gimp/scripts/camo.scm +share/gimp/scripts/carve-it.scm +share/gimp/scripts/carved-logo.scm +share/gimp/scripts/chalk.scm +share/gimp/scripts/chip-away.scm +share/gimp/scripts/chrome-it.scm +share/gimp/scripts/chrome-logo.scm +share/gimp/scripts/circuit.scm +share/gimp/scripts/clothify.scm +share/gimp/scripts/coffee.scm +share/gimp/scripts/comic-logo.scm +share/gimp/scripts/coolmetal-logo.scm +share/gimp/scripts/copy-visible.scm +share/gimp/scripts/crystal-logo.scm +share/gimp/scripts/difference-clouds.scm +share/gimp/scripts/distress-selection.scm +share/gimp/scripts/drop-shadow.scm +share/gimp/scripts/erase-rows.scm +share/gimp/scripts/flatland.scm +share/gimp/scripts/font-map.scm +share/gimp/scripts/frosty-logo.scm +share/gimp/scripts/fuzzyborder.scm +share/gimp/scripts/gimp-headers.scm +share/gimp/scripts/gimp-labels.scm +share/gimp/scripts/glossy.scm +share/gimp/scripts/glowing-logo.scm +share/gimp/scripts/gradient-bevel-logo.scm +share/gimp/scripts/gradient-example.scm +share/gimp/scripts/grid-system.scm +share/gimp/scripts/guides-from-selection.scm +share/gimp/scripts/guides-new-percent.scm +share/gimp/scripts/guides-new.scm +share/gimp/scripts/guides-remove-all.scm +share/gimp/scripts/i26-gunya2.scm +share/gimp/scripts/images/beavis.jpg +share/gimp/scripts/images/texture.jpg +share/gimp/scripts/images/texture1.jpg +share/gimp/scripts/images/texture2.jpg +share/gimp/scripts/images/texture3.jpg +share/gimp/scripts/land.scm +share/gimp/scripts/lava.scm +share/gimp/scripts/line-nova.scm +share/gimp/scripts/mkbrush.scm +share/gimp/scripts/neon-logo.scm +share/gimp/scripts/news-text.scm +share/gimp/scripts/old-photo.scm +share/gimp/scripts/paste-as-brush.scm +share/gimp/scripts/paste-as-pattern.scm +share/gimp/scripts/perspective-shadow.scm +share/gimp/scripts/plug-in-compat.init +share/gimp/scripts/predator.scm +share/gimp/scripts/pupi-button.scm +share/gimp/scripts/rendermap.scm +share/gimp/scripts/reverse-layers.scm +share/gimp/scripts/ripply-anim.scm +share/gimp/scripts/round-corners.scm +share/gimp/scripts/script-fu-compat.init +share/gimp/scripts/script-fu-set-cmap.scm +share/gimp/scripts/script-fu-util.scm +share/gimp/scripts/script-fu.init +share/gimp/scripts/select-to-brush.scm +share/gimp/scripts/select-to-image.scm +share/gimp/scripts/select-to-pattern.scm +share/gimp/scripts/selection-round.scm +share/gimp/scripts/slide.scm +share/gimp/scripts/sota-chrome-logo.scm +share/gimp/scripts/speed-text.scm +share/gimp/scripts/spinning-globe.scm +share/gimp/scripts/spyrogimp.scm +share/gimp/scripts/starscape-logo.scm +share/gimp/scripts/swirltile.scm +share/gimp/scripts/swirly-pattern.scm +share/gimp/scripts/t-o-p-logo.scm +share/gimp/scripts/text-circle.scm +share/gimp/scripts/textured-logo.scm +share/gimp/scripts/tileblur.scm +share/gimp/scripts/title-header.scm +share/gimp/scripts/truchet.scm +share/gimp/scripts/unsharp-mask.scm +share/gimp/scripts/waves-anim.scm +share/gimp/scripts/weave.scm +share/gimp/scripts/web-browser.scm +share/gimp/scripts/xach-effect.scm +share/gimp/themes/Default/gtkrc +share/gimp/themes/Default/images/preferences/color-management-22.png +share/gimp/themes/Default/images/preferences/color-management.png +share/gimp/themes/Default/images/preferences/controllers-22.png +share/gimp/themes/Default/images/preferences/controllers.png +share/gimp/themes/Default/images/preferences/default-comment.png +share/gimp/themes/Default/images/preferences/default-grid-22.png +share/gimp/themes/Default/images/preferences/default-grid.png +share/gimp/themes/Default/images/preferences/display-22.png +share/gimp/themes/Default/images/preferences/display.png +share/gimp/themes/Default/images/preferences/environment-22.png +share/gimp/themes/Default/images/preferences/environment.png +share/gimp/themes/Default/images/preferences/folders-22.png +share/gimp/themes/Default/images/preferences/folders-brushes-22.png +share/gimp/themes/Default/images/preferences/folders-brushes.png +share/gimp/themes/Default/images/preferences/folders-environ-22.png +share/gimp/themes/Default/images/preferences/folders-environ.png +share/gimp/themes/Default/images/preferences/folders-fonts-22.png +share/gimp/themes/Default/images/preferences/folders-fonts.png +share/gimp/themes/Default/images/preferences/folders-gradients-22.png +share/gimp/themes/Default/images/preferences/folders-gradients.png +share/gimp/themes/Default/images/preferences/folders-interp-22.png +share/gimp/themes/Default/images/preferences/folders-interp.png +share/gimp/themes/Default/images/preferences/folders-modules-22.png +share/gimp/themes/Default/images/preferences/folders-modules.png +share/gimp/themes/Default/images/preferences/folders-palettes-22.png +share/gimp/themes/Default/images/preferences/folders-palettes.png +share/gimp/themes/Default/images/preferences/folders-patterns-22.png +share/gimp/themes/Default/images/preferences/folders-patterns.png +share/gimp/themes/Default/images/preferences/folders-plug-ins-22.png +share/gimp/themes/Default/images/preferences/folders-plug-ins.png +share/gimp/themes/Default/images/preferences/folders-scripts-22.png +share/gimp/themes/Default/images/preferences/folders-scripts.png +share/gimp/themes/Default/images/preferences/folders-themes-22.png +share/gimp/themes/Default/images/preferences/folders-themes.png +share/gimp/themes/Default/images/preferences/folders-tool-plug-ins-22.png +share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png +share/gimp/themes/Default/images/preferences/folders-tools-22.png +share/gimp/themes/Default/images/preferences/folders.png +share/gimp/themes/Default/images/preferences/help-system-22.png +share/gimp/themes/Default/images/preferences/help-system.png +share/gimp/themes/Default/images/preferences/image-title-22.png +share/gimp/themes/Default/images/preferences/image-title.png +share/gimp/themes/Default/images/preferences/image-windows-22.png +share/gimp/themes/Default/images/preferences/image-windows.png +share/gimp/themes/Default/images/preferences/input-devices-22.png +share/gimp/themes/Default/images/preferences/input-devices.png +share/gimp/themes/Default/images/preferences/interface-22.png +share/gimp/themes/Default/images/preferences/interface.png +share/gimp/themes/Default/images/preferences/new-image-22.png +share/gimp/themes/Default/images/preferences/new-image.png +share/gimp/themes/Default/images/preferences/session-22.png +share/gimp/themes/Default/images/preferences/session.png +share/gimp/themes/Default/images/preferences/theme-22.png +share/gimp/themes/Default/images/preferences/theme.png +share/gimp/themes/Default/images/preferences/tool-options-22.png +share/gimp/themes/Default/images/preferences/tool-options.png +share/gimp/themes/Default/images/preferences/toolbox-22.png +share/gimp/themes/Default/images/preferences/toolbox.png +share/gimp/themes/Default/images/preferences/window-management-22.png +share/gimp/themes/Default/images/preferences/window-management.png +share/gimp/themes/Default/images/stock-error-64.png +share/gimp/themes/Default/images/stock-info-64.png +share/gimp/themes/Default/images/stock-question-64.png +share/gimp/themes/Default/images/stock-warning-64.png +share/gimp/themes/Small/gtkrc +share/gimp/tips/gimp-tips.xml +share/icons/hicolor/16x16/apps/gimp.png +share/icons/hicolor/22x22/apps/gimp.png +share/icons/hicolor/24x24/apps/gimp.png +share/icons/hicolor/32x32/apps/gimp.png +share/icons/hicolor/48x48/apps/gimp.png +share/icons/hicolor/64x64/apps/gimp.png +share/icons/hicolor/scalable/apps/gimp.svg +share/locale/am/LC_MESSAGES/gimp20.mo +share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ar/LC_MESSAGES/gimp20-python.mo +share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ar/LC_MESSAGES/gimp20-tips.mo +share/locale/ar/LC_MESSAGES/gimp20.mo +share/locale/ast/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ast/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ast/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ast/LC_MESSAGES/gimp20.mo +share/locale/az/LC_MESSAGES/gimp20-libgimp.mo +share/locale/az/LC_MESSAGES/gimp20-python.mo +share/locale/az/LC_MESSAGES/gimp20-script-fu.mo +share/locale/az/LC_MESSAGES/gimp20.mo +share/locale/be/LC_MESSAGES/gimp20-libgimp.mo +share/locale/be/LC_MESSAGES/gimp20-python.mo +share/locale/be/LC_MESSAGES/gimp20-script-fu.mo +share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/be/LC_MESSAGES/gimp20-tips.mo +share/locale/be/LC_MESSAGES/gimp20.mo +share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bg/LC_MESSAGES/gimp20-python.mo +share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-tips.mo +share/locale/bg/LC_MESSAGES/gimp20.mo +share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ca/LC_MESSAGES/gimp20-python.mo +share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ca/LC_MESSAGES/gimp20-tips.mo +share/locale/ca/LC_MESSAGES/gimp20.mo +share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo +share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo +share/locale/ca@valencia/LC_MESSAGES/gimp20.mo +share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo +share/locale/cs/LC_MESSAGES/gimp20-python.mo +share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo +share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/cs/LC_MESSAGES/gimp20-tips.mo +share/locale/cs/LC_MESSAGES/gimp20.mo +share/locale/da/LC_MESSAGES/gimp20-libgimp.mo +share/locale/da/LC_MESSAGES/gimp20-python.mo +share/locale/da/LC_MESSAGES/gimp20-script-fu.mo +share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/da/LC_MESSAGES/gimp20-tips.mo +share/locale/da/LC_MESSAGES/gimp20.mo +share/locale/de/LC_MESSAGES/gimp20-libgimp.mo +share/locale/de/LC_MESSAGES/gimp20-python.mo +share/locale/de/LC_MESSAGES/gimp20-script-fu.mo +share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/de/LC_MESSAGES/gimp20-tips.mo +share/locale/de/LC_MESSAGES/gimp20.mo +share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo +share/locale/dz/LC_MESSAGES/gimp20-python.mo +share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo +share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/dz/LC_MESSAGES/gimp20-tips.mo +share/locale/dz/LC_MESSAGES/gimp20.mo +share/locale/el/LC_MESSAGES/gimp20-libgimp.mo +share/locale/el/LC_MESSAGES/gimp20-python.mo +share/locale/el/LC_MESSAGES/gimp20-script-fu.mo +share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/el/LC_MESSAGES/gimp20.mo +share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_CA/LC_MESSAGES/gimp20-python.mo +share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo +share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo +share/locale/en_CA/LC_MESSAGES/gimp20.mo +share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_GB/LC_MESSAGES/gimp20-python.mo +share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo +share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo +share/locale/en_GB/LC_MESSAGES/gimp20.mo +share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo +share/locale/eo/LC_MESSAGES/gimp20-python.mo +share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo +share/locale/eo/LC_MESSAGES/gimp20-tips.mo +share/locale/eo/LC_MESSAGES/gimp20.mo +share/locale/es/LC_MESSAGES/gimp20-libgimp.mo +share/locale/es/LC_MESSAGES/gimp20-python.mo +share/locale/es/LC_MESSAGES/gimp20-script-fu.mo +share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/es/LC_MESSAGES/gimp20-tips.mo +share/locale/es/LC_MESSAGES/gimp20.mo +share/locale/et/LC_MESSAGES/gimp20-libgimp.mo +share/locale/et/LC_MESSAGES/gimp20-python.mo +share/locale/et/LC_MESSAGES/gimp20-script-fu.mo +share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/et/LC_MESSAGES/gimp20-tips.mo +share/locale/et/LC_MESSAGES/gimp20.mo +share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/eu/LC_MESSAGES/gimp20-python.mo +share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/eu/LC_MESSAGES/gimp20-tips.mo +share/locale/eu/LC_MESSAGES/gimp20.mo +share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fa/LC_MESSAGES/gimp20-python.mo +share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fa/LC_MESSAGES/gimp20-tips.mo +share/locale/fa/LC_MESSAGES/gimp20.mo +share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fi/LC_MESSAGES/gimp20-python.mo +share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fi/LC_MESSAGES/gimp20-tips.mo +share/locale/fi/LC_MESSAGES/gimp20.mo +share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fr/LC_MESSAGES/gimp20-python.mo +share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fr/LC_MESSAGES/gimp20-tips.mo +share/locale/fr/LC_MESSAGES/gimp20.mo +share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ga/LC_MESSAGES/gimp20-python.mo +share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ga/LC_MESSAGES/gimp20.mo +share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gl/LC_MESSAGES/gimp20-python.mo +share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gl/LC_MESSAGES/gimp20-tips.mo +share/locale/gl/LC_MESSAGES/gimp20.mo +share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gu/LC_MESSAGES/gimp20-python.mo +share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gu/LC_MESSAGES/gimp20-tips.mo +share/locale/gu/LC_MESSAGES/gimp20.mo +share/locale/he/LC_MESSAGES/gimp20-libgimp.mo +share/locale/he/LC_MESSAGES/gimp20-script-fu.mo +share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/he/LC_MESSAGES/gimp20-tips.mo +share/locale/he/LC_MESSAGES/gimp20.mo +share/locale/hi/LC_MESSAGES/gimp20.mo +share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hr/LC_MESSAGES/gimp20-python.mo +share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hr/LC_MESSAGES/gimp20-tips.mo +share/locale/hr/LC_MESSAGES/gimp20.mo +share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hu/LC_MESSAGES/gimp20-python.mo +share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hu/LC_MESSAGES/gimp20-tips.mo +share/locale/hu/LC_MESSAGES/gimp20.mo +share/locale/id/LC_MESSAGES/gimp20-libgimp.mo +share/locale/id/LC_MESSAGES/gimp20-script-fu.mo +share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/id/LC_MESSAGES/gimp20.mo +share/locale/is/LC_MESSAGES/gimp20-libgimp.mo +share/locale/is/LC_MESSAGES/gimp20-python.mo +share/locale/is/LC_MESSAGES/gimp20-script-fu.mo +share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/is/LC_MESSAGES/gimp20-tips.mo +share/locale/is/LC_MESSAGES/gimp20.mo +share/locale/it/LC_MESSAGES/gimp20-libgimp.mo +share/locale/it/LC_MESSAGES/gimp20-python.mo +share/locale/it/LC_MESSAGES/gimp20-script-fu.mo +share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/it/LC_MESSAGES/gimp20-tips.mo +share/locale/it/LC_MESSAGES/gimp20.mo +share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ja/LC_MESSAGES/gimp20-python.mo +share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ja/LC_MESSAGES/gimp20-tips.mo +share/locale/ja/LC_MESSAGES/gimp20.mo +share/locale/ka/LC_MESSAGES/gimp20.mo +share/locale/km/LC_MESSAGES/gimp20-libgimp.mo +share/locale/km/LC_MESSAGES/gimp20-python.mo +share/locale/km/LC_MESSAGES/gimp20-script-fu.mo +share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/km/LC_MESSAGES/gimp20-tips.mo +share/locale/km/LC_MESSAGES/gimp20.mo +share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/kn/LC_MESSAGES/gimp20.mo +share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ko/LC_MESSAGES/gimp20-python.mo +share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ko/LC_MESSAGES/gimp20-tips.mo +share/locale/ko/LC_MESSAGES/gimp20.mo +share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/lt/LC_MESSAGES/gimp20-python.mo +share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/lt/LC_MESSAGES/gimp20-tips.mo +share/locale/lt/LC_MESSAGES/gimp20.mo +share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo +share/locale/lv/LC_MESSAGES/gimp20.mo +share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mk/LC_MESSAGES/gimp20-python.mo +share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mk/LC_MESSAGES/gimp20-tips.mo +share/locale/mk/LC_MESSAGES/gimp20.mo +share/locale/ml/LC_MESSAGES/gimp20.mo +share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mr/LC_MESSAGES/gimp20-python.mo +share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mr/LC_MESSAGES/gimp20-tips.mo +share/locale/mr/LC_MESSAGES/gimp20.mo +share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ms/LC_MESSAGES/gimp20-python.mo +share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ms/LC_MESSAGES/gimp20-tips.mo +share/locale/ms/LC_MESSAGES/gimp20.mo +share/locale/my/LC_MESSAGES/gimp20-libgimp.mo +share/locale/my/LC_MESSAGES/gimp20-python.mo +share/locale/my/LC_MESSAGES/gimp20-script-fu.mo +share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/my/LC_MESSAGES/gimp20-tips.mo +share/locale/my/LC_MESSAGES/gimp20.mo +share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nb/LC_MESSAGES/gimp20-python.mo +share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nb/LC_MESSAGES/gimp20-tips.mo +share/locale/nb/LC_MESSAGES/gimp20.mo +share/locale/nds/LC_MESSAGES/gimp20.mo +share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ne/LC_MESSAGES/gimp20-python.mo +share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ne/LC_MESSAGES/gimp20-tips.mo +share/locale/ne/LC_MESSAGES/gimp20.mo +share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nl/LC_MESSAGES/gimp20-python.mo +share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nl/LC_MESSAGES/gimp20-tips.mo +share/locale/nl/LC_MESSAGES/gimp20.mo +share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nn/LC_MESSAGES/gimp20-python.mo +share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nn/LC_MESSAGES/gimp20-tips.mo +share/locale/nn/LC_MESSAGES/gimp20.mo +share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo +share/locale/oc/LC_MESSAGES/gimp20-python.mo +share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo +share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/oc/LC_MESSAGES/gimp20.mo +share/locale/or/LC_MESSAGES/gimp20-python.mo +share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/or/LC_MESSAGES/gimp20.mo +share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pa/LC_MESSAGES/gimp20-python.mo +share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pa/LC_MESSAGES/gimp20-tips.mo +share/locale/pa/LC_MESSAGES/gimp20.mo +share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pl/LC_MESSAGES/gimp20-python.mo +share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pl/LC_MESSAGES/gimp20-tips.mo +share/locale/pl/LC_MESSAGES/gimp20.mo +share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt/LC_MESSAGES/gimp20-python.mo +share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt/LC_MESSAGES/gimp20-tips.mo +share/locale/pt/LC_MESSAGES/gimp20.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo +share/locale/pt_BR/LC_MESSAGES/gimp20.mo +share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ro/LC_MESSAGES/gimp20-python.mo +share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ro/LC_MESSAGES/gimp20-tips.mo +share/locale/ro/LC_MESSAGES/gimp20.mo +share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ru/LC_MESSAGES/gimp20-python.mo +share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ru/LC_MESSAGES/gimp20-tips.mo +share/locale/ru/LC_MESSAGES/gimp20.mo +share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo +share/locale/rw/LC_MESSAGES/gimp20-python.mo +share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo +share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/rw/LC_MESSAGES/gimp20-tips.mo +share/locale/rw/LC_MESSAGES/gimp20.mo +share/locale/si/LC_MESSAGES/gimp20.mo +share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sk/LC_MESSAGES/gimp20-python.mo +share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sk/LC_MESSAGES/gimp20-tips.mo +share/locale/sk/LC_MESSAGES/gimp20.mo +share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sl/LC_MESSAGES/gimp20-python.mo +share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sl/LC_MESSAGES/gimp20-tips.mo +share/locale/sl/LC_MESSAGES/gimp20.mo +share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr/LC_MESSAGES/gimp20-python.mo +share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr/LC_MESSAGES/gimp20-tips.mo +share/locale/sr/LC_MESSAGES/gimp20.mo +share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo +share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo +share/locale/sr@latin/LC_MESSAGES/gimp20.mo +share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sv/LC_MESSAGES/gimp20-python.mo +share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sv/LC_MESSAGES/gimp20-tips.mo +share/locale/sv/LC_MESSAGES/gimp20.mo +share/locale/ta/LC_MESSAGES/gimp20.mo +share/locale/th/LC_MESSAGES/gimp20.mo +share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/tr/LC_MESSAGES/gimp20-python.mo +share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/tr/LC_MESSAGES/gimp20.mo +share/locale/tt/LC_MESSAGES/gimp20.mo +share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/uk/LC_MESSAGES/gimp20-python.mo +share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/uk/LC_MESSAGES/gimp20-tips.mo +share/locale/uk/LC_MESSAGES/gimp20.mo +share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/vi/LC_MESSAGES/gimp20-python.mo +share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/vi/LC_MESSAGES/gimp20-tips.mo +share/locale/vi/LC_MESSAGES/gimp20.mo +share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo +share/locale/xh/LC_MESSAGES/gimp20-python.mo +share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo +share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/xh/LC_MESSAGES/gimp20.mo +share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/yi/LC_MESSAGES/gimp20.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo +share/locale/zh_CN/LC_MESSAGES/gimp20.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo +share/locale/zh_HK/LC_MESSAGES/gimp20.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo +share/locale/zh_TW/LC_MESSAGES/gimp20.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/tt/LC_MESSAGES +@dirrmtry share/locale/tt +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/my/LC_MESSAGES +@dirrmtry share/locale/my +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrm share/gimp/tips +@dirrm share/gimp/themes/Small +@dirrm share/gimp/themes/Default/images/preferences +@dirrm share/gimp/themes/Default/images +@dirrm share/gimp/themes/Default +@dirrm share/gimp/themes +@dirrm share/gimp/scripts/images +@dirrm share/gimp/scripts +@dirrm share/gimp/patterns +@dirrm share/gimp/palettes +@dirrm share/gimp/menus +@dirrm share/gimp/images +@dirrm share/gimp/gradients +@dirrm share/gimp/gimpressionist/Presets +@dirrm share/gimp/gimpressionist/Paper +@dirrm share/gimp/gimpressionist/Brushes +@dirrm share/gimp/gimpressionist +@dirrm share/gimp/gflare +@dirrm share/gimp/gfig +@dirrm share/gimp/fractalexplorer +@dirrm share/gimp/fonts +@dirrm share/gimp/brushes +@dirrm share/gimp +@dirrm share/doc/gimp/libgimpwidgets +@dirrm share/doc/gimp/libgimpthumb +@dirrm share/doc/gimp/libgimpmodule +@dirrm share/doc/gimp/libgimpmath +@dirrm share/doc/gimp/libgimpconfig +@dirrm share/doc/gimp/libgimpcolor +@dirrm share/doc/gimp/libgimpbase +@dirrm share/doc/gimp/libgimp +@dirrm share/doc/gimp +@dirrmtry share/applications +@dirrm libexec/gimp/2.2/plug-ins +@dirrm libexec/gimp/2.2/modules +@dirrm libexec/gimp/2.2/interpreters +@dirrm libexec/gimp/2.2/environ +@dirrm libexec/gimp/2.2 +@dirrm libexec/gimp +@dirrm include/gimp-2.0/libgimpwidgets +@dirrm include/gimp-2.0/libgimpthumb +@dirrm include/gimp-2.0/libgimpmodule +@dirrm include/gimp-2.0/libgimpmath +@dirrm include/gimp-2.0/libgimpconfig +@dirrm include/gimp-2.0/libgimpcolor +@dirrm include/gimp-2.0/libgimpbase +@dirrm include/gimp-2.0/libgimp +@dirrm include/gimp-2.0 +@dirrm etc/gimp/2.2 +@dirrm etc/gimp +@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/graphics/shotwell/Makefile b/graphics/shotwell/Makefile new file mode 100644 index 000000000..461c15cbf --- /dev/null +++ b/graphics/shotwell/Makefile @@ -0,0 +1,75 @@ +# New ports collection makefile for: shotwell +# Date created: Tue Sep 7 02:00:03 UTC 2010 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al. +# +# $FreeBSD: ports/graphics/shotwell/Makefile,v 1.8 2011/03/04 02:15:09 wen Exp $ +# + +PORTNAME= shotwell +PORTVERSION= 0.7.2 +PORTREVISION= 1 +CATEGORIES= graphics gnome +MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Open source photo manager for GNOME + +BUILD_DEPENDS= ${LOCALBASE}/lib/libraw.a:${PORTSDIR}/graphics/libraw \ + vala>=0.10.0:${PORTSDIR}/lang/vala +LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + gee.2:${PORTSDIR}/devel/libgee \ + soup-2.4.1:${PORTSDIR}/devel/libsoup \ + gexiv2.0:${PORTSDIR}/graphics/gexiv2 \ + exif.12:${PORTSDIR}/graphics/libexif \ + gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + +BROKEN= does not build + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GNOME= gnomehier gconf2 gtk20 desktopfileutils librsvg2 +USE_GMAKE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --disable-icon-update \ + --with-gconf-schema-file-dir=${PREFIX}/etc/gconf/schemas +INSTALLS_ICONS= yes + +GCONF_SCHEMAS= shotwell.schemas + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's|/bin/bash|${SH}|g ; s|/usr/bin/env.*bash|${SH}|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} \ + ${WRKSRC}/libraw-config \ + ${WRKSRC}/minver + +post-configure: + @${REINPLACE_CMD} -E \ + -e 's|share/shotwell|${DATADIR_REL}|g ; \ + s|%%GCONF_CONFIG_SOURCE%%|${GCONF_CONFIG_SOURCE}|g' \ + ${WRKSRC}/${MAKEFILE} +# attempt at a DATADIR safe port + @${REINPLACE_CMD} -E \ + -e 's|\.get_child\("share")\.get_child\("shotwell")|${SHOTWELL_DATADIR}|' \ + ${WRKSRC}/src/AppDirs.vala + +post-install: + @-update-desktop-database + +.include <bsd.port.pre.mk> + +# graphics/libraw +.if exists(${LOCALBASE}/lib/libraw.so.0) +LIB_DEPENDS+= raw.0:${PORTSDIR}/graphics/libraw +.endif + +# attempt at a DATADIR safe port +.for dir in ${DATADIR:S,^${PREFIX}/,,:S,/, ,g} +SHOTWELL_DATADIR+=.get_child("${dir}") +.endfor + +.include <bsd.port.post.mk> diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo new file mode 100644 index 000000000..ebb0689a4 --- /dev/null +++ b/graphics/shotwell/distinfo @@ -0,0 +1,4 @@ +MD5 (shotwell-0.7.2.tar.bz2) = 075b04f9723bddfffc96810384b9524a +SHA256 (shotwell-0.7.2.tar.bz2) = 8b4139407d59badcbe13e23db070e0a0709ecc0f9ad806335888382eebf5dfa3 +SIZE (shotwell-0.7.2.tar.bz2) = 1064127 + diff --git a/graphics/shotwell/files/patch-Makefile b/graphics/shotwell/files/patch-Makefile new file mode 100644 index 000000000..3c54b9c27 --- /dev/null +++ b/graphics/shotwell/files/patch-Makefile @@ -0,0 +1,139 @@ +--- Makefile.orig 2010-09-10 17:55:54.000000000 -0500 ++++ Makefile 2010-12-28 16:15:44.000000000 -0600 +@@ -21,6 +21,10 @@ + LINUX = 1 + endif + ++ifeq "$(SYSTEM)" "FreeBSD" ++ FreeBSD = 1 ++endif ++ + ifeq "$(SYSTEM)" "MinGW" + WINDOWS = 1 + endif +@@ -41,6 +45,10 @@ + EXPORT_FLAGS = -export-dynamic + endif + ++ifdef FreeBSD ++ EXPORT_FLAGS = -export-dynamic ++endif ++ + ifdef WINDOWS + EXPORT_FLAGS = -export-all-symbols + endif +@@ -124,10 +132,13 @@ + FSpotDatabaseDriver.vala \ + FSpotDatabaseTables.vala + ++# this should be ifndef LINUX && ifndef FreeBSD + ifndef LINUX ++ifndef FreeBSD + SRC_FILES += \ + GConf.vala + endif ++endif + + VAPI_FILES = \ + libexif.vapi \ +@@ -288,6 +299,18 @@ + gdk-x11-2.0 + endif + ++ifdef FreeBSD ++EXT_PKGS += \ ++ gconf-2.0 \ ++ libgphoto2 \ ++ libsoup-2.4 \ ++ libxml-2.0 \ ++ unique-1.0 \ ++ webkit-1.0 \ ++ dbus-glib-1 \ ++ gdk-x11-2.0 ++endif ++ + # libraw is handled separately (see note below); when libraw-config is no longer needed, the version + # should be added to this list + EXT_PKG_VERSIONS = \ +@@ -313,6 +336,18 @@ + dbus-glib-1 >= 0.80 + endif + ++ifdef LINUX ++EXT_PKG_VERSIONS += \ ++ gconf-2.0 >= 2.22.0 \ ++ libgphoto2 >= 2.4.2 \ ++ libsoup-2.4 >= 2.26.0 \ ++ libxml-2.0 >= 2.6.32 \ ++ unique-1.0 >= 1.0.0 \ ++ webkit-1.0 >= 1.1.5 \ ++ dbus-glib-1 >= 0.80 ++endif ++ ++ + PKGS = $(EXT_PKGS) $(LOCAL_PKGS) $(LIBRAW_PKG) + + ifndef BUILD_DIR +@@ -357,6 +392,10 @@ + + VALA_LDFLAGS = `pkg-config --libs $(EXT_PKGS) gthread-2.0` + ++ifdef FreeBSD ++ VALA_DEFINES = -D NO_CAMERA ++endif ++ + ifdef WINDOWS + VALA_DEFINES = -D WINDOWS -D NO_CAMERA -D NO_PRINTING -D NO_PUBLISHING -D NO_LIBUNIQUE -D NO_EXTENDED_POSIX -D NO_SET_BACKGROUND + EXPANDED_OBJ_FILES += src/windows.o +@@ -393,6 +432,11 @@ + LIBRAW_CONFIG=./libraw-config + endif + ++ifdef FreeBSD ++LIBRAW_CONFIG=./libraw-config ++endif ++ ++ + ifdef WINDOWS + LIBRAW_CONFIG=./libraw-config --windows + endif +@@ -488,9 +532,20 @@ + $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures + endif + endif ++ifdef FreeBSD ++ifndef DISABLE_SCHEMAS_INSTALL ++ GCONF_CONFIG_SOURCE=%%GCONF_CONFIG_SOURCE%% gconftool-2 --makefile-install-rule misc/shotwell.schemas ++ mkdir -p $(DESTDIR)$(SCHEMA_FILE_DIR) ++ $(INSTALL_DATA) misc/shotwell.schemas $(DESTDIR)$(SCHEMA_FILE_DIR) ++endif ++ifdef ENABLE_APPORT_HOOK_INSTALL ++ mkdir -p $(DESTDIR)$(PREFIX)/share/apport/package-hooks ++ $(INSTALL_DATA) apport/shotwell.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks ++endif ++endif + -$(foreach lang,$(SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \ +- $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \ +- $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`) ++ $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \ ++ $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`) + + uninstall: + rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) +@@ -514,6 +569,16 @@ + rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py + endif + endif ++ifdef FreeBSD ++ifndef DISABLE_SCHEMAS_INSTALL ++ GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule misc/shotwell.schemas ++else ++ rm -f $(DESTDIR)$(SCHEMA_FILE_DIR)/shotwell.schemas ++endif ++ifdef ENABLE_APPORT_HOOK_INSTALL ++ rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py ++endif ++endif + $(foreach lang,$(SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`) + + $(VALA_STAMP): $(EXPANDED_SRC_FILES) $(EXPANDED_VAPI_FILES) $(EXPANDED_SRC_HEADER_FILES) Makefile \ diff --git a/graphics/shotwell/files/patch-src__main.vala b/graphics/shotwell/files/patch-src__main.vala new file mode 100644 index 000000000..099b9e726 --- /dev/null +++ b/graphics/shotwell/files/patch-src__main.vala @@ -0,0 +1,14 @@ +--- src/main.vala.orig 2010-09-07 10:48:53.000000000 -0300 ++++ src/main.vala 2010-09-07 10:49:28.000000000 -0300 +@@ -16,9 +16,11 @@ + Unique.Response response = Unique.Response.OK; + + switch (command) { ++#if !NO_CAMERA + case ShotwellCommand.MOUNTED_CAMERA: + LibraryWindow.get_app().mounted_camera_shell_notification(data.get_text(), false); + break; ++#endif + + case Unique.Command.ACTIVATE: + LibraryWindow.get_app().present_with_time(timestamp); diff --git a/graphics/shotwell/pkg-descr b/graphics/shotwell/pkg-descr new file mode 100644 index 000000000..bd0ef9979 --- /dev/null +++ b/graphics/shotwell/pkg-descr @@ -0,0 +1,6 @@ +[ excerpt from developer's web site with modifications ] + +A digital photo organizer that runs on Unix and (with limited +features) on Windows. + +WWW: http://www.yorba.org/shotwell/ diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist new file mode 100644 index 000000000..177898802 --- /dev/null +++ b/graphics/shotwell/pkg-plist @@ -0,0 +1,102 @@ +bin/shotwell +share/applications/shotwell-viewer.desktop +share/applications/shotwell.desktop +share/icons/hicolor/scalable/apps/shotwell.svg +share/locale/ar/LC_MESSAGES/shotwell.mo +share/locale/ast/LC_MESSAGES/shotwell.mo +share/locale/bg/LC_MESSAGES/shotwell.mo +share/locale/bn/LC_MESSAGES/shotwell.mo +share/locale/ca/LC_MESSAGES/shotwell.mo +share/locale/cs/LC_MESSAGES/shotwell.mo +share/locale/da/LC_MESSAGES/shotwell.mo +share/locale/de/LC_MESSAGES/shotwell.mo +share/locale/el/LC_MESSAGES/shotwell.mo +share/locale/en_GB/LC_MESSAGES/shotwell.mo +share/locale/es/LC_MESSAGES/shotwell.mo +share/locale/et/LC_MESSAGES/shotwell.mo +share/locale/fi/LC_MESSAGES/shotwell.mo +share/locale/fr/LC_MESSAGES/shotwell.mo +share/locale/gl/LC_MESSAGES/shotwell.mo +share/locale/hr/LC_MESSAGES/shotwell.mo +share/locale/hu/LC_MESSAGES/shotwell.mo +share/locale/id/LC_MESSAGES/shotwell.mo +share/locale/it/LC_MESSAGES/shotwell.mo +share/locale/ja/LC_MESSAGES/shotwell.mo +share/locale/kk/LC_MESSAGES/shotwell.mo +share/locale/ko/LC_MESSAGES/shotwell.mo +share/locale/lt/LC_MESSAGES/shotwell.mo +share/locale/lv/LC_MESSAGES/shotwell.mo +share/locale/nb/LC_MESSAGES/shotwell.mo +share/locale/nl/LC_MESSAGES/shotwell.mo +share/locale/pa/LC_MESSAGES/shotwell.mo +share/locale/pl/LC_MESSAGES/shotwell.mo +share/locale/pt/LC_MESSAGES/shotwell.mo +share/locale/ro/LC_MESSAGES/shotwell.mo +share/locale/ru/LC_MESSAGES/shotwell.mo +share/locale/sk/LC_MESSAGES/shotwell.mo +share/locale/sl/LC_MESSAGES/shotwell.mo +share/locale/sr/LC_MESSAGES/shotwell.mo +share/locale/sv/LC_MESSAGES/shotwell.mo +share/locale/th/LC_MESSAGES/shotwell.mo +share/locale/tr/LC_MESSAGES/shotwell.mo +share/locale/uk/LC_MESSAGES/shotwell.mo +share/locale/zh_CN/LC_MESSAGES/shotwell.mo +share/locale/zh_TW/LC_MESSAGES/shotwell.mo +%%DATADIR%%/icons/all-rejected.png +%%DATADIR%%/icons/crop-pivot-reticle.png +%%DATADIR%%/icons/crop.svg +%%DATADIR%%/icons/drag_nub.png +%%DATADIR%%/icons/enhance.png +%%DATADIR%%/icons/five-star-filter.svg +%%DATADIR%%/icons/five-stars.svg +%%DATADIR%%/icons/four-star-filter-plus.svg +%%DATADIR%%/icons/four-stars.svg +%%DATADIR%%/icons/image-adjust.svg +%%DATADIR%%/icons/import-all.png +%%DATADIR%%/icons/import.svg +%%DATADIR%%/icons/last-import-roll.png +%%DATADIR%%/icons/make-primary.svg +%%DATADIR%%/icons/merge.svg +%%DATADIR%%/icons/multiple-events.png +%%DATADIR%%/icons/multiple-tags.png +%%DATADIR%%/icons/one-event.png +%%DATADIR%%/icons/one-star-filter-plus.svg +%%DATADIR%%/icons/one-star.svg +%%DATADIR%%/icons/one-tag.png +%%DATADIR%%/icons/pin-toolbar.svg +%%DATADIR%%/icons/publish.png +%%DATADIR%%/icons/redeye.png +%%DATADIR%%/icons/rejected.svg +%%DATADIR%%/icons/shotwell-16.svg +%%DATADIR%%/icons/shotwell-24.svg +%%DATADIR%%/icons/shotwell-street.jpg +%%DATADIR%%/icons/shotwell.ico +%%DATADIR%%/icons/shotwell.svg +%%DATADIR%%/icons/three-star-filter-plus.svg +%%DATADIR%%/icons/three-stars.svg +%%DATADIR%%/icons/two-star-filter-plus.svg +%%DATADIR%%/icons/two-stars.svg +%%DATADIR%%/icons/zoom-in.png +%%DATADIR%%/icons/zoom-out.png +%%DATADIR%%/ui/collection.ui +%%DATADIR%%/ui/direct.ui +%%DATADIR%%/ui/event.ui +%%DATADIR%%/ui/events_directory.ui +%%DATADIR%%/ui/fullscreen.ui +%%DATADIR%%/ui/import.ui +%%DATADIR%%/ui/import_queue.ui +%%DATADIR%%/ui/offline.ui +%%DATADIR%%/ui/photo.ui +%%DATADIR%%/ui/shotwell.glade +%%DATADIR%%/ui/tags.ui +%%DATADIR%%/ui/trash.ui +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/applications +@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/graphics/solang/Makefile b/graphics/solang/Makefile new file mode 100644 index 000000000..48d7ac7df --- /dev/null +++ b/graphics/solang/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: solang +# Date created: 2009-06-11 +# Whom: Ashish SHUKLA <wahjava@gmail.com> +# +# $FreeBSD: ports/graphics/solang/Makefile,v 1.14 2011/03/01 16:26:19 gahr Exp $ +# + +PORTNAME= solang +PORTVERSION= 0.3 +PORTREVISION= 9 +CATEGORIES= graphics +MASTER_SITES= http://rishi.fedorapeople.org/solang/ + +PATCH_SITES= http://rishi.fedorapeople.org/ +PATCHFILES= 0001-Ported-to-libgdamm-4.x.patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= ashish@FreeBSD.org +COMMENT= A photo manager for GNOME + +LIB_DEPENDS= gegl-0.1.105:${PORTSDIR}/graphics/gegl \ + exiv2.9:${PORTSDIR}/graphics/exiv2 \ + flickcurl.0:${PORTSDIR}/www/flickcurl \ + gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ + gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ + soup-2.4.1:${PORTSDIR}/devel/libsoup \ + gdl-1.3:${PORTSDIR}/x11-toolkits/gdl \ + gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \ + gphoto2.2:${PORTSDIR}/graphics/libgphoto2 + +BROKEN= bad plist + +USE_AUTOTOOLS= autoconf +USE_GMAKE= yes +USE_GNOME= libgda4 intltool +INSTALLS_ICONS= yes +USE_GETTEXT= yes +USE_GCC= 4.2+ + +post-install: + @-update-desktop-database + +.include <bsd.port.mk> diff --git a/graphics/solang/distinfo b/graphics/solang/distinfo new file mode 100644 index 000000000..a434ae3c7 --- /dev/null +++ b/graphics/solang/distinfo @@ -0,0 +1,6 @@ +MD5 (solang-0.3.tar.gz) = 6f82d34174815deacb4392b88a4134ed +SHA256 (solang-0.3.tar.gz) = 0d3c85c4f96f829eefc8851713510e068f3cf6b90a0cb084035d98f4d69cb00a +SIZE (solang-0.3.tar.gz) = 658189 +MD5 (0001-Ported-to-libgdamm-4.x.patch) = 4afe92dff02a4359b2bea3d9c358b274 +SHA256 (0001-Ported-to-libgdamm-4.x.patch) = 55bdf02d4c22b947a0e718baced9437949e55480e8ad4fd2ad6ee34b38f29c4f +SIZE (0001-Ported-to-libgdamm-4.x.patch) = 23747 diff --git a/graphics/solang/files/patch-po_Makefile.in.in b/graphics/solang/files/patch-po_Makefile.in.in new file mode 100644 index 000000000..0f3006bb6 --- /dev/null +++ b/graphics/solang/files/patch-po_Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/graphics/solang/files/patch-po_Makefile.in.in,v 1.1 2009/12/03 12:50:05 pav Exp $ + +--- po/Makefile.in.in.orig ++++ po/Makefile.in.in +@@ -34,7 +34,7 @@ + datarootdir = @datarootdir@ + libdir = @libdir@ + DATADIRNAME = @DATADIRNAME@ +-itlocaledir = $(prefix)/$(DATADIRNAME)/locale ++itlocaledir = $(datarootdir)/locale + subdir = po + install_sh = @install_sh@ + # Automake >= 1.8 provides @mkdir_p@. diff --git a/graphics/solang/files/patch-src_attribute_search-basket-column-record.h b/graphics/solang/files/patch-src_attribute_search-basket-column-record.h new file mode 100644 index 000000000..76001477d --- /dev/null +++ b/graphics/solang/files/patch-src_attribute_search-basket-column-record.h @@ -0,0 +1,14 @@ + +$FreeBSD: ports/graphics/solang/files/patch-src_attribute_search-basket-column-record.h,v 1.1 2009/12/03 12:50:05 pav Exp $ + +--- src/attribute/search-basket-column-record.h.orig ++++ src/attribute/search-basket-column-record.h +@@ -34,6 +34,8 @@ + public: + SearchBasketColumnRecord() throw(); + ++ SearchBasketColumnRecord(const SearchBasketColumnRecord& rec) throw(); ++ + virtual + ~SearchBasketColumnRecord() throw(); + diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp new file mode 100644 index 000000000..4adacaa83 --- /dev/null +++ b/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp @@ -0,0 +1,14 @@ + +$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $ + +--- src/importer/flickr-chooser-button.cpp.orig ++++ src/importer/flickr-chooser-button.cpp +@@ -53,6 +53,8 @@ + virtual + ~FlickrButtonModelColumnRecord() throw(); + ++ FlickrButtonModelColumnRecord(const FlickrButtonModelColumnRecord&) throw(); ++ + const Gtk::TreeModelColumn<PixbufPtr> & + get_column_pixbuf() const throw(); + diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp new file mode 100644 index 000000000..cea922049 --- /dev/null +++ b/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp @@ -0,0 +1,14 @@ + +$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $ + +--- src/importer/flickr-chooser-dialog.cpp.orig ++++ src/importer/flickr-chooser-dialog.cpp +@@ -80,6 +80,8 @@ + virtual + ~FlickrDialogModelColumnRecord() throw(); + ++ FlickrDialogModelColumnRecord(const FlickrDialogModelColumnRecord&) throw(); ++ + const Gtk::TreeModelColumn<bool> & + get_column_selected() const throw(); + diff --git a/graphics/solang/files/patch-src_renderer_browser-model-column-record.h b/graphics/solang/files/patch-src_renderer_browser-model-column-record.h new file mode 100644 index 000000000..4f8a4980f --- /dev/null +++ b/graphics/solang/files/patch-src_renderer_browser-model-column-record.h @@ -0,0 +1,14 @@ + +$FreeBSD: ports/graphics/solang/files/patch-src_renderer_browser-model-column-record.h,v 1.1 2009/12/03 12:50:05 pav Exp $ + +--- src/renderer/browser-model-column-record.h.orig ++++ src/renderer/browser-model-column-record.h +@@ -36,6 +36,8 @@ + virtual + ~BrowserModelColumnRecord() throw(); + ++ BrowserModelColumnRecord(const BrowserModelColumnRecord&) throw(); ++ + const Gtk::TreeModelColumn<guint> & + get_column_serial() const throw(); + diff --git a/graphics/solang/pkg-descr b/graphics/solang/pkg-descr new file mode 100644 index 000000000..ee48d0962 --- /dev/null +++ b/graphics/solang/pkg-descr @@ -0,0 +1,20 @@ +Solang - A photo manager for GNOME + +Features: +--------- +- Browser, editor, enlarged and slideshow renderer for viewing the entire + collection, editing, a single photo and slideshows respectively. +- Camera, Flickr and folder importer to import photos from cameras in PTP mode + Flickr and folders respectively. +- Folder exporter to export selected photos to a folder. +- Date view for showing photo dates. +- Basic editing like brightness, contrast, flipping, rotation, saturation and + scaling, and undo, redo of operations. +- Ability to copy a set of applied operations from one photo and paste it + onto others. +- Support for tagging photos and Exif data. +- Thumbnails for showing RAW files in the browser renderer. +- Search basket for drag and drop search using multiple tags, Exif fields + and/or dates. + +WWW: https://savannah.nongnu.org/projects/solang diff --git a/graphics/solang/pkg-plist b/graphics/solang/pkg-plist new file mode 100644 index 000000000..22cda9890 --- /dev/null +++ b/graphics/solang/pkg-plist @@ -0,0 +1,75 @@ +bin/solang +share/locale/bg/LC_MESSAGES/solang.mo +share/locale/it/LC_MESSAGES/solang.mo +share/applications/solang.desktop +%%DOCSDIR%%/ARTISTS +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/COPYING.GPLv2 +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +share/icons/hicolor/128x128/apps/solang.png +share/icons/hicolor/16x16/apps/solang.png +share/icons/hicolor/22x22/apps/solang.png +share/icons/hicolor/24x24/apps/solang.png +share/icons/hicolor/32x32/apps/solang.png +share/icons/hicolor/48x48/apps/solang.png +share/icons/hicolor/96x96/apps/solang.png +share/icons/hicolor/scalable/apps/solang.svg +%%DATADIR%%/pixmaps/camera-photo-16.png +%%DATADIR%%/pixmaps/camera-photo-22.png +%%DATADIR%%/pixmaps/camera-photo-24.png +%%DATADIR%%/pixmaps/camera-photo-32.png +%%DATADIR%%/pixmaps/camera-photo.svg +%%DATADIR%%/pixmaps/flickr.png +%%DATADIR%%/pixmaps/flip-object-horizontal.png +%%DATADIR%%/pixmaps/flip-object-vertical.png +%%DATADIR%%/pixmaps/mode-browse-16.png +%%DATADIR%%/pixmaps/mode-browse-22.png +%%DATADIR%%/pixmaps/mode-browse-24.png +%%DATADIR%%/pixmaps/mode-browse-32.png +%%DATADIR%%/pixmaps/mode-browse.svg +%%DATADIR%%/pixmaps/mode-image-edit-16.png +%%DATADIR%%/pixmaps/mode-image-edit-22.png +%%DATADIR%%/pixmaps/mode-image-edit-24.png +%%DATADIR%%/pixmaps/object-rotate-left.png +%%DATADIR%%/pixmaps/object-rotate-right.png +%%DATADIR%%/pixmaps/slideshow-play-16.png +%%DATADIR%%/pixmaps/slideshow-play-22.png +%%DATADIR%%/pixmaps/slideshow-play-24.png +%%DATADIR%%/pixmaps/slideshow-play-32.png +%%DATADIR%%/pixmaps/slideshow-play-48.png +%%DATADIR%%/pixmaps/slideshow-play.svg +%%DATADIR%%/pixmaps/stock-resize-16.png +%%DATADIR%%/pixmaps/tag-16.png +%%DATADIR%%/pixmaps/tag-22.png +%%DATADIR%%/pixmaps/tag-new-16.png +%%DATADIR%%/pixmaps/tag-new-22.png +%%DATADIR%%/pixmaps/tag-new-24.png +%%DATADIR%%/pixmaps/view-far-16.png +%%DATADIR%%/pixmaps/view-far-22.png +%%DATADIR%%/pixmaps/view-far-24.png +%%DATADIR%%/pixmaps/view-near-16.png +%%DATADIR%%/pixmaps/view-near-22.png +%%DATADIR%%/pixmaps/view-near-24.png +%%DATADIR%%/solang-layout.xml +%%DATADIR%%/ui/solang-browser-renderer-thumbnail.ui +%%DATADIR%%/ui/solang-browser-renderer.ui +%%DATADIR%%/ui/solang-editor-renderer.ui +%%DATADIR%%/ui/solang-editor.ui +%%DATADIR%%/ui/solang-enlarged-renderer.ui +%%DATADIR%%/ui/solang-importer.ui +%%DATADIR%%/ui/solang-slideshow-renderer.ui +%%DATADIR%%/ui/solang-slideshow.ui +%%DATADIR%%/ui/solang-tag-manager.ui +%%DATADIR%%/ui/solang-thumbnail-popup.ui +%%DATADIR%%/ui/solang.ui +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrm %%DOCSDIR%% +@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/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile new file mode 100644 index 000000000..b00e83235 --- /dev/null +++ b/mail/claws-mail-fancy/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: claws-mail-fancy +# Date created: 2009-07-06 +# Whom: Pawel Pekala <c0rn@o2.pl> +# +# $FreeBSD: ports/mail/claws-mail-fancy/Makefile,v 1.15 2010/12/16 08:19:15 miwi Exp $ +# + +PORTNAME= fancy +PORTVERSION= 0.9.12 +PORTREVISION= 1 +CATEGORIES= mail +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- + +MAINTAINER= c0rn@o2.pl +COMMENT= Webkit based HTML renderer plugin for claws-mail + +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail + +LICENSE= GPLv3 + +USE_GMAKE= yes +USE_AUTOTOOLS= autoconf +USE_ICONV= yes +USE_GNOME= gtk20 +MAKE_JOBS_SAFE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +.include <bsd.port.mk> diff --git a/mail/claws-mail-fancy/distinfo b/mail/claws-mail-fancy/distinfo new file mode 100644 index 000000000..063586a36 --- /dev/null +++ b/mail/claws-mail-fancy/distinfo @@ -0,0 +1,2 @@ +SHA256 (fancy-0.9.12.tar.gz) = 390088fff016440ba984b71496f700e9f14f30f535a869d4a41544b33c7277d0 +SIZE (fancy-0.9.12.tar.gz) = 369284 diff --git a/mail/claws-mail-fancy/pkg-descr b/mail/claws-mail-fancy/pkg-descr new file mode 100644 index 000000000..72664223a --- /dev/null +++ b/mail/claws-mail-fancy/pkg-descr @@ -0,0 +1,3 @@ +This plugin renders HTML e-mail using the WebKit library. + +WWW: http://www.claws-mail.org/plugins.php diff --git a/mail/claws-mail-fancy/pkg-plist b/mail/claws-mail-fancy/pkg-plist new file mode 100644 index 000000000..5fc977fa1 --- /dev/null +++ b/mail/claws-mail-fancy/pkg-plist @@ -0,0 +1,16 @@ +@comment $FreeBSD: ports/mail/claws-mail-fancy/pkg-plist,v 1.2 2010/01/21 23:22:03 miwi Exp $ +lib/claws-mail/plugins/fancy.so +lib/claws-mail/plugins/fancy.la +lib/claws-mail/plugins/fancy.a +%%NLS%%share/locale/ca/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/cs/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/es/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/fi/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/fr/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/hu/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/id/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/it/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/ja/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/ru/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/nl/LC_MESSAGES/fancy.mo +%%NLS%%share/locale/sk/LC_MESSAGES/fancy.mo diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile new file mode 100644 index 000000000..142d5b2dc --- /dev/null +++ b/net-im/empathy/Makefile @@ -0,0 +1,111 @@ +# New ports collection makefile for: empathy +# Date created: 2007-10-29 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/net-im/empathy/Makefile,v 1.27 2011/02/25 01:32:03 delphij Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.76 2010/11/18 18:04:55 kwm Exp $ + +PORTNAME= empathy +PORTVERSION= 2.32.2 +PORTREVISION= 1 +CATEGORIES= net-im gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME IM client based around telepathy + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control +LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ + telepathy.2:${PORTSDIR}/net-im/libtelepathy \ + telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ + telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \ + telepathy-logger.1:${PORTSDIR}/net-im/telepathy-logger \ + folks-telepathy.16:${PORTSDIR}/net-im/folks \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ + canberra-gtk.0:${PORTSDIR}/audio/libcanberra +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control + +USE_GMAKE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes +USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack +USE_GSTREAMER= yes +USE_AUTOTOOLS= libtool +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_PYTHON= yes +MAKE_JOBS_UNSAFE=yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-Werror \ + --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt + +GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml + +MAN1= empathy.1 empathy-accounts.1 + +OPTIONS= JABBER "Enable jabber (XMPP) client support" on \ + MSN "Enable MSN client support" on \ + IRC "Enable IRC client support" on \ + SALUT "Enable link-local (serverless) XMPP support" off \ + HAZE "Enable libpurple protocol integration" off \ + WEBKIT "Enable Adium Message Style themes" on \ + NST "Enable Nautilus SendTo plugin" on \ + MAP "Enable graphical map support" on + +.include <bsd.port.pre.mk> + +.if defined(WITH_JABBER) +RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble +.endif + +.if defined(WITH_MSN) +RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly +.endif + +.if defined(WITH_IRC) +RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle +.endif + +.if !defined(WITHOUT_SALUT) +RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut +.endif + +.if !defined(WITHOUT_HAZE) +RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze +.endif + +.if defined(WITH_WEBKIT) +LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 +CONFIGURE_ARGS+=--enable-webkit +PLIST_SUB+= ADIUM="" +.else +CONFIGURE_ARGS+=--disable-webkit +PLIST_SUB+= ADIUM="@comment " +.endif + +.if defined(WITH_NST) +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto +CONFIGURE_ARGS+=--enable-nautilus-sendto=yes +PLIST_SUB+= NST="" +.else +CONFIGURE_ARGS+=--enable-nautilus-sendto=no +PLIST_SUB+= NST="@comment " +.endif + +.if !defined(WITHOUT_MAP) +LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain +CONFIGURE_ARGS+=--enable-map +PLIST_SUB+= MAP="" +.else +CONFIGURE_ARGS+=--disable-map +PLIST_SUB+= MAP="@comment " +.endif + +.include <bsd.port.post.mk> diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo new file mode 100644 index 000000000..aef3ef0e3 --- /dev/null +++ b/net-im/empathy/distinfo @@ -0,0 +1,2 @@ +SHA256 (empathy-2.32.2.tar.bz2) = f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861 +SIZE (empathy-2.32.2.tar.bz2) = 2936340 diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure new file mode 100644 index 000000000..054f1a3e5 --- /dev/null +++ b/net-im/empathy/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig 2010-11-18 17:41:43.000000000 +0100 ++++ configure 2010-11-18 17:41:43.000000000 +0100 +@@ -13390,8 +13390,8 @@ + .SECONDARY: $(gsettings_SCHEMAS) + + gsettings__base_list = \ +- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ +- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" ++ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ ++ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' + + install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) + @$(NORMAL_INSTALL) +@@ -15049,11 +15049,11 @@ + fi + + # Enable GSEAL checks if needed +-if test $USE_MAINTAINER_MODE = yes; then ++#if test $USE_MAINTAINER_MODE = yes; then + +-$as_echo "#define GSEAL_ENABLE /**/" >>confdefs.h ++#$as_echo "#define GSEAL_ENABLE /**/" >>confdefs.h + +-fi ++#fi + + # ----------------------------------------------------------- + # Enable debug diff --git a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c b/net-im/empathy/files/patch-libempathy_emapth-tp-file.c new file mode 100644 index 000000000..58ac2a65b --- /dev/null +++ b/net-im/empathy/files/patch-libempathy_emapth-tp-file.c @@ -0,0 +1,10 @@ +--- libempathy/empathy-tp-file.c.orig 2009-06-15 18:52:39.000000000 +0200 ++++ libempathy/empathy-tp-file.c 2009-06-15 18:53:45.000000000 +0200 +@@ -29,6 +29,7 @@ + #include <arpa/inet.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <sys/un.h> + + #include <glib/gi18n-lib.h> diff --git a/net-im/empathy/pkg-descr b/net-im/empathy/pkg-descr new file mode 100644 index 000000000..0f6191c68 --- /dev/null +++ b/net-im/empathy/pkg-descr @@ -0,0 +1,7 @@ +Empathy consists of a rich set of reusable instant messaging widgets, and a +GNOME client using those widgets. It uses Telepathy and Nokia's Mission Control, +and reuses Gossip's UI. The main goal is to permit desktop integration by +providing libempathy and libempathy-gtk libraries. libempathy-gtk is a set of +powerful widgets that can be embeded into any GNOME application. + +WWW: http://live.gnome.org/Empathy diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist new file mode 100644 index 000000000..daa8228d3 --- /dev/null +++ b/net-im/empathy/pkg-plist @@ -0,0 +1,1239 @@ +bin/empathy +bin/empathy-accounts +bin/empathy-debugger +%%NST%%lib/nautilus-sendto/plugins/libnstempathy.a +%%NST%%lib/nautilus-sendto/plugins/libnstempathy.la +%%NST%%lib/nautilus-sendto/plugins/libnstempathy.so +libexec/empathy-auth-client +libexec/empathy-av +share/GConf/gsettings/empathy.convert +share/applications/empathy-accounts.desktop +share/applications/empathy.desktop +share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service +share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service +share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service +%%DATADIR%%/Template.html +%%DATADIR%%/codec-preferences +%%DATADIR%%/element-properties +%%DATADIR%%/empathy-account-widget-aim.ui +%%DATADIR%%/empathy-account-widget-generic.ui +%%DATADIR%%/empathy-account-widget-groupwise.ui +%%DATADIR%%/empathy-account-widget-icq.ui +%%DATADIR%%/empathy-account-widget-irc.ui +%%DATADIR%%/empathy-account-widget-jabber.ui +%%DATADIR%%/empathy-account-widget-local-xmpp.ui +%%DATADIR%%/empathy-account-widget-msn.ui +%%DATADIR%%/empathy-account-widget-sip.ui +%%DATADIR%%/empathy-account-widget-yahoo.ui +%%DATADIR%%/empathy-accounts-dialog.ui +%%DATADIR%%/empathy-call-window-fullscreen.ui +%%DATADIR%%/empathy-call-window.ui +%%DATADIR%%/empathy-chat-window.ui +%%DATADIR%%/empathy-chat.ui +%%DATADIR%%/empathy-chatroom-manager.dtd +%%DATADIR%%/empathy-chatrooms-window.ui +%%DATADIR%%/empathy-contact-dialogs.ui +%%DATADIR%%/empathy-contact-groups.dtd +%%DATADIR%%/empathy-contact-selector-dialog.ui +%%DATADIR%%/empathy-contact-widget.ui +%%DATADIR%%/empathy-ft-manager.ui +%%DATADIR%%/empathy-import-dialog.ui +%%DATADIR%%/empathy-individual-widget.ui +%%DATADIR%%/empathy-irc-networks.dtd +%%DATADIR%%/empathy-log-window.ui +%%DATADIR%%/empathy-main-window.ui +%%MAP%%%%DATADIR%%/empathy-map-view.ui +%%DATADIR%%/empathy-new-chatroom-dialog.ui +%%DATADIR%%/empathy-preferences.ui +%%DATADIR%%/empathy-search-bar.ui +%%DATADIR%%/empathy-status-icon.ui +%%DATADIR%%/empathy-status-preset-dialog.ui +%%DATADIR%%/empathy-status-presets.dtd +%%DATADIR%%/icons/hicolor/16x16/actions/im-message-new.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-aim.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-ekiga.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-facebook.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-gadugadu.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-gizmo.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-google-talk.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-groupwise.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-icq.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-irc.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-local-xmpp.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-meanwhile.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-msn.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-mxit.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-myspace.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-qq.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-sametime.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-silc.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-sip.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-yahoo.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-zephyr.png +%%DATADIR%%/icons/hicolor/16x16/status/empathy-pending.png +%%DATADIR%%/icons/hicolor/16x16/status/im-message.png +%%DATADIR%%/icons/hicolor/16x16/status/user-available.png +%%DATADIR%%/icons/hicolor/16x16/status/user-away.png +%%DATADIR%%/icons/hicolor/16x16/status/user-busy.png +%%DATADIR%%/icons/hicolor/16x16/status/user-idle.png +%%DATADIR%%/icons/hicolor/16x16/status/user-offline.png +%%DATADIR%%/icons/hicolor/16x16/status/user-typing.png +%%DATADIR%%/icons/hicolor/22x22/actions/im-message-new.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-aim.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-ekiga.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-facebook.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-gadugadu.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-gizmo.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-google-talk.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-groupwise.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-icq.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-irc.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-local-xmpp.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-meanwhile.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-msn.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-mxit.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-myspace.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-qq.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-sametime.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-silc.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-sip.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-yahoo.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-zephyr.png +%%DATADIR%%/icons/hicolor/22x22/status/empathy-pending.png +%%DATADIR%%/icons/hicolor/22x22/status/im-message.png +%%DATADIR%%/icons/hicolor/22x22/status/user-available.png +%%DATADIR%%/icons/hicolor/22x22/status/user-away.png +%%DATADIR%%/icons/hicolor/22x22/status/user-busy.png +%%DATADIR%%/icons/hicolor/22x22/status/user-idle.png +%%DATADIR%%/icons/hicolor/22x22/status/user-offline.png +%%DATADIR%%/icons/hicolor/24x24/actions/im-message-new.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-aim.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-ekiga.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-gadugadu.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-gizmo.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-google-talk.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-groupwise.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-icq.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-irc.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-local-xmpp.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-meanwhile.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-msn.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-mxit.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-myspace.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-qq.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-sametime.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-silc.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-sip.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-yahoo.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-zephyr.png +%%DATADIR%%/icons/hicolor/24x24/status/empathy-pending.png +%%DATADIR%%/icons/hicolor/24x24/status/user-available.png +%%DATADIR%%/icons/hicolor/24x24/status/user-away.png +%%DATADIR%%/icons/hicolor/24x24/status/user-busy.png +%%DATADIR%%/icons/hicolor/24x24/status/user-idle.png +%%DATADIR%%/icons/hicolor/24x24/status/user-offline.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-aim.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-ekiga.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-gadugadu.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-gizmo.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-google-talk.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-groupwise.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-icq.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-irc.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-local-xmpp.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-meanwhile.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-msn.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-mxit.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-myspace.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-qq.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-sametime.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-silc.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-sip.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-yahoo.png +%%DATADIR%%/icons/hicolor/32x32/apps/im-zephyr.png +%%DATADIR%%/icons/hicolor/32x32/status/empathy-pending.png +%%DATADIR%%/icons/hicolor/32x32/status/user-available.png +%%DATADIR%%/icons/hicolor/32x32/status/user-away.png +%%DATADIR%%/icons/hicolor/32x32/status/user-busy.png +%%DATADIR%%/icons/hicolor/32x32/status/user-idle.png +%%DATADIR%%/icons/hicolor/32x32/status/user-offline.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-aim.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-ekiga.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-facebook.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-gadugadu.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-gizmo.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-google-talk.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-groupwise.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-icq.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-irc.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-local-xmpp.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-meanwhile.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-msn.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-mxit.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-myspace.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-qq.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-sametime.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-silc.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-sip.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-yahoo.png +%%DATADIR%%/icons/hicolor/48x48/apps/im-zephyr.png +%%DATADIR%%/icons/hicolor/48x48/status/empathy-pending.png +%%DATADIR%%/icons/hicolor/48x48/status/user-available.png +%%DATADIR%%/icons/hicolor/48x48/status/user-away.png +%%DATADIR%%/icons/hicolor/48x48/status/user-busy.png +%%DATADIR%%/icons/hicolor/48x48/status/user-idle.png +%%DATADIR%%/icons/hicolor/48x48/status/user-offline.png +%%DATADIR%%/icons/hicolor/icon-theme.cache +%%DATADIR%%/icons/hicolor/scalable/apps/im-aim.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-ekiga.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-gadugadu.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-gizmo.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-google-talk.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-groupwise.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-icq.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-irc.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-jabber.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-local-xmpp.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-meanwhile.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-msn.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-mxit.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-myspace.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-qq.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-sametime.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-silc.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-sip.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-yahoo.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-zephyr.svg +%%DATADIR%%/icons/hicolor/scalable/status/empathy-pending.svg +%%DATADIR%%/icons/hicolor/scalable/status/user-available.svg +%%DATADIR%%/icons/hicolor/scalable/status/user-away.svg +%%DATADIR%%/icons/hicolor/scalable/status/user-busy.svg +%%DATADIR%%/icons/hicolor/scalable/status/user-idle.svg +%%DATADIR%%/icons/hicolor/scalable/status/user-offline.svg +%%DATADIR%%/irc-networks.xml +share/gnome/help/empathy/C/account-irc.page +share/gnome/help/empathy/C/account-jabber.page +share/gnome/help/empathy/C/accounts-window.page +share/gnome/help/empathy/C/add-account.page +share/gnome/help/empathy/C/add-contact.page +share/gnome/help/empathy/C/audio-call.page +share/gnome/help/empathy/C/audio-video.page +share/gnome/help/empathy/C/change-status.page +share/gnome/help/empathy/C/create-account.page +share/gnome/help/empathy/C/disable-account.page +share/gnome/help/empathy/C/favorite-rooms.page +share/gnome/help/empathy/C/figures/audio-input-microphone.png +share/gnome/help/empathy/C/figures/available.png +share/gnome/help/empathy/C/figures/away.png +share/gnome/help/empathy/C/figures/busy.png +share/gnome/help/empathy/C/figures/camera-web.png +share/gnome/help/empathy/C/figures/empathy-logo.png +share/gnome/help/empathy/C/figures/empathy-main-window.png +share/gnome/help/empathy/C/figures/gtk-add.png +share/gnome/help/empathy/C/figures/gtk-edit.png +share/gnome/help/empathy/C/figures/gtk-remove.png +share/gnome/help/empathy/C/figures/offline.png +share/gnome/help/empathy/C/geolocation-not-showing.page +share/gnome/help/empathy/C/geolocation-privacy.page +share/gnome/help/empathy/C/geolocation-supported.page +share/gnome/help/empathy/C/geolocation-turn.page +share/gnome/help/empathy/C/geolocation-what-is.page +share/gnome/help/empathy/C/geolocation.page +share/gnome/help/empathy/C/group-conversations.page +share/gnome/help/empathy/C/hide-contacts.page +share/gnome/help/empathy/C/import-account.page +share/gnome/help/empathy/C/index.page +share/gnome/help/empathy/C/introduction.page +share/gnome/help/empathy/C/irc-commands.page +share/gnome/help/empathy/C/irc-join-pwd.page +share/gnome/help/empathy/C/irc-join-room.page +share/gnome/help/empathy/C/irc-manage.page +share/gnome/help/empathy/C/irc-nick-password.page +share/gnome/help/empathy/C/irc-send-file.page +share/gnome/help/empathy/C/irc-start-conversation.page +share/gnome/help/empathy/C/license.page +share/gnome/help/empathy/C/link-contacts.page +share/gnome/help/empathy/C/prev-conv.page +share/gnome/help/empathy/C/prob-conn-acctdisabled.page +share/gnome/help/empathy/C/prob-conn-auth.page +share/gnome/help/empathy/C/prob-conn-name.page +share/gnome/help/empathy/C/prob-conn-neterror.page +share/gnome/help/empathy/C/prob-conn.page +share/gnome/help/empathy/C/remove-account.page +share/gnome/help/empathy/C/salut-protocol.page +share/gnome/help/empathy/C/send-file.page +share/gnome/help/empathy/C/send-message.page +share/gnome/help/empathy/C/set-custom-status.page +share/gnome/help/empathy/C/share-desktop.page +share/gnome/help/empathy/C/status-icons.page +share/gnome/help/empathy/C/video-call.page +share/gnome/help/empathy/ca/account-irc.page +share/gnome/help/empathy/ca/account-jabber.page +share/gnome/help/empathy/ca/accounts-window.page +share/gnome/help/empathy/ca/add-account.page +share/gnome/help/empathy/ca/add-contact.page +share/gnome/help/empathy/ca/audio-call.page +share/gnome/help/empathy/ca/audio-video.page +share/gnome/help/empathy/ca/change-status.page +share/gnome/help/empathy/ca/create-account.page +share/gnome/help/empathy/ca/disable-account.page +share/gnome/help/empathy/ca/favorite-rooms.page +share/gnome/help/empathy/ca/figures/audio-input-microphone.png +share/gnome/help/empathy/ca/figures/available.png +share/gnome/help/empathy/ca/figures/away.png +share/gnome/help/empathy/ca/figures/busy.png +share/gnome/help/empathy/ca/figures/camera-web.png +share/gnome/help/empathy/ca/figures/empathy-logo.png +share/gnome/help/empathy/ca/figures/empathy-main-window.png +share/gnome/help/empathy/ca/figures/gtk-add.png +share/gnome/help/empathy/ca/figures/gtk-edit.png +share/gnome/help/empathy/ca/figures/gtk-remove.png +share/gnome/help/empathy/ca/figures/offline.png +share/gnome/help/empathy/ca/geolocation-not-showing.page +share/gnome/help/empathy/ca/geolocation-privacy.page +share/gnome/help/empathy/ca/geolocation-supported.page +share/gnome/help/empathy/ca/geolocation-turn.page +share/gnome/help/empathy/ca/geolocation-what-is.page +share/gnome/help/empathy/ca/geolocation.page +share/gnome/help/empathy/ca/group-conversations.page +share/gnome/help/empathy/ca/hide-contacts.page +share/gnome/help/empathy/ca/import-account.page +share/gnome/help/empathy/ca/index.page +share/gnome/help/empathy/ca/introduction.page +share/gnome/help/empathy/ca/irc-commands.page +share/gnome/help/empathy/ca/irc-join-pwd.page +share/gnome/help/empathy/ca/irc-join-room.page +share/gnome/help/empathy/ca/irc-manage.page +share/gnome/help/empathy/ca/irc-nick-password.page +share/gnome/help/empathy/ca/irc-send-file.page +share/gnome/help/empathy/ca/irc-start-conversation.page +share/gnome/help/empathy/ca/license.page +share/gnome/help/empathy/ca/link-contacts.page +share/gnome/help/empathy/ca/prev-conv.page +share/gnome/help/empathy/ca/prob-conn-acctdisabled.page +share/gnome/help/empathy/ca/prob-conn-auth.page +share/gnome/help/empathy/ca/prob-conn-name.page +share/gnome/help/empathy/ca/prob-conn-neterror.page +share/gnome/help/empathy/ca/prob-conn.page +share/gnome/help/empathy/ca/remove-account.page +share/gnome/help/empathy/ca/salut-protocol.page +share/gnome/help/empathy/ca/send-file.page +share/gnome/help/empathy/ca/send-message.page +share/gnome/help/empathy/ca/set-custom-status.page +share/gnome/help/empathy/ca/share-desktop.page +share/gnome/help/empathy/ca/status-icons.page +share/gnome/help/empathy/ca/video-call.page +share/gnome/help/empathy/cs/account-irc.page +share/gnome/help/empathy/cs/account-jabber.page +share/gnome/help/empathy/cs/accounts-window.page +share/gnome/help/empathy/cs/add-account.page +share/gnome/help/empathy/cs/add-contact.page +share/gnome/help/empathy/cs/audio-call.page +share/gnome/help/empathy/cs/audio-video.page +share/gnome/help/empathy/cs/change-status.page +share/gnome/help/empathy/cs/create-account.page +share/gnome/help/empathy/cs/disable-account.page +share/gnome/help/empathy/cs/favorite-rooms.page +share/gnome/help/empathy/cs/figures/audio-input-microphone.png +share/gnome/help/empathy/cs/figures/available.png +share/gnome/help/empathy/cs/figures/away.png +share/gnome/help/empathy/cs/figures/busy.png +share/gnome/help/empathy/cs/figures/camera-web.png +share/gnome/help/empathy/cs/figures/empathy-logo.png +share/gnome/help/empathy/cs/figures/empathy-main-window.png +share/gnome/help/empathy/cs/figures/gtk-add.png +share/gnome/help/empathy/cs/figures/gtk-edit.png +share/gnome/help/empathy/cs/figures/gtk-remove.png +share/gnome/help/empathy/cs/figures/offline.png +share/gnome/help/empathy/cs/geolocation-not-showing.page +share/gnome/help/empathy/cs/geolocation-privacy.page +share/gnome/help/empathy/cs/geolocation-supported.page +share/gnome/help/empathy/cs/geolocation-turn.page +share/gnome/help/empathy/cs/geolocation-what-is.page +share/gnome/help/empathy/cs/geolocation.page +share/gnome/help/empathy/cs/group-conversations.page +share/gnome/help/empathy/cs/hide-contacts.page +share/gnome/help/empathy/cs/import-account.page +share/gnome/help/empathy/cs/index.page +share/gnome/help/empathy/cs/introduction.page +share/gnome/help/empathy/cs/irc-commands.page +share/gnome/help/empathy/cs/irc-join-pwd.page +share/gnome/help/empathy/cs/irc-join-room.page +share/gnome/help/empathy/cs/irc-manage.page +share/gnome/help/empathy/cs/irc-nick-password.page +share/gnome/help/empathy/cs/irc-send-file.page +share/gnome/help/empathy/cs/irc-start-conversation.page +share/gnome/help/empathy/cs/license.page +share/gnome/help/empathy/cs/link-contacts.page +share/gnome/help/empathy/cs/prev-conv.page +share/gnome/help/empathy/cs/prob-conn-acctdisabled.page +share/gnome/help/empathy/cs/prob-conn-auth.page +share/gnome/help/empathy/cs/prob-conn-name.page +share/gnome/help/empathy/cs/prob-conn-neterror.page +share/gnome/help/empathy/cs/prob-conn.page +share/gnome/help/empathy/cs/remove-account.page +share/gnome/help/empathy/cs/salut-protocol.page +share/gnome/help/empathy/cs/send-file.page +share/gnome/help/empathy/cs/send-message.page +share/gnome/help/empathy/cs/set-custom-status.page +share/gnome/help/empathy/cs/share-desktop.page +share/gnome/help/empathy/cs/status-icons.page +share/gnome/help/empathy/cs/video-call.page +share/gnome/help/empathy/de/account-irc.page +share/gnome/help/empathy/de/account-jabber.page +share/gnome/help/empathy/de/accounts-window.page +share/gnome/help/empathy/de/add-account.page +share/gnome/help/empathy/de/add-contact.page +share/gnome/help/empathy/de/audio-call.page +share/gnome/help/empathy/de/audio-video.page +share/gnome/help/empathy/de/change-status.page +share/gnome/help/empathy/de/create-account.page +share/gnome/help/empathy/de/disable-account.page +share/gnome/help/empathy/de/favorite-rooms.page +share/gnome/help/empathy/de/figures/audio-input-microphone.png +share/gnome/help/empathy/de/figures/available.png +share/gnome/help/empathy/de/figures/away.png +share/gnome/help/empathy/de/figures/busy.png +share/gnome/help/empathy/de/figures/camera-web.png +share/gnome/help/empathy/de/figures/empathy-logo.png +share/gnome/help/empathy/de/figures/empathy-main-window.png +share/gnome/help/empathy/de/figures/gtk-add.png +share/gnome/help/empathy/de/figures/gtk-edit.png +share/gnome/help/empathy/de/figures/gtk-remove.png +share/gnome/help/empathy/de/figures/offline.png +share/gnome/help/empathy/de/geolocation-not-showing.page +share/gnome/help/empathy/de/geolocation-privacy.page +share/gnome/help/empathy/de/geolocation-supported.page +share/gnome/help/empathy/de/geolocation-turn.page +share/gnome/help/empathy/de/geolocation-what-is.page +share/gnome/help/empathy/de/geolocation.page +share/gnome/help/empathy/de/group-conversations.page +share/gnome/help/empathy/de/hide-contacts.page +share/gnome/help/empathy/de/import-account.page +share/gnome/help/empathy/de/index.page +share/gnome/help/empathy/de/introduction.page +share/gnome/help/empathy/de/irc-commands.page +share/gnome/help/empathy/de/irc-join-pwd.page +share/gnome/help/empathy/de/irc-join-room.page +share/gnome/help/empathy/de/irc-manage.page +share/gnome/help/empathy/de/irc-nick-password.page +share/gnome/help/empathy/de/irc-send-file.page +share/gnome/help/empathy/de/irc-start-conversation.page +share/gnome/help/empathy/de/license.page +share/gnome/help/empathy/de/link-contacts.page +share/gnome/help/empathy/de/prev-conv.page +share/gnome/help/empathy/de/prob-conn-acctdisabled.page +share/gnome/help/empathy/de/prob-conn-auth.page +share/gnome/help/empathy/de/prob-conn-name.page +share/gnome/help/empathy/de/prob-conn-neterror.page +share/gnome/help/empathy/de/prob-conn.page +share/gnome/help/empathy/de/remove-account.page +share/gnome/help/empathy/de/salut-protocol.page +share/gnome/help/empathy/de/send-file.page +share/gnome/help/empathy/de/send-message.page +share/gnome/help/empathy/de/set-custom-status.page +share/gnome/help/empathy/de/share-desktop.page +share/gnome/help/empathy/de/status-icons.page +share/gnome/help/empathy/de/video-call.page +share/gnome/help/empathy/el/account-irc.page +share/gnome/help/empathy/el/account-jabber.page +share/gnome/help/empathy/el/accounts-window.page +share/gnome/help/empathy/el/add-account.page +share/gnome/help/empathy/el/add-contact.page +share/gnome/help/empathy/el/audio-call.page +share/gnome/help/empathy/el/audio-video.page +share/gnome/help/empathy/el/change-status.page +share/gnome/help/empathy/el/create-account.page +share/gnome/help/empathy/el/disable-account.page +share/gnome/help/empathy/el/favorite-rooms.page +share/gnome/help/empathy/el/figures/audio-input-microphone.png +share/gnome/help/empathy/el/figures/available.png +share/gnome/help/empathy/el/figures/away.png +share/gnome/help/empathy/el/figures/busy.png +share/gnome/help/empathy/el/figures/camera-web.png +share/gnome/help/empathy/el/figures/empathy-logo.png +share/gnome/help/empathy/el/figures/empathy-main-window.png +share/gnome/help/empathy/el/figures/gtk-add.png +share/gnome/help/empathy/el/figures/gtk-edit.png +share/gnome/help/empathy/el/figures/gtk-remove.png +share/gnome/help/empathy/el/figures/offline.png +share/gnome/help/empathy/el/geolocation-not-showing.page +share/gnome/help/empathy/el/geolocation-privacy.page +share/gnome/help/empathy/el/geolocation-supported.page +share/gnome/help/empathy/el/geolocation-turn.page +share/gnome/help/empathy/el/geolocation-what-is.page +share/gnome/help/empathy/el/geolocation.page +share/gnome/help/empathy/el/group-conversations.page +share/gnome/help/empathy/el/hide-contacts.page +share/gnome/help/empathy/el/import-account.page +share/gnome/help/empathy/el/index.page +share/gnome/help/empathy/el/introduction.page +share/gnome/help/empathy/el/irc-commands.page +share/gnome/help/empathy/el/irc-join-pwd.page +share/gnome/help/empathy/el/irc-join-room.page +share/gnome/help/empathy/el/irc-manage.page +share/gnome/help/empathy/el/irc-nick-password.page +share/gnome/help/empathy/el/irc-send-file.page +share/gnome/help/empathy/el/irc-start-conversation.page +share/gnome/help/empathy/el/license.page +share/gnome/help/empathy/el/link-contacts.page +share/gnome/help/empathy/el/prev-conv.page +share/gnome/help/empathy/el/prob-conn-acctdisabled.page +share/gnome/help/empathy/el/prob-conn-auth.page +share/gnome/help/empathy/el/prob-conn-name.page +share/gnome/help/empathy/el/prob-conn-neterror.page +share/gnome/help/empathy/el/prob-conn.page +share/gnome/help/empathy/el/remove-account.page +share/gnome/help/empathy/el/salut-protocol.page +share/gnome/help/empathy/el/send-file.page +share/gnome/help/empathy/el/send-message.page +share/gnome/help/empathy/el/set-custom-status.page +share/gnome/help/empathy/el/share-desktop.page +share/gnome/help/empathy/el/status-icons.page +share/gnome/help/empathy/el/video-call.page +share/gnome/help/empathy/en_GB/account-irc.page +share/gnome/help/empathy/en_GB/account-jabber.page +share/gnome/help/empathy/en_GB/accounts-window.page +share/gnome/help/empathy/en_GB/add-account.page +share/gnome/help/empathy/en_GB/add-contact.page +share/gnome/help/empathy/en_GB/audio-call.page +share/gnome/help/empathy/en_GB/audio-video.page +share/gnome/help/empathy/en_GB/change-status.page +share/gnome/help/empathy/en_GB/create-account.page +share/gnome/help/empathy/en_GB/disable-account.page +share/gnome/help/empathy/en_GB/favorite-rooms.page +share/gnome/help/empathy/en_GB/figures/audio-input-microphone.png +share/gnome/help/empathy/en_GB/figures/available.png +share/gnome/help/empathy/en_GB/figures/away.png +share/gnome/help/empathy/en_GB/figures/busy.png +share/gnome/help/empathy/en_GB/figures/camera-web.png +share/gnome/help/empathy/en_GB/figures/empathy-logo.png +share/gnome/help/empathy/en_GB/figures/empathy-main-window.png +share/gnome/help/empathy/en_GB/figures/gtk-add.png +share/gnome/help/empathy/en_GB/figures/gtk-edit.png +share/gnome/help/empathy/en_GB/figures/gtk-remove.png +share/gnome/help/empathy/en_GB/figures/offline.png +share/gnome/help/empathy/en_GB/geolocation-not-showing.page +share/gnome/help/empathy/en_GB/geolocation-privacy.page +share/gnome/help/empathy/en_GB/geolocation-supported.page +share/gnome/help/empathy/en_GB/geolocation-turn.page +share/gnome/help/empathy/en_GB/geolocation-what-is.page +share/gnome/help/empathy/en_GB/geolocation.page +share/gnome/help/empathy/en_GB/group-conversations.page +share/gnome/help/empathy/en_GB/hide-contacts.page +share/gnome/help/empathy/en_GB/import-account.page +share/gnome/help/empathy/en_GB/index.page +share/gnome/help/empathy/en_GB/introduction.page +share/gnome/help/empathy/en_GB/irc-commands.page +share/gnome/help/empathy/en_GB/irc-join-pwd.page +share/gnome/help/empathy/en_GB/irc-join-room.page +share/gnome/help/empathy/en_GB/irc-manage.page +share/gnome/help/empathy/en_GB/irc-nick-password.page +share/gnome/help/empathy/en_GB/irc-send-file.page +share/gnome/help/empathy/en_GB/irc-start-conversation.page +share/gnome/help/empathy/en_GB/license.page +share/gnome/help/empathy/en_GB/link-contacts.page +share/gnome/help/empathy/en_GB/prev-conv.page +share/gnome/help/empathy/en_GB/prob-conn-acctdisabled.page +share/gnome/help/empathy/en_GB/prob-conn-auth.page +share/gnome/help/empathy/en_GB/prob-conn-name.page +share/gnome/help/empathy/en_GB/prob-conn-neterror.page +share/gnome/help/empathy/en_GB/prob-conn.page +share/gnome/help/empathy/en_GB/remove-account.page +share/gnome/help/empathy/en_GB/salut-protocol.page +share/gnome/help/empathy/en_GB/send-file.page +share/gnome/help/empathy/en_GB/send-message.page +share/gnome/help/empathy/en_GB/set-custom-status.page +share/gnome/help/empathy/en_GB/share-desktop.page +share/gnome/help/empathy/en_GB/status-icons.page +share/gnome/help/empathy/en_GB/video-call.page +share/gnome/help/empathy/es/account-irc.page +share/gnome/help/empathy/es/account-jabber.page +share/gnome/help/empathy/es/accounts-window.page +share/gnome/help/empathy/es/add-account.page +share/gnome/help/empathy/es/add-contact.page +share/gnome/help/empathy/es/audio-call.page +share/gnome/help/empathy/es/audio-video.page +share/gnome/help/empathy/es/change-status.page +share/gnome/help/empathy/es/create-account.page +share/gnome/help/empathy/es/disable-account.page +share/gnome/help/empathy/es/favorite-rooms.page +share/gnome/help/empathy/es/figures/audio-input-microphone.png +share/gnome/help/empathy/es/figures/available.png +share/gnome/help/empathy/es/figures/away.png +share/gnome/help/empathy/es/figures/busy.png +share/gnome/help/empathy/es/figures/camera-web.png +share/gnome/help/empathy/es/figures/empathy-logo.png +share/gnome/help/empathy/es/figures/empathy-main-window.png +share/gnome/help/empathy/es/figures/gtk-add.png +share/gnome/help/empathy/es/figures/gtk-edit.png +share/gnome/help/empathy/es/figures/gtk-remove.png +share/gnome/help/empathy/es/figures/offline.png +share/gnome/help/empathy/es/geolocation-not-showing.page +share/gnome/help/empathy/es/geolocation-privacy.page +share/gnome/help/empathy/es/geolocation-supported.page +share/gnome/help/empathy/es/geolocation-turn.page +share/gnome/help/empathy/es/geolocation-what-is.page +share/gnome/help/empathy/es/geolocation.page +share/gnome/help/empathy/es/group-conversations.page +share/gnome/help/empathy/es/hide-contacts.page +share/gnome/help/empathy/es/import-account.page +share/gnome/help/empathy/es/index.page +share/gnome/help/empathy/es/introduction.page +share/gnome/help/empathy/es/irc-commands.page +share/gnome/help/empathy/es/irc-join-pwd.page +share/gnome/help/empathy/es/irc-join-room.page +share/gnome/help/empathy/es/irc-manage.page +share/gnome/help/empathy/es/irc-nick-password.page +share/gnome/help/empathy/es/irc-send-file.page +share/gnome/help/empathy/es/irc-start-conversation.page +share/gnome/help/empathy/es/license.page +share/gnome/help/empathy/es/link-contacts.page +share/gnome/help/empathy/es/prev-conv.page +share/gnome/help/empathy/es/prob-conn-acctdisabled.page +share/gnome/help/empathy/es/prob-conn-auth.page +share/gnome/help/empathy/es/prob-conn-name.page +share/gnome/help/empathy/es/prob-conn-neterror.page +share/gnome/help/empathy/es/prob-conn.page +share/gnome/help/empathy/es/remove-account.page +share/gnome/help/empathy/es/salut-protocol.page +share/gnome/help/empathy/es/send-file.page +share/gnome/help/empathy/es/send-message.page +share/gnome/help/empathy/es/set-custom-status.page +share/gnome/help/empathy/es/share-desktop.page +share/gnome/help/empathy/es/status-icons.page +share/gnome/help/empathy/es/video-call.page +share/gnome/help/empathy/fi/account-irc.page +share/gnome/help/empathy/fi/account-jabber.page +share/gnome/help/empathy/fi/accounts-window.page +share/gnome/help/empathy/fi/add-account.page +share/gnome/help/empathy/fi/add-contact.page +share/gnome/help/empathy/fi/audio-call.page +share/gnome/help/empathy/fi/audio-video.page +share/gnome/help/empathy/fi/change-status.page +share/gnome/help/empathy/fi/create-account.page +share/gnome/help/empathy/fi/disable-account.page +share/gnome/help/empathy/fi/favorite-rooms.page +share/gnome/help/empathy/fi/figures/audio-input-microphone.png +share/gnome/help/empathy/fi/figures/available.png +share/gnome/help/empathy/fi/figures/away.png +share/gnome/help/empathy/fi/figures/busy.png +share/gnome/help/empathy/fi/figures/camera-web.png +share/gnome/help/empathy/fi/figures/empathy-logo.png +share/gnome/help/empathy/fi/figures/empathy-main-window.png +share/gnome/help/empathy/fi/figures/gtk-add.png +share/gnome/help/empathy/fi/figures/gtk-edit.png +share/gnome/help/empathy/fi/figures/gtk-remove.png +share/gnome/help/empathy/fi/figures/offline.png +share/gnome/help/empathy/fi/geolocation-not-showing.page +share/gnome/help/empathy/fi/geolocation-privacy.page +share/gnome/help/empathy/fi/geolocation-supported.page +share/gnome/help/empathy/fi/geolocation-turn.page +share/gnome/help/empathy/fi/geolocation-what-is.page +share/gnome/help/empathy/fi/geolocation.page +share/gnome/help/empathy/fi/group-conversations.page +share/gnome/help/empathy/fi/hide-contacts.page +share/gnome/help/empathy/fi/import-account.page +share/gnome/help/empathy/fi/index.page +share/gnome/help/empathy/fi/introduction.page +share/gnome/help/empathy/fi/irc-commands.page +share/gnome/help/empathy/fi/irc-join-pwd.page +share/gnome/help/empathy/fi/irc-join-room.page +share/gnome/help/empathy/fi/irc-manage.page +share/gnome/help/empathy/fi/irc-nick-password.page +share/gnome/help/empathy/fi/irc-send-file.page +share/gnome/help/empathy/fi/irc-start-conversation.page +share/gnome/help/empathy/fi/license.page +share/gnome/help/empathy/fi/link-contacts.page +share/gnome/help/empathy/fi/prev-conv.page +share/gnome/help/empathy/fi/prob-conn-acctdisabled.page +share/gnome/help/empathy/fi/prob-conn-auth.page +share/gnome/help/empathy/fi/prob-conn-name.page +share/gnome/help/empathy/fi/prob-conn-neterror.page +share/gnome/help/empathy/fi/prob-conn.page +share/gnome/help/empathy/fi/remove-account.page +share/gnome/help/empathy/fi/salut-protocol.page +share/gnome/help/empathy/fi/send-file.page +share/gnome/help/empathy/fi/send-message.page +share/gnome/help/empathy/fi/set-custom-status.page +share/gnome/help/empathy/fi/share-desktop.page +share/gnome/help/empathy/fi/status-icons.page +share/gnome/help/empathy/fi/video-call.page +share/gnome/help/empathy/fr/account-irc.page +share/gnome/help/empathy/fr/account-jabber.page +share/gnome/help/empathy/fr/accounts-window.page +share/gnome/help/empathy/fr/add-account.page +share/gnome/help/empathy/fr/add-contact.page +share/gnome/help/empathy/fr/audio-call.page +share/gnome/help/empathy/fr/audio-video.page +share/gnome/help/empathy/fr/change-status.page +share/gnome/help/empathy/fr/create-account.page +share/gnome/help/empathy/fr/disable-account.page +share/gnome/help/empathy/fr/favorite-rooms.page +share/gnome/help/empathy/fr/figures/audio-input-microphone.png +share/gnome/help/empathy/fr/figures/available.png +share/gnome/help/empathy/fr/figures/away.png +share/gnome/help/empathy/fr/figures/busy.png +share/gnome/help/empathy/fr/figures/camera-web.png +share/gnome/help/empathy/fr/figures/empathy-logo.png +share/gnome/help/empathy/fr/figures/empathy-main-window.png +share/gnome/help/empathy/fr/figures/gtk-add.png +share/gnome/help/empathy/fr/figures/gtk-edit.png +share/gnome/help/empathy/fr/figures/gtk-remove.png +share/gnome/help/empathy/fr/figures/offline.png +share/gnome/help/empathy/fr/geolocation-not-showing.page +share/gnome/help/empathy/fr/geolocation-privacy.page +share/gnome/help/empathy/fr/geolocation-supported.page +share/gnome/help/empathy/fr/geolocation-turn.page +share/gnome/help/empathy/fr/geolocation-what-is.page +share/gnome/help/empathy/fr/geolocation.page +share/gnome/help/empathy/fr/group-conversations.page +share/gnome/help/empathy/fr/hide-contacts.page +share/gnome/help/empathy/fr/import-account.page +share/gnome/help/empathy/fr/index.page +share/gnome/help/empathy/fr/introduction.page +share/gnome/help/empathy/fr/irc-commands.page +share/gnome/help/empathy/fr/irc-join-pwd.page +share/gnome/help/empathy/fr/irc-join-room.page +share/gnome/help/empathy/fr/irc-manage.page +share/gnome/help/empathy/fr/irc-nick-password.page +share/gnome/help/empathy/fr/irc-send-file.page +share/gnome/help/empathy/fr/irc-start-conversation.page +share/gnome/help/empathy/fr/license.page +share/gnome/help/empathy/fr/link-contacts.page +share/gnome/help/empathy/fr/prev-conv.page +share/gnome/help/empathy/fr/prob-conn-acctdisabled.page +share/gnome/help/empathy/fr/prob-conn-auth.page +share/gnome/help/empathy/fr/prob-conn-name.page +share/gnome/help/empathy/fr/prob-conn-neterror.page +share/gnome/help/empathy/fr/prob-conn.page +share/gnome/help/empathy/fr/remove-account.page +share/gnome/help/empathy/fr/salut-protocol.page +share/gnome/help/empathy/fr/send-file.page +share/gnome/help/empathy/fr/send-message.page +share/gnome/help/empathy/fr/set-custom-status.page +share/gnome/help/empathy/fr/share-desktop.page +share/gnome/help/empathy/fr/status-icons.page +share/gnome/help/empathy/fr/video-call.page +share/gnome/help/empathy/gl/account-irc.page +share/gnome/help/empathy/gl/account-jabber.page +share/gnome/help/empathy/gl/accounts-window.page +share/gnome/help/empathy/gl/add-account.page +share/gnome/help/empathy/gl/add-contact.page +share/gnome/help/empathy/gl/audio-call.page +share/gnome/help/empathy/gl/audio-video.page +share/gnome/help/empathy/gl/change-status.page +share/gnome/help/empathy/gl/create-account.page +share/gnome/help/empathy/gl/disable-account.page +share/gnome/help/empathy/gl/favorite-rooms.page +share/gnome/help/empathy/gl/figures/audio-input-microphone.png +share/gnome/help/empathy/gl/figures/available.png +share/gnome/help/empathy/gl/figures/away.png +share/gnome/help/empathy/gl/figures/busy.png +share/gnome/help/empathy/gl/figures/camera-web.png +share/gnome/help/empathy/gl/figures/empathy-logo.png +share/gnome/help/empathy/gl/figures/empathy-main-window.png +share/gnome/help/empathy/gl/figures/gtk-add.png +share/gnome/help/empathy/gl/figures/gtk-edit.png +share/gnome/help/empathy/gl/figures/gtk-remove.png +share/gnome/help/empathy/gl/figures/offline.png +share/gnome/help/empathy/gl/geolocation-not-showing.page +share/gnome/help/empathy/gl/geolocation-privacy.page +share/gnome/help/empathy/gl/geolocation-supported.page +share/gnome/help/empathy/gl/geolocation-turn.page +share/gnome/help/empathy/gl/geolocation-what-is.page +share/gnome/help/empathy/gl/geolocation.page +share/gnome/help/empathy/gl/group-conversations.page +share/gnome/help/empathy/gl/hide-contacts.page +share/gnome/help/empathy/gl/import-account.page +share/gnome/help/empathy/gl/index.page +share/gnome/help/empathy/gl/introduction.page +share/gnome/help/empathy/gl/irc-commands.page +share/gnome/help/empathy/gl/irc-join-pwd.page +share/gnome/help/empathy/gl/irc-join-room.page +share/gnome/help/empathy/gl/irc-manage.page +share/gnome/help/empathy/gl/irc-nick-password.page +share/gnome/help/empathy/gl/irc-send-file.page +share/gnome/help/empathy/gl/irc-start-conversation.page +share/gnome/help/empathy/gl/license.page +share/gnome/help/empathy/gl/link-contacts.page +share/gnome/help/empathy/gl/prev-conv.page +share/gnome/help/empathy/gl/prob-conn-acctdisabled.page +share/gnome/help/empathy/gl/prob-conn-auth.page +share/gnome/help/empathy/gl/prob-conn-name.page +share/gnome/help/empathy/gl/prob-conn-neterror.page +share/gnome/help/empathy/gl/prob-conn.page +share/gnome/help/empathy/gl/remove-account.page +share/gnome/help/empathy/gl/salut-protocol.page +share/gnome/help/empathy/gl/send-file.page +share/gnome/help/empathy/gl/send-message.page +share/gnome/help/empathy/gl/set-custom-status.page +share/gnome/help/empathy/gl/share-desktop.page +share/gnome/help/empathy/gl/status-icons.page +share/gnome/help/empathy/gl/video-call.page +share/gnome/help/empathy/hu/account-irc.page +share/gnome/help/empathy/hu/account-jabber.page +share/gnome/help/empathy/hu/accounts-window.page +share/gnome/help/empathy/hu/add-account.page +share/gnome/help/empathy/hu/add-contact.page +share/gnome/help/empathy/hu/audio-call.page +share/gnome/help/empathy/hu/audio-video.page +share/gnome/help/empathy/hu/change-status.page +share/gnome/help/empathy/hu/create-account.page +share/gnome/help/empathy/hu/disable-account.page +share/gnome/help/empathy/hu/favorite-rooms.page +share/gnome/help/empathy/hu/figures/audio-input-microphone.png +share/gnome/help/empathy/hu/figures/available.png +share/gnome/help/empathy/hu/figures/away.png +share/gnome/help/empathy/hu/figures/busy.png +share/gnome/help/empathy/hu/figures/camera-web.png +share/gnome/help/empathy/hu/figures/empathy-logo.png +share/gnome/help/empathy/hu/figures/empathy-main-window.png +share/gnome/help/empathy/hu/figures/gtk-add.png +share/gnome/help/empathy/hu/figures/gtk-edit.png +share/gnome/help/empathy/hu/figures/gtk-remove.png +share/gnome/help/empathy/hu/figures/offline.png +share/gnome/help/empathy/hu/geolocation-not-showing.page +share/gnome/help/empathy/hu/geolocation-privacy.page +share/gnome/help/empathy/hu/geolocation-supported.page +share/gnome/help/empathy/hu/geolocation-turn.page +share/gnome/help/empathy/hu/geolocation-what-is.page +share/gnome/help/empathy/hu/geolocation.page +share/gnome/help/empathy/hu/group-conversations.page +share/gnome/help/empathy/hu/hide-contacts.page +share/gnome/help/empathy/hu/import-account.page +share/gnome/help/empathy/hu/index.page +share/gnome/help/empathy/hu/introduction.page +share/gnome/help/empathy/hu/irc-commands.page +share/gnome/help/empathy/hu/irc-join-pwd.page +share/gnome/help/empathy/hu/irc-join-room.page +share/gnome/help/empathy/hu/irc-manage.page +share/gnome/help/empathy/hu/irc-nick-password.page +share/gnome/help/empathy/hu/irc-send-file.page +share/gnome/help/empathy/hu/irc-start-conversation.page +share/gnome/help/empathy/hu/license.page +share/gnome/help/empathy/hu/link-contacts.page +share/gnome/help/empathy/hu/prev-conv.page +share/gnome/help/empathy/hu/prob-conn-acctdisabled.page +share/gnome/help/empathy/hu/prob-conn-auth.page +share/gnome/help/empathy/hu/prob-conn-name.page +share/gnome/help/empathy/hu/prob-conn-neterror.page +share/gnome/help/empathy/hu/prob-conn.page +share/gnome/help/empathy/hu/remove-account.page +share/gnome/help/empathy/hu/salut-protocol.page +share/gnome/help/empathy/hu/send-file.page +share/gnome/help/empathy/hu/send-message.page +share/gnome/help/empathy/hu/set-custom-status.page +share/gnome/help/empathy/hu/share-desktop.page +share/gnome/help/empathy/hu/status-icons.page +share/gnome/help/empathy/hu/video-call.page +share/gnome/help/empathy/it/account-irc.page +share/gnome/help/empathy/it/account-jabber.page +share/gnome/help/empathy/it/accounts-window.page +share/gnome/help/empathy/it/add-account.page +share/gnome/help/empathy/it/add-contact.page +share/gnome/help/empathy/it/audio-call.page +share/gnome/help/empathy/it/audio-video.page +share/gnome/help/empathy/it/change-status.page +share/gnome/help/empathy/it/create-account.page +share/gnome/help/empathy/it/disable-account.page +share/gnome/help/empathy/it/favorite-rooms.page +share/gnome/help/empathy/it/figures/audio-input-microphone.png +share/gnome/help/empathy/it/figures/available.png +share/gnome/help/empathy/it/figures/away.png +share/gnome/help/empathy/it/figures/busy.png +share/gnome/help/empathy/it/figures/camera-web.png +share/gnome/help/empathy/it/figures/empathy-logo.png +share/gnome/help/empathy/it/figures/empathy-main-window.png +share/gnome/help/empathy/it/figures/gtk-add.png +share/gnome/help/empathy/it/figures/gtk-edit.png +share/gnome/help/empathy/it/figures/gtk-remove.png +share/gnome/help/empathy/it/figures/offline.png +share/gnome/help/empathy/it/geolocation-not-showing.page +share/gnome/help/empathy/it/geolocation-privacy.page +share/gnome/help/empathy/it/geolocation-supported.page +share/gnome/help/empathy/it/geolocation-turn.page +share/gnome/help/empathy/it/geolocation-what-is.page +share/gnome/help/empathy/it/geolocation.page +share/gnome/help/empathy/it/group-conversations.page +share/gnome/help/empathy/it/hide-contacts.page +share/gnome/help/empathy/it/import-account.page +share/gnome/help/empathy/it/index.page +share/gnome/help/empathy/it/introduction.page +share/gnome/help/empathy/it/irc-commands.page +share/gnome/help/empathy/it/irc-join-pwd.page +share/gnome/help/empathy/it/irc-join-room.page +share/gnome/help/empathy/it/irc-manage.page +share/gnome/help/empathy/it/irc-nick-password.page +share/gnome/help/empathy/it/irc-send-file.page +share/gnome/help/empathy/it/irc-start-conversation.page +share/gnome/help/empathy/it/license.page +share/gnome/help/empathy/it/link-contacts.page +share/gnome/help/empathy/it/prev-conv.page +share/gnome/help/empathy/it/prob-conn-acctdisabled.page +share/gnome/help/empathy/it/prob-conn-auth.page +share/gnome/help/empathy/it/prob-conn-name.page +share/gnome/help/empathy/it/prob-conn-neterror.page +share/gnome/help/empathy/it/prob-conn.page +share/gnome/help/empathy/it/remove-account.page +share/gnome/help/empathy/it/salut-protocol.page +share/gnome/help/empathy/it/send-file.page +share/gnome/help/empathy/it/send-message.page +share/gnome/help/empathy/it/set-custom-status.page +share/gnome/help/empathy/it/share-desktop.page +share/gnome/help/empathy/it/status-icons.page +share/gnome/help/empathy/it/video-call.page +share/gnome/help/empathy/ru/account-irc.page +share/gnome/help/empathy/ru/account-jabber.page +share/gnome/help/empathy/ru/accounts-window.page +share/gnome/help/empathy/ru/add-account.page +share/gnome/help/empathy/ru/add-contact.page +share/gnome/help/empathy/ru/audio-call.page +share/gnome/help/empathy/ru/audio-video.page +share/gnome/help/empathy/ru/change-status.page +share/gnome/help/empathy/ru/create-account.page +share/gnome/help/empathy/ru/disable-account.page +share/gnome/help/empathy/ru/favorite-rooms.page +share/gnome/help/empathy/ru/figures/audio-input-microphone.png +share/gnome/help/empathy/ru/figures/available.png +share/gnome/help/empathy/ru/figures/away.png +share/gnome/help/empathy/ru/figures/busy.png +share/gnome/help/empathy/ru/figures/camera-web.png +share/gnome/help/empathy/ru/figures/empathy-logo.png +share/gnome/help/empathy/ru/figures/empathy-main-window.png +share/gnome/help/empathy/ru/figures/gtk-add.png +share/gnome/help/empathy/ru/figures/gtk-edit.png +share/gnome/help/empathy/ru/figures/gtk-remove.png +share/gnome/help/empathy/ru/figures/offline.png +share/gnome/help/empathy/ru/geolocation-not-showing.page +share/gnome/help/empathy/ru/geolocation-privacy.page +share/gnome/help/empathy/ru/geolocation-supported.page +share/gnome/help/empathy/ru/geolocation-turn.page +share/gnome/help/empathy/ru/geolocation-what-is.page +share/gnome/help/empathy/ru/geolocation.page +share/gnome/help/empathy/ru/group-conversations.page +share/gnome/help/empathy/ru/hide-contacts.page +share/gnome/help/empathy/ru/import-account.page +share/gnome/help/empathy/ru/index.page +share/gnome/help/empathy/ru/introduction.page +share/gnome/help/empathy/ru/irc-commands.page +share/gnome/help/empathy/ru/irc-join-pwd.page +share/gnome/help/empathy/ru/irc-join-room.page +share/gnome/help/empathy/ru/irc-manage.page +share/gnome/help/empathy/ru/irc-nick-password.page +share/gnome/help/empathy/ru/irc-send-file.page +share/gnome/help/empathy/ru/irc-start-conversation.page +share/gnome/help/empathy/ru/license.page +share/gnome/help/empathy/ru/link-contacts.page +share/gnome/help/empathy/ru/prev-conv.page +share/gnome/help/empathy/ru/prob-conn-acctdisabled.page +share/gnome/help/empathy/ru/prob-conn-auth.page +share/gnome/help/empathy/ru/prob-conn-name.page +share/gnome/help/empathy/ru/prob-conn-neterror.page +share/gnome/help/empathy/ru/prob-conn.page +share/gnome/help/empathy/ru/remove-account.page +share/gnome/help/empathy/ru/salut-protocol.page +share/gnome/help/empathy/ru/send-file.page +share/gnome/help/empathy/ru/send-message.page +share/gnome/help/empathy/ru/set-custom-status.page +share/gnome/help/empathy/ru/share-desktop.page +share/gnome/help/empathy/ru/status-icons.page +share/gnome/help/empathy/ru/video-call.page +share/gnome/help/empathy/sv/account-irc.page +share/gnome/help/empathy/sv/account-jabber.page +share/gnome/help/empathy/sv/accounts-window.page +share/gnome/help/empathy/sv/add-account.page +share/gnome/help/empathy/sv/add-contact.page +share/gnome/help/empathy/sv/audio-call.page +share/gnome/help/empathy/sv/audio-video.page +share/gnome/help/empathy/sv/change-status.page +share/gnome/help/empathy/sv/create-account.page +share/gnome/help/empathy/sv/disable-account.page +share/gnome/help/empathy/sv/favorite-rooms.page +share/gnome/help/empathy/sv/figures/audio-input-microphone.png +share/gnome/help/empathy/sv/figures/available.png +share/gnome/help/empathy/sv/figures/away.png +share/gnome/help/empathy/sv/figures/busy.png +share/gnome/help/empathy/sv/figures/camera-web.png +share/gnome/help/empathy/sv/figures/empathy-logo.png +share/gnome/help/empathy/sv/figures/empathy-main-window.png +share/gnome/help/empathy/sv/figures/gtk-add.png +share/gnome/help/empathy/sv/figures/gtk-edit.png +share/gnome/help/empathy/sv/figures/gtk-remove.png +share/gnome/help/empathy/sv/figures/offline.png +share/gnome/help/empathy/sv/geolocation-not-showing.page +share/gnome/help/empathy/sv/geolocation-privacy.page +share/gnome/help/empathy/sv/geolocation-supported.page +share/gnome/help/empathy/sv/geolocation-turn.page +share/gnome/help/empathy/sv/geolocation-what-is.page +share/gnome/help/empathy/sv/geolocation.page +share/gnome/help/empathy/sv/group-conversations.page +share/gnome/help/empathy/sv/hide-contacts.page +share/gnome/help/empathy/sv/import-account.page +share/gnome/help/empathy/sv/index.page +share/gnome/help/empathy/sv/introduction.page +share/gnome/help/empathy/sv/irc-commands.page +share/gnome/help/empathy/sv/irc-join-pwd.page +share/gnome/help/empathy/sv/irc-join-room.page +share/gnome/help/empathy/sv/irc-manage.page +share/gnome/help/empathy/sv/irc-nick-password.page +share/gnome/help/empathy/sv/irc-send-file.page +share/gnome/help/empathy/sv/irc-start-conversation.page +share/gnome/help/empathy/sv/license.page +share/gnome/help/empathy/sv/link-contacts.page +share/gnome/help/empathy/sv/prev-conv.page +share/gnome/help/empathy/sv/prob-conn-acctdisabled.page +share/gnome/help/empathy/sv/prob-conn-auth.page +share/gnome/help/empathy/sv/prob-conn-name.page +share/gnome/help/empathy/sv/prob-conn-neterror.page +share/gnome/help/empathy/sv/prob-conn.page +share/gnome/help/empathy/sv/remove-account.page +share/gnome/help/empathy/sv/salut-protocol.page +share/gnome/help/empathy/sv/send-file.page +share/gnome/help/empathy/sv/send-message.page +share/gnome/help/empathy/sv/set-custom-status.page +share/gnome/help/empathy/sv/share-desktop.page +share/gnome/help/empathy/sv/status-icons.page +share/gnome/help/empathy/sv/video-call.page +share/gnome/help/empathy/zh_CN/account-irc.page +share/gnome/help/empathy/zh_CN/account-jabber.page +share/gnome/help/empathy/zh_CN/accounts-window.page +share/gnome/help/empathy/zh_CN/add-account.page +share/gnome/help/empathy/zh_CN/add-contact.page +share/gnome/help/empathy/zh_CN/audio-call.page +share/gnome/help/empathy/zh_CN/audio-video.page +share/gnome/help/empathy/zh_CN/change-status.page +share/gnome/help/empathy/zh_CN/create-account.page +share/gnome/help/empathy/zh_CN/disable-account.page +share/gnome/help/empathy/zh_CN/favorite-rooms.page +share/gnome/help/empathy/zh_CN/figures/audio-input-microphone.png +share/gnome/help/empathy/zh_CN/figures/available.png +share/gnome/help/empathy/zh_CN/figures/away.png +share/gnome/help/empathy/zh_CN/figures/busy.png +share/gnome/help/empathy/zh_CN/figures/camera-web.png +share/gnome/help/empathy/zh_CN/figures/empathy-logo.png +share/gnome/help/empathy/zh_CN/figures/empathy-main-window.png +share/gnome/help/empathy/zh_CN/figures/gtk-add.png +share/gnome/help/empathy/zh_CN/figures/gtk-edit.png +share/gnome/help/empathy/zh_CN/figures/gtk-remove.png +share/gnome/help/empathy/zh_CN/figures/offline.png +share/gnome/help/empathy/zh_CN/geolocation-not-showing.page +share/gnome/help/empathy/zh_CN/geolocation-privacy.page +share/gnome/help/empathy/zh_CN/geolocation-supported.page +share/gnome/help/empathy/zh_CN/geolocation-turn.page +share/gnome/help/empathy/zh_CN/geolocation-what-is.page +share/gnome/help/empathy/zh_CN/geolocation.page +share/gnome/help/empathy/zh_CN/group-conversations.page +share/gnome/help/empathy/zh_CN/hide-contacts.page +share/gnome/help/empathy/zh_CN/import-account.page +share/gnome/help/empathy/zh_CN/index.page +share/gnome/help/empathy/zh_CN/introduction.page +share/gnome/help/empathy/zh_CN/irc-commands.page +share/gnome/help/empathy/zh_CN/irc-join-pwd.page +share/gnome/help/empathy/zh_CN/irc-join-room.page +share/gnome/help/empathy/zh_CN/irc-manage.page +share/gnome/help/empathy/zh_CN/irc-nick-password.page +share/gnome/help/empathy/zh_CN/irc-send-file.page +share/gnome/help/empathy/zh_CN/irc-start-conversation.page +share/gnome/help/empathy/zh_CN/license.page +share/gnome/help/empathy/zh_CN/link-contacts.page +share/gnome/help/empathy/zh_CN/prev-conv.page +share/gnome/help/empathy/zh_CN/prob-conn-acctdisabled.page +share/gnome/help/empathy/zh_CN/prob-conn-auth.page +share/gnome/help/empathy/zh_CN/prob-conn-name.page +share/gnome/help/empathy/zh_CN/prob-conn-neterror.page +share/gnome/help/empathy/zh_CN/prob-conn.page +share/gnome/help/empathy/zh_CN/remove-account.page +share/gnome/help/empathy/zh_CN/salut-protocol.page +share/gnome/help/empathy/zh_CN/send-file.page +share/gnome/help/empathy/zh_CN/send-message.page +share/gnome/help/empathy/zh_CN/set-custom-status.page +share/gnome/help/empathy/zh_CN/share-desktop.page +share/gnome/help/empathy/zh_CN/status-icons.page +share/gnome/help/empathy/zh_CN/video-call.page +share/icons/hicolor/16x16/apps/empathy.png +share/icons/hicolor/22x22/apps/empathy.png +share/icons/hicolor/24x24/apps/empathy.png +share/icons/hicolor/32x32/apps/empathy.png +share/icons/hicolor/48x48/apps/empathy.png +share/icons/hicolor/scalable/apps/empathy.svg +share/locale/an/LC_MESSAGES/empathy.mo +share/locale/ar/LC_MESSAGES/empathy.mo +share/locale/as/LC_MESSAGES/empathy.mo +share/locale/ast/LC_MESSAGES/empathy.mo +share/locale/az/LC_MESSAGES/empathy.mo +share/locale/be/LC_MESSAGES/empathy.mo +share/locale/be@latin/LC_MESSAGES/empathy.mo +share/locale/bg/LC_MESSAGES/empathy.mo +share/locale/bn/LC_MESSAGES/empathy.mo +share/locale/bn_IN/LC_MESSAGES/empathy.mo +share/locale/br/LC_MESSAGES/empathy.mo +share/locale/ca/LC_MESSAGES/empathy.mo +share/locale/ca@valencia/LC_MESSAGES/empathy.mo +share/locale/crh/LC_MESSAGES/empathy.mo +share/locale/cs/LC_MESSAGES/empathy.mo +share/locale/cy/LC_MESSAGES/empathy.mo +share/locale/da/LC_MESSAGES/empathy.mo +share/locale/de/LC_MESSAGES/empathy.mo +share/locale/dz/LC_MESSAGES/empathy.mo +share/locale/el/LC_MESSAGES/empathy.mo +share/locale/en@shaw/LC_MESSAGES/empathy.mo +share/locale/en_CA/LC_MESSAGES/empathy.mo +share/locale/en_GB/LC_MESSAGES/empathy.mo +share/locale/eo/LC_MESSAGES/empathy.mo +share/locale/es/LC_MESSAGES/empathy.mo +share/locale/et/LC_MESSAGES/empathy.mo +share/locale/eu/LC_MESSAGES/empathy.mo +share/locale/fi/LC_MESSAGES/empathy.mo +share/locale/fr/LC_MESSAGES/empathy.mo +share/locale/ga/LC_MESSAGES/empathy.mo +share/locale/gl/LC_MESSAGES/empathy.mo +share/locale/gu/LC_MESSAGES/empathy.mo +share/locale/he/LC_MESSAGES/empathy.mo +share/locale/hi/LC_MESSAGES/empathy.mo +share/locale/hr/LC_MESSAGES/empathy.mo +share/locale/hu/LC_MESSAGES/empathy.mo +share/locale/id/LC_MESSAGES/empathy.mo +share/locale/it/LC_MESSAGES/empathy.mo +share/locale/ja/LC_MESSAGES/empathy.mo +share/locale/kk/LC_MESSAGES/empathy.mo +share/locale/kn/LC_MESSAGES/empathy.mo +share/locale/ko/LC_MESSAGES/empathy.mo +share/locale/ku/LC_MESSAGES/empathy.mo +share/locale/lt/LC_MESSAGES/empathy.mo +share/locale/lv/LC_MESSAGES/empathy.mo +share/locale/mai/LC_MESSAGES/empathy.mo +share/locale/mk/LC_MESSAGES/empathy.mo +share/locale/ml/LC_MESSAGES/empathy.mo +share/locale/mr/LC_MESSAGES/empathy.mo +share/locale/ms/LC_MESSAGES/empathy.mo +share/locale/nb/LC_MESSAGES/empathy.mo +share/locale/ne/LC_MESSAGES/empathy.mo +share/locale/nl/LC_MESSAGES/empathy.mo +share/locale/nn/LC_MESSAGES/empathy.mo +share/locale/oc/LC_MESSAGES/empathy.mo +share/locale/or/LC_MESSAGES/empathy.mo +share/locale/pa/LC_MESSAGES/empathy.mo +share/locale/pl/LC_MESSAGES/empathy.mo +share/locale/ps/LC_MESSAGES/empathy.mo +share/locale/pt/LC_MESSAGES/empathy.mo +share/locale/pt_BR/LC_MESSAGES/empathy.mo +share/locale/ro/LC_MESSAGES/empathy.mo +share/locale/ru/LC_MESSAGES/empathy.mo +share/locale/si/LC_MESSAGES/empathy.mo +share/locale/sl/LC_MESSAGES/empathy.mo +share/locale/sq/LC_MESSAGES/empathy.mo +share/locale/sr/LC_MESSAGES/empathy.mo +share/locale/sr@latin/LC_MESSAGES/empathy.mo +share/locale/sv/LC_MESSAGES/empathy.mo +share/locale/ta/LC_MESSAGES/empathy.mo +share/locale/te/LC_MESSAGES/empathy.mo +share/locale/th/LC_MESSAGES/empathy.mo +share/locale/tr/LC_MESSAGES/empathy.mo +share/locale/uk/LC_MESSAGES/empathy.mo +share/locale/vi/LC_MESSAGES/empathy.mo +share/locale/zh_CN/LC_MESSAGES/empathy.mo +share/locale/zh_HK/LC_MESSAGES/empathy.mo +share/locale/zh_TW/LC_MESSAGES/empathy.mo +share/telepathy/clients/Empathy.AudioVideo.client +share/telepathy/clients/Empathy.Auth.client +share/telepathy/clients/Empathy.client +@dirrmtry share/telepathy/clients +@dirrmtry share/telepathy +@dirrm share/gnome/help/empathy/zh_CN/figures +@dirrm share/gnome/help/empathy/zh_CN +@dirrm share/gnome/help/empathy/sv/figures +@dirrm share/gnome/help/empathy/sv +@dirrm share/gnome/help/empathy/ru/figures +@dirrm share/gnome/help/empathy/ru +@dirrm share/gnome/help/empathy/it/figures +@dirrm share/gnome/help/empathy/it +@dirrm share/gnome/help/empathy/hu/figures +@dirrm share/gnome/help/empathy/hu +@dirrm share/gnome/help/empathy/gl/figures +@dirrm share/gnome/help/empathy/gl +@dirrm share/gnome/help/empathy/fr/figures +@dirrm share/gnome/help/empathy/fr +@dirrm share/gnome/help/empathy/fi/figures +@dirrm share/gnome/help/empathy/fi +@dirrm share/gnome/help/empathy/es/figures +@dirrm share/gnome/help/empathy/es +@dirrm share/gnome/help/empathy/en_GB/figures +@dirrm share/gnome/help/empathy/en_GB +@dirrm share/gnome/help/empathy/el/figures +@dirrm share/gnome/help/empathy/el +@dirrm share/gnome/help/empathy/de/figures +@dirrm share/gnome/help/empathy/de +@dirrm share/gnome/help/empathy/cs/figures +@dirrm share/gnome/help/empathy/cs +@dirrm share/gnome/help/empathy/ca/figures +@dirrm share/gnome/help/empathy/ca +@dirrm share/gnome/help/empathy/C/figures +@dirrm share/gnome/help/empathy/C +@dirrm share/gnome/help/empathy +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable/apps +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/apps +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/32x32/status +@dirrm %%DATADIR%%/icons/hicolor/32x32/apps +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/status +@dirrm %%DATADIR%%/icons/hicolor/24x24/apps +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/apps +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/apps +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile new file mode 100644 index 000000000..9f8ede187 --- /dev/null +++ b/net-im/pino/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: pino +# Date created: 2010-03-14 +# Whom: Frank Steinborn <steinex@nognu.de> +# +# $FreeBSD: ports/net-im/pino/Makefile,v 1.9 2010/11/20 15:36:50 kwm Exp $ +# + +PORTNAME= pino +PORTVERSION= 0.2.8 +PORTREVISION= 1 +CATEGORIES= net-im +MASTER_SITES= GOOGLE_CODE + +MAINTAINER= ports@FreeBSD.org +COMMENT= A simple and fast Twitter and Identi.ca client + +BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala +LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ + gtkspell.0:${PORTSDIR}/textproc/gtkspell \ + notify.1:${PORTSDIR}/devel/libnotify \ + soup-2.4.1:${PORTSDIR}/devel/libsoup \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 + +BROKEN= Doesn't build with vala-0.10 + +PROJECTHOST= pino-twitter +USE_GNOME= gnomehack intltool libxml2 gtk20 glib20 +USE_GETTEXT= yes +USE_PYTHON_BUILD= yes +USE_BZIP2= yes +INSTALLS_ICONS= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ + ${WRKSRC}/indicator/pino + +do-configure: + @cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}" + +do-build: + @cd ${WRKSRC} && ./waf build + +do-install: + @cd ${WRKSRC} && ./waf install + +.include <bsd.port.mk> diff --git a/net-im/pino/distinfo b/net-im/pino/distinfo new file mode 100644 index 000000000..1620a79c8 --- /dev/null +++ b/net-im/pino/distinfo @@ -0,0 +1,3 @@ +MD5 (pino-0.2.8.tar.bz2) = 6b7ef6e9b491d67bd698e1a582206d4b +SHA256 (pino-0.2.8.tar.bz2) = 9f2795a2d6a999a3f5b32eadec0db73a2273af12c22f9183ce20962edbc6ff6e +SIZE (pino-0.2.8.tar.bz2) = 205613 diff --git a/net-im/pino/pkg-descr b/net-im/pino/pkg-descr new file mode 100644 index 000000000..026d186e7 --- /dev/null +++ b/net-im/pino/pkg-descr @@ -0,0 +1,5 @@ +Pino is a simple and fast Twitter and Identi.ca client using GTK2. +It is written in Vala language and compiled to the native binary +code. + +WWW: http://pino-app.appspot.com/ diff --git a/net-im/pino/pkg-plist b/net-im/pino/pkg-plist new file mode 100644 index 000000000..348394f60 --- /dev/null +++ b/net-im/pino/pkg-plist @@ -0,0 +1,67 @@ +bin/pino +share/applications/pino.desktop +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/README +share/icons/hicolor/scalable/apps/pino.svg +share/icons/hicolor/scalable/apps/pino_fresh.svg +share/indicators/messages/applications/pino +share/locale/ar/LC_MESSAGES/pino.mo +share/locale/cs/LC_MESSAGES/pino.mo +share/locale/de/LC_MESSAGES/pino.mo +share/locale/es/LC_MESSAGES/pino.mo +share/locale/fa/LC_MESSAGES/pino.mo +share/locale/fr/LC_MESSAGES/pino.mo +share/locale/gl/LC_MESSAGES/pino.mo +share/locale/hu/LC_MESSAGES/pino.mo +share/locale/it/LC_MESSAGES/pino.mo +share/locale/ko_KR/LC_MESSAGES/pino.mo +share/locale/lv/LC_MESSAGES/pino.mo +share/locale/nl/LC_MESSAGES/pino.mo +share/locale/pl/LC_MESSAGES/pino.mo +share/locale/pt/LC_MESSAGES/pino.mo +share/locale/pt_BR/LC_MESSAGES/pino.mo +share/locale/ru/LC_MESSAGES/pino.mo +share/locale/sr/LC_MESSAGES/pino.mo +share/locale/sv/LC_MESSAGES/pino.mo +share/locale/th/LC_MESSAGES/pino.mo +share/locale/uk/LC_MESSAGES/pino.mo +share/locale/zh_CN/LC_MESSAGES/pino.mo +share/locale/bn_IN/LC_MESSAGES/pino.mo +share/locale/en_GB/LC_MESSAGES/pino.mo +share/locale/mk/LC_MESSAGES/pino.mo +share/locale/ml/LC_MESSAGES/pino.mo +share/locale/pa/LC_MESSAGES/pino.mo +share/locale/te/LC_MESSAGES/pino.mo +share/locale/tr/LC_MESSAGES/pino.mo +share/locale/ja/LC_MESSAGES/pino.mo +share/locale/ro/LC_MESSAGES/pino.mo +%%DATADIR%%/icons/delete_status.png +%%DATADIR%%/icons/direct.svg +%%DATADIR%%/icons/direct_fresh.svg +%%DATADIR%%/icons/direct_reply.png +%%DATADIR%%/icons/favorite.png +%%DATADIR%%/icons/favorite_no.png +%%DATADIR%%/icons/mentions.svg +%%DATADIR%%/icons/mentions_fresh.svg +%%DATADIR%%/icons/progress.gif +%%DATADIR%%/icons/re_tweet.png +%%DATADIR%%/icons/reply.png +%%DATADIR%%/icons/timeline.svg +%%DATADIR%%/icons/timeline_fresh.svg +%%DATADIR%%/icons/userpic.svg +%%DATADIR%%/templates/main.tpl +%%DATADIR%%/templates/status.tpl +%%DATADIR%%/templates/status_direct.tpl +%%DATADIR%%/templates/status_me.tpl +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%% +@dirrmtry share/locale/ko_KR/LC_MESSAGES +@dirrmtry share/locale/ko_KR +@dirrmtry share/indicators/messages/applications +@dirrmtry share/indicators/messages +@dirrmtry share/indicators +@dirrmtry share/applications diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile index 08dcf2134..15fcbdcb9 100644 --- a/net/libproxy-webkit/Makefile +++ b/net/libproxy-webkit/Makefile @@ -3,9 +3,9 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net/libproxy-webkit/Makefile,v 1.12 2011/01/12 13:10:54 kwm Exp $ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= -webkit @@ -13,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= WebKit Javascript plug-in for libproxy LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr diff --git a/net/liferea/Makefile b/net/liferea/Makefile new file mode 100644 index 000000000..27e8fea68 --- /dev/null +++ b/net/liferea/Makefile @@ -0,0 +1,45 @@ +# Ports collection Makefile for: liferea +# Date created: 28 August 2003 +# Whom: Hye-Shik Chang <perky@FreeBSD.org> +# +# $FreeBSD: ports/net/liferea/Makefile,v 1.148 2010/12/04 07:32:56 ade Exp $ +# + +PORTNAME= liferea +PORTVERSION= 1.6.5 +PORTREVISION= 2 +CATEGORIES= net gnome +MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION} + +MAINTAINER= pav@FreeBSD.org +COMMENT= Simple RSS/RDF feed reader + +LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 + +USE_GNOME= gnomeprefix gnomehack libglade2 gconf2 +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes + +MAN1= liferea.1 +MANLANG= "" pl +GCONF_SCHEMAS= liferea.schemas +INSTALLS_ICONS= yes + +OPTIONS= LIBNOTIFY "Enable libnotify support" on + +.include <bsd.port.pre.mk> + +.ifdef WITHOUT_LIBNOTIFY +CONFIGURE_ARGS+=--disable-libnotify +PLIST_SUB+= NOTIFY="@comment " +.else +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +PLIST_SUB+= NOTIFY="" +.endif + +.include <bsd.port.post.mk> diff --git a/net/liferea/distinfo b/net/liferea/distinfo new file mode 100644 index 000000000..4f07189b4 --- /dev/null +++ b/net/liferea/distinfo @@ -0,0 +1,3 @@ +MD5 (liferea-1.6.5.tar.gz) = b5a2c0803eec5d0aff0b9ca4114eaf16 +SHA256 (liferea-1.6.5.tar.gz) = 3a594bd8acbdcbc236f629f2bee63ffba0ddcc38fb406f8ba89629963a877ebd +SIZE (liferea-1.6.5.tar.gz) = 1784724 diff --git a/net/liferea/pkg-descr b/net/liferea/pkg-descr new file mode 100644 index 000000000..3f0b1f4cf --- /dev/null +++ b/net/liferea/pkg-descr @@ -0,0 +1,7 @@ +Liferea is a simple FeedReader clone. It is a reader for RSS/RDF +feeds. The problem with FeedReader: for now its only available for +Windows. There are some projects for GNU/Linux or Unices, but no +satisfying solutions for GTK/GNOME. Therefore I started to write +this program. Liferea is an abbreviation for Linux Feed Reader. + +WWW: http://liferea.sourceforge.net/ diff --git a/net/liferea/pkg-plist b/net/liferea/pkg-plist new file mode 100644 index 000000000..88d337473 --- /dev/null +++ b/net/liferea/pkg-plist @@ -0,0 +1,167 @@ +bin/liferea +bin/liferea-add-feed +%%NOTIFY%%lib/liferea/liblinotiflibnotify.a +%%NOTIFY%%lib/liferea/liblinotiflibnotify.la +%%NOTIFY%%lib/liferea/liblinotiflibnotify.so +share/applications/liferea.desktop +share/liferea/auth.glade +share/liferea/bloglines_source.glade +share/liferea/google_source.glade +share/liferea/liferea.glade +share/liferea/new_subscription.glade +share/liferea/node_source.glade +share/liferea/opml_source.glade +share/liferea/simple_subscription.glade +share/liferea/css/adblock.css +share/liferea/css/liferea.css +share/liferea/doc/html/about_de.html +share/liferea/doc/html/about_en.html +share/liferea/doc/html/concepts_de.html +share/liferea/doc/html/concepts_en.html +share/liferea/doc/html/enclosures_de.html +share/liferea/doc/html/enclosures_en.html +share/liferea/doc/html/faq_de.html +share/liferea/doc/html/faq_en.html +share/liferea/doc/html/folders_de.html +share/liferea/doc/html/folders_en.html +share/liferea/doc/html/greader_de.html +share/liferea/doc/html/greader_en.html +share/liferea/doc/html/headlines_de.html +share/liferea/doc/html/headlines_en.html +share/liferea/doc/html/help_feed_default.png +share/liferea/doc/html/help_feed_error.png +share/liferea/doc/html/help_feed_prop_adv_1.6.0.png +share/liferea/doc/html/help_feed_prop_cache_1.6.0.png +share/liferea/doc/html/help_feed_prop_downl_1.6.0.png +share/liferea/doc/html/help_feed_prop_general_1.6.0.png +share/liferea/doc/html/help_feed_prop_source_1.6.0.png +share/liferea/doc/html/help_folder.png +share/liferea/doc/html/help_item_flag.png +share/liferea/doc/html/help_item_unread.png +share/liferea/doc/html/help_opml.png +share/liferea/doc/html/help_prefs_browser_1.6.0.png +share/liferea/doc/html/help_prefs_enclosures_1.6.0.png +share/liferea/doc/html/help_prefs_feeds_1.6.0.png +share/liferea/doc/html/help_prefs_folders_1.6.0.png +share/liferea/doc/html/help_prefs_gui_1.6.0.png +share/liferea/doc/html/help_prefs_headlines_1.6.0.png +share/liferea/doc/html/help_prefs_proxy_1.6.0.png +share/liferea/doc/html/help_search_1.6.0.png +share/liferea/doc/html/help_subscribe_1.6.0.png +share/liferea/doc/html/help_vfolder_1.6.0.png +share/liferea/doc/html/newsbin_de.html +share/liferea/doc/html/newsbin_en.html +share/liferea/doc/html/preferences_de.html +share/liferea/doc/html/preferences_en.html +share/liferea/doc/html/reference.css +share/liferea/doc/html/reference_de.html +share/liferea/doc/html/reference_en.html +share/liferea/doc/html/searching_de.html +share/liferea/doc/html/searching_en.html +share/liferea/doc/html/subscriptions_de.html +share/liferea/doc/html/subscriptions_en.html +share/liferea/doc/html/topics_de.html +share/liferea/doc/html/topics_en.html +share/liferea/doc/html/updating_de.html +share/liferea/doc/html/updating_en.html +share/liferea/dtd/html.ent +share/liferea/opml/feedlist.opml +share/liferea/opml/feedlist_bg.opml +share/liferea/opml/feedlist_ca.opml +share/liferea/opml/feedlist_de.opml +share/liferea/opml/feedlist_es.opml +share/liferea/opml/feedlist_eu.opml +share/liferea/opml/feedlist_fr.opml +share/liferea/opml/feedlist_gl.opml +share/liferea/opml/feedlist_it.opml +share/liferea/opml/feedlist_nl.opml +share/liferea/opml/feedlist_pl.opml +share/liferea/opml/feedlist_pt.opml +share/liferea/opml/feedlist_pt_BR.opml +share/liferea/opml/feedlist_ru.opml +share/liferea/opml/feedlist_sk.opml +share/liferea/opml/feedlist_sv.opml +share/liferea/pixmaps/arrow.png +share/liferea/pixmaps/attachment.png +share/liferea/pixmaps/available.png +share/liferea/pixmaps/available_offline.png +share/liferea/pixmaps/bookmark.png +share/liferea/pixmaps/comments.png +share/liferea/pixmaps/default.png +share/liferea/pixmaps/directory.png +share/liferea/pixmaps/edit.png +share/liferea/pixmaps/empty.png +share/liferea/pixmaps/empty_offline.png +share/liferea/pixmaps/fl_bloglines.png +share/liferea/pixmaps/fl_google.png +share/liferea/pixmaps/fl_opml.png +share/liferea/pixmaps/flag.png +share/liferea/pixmaps/folder_empty.png +share/liferea/pixmaps/grayflag.png +share/liferea/pixmaps/newsbin.png +share/liferea/pixmaps/read.xpm +share/liferea/pixmaps/tag.png +share/liferea/pixmaps/technorati.png +share/liferea/pixmaps/unread.png +share/liferea/pixmaps/vfolder.png +share/liferea/xslt/feed.xml +share/liferea/xslt/feed.xml.in +share/liferea/xslt/folder.xml +share/liferea/xslt/folder.xml.in +share/liferea/xslt/item.xml +share/liferea/xslt/item.xml.in +share/liferea/xslt/i18n-filter.xslt +share/liferea/xslt/newsbin.xml +share/liferea/xslt/newsbin.xml.in +share/liferea/xslt/source.xml +share/liferea/xslt/source.xml.in +share/liferea/xslt/vfolder.xml +share/liferea/xslt/vfolder.xml.in +share/icons/hicolor/16x16/apps/liferea.png +share/icons/hicolor/22x22/apps/liferea.png +share/icons/hicolor/24x24/apps/liferea.png +share/icons/hicolor/32x32/apps/liferea.png +share/icons/hicolor/48x48/apps/liferea.png +share/icons/hicolor/scalable/apps/liferea.svg +share/locale/ar/LC_MESSAGES/liferea.mo +share/locale/be@latin/LC_MESSAGES/liferea.mo +share/locale/bg/LC_MESSAGES/liferea.mo +share/locale/ca/LC_MESSAGES/liferea.mo +share/locale/cs/LC_MESSAGES/liferea.mo +share/locale/da/LC_MESSAGES/liferea.mo +share/locale/de/LC_MESSAGES/liferea.mo +share/locale/el/LC_MESSAGES/liferea.mo +share/locale/es/LC_MESSAGES/liferea.mo +share/locale/eu/LC_MESSAGES/liferea.mo +share/locale/fi/LC_MESSAGES/liferea.mo +share/locale/fr/LC_MESSAGES/liferea.mo +share/locale/gl/LC_MESSAGES/liferea.mo +share/locale/hu/LC_MESSAGES/liferea.mo +share/locale/it/LC_MESSAGES/liferea.mo +share/locale/ja/LC_MESSAGES/liferea.mo +share/locale/ko/LC_MESSAGES/liferea.mo +share/locale/mk/LC_MESSAGES/liferea.mo +share/locale/nl/LC_MESSAGES/liferea.mo +share/locale/pl/LC_MESSAGES/liferea.mo +share/locale/pt/LC_MESSAGES/liferea.mo +share/locale/pt_BR/LC_MESSAGES/liferea.mo +share/locale/ro/LC_MESSAGES/liferea.mo +share/locale/ru/LC_MESSAGES/liferea.mo +share/locale/sk/LC_MESSAGES/liferea.mo +share/locale/sq/LC_MESSAGES/liferea.mo +share/locale/sv/LC_MESSAGES/liferea.mo +share/locale/tr/LC_MESSAGES/liferea.mo +share/locale/zh_CN/LC_MESSAGES/liferea.mo +share/locale/zh_TW/LC_MESSAGES/liferea.mo +@dirrm share/liferea/xslt +@dirrm share/liferea/pixmaps +@dirrm share/liferea/opml +@dirrm share/liferea/dtd +@dirrm share/liferea/doc/html +@dirrm share/liferea/doc +@dirrm share/liferea/css +@dirrm share/liferea +@dirrmtry man/pl/man1 +@dirrmtry man/pl +@dirrm lib/liferea +@dirrmtry share/applications diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile new file mode 100644 index 000000000..f543ff4e1 --- /dev/null +++ b/www/epiphany-extensions/Makefile @@ -0,0 +1,57 @@ +# Ports collection Makefile for: epiphany-extensions +# Date created: 30 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/www/epiphany-extensions/Makefile,v 1.66 2010/11/20 15:36:58 kwm Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.132 2010/09/19 15:40:33 kwm Exp $ +# + +PORTNAME= epiphany-extensions +PORTVERSION= 2.30.2 +PORTREVISION= 2 +CATEGORIES= www gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A set of add-ons for the Epiphany web browser + +BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 +RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany + +USE_GETTEXT= yes +USE_BZIP2= yes +USE_GNOME= gnomeprefix gnomehack intlhack +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +EPHY_EXTENSIONS=really-all +EPHY_VERSION= ${PORTVERSION:R} + +PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=${EPHY_VERSION} + +OPTIONS= OPENSP "Enable OpenSP SGML support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_OPENSP) +CONFIGURE_ARGS+= --enable-opensp=yes +LIB_DEPENDS+= osp.5:${PORTSDIR}/textproc/opensp +.else +CONFIGURE_ARGS+= --disable-opensp +.endif + +CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}" + +post-patch: + @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \ + -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \ + -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \ + ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo new file mode 100644 index 000000000..ef2a5cf70 --- /dev/null +++ b/www/epiphany-extensions/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/epiphany-extensions-2.30.2.tar.bz2) = 4ee9beee4bfd8a588a6821e164c48b3d +SHA256 (gnome2/epiphany-extensions-2.30.2.tar.bz2) = bdd0aad473262f2ac780d34c09644d0dd0066cb01f2cc66b3d200b946fd2db27 +SIZE (gnome2/epiphany-extensions-2.30.2.tar.bz2) = 1565280 diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c b/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c new file mode 100644 index 000000000..7131e4332 --- /dev/null +++ b/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c @@ -0,0 +1,22 @@ +--- extensions/adblock/adblock-ui.c.orig 2010-08-19 08:56:01.000000000 +0200 ++++ extensions/adblock/adblock-ui.c 2010-08-19 08:56:39.000000000 +0200 +@@ -65,7 +65,7 @@ + struct _AdblockUIPrivate + { + GtkWidget *dialog; +- GtkNotebook *notebook; ++ GtkWidget *notebook; + + /* Pages */ + InfoPage *pages[LAST_PAGE]; +@@ -347,8 +347,8 @@ + } + + static void +-adblock_ui_switch_page (GtkNotebook *notebook, +- GtkNotebookPage *page, ++adblock_ui_switch_page (GtkWidget *notebook, ++ GtkWidget *page, + guint page_num, + AdblockUI *dialog) + { diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c b/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c new file mode 100644 index 000000000..50ea0b3d3 --- /dev/null +++ b/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c @@ -0,0 +1,13 @@ +--- extensions/adblock/ephy-adblock-extension.c.orig 2010-08-19 08:54:27.000000000 +0200 ++++ extensions/adblock/ephy-adblock-extension.c 2010-08-19 08:54:54.000000000 +0200 +@@ -385,8 +385,8 @@ ephy_adblock_extension_edit_cb (GtkActio + } + + static void +-switch_page_cb (GtkNotebook *notebook, +- GtkNotebookPage *page, ++switch_page_cb (GtkWidget *notebook, ++ GtkWidget *page, + guint page_num, + EphyWindow *window) + { diff --git a/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c b/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c new file mode 100644 index 000000000..129157887 --- /dev/null +++ b/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c @@ -0,0 +1,22 @@ +--- extensions/permissions/ephy-permissions-dialog.c.orig 2010-08-19 09:05:33.000000000 +0200 ++++ extensions/permissions/ephy-permissions-dialog.c 2010-08-19 09:05:58.000000000 +0200 +@@ -56,7 +56,7 @@ struct EphyPermissionsDialogPrivate + { + EphyPermissionManager *manager; + GList *tabs; +- GtkNotebook *notebook; ++ GtkWidget *notebook; + GtkSizeGroup *buttons_size_group; + }; + +@@ -219,8 +219,8 @@ fill_tab (DialogTab *tab) + } + + static void +-sync_notebook_tab (GtkNotebook *notebook, +- GtkNotebookPage *page, ++sync_notebook_tab (GtkWidget *notebook, ++ GtkWidget *page, + int page_num, + EphyPermissionsDialog *dialog) + { diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr new file mode 100644 index 000000000..309ccdfa8 --- /dev/null +++ b/www/epiphany-extensions/pkg-descr @@ -0,0 +1,12 @@ +Epiphany-extensions is a set of plugins for the Epiphany web browser that +extend its base functionality. Some of those extensions include: + +* Actions +* Ad Blocker +* Certificate Viewer +* Greasemonkey +* Mouse Gestures +* Newsfeed extractor +* and more... + +WWW: http://www.gnome.org/projects/epiphany/extensions diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist new file mode 100644 index 000000000..d0a28b1ca --- /dev/null +++ b/www/epiphany-extensions/pkg-plist @@ -0,0 +1,303 @@ +lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension +lib/epiphany/%%VERSION%%/extensions/adblock.ephy-extension +lib/epiphany/%%VERSION%%/extensions/auto-reload.ephy-extension +lib/epiphany/%%VERSION%%/extensions/auto-scroller.ephy-extension +lib/epiphany/%%VERSION%%/extensions/certificates.ephy-extension +lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension +lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension +lib/epiphany/%%VERSION%%/extensions/greasemonkey.ephy-extension +lib/epiphany/%%VERSION%%/extensions/html5tube.ephy-extension +lib/epiphany/%%VERSION%%/extensions/libactionsextension.la +lib/epiphany/%%VERSION%%/extensions/libactionsextension.so +lib/epiphany/%%VERSION%%/extensions/libadblockextension.la +lib/epiphany/%%VERSION%%/extensions/libadblockextension.so +lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.la +lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.so +lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.la +lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.so +lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.la +lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.so +lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.la +lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.so +lib/epiphany/%%VERSION%%/extensions/libgesturesextension.la +lib/epiphany/%%VERSION%%/extensions/libgesturesextension.so +lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.la +lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.so +lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.la +lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.so +lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.la +lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.so +lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la +lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so +lib/epiphany/%%VERSION%%/extensions/librssextension.la +lib/epiphany/%%VERSION%%/extensions/librssextension.so +lib/epiphany/%%VERSION%%/extensions/libsampleextension.la +lib/epiphany/%%VERSION%%/extensions/libsampleextension.so +lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la +lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so +lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.la +lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.so +lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.la +lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.so +lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la +lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so +lib/epiphany/%%VERSION%%/extensions/permissions.ephy-extension +lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension +lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension +lib/epiphany/%%VERSION%%/extensions/sample.ephy-extension +lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension +lib/epiphany/%%VERSION%%/extensions/tab-groups.ephy-extension +lib/epiphany/%%VERSION%%/extensions/tab-key-tab-navigate.ephy-extension +lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension +%%DATADIR%%/adblock-patterns +%%DATADIR%%/ephy-gestures.xml +%%DATADIR%%/ui/action-properties.ui +%%DATADIR%%/ui/actions-editor.ui +%%DATADIR%%/ui/adblock.ui +%%DATADIR%%/ui/extensions-manager-ui.ui +%%DATADIR%%/ui/rss-ui.ui +share/epiphany/icons/hicolor/16x16/status/ad-blocked.png +share/epiphany/icons/hicolor/16x16/status/feed-presence.png +share/epiphany/icons/hicolor/22x22/status/ad-blocked.png +share/epiphany/icons/hicolor/22x22/status/feed-presence.png +share/epiphany/icons/hicolor/24x24/status/ad-blocked.png +share/epiphany/icons/hicolor/24x24/status/feed-presence.png +share/epiphany/icons/hicolor/32x32/status/feed-presence.png +share/epiphany/icons/hicolor/scalable/status/feed-presence.svg +share/gnome/help/epiphany-extensions/C/epiphany-extensions.xml +share/gnome/help/epiphany-extensions/C/figures/epi-ext-action-create.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-actions-use.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-adblocker.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-back.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close-2.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-forward.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-fullscreen.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-homepage.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-tab.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-window.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-next-tab.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-prev-tab.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-reload.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-stop.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-up.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source-2.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-sidebar.png +share/gnome/help/epiphany-extensions/C/figures/epi-ext-tabgroups.png +share/gnome/help/epiphany-extensions/C/legal.xml +share/gnome/help/epiphany-extensions/de/epiphany-extensions.xml +share/gnome/help/epiphany-extensions/de/figures/epi-ext-action-create.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-actions-use.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-adblocker.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-back.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close-2.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-forward.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-fullscreen.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-homepage.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-tab.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-window.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-next-tab.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-prev-tab.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-reload.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-stop.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-up.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source-2.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-sidebar.png +share/gnome/help/epiphany-extensions/de/figures/epi-ext-tabgroups.png +share/gnome/help/epiphany-extensions/es/epiphany-extensions.xml +share/gnome/help/epiphany-extensions/es/figures/epi-ext-action-create.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-actions-use.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-adblocker.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-back.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close-2.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-forward.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-fullscreen.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-homepage.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-tab.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-window.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-next-tab.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-prev-tab.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-reload.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-stop.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-up.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source-2.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-sidebar.png +share/gnome/help/epiphany-extensions/es/figures/epi-ext-tabgroups.png +share/gnome/help/epiphany-extensions/fr/epiphany-extensions.xml +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-action-create.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-actions-use.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-adblocker.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-back.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close-2.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-forward.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-fullscreen.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-homepage.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-tab.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-window.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-next-tab.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-prev-tab.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-reload.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-stop.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-up.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source-2.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-sidebar.png +share/gnome/help/epiphany-extensions/fr/figures/epi-ext-tabgroups.png +share/gnome/help/epiphany-extensions/oc/epiphany-extensions.xml +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-action-create.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-actions-use.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-adblocker.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-back.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close-2.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-forward.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-fullscreen.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-homepage.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-tab.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-window.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-next-tab.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-prev-tab.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-reload.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-stop.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-up.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source-2.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-sidebar.png +share/gnome/help/epiphany-extensions/oc/figures/epi-ext-tabgroups.png +share/gnome/help/epiphany-extensions/sv/epiphany-extensions.xml +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-action-create.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-actions-use.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-adblocker.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-back.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close-2.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-forward.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-fullscreen.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-homepage.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-tab.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-window.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-next-tab.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-prev-tab.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-reload.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-stop.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-up.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source-2.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-sidebar.png +share/gnome/help/epiphany-extensions/sv/figures/epi-ext-tabgroups.png +share/locale/ar/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/as/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/bn_IN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/dz/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/el/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/eu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/fi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/gl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/gu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/he/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/kn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ml/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/mr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/nb/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ne/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/oc/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/or/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/pl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/pt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ro/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/rw/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/sl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/sq/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/sr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/sv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ta/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/te/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/th/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/tr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/vi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/wa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/zh_HK/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/omf/epiphany-extensions/epiphany-extensions-C.omf +share/omf/epiphany-extensions/epiphany-extensions-de.omf +share/omf/epiphany-extensions/epiphany-extensions-es.omf +share/omf/epiphany-extensions/epiphany-extensions-fr.omf +share/omf/epiphany-extensions/epiphany-extensions-oc.omf +share/omf/epiphany-extensions/epiphany-extensions-sv.omf +@dirrm share/omf/epiphany-extensions +@dirrm share/gnome/help/epiphany-extensions/sv/figures +@dirrm share/gnome/help/epiphany-extensions/sv +@dirrm share/gnome/help/epiphany-extensions/oc/figures +@dirrm share/gnome/help/epiphany-extensions/oc +@dirrm share/gnome/help/epiphany-extensions/fr/figures +@dirrm share/gnome/help/epiphany-extensions/fr +@dirrm share/gnome/help/epiphany-extensions/es/figures +@dirrm share/gnome/help/epiphany-extensions/es +@dirrm share/gnome/help/epiphany-extensions/de/figures +@dirrm share/gnome/help/epiphany-extensions/de +@dirrm share/gnome/help/epiphany-extensions/C/figures +@dirrm share/gnome/help/epiphany-extensions/C +@dirrm share/gnome/help/epiphany-extensions +@dirrmtry share/epiphany/icons/hicolor/scalable/status +@dirrmtry share/epiphany/icons/hicolor/scalable +@dirrmtry share/epiphany/icons/hicolor/32x32/status +@dirrmtry share/epiphany/icons/hicolor/32x32 +@dirrmtry share/epiphany/icons/hicolor/24x24/status +@dirrmtry share/epiphany/icons/hicolor/24x24 +@dirrmtry share/epiphany/icons/hicolor/22x22/status +@dirrmtry share/epiphany/icons/hicolor/22x22 +@dirrmtry share/epiphany/icons/hicolor/16x16/status +@dirrmtry share/epiphany/icons/hicolor/16x16 +@dirrmtry share/epiphany/icons/hicolor +@dirrmtry share/epiphany/icons +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%% +@dirrmtry lib/epiphany/%%VERSION%%/extensions +@dirrmtry lib/epiphany/%%VERSION%%/plugins +@dirrmtry lib/epiphany/%%VERSION%% +@dirrmtry lib/epiphany +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile new file mode 100644 index 000000000..80e94da02 --- /dev/null +++ b/www/epiphany/Makefile @@ -0,0 +1,96 @@ +# Ports collection Makefile for: epiphany +# Date created: 24 April 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/www/epiphany/Makefile,v 1.148 2010/11/20 15:36:57 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.240 2010/10/10 19:16:00 marcus Exp $ +# + +PORTNAME= epiphany +PORTVERSION= 2.30.6 +PORTREVISION?= 2 +CATEGORIES= www gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= An extremely lightweight and simple web browser for GNOME 2 + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ + soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ + notify.1:${PORTSDIR}/devel/libnotify \ + gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes + +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +USE_BZIP2= yes +USE_PYTHON= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils +WANT_GNOME= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +CONFIGURE_ARGS+=--enable-introspection \ + --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}" + +GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas + +PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" + +MAN1= epiphany.1 + +OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \ + SPELLCHECK "Enable spell checking by default" on \ + SEED "Enable seed (JavaScript) support" off \ + +.if defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME +WITH_GNOME= yes +.endif + +.include <bsd.port.pre.mk> + +NO_WERROR= yes +# allow build with more warnings enabled +.if defined(NO_WERROR) +CONFIGURE_ARGS+= --enable-compile-warnings=no +.endif + +.if defined(WITH_NSS) +LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss +CONFIGURE_ARGS+=--enable-nss +.else +CONFIGURE_ARGS+=--disable-nss +.endif + +.if defined(WITH_SEED) +LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed +CONFIGURE_ARGS+=--enable-seed +.endif + +.if defined(WITH_SPELLCHECK) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c +.endif + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-lpthread|${PTHREAD_LIBS}|g' + @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ + s|-ldl"$$|"|g' \ + -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \ + ${WRKSRC}/configure + +post-install: + @-update-desktop-database + +.include <bsd.port.post.mk> diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo new file mode 100644 index 000000000..89469ba78 --- /dev/null +++ b/www/epiphany/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/epiphany-2.30.6.tar.bz2) = 0c566b3ffd428d2135e3c8cb65352d64 +SHA256 (gnome2/epiphany-2.30.6.tar.bz2) = 278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc +SIZE (gnome2/epiphany-2.30.6.tar.bz2) = 5927938 diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c new file mode 100644 index 000000000..f9fbb6a13 --- /dev/null +++ b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c @@ -0,0 +1,12 @@ +--- embed/ephy-embed-prefs.c.orig 2009-10-25 16:18:24.000000000 -0400 ++++ embed/ephy-embed-prefs.c 2009-10-25 16:19:05.000000000 -0400 +@@ -250,6 +250,9 @@ ephy_embed_prefs_init (void) + /* Hardcoded settings */ + g_object_set (settings, "auto-shrink-images", FALSE, NULL); + ++ /* Enable spell-check by default */ ++ g_object_set (settings, "enable-spell-checking", TRUE, NULL); ++ + /* Connections */ + connections = g_malloc (sizeof (guint) * G_N_ELEMENTS (webkit_pref_entries)); + diff --git a/www/epiphany/files/patch-embed_ephy-embed-prefs.c b/www/epiphany/files/patch-embed_ephy-embed-prefs.c new file mode 100644 index 000000000..197a26478 --- /dev/null +++ b/www/epiphany/files/patch-embed_ephy-embed-prefs.c @@ -0,0 +1,15 @@ +--- embed/ephy-embed-prefs.c.orig 2010-02-20 04:42:51.000000000 -0500 ++++ embed/ephy-embed-prefs.c 2010-05-08 20:03:20.000000000 -0400 +@@ -322,8 +322,10 @@ webkit_pref_callback_accept_languages (G + langs_str = g_strjoinv (", ", langs); + + /* Update Soup session */ +- session = webkit_get_default_session (); +- g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); ++ if (langs_str != NULL && strlen (langs_str) > 0) { ++ session = webkit_get_default_session (); ++ g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); ++ } + + g_strfreev (langs); + g_free (langs_str); diff --git a/www/epiphany/files/patch-lib_ephy-spell-check.c b/www/epiphany/files/patch-lib_ephy-spell-check.c new file mode 100644 index 000000000..bd68a07d9 --- /dev/null +++ b/www/epiphany/files/patch-lib_ephy-spell-check.c @@ -0,0 +1,20 @@ +--- lib/ephy-spell-check.c.orig 2008-03-17 00:41:47.000000000 -0400 ++++ lib/ephy-spell-check.c 2008-03-17 00:47:22.000000000 -0400 +@@ -69,8 +69,15 @@ ephy_spell_check_init (EphySpellCheck *s + priv->dict = enchant_broker_request_dict (priv->broker, *locale); + if (priv->dict != NULL) break; + } +- if (priv->dict == NULL) +- g_warning (enchant_broker_get_error (priv->broker)); ++ if (priv->dict == NULL) { ++ g_warning ("No dictionary found for current locale; trying 'en'"); ++ priv->dict = enchant_broker_request_dict (priv->broker, "en"); ++ ++ if (priv->dict == NULL) { ++ g_warning (enchant_broker_get_error (priv->broker)); ++ g_warning ("No dictionary found; expect a crash until LANG is properly set"); ++ } ++ } + } + + static void diff --git a/www/epiphany/files/patch-src_Makefile.in b/www/epiphany/files/patch-src_Makefile.in new file mode 100644 index 000000000..2d715ad69 --- /dev/null +++ b/www/epiphany/files/patch-src_Makefile.in @@ -0,0 +1,26 @@ +--- src/Makefile.in.orig 2010-10-04 21:25:05.000000000 +0000 ++++ src/Makefile.in 2010-10-04 21:29:36.000000000 +0000 +@@ -1584,8 +1584,10 @@ + @HAVE_INTROSPECTION_TRUE@Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILES) \ + @HAVE_INTROSPECTION_TRUE@ $(EPHY_GIR_C_FILES) epiphany + @HAVE_INTROSPECTION_TRUE@ $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir)/data:$$PKG_CONFIG_PATH \ +-@HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v \ +-@HAVE_INTROSPECTION_TRUE@ --namespace Epiphany \ ++@HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v --warn-all \ ++@HAVE_INTROSPECTION_TRUE@ --identifier-prefix=Ephy \ ++@HAVE_INTROSPECTION_TRUE@ --symbol-prefix=ephy \ ++@HAVE_INTROSPECTION_TRUE@ --namespace=Epiphany \ + @HAVE_INTROSPECTION_TRUE@ --nsversion=$(EPIPHANY_API_VERSION) \ + @HAVE_INTROSPECTION_TRUE@ --add-include-path=. \ + @HAVE_INTROSPECTION_TRUE@ --add-include-path=$(srcdir) \ +@@ -1593,8 +1595,8 @@ + @HAVE_INTROSPECTION_TRUE@ --include=libxml2-2.0 \ + @HAVE_INTROSPECTION_TRUE@ --include=WebKit-1.0 \ + @HAVE_INTROSPECTION_TRUE@ --program=./epiphany \ +-@HAVE_INTROSPECTION_TRUE@ --output $@ \ +-@HAVE_INTROSPECTION_TRUE@ --pkg epiphany-$(EPIPHANY_API_VERSION) \ ++@HAVE_INTROSPECTION_TRUE@ --output=$@ \ ++@HAVE_INTROSPECTION_TRUE@ --pkg=epiphany-$(EPIPHANY_API_VERSION) \ + @HAVE_INTROSPECTION_TRUE@ -DEPIPHANY_COMPILATION \ + @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir)/embed \ + @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir)/lib \ diff --git a/www/epiphany/pkg-descr b/www/epiphany/pkg-descr new file mode 100644 index 000000000..51066f8d5 --- /dev/null +++ b/www/epiphany/pkg-descr @@ -0,0 +1,5 @@ +Epiphany is a web browser designed to be as lightweight and fast as +possible, at the expense of many of the features found in other +browsers. + +WWW: http://www.gnome.org/projects/epiphany/ diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist new file mode 100644 index 000000000..c14e43c94 --- /dev/null +++ b/www/epiphany/pkg-plist @@ -0,0 +1,461 @@ +bin/epiphany +include/epiphany/%%EPHY_VERSION%%/epiphany/epiphany.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dbus.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dialog.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-container.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-event.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-persist.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-prefs.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-shell.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-single.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-type-builtins.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-utils.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extension.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extensions-manager.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-history.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-lib-type-builtins.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-link.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-loader.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node-db.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-notebook.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-session.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-shell.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-statusbar.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h +include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h +@comment libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc +libdata/pkgconfig/epiphany-2.30.pc +share/aclocal/epiphany.m4 +share/applications/bme.desktop +share/applications/epiphany.desktop +share/dbus-1/services/org.gnome.Epiphany.service +lib/girepository-1.0/Epiphany-2.30.typelib +share/gir-1.0/Epiphany-2.30.gir +%%DOCSDIR%%/EphyDialog.html +%%DOCSDIR%%/EphyLocationAction.html +%%DOCSDIR%%/EphyLocationEntry.html +%%DOCSDIR%%/EphyNodeView.html +%%DOCSDIR%%/EphySearchEntry.html +%%DOCSDIR%%/EphySpinner.html +%%DOCSDIR%%/EphyStatusbar.html +%%DOCSDIR%%/EphyToolbar.html +%%DOCSDIR%%/EphyTreeModelNode.html +%%DOCSDIR%%/EphyTreeModelSort.html +%%DOCSDIR%%/EphyWebView.html +%%DOCSDIR%%/EphyWindow.html +%%DOCSDIR%%/EphyZoomAction.html +%%DOCSDIR%%/EphyZoomControl.html +%%DOCSDIR%%/annotation-glossary.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/ch03.html +%%DOCSDIR%%/epiphany-Epiphany-Debug-Helpers.html +%%DOCSDIR%%/epiphany-Epiphany-File-Helpers.html +%%DOCSDIR%%/epiphany.devhelp +%%DOCSDIR%%/epiphany.devhelp2 +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +%%DATADIR%%/about.ini +%%DATADIR%%/default-bookmarks.rdf +%%DATADIR%%/epiphany-bookmark-editor-ui.xml +%%DATADIR%%/epiphany-bookmarks-html.xsl +%%DATADIR%%/epiphany-bookmarksbar.xml +%%DATADIR%%/epiphany-fs-toolbar.xml +%%DATADIR%%/epiphany-history-window-ui.xml +%%DATADIR%%/epiphany-toolbar.xml +%%DATADIR%%/epiphany-ui.xml +%%DATADIR%%/epiphany.xhtml +%%DATADIR%%/glade/certificate-dialogs.ui +%%DATADIR%%/glade/epiphany.ui +%%DATADIR%%/glade/form-signing-dialog.ui +%%DATADIR%%/glade/prefs-dialog.ui +%%DATADIR%%/glade/print.ui +%%DATADIR%%/icons/hicolor/16x16/actions/bookmark-view.png +%%DATADIR%%/icons/hicolor/16x16/actions/history-view.png +%%DATADIR%%/icons/hicolor/16x16/actions/location-entry.png +%%DATADIR%%/icons/hicolor/16x16/places/bookmark-web.png +%%DATADIR%%/icons/hicolor/16x16/status/lock-broken.png +%%DATADIR%%/icons/hicolor/16x16/status/lock-insecure.png +%%DATADIR%%/icons/hicolor/16x16/status/lock-secure-checked.png +%%DATADIR%%/icons/hicolor/16x16/status/lock-secure.png +%%DATADIR%%/icons/hicolor/16x16/status/popup-hidden.png +%%DATADIR%%/icons/hicolor/22x22/actions/bookmark-view.png +%%DATADIR%%/icons/hicolor/22x22/actions/history-view.png +%%DATADIR%%/icons/hicolor/22x22/actions/location-entry.png +%%DATADIR%%/icons/hicolor/22x22/places/bookmark-web.png +%%DATADIR%%/icons/hicolor/22x22/status/popup-hidden.png +%%DATADIR%%/icons/hicolor/24x24/actions/bookmark-view.png +%%DATADIR%%/icons/hicolor/24x24/actions/history-view.png +%%DATADIR%%/icons/hicolor/24x24/actions/location-entry.png +%%DATADIR%%/icons/hicolor/24x24/places/bookmark-web.png +%%DATADIR%%/icons/hicolor/24x24/status/lock-broken.png +%%DATADIR%%/icons/hicolor/24x24/status/lock-insecure.png +%%DATADIR%%/icons/hicolor/24x24/status/lock-secure-checked.png +%%DATADIR%%/icons/hicolor/24x24/status/lock-secure.png +%%DATADIR%%/icons/hicolor/24x24/status/popup-hidden.png +%%DATADIR%%/icons/hicolor/32x32/actions/bookmark-view.png +%%DATADIR%%/icons/hicolor/32x32/actions/history-view.png +%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.png +%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.svg +%%DATADIR%%/icons/hicolor/32x32/status/popup-hidden.png +%%DATADIR%%/icons/hicolor/48x48/status/lock-broken.png +%%DATADIR%%/icons/hicolor/48x48/status/lock-insecure.png +%%DATADIR%%/icons/hicolor/48x48/status/lock-secure-checked.png +%%DATADIR%%/icons/hicolor/48x48/status/lock-secure.png +%%DATADIR%%/icons/hicolor/scalable/actions/bookmark-view.svg +%%DATADIR%%/icons/hicolor/scalable/actions/history-view.svg +%%DATADIR%%/icons/hicolor/scalable/actions/location-entry.svg +%%DATADIR%%/icons/hicolor/scalable/status/popup-hidden.svg +%%DATADIR%%/mime-types-permissions.xml +share/gnome/help/epiphany/C/epiphany.xml +share/gnome/help/epiphany/C/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/C/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/C/figures/ephy-screenshot.png +share/gnome/help/epiphany/C/legal.xml +share/gnome/help/epiphany/bg/epiphany.xml +share/gnome/help/epiphany/bg/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/bg/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/bg/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/bg/figures/ephy-screenshot.png +share/gnome/help/epiphany/ca/epiphany.xml +share/gnome/help/epiphany/ca/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/ca/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/ca/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/ca/figures/ephy-screenshot.png +share/gnome/help/epiphany/cs/epiphany.xml +share/gnome/help/epiphany/cs/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/cs/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/cs/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/cs/figures/ephy-screenshot.png +share/gnome/help/epiphany/de/epiphany.xml +share/gnome/help/epiphany/de/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/de/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/de/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/de/figures/ephy-screenshot.png +share/gnome/help/epiphany/el/epiphany.xml +share/gnome/help/epiphany/el/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/el/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/el/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/el/figures/ephy-screenshot.png +share/gnome/help/epiphany/en_GB/epiphany.xml +share/gnome/help/epiphany/en_GB/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/en_GB/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/en_GB/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/en_GB/figures/ephy-screenshot.png +share/gnome/help/epiphany/es/epiphany.xml +share/gnome/help/epiphany/es/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/es/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/es/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/es/figures/ephy-screenshot.png +share/gnome/help/epiphany/eu/epiphany.xml +share/gnome/help/epiphany/eu/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/eu/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/eu/figures/ephy-screenshot.png +share/gnome/help/epiphany/fi/epiphany.xml +share/gnome/help/epiphany/fi/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/fi/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/fi/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/fi/figures/ephy-screenshot.png +share/gnome/help/epiphany/fr/epiphany.xml +share/gnome/help/epiphany/fr/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/fr/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/fr/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/fr/figures/ephy-screenshot.png +share/gnome/help/epiphany/it/epiphany.xml +share/gnome/help/epiphany/it/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/it/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/it/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/it/figures/ephy-screenshot.png +share/gnome/help/epiphany/ja/epiphany.xml +share/gnome/help/epiphany/ja/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/ja/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/ja/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/ja/figures/ephy-screenshot.png +share/gnome/help/epiphany/nl/epiphany.xml +share/gnome/help/epiphany/nl/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/nl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/nl/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/nl/figures/ephy-screenshot.png +share/gnome/help/epiphany/oc/epiphany.xml +share/gnome/help/epiphany/oc/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/oc/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/oc/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/oc/figures/ephy-screenshot.png +share/gnome/help/epiphany/ru/epiphany.xml +share/gnome/help/epiphany/ru/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/ru/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/ru/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/ru/figures/ephy-screenshot.png +share/gnome/help/epiphany/sv/epiphany.xml +share/gnome/help/epiphany/sv/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/sv/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/sv/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/sv/figures/ephy-screenshot.png +share/gnome/help/epiphany/uk/epiphany.xml +share/gnome/help/epiphany/uk/figures/ephy-addressbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/uk/figures/ephy-bookmarkbar-smartbookmark-screenshot.png +share/gnome/help/epiphany/uk/figures/ephy-history-window-screenshot.png +share/gnome/help/epiphany/uk/figures/ephy-screenshot.png +share/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png +share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png +share/icons/LowContrastLargePrint/48x48/apps/gnome-web-browser.png +share/icons/hicolor/16x16/apps/gnome-web-browser.png +share/icons/hicolor/22x22/apps/gnome-web-browser.png +share/icons/hicolor/24x24/apps/gnome-web-browser.png +share/icons/hicolor/32x32/apps/gnome-web-browser.png +share/icons/hicolor/48x48/apps/epiphany-bookmarks.png +share/icons/hicolor/scalable/apps/gnome-web-browser.svg +share/locale/am/LC_MESSAGES/epiphany.mo +share/locale/an/LC_MESSAGES/epiphany.mo +share/locale/ar/LC_MESSAGES/epiphany.mo +share/locale/as/LC_MESSAGES/epiphany.mo +share/locale/ast/LC_MESSAGES/epiphany.mo +share/locale/az/LC_MESSAGES/epiphany.mo +share/locale/be/LC_MESSAGES/epiphany.mo +share/locale/be@latin/LC_MESSAGES/epiphany.mo +share/locale/bg/LC_MESSAGES/epiphany.mo +share/locale/bn/LC_MESSAGES/epiphany.mo +share/locale/bn_IN/LC_MESSAGES/epiphany.mo +share/locale/br/LC_MESSAGES/epiphany.mo +share/locale/bs/LC_MESSAGES/epiphany.mo +share/locale/ca/LC_MESSAGES/epiphany.mo +share/locale/ca@valencia/LC_MESSAGES/epiphany.mo +share/locale/cs/LC_MESSAGES/epiphany.mo +share/locale/cy/LC_MESSAGES/epiphany.mo +share/locale/da/LC_MESSAGES/epiphany.mo +share/locale/de/LC_MESSAGES/epiphany.mo +share/locale/dz/LC_MESSAGES/epiphany.mo +share/locale/el/LC_MESSAGES/epiphany.mo +share/locale/en_CA/LC_MESSAGES/epiphany.mo +share/locale/en_GB/LC_MESSAGES/epiphany.mo +share/locale/en@shaw/LC_MESSAGES/epiphany.mo +share/locale/es/LC_MESSAGES/epiphany.mo +share/locale/et/LC_MESSAGES/epiphany.mo +share/locale/eu/LC_MESSAGES/epiphany.mo +share/locale/fa/LC_MESSAGES/epiphany.mo +share/locale/fi/LC_MESSAGES/epiphany.mo +share/locale/fr/LC_MESSAGES/epiphany.mo +share/locale/ga/LC_MESSAGES/epiphany.mo +share/locale/gl/LC_MESSAGES/epiphany.mo +share/locale/gu/LC_MESSAGES/epiphany.mo +share/locale/he/LC_MESSAGES/epiphany.mo +share/locale/hi/LC_MESSAGES/epiphany.mo +share/locale/hr/LC_MESSAGES/epiphany.mo +share/locale/hu/LC_MESSAGES/epiphany.mo +share/locale/hy/LC_MESSAGES/epiphany.mo +share/locale/id/LC_MESSAGES/epiphany.mo +share/locale/ig/LC_MESSAGES/epiphany.mo +share/locale/is/LC_MESSAGES/epiphany.mo +share/locale/it/LC_MESSAGES/epiphany.mo +share/locale/ja/LC_MESSAGES/epiphany.mo +share/locale/ka/LC_MESSAGES/epiphany.mo +share/locale/kn/LC_MESSAGES/epiphany.mo +share/locale/ko/LC_MESSAGES/epiphany.mo +share/locale/ku/LC_MESSAGES/epiphany.mo +share/locale/li/LC_MESSAGES/epiphany.mo +share/locale/lt/LC_MESSAGES/epiphany.mo +share/locale/lv/LC_MESSAGES/epiphany.mo +share/locale/mai/LC_MESSAGES/epiphany.mo +share/locale/mg/LC_MESSAGES/epiphany.mo +share/locale/mi/LC_MESSAGES/epiphany.mo +share/locale/mk/LC_MESSAGES/epiphany.mo +share/locale/ml/LC_MESSAGES/epiphany.mo +share/locale/mn/LC_MESSAGES/epiphany.mo +share/locale/mr/LC_MESSAGES/epiphany.mo +share/locale/ms/LC_MESSAGES/epiphany.mo +share/locale/nb/LC_MESSAGES/epiphany.mo +share/locale/nds/LC_MESSAGES/epiphany.mo +share/locale/ne/LC_MESSAGES/epiphany.mo +share/locale/nl/LC_MESSAGES/epiphany.mo +share/locale/nn/LC_MESSAGES/epiphany.mo +share/locale/oc/LC_MESSAGES/epiphany.mo +share/locale/or/LC_MESSAGES/epiphany.mo +share/locale/pa/LC_MESSAGES/epiphany.mo +share/locale/pl/LC_MESSAGES/epiphany.mo +share/locale/ps/LC_MESSAGES/epiphany.mo +share/locale/pt/LC_MESSAGES/epiphany.mo +share/locale/pt_BR/LC_MESSAGES/epiphany.mo +share/locale/ro/LC_MESSAGES/epiphany.mo +share/locale/ru/LC_MESSAGES/epiphany.mo +share/locale/rw/LC_MESSAGES/epiphany.mo +share/locale/si/LC_MESSAGES/epiphany.mo +share/locale/sk/LC_MESSAGES/epiphany.mo +share/locale/sl/LC_MESSAGES/epiphany.mo +share/locale/sq/LC_MESSAGES/epiphany.mo +share/locale/sr/LC_MESSAGES/epiphany.mo +share/locale/sr@latin/LC_MESSAGES/epiphany.mo +share/locale/sv/LC_MESSAGES/epiphany.mo +share/locale/ta/LC_MESSAGES/epiphany.mo +share/locale/te/LC_MESSAGES/epiphany.mo +share/locale/th/LC_MESSAGES/epiphany.mo +share/locale/tk/LC_MESSAGES/epiphany.mo +share/locale/tr/LC_MESSAGES/epiphany.mo +share/locale/uk/LC_MESSAGES/epiphany.mo +share/locale/uz/LC_MESSAGES/epiphany.mo +share/locale/uz@cyrillic/LC_MESSAGES/epiphany.mo +share/locale/vi/LC_MESSAGES/epiphany.mo +share/locale/wa/LC_MESSAGES/epiphany.mo +share/locale/yo/LC_MESSAGES/epiphany.mo +share/locale/zh_CN/LC_MESSAGES/epiphany.mo +share/locale/zh_HK/LC_MESSAGES/epiphany.mo +share/locale/zh_TW/LC_MESSAGES/epiphany.mo +share/omf/epiphany/epiphany-C.omf +share/omf/epiphany/epiphany-bg.omf +share/omf/epiphany/epiphany-ca.omf +share/omf/epiphany/epiphany-cs.omf +share/omf/epiphany/epiphany-de.omf +share/omf/epiphany/epiphany-el.omf +share/omf/epiphany/epiphany-en_GB.omf +share/omf/epiphany/epiphany-es.omf +share/omf/epiphany/epiphany-eu.omf +share/omf/epiphany/epiphany-fi.omf +share/omf/epiphany/epiphany-fr.omf +share/omf/epiphany/epiphany-it.omf +share/omf/epiphany/epiphany-ja.omf +share/omf/epiphany/epiphany-nl.omf +share/omf/epiphany/epiphany-oc.omf +share/omf/epiphany/epiphany-ru.omf +share/omf/epiphany/epiphany-sv.omf +share/omf/epiphany/epiphany-uk.omf +@dirrm share/omf/epiphany +@dirrmtry share/icons/LowContrastLargePrint/48x48/apps +@dirrmtry share/icons/LowContrastLargePrint/48x48 +@dirrmtry share/icons/LowContrastLargePrint +@dirrm share/gnome/help/epiphany/uk/figures +@dirrm share/gnome/help/epiphany/uk +@dirrm share/gnome/help/epiphany/sv/figures +@dirrm share/gnome/help/epiphany/sv +@dirrm share/gnome/help/epiphany/ru/figures +@dirrm share/gnome/help/epiphany/ru +@dirrm share/gnome/help/epiphany/oc/figures +@dirrm share/gnome/help/epiphany/oc +@dirrm share/gnome/help/epiphany/nl/figures +@dirrm share/gnome/help/epiphany/nl +@dirrm share/gnome/help/epiphany/ja/figures +@dirrm share/gnome/help/epiphany/ja +@dirrm share/gnome/help/epiphany/it/figures +@dirrm share/gnome/help/epiphany/it +@dirrm share/gnome/help/epiphany/fr/figures +@dirrm share/gnome/help/epiphany/fr +@dirrm share/gnome/help/epiphany/fi/figures +@dirrm share/gnome/help/epiphany/fi +@dirrm share/gnome/help/epiphany/eu/figures +@dirrm share/gnome/help/epiphany/eu +@dirrm share/gnome/help/epiphany/es/figures +@dirrm share/gnome/help/epiphany/es +@dirrm share/gnome/help/epiphany/en_GB/figures +@dirrm share/gnome/help/epiphany/en_GB +@dirrm share/gnome/help/epiphany/el/figures +@dirrm share/gnome/help/epiphany/el +@dirrm share/gnome/help/epiphany/de/figures +@dirrm share/gnome/help/epiphany/de +@dirrm share/gnome/help/epiphany/cs/figures +@dirrm share/gnome/help/epiphany/cs +@dirrm share/gnome/help/epiphany/ca/figures +@dirrm share/gnome/help/epiphany/ca +@dirrm share/gnome/help/epiphany/bg/figures +@dirrm share/gnome/help/epiphany/bg +@dirrm share/gnome/help/epiphany/C/figures +@dirrm share/gnome/help/epiphany/C +@dirrm share/gnome/help/epiphany +@dirrmtry %%DATADIR%%/icons/hicolor/scalable/status +@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions +@dirrmtry %%DATADIR%%/icons/hicolor/scalable +@dirrmtry %%DATADIR%%/icons/hicolor/48x48/status +@dirrmtry %%DATADIR%%/icons/hicolor/48x48 +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/status +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions +@dirrmtry %%DATADIR%%/icons/hicolor/32x32 +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/status +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/places +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions +@dirrmtry %%DATADIR%%/icons/hicolor/24x24 +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/status +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/places +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions +@dirrmtry %%DATADIR%%/icons/hicolor/22x22 +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/status +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/places +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions +@dirrmtry %%DATADIR%%/icons/hicolor/16x16 +@dirrmtry %%DATADIR%%/icons/hicolor +@dirrmtry %%DATADIR%%/icons +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%%/art +@dirrmtry %%DATADIR%% +@dirrmtry %%DOCSDIR%% +@dirrmtry share/applications +@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins +@dirrmtry lib/epiphany/%%EPHY_VERSION%% +@dirrmtry lib/epiphany +@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany +@dirrm include/epiphany/%%EPHY_VERSION%% +@dirrm include/epiphany +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile new file mode 100644 index 000000000..2f995d18b --- /dev/null +++ b/www/kazehakase/Makefile @@ -0,0 +1,95 @@ +# New ports collection makefile for: kazehakase +# Date created: 2004-04-06 +# Whom: michael johnson <ahze@ahze.net> +# +# $FreeBSD: ports/www/kazehakase/Makefile,v 1.79 2010/08/08 08:57:28 beat Exp $ +# $MCom: ports/www/kazehakase/Makefile,v 1.26 2009/10/22 22:10:49 kwm Exp $ +# + +PORTNAME= kazehakase +PORTVERSION= 0.5.8 +PORTREVISION= 5 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= ${PORTNAME}/43802 + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon + +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ + estraier.8:${PORTSDIR}/textproc/hyperestraier + +USE_GNOME= gnomehack intlhack gnomeprefix gtk20 +USE_GMAKE= yes +USE_GETTEXT= yes +USE_GECKO= libxul +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gecko_engine=${GECKO} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ + -I${LOCALBASE}/include/nspr" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +MAN1= kazehakase.1 +OPTIONS= WEBKIT "Webkit Backend (along with Gecko)" On + +.if defined(WITH_MIGEMO) +USE_RUBY= yes +BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv +.endif + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not build on 6.x +.endif + +.if defined(WITH_WEBKIT) +LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 +PLIST_SUB+= WEBKIT="" +.else +PLIST_SUB+= WEBKIT="@comment " +.endif + +.if defined(WITH_THUMBNAIL) || exists(${LOCALBASE}/bin/gs) +USE_GHOSTSCRIPT=yes +.endif + +.if defined(WITH_MIGEMO) +.if ${ARCH} == "i386" || ${ARCH} == "sparc64" +RUN_DEPENDS+= migemo:${PORTSDIR}/japanese/migemo + +CONFIGURE_ARGS+= --enable-migemo +.endif +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "Enable Migemo (Japanese incremental search) by defining WITH_MIGEMO" + @${ECHO_MSG} "" + @${ECHO_MSG} "Enable Thumbnail support by defining WITH_THUMBNAIL" + @${ECHO_MSG} "" + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/migemo|${LOCALBASE}/share/migemo|; \ + s|=beginner|=medium|' ${WRKSRC}/etc/kzrc +.if defined(WITH_MIGEMO) + @${REINPLACE_CMD} -e 's|migemo=fals|migemo=tru|' ${WRKSRC}/etc/kzrc +.endif +.if defined(WITH_THUMBNAIL) + @${ECHO_MSG} "create_thumbnail=true" >> ${WRKSRC}/etc/kzrc +.endif + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED=1||g' + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-embedding||g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-unstable||g' \ + ${WRKSRC}/configure + +pre-install: + @${REINPLACE_CMD} -e 's|localen|locale|' \ + ${WRKSRC}/po/Makefile + +.include <bsd.port.post.mk> diff --git a/www/kazehakase/distinfo b/www/kazehakase/distinfo new file mode 100644 index 000000000..eded3d9e8 --- /dev/null +++ b/www/kazehakase/distinfo @@ -0,0 +1,3 @@ +MD5 (kazehakase-0.5.8.tar.gz) = 22d831982ebe010338907381caee8fdf +SHA256 (kazehakase-0.5.8.tar.gz) = 1d461c56b3df86544d123d2a15484a156a6053c4fe2884d773a987d450406943 +SIZE (kazehakase-0.5.8.tar.gz) = 1433099 diff --git a/www/kazehakase/files/patch-configure b/www/kazehakase/files/patch-configure new file mode 100644 index 000000000..9a617da0c --- /dev/null +++ b/www/kazehakase/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon May 29 10:03:44 2006 ++++ configure Mon May 29 10:03:54 2006 +@@ -976,7 +976,7 @@ + psdir='${docdir}' + libdir='${exec_prefix}/lib' + localedir='${datarootdir}/locale' +-mandir='${datarootdir}/man' ++mandir='${prefix}/man' + + ac_prev= + ac_dashdash= diff --git a/www/kazehakase/files/patch-etc::bookmarkbar.xml b/www/kazehakase/files/patch-etc::bookmarkbar.xml new file mode 100644 index 000000000..3609035d6 --- /dev/null +++ b/www/kazehakase/files/patch-etc::bookmarkbar.xml @@ -0,0 +1,23 @@ +--- etc/bookmarkbar.xml.orig Thu Oct 28 19:38:33 2004 ++++ etc/bookmarkbar.xml Thu Oct 28 19:39:48 2004 +@@ -10,6 +10,20 @@ + </bookmark> + <separator/> + <folder> ++ <title>FreeBSD News</title> ++ <info> ++ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freebsd.org/news/news.rdf"> ++ </metadata> ++ </info> ++ </folder> ++ <folder> ++ <title>FreshPorts</title> ++ <info> ++ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freshports.org/backend/rss2.0.php"> ++ </metadata> ++ </info> ++ </folder> ++ <folder> + <title>Yahoo!News</title> + <info> + <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://rss.news.yahoo.com/rss/topstories"> diff --git a/www/kazehakase/files/patch-gtk b/www/kazehakase/files/patch-gtk new file mode 100644 index 000000000..1e64c3b51 --- /dev/null +++ b/www/kazehakase/files/patch-gtk @@ -0,0 +1,180 @@ +--- src/kz-tab-label.c (revision 3870) ++++ src/kz-tab-label.c (revision 3871) +@@ -519,7 +519,7 @@ + + g_return_if_fail(KZ_IS_TAB_LABEL(kztab)); + +- if (!GTK_WIDGET_REALIZED(kztab)) return; ++ if (!gtk_widget_get_realized(GTK_WIDGET(kztab))) return; + + priv = KZ_TAB_LABEL_GET_PRIVATE (kztab); + if (priv->create_thumbnail && +@@ -965,7 +965,7 @@ + + widget = GTK_WIDGET(kztab); + +- if(GTK_WIDGET_REALIZED(widget)) ++ if(gtk_widget_get_realized(widget)) + { + GdkBitmap *mask; + KzTabLabelPrivate *priv = KZ_TAB_LABEL_GET_PRIVATE(kztab); +--- src/dialogs/kz-about-dialog.c (revision 3870) ++++ src/dialogs/kz-about-dialog.c (revision 3871) +@@ -78,7 +78,7 @@ + + /* Draw background image */ + gdk_draw_pixbuf(widget->window, +- widget->style->bg_gc[GTK_WIDGET_STATE(widget)], ++ widget->style->bg_gc[gtk_widget_get_state(widget)], + image, + 0, 0, + 0, 0, +@@ -87,7 +87,7 @@ + 0, 0); + /* Draw logo at top right */ + gdk_draw_pixbuf(widget->window, +- widget->style->fg_gc[GTK_WIDGET_STATE(widget)], ++ widget->style->fg_gc[gtk_widget_get_state(widget)], + logo, + 0, 0, + bg_width - logo_width, 0, +@@ -113,7 +113,7 @@ + pango_layout_set_alignment(info_layout, PANGO_ALIGN_RIGHT); + pango_layout_get_pixel_extents(info_layout, &link, &logical); + gdk_draw_layout(widget->window, +- widget->style->fg_gc[GTK_WIDGET_STATE(widget)], ++ widget->style->fg_gc[gtk_widget_get_state(widget)], + bg_width - logical.width, logo_height, + info_layout); + g_free (version); +@@ -127,7 +127,7 @@ + pango_layout_set_width(copyright_layout, -1); + pango_layout_get_pixel_extents(copyright_layout, &link, &logical); + gdk_draw_layout(widget->window, +- widget->style->fg_gc[GTK_WIDGET_STATE(widget)], ++ widget->style->fg_gc[gtk_widget_get_state(widget)], + bg_width - logical.width, bg_height - logical.height, + copyright_layout); + +--- src/kz-web.c (revision 3870) ++++ src/kz-web.c (revision 3871) +@@ -656,7 +656,7 @@ + + requisition->height = GTK_CONTAINER(widget)->border_width; + +- if (child && GTK_WIDGET_VISIBLE(child)) { ++ if (child && gtk_widget_get_visible(child)) { + gtk_widget_size_request(child, &child_requisition); + requisition->width += child_requisition.width; + requisition->height += child_requisition.height; +@@ -669,11 +669,11 @@ + GtkWidget *child; + GtkAllocation child_allocation; + +- if (!GTK_WIDGET_REALIZED(widget)) ++ if (!gtk_widget_get_realized(widget)) + return; + widget->allocation = *allocation; + +- if (GTK_WIDGET_NO_WINDOW(widget)) { ++ if (!gtk_widget_get_has_window(widget)) { + child_allocation.x = allocation->x + GTK_CONTAINER(widget)->border_width; + child_allocation.y = allocation->y + GTK_CONTAINER(widget)->border_width; + } else { +--- src/widget/kz-entry.c (revision 3870) ++++ src/widget/kz-entry.c (revision 3871) +@@ -137,7 +137,7 @@ + { + GtkEntry *entry = GTK_ENTRY(widget); + +- if (!GTK_WIDGET_HAS_FOCUS(widget) && ++ if (!gtk_widget_has_focus(widget) && + (!gtk_entry_get_text(entry) || gtk_entry_get_text(entry)[0] == '\0')) { + PangoLayout *layout; + PangoAttrList *attrs; +--- src/widget/kz-paned.c (revision 3870) ++++ src/widget/kz-paned.c (revision 3871) +@@ -154,8 +154,8 @@ + + paned = GTK_PANED(kzpaned); + +- return paned->child1 && GTK_WIDGET_VISIBLE(paned->child1) && +- paned->child2 && GTK_WIDGET_VISIBLE(paned->child2); ++ return paned->child1 && gtk_widget_get_visible(paned->child1) && ++ paned->child2 && gtk_widget_get_visible(paned->child2); + } + + void +--- src/kz-download-box.c (revision 3870) ++++ src/kz-download-box.c (revision 3871) +@@ -344,7 +344,7 @@ + icon_set, + icon->image->style, + gtk_widget_get_direction(icon->image), +- GTK_WIDGET_STATE(icon->image), ++ gtk_widget_get_state(icon->image), + GTK_ICON_SIZE_MENU, + icon->image, + "download icon"); +--- src/actions/kz-zoom-action.c (revision 3870) ++++ src/actions/kz-zoom-action.c (revision 3871) +@@ -205,7 +205,7 @@ + KzWeb *web; + KzZoomActionPrivate *priv = KZ_ZOOM_ACTION_GET_PRIVATE (action); + +- if (!priv->spin || !GTK_WIDGET_VISIBLE(priv->spin)) ++ if (!priv->spin || !gtk_widget_get_visible(priv->spin)) + return; + + web = KZ_WINDOW_CURRENT_WEB(priv->kz); +@@ -228,7 +228,7 @@ + + priv = KZ_ZOOM_ACTION_GET_PRIVATE (action); + +- if (!priv->spin || !GTK_WIDGET_VISIBLE(priv->spin)) ++ if (!priv->spin || !gtk_widget_get_visible(priv->spin)) + return; + + spin = priv->spin; +@@ -249,7 +249,7 @@ + + priv = KZ_ZOOM_ACTION_GET_PRIVATE (action); + +- if (!priv->spin || !GTK_WIDGET_VISIBLE(priv->spin)) ++ if (!priv->spin || !gtk_widget_get_visible(priv->spin)) + return 1.0; + ratio = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(priv->spin)) / 100; + +--- src/kz-window.c (revision 3870) ++++ src/kz-window.c (revision 3871) +@@ -615,7 +615,7 @@ + + g_return_if_fail(KZ_IS_WINDOW(kz)); + +- if (!GTK_WIDGET_REALIZED(kz)) return; ++ if (!gtk_widget_get_realized(GTK_WIDGET(kz))) return; + + web = KZ_WINDOW_CURRENT_WEB(kz); + kz_actions_set_sensitive(kz, web); +--- configure.ac (revision 3870) ++++ configure.ac (revision 3871) +@@ -101,7 +101,7 @@ + dnl ************************************************************** + dnl Test for GTK+, and define GTK_CFLAGS and GTK_LIBS, if gthread is specified + dnl in MODULES, pass to pkg-config +-AM_PATH_GTK_2_0(2.17.7, , ,[gthread]) ++AM_PATH_GTK_2_0(2.20.0, , ,[gthread]) + AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) + AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums) + +--- configure.orig 2010-07-08 19:04:29.000000000 +0200 ++++ configure 2010-07-08 19:07:21.000000000 +0200 +@@ -17020,7 +17020,7 @@ + no_gtk=yes + fi + +- min_gtk_version=2.17.7 ++ min_gtk_version=2.20.0 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5 + $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; } + diff --git a/www/kazehakase/files/patch-macros_gecko.m4 b/www/kazehakase/files/patch-macros_gecko.m4 new file mode 100644 index 000000000..efbffea18 --- /dev/null +++ b/www/kazehakase/files/patch-macros_gecko.m4 @@ -0,0 +1,58 @@ +--- macros/gecko.m4.orig 2009-09-29 05:38:19.000000000 +0200 ++++ macros/gecko.m4 2010-07-18 19:50:53.000000000 +0200 +@@ -30,7 +30,7 @@ + AM_CXXFLAGS=$_SAVE_AM_CXXFLAGS + fi + +-CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/widget -I$MOZILLA_INCLUDE_ROOT/layout -I$MOZILLA_INCLUDE_ROOT/helperAppDlg -I$MOZILLA_INCLUDE_ROOT/dom -I$MOZILLA_INCLUDE_ROOT/exthandler -I$MOZILLA_INCLUDE_ROOT/pipnss -I$MOZILLA_INCLUDE_ROOT/necko -I$MOZILLA_INCLUDE_ROOT/gfx -I$MOZILLA_INCLUDE_ROOT/content -I$MOZILLA_INCLUDE_ROOT/locale -I$MOZILLA_INCLUDE_ROOT/docshell -I$MOZILLA_INCLUDE_ROOT/mimetype -I$MOZILLA_INCLUDE_ROOT/nkcache -I$MOZILLA_INCLUDE_ROOT/uriloader -I$MOZILLA_INCLUDE_ROOT/wallet -I$MOZILLA_INCLUDE_ROOT/passwordmgr -I$MOZILLA_INCLUDE_ROOT/string -I$MOZILLA_INCLUDE_ROOT/xpcom `$PKG_CONFIG --cflags-only-I $GECKO_MODULE` -Wconversion -Werror" ++CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/widget -I$MOZILLA_INCLUDE_ROOT/layout -I$MOZILLA_INCLUDE_ROOT/helperAppDlg -I$MOZILLA_INCLUDE_ROOT/dom -I$MOZILLA_INCLUDE_ROOT/exthandler -I$MOZILLA_INCLUDE_ROOT/pipnss -I$MOZILLA_INCLUDE_ROOT/necko -I$MOZILLA_INCLUDE_ROOT/gfx -I$MOZILLA_INCLUDE_ROOT/content -I$MOZILLA_INCLUDE_ROOT/locale -I$MOZILLA_INCLUDE_ROOT/docshell -I$MOZILLA_INCLUDE_ROOT/mimetype -I$MOZILLA_INCLUDE_ROOT/nkcache -I$MOZILLA_INCLUDE_ROOT/uriloader -I$MOZILLA_INCLUDE_ROOT/wallet -I$MOZILLA_INCLUDE_ROOT/passwordmgr -I$MOZILLA_INCLUDE_ROOT/string -I$MOZILLA_INCLUDE_ROOT/xpcom `$PKG_CONFIG --cflags-only-I $GECKO_MODULE` -Wconversion" + CXXFLAGS="$AM_CXXFLAGS `$PKG_CONFIG --cflags-only-other $GECKO_MODULE`" + + AC_MSG_RESULT([$CXXFLAGS]) +@@ -197,6 +197,8 @@ + [Whether to use mozilla, firefox seamonkey xpcom (default: mozilla)]), + [GECKO="$withval"]) + ++LIBXUL_UNIFIED_VER=1.9.2 ++LIBXUL_UNIFIED=0 + AC_MSG_CHECKING([for gecko engine]) + if test "x$GECKO" = "xno"; then + GECKO= +@@ -216,6 +218,9 @@ + GECKO=xulrunner + elif $PKG_CONFIG --exists libxul-unstable; then + GECKO=libxul ++ elif $PKG_CONFIG --exists "libxul >= $LIBXUL_UNIFIED_VER" ; then ++ GECKO=libxul ++ LIBXUL_UNIFIED=1 + else + gecko_engine_not_found_message="not found" + fi +@@ -239,7 +244,10 @@ + mozilla-firefox) min_version=1.0 ;; + seamonkey) min_version=1.1 ;; + xulrunner) min_version=1.8 ;; +- libxul) min_version=1.9 ;; ++ libxul) ++ min_version=1.9 ++ if test x"$LIBXUL_UNIFIED"="x1" ; then min_version=1.9.2 ; fi ++ ;; + esac + + dnl ************************************************************** +@@ -250,13 +258,13 @@ + enable_gtkmozembed=no) + if test x"$enable_gtkmozembed" = "xyes"; then + if test x"$GECKO" = "xlibxul"; then +- GECKO_MODULE=$GECKO-unstable ++ GECKO_MODULE=$GECKO + else + GECKO_MODULE=$GECKO-xpcom + fi + else + if test x"$GECKO" = "xlibxul"; then +- GECKO_MODULE=$GECKO-embedding-unstable ++ GECKO_MODULE=$GECKO + else + GECKO_MODULE=$GECKO-gtkmozembed + fi diff --git a/www/kazehakase/files/patch-module_embed_gecko_kz-mozwrapper.cpp b/www/kazehakase/files/patch-module_embed_gecko_kz-mozwrapper.cpp new file mode 100644 index 000000000..a630860ad --- /dev/null +++ b/www/kazehakase/files/patch-module_embed_gecko_kz-mozwrapper.cpp @@ -0,0 +1,42 @@ +--- module/embed/gecko/kz-mozwrapper.cpp (revision 3871) ++++ module/embed/gecko/kz-mozwrapper.cpp (revision 3872) +@@ -102,7 +102,7 @@ + #ifndef G_OS_WIN32 + # define nsString_h___ + # define nsAString_h___ +-# include <nsPresContext.h> ++//# include <nsPresContext.h> + # undef nsAString_h___ + # undef nsString_h___ + #endif +@@ -2152,29 +2152,5 @@ + gboolean + KzMozWrapper::SetZoomOnDocShell (float aZoom, nsIDocShell *DocShell) + { +-#ifndef G_OS_WIN32 +- nsCOMPtr<nsPresContext> PresContext; +- nsresult rv = DocShell->GetPresContext (getter_AddRefs(PresContext)); +- if (NS_FAILED(rv) || !PresContext) return FALSE; +- +- nsIDeviceContext *DeviceContext(nsnull); +- DeviceContext = PresContext->DeviceContext(); +- if (!DeviceContext) return FALSE; +- +- nsCOMPtr<nsIContentViewer> ContentViewer; +- +- rv = DocShell->GetContentViewer(getter_AddRefs(ContentViewer)); +- if (NS_FAILED(rv) || !ContentViewer) return FALSE; +- +- nsCOMPtr<nsIMarkupDocumentViewer> mdv = do_QueryInterface(ContentViewer); +- if (!mdv) return FALSE; +- +- rv = mdv->SetTextZoom (aZoom); +- +- if NS_FAILED(rv) return FALSE; +- +- return TRUE; +-#else +- return FALSE; +-#endif ++ return NS_SUCCEEDED(mDOMWindow->SetTextZoom(aZoom)); + } diff --git a/www/kazehakase/files/patch-src_net_kz-http.c b/www/kazehakase/files/patch-src_net_kz-http.c new file mode 100644 index 000000000..deb8e918b --- /dev/null +++ b/www/kazehakase/files/patch-src_net_kz-http.c @@ -0,0 +1,11 @@ +--- src/net/kz-http.c.orig 2009-09-04 00:46:36.000000000 +0200 ++++ src/net/kz-http.c 2009-09-04 00:46:49.000000000 +0200 +@@ -25,7 +25,7 @@ + # include "config.h" + #endif /* HAVE_CONFIG_H */ + +-#include <features.h> ++//#include <features.h> + #define __USE_XOPEN + #include <time.h> + #include "gnet.h" diff --git a/www/kazehakase/pkg-descr b/www/kazehakase/pkg-descr new file mode 100644 index 000000000..238ff04cc --- /dev/null +++ b/www/kazehakase/pkg-descr @@ -0,0 +1,14 @@ +Kazehakase is a browser with gecko engine like Epiphany or Galeon. + +Main features: + + o Tabbed browsing + o Remote bookmark (e.g. RSS) in menu or sidebar + It is able to update periodically + o In Japan, there are other remote bookmarks, for instance, LIRS + (In Japanese), hina-di (In Japanese) , Kazehakase can handle these ones. + o Variable UI (menus, toolbar etc.) on user level + o Customizable mouse gestures + o Customizable key accelerator + +WWW: http://kazehakase.sourceforge.jp/ diff --git a/www/kazehakase/pkg-plist b/www/kazehakase/pkg-plist new file mode 100644 index 000000000..d27231a95 --- /dev/null +++ b/www/kazehakase/pkg-plist @@ -0,0 +1,84 @@ +bin/kazehakase +bin/kz-embed-process +etc/kazehakase/bookmarkbar.xml +etc/kazehakase/bookmarks.xml +etc/kazehakase/kz-ui-beginner.xml +etc/kazehakase/kz-ui-bookmarks.xml +etc/kazehakase/kz-ui-expert.xml +etc/kazehakase/kz-ui-medium.xml +etc/kazehakase/kzrc +etc/kazehakase/mozilla/encodings.xml +etc/kazehakase/proxyrc +etc/kazehakase/smartbookmarks.xml +lib/kazehakase/libkazehakase.la +lib/kazehakase/libkazehakase.so +lib/kazehakase/libkazehakase.so.1 +lib/kazehakase/embed/gecko.la +lib/kazehakase/embed/gecko.so +lib/kazehakase/embed/per_process.la +lib/kazehakase/embed/per_process.so +%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.la +%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.so +lib/kazehakase/search/hyper-estraier.la +lib/kazehakase/search/hyper-estraier.so +share/applications/kazehakase.desktop +share/kazehakase/icons/autoscroll.xpm +share/kazehakase/icons/kz-anchor.png +share/kazehakase/icons/kz-book-search.png +share/kazehakase/icons/kz-bookmark.png +share/kazehakase/icons/kz-closebackward.png +share/kazehakase/icons/kz-closeforward.png +share/kazehakase/icons/kz-closewindow.png +share/kazehakase/icons/kz-copyimagelocation.png +share/kazehakase/icons/kz-copyurl.png +share/kazehakase/icons/kz-epiphany.png +share/kazehakase/icons/kz-firefox.png +share/kazehakase/icons/kz-folder-open.png +share/kazehakase/icons/kz-folder-search.png +share/kazehakase/icons/kz-folder.png +share/kazehakase/icons/kz-font-decrease.png +share/kazehakase/icons/kz-font-increase.png +share/kazehakase/icons/kz-galeon.png +share/kazehakase/icons/kz-google.png +share/kazehakase/icons/kz-gray.png +share/kazehakase/icons/kz-green.png +share/kazehakase/icons/kz-history.png +share/kazehakase/icons/kz-konqueror.png +share/kazehakase/icons/kz-logo-bg.png +share/kazehakase/icons/kz-logo.png +share/kazehakase/icons/kz-mozilla.png +share/kazehakase/icons/kz-netscape.png +share/kazehakase/icons/kz-newwindow.png +share/kazehakase/icons/kz-openimagewindow.png +share/kazehakase/icons/kz-openlinkwindow.png +share/kazehakase/icons/kz-openselectedlink.png +share/kazehakase/icons/kz-red.png +share/kazehakase/icons/kz-remote-bookmark.png +share/kazehakase/icons/kz-rss-feed.png +share/kazehakase/icons/kz-savelink.png +share/kazehakase/icons/kz-scrap-bookmark.png +share/kazehakase/icons/kz-search.png +share/kazehakase/icons/kz-separator.png +share/kazehakase/icons/kz-smart-bookmark.png +share/kazehakase/icons/kz-tab-next.png +share/kazehakase/icons/kz-tab-prev.png +share/kazehakase/icons/kz-view-source.png +share/kazehakase/icons/kz-yellow.png +share/kazehakase/kz-no-thumbnail.png +share/kazehakase/search-result.css +share/kazehakase/search-result.js +share/pixmaps/kazehakase-icon.png +share/locale/cs/LC_MESSAGES/kazehakase.mo +share/locale/de/LC_MESSAGES/kazehakase.mo +share/locale/fr/LC_MESSAGES/kazehakase.mo +share/locale/ja/LC_MESSAGES/kazehakase.mo +share/locale/nl/LC_MESSAGES/kazehakase.mo +share/locale/ru/LC_MESSAGES/kazehakase.mo +@dirrm share/kazehakase/icons +@dirrm share/kazehakase +@dirrm lib/kazehakase/search +@dirrm lib/kazehakase/embed +@dirrm lib/kazehakase +@dirrm etc/kazehakase/mozilla +@dirrm etc/kazehakase +@dirrmtry share/applications diff --git a/www/midori/Makefile b/www/midori/Makefile new file mode 100644 index 000000000..4e28e0fe7 --- /dev/null +++ b/www/midori/Makefile @@ -0,0 +1,101 @@ +# New ports collection makefile for: midori +# Date created: 2007-10-21 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/www/midori/Makefile,v 1.23 2011/02/25 11:08:41 kwm Exp $ +# $MCom: ports/www/midori/Makefile,v 1.21 2010/04/05 21:56:26 kwm Exp $ +# + +PORTNAME= midori +PORTVERSION= 0.3.2 +PORTREVISION= 1 +CATEGORIES= www xfce +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= xfce4 + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Lightweight web browser using WebKit browser engine + +LIB_DEPENDS= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + notify.1:${PORTSDIR}/devel/libnotify +BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \ + valac:${PORTSDIR}/lang/vala + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--disable-libidn \ + --enable-libnotify \ + --enable-addons \ + --jobs=${MAKE_JOBS_NUMBER} + +MAKE_JOBS_SAFE= yes +HAS_CONFIGURE= yes +USE_PYTHON_BUILD= yes +USE_BZIP2= yes +USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig desktopfileutils +USE_XORG= xscrnsaver +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +.endif + +PLIST_SUB= VERSION="${PORTVERSION:R}" + +OPTIONS= NLS "Enable Native Language support" on \ + USERDOCS "Build user documentation" off \ + APIDOCS "Build api documentation" off \ + UNIQUE "Enable single instance support" off + +.include <bsd.port.pre.mk> + +# WAF needs that +CONFIGURE_ENV+= CC="${CC}" + +.if !defined(WITHOUT_NLS) +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.if defined(WITH_USERDOCS) +BUILD_DEPENDS+=rst2html:${PORTSDIR}/textproc/py-docutils +CONFIGURE_ARGS+=--enable-userdocs +PLIST_SUB+= USERDOCS="" +.else +CONFIGURE_ARGS+=--disable-userdocs +PLIST_SUB+= USERDOCS="@comment " +.endif + +.if defined(WITH_APIDOCS) +BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc +CONFIGURE_ARGS+=--enable-apidocs +PLIST_SUB+= APIDOCS="" +.else +CONFIGURE_ARGS+=--disable-apidocs +PLIST_SUB+= APIDOCS="@comment " +.endif + +.if defined(WITH_UNIQUE) +LIB_DEPENDS+= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +CONFIGURE_ARGS+=--enable-unique +.else +CONFIGURE_ARGS+=--disable-unique +.endif + +post-install: + @-update-desktop-database +.if defined(WITH_APIDOCS) + ${MKDIR} ${DOCSDIR}/api/katze/html + ${MKDIR} ${DOCSDIR}/api/midori/html + (cd ${WRKSRC}/_build_/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html) + (cd ${WRKSRC}/_build_/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html) +.endif + +.include <bsd.port.post.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo new file mode 100644 index 000000000..8494241f3 --- /dev/null +++ b/www/midori/distinfo @@ -0,0 +1,2 @@ +SHA256 (xfce4/midori-0.3.2.tar.bz2) = 9316803fdd68842c43f06afe645ec4fa45206f142796f6131d2761ba3415e2bc +SIZE (xfce4/midori-0.3.2.tar.bz2) = 826287 diff --git a/www/midori/files/patch-data_search b/www/midori/files/patch-data_search new file mode 100644 index 000000000..4fafcf236 --- /dev/null +++ b/www/midori/files/patch-data_search @@ -0,0 +1,16 @@ +--- data/search.orig 2010-05-26 12:31:56.000000000 +0200 ++++ data/search 2010-05-26 12:34:03.000000000 +0200 +@@ -6,6 +6,13 @@ + icon= + token=g + ++[FreshPorts] ++name=FreshPorts ++text=The changes made to the FreeBSD ports tree ++uri=http://www.freshports.org/search.php?query=%s ++icon= ++token=fp ++ + [Wikipedia] + name=Wikipedia + text=The free encyclopedia diff --git a/www/midori/files/patch-wscript b/www/midori/files/patch-wscript new file mode 100644 index 000000000..232a99069 --- /dev/null +++ b/www/midori/files/patch-wscript @@ -0,0 +1,25 @@ +--- wscript.orig 2011-02-20 00:00:26.000000000 +0100 ++++ wscript 2011-02-20 10:27:54.000000000 +0100 +@@ -99,10 +99,9 @@ + conf.check_tool ('glib2') + + if option_enabled ('userdocs'): +- conf.find_program ('rst2html.py', var='RST2HTML') +- # debian renames the executable, check that as well :( ++ conf.find_program ('rst2html', var='RST2HTML') + if not conf.env['RST2HTML']: +- conf.find_program ('rst2html', var='RST2HTML') ++ conf.find_program ('rst2html.py', var='RST2HTML') + if conf.env['RST2HTML']: + user_docs = 'yes' + else: +@@ -261,8 +260,7 @@ + if not conf.env['HAVE_UNIQUE']: + if Options.platform == 'win32': + conf.check (lib='ws2_32') +- check_pkg ('openssl', mandatory=False) +- conf.define ('USE_SSL', [0,1][conf.env['HAVE_OPENSSL'] == 1]) ++ conf.define ('HAVE_OPENSSL', [0,1][conf.check (header_name='openssl/opensslv.h')]) + conf.define ('HAVE_NETDB_H', [0,1][conf.check (header_name='netdb.h')]) + conf.check (header_name='sys/wait.h') + conf.check (header_name='sys/select.h') diff --git a/www/midori/pkg-descr b/www/midori/pkg-descr new file mode 100644 index 000000000..fa4e7314b --- /dev/null +++ b/www/midori/pkg-descr @@ -0,0 +1,12 @@ +Midori is a lightweight web browser. + +* Full integration with GTK+2. +* Fast rendering with WebKit. +* Tabs, windows and session management. +* Bookmarks are stored with XBEL. +* Searchbox based on OpenSearch. +* Custom context menu actions. +* User scripts and user styles support. +* Extensible via Lua scripts. + +WWW: http://software.twotoasts.de/?page=midori diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist new file mode 100644 index 000000000..f9ad202ff --- /dev/null +++ b/www/midori/pkg-plist @@ -0,0 +1,166 @@ +bin/midori +etc/xdg/midori/search +include/midori-%%VERSION%%/extensions/history-list.h +lib/midori/libadblock.so +lib/midori/libaddons.so +lib/midori/libcolorful-tabs.so +lib/midori/libcookie-manager.so +lib/midori/libcopy-tabs.so +lib/midori/libfeed-panel.so +lib/midori/libformhistory.so +lib/midori/libhistory-list.so +lib/midori/libmouse-gestures.so +lib/midori/libpage-holder.so +lib/midori/libshortcuts.so +lib/midori/libstatus-clock.so +lib/midori/libstatusbar-features.so +lib/midori/libtab-panel.so +lib/midori/libtabs-minimized.so +lib/midori/libtoolbar-editor.so +lib/midori/libweb-cache.so +share/applications/midori.desktop +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/EXPAT +%%DOCSDIR%%/README +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/api-index-full.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/home.png +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeItem.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzePreferences.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeScrolled.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-array.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-arrayaction.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-auth.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-net.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-separatoraction.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-throbber.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-utils.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp2 +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/left.png +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/right.png +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/style.css +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/up.png +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/api-index-full.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/home.png +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.sgml +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/left.png +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-GtkIconEntry.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriBrowser.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriExtension.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriPreferences.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriViewable.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-app.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-array.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-locationaction.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-panel.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-searchaction.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-stock.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-view.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-websettings.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-socket.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-sokoke.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp2 +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/right.png +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/style.css +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/up.png +%%USERDOCS%%%%DOCSDIR%%/user/midori.html +share/icons/hicolor/16x16/apps/midori.png +share/icons/hicolor/16x16/categories/extension.png +share/icons/hicolor/16x16/status/news-feed.png +share/icons/hicolor/22x22/apps/midori.png +share/icons/hicolor/22x22/categories/extension.png +share/icons/hicolor/22x22/status/news-feed.png +share/icons/hicolor/24x24/apps/midori.png +share/icons/hicolor/24x24/categories/extension.png +share/icons/hicolor/24x24/status/news-feed.png +share/icons/hicolor/32x32/apps/midori.png +share/icons/hicolor/32x32/categories/extension.png +share/icons/hicolor/32x32/status/news-feed.png +share/icons/hicolor/48x48/apps/midori.png +share/icons/hicolor/48x48/categories/extension.png +share/icons/hicolor/48x48/status/news-feed.png +share/icons/hicolor/scalable/apps/midori.svg +share/icons/hicolor/scalable/categories/extension.svg +share/icons/hicolor/scalable/status/news-feed.svg +%%NLS%%share/locale/ast/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ar/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ca/LC_MESSAGES/midori.mo +%%NLS%%share/locale/cs/LC_MESSAGES/midori.mo +%%NLS%%share/locale/da/LC_MESSAGES/midori.mo +%%NLS%%share/locale/de/LC_MESSAGES/midori.mo +%%NLS%%share/locale/el/LC_MESSAGES/midori.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo +%%NLS%%share/locale/es/LC_MESSAGES/midori.mo +%%NLS%%share/locale/et/LC_MESSAGES/midori.mo +%%NLS%%share/locale/fi/LC_MESSAGES/midori.mo +%%NLS%%share/locale/fr/LC_MESSAGES/midori.mo +%%NLS%%share/locale/gl/LC_MESSAGES/midori.mo +%%NLS%%share/locale/he/LC_MESSAGES/midori.mo +%%NLS%%share/locale/hr/LC_MESSAGES/midori.mo +%%NLS%%share/locale/hu/LC_MESSAGES/midori.mo +%%NLS%%share/locale/id/LC_MESSAGES/midori.mo +%%NLS%%share/locale/it/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ja/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ko/LC_MESSAGES/midori.mo +%%NLS%%share/locale/lt/LC_MESSAGES/midori.mo +%%NLS%%share/locale/nl/LC_MESSAGES/midori.mo +%%NLS%%share/locale/no/LC_MESSAGES/midori.mo +%%NLS%%share/locale/pa/LC_MESSAGES/midori.mo +%%NLS%%share/locale/pl/LC_MESSAGES/midori.mo +%%NLS%%share/locale/pt/LC_MESSAGES/midori.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ro/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ru/LC_MESSAGES/midori.mo +%%NLS%%share/locale/sk/LC_MESSAGES/midori.mo +%%NLS%%share/locale/sr/LC_MESSAGES/midori.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/midori.mo +%%NLS%%share/locale/sv/LC_MESSAGES/midori.mo +%%NLS%%share/locale/tr/LC_MESSAGES/midori.mo +%%NLS%%share/locale/ug/LC_MESSAGES/midori.mo +%%NLS%%share/locale/uk/LC_MESSAGES/midori.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/midori.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/midori.mo +%%DATADIR%%/res/autosuggestcontrol.css +%%DATADIR%%/res/autosuggestcontrol.js +%%DATADIR%%/res/error.html +%%DATADIR%%/res/logo-shade.png +%%DATADIR%%/res/mootools.js +%%DATADIR%%/res/speeddial-head.html +%%DATADIR%%/res/speeddial.json +share/vala/vapi/history-list.deps +share/vala/vapi/history-list.vapi +@dirrmtry share/vala/vapi +@dirrmtry share/vala +@dirrm %%DATADIR%%/res +@dirrm %%DATADIR%% +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@latin +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast +%%APIDOCS%%@dirrm %%DOCSDIR%%/api/midori/html +%%APIDOCS%%@dirrm %%DOCSDIR%%/api/midori +%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze/html +%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze +%%APIDOCS%%@dirrm %%DOCSDIR%%/api +%%USERDOCS%%@dirrm %%DOCSDIR%%/user +@dirrm %%DOCSDIR%% +@dirrmtry share/applications +@dirrm lib/midori +@dirrm include/midori-%%VERSION%%/extensions +@dirrm include/midori-%%VERSION%% +@dirrm etc/xdg/midori +@dirrmtry etc/xdg +@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/www/p5-Gtk2-WebKit/Makefile b/www/p5-Gtk2-WebKit/Makefile new file mode 100644 index 000000000..a459ec53d --- /dev/null +++ b/www/p5-Gtk2-WebKit/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: p5-Gtk2-WebKit +# Date created: 2009-01-26 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD: ports/www/p5-Gtk2-WebKit/Makefile,v 1.10 2010/09/23 03:23:33 pgollucci Exp $ +# + +PORTNAME= Gtk2-WebKit +PORTVERSION= 0.08 +PORTREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/F/FL/FLORA +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Web content engine library for Gtk2 + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2/CodeGen.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + ${SITE_PERL}/${PERL_ARCH}/Glib/MakeHelper.pm:${PORTSDIR}/devel/p5-Glib2 \ + ${SITE_PERL}/${PERL_ARCH}/Cairo/Install/Files.pm:${PORTSDIR}/graphics/p5-Cairo \ + ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 + +MAKE_JOBS_UNSAFE= yes + +NO_PACKAGE= Man page creation hangs on some systems for unknown reasons + +PERL_CONFIGURE= yes + +MAN3= Gtk2::WebKit.3 \ + Gtk2::WebKit::WebView.3 \ + Gtk2::WebKit::WebBackForwardList.3 \ + Gtk2::WebKit::WebSettings.3 \ + Gtk2::WebKit::index.3 \ + Gtk2::WebKit::WebFrame.3 \ + Gtk2::WebKit::NetworkRequest.3 \ + Gtk2::WebKit::WebHistoryItem.3 + +.include <bsd.port.mk> diff --git a/www/p5-Gtk2-WebKit/distinfo b/www/p5-Gtk2-WebKit/distinfo new file mode 100644 index 000000000..90f779e4b --- /dev/null +++ b/www/p5-Gtk2-WebKit/distinfo @@ -0,0 +1,3 @@ +MD5 (Gtk2-WebKit-0.08.tar.gz) = 5dc7e0ea470754f6e24e40e54da942ee +SHA256 (Gtk2-WebKit-0.08.tar.gz) = ea76599d14cedc683ea5cc20ccd557677866971212828d5df2a815ac62e066e7 +SIZE (Gtk2-WebKit-0.08.tar.gz) = 68919 diff --git a/www/p5-Gtk2-WebKit/pkg-descr b/www/p5-Gtk2-WebKit/pkg-descr new file mode 100644 index 000000000..cea174712 --- /dev/null +++ b/www/p5-Gtk2-WebKit/pkg-descr @@ -0,0 +1,8 @@ +WebKit is a web content engine, derived from KHTML and KJS from KDE, and used +primarily in Apple's Safari browser. It is made to be embedded in other +applications, such as mail readers, or web browsers. + +It is able to display content such as HTML, SVG, XML, and others. It also +supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. + +WWW: http://search.cpan.org/dist/Gtk2-WebKit/ diff --git a/www/p5-Gtk2-WebKit/pkg-plist b/www/p5-Gtk2-WebKit/pkg-plist new file mode 100644 index 000000000..22e68f259 --- /dev/null +++ b/www/p5-Gtk2-WebKit/pkg-plist @@ -0,0 +1,21 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebBackForwardList.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebView.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebFrame.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebHistoryItem.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/NetworkRequest.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/index.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/Files.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/webkit.typemap +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/webkit-autogen.h +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/WebKit.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/WebKit.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebSettings.pod +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile new file mode 100644 index 000000000..347a64213 --- /dev/null +++ b/www/py-jswebkit/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: py-jswebkit +# Date created: 07 Mar 2010 +# Whom: Ju Pengfei <jupengfei@gmail.com> +# +# $FreeBSD: ports/www/py-jswebkit/Makefile,v 1.6 2010/10/21 00:55:59 wen Exp $ +# + +PORTNAME= jswebkit +PORTVERSION= 0.0.3 +PORTREVISION= 1 +CATEGORIES= www python +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= jupengfei@gmail.com +COMMENT= WebKit/JavaScriptCore Python bindings + +BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython +LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/jswebkit.so + +PROJECTHOST= gwrite + +WRKSRC= ${WRKDIR}/${DISTNAME} +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= python_jswebkit + +.include <bsd.port.mk> diff --git a/www/py-jswebkit/distinfo b/www/py-jswebkit/distinfo new file mode 100644 index 000000000..da9edeb02 --- /dev/null +++ b/www/py-jswebkit/distinfo @@ -0,0 +1,3 @@ +MD5 (python-jswebkit-0.0.3.tar.gz) = 514ed4dd5e540d160fcdac9c3c607371 +SHA256 (python-jswebkit-0.0.3.tar.gz) = 688edf66e9da26cfcd83dd4a30242fe1dc732d6fdb84b5923f193ea00e441f81 +SIZE (python-jswebkit-0.0.3.tar.gz) = 55477 diff --git a/www/py-jswebkit/pkg-descr b/www/py-jswebkit/pkg-descr new file mode 100644 index 000000000..6a3593fbb --- /dev/null +++ b/www/py-jswebkit/pkg-descr @@ -0,0 +1,5 @@ +python-jswebkit is an cython wrapper for JSContextRef +in pywebkitgtk, which makes it able to call JavaScript +functions with WebKit/JavaScriptCore. + +WWW: http://code.google.com/p/gwrite diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile new file mode 100644 index 000000000..e024d9b57 --- /dev/null +++ b/www/py-webkitgtk/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: py-webkitgtk +# Date created: 07 Mar 2010 +# Whom: Ju Pengfei <jupengfei@gmail.com> +# +# $FreeBSD: ports/www/py-webkitgtk/Makefile,v 1.2 2011/01/28 10:45:35 arved Exp $ +# + +PORTNAME= webkitgtk +PORTVERSION= 1.1.8 +PORTREVISION= 1 +CATEGORIES= www python +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= py${PORTNAME}-${PORTVERSION} + +MAINTAINER= jupengfei@gmail.com +COMMENT= Python bindings for the WebKit GTK+ port + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 + +PROJECTHOST= pywebkitgtk + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= glib20 libxslt pkgconfig pygtk2 +USE_GMAKE= yes +USE_PYTHON= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/www/py-webkitgtk/distinfo b/www/py-webkitgtk/distinfo new file mode 100644 index 000000000..775e574fa --- /dev/null +++ b/www/py-webkitgtk/distinfo @@ -0,0 +1,2 @@ +SHA256 (pywebkitgtk-1.1.8.tar.bz2) = 8229c5344d66fa323ae93ae189cff6d2a3e1d6356f52b5d8c26be760a8e774eb +SIZE (pywebkitgtk-1.1.8.tar.bz2) = 277013 diff --git a/www/py-webkitgtk/pkg-descr b/www/py-webkitgtk/pkg-descr new file mode 100644 index 000000000..2b93e3277 --- /dev/null +++ b/www/py-webkitgtk/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for the WebKit GTK+ port. + +WWW: http://code.google.com/p/pywebkitgtk diff --git a/www/py-webkitgtk/pkg-plist b/www/py-webkitgtk/pkg-plist new file mode 100644 index 000000000..67244101c --- /dev/null +++ b/www/py-webkitgtk/pkg-plist @@ -0,0 +1,12 @@ +%%PYTHON_SITELIBDIR%%/webkit/__init__.py +%%PYTHON_SITELIBDIR%%/webkit/webkit.a +%%PYTHON_SITELIBDIR%%/webkit/webkit.la +%%PYTHON_SITELIBDIR%%/webkit/webkit.so +libdata/pkgconfig/pywebkitgtk-1.0.pc +share/pywebkitgtk/defs/webkit-1.0.2.defs +share/pywebkitgtk/defs/webkit-1.1-types.defs +share/pywebkitgtk/defs/webkit-1.1.defs +share/pywebkitgtk/defs/webkit-base-types.defs +@dirrm share/pywebkitgtk/defs +@dirrm share/pywebkitgtk +@dirrm %%PYTHON_SITELIBDIR%%/webkit diff --git a/www/surf/Makefile b/www/surf/Makefile new file mode 100644 index 000000000..7ff7468fb --- /dev/null +++ b/www/surf/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: surf +# Date created: December 21, 2009 +# Whom: Christopher Knaust <jigboe@gmx.de> +# +# $FreeBSD: ports/www/surf/Makefile,v 1.8 2010/11/23 09:57:57 pav Exp $ +# + +PORTNAME= surf +PORTVERSION= 0.4.1 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ + +MAINTAINER= davide.italiano@gmail.com +COMMENT= A simple Web browser based on WebKit/Gtk+ + +LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu + +USE_GNOME= gtk20 pkgconfig + +MAN1= surf.1 +PLIST_FILES= bin/surf +PORTDOCS= LICENSE README + +CONFLICTS= surf-1* # math/surf + +# Name conflicts with the math/surf port +NO_LATEST_LINK= yes + +pre-everything:: + @${ECHO_MSG} "You can build surf with your own config.h using the SURF_CONF knob:" + @${ECHO_MSG} "make SURF_CONF=/path/to/surf/config.h install clean" + +post-extract: +.if defined(SURF_CONF) + @${ECHO_MSG} "creating config.h from ${SURF_CONF}" + @${CP} ${SURF_CONF} ${WRKSRC}/config.h +.endif + +post-install: +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" + @${MKDIR} ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/www/surf/distinfo b/www/surf/distinfo new file mode 100644 index 000000000..45568774c --- /dev/null +++ b/www/surf/distinfo @@ -0,0 +1,3 @@ +MD5 (surf-0.4.1.tar.gz) = 28ac7a6d193d25844aa6b1db77fcbafa +SHA256 (surf-0.4.1.tar.gz) = 93709ba3e84baf2118676e96a5b2e5d4176f28c35c782fffd80a65c0a5bea546 +SIZE (surf-0.4.1.tar.gz) = 10102 diff --git a/www/surf/files/patch-config.mk b/www/surf/files/patch-config.mk new file mode 100644 index 000000000..6a8561dc8 --- /dev/null +++ b/www/surf/files/patch-config.mk @@ -0,0 +1,39 @@ +--- config.mk.orig 2010-05-30 16:05:25.000000000 -0400 ++++ config.mk 2010-07-12 20:08:08.000000000 -0400 +@@ -4,25 +4,26 @@ + # Customize below to fit your system + + # paths +-PREFIX = /usr/local +-MANPREFIX = ${PREFIX}/share/man ++PREFIX?= /usr/local ++MANPREFIX = ${PREFIX}/man + +-GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) +-GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) ++GTKINC!= pkg-config --cflags gtk+-2.0 webkit-1.0 ++GTKLIB!= pkg-config --libs gtk+-2.0 webkit-1.0 + + + # includes and libs +-INCS = -I. -I/usr/include ${GTKINC} +-LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 ++INCS = ${GTKINC} ++LIBS = ${PTHREAD_LIBS} ${GTKLIB} + + # flags +-CPPFLAGS = -DVERSION=\"${VERSION}\" +-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +-LDFLAGS = -g ${LIBS} ++CPPFLAGS+= -DVERSION=\"${VERSION}\" ++CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS} ++LDFLAGS+= ${LIBS} ++ + + # Solaris + #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" + #LDFLAGS = ${LIBS} + + # compiler and linker +-CC = cc ++CC?= cc diff --git a/www/surf/pkg-descr b/www/surf/pkg-descr new file mode 100644 index 000000000..26aab1a1f --- /dev/null +++ b/www/surf/pkg-descr @@ -0,0 +1,6 @@ +surf is a simple web browser based on WebKit/GTK+. It is able to display +websites and follow links. It supports the XEmbed protocol which makes +it possible to embed it in another application. Furthermore, one can +point surf to another URI by setting its XProperties. + +WWW: http://surf.suckless.org diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile new file mode 100644 index 000000000..3bfe434e6 --- /dev/null +++ b/www/uzbl/Makefile @@ -0,0 +1,89 @@ +# Ports collection makefile for: uzbl +# Date created: 2009/12/14 +# Whom: aehlig@linta.de +# +# $FreeBSD: ports/www/uzbl/Makefile,v 1.9 2010/12/01 12:48:45 pav Exp $ +# + +PORTNAME= uzbl +DISTVERSION= 0.0.0.${GITDATE} +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://www.linta.de/distfiles/ + +MAINTAINER= aehlig@linta.de +COMMENT= Web interface tools which adhere to the unix philosophy + +LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +RUN_DEPENDS= socat:${PORTSDIR}/net/socat + +USE_GNOME= gtk20 +USE_LDCONFIG= yes +USE_GMAKE= yes + +GITDATE= 2010.11.25 +GITVERSION= 5180049 + +WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +.if !defined(NOPORTDOCS) +PORTDOCS= AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ + multiple-instances-management performance url-editing config.h vim README.cookies +.endif + +.if !defined(NOPORTDATA) +PORTDATA= examples +.endif + +post-patch: + @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ + ${WRKSRC}/examples/config/config \ + ${WRKSRC}/src/uzbl-browser \ + ${WRKSRC}/examples/data/scripts/uzbl-event-manager + @${REINPLACE_CMD} -e "s|share/uzbl|${DATADIR_REL}|" \ + ${WRKSRC}/examples/config/config \ + ${WRKSRC}/src/uzbl-browser \ + ${WRKSRC}/examples/data/scripts/uzbl-event-manager + @${REINPLACE_CMD} -e "s|/usr/share/uzbl|${DATADIR}|" \ + ${WRKSRC}/examples/data/scripts/uzbl-tabbed + +post-build: + @${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \; + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/uzbl-core ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/uzbl-cookie-manager ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/src/uzbl-browser ${PREFIX}/bin +.for f in uzbl-event-manager uzbl-cookie-daemon uzbl-tabbed + ${INSTALL_SCRIPT} ${WRKSRC}/examples/data/scripts/${f} ${PREFIX}/bin +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/src/config.h ${DOCSDIR} +.for f in COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ + multiple-instances-management performance url-editing README.cookies + ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}/${f} +.endfor +.for f in AUTHORS README + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f} +.endfor + (cd ${WRKSRC}/extras && ${COPYTREE_SHARE} vim ${DOCSDIR}) +.endif +.if !defined(NOPORTDATA) + ${MKDIR} ${DATADIR}/examples/data/dforms ${DATADIR}/examples/config +.for f in data/bookmarks \ + data/dforms/bbs.archlinux.org \ + data/style.css data/uzbl.png + ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DATADIR}/examples/${f} +.endfor + ${INSTALL_DATA} ${WRKSRC}/examples/config/config ${DATADIR}/examples/config/config + (cd ${WRKSRC}/examples/data && \ + ${COPYTREE_BIN} plugins ${DATADIR}/examples/data/) + (cd ${WRKSRC}/examples/data && \ + ${COPYTREE_BIN} scripts ${DATADIR}/examples/data/) +.endif + +.include <bsd.port.mk> diff --git a/www/uzbl/distinfo b/www/uzbl/distinfo new file mode 100644 index 000000000..e43300904 --- /dev/null +++ b/www/uzbl/distinfo @@ -0,0 +1,2 @@ +SHA256 (uzbl-0.0.0.2010.11.25.tar.gz) = 715163193b1c15377a1caaf2e993ef56584e356e6e62e74184b0acdb0c76bbd3 +SIZE (uzbl-0.0.0.2010.11.25.tar.gz) = 145473 diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py new file mode 100644 index 000000000..acf48c790 --- /dev/null +++ b/www/uzbl/files/patch-examples__data__scripts__auth.py @@ -0,0 +1,9 @@ +--- examples/data/scripts/auth.py.orig 2010-04-09 13:34:30.000000000 +0200 ++++ examples/data/scripts/auth.py 2010-04-09 13:35:05.000000000 +0200 +@@ -1,4 +1,5 @@ +-#!/usr/bin/python ++#!/usr/bin/env python ++ + + import gtk + import sys diff --git a/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon b/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon new file mode 100644 index 000000000..6e000260f --- /dev/null +++ b/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon @@ -0,0 +1,29 @@ +--- ./examples/data/scripts/uzbl-cookie-daemon.orig 2010-01-05 20:17:29.000000000 +0100 ++++ ./examples/data/scripts/uzbl-cookie-daemon 2010-01-07 13:24:58.000000000 +0100 +@@ -187,7 +187,7 @@ + raise Exception("directory at %r is not a socket" % cookie_socket) + + try: +- sock = socket.socket(socket.AF_UNIX, socket.SOCK_SEQPACKET) ++ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) + sock.connect(cookie_socket) + sock.close() + echo("detected daemon listening on %r" % cookie_socket) +@@ -210,7 +210,7 @@ + return False + + try: +- sock = socket.socket(socket.AF_UNIX, socket.SOCK_SEQPACKET) ++ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) + sock.connect(cookie_socket) + sock.send(cmd) + sock.close() +@@ -420,7 +420,7 @@ + mkbasedir(cookie_socket) + + self.server_socket = socket.socket(socket.AF_UNIX, +- socket.SOCK_SEQPACKET) ++ socket.SOCK_STREAM) + + self.server_socket.bind(cookie_socket) + diff --git a/www/uzbl/files/patch-examples__uzbl-cookie-manager.c b/www/uzbl/files/patch-examples__uzbl-cookie-manager.c new file mode 100644 index 000000000..87a2fdb37 --- /dev/null +++ b/www/uzbl/files/patch-examples__uzbl-cookie-manager.c @@ -0,0 +1,26 @@ +--- examples/uzbl-cookie-manager.c.orig 2010-11-25 05:56:44.000000000 +0100 ++++ examples/uzbl-cookie-manager.c 2010-12-01 00:18:04.000000000 +0100 +@@ -1,5 +1,3 @@ +-#define _POSIX_SOURCE +- + #include <stdio.h> + #include <errno.h> + #include <string.h> +@@ -10,7 +8,7 @@ + #include <sys/socket.h> + #include <sys/un.h> + #include <sys/select.h> +-#include <sys/unistd.h> ++#include <unistd.h> + + #include <sys/stat.h> + #include <sys/file.h> +@@ -36,7 +34,7 @@ + /* delete the cookie socket if it was left behind on a previous run */ + unlink(cookied_socket_path); + +- int socket_fd = socket(AF_UNIX, SOCK_SEQPACKET, 0); ++ int socket_fd = socket(AF_UNIX, SOCK_STREAM, 0); + + if(socket_fd < 0) { + fprintf(stderr, "socket failed (%s)\n", strerror(errno)); diff --git a/www/uzbl/files/patch-src__cookie-jar.c b/www/uzbl/files/patch-src__cookie-jar.c new file mode 100644 index 000000000..f4d247c2d --- /dev/null +++ b/www/uzbl/files/patch-src__cookie-jar.c @@ -0,0 +1,11 @@ +--- src/cookie-jar.c.orig 2010-11-29 21:00:58.000000000 +0100 ++++ src/cookie-jar.c 2010-11-29 21:01:17.000000000 +0100 +@@ -211,7 +211,7 @@ + sa.sun_family = AF_UNIX; + + /* create socket file descriptor and connect it to path */ +- fd = socket(AF_UNIX, SOCK_SEQPACKET, 0); ++ fd = socket(AF_UNIX, SOCK_STREAM, 0); + if(fd == -1) { + g_printerr("connect_cookie_socket: creating socket failed (%s)\n", strerror(errno)); + return; diff --git a/www/uzbl/files/patch-src__util.c b/www/uzbl/files/patch-src__util.c new file mode 100644 index 000000000..62c38281a --- /dev/null +++ b/www/uzbl/files/patch-src__util.c @@ -0,0 +1,8 @@ +--- src/util.c.orig 2010-11-30 23:22:23.000000000 +0100 ++++ src/util.c 2010-11-30 23:23:09.000000000 +0100 +@@ -1,5 +1,3 @@ +-#define _POSIX_SOURCE +- + #include <stdlib.h> + #include <unistd.h> + #include <string.h> diff --git a/www/uzbl/files/patch-src__uzbl-browser b/www/uzbl/files/patch-src__uzbl-browser new file mode 100644 index 000000000..423cf86d0 --- /dev/null +++ b/www/uzbl/files/patch-src__uzbl-browser @@ -0,0 +1,11 @@ +--- src/uzbl-browser.orig 2010-12-01 00:06:50.000000000 +0100 ++++ src/uzbl-browser 2010-12-01 00:07:09.000000000 +0100 +@@ -74,7 +74,7 @@ + DAEMON_SOCKET="$XDG_CACHE_HOME"/uzbl/event_daemon + #if [ ! -f "$DAEMON_SOCKET".pid ] + #then +- ${UZBL_EVENT_MANAGER:-uzbl-event-manager -va start} ++ ${UZBL_EVENT_MANAGER:-uzbl-event-manager} -va start + #fi + + exec uzbl-core "$@" ${config_file:+--config "$config_file"} --connect-socket $DAEMON_SOCKET diff --git a/www/uzbl/files/patch-uzbl-core.c b/www/uzbl/files/patch-uzbl-core.c new file mode 100644 index 000000000..244b699ee --- /dev/null +++ b/www/uzbl/files/patch-uzbl-core.c @@ -0,0 +1,10 @@ +--- src/uzbl-core.c.orig 2010-11-29 20:00:45.000000000 +0100 ++++ src/uzbl-core.c 2010-11-29 19:59:16.000000000 +0100 +@@ -29,6 +29,7 @@ + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#include <sys/errno.h> + #include "uzbl-core.h" + #include "callbacks.h" + #include "events.h" diff --git a/www/uzbl/pkg-descr b/www/uzbl/pkg-descr new file mode 100644 index 000000000..6f83044a9 --- /dev/null +++ b/www/uzbl/pkg-descr @@ -0,0 +1,6 @@ +Uzbl is a collection of web interface tools that follow the UNIX philosophy - +"Write programs that do one thing and do it well. Write programs to work +together. Write programs to handle text streams, because that is a universal +interface." + +WWW: http://www.uzbl.org diff --git a/www/uzbl/pkg-plist b/www/uzbl/pkg-plist new file mode 100644 index 000000000..83dbd337d --- /dev/null +++ b/www/uzbl/pkg-plist @@ -0,0 +1,6 @@ +bin/uzbl-core +bin/uzbl-browser +bin/uzbl-cookie-daemon +bin/uzbl-cookie-manager +bin/uzbl-event-manager +bin/uzbl-tabbed diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile new file mode 100644 index 000000000..9fbb81a9a --- /dev/null +++ b/www/webkit-sharp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: webkit-sharp +# Date created: 2008-09-01 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD: ports/www/webkit-sharp/Makefile,v 1.6 2010/06/01 12:41:29 romain Exp $ +# + +PORTNAME= webkit-sharp +PORTVERSION= 0.3 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= Mono bindings for Webkit + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gtksharp20 + +.include <bsd.port.mk> diff --git a/www/webkit-sharp/distinfo b/www/webkit-sharp/distinfo new file mode 100644 index 000000000..5877a8677 --- /dev/null +++ b/www/webkit-sharp/distinfo @@ -0,0 +1,3 @@ +MD5 (webkit-sharp-0.3.tar.bz2) = 21482f9d5eafb0ef4acc6e790482f934 +SHA256 (webkit-sharp-0.3.tar.bz2) = 6633630b6e4834b0f93726570d1c97e884470e3c400ae929cca2f1376b7b959a +SIZE (webkit-sharp-0.3.tar.bz2) = 88972 diff --git a/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in b/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in new file mode 100644 index 000000000..208342e16 --- /dev/null +++ b/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in @@ -0,0 +1,10 @@ + +$FreeBSD: ports/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in,v 1.1 2010/06/01 12:41:29 romain Exp $ + +--- sources/webkit-sharp.dll.config.in.orig ++++ sources/webkit-sharp.dll.config.in +@@ -1,3 +1,3 @@ + <configuration> +- <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/> ++ <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@@LIB_SUFFIX@"/> + </configuration> diff --git a/www/webkit-sharp/pkg-descr b/www/webkit-sharp/pkg-descr new file mode 100644 index 000000000..8c4b1875e --- /dev/null +++ b/www/webkit-sharp/pkg-descr @@ -0,0 +1,3 @@ +WebKit# is a .NET language binding for the WebKit rendering engine. + +WWW: http://webkit.org diff --git a/www/webkit-sharp/pkg-plist b/www/webkit-sharp/pkg-plist new file mode 100644 index 000000000..414f35656 --- /dev/null +++ b/www/webkit-sharp/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD: ports/www/webkit-sharp/pkg-plist,v 1.3 2010/06/01 12:41:29 romain Exp $ +lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745/webkit-sharp.dll +lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745/webkit-sharp.dll.config +lib/mono/webkit-sharp/webkit-sharp.dll +lib/monodoc/sources/webkit-sharp-docs.source +lib/monodoc/sources/webkit-sharp-docs.tree +lib/monodoc/sources/webkit-sharp-docs.zip +libdata/pkgconfig/webkit-sharp-1.0.pc +@dirrm lib/mono/webkit-sharp +@dirrm lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745 +@dirrm lib/mono/gac/webkit-sharp diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile new file mode 100644 index 000000000..7f6c638f3 --- /dev/null +++ b/www/xxxterm/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: xxxterm +# Date created: 2011.01.15 +# Whom: Aldis Berjoza <aldis@bsdroot.lv> +# +# $FreeBSD: ports/www/xxxterm/Makefile,v 1.3 2011/02/15 07:21:37 miwi Exp $ +# + +PORTNAME= xxxterm +PORTVERSION= 1.303 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ +EXTRACT_SUFX= .tgz + +MAINTAINER= aldis@bsdroot.lv +COMMENT= Minimalists vi-like web browser based on webkit and GTK+ + +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ + soup-2.4:${PORTSDIR}/devel/libsoup \ + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 + +USE_GNOME= gtk20 pkgconfig +USE_PERL5_BUILD=YES + +PLIST_FILES= bin/xxxterm +MAN1= xxxterm.1 +PORTEXAMPLES= favorites xxxterm.conf +PLIST_DIRS+= share/xxxterm + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800041 +BROKEN= does not build due to missing arc4random_buf in libc +.endif + +ICONS= 16 32 48 64 128 +.for i in ${ICONS} +PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png +.endfor + +do-build: + (cd ${WRKSRC}/freebsd && make) + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/xxxterm ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/xxxterm.1 ${PREFIX}/man/man1/ + ${MKDIR} ${PREFIX}/share/${PORTNAME} +.for i in ${ICONS} + ${INSTALL_DATA} ${WRKSRC}/xxxtermicon${i}.png ${PREFIX}/share/xxxterm/ +.endfor +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/favorites ${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/xxxterm.conf ${EXAMPLESDIR}/ +.endif + +# vim: set ts=8 sw=8: +.include <bsd.port.post.mk> diff --git a/www/xxxterm/distinfo b/www/xxxterm/distinfo new file mode 100644 index 000000000..85fd0fb76 --- /dev/null +++ b/www/xxxterm/distinfo @@ -0,0 +1,2 @@ +SHA256 (xxxterm-1.303.tgz) = c32bf71babc734fa78012c7338d8cc3459955fd31aca157aaa0934908c8de860 +SIZE (xxxterm-1.303.tgz) = 132276 diff --git a/www/xxxterm/pkg-descr b/www/xxxterm/pkg-descr new file mode 100644 index 000000000..9857b928a --- /dev/null +++ b/www/xxxterm/pkg-descr @@ -0,0 +1,5 @@ +xxxterm is a minimalists web browser. It strives to be vi-like for heavy +keyboard users while maintaining traditional web browser behaviour. It is ISC +licensed. It is based on webkit using GTK+. + +WWW: http://opensource.conformal.com/wiki/XXXTerm |