diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
1375 files changed, 0 insertions, 100846 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile deleted file mode 100644 index edeab9e71..000000000 --- a/accessibility/accerciser/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: accerciser -# Date created: 2007-09-17 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/accerciser/Makefile,v 1.32 2009/08/25 07:28:37 kwm Exp $ -# - -PORTNAME= accerciser -PORTVERSION= 1.8.0 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Interactive Python accessibility explorer for GNOME - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pygnomedesktop atspi intlhack -USE_PYTHON= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -USE_DISPLAY= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= accerciser.schemas -MAN1= accerciser.1 - -.if !defined(DISPLAY) -pre-configure: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi - @${LOCALBASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid - @sleep 5 - -post-configure: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi -.endif - -.include <bsd.port.mk> diff --git a/accessibility/accerciser/distinfo b/accessibility/accerciser/distinfo deleted file mode 100644 index edee6d31d..000000000 --- a/accessibility/accerciser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/accerciser-1.8.0.tar.bz2) = ede1d36e9820fa441bcc24cb634d59cc -SHA256 (gnome2/accerciser-1.8.0.tar.bz2) = 27fcd0e8c5d40f70e00b38bb8f2223b5fb7ef3708075f96d0d051991c259832a -SIZE (gnome2/accerciser-1.8.0.tar.bz2) = 1508187 diff --git a/accessibility/accerciser/pkg-descr b/accessibility/accerciser/pkg-descr deleted file mode 100644 index fe0530271..000000000 --- a/accessibility/accerciser/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Accerciser is an interactive Python accessibility explorer for the GNOME -desktop. It uses AT-SPI to inspect and control widgets, allowing you to check -if an application is providing correct information to assistive technologies -and automated test frameworks. Accerciser has a simple plugin framework which -you can use to create custom views of accessibility information. diff --git a/accessibility/accerciser/pkg-plist b/accessibility/accerciser/pkg-plist deleted file mode 100644 index 44a4a6635..000000000 --- a/accessibility/accerciser/pkg-plist +++ /dev/null @@ -1,359 +0,0 @@ -bin/accerciser -%%PYTHON_SITELIBDIR%%/accerciser/__init__.py -%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyc -%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyo -%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.py -%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyc -%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyo -%%PYTHON_SITELIBDIR%%/accerciser/accerciser.py -%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyc -%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyo -%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.py -%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyc -%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyo -%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.py -%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyc -%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyo -%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.py -%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyc -%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyo -%%PYTHON_SITELIBDIR%%/accerciser/i18n.py -%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyc -%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyo -%%PYTHON_SITELIBDIR%%/accerciser/icons.py -%%PYTHON_SITELIBDIR%%/accerciser/icons.pyc -%%PYTHON_SITELIBDIR%%/accerciser/icons.pyo -%%PYTHON_SITELIBDIR%%/accerciser/main_window.py -%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyc -%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyo -%%PYTHON_SITELIBDIR%%/accerciser/node.py -%%PYTHON_SITELIBDIR%%/accerciser/node.pyc -%%PYTHON_SITELIBDIR%%/accerciser/node.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyo -%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py -%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc -%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo -%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py -%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc -%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo -%%PYTHON_SITELIBDIR%%/accerciser/tools.py -%%PYTHON_SITELIBDIR%%/accerciser/tools.pyc -%%PYTHON_SITELIBDIR%%/accerciser/tools.pyo -%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.py -%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyc -%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyo -%%DATADIR%%/pixmaps/hicolor/22x22/acceleratorlabel.png -%%DATADIR%%/pixmaps/hicolor/22x22/alert.png -%%DATADIR%%/pixmaps/hicolor/22x22/animation.png -%%DATADIR%%/pixmaps/hicolor/22x22/arrow.png -%%DATADIR%%/pixmaps/hicolor/22x22/calendar.png -%%DATADIR%%/pixmaps/hicolor/22x22/canvas.png -%%DATADIR%%/pixmaps/hicolor/22x22/care.png -%%DATADIR%%/pixmaps/hicolor/22x22/character.png -%%DATADIR%%/pixmaps/hicolor/22x22/chart.png -%%DATADIR%%/pixmaps/hicolor/22x22/checkbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/checkmenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/clock.png -%%DATADIR%%/pixmaps/hicolor/22x22/colorchooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/column.png -%%DATADIR%%/pixmaps/hicolor/22x22/columnheader.png -%%DATADIR%%/pixmaps/hicolor/22x22/combobox.png -%%DATADIR%%/pixmaps/hicolor/22x22/cursor.png -%%DATADIR%%/pixmaps/hicolor/22x22/dateeditor.png -%%DATADIR%%/pixmaps/hicolor/22x22/desktopicon.png -%%DATADIR%%/pixmaps/hicolor/22x22/dial.png -%%DATADIR%%/pixmaps/hicolor/22x22/dialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/directorypane.png -%%DATADIR%%/pixmaps/hicolor/22x22/drawingarea.png -%%DATADIR%%/pixmaps/hicolor/22x22/embedded.png -%%DATADIR%%/pixmaps/hicolor/22x22/endnote.png -%%DATADIR%%/pixmaps/hicolor/22x22/entry.png -%%DATADIR%%/pixmaps/hicolor/22x22/filechooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/filler.png -%%DATADIR%%/pixmaps/hicolor/22x22/focustraversable.png -%%DATADIR%%/pixmaps/hicolor/22x22/fontchooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/form.png -%%DATADIR%%/pixmaps/hicolor/22x22/frame.png -%%DATADIR%%/pixmaps/hicolor/22x22/glasspane.png -%%DATADIR%%/pixmaps/hicolor/22x22/grip.png -%%DATADIR%%/pixmaps/hicolor/22x22/heading.png -%%DATADIR%%/pixmaps/hicolor/22x22/helpballoon.png -%%DATADIR%%/pixmaps/hicolor/22x22/htmlcontainer.png -%%DATADIR%%/pixmaps/hicolor/22x22/icon.png -%%DATADIR%%/pixmaps/hicolor/22x22/image.png -%%DATADIR%%/pixmaps/hicolor/22x22/imagemap.png -%%DATADIR%%/pixmaps/hicolor/22x22/inputmethodwindow.png -%%DATADIR%%/pixmaps/hicolor/22x22/invalid.png -%%DATADIR%%/pixmaps/hicolor/22x22/label.png -%%DATADIR%%/pixmaps/hicolor/22x22/link.png -%%DATADIR%%/pixmaps/hicolor/22x22/list.png -%%DATADIR%%/pixmaps/hicolor/22x22/listitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/menu.png -%%DATADIR%%/pixmaps/hicolor/22x22/menubar.png -%%DATADIR%%/pixmaps/hicolor/22x22/menuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/pagetab.png -%%DATADIR%%/pixmaps/hicolor/22x22/pagetablist.png -%%DATADIR%%/pixmaps/hicolor/22x22/passwordtext.png -%%DATADIR%%/pixmaps/hicolor/22x22/popupmenu.png -%%DATADIR%%/pixmaps/hicolor/22x22/progressbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/pushbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/radiobutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/radiomenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/row.png -%%DATADIR%%/pixmaps/hicolor/22x22/ruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/scrollbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/scrollpane.png -%%DATADIR%%/pixmaps/hicolor/22x22/section.png -%%DATADIR%%/pixmaps/hicolor/22x22/separator.png -%%DATADIR%%/pixmaps/hicolor/22x22/shape.png -%%DATADIR%%/pixmaps/hicolor/22x22/slider.png -%%DATADIR%%/pixmaps/hicolor/22x22/sound.png -%%DATADIR%%/pixmaps/hicolor/22x22/spinbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/splitpane.png -%%DATADIR%%/pixmaps/hicolor/22x22/statusbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/table.png -%%DATADIR%%/pixmaps/hicolor/22x22/tablecell.png -%%DATADIR%%/pixmaps/hicolor/22x22/tearoffmenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/terminal.png -%%DATADIR%%/pixmaps/hicolor/22x22/text.png -%%DATADIR%%/pixmaps/hicolor/22x22/togglebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/toolbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/tooltip.png -%%DATADIR%%/pixmaps/hicolor/22x22/tree.png -%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png -%%DATADIR%%/pixmaps/hicolor/22x22/window.png -%%DATADIR%%/plugindata/validate/basic.py -%%DATADIR%%/plugins/api_view.py -%%DATADIR%%/plugins/console.py -%%DATADIR%%/plugins/event_monitor.py -%%DATADIR%%/plugins/event_monitor.ui -%%DATADIR%%/plugins/interface_view.py -%%DATADIR%%/plugins/interface_view.ui -%%DATADIR%%/plugins/ipython_view.py -%%DATADIR%%/plugins/quick_select.py -%%DATADIR%%/plugins/script_recorder.py -%%DATADIR%%/plugins/script_recorder.ui -%%DATADIR%%/plugins/validate.py -%%DATADIR%%/plugins/validate.ui -share/applications/accerciser.desktop -share/gnome/help/accerciser/C/accerciser.xml -share/gnome/help/accerciser/C/figures/accerciser.png -share/gnome/help/accerciser/C/figures/api_browser.png -share/gnome/help/accerciser/C/figures/event_monitor.png -share/gnome/help/accerciser/C/figures/interface_viewer.png -share/gnome/help/accerciser/C/figures/script_recorder.png -share/gnome/help/accerciser/C/legal.xml -share/gnome/help/accerciser/ca/accerciser.xml -share/gnome/help/accerciser/ca/figures/accerciser.png -share/gnome/help/accerciser/ca/figures/api_browser.png -share/gnome/help/accerciser/ca/figures/event_monitor.png -share/gnome/help/accerciser/ca/figures/interface_viewer.png -share/gnome/help/accerciser/ca/figures/script_recorder.png -share/gnome/help/accerciser/cs/accerciser.xml -share/gnome/help/accerciser/cs/figures/accerciser.png -share/gnome/help/accerciser/cs/figures/api_browser.png -share/gnome/help/accerciser/cs/figures/event_monitor.png -share/gnome/help/accerciser/cs/figures/interface_viewer.png -share/gnome/help/accerciser/cs/figures/script_recorder.png -share/gnome/help/accerciser/de/accerciser.xml -share/gnome/help/accerciser/de/figures/accerciser.png -share/gnome/help/accerciser/de/figures/api_browser.png -share/gnome/help/accerciser/de/figures/event_monitor.png -share/gnome/help/accerciser/de/figures/interface_viewer.png -share/gnome/help/accerciser/de/figures/script_recorder.png -share/gnome/help/accerciser/en_GB/accerciser.xml -share/gnome/help/accerciser/en_GB/figures/accerciser.png -share/gnome/help/accerciser/en_GB/figures/api_browser.png -share/gnome/help/accerciser/en_GB/figures/event_monitor.png -share/gnome/help/accerciser/en_GB/figures/interface_viewer.png -share/gnome/help/accerciser/en_GB/figures/script_recorder.png -share/gnome/help/accerciser/el/accerciser.xml -share/gnome/help/accerciser/el/figures/accerciser.png -share/gnome/help/accerciser/el/figures/api_browser.png -share/gnome/help/accerciser/el/figures/event_monitor.png -share/gnome/help/accerciser/el/figures/interface_viewer.png -share/gnome/help/accerciser/el/figures/script_recorder.png -share/gnome/help/accerciser/es/accerciser.xml -share/gnome/help/accerciser/es/figures/accerciser.png -share/gnome/help/accerciser/es/figures/api_browser.png -share/gnome/help/accerciser/es/figures/event_monitor.png -share/gnome/help/accerciser/es/figures/interface_viewer.png -share/gnome/help/accerciser/es/figures/script_recorder.png -share/gnome/help/accerciser/fr/accerciser.xml -share/gnome/help/accerciser/fr/figures/accerciser.png -share/gnome/help/accerciser/fr/figures/api_browser.png -share/gnome/help/accerciser/fr/figures/event_monitor.png -share/gnome/help/accerciser/fr/figures/interface_viewer.png -share/gnome/help/accerciser/fr/figures/script_recorder.png -share/gnome/help/accerciser/it/accerciser.xml -share/gnome/help/accerciser/it/figures/accerciser.png -share/gnome/help/accerciser/it/figures/api_browser.png -share/gnome/help/accerciser/it/figures/event_monitor.png -share/gnome/help/accerciser/it/figures/interface_viewer.png -share/gnome/help/accerciser/it/figures/script_recorder.png -share/gnome/help/accerciser/oc/accerciser.xml -share/gnome/help/accerciser/oc/figures/accerciser.png -share/gnome/help/accerciser/oc/figures/api_browser.png -share/gnome/help/accerciser/oc/figures/event_monitor.png -share/gnome/help/accerciser/oc/figures/interface_viewer.png -share/gnome/help/accerciser/oc/figures/script_recorder.png -share/gnome/help/accerciser/pt_BR/accerciser.xml -share/gnome/help/accerciser/pt_BR/figures/accerciser.png -share/gnome/help/accerciser/pt_BR/figures/api_browser.png -share/gnome/help/accerciser/pt_BR/figures/event_monitor.png -share/gnome/help/accerciser/pt_BR/figures/interface_viewer.png -share/gnome/help/accerciser/pt_BR/figures/script_recorder.png -share/gnome/help/accerciser/sv/accerciser.xml -share/gnome/help/accerciser/sv/figures/accerciser.png -share/gnome/help/accerciser/sv/figures/api_browser.png -share/gnome/help/accerciser/sv/figures/event_monitor.png -share/gnome/help/accerciser/sv/figures/interface_viewer.png -share/gnome/help/accerciser/sv/figures/script_recorder.png -share/gnome/help/accerciser/uk/accerciser.xml -share/gnome/help/accerciser/uk/figures/accerciser.png -share/gnome/help/accerciser/uk/figures/api_browser.png -share/gnome/help/accerciser/uk/figures/event_monitor.png -share/gnome/help/accerciser/uk/figures/interface_viewer.png -share/gnome/help/accerciser/uk/figures/script_recorder.png -share/icons/hicolor/16x16/apps/accerciser.png -share/icons/hicolor/22x22/apps/accerciser.png -share/icons/hicolor/32x32/apps/accerciser.png -share/icons/hicolor/48x48/apps/accerciser.png -share/icons/hicolor/scalable/apps/accerciser.svg -share/locale/ar/LC_MESSAGES/accerciser.mo -share/locale/bg/LC_MESSAGES/accerciser.mo -share/locale/bn/LC_MESSAGES/accerciser.mo -share/locale/bn_IN/LC_MESSAGES/accerciser.mo -share/locale/ca/LC_MESSAGES/accerciser.mo -share/locale/ca@valencia/LC_MESSAGES/accerciser.mo -share/locale/cs/LC_MESSAGES/accerciser.mo -share/locale/da/LC_MESSAGES/accerciser.mo -share/locale/de/LC_MESSAGES/accerciser.mo -share/locale/dz/LC_MESSAGES/accerciser.mo -share/locale/el/LC_MESSAGES/accerciser.mo -share/locale/en_CA/LC_MESSAGES/accerciser.mo -share/locale/en_GB/LC_MESSAGES/accerciser.mo -share/locale/es/LC_MESSAGES/accerciser.mo -share/locale/et/LC_MESSAGES/accerciser.mo -share/locale/eu/LC_MESSAGES/accerciser.mo -share/locale/fi/LC_MESSAGES/accerciser.mo -share/locale/fr/LC_MESSAGES/accerciser.mo -share/locale/gl/LC_MESSAGES/accerciser.mo -share/locale/gu/LC_MESSAGES/accerciser.mo -share/locale/he/LC_MESSAGES/accerciser.mo -share/locale/hi/LC_MESSAGES/accerciser.mo -share/locale/hu/LC_MESSAGES/accerciser.mo -share/locale/it/LC_MESSAGES/accerciser.mo -share/locale/ja/LC_MESSAGES/accerciser.mo -share/locale/kn/LC_MESSAGES/accerciser.mo -share/locale/lt/LC_MESSAGES/accerciser.mo -share/locale/lv/LC_MESSAGES/accerciser.mo -share/locale/mai/LC_MESSAGES/accerciser.mo -share/locale/mk/LC_MESSAGES/accerciser.mo -share/locale/ml/LC_MESSAGES/accerciser.mo -share/locale/mr/LC_MESSAGES/accerciser.mo -share/locale/nb/LC_MESSAGES/accerciser.mo -share/locale/nl/LC_MESSAGES/accerciser.mo -share/locale/oc/LC_MESSAGES/accerciser.mo -share/locale/or/LC_MESSAGES/accerciser.mo -share/locale/pa/LC_MESSAGES/accerciser.mo -share/locale/pl/LC_MESSAGES/accerciser.mo -share/locale/pt/LC_MESSAGES/accerciser.mo -share/locale/pt_BR/LC_MESSAGES/accerciser.mo -share/locale/ro/LC_MESSAGES/accerciser.mo -share/locale/ru/LC_MESSAGES/accerciser.mo -share/locale/si/LC_MESSAGES/accerciser.mo -share/locale/sl/LC_MESSAGES/accerciser.mo -share/locale/sq/LC_MESSAGES/accerciser.mo -share/locale/sv/LC_MESSAGES/accerciser.mo -share/locale/te/LC_MESSAGES/accerciser.mo -share/locale/th/LC_MESSAGES/accerciser.mo -share/locale/tr/LC_MESSAGES/accerciser.mo -share/locale/uk/LC_MESSAGES/accerciser.mo -share/locale/vi/LC_MESSAGES/accerciser.mo -share/locale/zh_CN/LC_MESSAGES/accerciser.mo -share/locale/zh_HK/LC_MESSAGES/accerciser.mo -share/locale/zh_TW/LC_MESSAGES/accerciser.mo -share/omf/accerciser/accerciser-C.omf -share/omf/accerciser/accerciser-ca.omf -share/omf/accerciser/accerciser-cs.omf -share/omf/accerciser/accerciser-de.omf -share/omf/accerciser/accerciser-en_GB.omf -share/omf/accerciser/accerciser-el.omf -share/omf/accerciser/accerciser-es.omf -share/omf/accerciser/accerciser-fr.omf -share/omf/accerciser/accerciser-it.omf -share/omf/accerciser/accerciser-oc.omf -share/omf/accerciser/accerciser-pt_BR.omf -share/omf/accerciser/accerciser-sv.omf -share/omf/accerciser/accerciser-uk.omf -@dirrm share/omf/accerciser -@dirrm share/gnome/help/accerciser/uk/figures -@dirrm share/gnome/help/accerciser/uk -@dirrm share/gnome/help/accerciser/sv/figures -@dirrm share/gnome/help/accerciser/sv -@dirrm share/gnome/help/accerciser/pt_BR/figures -@dirrm share/gnome/help/accerciser/pt_BR -@dirrm share/gnome/help/accerciser/oc/figures -@dirrm share/gnome/help/accerciser/oc -@dirrm share/gnome/help/accerciser/it/figures -@dirrm share/gnome/help/accerciser/it -@dirrm share/gnome/help/accerciser/fr/figures -@dirrm share/gnome/help/accerciser/fr -@dirrm share/gnome/help/accerciser/es/figures -@dirrm share/gnome/help/accerciser/es -@dirrm share/gnome/help/accerciser/el/figures -@dirrm share/gnome/help/accerciser/el -@dirrm share/gnome/help/accerciser/en_GB/figures -@dirrm share/gnome/help/accerciser/en_GB -@dirrm share/gnome/help/accerciser/de/figures -@dirrm share/gnome/help/accerciser/de -@dirrm share/gnome/help/accerciser/cs/figures -@dirrm share/gnome/help/accerciser/cs -@dirrm share/gnome/help/accerciser/ca/figures -@dirrm share/gnome/help/accerciser/ca -@dirrm share/gnome/help/accerciser/C/figures -@dirrm share/gnome/help/accerciser/C -@dirrm share/gnome/help/accerciser -@dirrmtry share/applications -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/plugindata/validate -@dirrm %%DATADIR%%/plugindata -@dirrm %%DATADIR%%/pixmaps/hicolor/22x22 -@dirrm %%DATADIR%%/pixmaps/hicolor -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/accerciser/plugin -@dirrm %%PYTHON_SITELIBDIR%%/accerciser -@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/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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 diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile deleted file mode 100644 index 70a95aefb..000000000 --- a/accessibility/at-spi/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.88 2009/09/22 11:15:06 avl Exp $ -# - -PORTNAME= at-spi -PORTVERSION= 1.28.1 -PORTREVISION?= 0 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack gtk20 libbonobo -USE_XORG= x11 xtst -USE_PYTHON= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= at-spi.schemas - -post-extract: - @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/docs//" ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/accessibility/at-spi/distinfo b/accessibility/at-spi/distinfo deleted file mode 100644 index eea948f93..000000000 --- a/accessibility/at-spi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/at-spi-1.28.1.tar.bz2) = ff29958339cbff5a0e0f34e4761e7633 -SHA256 (gnome2/at-spi-1.28.1.tar.bz2) = b776a85290dcfd485f0307c8fcc71a74a07874e5edbf7bba31d599e6dab3d2be -SIZE (gnome2/at-spi-1.28.1.tar.bz2) = 843057 diff --git a/accessibility/at-spi/pkg-descr b/accessibility/at-spi/pkg-descr deleted file mode 100644 index c832f3ba9..000000000 --- a/accessibility/at-spi/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -WWW: http://developer.gnome.org/projects/gap/ diff --git a/accessibility/at-spi/pkg-plist b/accessibility/at-spi/pkg-plist deleted file mode 100644 index fba0e2732..000000000 --- a/accessibility/at-spi/pkg-plist +++ /dev/null @@ -1,236 +0,0 @@ -etc/xdg/autostart/at-spi-registryd.desktop -include/at-spi-1.0/cspi/spi-impl.h -include/at-spi-1.0/cspi/spi-listener.h -include/at-spi-1.0/cspi/spi-roletypes.h -include/at-spi-1.0/cspi/spi-statetypes.h -include/at-spi-1.0/cspi/spi.h -include/at-spi-1.0/libspi/Accessibility.h -include/at-spi-1.0/libspi/accessible.h -include/at-spi-1.0/libspi/action.h -include/at-spi-1.0/libspi/application.h -include/at-spi-1.0/libspi/base.h -include/at-spi-1.0/libspi/collection.h -include/at-spi-1.0/libspi/component.h -include/at-spi-1.0/libspi/devicelistener.h -include/at-spi-1.0/libspi/document.h -include/at-spi-1.0/libspi/editabletext.h -include/at-spi-1.0/libspi/eventlistener.h -include/at-spi-1.0/libspi/hyperlink.h -include/at-spi-1.0/libspi/hypertext.h -include/at-spi-1.0/libspi/image.h -include/at-spi-1.0/libspi/keymasks.h -include/at-spi-1.0/libspi/keystrokelistener.h -include/at-spi-1.0/libspi/libspi.h -include/at-spi-1.0/libspi/listener.h -include/at-spi-1.0/libspi/matchrule.h -include/at-spi-1.0/libspi/relation.h -include/at-spi-1.0/libspi/remoteobject.h -include/at-spi-1.0/libspi/selection.h -include/at-spi-1.0/libspi/stateset.h -include/at-spi-1.0/libspi/streamablecontent.h -include/at-spi-1.0/libspi/table.h -include/at-spi-1.0/libspi/text.h -include/at-spi-1.0/libspi/value.h -include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h -include/at-spi-1.0/login-helper/login-helper.h -lib/gtk-2.0/modules/libatk-bridge.a -lib/gtk-2.0/modules/libatk-bridge.la -lib/gtk-2.0/modules/libatk-bridge.so -lib/libcspi.a -lib/libcspi.la -lib/libcspi.so -lib/libcspi.so.10 -lib/libloginhelper.a -lib/libloginhelper.la -lib/libloginhelper.so -lib/libloginhelper.so.0 -lib/libspi.a -lib/libspi.la -lib/libspi.so -lib/libspi.so.10 -lib/orbit-2.0/Accessibility_LoginHelper_module.a -lib/orbit-2.0/Accessibility_LoginHelper_module.la -lib/orbit-2.0/Accessibility_LoginHelper_module.so -lib/orbit-2.0/Accessibility_module.a -lib/orbit-2.0/Accessibility_module.la -lib/orbit-2.0/Accessibility_module.so -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.py -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/accessible.py -%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/constants.py -%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/event.py -%%PYTHON_SITELIBDIR%%/pyatspi/event.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/event.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/registry.py -%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/utils.py -%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyo -libdata/bonobo/servers/Accessibility_Registry.server -libdata/pkgconfig/cspi-1.0.pc -libdata/pkgconfig/libloginhelper-1.0.pc -libdata/pkgconfig/libspi-1.0.pc -libexec/at-spi-registryd -share/idl/at-spi-1.0/Accessibility.idl -share/idl/at-spi-1.0/Accessibility_Accessible.idl -share/idl/at-spi-1.0/Accessibility_Action.idl -share/idl/at-spi-1.0/Accessibility_Application.idl -share/idl/at-spi-1.0/Accessibility_Collection.idl -share/idl/at-spi-1.0/Accessibility_Component.idl -share/idl/at-spi-1.0/Accessibility_Desktop.idl -share/idl/at-spi-1.0/Accessibility_Document.idl -share/idl/at-spi-1.0/Accessibility_EditableText.idl -share/idl/at-spi-1.0/Accessibility_Event.idl -share/idl/at-spi-1.0/Accessibility_Hyperlink.idl -share/idl/at-spi-1.0/Accessibility_Hypertext.idl -share/idl/at-spi-1.0/Accessibility_Image.idl -share/idl/at-spi-1.0/Accessibility_LoginHelper.idl -share/idl/at-spi-1.0/Accessibility_Registry.idl -share/idl/at-spi-1.0/Accessibility_Relation.idl -share/idl/at-spi-1.0/Accessibility_Role.idl -share/idl/at-spi-1.0/Accessibility_Selection.idl -share/idl/at-spi-1.0/Accessibility_Selector.idl -share/idl/at-spi-1.0/Accessibility_State.idl -share/idl/at-spi-1.0/Accessibility_StreamableContent.idl -share/idl/at-spi-1.0/Accessibility_Table.idl -share/idl/at-spi-1.0/Accessibility_Text.idl -share/idl/at-spi-1.0/Accessibility_Value.idl -share/locale/ang/LC_MESSAGES/at-spi.mo -share/locale/ar/LC_MESSAGES/at-spi.mo -share/locale/as/LC_MESSAGES/at-spi.mo -share/locale/ast/LC_MESSAGES/at-spi.mo -share/locale/az/LC_MESSAGES/at-spi.mo -share/locale/be/LC_MESSAGES/at-spi.mo -share/locale/be@latin/LC_MESSAGES/at-spi.mo -share/locale/bg/LC_MESSAGES/at-spi.mo -share/locale/bn/LC_MESSAGES/at-spi.mo -share/locale/bn_IN/LC_MESSAGES/at-spi.mo -share/locale/bs/LC_MESSAGES/at-spi.mo -share/locale/ca/LC_MESSAGES/at-spi.mo -share/locale/ca@valencia/LC_MESSAGES/at-spi.mo -share/locale/crh/LC_MESSAGES/at-spi.mo -share/locale/cs/LC_MESSAGES/at-spi.mo -share/locale/cy/LC_MESSAGES/at-spi.mo -share/locale/da/LC_MESSAGES/at-spi.mo -share/locale/de/LC_MESSAGES/at-spi.mo -share/locale/dz/LC_MESSAGES/at-spi.mo -share/locale/el/LC_MESSAGES/at-spi.mo -share/locale/en_CA/LC_MESSAGES/at-spi.mo -share/locale/en_GB/LC_MESSAGES/at-spi.mo -share/locale/eo/LC_MESSAGES/at-spi.mo -share/locale/es/LC_MESSAGES/at-spi.mo -share/locale/et/LC_MESSAGES/at-spi.mo -share/locale/eu/LC_MESSAGES/at-spi.mo -share/locale/fa/LC_MESSAGES/at-spi.mo -share/locale/fi/LC_MESSAGES/at-spi.mo -share/locale/fr/LC_MESSAGES/at-spi.mo -share/locale/ga/LC_MESSAGES/at-spi.mo -share/locale/gl/LC_MESSAGES/at-spi.mo -share/locale/gu/LC_MESSAGES/at-spi.mo -share/locale/he/LC_MESSAGES/at-spi.mo -share/locale/hi/LC_MESSAGES/at-spi.mo -share/locale/hr/LC_MESSAGES/at-spi.mo -share/locale/hu/LC_MESSAGES/at-spi.mo -share/locale/id/LC_MESSAGES/at-spi.mo -share/locale/is/LC_MESSAGES/at-spi.mo -share/locale/it/LC_MESSAGES/at-spi.mo -share/locale/ja/LC_MESSAGES/at-spi.mo -share/locale/ka/LC_MESSAGES/at-spi.mo -share/locale/kn/LC_MESSAGES/at-spi.mo -share/locale/ko/LC_MESSAGES/at-spi.mo -share/locale/ku/LC_MESSAGES/at-spi.mo -share/locale/lt/LC_MESSAGES/at-spi.mo -share/locale/lv/LC_MESSAGES/at-spi.mo -share/locale/mai/LC_MESSAGES/at-spi.mo -share/locale/mk/LC_MESSAGES/at-spi.mo -share/locale/ml/LC_MESSAGES/at-spi.mo -share/locale/mn/LC_MESSAGES/at-spi.mo -share/locale/mr/LC_MESSAGES/at-spi.mo -share/locale/ms/LC_MESSAGES/at-spi.mo -share/locale/nb/LC_MESSAGES/at-spi.mo -share/locale/nds/LC_MESSAGES/at-spi.mo -share/locale/ne/LC_MESSAGES/at-spi.mo -share/locale/nl/LC_MESSAGES/at-spi.mo -share/locale/nn/LC_MESSAGES/at-spi.mo -share/locale/oc/LC_MESSAGES/at-spi.mo -share/locale/or/LC_MESSAGES/at-spi.mo -share/locale/pa/LC_MESSAGES/at-spi.mo -share/locale/pl/LC_MESSAGES/at-spi.mo -share/locale/ps/LC_MESSAGES/at-spi.mo -share/locale/pt/LC_MESSAGES/at-spi.mo -share/locale/pt_BR/LC_MESSAGES/at-spi.mo -share/locale/ro/LC_MESSAGES/at-spi.mo -share/locale/ru/LC_MESSAGES/at-spi.mo -share/locale/rw/LC_MESSAGES/at-spi.mo -share/locale/sk/LC_MESSAGES/at-spi.mo -share/locale/sl/LC_MESSAGES/at-spi.mo -share/locale/sq/LC_MESSAGES/at-spi.mo -share/locale/sr/LC_MESSAGES/at-spi.mo -share/locale/sr@ije/LC_MESSAGES/at-spi.mo -share/locale/sr@latin/LC_MESSAGES/at-spi.mo -share/locale/sv/LC_MESSAGES/at-spi.mo -share/locale/ta/LC_MESSAGES/at-spi.mo -share/locale/te/LC_MESSAGES/at-spi.mo -share/locale/th/LC_MESSAGES/at-spi.mo -share/locale/tr/LC_MESSAGES/at-spi.mo -share/locale/ug/LC_MESSAGES/at-spi.mo -share/locale/uk/LC_MESSAGES/at-spi.mo -share/locale/vi/LC_MESSAGES/at-spi.mo -share/locale/wa/LC_MESSAGES/at-spi.mo -share/locale/xh/LC_MESSAGES/at-spi.mo -share/locale/zh_CN/LC_MESSAGES/at-spi.mo -share/locale/zh_HK/LC_MESSAGES/at-spi.mo -share/locale/zh_TW/LC_MESSAGES/at-spi.mo -@dirrm share/idl/at-spi-1.0 -@dirrm %%PYTHON_SITELIBDIR%%/pyatspi -@dirrm include/at-spi-1.0/login-helper -@dirrm include/at-spi-1.0/libspi -@dirrm include/at-spi-1.0/cspi -@dirrm include/at-spi-1.0 -@dirrmtry lib/orbit-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile deleted file mode 100644 index 186d9dd8d..000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: atk -# Date Created: 14 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.97 2009/08/10 08:20:02 kwm Exp $ -# - -PORTNAME= atk -PORTVERSION= 1.28.0 -PORTREVISION?= 0 -CATEGORIES= accessibility devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME accessibility toolkit (ATK) - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack glib20 ltverhack referencehack -CONFIGURE_ARGS= --enable-static \ - --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - AUTOCONF=${TRUE} AUTOMAKE=${TRUE} - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests//" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo deleted file mode 100644 index 24d0842d7..000000000 --- a/accessibility/atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/atk-1.28.0.tar.bz2) = 010a85478adc053c016a0a5c9bb52004 -SHA256 (gnome2/atk-1.28.0.tar.bz2) = e4da9fe580d2d55f4e77a138c553b4b32654dfb06bf0715592cc9dbd6355fe87 -SIZE (gnome2/atk-1.28.0.tar.bz2) = 715100 diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr deleted file mode 100644 index ac3b71815..000000000 --- a/accessibility/atk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, -just like GTK contains GUI element widgets. However, ATK's widgets -are platform-independent, so they can be used with Qt, Motif, etc. - -WWW: http://developer.gnome.org/projects/gap/ diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist deleted file mode 100644 index 650d450dd..000000000 --- a/accessibility/atk/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -include/atk-1.0/atk/atk-enum-types.h -include/atk-1.0/atk/atk.h -include/atk-1.0/atk/atkaction.h -include/atk-1.0/atk/atkcomponent.h -include/atk-1.0/atk/atkdocument.h -include/atk-1.0/atk/atkeditabletext.h -include/atk-1.0/atk/atkgobjectaccessible.h -include/atk-1.0/atk/atkhyperlink.h -include/atk-1.0/atk/atkhyperlinkimpl.h -include/atk-1.0/atk/atkhypertext.h -include/atk-1.0/atk/atkimage.h -include/atk-1.0/atk/atkmisc.h -include/atk-1.0/atk/atknoopobject.h -include/atk-1.0/atk/atknoopobjectfactory.h -include/atk-1.0/atk/atkobject.h -include/atk-1.0/atk/atkobjectfactory.h -include/atk-1.0/atk/atkregistry.h -include/atk-1.0/atk/atkrelation.h -include/atk-1.0/atk/atkrelationset.h -include/atk-1.0/atk/atkrelationtype.h -include/atk-1.0/atk/atkselection.h -include/atk-1.0/atk/atkstate.h -include/atk-1.0/atk/atkstateset.h -include/atk-1.0/atk/atkstreamablecontent.h -include/atk-1.0/atk/atktable.h -include/atk-1.0/atk/atktext.h -include/atk-1.0/atk/atkutil.h -include/atk-1.0/atk/atkvalue.h -lib/libatk-1.0.a -lib/libatk-1.0.la -lib/libatk-1.0.so -lib/libatk-1.0.so.0 -libdata/pkgconfig/atk.pc -share/locale/af/LC_MESSAGES/atk10.mo -share/locale/am/LC_MESSAGES/atk10.mo -share/locale/ar/LC_MESSAGES/atk10.mo -share/locale/as/LC_MESSAGES/atk10.mo -share/locale/az/LC_MESSAGES/atk10.mo -share/locale/be/LC_MESSAGES/atk10.mo -share/locale/be@latin/LC_MESSAGES/atk10.mo -share/locale/bg/LC_MESSAGES/atk10.mo -share/locale/bn/LC_MESSAGES/atk10.mo -share/locale/bn_IN/LC_MESSAGES/atk10.mo -share/locale/bs/LC_MESSAGES/atk10.mo -share/locale/ca/LC_MESSAGES/atk10.mo -share/locale/ca@valencia/LC_MESSAGES/atk10.mo -share/locale/cs/LC_MESSAGES/atk10.mo -share/locale/cy/LC_MESSAGES/atk10.mo -share/locale/da/LC_MESSAGES/atk10.mo -share/locale/de/LC_MESSAGES/atk10.mo -share/locale/dz/LC_MESSAGES/atk10.mo -share/locale/el/LC_MESSAGES/atk10.mo -share/locale/en_CA/LC_MESSAGES/atk10.mo -share/locale/en_GB/LC_MESSAGES/atk10.mo -share/locale/eo/LC_MESSAGES/atk10.mo -share/locale/es/LC_MESSAGES/atk10.mo -share/locale/et/LC_MESSAGES/atk10.mo -share/locale/eu/LC_MESSAGES/atk10.mo -share/locale/fa/LC_MESSAGES/atk10.mo -share/locale/fi/LC_MESSAGES/atk10.mo -share/locale/fr/LC_MESSAGES/atk10.mo -share/locale/ga/LC_MESSAGES/atk10.mo -share/locale/gl/LC_MESSAGES/atk10.mo -share/locale/gu/LC_MESSAGES/atk10.mo -share/locale/he/LC_MESSAGES/atk10.mo -share/locale/hi/LC_MESSAGES/atk10.mo -share/locale/hr/LC_MESSAGES/atk10.mo -share/locale/hu/LC_MESSAGES/atk10.mo -share/locale/id/LC_MESSAGES/atk10.mo -share/locale/is/LC_MESSAGES/atk10.mo -share/locale/it/LC_MESSAGES/atk10.mo -share/locale/ja/LC_MESSAGES/atk10.mo -share/locale/ka/LC_MESSAGES/atk10.mo -share/locale/kn/LC_MESSAGES/atk10.mo -share/locale/ko/LC_MESSAGES/atk10.mo -share/locale/ku/LC_MESSAGES/atk10.mo -share/locale/li/LC_MESSAGES/atk10.mo -share/locale/lt/LC_MESSAGES/atk10.mo -share/locale/lv/LC_MESSAGES/atk10.mo -share/locale/mai/LC_MESSAGES/atk10.mo -share/locale/mk/LC_MESSAGES/atk10.mo -share/locale/ml/LC_MESSAGES/atk10.mo -share/locale/mn/LC_MESSAGES/atk10.mo -share/locale/mr/LC_MESSAGES/atk10.mo -share/locale/ms/LC_MESSAGES/atk10.mo -share/locale/nb/LC_MESSAGES/atk10.mo -share/locale/ne/LC_MESSAGES/atk10.mo -share/locale/nl/LC_MESSAGES/atk10.mo -share/locale/nn/LC_MESSAGES/atk10.mo -share/locale/oc/LC_MESSAGES/atk10.mo -share/locale/or/LC_MESSAGES/atk10.mo -share/locale/pa/LC_MESSAGES/atk10.mo -share/locale/pl/LC_MESSAGES/atk10.mo -share/locale/pt/LC_MESSAGES/atk10.mo -share/locale/pt_BR/LC_MESSAGES/atk10.mo -share/locale/ps/LC_MESSAGES/atk10.mo -share/locale/ro/LC_MESSAGES/atk10.mo -share/locale/ru/LC_MESSAGES/atk10.mo -share/locale/rw/LC_MESSAGES/atk10.mo -share/locale/si/LC_MESSAGES/atk10.mo -share/locale/sk/LC_MESSAGES/atk10.mo -share/locale/sl/LC_MESSAGES/atk10.mo -share/locale/sq/LC_MESSAGES/atk10.mo -share/locale/sr/LC_MESSAGES/atk10.mo -share/locale/sr@latin/LC_MESSAGES/atk10.mo -share/locale/sr@ije/LC_MESSAGES/atk10.mo -share/locale/sv/LC_MESSAGES/atk10.mo -share/locale/ta/LC_MESSAGES/atk10.mo -share/locale/te/LC_MESSAGES/atk10.mo -share/locale/th/LC_MESSAGES/atk10.mo -share/locale/tk/LC_MESSAGES/atk10.mo -share/locale/tr/LC_MESSAGES/atk10.mo -share/locale/tt/LC_MESSAGES/atk10.mo -share/locale/ug/LC_MESSAGES/atk10.mo -share/locale/uk/LC_MESSAGES/atk10.mo -share/locale/vi/LC_MESSAGES/atk10.mo -share/locale/wa/LC_MESSAGES/atk10.mo -share/locale/xh/LC_MESSAGES/atk10.mo -share/locale/yi/LC_MESSAGES/atk10.mo -share/locale/zh_CN/LC_MESSAGES/atk10.mo -share/locale/zh_HK/LC_MESSAGES/atk10.mo -share/locale/zh_TW/LC_MESSAGES/atk10.mo -@dirrm include/atk-1.0/atk -@dirrm include/atk-1.0 -@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/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/accessibility/gir-repository-atk/Makefile b/accessibility/gir-repository-atk/Makefile deleted file mode 100644 index c6c5c9f53..000000000 --- a/accessibility/gir-repository-atk/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-atk -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= accessibility - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -atk - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile deleted file mode 100644 index 8e0e13a20..000000000 --- a/accessibility/gnome-mag/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnomemag -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.46 2009/09/22 07:32:33 avl Exp $ -# - -PORTNAME= gnome-mag -PORTVERSION= 0.15.9 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME screen magnifier - -USE_BZIP2= yes -USE_XORG= xfixes xdamage ice xcomposite sm -USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} - -MAN1= magnifier.1 - -.include <bsd.port.mk> diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo deleted file mode 100644 index 9fa4321bc..000000000 --- a/accessibility/gnome-mag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-mag-0.15.9.tar.bz2) = db651bbd63f4ae3cfeb344c42f80d206 -SHA256 (gnome2/gnome-mag-0.15.9.tar.bz2) = 6f921419143088587dce201afd972a60317ade269e47b0d67a38872a7615a025 -SIZE (gnome2/gnome-mag-0.15.9.tar.bz2) = 532685 diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in deleted file mode 100644 index 65bcf3580..000000000 --- a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2009-08-09 02:49:17.000000000 +0200 -+++ docs/reference/Makefile.in 2009-08-09 02:54:54.000000000 +0200 -@@ -418,8 +418,6 @@ - - html/index.html: - -rm -rf html -- -doxygen $(doxygen_configfile) \ -- 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt - - gnome-mag-reference-html.tar.gz: html/index.html - tar cf - html | gzip -c --best >$@ diff --git a/accessibility/gnome-mag/pkg-descr b/accessibility/gnome-mag/pkg-descr deleted file mode 100644 index 090a256b2..000000000 --- a/accessibility/gnome-mag/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gnome-Mag magnifies the screen for easier reading. This package includes a -magnification Bonobo service. diff --git a/accessibility/gnome-mag/pkg-plist b/accessibility/gnome-mag/pkg-plist deleted file mode 100644 index d641626ad..000000000 --- a/accessibility/gnome-mag/pkg-plist +++ /dev/null @@ -1,170 +0,0 @@ -bin/magnifier -include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h -lib/libgnome-mag.a -lib/libgnome-mag.la -lib/libgnome-mag.so -lib/libgnome-mag.so.2 -lib/orbit-2.0/GNOME_Magnifier_module.a -lib/orbit-2.0/GNOME_Magnifier_module.la -lib/orbit-2.0/GNOME_Magnifier_module.so -libdata/bonobo/servers/GNOME_Magnifier.server -libdata/pkgconfig/gnome-mag-1.0.pc -%%DATADIR%%/1_32/appstart.xpm -%%DATADIR%%/1_32/bottom_left_corner.xpm -%%DATADIR%%/1_32/bottom_side.xpm -%%DATADIR%%/1_32/busy.xpm -%%DATADIR%%/1_32/crosshair.xpm -%%DATADIR%%/1_32/default.xpm -%%DATADIR%%/1_32/fleur.xpm -%%DATADIR%%/1_32/hand.xpm -%%DATADIR%%/1_32/left_ptr.xpm -%%DATADIR%%/1_32/left_side.xpm -%%DATADIR%%/1_32/no.xpm -%%DATADIR%%/1_32/right_side.xpm -%%DATADIR%%/1_32/sb_h_double_arrow.xpm -%%DATADIR%%/1_32/sb_v_double_arrow.xpm -%%DATADIR%%/1_32/top_left_corner.xpm -%%DATADIR%%/1_32/top_right_corner.xpm -%%DATADIR%%/1_32/top_side.xpm -%%DATADIR%%/1_32/up.xpm -%%DATADIR%%/1_32/xterm.xpm -%%DATADIR%%/default-cursor.xpm -share/idl/gnome-mag-1.0/GNOME_Magnifier.idl -share/locale/ang/LC_MESSAGES/gnome-mag.mo -share/locale/ar/LC_MESSAGES/gnome-mag.mo -share/locale/as/LC_MESSAGES/gnome-mag.mo -share/locale/ast/LC_MESSAGES/gnome-mag.mo -share/locale/az/LC_MESSAGES/gnome-mag.mo -share/locale/be/LC_MESSAGES/gnome-mag.mo -share/locale/be@latin/LC_MESSAGES/gnome-mag.mo -share/locale/bg/LC_MESSAGES/gnome-mag.mo -share/locale/bn/LC_MESSAGES/gnome-mag.mo -share/locale/bn_IN/LC_MESSAGES/gnome-mag.mo -share/locale/br/LC_MESSAGES/gnome-mag.mo -share/locale/bs/LC_MESSAGES/gnome-mag.mo -share/locale/ca/LC_MESSAGES/gnome-mag.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-mag.mo -share/locale/cs/LC_MESSAGES/gnome-mag.mo -share/locale/cy/LC_MESSAGES/gnome-mag.mo -share/locale/da/LC_MESSAGES/gnome-mag.mo -share/locale/de/LC_MESSAGES/gnome-mag.mo -share/locale/dz/LC_MESSAGES/gnome-mag.mo -share/locale/el/LC_MESSAGES/gnome-mag.mo -share/locale/en_CA/LC_MESSAGES/gnome-mag.mo -share/locale/en_GB/LC_MESSAGES/gnome-mag.mo -share/locale/eo/LC_MESSAGES/gnome-mag.mo -share/locale/es/LC_MESSAGES/gnome-mag.mo -share/locale/et/LC_MESSAGES/gnome-mag.mo -share/locale/eu/LC_MESSAGES/gnome-mag.mo -share/locale/fa/LC_MESSAGES/gnome-mag.mo -share/locale/fi/LC_MESSAGES/gnome-mag.mo -share/locale/fr/LC_MESSAGES/gnome-mag.mo -share/locale/ga/LC_MESSAGES/gnome-mag.mo -share/locale/gl/LC_MESSAGES/gnome-mag.mo -share/locale/gu/LC_MESSAGES/gnome-mag.mo -share/locale/he/LC_MESSAGES/gnome-mag.mo -share/locale/hi/LC_MESSAGES/gnome-mag.mo -share/locale/hr/LC_MESSAGES/gnome-mag.mo -share/locale/hu/LC_MESSAGES/gnome-mag.mo -share/locale/id/LC_MESSAGES/gnome-mag.mo -share/locale/is/LC_MESSAGES/gnome-mag.mo -share/locale/it/LC_MESSAGES/gnome-mag.mo -share/locale/ja/LC_MESSAGES/gnome-mag.mo -share/locale/ka/LC_MESSAGES/gnome-mag.mo -share/locale/kn/LC_MESSAGES/gnome-mag.mo -share/locale/ko/LC_MESSAGES/gnome-mag.mo -share/locale/ku/LC_MESSAGES/gnome-mag.mo -share/locale/ky/LC_MESSAGES/gnome-mag.mo -share/locale/lt/LC_MESSAGES/gnome-mag.mo -share/locale/lv/LC_MESSAGES/gnome-mag.mo -share/locale/mai/LC_MESSAGES/gnome-mag.mo -share/locale/mg/LC_MESSAGES/gnome-mag.mo -share/locale/mi/LC_MESSAGES/gnome-mag.mo -share/locale/mk/LC_MESSAGES/gnome-mag.mo -share/locale/ml/LC_MESSAGES/gnome-mag.mo -share/locale/mn/LC_MESSAGES/gnome-mag.mo -share/locale/mr/LC_MESSAGES/gnome-mag.mo -share/locale/ms/LC_MESSAGES/gnome-mag.mo -share/locale/nb/LC_MESSAGES/gnome-mag.mo -share/locale/ne/LC_MESSAGES/gnome-mag.mo -share/locale/nl/LC_MESSAGES/gnome-mag.mo -share/locale/nn/LC_MESSAGES/gnome-mag.mo -share/locale/oc/LC_MESSAGES/gnome-mag.mo -share/locale/or/LC_MESSAGES/gnome-mag.mo -share/locale/pa/LC_MESSAGES/gnome-mag.mo -share/locale/pl/LC_MESSAGES/gnome-mag.mo -share/locale/pt/LC_MESSAGES/gnome-mag.mo -share/locale/pt_BR/LC_MESSAGES/gnome-mag.mo -share/locale/ro/LC_MESSAGES/gnome-mag.mo -share/locale/ru/LC_MESSAGES/gnome-mag.mo -share/locale/rw/LC_MESSAGES/gnome-mag.mo -share/locale/si/LC_MESSAGES/gnome-mag.mo -share/locale/sk/LC_MESSAGES/gnome-mag.mo -share/locale/sl/LC_MESSAGES/gnome-mag.mo -share/locale/sq/LC_MESSAGES/gnome-mag.mo -share/locale/sr/LC_MESSAGES/gnome-mag.mo -share/locale/sr@latin/LC_MESSAGES/gnome-mag.mo -share/locale/sv/LC_MESSAGES/gnome-mag.mo -share/locale/ta/LC_MESSAGES/gnome-mag.mo -share/locale/te/LC_MESSAGES/gnome-mag.mo -share/locale/th/LC_MESSAGES/gnome-mag.mo -share/locale/tk/LC_MESSAGES/gnome-mag.mo -share/locale/tr/LC_MESSAGES/gnome-mag.mo -share/locale/ug/LC_MESSAGES/gnome-mag.mo -share/locale/uk/LC_MESSAGES/gnome-mag.mo -share/locale/uz/LC_MESSAGES/gnome-mag.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-mag.mo -share/locale/vi/LC_MESSAGES/gnome-mag.mo -share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo -share/locale/zh_HK/LC_MESSAGES/gnome-mag.mo -share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo -@dirrm share/idl/gnome-mag-1.0 -@dirrm %%DATADIR%%/1_32 -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/reference/html -@dirrm %%DOCSDIR%%/reference -@dirrm %%DOCSDIR%% -@dirrm include/gnome-mag-1.0/magnifier -@dirrm include/gnome-mag-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/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/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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile deleted file mode 100644 index 93f58d5b0..000000000 --- a/accessibility/gok/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gok -# Date created: 12 April 2003 -# Whom: Adam Weinberger <adamw@freebsd.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/gok/Makefile,v 1.105 2009/09/22 09:01:18 kwm Exp $ -# - -PORTNAME= gok -PORTVERSION= 2.28.1 -PORTEPOCH= 1 -CATEGORIES= accessibility sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME On-Screen Keyboard (GOK) - -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ - gnomespeech -USE_GMAKE= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gok.schemas - -.include <bsd.port.mk> diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo deleted file mode 100644 index 52f56cb2e..000000000 --- a/accessibility/gok/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gok-2.28.1.tar.bz2) = d7305f12c703e13eeaed796f996dbc86 -SHA256 (gnome2/gok-2.28.1.tar.bz2) = 121ab98605b0981c131cdc49bf190ba81e9a9d5c720fa94ed2fb3193f121e904 -SIZE (gnome2/gok-2.28.1.tar.bz2) = 1588038 diff --git a/accessibility/gok/pkg-descr b/accessibility/gok/pkg-descr deleted file mode 100644 index 1ef635d80..000000000 --- a/accessibility/gok/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -The GNOME On-Screen Keyboard (GOK) is an accessibility interface -that gives you control of your system without needing a keyboard. -The GOK makes available a hierarchical button system that enables -keyboardless entry of common accelerators, and contains a -clickable keyboard that sports suggested autocompletion of many -common words, and even some commands. The GOK will provide an -alternative interface to common commands and functions within -applications that utilize the AT SPI. - -The GOK is is designed to be usable by many alternative input -methods, i.e. not a common keyboard and mouse combination. - -WWW: http://www.gok.ca diff --git a/accessibility/gok/pkg-plist b/accessibility/gok/pkg-plist deleted file mode 100644 index a80237b5f..000000000 --- a/accessibility/gok/pkg-plist +++ /dev/null @@ -1,1064 +0,0 @@ -bin/create-branching-keyboard -bin/gok -libdata/bonobo/servers/GNOME_Gok.server -libdata/pkgconfig/gok-1.0.pc -share/applications/gok.desktop -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/gok-GokButton.html -%%DOCSDIR%%/gok-arraylist.html -%%DOCSDIR%%/gok-callbacks.html -%%DOCSDIR%%/gok-command-common.html -%%DOCSDIR%%/gok-command-edge-data.html -%%DOCSDIR%%/gok-command-edge.html -%%DOCSDIR%%/gok-command-graph.html -%%DOCSDIR%%/gok-command-predictor.html -%%DOCSDIR%%/gok-command-vertex-data.html -%%DOCSDIR%%/gok-command-vertex.html -%%DOCSDIR%%/gok-global.html -%%DOCSDIR%%/gok-gok-action.html -%%DOCSDIR%%/gok-gok-branchback-stack.html -%%DOCSDIR%%/gok-gok-chunker.html -%%DOCSDIR%%/gok-gok-control.html -%%DOCSDIR%%/gok-gok-data.html -%%DOCSDIR%%/gok-gok-editor.html -%%DOCSDIR%%/gok-gok-feedback.html -%%DOCSDIR%%/gok-gok-gconf-keys.html -%%DOCSDIR%%/gok-gok-gconf.html -%%DOCSDIR%%/gok-gok-key.html -%%DOCSDIR%%/gok-gok-keyboard.html -%%DOCSDIR%%/gok-gok-keyslotter.html -%%DOCSDIR%%/gok-gok-log-priv.html -%%DOCSDIR%%/gok-gok-log-reader.html -%%DOCSDIR%%/gok-gok-log.html -%%DOCSDIR%%/gok-gok-modifier.html -%%DOCSDIR%%/gok-gok-output.html -%%DOCSDIR%%/gok-gok-page-accessmethod.html -%%DOCSDIR%%/gok-gok-page-actions.html -%%DOCSDIR%%/gok-gok-page-feedbacks.html -%%DOCSDIR%%/gok-gok-page-keysizespace.html -%%DOCSDIR%%/gok-gok-page-wordcomplete.html -%%DOCSDIR%%/gok-gok-predictor.html -%%DOCSDIR%%/gok-gok-scanner.html -%%DOCSDIR%%/gok-gok-settings-dialog.html -%%DOCSDIR%%/gok-gok-sound.html -%%DOCSDIR%%/gok-gok-spy-priv.html -%%DOCSDIR%%/gok-gok-spy.html -%%DOCSDIR%%/gok-gok-word-complete.html -%%DOCSDIR%%/gok-gok.html -%%DOCSDIR%%/gok-gtkjoyswitch.html -%%DOCSDIR%%/gok-interface.html -%%DOCSDIR%%/gok-main.html -%%DOCSDIR%%/gok-support.html -%%DOCSDIR%%/gok-switchapi.html -%%DOCSDIR%%/gok-word-complete.html -%%DOCSDIR%%/gok.devhelp -%%DOCSDIR%%/gok.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/help/gok/C/gok.xml -share/gnome/help/gok/C/legal.xml -%%DATADIR%%/C/gok-controls.kbd -%%DATADIR%%/C/hide.kbd -%%DATADIR%%/C/launcher.kbd -%%DATADIR%%/C/main.kbd -%%DATADIR%%/C/mouse.kbd -%%DATADIR%%/C/move-resize.kbd -%%DATADIR%%/C/numberpad.kbd -%%DATADIR%%/C/quit.kbd -%%DATADIR%%/C/text-operations.kbd -%%DATADIR%%/C/valuator.kbd -%%DATADIR%%/East.png -%%DATADIR%%/Keyboard.kbd -%%DATADIR%%/NE.png -%%DATADIR%%/NW.png -%%DATADIR%%/North.png -%%DATADIR%%/SE.png -%%DATADIR%%/SW.png -%%DATADIR%%/South.png -%%DATADIR%%/West.png -%%DATADIR%%/am/gok-controls.kbd -%%DATADIR%%/am/hide.kbd -%%DATADIR%%/am/launcher.kbd -%%DATADIR%%/am/main.kbd -%%DATADIR%%/am/mouse.kbd -%%DATADIR%%/am/move-resize.kbd -%%DATADIR%%/am/numberpad.kbd -%%DATADIR%%/am/quit.kbd -%%DATADIR%%/am/text-operations.kbd -%%DATADIR%%/am/valuator.kbd -%%DATADIR%%/ang/gok-controls.kbd -%%DATADIR%%/ang/hide.kbd -%%DATADIR%%/ang/launcher.kbd -%%DATADIR%%/ang/main.kbd -%%DATADIR%%/ang/mouse.kbd -%%DATADIR%%/ang/move-resize.kbd -%%DATADIR%%/ang/numberpad.kbd -%%DATADIR%%/ang/quit.kbd -%%DATADIR%%/ang/text-operations.kbd -%%DATADIR%%/ang/valuator.kbd -%%DATADIR%%/ar/gok-controls.kbd -%%DATADIR%%/ar/hide.kbd -%%DATADIR%%/ar/launcher.kbd -%%DATADIR%%/ar/main.kbd -%%DATADIR%%/ar/mouse.kbd -%%DATADIR%%/ar/move-resize.kbd -%%DATADIR%%/ar/numberpad.kbd -%%DATADIR%%/ar/quit.kbd -%%DATADIR%%/ar/text-operations.kbd -%%DATADIR%%/ar/valuator.kbd -%%DATADIR%%/as/gok-controls.kbd -%%DATADIR%%/as/hide.kbd -%%DATADIR%%/as/launcher.kbd -%%DATADIR%%/as/main.kbd -%%DATADIR%%/as/mouse.kbd -%%DATADIR%%/as/move-resize.kbd -%%DATADIR%%/as/numberpad.kbd -%%DATADIR%%/as/quit.kbd -%%DATADIR%%/as/text-operations.kbd -%%DATADIR%%/as/valuator.kbd -%%DATADIR%%/automatic-scanning.xam -%%DATADIR%%/az/gok-controls.kbd -%%DATADIR%%/az/hide.kbd -%%DATADIR%%/az/launcher.kbd -%%DATADIR%%/az/main.kbd -%%DATADIR%%/az/mouse.kbd -%%DATADIR%%/az/move-resize.kbd -%%DATADIR%%/az/numberpad.kbd -%%DATADIR%%/az/quit.kbd -%%DATADIR%%/az/text-operations.kbd -%%DATADIR%%/az/valuator.kbd -%%DATADIR%%/be/gok-controls.kbd -%%DATADIR%%/be/hide.kbd -%%DATADIR%%/be/launcher.kbd -%%DATADIR%%/be/main.kbd -%%DATADIR%%/be/mouse.kbd -%%DATADIR%%/be/move-resize.kbd -%%DATADIR%%/be/numberpad.kbd -%%DATADIR%%/be/quit.kbd -%%DATADIR%%/be/text-operations.kbd -%%DATADIR%%/be/valuator.kbd -%%DATADIR%%/bg/gok-controls.kbd -%%DATADIR%%/bg/hide.kbd -%%DATADIR%%/bg/launcher.kbd -%%DATADIR%%/bg/main.kbd -%%DATADIR%%/bg/mouse.kbd -%%DATADIR%%/bg/move-resize.kbd -%%DATADIR%%/bg/numberpad.kbd -%%DATADIR%%/bg/quit.kbd -%%DATADIR%%/bg/text-operations.kbd -%%DATADIR%%/bg/valuator.kbd -%%DATADIR%%/bn/gok-controls.kbd -%%DATADIR%%/bn/hide.kbd -%%DATADIR%%/bn/launcher.kbd -%%DATADIR%%/bn/main.kbd -%%DATADIR%%/bn/mouse.kbd -%%DATADIR%%/bn/move-resize.kbd -%%DATADIR%%/bn/numberpad.kbd -%%DATADIR%%/bn/quit.kbd -%%DATADIR%%/bn/text-operations.kbd -%%DATADIR%%/bn/valuator.kbd -%%DATADIR%%/bn_IN/gok-controls.kbd -%%DATADIR%%/bn_IN/hide.kbd -%%DATADIR%%/bn_IN/launcher.kbd -%%DATADIR%%/bn_IN/main.kbd -%%DATADIR%%/bn_IN/mouse.kbd -%%DATADIR%%/bn_IN/move-resize.kbd -%%DATADIR%%/bn_IN/numberpad.kbd -%%DATADIR%%/bn_IN/quit.kbd -%%DATADIR%%/bn_IN/text-operations.kbd -%%DATADIR%%/bn_IN/valuator.kbd -%%DATADIR%%/ca/gok-controls.kbd -%%DATADIR%%/ca/hide.kbd -%%DATADIR%%/ca/launcher.kbd -%%DATADIR%%/ca/main.kbd -%%DATADIR%%/ca/mouse.kbd -%%DATADIR%%/ca/move-resize.kbd -%%DATADIR%%/ca/numberpad.kbd -%%DATADIR%%/ca/quit.kbd -%%DATADIR%%/ca/text-operations.kbd -%%DATADIR%%/ca/valuator.kbd -%%DATADIR%%/ca@valencia/gok-controls.kbd -%%DATADIR%%/ca@valencia/hide.kbd -%%DATADIR%%/ca@valencia/launcher.kbd -%%DATADIR%%/ca@valencia/main.kbd -%%DATADIR%%/ca@valencia/mouse.kbd -%%DATADIR%%/ca@valencia/move-resize.kbd -%%DATADIR%%/ca@valencia/numberpad.kbd -%%DATADIR%%/ca@valencia/quit.kbd -%%DATADIR%%/ca@valencia/text-operations.kbd -%%DATADIR%%/ca@valencia/valuator.kbd -%%DATADIR%%/cs/gok-controls.kbd -%%DATADIR%%/cs/hide.kbd -%%DATADIR%%/cs/launcher.kbd -%%DATADIR%%/cs/main.kbd -%%DATADIR%%/cs/mouse.kbd -%%DATADIR%%/cs/move-resize.kbd -%%DATADIR%%/cs/numberpad.kbd -%%DATADIR%%/cs/quit.kbd -%%DATADIR%%/cs/text-operations.kbd -%%DATADIR%%/cs/valuator.kbd -%%DATADIR%%/cy/gok-controls.kbd -%%DATADIR%%/cy/hide.kbd -%%DATADIR%%/cy/launcher.kbd -%%DATADIR%%/cy/main.kbd -%%DATADIR%%/cy/mouse.kbd -%%DATADIR%%/cy/move-resize.kbd -%%DATADIR%%/cy/numberpad.kbd -%%DATADIR%%/cy/quit.kbd -%%DATADIR%%/cy/text-operations.kbd -%%DATADIR%%/cy/valuator.kbd -%%DATADIR%%/da/gok-controls.kbd -%%DATADIR%%/da/hide.kbd -%%DATADIR%%/da/launcher.kbd -%%DATADIR%%/da/main.kbd -%%DATADIR%%/da/mouse.kbd -%%DATADIR%%/da/move-resize.kbd -%%DATADIR%%/da/numberpad.kbd -%%DATADIR%%/da/quit.kbd -%%DATADIR%%/da/text-operations.kbd -%%DATADIR%%/da/valuator.kbd -%%DATADIR%%/de/gok-controls.kbd -%%DATADIR%%/de/hide.kbd -%%DATADIR%%/de/launcher.kbd -%%DATADIR%%/de/main.kbd -%%DATADIR%%/de/mouse.kbd -%%DATADIR%%/de/move-resize.kbd -%%DATADIR%%/de/numberpad.kbd -%%DATADIR%%/de/quit.kbd -%%DATADIR%%/de/text-operations.kbd -%%DATADIR%%/de/valuator.kbd -%%DATADIR%%/dictionary.txt -%%DATADIR%%/direct-selection.xam -%%DATADIR%%/directed.xam -%%DATADIR%%/dwell-selection.xam -%%DATADIR%%/dz/gok-controls.kbd -%%DATADIR%%/dz/hide.kbd -%%DATADIR%%/dz/launcher.kbd -%%DATADIR%%/dz/main.kbd -%%DATADIR%%/dz/mouse.kbd -%%DATADIR%%/dz/move-resize.kbd -%%DATADIR%%/dz/numberpad.kbd -%%DATADIR%%/dz/quit.kbd -%%DATADIR%%/dz/text-operations.kbd -%%DATADIR%%/dz/valuator.kbd -%%DATADIR%%/el/gok-controls.kbd -%%DATADIR%%/el/hide.kbd -%%DATADIR%%/el/launcher.kbd -%%DATADIR%%/el/main.kbd -%%DATADIR%%/el/mouse.kbd -%%DATADIR%%/el/move-resize.kbd -%%DATADIR%%/el/numberpad.kbd -%%DATADIR%%/el/quit.kbd -%%DATADIR%%/el/text-operations.kbd -%%DATADIR%%/el/valuator.kbd -%%DATADIR%%/empty.png -%%DATADIR%%/en_CA/gok-controls.kbd -%%DATADIR%%/en_CA/hide.kbd -%%DATADIR%%/en_CA/launcher.kbd -%%DATADIR%%/en_CA/main.kbd -%%DATADIR%%/en_CA/mouse.kbd -%%DATADIR%%/en_CA/move-resize.kbd -%%DATADIR%%/en_CA/numberpad.kbd -%%DATADIR%%/en_CA/quit.kbd -%%DATADIR%%/en_CA/text-operations.kbd -%%DATADIR%%/en_CA/valuator.kbd -%%DATADIR%%/en_GB/gok-controls.kbd -%%DATADIR%%/en_GB/hide.kbd -%%DATADIR%%/en_GB/launcher.kbd -%%DATADIR%%/en_GB/main.kbd -%%DATADIR%%/en_GB/mouse.kbd -%%DATADIR%%/en_GB/move-resize.kbd -%%DATADIR%%/en_GB/numberpad.kbd -%%DATADIR%%/en_GB/quit.kbd -%%DATADIR%%/en_GB/text-operations.kbd -%%DATADIR%%/en_GB/valuator.kbd -%%DATADIR%%/es/gok-controls.kbd -%%DATADIR%%/es/hide.kbd -%%DATADIR%%/es/launcher.kbd -%%DATADIR%%/es/main.kbd -%%DATADIR%%/es/mouse.kbd -%%DATADIR%%/es/move-resize.kbd -%%DATADIR%%/es/numberpad.kbd -%%DATADIR%%/es/quit.kbd -%%DATADIR%%/es/text-operations.kbd -%%DATADIR%%/es/valuator.kbd -%%DATADIR%%/et/gok-controls.kbd -%%DATADIR%%/et/hide.kbd -%%DATADIR%%/et/launcher.kbd -%%DATADIR%%/et/main.kbd -%%DATADIR%%/et/mouse.kbd -%%DATADIR%%/et/move-resize.kbd -%%DATADIR%%/et/numberpad.kbd -%%DATADIR%%/et/quit.kbd -%%DATADIR%%/et/text-operations.kbd -%%DATADIR%%/et/valuator.kbd -%%DATADIR%%/eu/gok-controls.kbd -%%DATADIR%%/eu/hide.kbd -%%DATADIR%%/eu/launcher.kbd -%%DATADIR%%/eu/main.kbd -%%DATADIR%%/eu/mouse.kbd -%%DATADIR%%/eu/move-resize.kbd -%%DATADIR%%/eu/numberpad.kbd -%%DATADIR%%/eu/quit.kbd -%%DATADIR%%/eu/text-operations.kbd -%%DATADIR%%/eu/valuator.kbd -%%DATADIR%%/fa/gok-controls.kbd -%%DATADIR%%/fa/hide.kbd -%%DATADIR%%/fa/launcher.kbd -%%DATADIR%%/fa/main.kbd -%%DATADIR%%/fa/mouse.kbd -%%DATADIR%%/fa/move-resize.kbd -%%DATADIR%%/fa/numberpad.kbd -%%DATADIR%%/fa/quit.kbd -%%DATADIR%%/fa/text-operations.kbd -%%DATADIR%%/fa/valuator.kbd -%%DATADIR%%/fi/gok-controls.kbd -%%DATADIR%%/fi/hide.kbd -%%DATADIR%%/fi/launcher.kbd -%%DATADIR%%/fi/main.kbd -%%DATADIR%%/fi/mouse.kbd -%%DATADIR%%/fi/move-resize.kbd -%%DATADIR%%/fi/numberpad.kbd -%%DATADIR%%/fi/quit.kbd -%%DATADIR%%/fi/text-operations.kbd -%%DATADIR%%/fi/valuator.kbd -%%DATADIR%%/fr/gok-controls.kbd -%%DATADIR%%/fr/hide.kbd -%%DATADIR%%/fr/launcher.kbd -%%DATADIR%%/fr/main.kbd -%%DATADIR%%/fr/mouse.kbd -%%DATADIR%%/fr/move-resize.kbd -%%DATADIR%%/fr/numberpad.kbd -%%DATADIR%%/fr/quit.kbd -%%DATADIR%%/fr/text-operations.kbd -%%DATADIR%%/fr/valuator.kbd -%%DATADIR%%/ga/gok-controls.kbd -%%DATADIR%%/ga/hide.kbd -%%DATADIR%%/ga/launcher.kbd -%%DATADIR%%/ga/main.kbd -%%DATADIR%%/ga/mouse.kbd -%%DATADIR%%/ga/move-resize.kbd -%%DATADIR%%/ga/numberpad.kbd -%%DATADIR%%/ga/quit.kbd -%%DATADIR%%/ga/text-operations.kbd -%%DATADIR%%/ga/valuator.kbd -%%DATADIR%%/gl/gok-controls.kbd -%%DATADIR%%/gl/hide.kbd -%%DATADIR%%/gl/launcher.kbd -%%DATADIR%%/gl/main.kbd -%%DATADIR%%/gl/mouse.kbd -%%DATADIR%%/gl/move-resize.kbd -%%DATADIR%%/gl/numberpad.kbd -%%DATADIR%%/gl/quit.kbd -%%DATADIR%%/gl/text-operations.kbd -%%DATADIR%%/gl/valuator.kbd -%%DATADIR%%/glade/gok.glade2 -%%DATADIR%%/gok.rc -%%DATADIR%%/goklogo.png -%%DATADIR%%/gu/gok-controls.kbd -%%DATADIR%%/gu/hide.kbd -%%DATADIR%%/gu/launcher.kbd -%%DATADIR%%/gu/main.kbd -%%DATADIR%%/gu/mouse.kbd -%%DATADIR%%/gu/move-resize.kbd -%%DATADIR%%/gu/numberpad.kbd -%%DATADIR%%/gu/quit.kbd -%%DATADIR%%/gu/text-operations.kbd -%%DATADIR%%/gu/valuator.kbd -%%DATADIR%%/he/gok-controls.kbd -%%DATADIR%%/he/hide.kbd -%%DATADIR%%/he/launcher.kbd -%%DATADIR%%/he/main.kbd -%%DATADIR%%/he/mouse.kbd -%%DATADIR%%/he/move-resize.kbd -%%DATADIR%%/he/numberpad.kbd -%%DATADIR%%/he/quit.kbd -%%DATADIR%%/he/text-operations.kbd -%%DATADIR%%/he/valuator.kbd -%%DATADIR%%/hi/gok-controls.kbd -%%DATADIR%%/hi/hide.kbd -%%DATADIR%%/hi/launcher.kbd -%%DATADIR%%/hi/main.kbd -%%DATADIR%%/hi/mouse.kbd -%%DATADIR%%/hi/move-resize.kbd -%%DATADIR%%/hi/numberpad.kbd -%%DATADIR%%/hi/quit.kbd -%%DATADIR%%/hi/text-operations.kbd -%%DATADIR%%/hi/valuator.kbd -%%DATADIR%%/hr/gok-controls.kbd -%%DATADIR%%/hr/hide.kbd -%%DATADIR%%/hr/launcher.kbd -%%DATADIR%%/hr/main.kbd -%%DATADIR%%/hr/mouse.kbd -%%DATADIR%%/hr/move-resize.kbd -%%DATADIR%%/hr/numberpad.kbd -%%DATADIR%%/hr/quit.kbd -%%DATADIR%%/hr/text-operations.kbd -%%DATADIR%%/hr/valuator.kbd -%%DATADIR%%/hu/gok-controls.kbd -%%DATADIR%%/hu/hide.kbd -%%DATADIR%%/hu/launcher.kbd -%%DATADIR%%/hu/main.kbd -%%DATADIR%%/hu/mouse.kbd -%%DATADIR%%/hu/move-resize.kbd -%%DATADIR%%/hu/numberpad.kbd -%%DATADIR%%/hu/quit.kbd -%%DATADIR%%/hu/text-operations.kbd -%%DATADIR%%/hu/valuator.kbd -%%DATADIR%%/id/gok-controls.kbd -%%DATADIR%%/id/hide.kbd -%%DATADIR%%/id/launcher.kbd -%%DATADIR%%/id/main.kbd -%%DATADIR%%/id/mouse.kbd -%%DATADIR%%/id/move-resize.kbd -%%DATADIR%%/id/numberpad.kbd -%%DATADIR%%/id/quit.kbd -%%DATADIR%%/id/text-operations.kbd -%%DATADIR%%/id/valuator.kbd -%%DATADIR%%/inverse-scanning.xam -%%DATADIR%%/it/gok-controls.kbd -%%DATADIR%%/it/hide.kbd -%%DATADIR%%/it/launcher.kbd -%%DATADIR%%/it/main.kbd -%%DATADIR%%/it/mouse.kbd -%%DATADIR%%/it/move-resize.kbd -%%DATADIR%%/it/numberpad.kbd -%%DATADIR%%/it/quit.kbd -%%DATADIR%%/it/text-operations.kbd -%%DATADIR%%/it/valuator.kbd -%%DATADIR%%/ja/gok-controls.kbd -%%DATADIR%%/ja/hide.kbd -%%DATADIR%%/ja/launcher.kbd -%%DATADIR%%/ja/main.kbd -%%DATADIR%%/ja/mouse.kbd -%%DATADIR%%/ja/move-resize.kbd -%%DATADIR%%/ja/numberpad.kbd -%%DATADIR%%/ja/quit.kbd -%%DATADIR%%/ja/text-operations.kbd -%%DATADIR%%/ja/valuator.kbd -%%DATADIR%%/ka/gok-controls.kbd -%%DATADIR%%/ka/hide.kbd -%%DATADIR%%/ka/launcher.kbd -%%DATADIR%%/ka/main.kbd -%%DATADIR%%/ka/mouse.kbd -%%DATADIR%%/ka/move-resize.kbd -%%DATADIR%%/ka/numberpad.kbd -%%DATADIR%%/ka/quit.kbd -%%DATADIR%%/ka/text-operations.kbd -%%DATADIR%%/ka/valuator.kbd -%%DATADIR%%/kn/gok-controls.kbd -%%DATADIR%%/kn/hide.kbd -%%DATADIR%%/kn/launcher.kbd -%%DATADIR%%/kn/main.kbd -%%DATADIR%%/kn/mouse.kbd -%%DATADIR%%/kn/move-resize.kbd -%%DATADIR%%/kn/numberpad.kbd -%%DATADIR%%/kn/quit.kbd -%%DATADIR%%/kn/text-operations.kbd -%%DATADIR%%/kn/valuator.kbd -%%DATADIR%%/ko/gok-controls.kbd -%%DATADIR%%/ko/hide.kbd -%%DATADIR%%/ko/launcher.kbd -%%DATADIR%%/ko/main.kbd -%%DATADIR%%/ko/mouse.kbd -%%DATADIR%%/ko/move-resize.kbd -%%DATADIR%%/ko/numberpad.kbd -%%DATADIR%%/ko/quit.kbd -%%DATADIR%%/ko/text-operations.kbd -%%DATADIR%%/ko/valuator.kbd -%%DATADIR%%/ku/gok-controls.kbd -%%DATADIR%%/ku/hide.kbd -%%DATADIR%%/ku/launcher.kbd -%%DATADIR%%/ku/main.kbd -%%DATADIR%%/ku/mouse.kbd -%%DATADIR%%/ku/move-resize.kbd -%%DATADIR%%/ku/numberpad.kbd -%%DATADIR%%/ku/quit.kbd -%%DATADIR%%/ku/text-operations.kbd -%%DATADIR%%/ku/valuator.kbd -%%DATADIR%%/latched.png -%%DATADIR%%/locked.png -%%DATADIR%%/lt/gok-controls.kbd -%%DATADIR%%/lt/hide.kbd -%%DATADIR%%/lt/launcher.kbd -%%DATADIR%%/lt/main.kbd -%%DATADIR%%/lt/mouse.kbd -%%DATADIR%%/lt/move-resize.kbd -%%DATADIR%%/lt/numberpad.kbd -%%DATADIR%%/lt/quit.kbd -%%DATADIR%%/lt/text-operations.kbd -%%DATADIR%%/lt/valuator.kbd -%%DATADIR%%/lv/gok-controls.kbd -%%DATADIR%%/lv/hide.kbd -%%DATADIR%%/lv/launcher.kbd -%%DATADIR%%/lv/main.kbd -%%DATADIR%%/lv/mouse.kbd -%%DATADIR%%/lv/move-resize.kbd -%%DATADIR%%/lv/numberpad.kbd -%%DATADIR%%/lv/quit.kbd -%%DATADIR%%/lv/text-operations.kbd -%%DATADIR%%/lv/valuator.kbd -%%DATADIR%%/mai/gok-controls.kbd -%%DATADIR%%/mai/hide.kbd -%%DATADIR%%/mai/launcher.kbd -%%DATADIR%%/mai/main.kbd -%%DATADIR%%/mai/mouse.kbd -%%DATADIR%%/mai/move-resize.kbd -%%DATADIR%%/mai/numberpad.kbd -%%DATADIR%%/mai/quit.kbd -%%DATADIR%%/mai/text-operations.kbd -%%DATADIR%%/mai/valuator.kbd -%%DATADIR%%/manage.kbd -%%DATADIR%%/mk/gok-controls.kbd -%%DATADIR%%/mk/hide.kbd -%%DATADIR%%/mk/launcher.kbd -%%DATADIR%%/mk/main.kbd -%%DATADIR%%/mk/mouse.kbd -%%DATADIR%%/mk/move-resize.kbd -%%DATADIR%%/mk/numberpad.kbd -%%DATADIR%%/mk/quit.kbd -%%DATADIR%%/mk/text-operations.kbd -%%DATADIR%%/mk/valuator.kbd -%%DATADIR%%/ml/gok-controls.kbd -%%DATADIR%%/ml/hide.kbd -%%DATADIR%%/ml/launcher.kbd -%%DATADIR%%/ml/main.kbd -%%DATADIR%%/ml/mouse.kbd -%%DATADIR%%/ml/move-resize.kbd -%%DATADIR%%/ml/numberpad.kbd -%%DATADIR%%/ml/quit.kbd -%%DATADIR%%/ml/text-operations.kbd -%%DATADIR%%/ml/valuator.kbd -%%DATADIR%%/mn/gok-controls.kbd -%%DATADIR%%/mn/hide.kbd -%%DATADIR%%/mn/launcher.kbd -%%DATADIR%%/mn/main.kbd -%%DATADIR%%/mn/mouse.kbd -%%DATADIR%%/mn/move-resize.kbd -%%DATADIR%%/mn/numberpad.kbd -%%DATADIR%%/mn/quit.kbd -%%DATADIR%%/mn/text-operations.kbd -%%DATADIR%%/mn/valuator.kbd -%%DATADIR%%/mr/gok-controls.kbd -%%DATADIR%%/mr/hide.kbd -%%DATADIR%%/mr/launcher.kbd -%%DATADIR%%/mr/main.kbd -%%DATADIR%%/mr/mouse.kbd -%%DATADIR%%/mr/move-resize.kbd -%%DATADIR%%/mr/numberpad.kbd -%%DATADIR%%/mr/quit.kbd -%%DATADIR%%/mr/text-operations.kbd -%%DATADIR%%/mr/valuator.kbd -%%DATADIR%%/ms/gok-controls.kbd -%%DATADIR%%/ms/hide.kbd -%%DATADIR%%/ms/launcher.kbd -%%DATADIR%%/ms/main.kbd -%%DATADIR%%/ms/mouse.kbd -%%DATADIR%%/ms/move-resize.kbd -%%DATADIR%%/ms/numberpad.kbd -%%DATADIR%%/ms/quit.kbd -%%DATADIR%%/ms/text-operations.kbd -%%DATADIR%%/ms/valuator.kbd -%%DATADIR%%/nb/gok-controls.kbd -%%DATADIR%%/nb/hide.kbd -%%DATADIR%%/nb/launcher.kbd -%%DATADIR%%/nb/main.kbd -%%DATADIR%%/nb/mouse.kbd -%%DATADIR%%/nb/move-resize.kbd -%%DATADIR%%/nb/numberpad.kbd -%%DATADIR%%/nb/quit.kbd -%%DATADIR%%/nb/text-operations.kbd -%%DATADIR%%/nb/valuator.kbd -%%DATADIR%%/ne/gok-controls.kbd -%%DATADIR%%/ne/hide.kbd -%%DATADIR%%/ne/launcher.kbd -%%DATADIR%%/ne/main.kbd -%%DATADIR%%/ne/mouse.kbd -%%DATADIR%%/ne/move-resize.kbd -%%DATADIR%%/ne/numberpad.kbd -%%DATADIR%%/ne/quit.kbd -%%DATADIR%%/ne/text-operations.kbd -%%DATADIR%%/ne/valuator.kbd -%%DATADIR%%/nl/gok-controls.kbd -%%DATADIR%%/nl/hide.kbd -%%DATADIR%%/nl/launcher.kbd -%%DATADIR%%/nl/main.kbd -%%DATADIR%%/nl/mouse.kbd -%%DATADIR%%/nl/move-resize.kbd -%%DATADIR%%/nl/numberpad.kbd -%%DATADIR%%/nl/quit.kbd -%%DATADIR%%/nl/text-operations.kbd -%%DATADIR%%/nl/valuator.kbd -%%DATADIR%%/nn/gok-controls.kbd -%%DATADIR%%/nn/hide.kbd -%%DATADIR%%/nn/launcher.kbd -%%DATADIR%%/nn/main.kbd -%%DATADIR%%/nn/mouse.kbd -%%DATADIR%%/nn/move-resize.kbd -%%DATADIR%%/nn/numberpad.kbd -%%DATADIR%%/nn/quit.kbd -%%DATADIR%%/nn/text-operations.kbd -%%DATADIR%%/nn/valuator.kbd -%%DATADIR%%/oc/gok-controls.kbd -%%DATADIR%%/oc/hide.kbd -%%DATADIR%%/oc/launcher.kbd -%%DATADIR%%/oc/main.kbd -%%DATADIR%%/oc/mouse.kbd -%%DATADIR%%/oc/move-resize.kbd -%%DATADIR%%/oc/numberpad.kbd -%%DATADIR%%/oc/quit.kbd -%%DATADIR%%/oc/text-operations.kbd -%%DATADIR%%/oc/valuator.kbd -%%DATADIR%%/or/gok-controls.kbd -%%DATADIR%%/or/hide.kbd -%%DATADIR%%/or/launcher.kbd -%%DATADIR%%/or/main.kbd -%%DATADIR%%/or/mouse.kbd -%%DATADIR%%/or/move-resize.kbd -%%DATADIR%%/or/numberpad.kbd -%%DATADIR%%/or/quit.kbd -%%DATADIR%%/or/text-operations.kbd -%%DATADIR%%/or/valuator.kbd -%%DATADIR%%/pa/gok-controls.kbd -%%DATADIR%%/pa/hide.kbd -%%DATADIR%%/pa/launcher.kbd -%%DATADIR%%/pa/main.kbd -%%DATADIR%%/pa/mouse.kbd -%%DATADIR%%/pa/move-resize.kbd -%%DATADIR%%/pa/numberpad.kbd -%%DATADIR%%/pa/quit.kbd -%%DATADIR%%/pa/text-operations.kbd -%%DATADIR%%/pa/valuator.kbd -%%DATADIR%%/pl/gok-controls.kbd -%%DATADIR%%/pl/hide.kbd -%%DATADIR%%/pl/launcher.kbd -%%DATADIR%%/pl/main.kbd -%%DATADIR%%/pl/mouse.kbd -%%DATADIR%%/pl/move-resize.kbd -%%DATADIR%%/pl/numberpad.kbd -%%DATADIR%%/pl/quit.kbd -%%DATADIR%%/pl/text-operations.kbd -%%DATADIR%%/pl/valuator.kbd -%%DATADIR%%/pt/gok-controls.kbd -%%DATADIR%%/pt/hide.kbd -%%DATADIR%%/pt/launcher.kbd -%%DATADIR%%/pt/main.kbd -%%DATADIR%%/pt/mouse.kbd -%%DATADIR%%/pt/move-resize.kbd -%%DATADIR%%/pt/numberpad.kbd -%%DATADIR%%/pt/quit.kbd -%%DATADIR%%/pt/text-operations.kbd -%%DATADIR%%/pt/valuator.kbd -%%DATADIR%%/pt_BR/gok-controls.kbd -%%DATADIR%%/pt_BR/hide.kbd -%%DATADIR%%/pt_BR/launcher.kbd -%%DATADIR%%/pt_BR/main.kbd -%%DATADIR%%/pt_BR/mouse.kbd -%%DATADIR%%/pt_BR/move-resize.kbd -%%DATADIR%%/pt_BR/numberpad.kbd -%%DATADIR%%/pt_BR/quit.kbd -%%DATADIR%%/pt_BR/text-operations.kbd -%%DATADIR%%/pt_BR/valuator.kbd -%%DATADIR%%/qwerty.kbd -%%DATADIR%%/ro/gok-controls.kbd -%%DATADIR%%/ro/hide.kbd -%%DATADIR%%/ro/launcher.kbd -%%DATADIR%%/ro/main.kbd -%%DATADIR%%/ro/mouse.kbd -%%DATADIR%%/ro/move-resize.kbd -%%DATADIR%%/ro/numberpad.kbd -%%DATADIR%%/ro/quit.kbd -%%DATADIR%%/ro/text-operations.kbd -%%DATADIR%%/ro/valuator.kbd -%%DATADIR%%/ru/gok-controls.kbd -%%DATADIR%%/ru/hide.kbd -%%DATADIR%%/ru/launcher.kbd -%%DATADIR%%/ru/main.kbd -%%DATADIR%%/ru/mouse.kbd -%%DATADIR%%/ru/move-resize.kbd -%%DATADIR%%/ru/numberpad.kbd -%%DATADIR%%/ru/quit.kbd -%%DATADIR%%/ru/text-operations.kbd -%%DATADIR%%/ru/valuator.kbd -%%DATADIR%%/rw/gok-controls.kbd -%%DATADIR%%/rw/hide.kbd -%%DATADIR%%/rw/launcher.kbd -%%DATADIR%%/rw/main.kbd -%%DATADIR%%/rw/mouse.kbd -%%DATADIR%%/rw/move-resize.kbd -%%DATADIR%%/rw/numberpad.kbd -%%DATADIR%%/rw/quit.kbd -%%DATADIR%%/rw/text-operations.kbd -%%DATADIR%%/rw/valuator.kbd -%%DATADIR%%/si/gok-controls.kbd -%%DATADIR%%/si/hide.kbd -%%DATADIR%%/si/launcher.kbd -%%DATADIR%%/si/main.kbd -%%DATADIR%%/si/mouse.kbd -%%DATADIR%%/si/move-resize.kbd -%%DATADIR%%/si/numberpad.kbd -%%DATADIR%%/si/quit.kbd -%%DATADIR%%/si/text-operations.kbd -%%DATADIR%%/si/valuator.kbd -%%DATADIR%%/singlekey-automatic-scanning.xam -%%DATADIR%%/singlekey-inverse-scanning.xam -%%DATADIR%%/sk/gok-controls.kbd -%%DATADIR%%/sk/hide.kbd -%%DATADIR%%/sk/launcher.kbd -%%DATADIR%%/sk/main.kbd -%%DATADIR%%/sk/mouse.kbd -%%DATADIR%%/sk/move-resize.kbd -%%DATADIR%%/sk/numberpad.kbd -%%DATADIR%%/sk/quit.kbd -%%DATADIR%%/sk/text-operations.kbd -%%DATADIR%%/sk/valuator.kbd -%%DATADIR%%/sl/gok-controls.kbd -%%DATADIR%%/sl/hide.kbd -%%DATADIR%%/sl/launcher.kbd -%%DATADIR%%/sl/main.kbd -%%DATADIR%%/sl/mouse.kbd -%%DATADIR%%/sl/move-resize.kbd -%%DATADIR%%/sl/numberpad.kbd -%%DATADIR%%/sl/quit.kbd -%%DATADIR%%/sl/text-operations.kbd -%%DATADIR%%/sl/valuator.kbd -%%DATADIR%%/small-empty.png -%%DATADIR%%/sq/gok-controls.kbd -%%DATADIR%%/sq/hide.kbd -%%DATADIR%%/sq/launcher.kbd -%%DATADIR%%/sq/main.kbd -%%DATADIR%%/sq/mouse.kbd -%%DATADIR%%/sq/move-resize.kbd -%%DATADIR%%/sq/numberpad.kbd -%%DATADIR%%/sq/quit.kbd -%%DATADIR%%/sq/text-operations.kbd -%%DATADIR%%/sq/valuator.kbd -%%DATADIR%%/sr/gok-controls.kbd -%%DATADIR%%/sr/hide.kbd -%%DATADIR%%/sr/launcher.kbd -%%DATADIR%%/sr/main.kbd -%%DATADIR%%/sr/mouse.kbd -%%DATADIR%%/sr/move-resize.kbd -%%DATADIR%%/sr/numberpad.kbd -%%DATADIR%%/sr/quit.kbd -%%DATADIR%%/sr/text-operations.kbd -%%DATADIR%%/sr/valuator.kbd -%%DATADIR%%/sr@latin/gok-controls.kbd -%%DATADIR%%/sr@latin/hide.kbd -%%DATADIR%%/sr@latin/launcher.kbd -%%DATADIR%%/sr@latin/main.kbd -%%DATADIR%%/sr@latin/mouse.kbd -%%DATADIR%%/sr@latin/move-resize.kbd -%%DATADIR%%/sr@latin/numberpad.kbd -%%DATADIR%%/sr@latin/quit.kbd -%%DATADIR%%/sr@latin/text-operations.kbd -%%DATADIR%%/sr@latin/valuator.kbd -%%DATADIR%%/sv/gok-controls.kbd -%%DATADIR%%/sv/hide.kbd -%%DATADIR%%/sv/launcher.kbd -%%DATADIR%%/sv/main.kbd -%%DATADIR%%/sv/mouse.kbd -%%DATADIR%%/sv/move-resize.kbd -%%DATADIR%%/sv/numberpad.kbd -%%DATADIR%%/sv/quit.kbd -%%DATADIR%%/sv/text-operations.kbd -%%DATADIR%%/sv/valuator.kbd -%%DATADIR%%/ta/gok-controls.kbd -%%DATADIR%%/ta/hide.kbd -%%DATADIR%%/ta/launcher.kbd -%%DATADIR%%/ta/main.kbd -%%DATADIR%%/ta/mouse.kbd -%%DATADIR%%/ta/move-resize.kbd -%%DATADIR%%/ta/numberpad.kbd -%%DATADIR%%/ta/quit.kbd -%%DATADIR%%/ta/text-operations.kbd -%%DATADIR%%/ta/valuator.kbd -%%DATADIR%%/te/gok-controls.kbd -%%DATADIR%%/te/hide.kbd -%%DATADIR%%/te/launcher.kbd -%%DATADIR%%/te/main.kbd -%%DATADIR%%/te/mouse.kbd -%%DATADIR%%/te/move-resize.kbd -%%DATADIR%%/te/numberpad.kbd -%%DATADIR%%/te/quit.kbd -%%DATADIR%%/te/text-operations.kbd -%%DATADIR%%/te/valuator.kbd -%%DATADIR%%/th/gok-controls.kbd -%%DATADIR%%/th/hide.kbd -%%DATADIR%%/th/launcher.kbd -%%DATADIR%%/th/main.kbd -%%DATADIR%%/th/mouse.kbd -%%DATADIR%%/th/move-resize.kbd -%%DATADIR%%/th/numberpad.kbd -%%DATADIR%%/th/quit.kbd -%%DATADIR%%/th/text-operations.kbd -%%DATADIR%%/th/valuator.kbd -%%DATADIR%%/tr/gok-controls.kbd -%%DATADIR%%/tr/hide.kbd -%%DATADIR%%/tr/launcher.kbd -%%DATADIR%%/tr/main.kbd -%%DATADIR%%/tr/mouse.kbd -%%DATADIR%%/tr/move-resize.kbd -%%DATADIR%%/tr/numberpad.kbd -%%DATADIR%%/tr/quit.kbd -%%DATADIR%%/tr/text-operations.kbd -%%DATADIR%%/tr/valuator.kbd -%%DATADIR%%/uk/gok-controls.kbd -%%DATADIR%%/uk/hide.kbd -%%DATADIR%%/uk/launcher.kbd -%%DATADIR%%/uk/main.kbd -%%DATADIR%%/uk/mouse.kbd -%%DATADIR%%/uk/move-resize.kbd -%%DATADIR%%/uk/numberpad.kbd -%%DATADIR%%/uk/quit.kbd -%%DATADIR%%/uk/text-operations.kbd -%%DATADIR%%/uk/valuator.kbd -%%DATADIR%%/value-fast-less.png -%%DATADIR%%/value-fast-more.png -%%DATADIR%%/value-less.png -%%DATADIR%%/value-max.png -%%DATADIR%%/value-min.png -%%DATADIR%%/value-more.png -%%DATADIR%%/vi/gok-controls.kbd -%%DATADIR%%/vi/hide.kbd -%%DATADIR%%/vi/launcher.kbd -%%DATADIR%%/vi/main.kbd -%%DATADIR%%/vi/mouse.kbd -%%DATADIR%%/vi/move-resize.kbd -%%DATADIR%%/vi/numberpad.kbd -%%DATADIR%%/vi/quit.kbd -%%DATADIR%%/vi/text-operations.kbd -%%DATADIR%%/vi/valuator.kbd -%%DATADIR%%/zh_CN/gok-controls.kbd -%%DATADIR%%/zh_CN/hide.kbd -%%DATADIR%%/zh_CN/launcher.kbd -%%DATADIR%%/zh_CN/main.kbd -%%DATADIR%%/zh_CN/mouse.kbd -%%DATADIR%%/zh_CN/move-resize.kbd -%%DATADIR%%/zh_CN/numberpad.kbd -%%DATADIR%%/zh_CN/quit.kbd -%%DATADIR%%/zh_CN/text-operations.kbd -%%DATADIR%%/zh_CN/valuator.kbd -%%DATADIR%%/zh_HK/gok-controls.kbd -%%DATADIR%%/zh_HK/hide.kbd -%%DATADIR%%/zh_HK/launcher.kbd -%%DATADIR%%/zh_HK/main.kbd -%%DATADIR%%/zh_HK/mouse.kbd -%%DATADIR%%/zh_HK/move-resize.kbd -%%DATADIR%%/zh_HK/numberpad.kbd -%%DATADIR%%/zh_HK/quit.kbd -%%DATADIR%%/zh_HK/text-operations.kbd -%%DATADIR%%/zh_HK/valuator.kbd -%%DATADIR%%/zh_TW/gok-controls.kbd -%%DATADIR%%/zh_TW/hide.kbd -%%DATADIR%%/zh_TW/launcher.kbd -%%DATADIR%%/zh_TW/main.kbd -%%DATADIR%%/zh_TW/mouse.kbd -%%DATADIR%%/zh_TW/move-resize.kbd -%%DATADIR%%/zh_TW/numberpad.kbd -%%DATADIR%%/zh_TW/quit.kbd -%%DATADIR%%/zh_TW/text-operations.kbd -%%DATADIR%%/zh_TW/valuator.kbd -share/icons/hicolor/48x48/apps/gok.png -share/locale/am/LC_MESSAGES/gok.mo -share/locale/ang/LC_MESSAGES/gok.mo -share/locale/ar/LC_MESSAGES/gok.mo -share/locale/as/LC_MESSAGES/gok.mo -share/locale/az/LC_MESSAGES/gok.mo -share/locale/be/LC_MESSAGES/gok.mo -share/locale/bg/LC_MESSAGES/gok.mo -share/locale/bn/LC_MESSAGES/gok.mo -share/locale/bn_IN/LC_MESSAGES/gok.mo -share/locale/ca/LC_MESSAGES/gok.mo -share/locale/ca@valencia/LC_MESSAGES/gok.mo -share/locale/cs/LC_MESSAGES/gok.mo -share/locale/cy/LC_MESSAGES/gok.mo -share/locale/da/LC_MESSAGES/gok.mo -share/locale/de/LC_MESSAGES/gok.mo -share/locale/dz/LC_MESSAGES/gok.mo -share/locale/el/LC_MESSAGES/gok.mo -share/locale/en_CA/LC_MESSAGES/gok.mo -share/locale/en_GB/LC_MESSAGES/gok.mo -share/locale/es/LC_MESSAGES/gok.mo -share/locale/et/LC_MESSAGES/gok.mo -share/locale/eu/LC_MESSAGES/gok.mo -share/locale/fa/LC_MESSAGES/gok.mo -share/locale/fi/LC_MESSAGES/gok.mo -share/locale/fr/LC_MESSAGES/gok.mo -share/locale/ga/LC_MESSAGES/gok.mo -share/locale/gl/LC_MESSAGES/gok.mo -share/locale/gu/LC_MESSAGES/gok.mo -share/locale/he/LC_MESSAGES/gok.mo -share/locale/hi/LC_MESSAGES/gok.mo -share/locale/hr/LC_MESSAGES/gok.mo -share/locale/hu/LC_MESSAGES/gok.mo -share/locale/id/LC_MESSAGES/gok.mo -share/locale/it/LC_MESSAGES/gok.mo -share/locale/ja/LC_MESSAGES/gok.mo -share/locale/ka/LC_MESSAGES/gok.mo -share/locale/kn/LC_MESSAGES/gok.mo -share/locale/ko/LC_MESSAGES/gok.mo -share/locale/ku/LC_MESSAGES/gok.mo -share/locale/lt/LC_MESSAGES/gok.mo -share/locale/lv/LC_MESSAGES/gok.mo -share/locale/mai/LC_MESSAGES/gok.mo -share/locale/mk/LC_MESSAGES/gok.mo -share/locale/ml/LC_MESSAGES/gok.mo -share/locale/mn/LC_MESSAGES/gok.mo -share/locale/mr/LC_MESSAGES/gok.mo -share/locale/ms/LC_MESSAGES/gok.mo -share/locale/nb/LC_MESSAGES/gok.mo -share/locale/ne/LC_MESSAGES/gok.mo -share/locale/nl/LC_MESSAGES/gok.mo -share/locale/nn/LC_MESSAGES/gok.mo -share/locale/oc/LC_MESSAGES/gok.mo -share/locale/or/LC_MESSAGES/gok.mo -share/locale/pa/LC_MESSAGES/gok.mo -share/locale/pl/LC_MESSAGES/gok.mo -share/locale/pt/LC_MESSAGES/gok.mo -share/locale/pt_BR/LC_MESSAGES/gok.mo -share/locale/ro/LC_MESSAGES/gok.mo -share/locale/ru/LC_MESSAGES/gok.mo -share/locale/rw/LC_MESSAGES/gok.mo -share/locale/si/LC_MESSAGES/gok.mo -share/locale/sk/LC_MESSAGES/gok.mo -share/locale/sl/LC_MESSAGES/gok.mo -share/locale/sq/LC_MESSAGES/gok.mo -share/locale/sr/LC_MESSAGES/gok.mo -share/locale/sr@latin/LC_MESSAGES/gok.mo -share/locale/sv/LC_MESSAGES/gok.mo -share/locale/ta/LC_MESSAGES/gok.mo -share/locale/te/LC_MESSAGES/gok.mo -share/locale/th/LC_MESSAGES/gok.mo -share/locale/tr/LC_MESSAGES/gok.mo -share/locale/uk/LC_MESSAGES/gok.mo -share/locale/vi/LC_MESSAGES/gok.mo -share/locale/zh_CN/LC_MESSAGES/gok.mo -share/locale/zh_HK/LC_MESSAGES/gok.mo -share/locale/zh_TW/LC_MESSAGES/gok.mo -share/omf/gok/gok-C.omf -share/pixmaps/gok.png -share/sounds/freedesktop/stereo/goksound1.wav -share/sounds/freedesktop/stereo/goksound2.wav -@dirrmtry share/sounds/freedesktop/stereo -@dirrmtry share/sounds/freedesktop -@dirrm share/omf/gok -@dirrm %%DATADIR%%/zh_TW -@dirrm %%DATADIR%%/zh_HK -@dirrm %%DATADIR%%/zh_CN -@dirrm %%DATADIR%%/vi -@dirrm %%DATADIR%%/uk -@dirrm %%DATADIR%%/tr -@dirrm %%DATADIR%%/th -@dirrm %%DATADIR%%/te -@dirrm %%DATADIR%%/ta -@dirrm %%DATADIR%%/sv -@dirrm %%DATADIR%%/sr@latin -@dirrm %%DATADIR%%/sr -@dirrm %%DATADIR%%/sq -@dirrm %%DATADIR%%/sl -@dirrm %%DATADIR%%/sk -@dirrm %%DATADIR%%/si -@dirrm %%DATADIR%%/rw -@dirrm %%DATADIR%%/ru -@dirrm %%DATADIR%%/ro -@dirrm %%DATADIR%%/pt_BR -@dirrm %%DATADIR%%/pt -@dirrm %%DATADIR%%/pl -@dirrm %%DATADIR%%/pa -@dirrm %%DATADIR%%/or -@dirrm %%DATADIR%%/oc -@dirrm %%DATADIR%%/nn -@dirrm %%DATADIR%%/nl -@dirrm %%DATADIR%%/ne -@dirrm %%DATADIR%%/nb -@dirrm %%DATADIR%%/ms -@dirrm %%DATADIR%%/mr -@dirrm %%DATADIR%%/mn -@dirrm %%DATADIR%%/ml -@dirrm %%DATADIR%%/mk -@dirrm %%DATADIR%%/mai -@dirrm %%DATADIR%%/lv -@dirrm %%DATADIR%%/lt -@dirrm %%DATADIR%%/ku -@dirrm %%DATADIR%%/ko -@dirrm %%DATADIR%%/kn -@dirrm %%DATADIR%%/ka -@dirrm %%DATADIR%%/ja -@dirrm %%DATADIR%%/it -@dirrm %%DATADIR%%/id -@dirrm %%DATADIR%%/hu -@dirrm %%DATADIR%%/hr -@dirrm %%DATADIR%%/hi -@dirrm %%DATADIR%%/he -@dirrm %%DATADIR%%/gu -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/gl -@dirrm %%DATADIR%%/ga -@dirrm %%DATADIR%%/fr -@dirrm %%DATADIR%%/fi -@dirrm %%DATADIR%%/fa -@dirrm %%DATADIR%%/eu -@dirrm %%DATADIR%%/et -@dirrm %%DATADIR%%/es -@dirrm %%DATADIR%%/en_GB -@dirrm %%DATADIR%%/en_CA -@dirrm %%DATADIR%%/el -@dirrm %%DATADIR%%/dz -@dirrm %%DATADIR%%/de -@dirrm %%DATADIR%%/da -@dirrm %%DATADIR%%/cy -@dirrm %%DATADIR%%/cs -@dirrm %%DATADIR%%/ca@valencia -@dirrm %%DATADIR%%/ca -@dirrm %%DATADIR%%/bn_IN -@dirrm %%DATADIR%%/bn -@dirrm %%DATADIR%%/bg -@dirrm %%DATADIR%%/be -@dirrm %%DATADIR%%/az -@dirrm %%DATADIR%%/as -@dirrm %%DATADIR%%/ar -@dirrm %%DATADIR%%/ang -@dirrm %%DATADIR%%/am -@dirrm %%DATADIR%%/C -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm share/gnome/help/gok/C -@dirrm share/gnome/help/gok -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile deleted file mode 100644 index 9ebe000db..000000000 --- a/accessibility/mousetweaks/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: mousetweaks -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.36 2009/09/22 08:21:30 kwm Exp $ -# - -PORTNAME= mousetweaks -PORTVERSION= 2.28.1 -CATEGORIES= accessibility -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mouse accessibility enhancements for the GNOME desktop - -USE_XORG= xfixes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas -MAN1= dwell-click-applet.1 mousetweaks.1 pointer-capture-applet.1 - -.include <bsd.port.mk> diff --git a/accessibility/mousetweaks/distinfo b/accessibility/mousetweaks/distinfo deleted file mode 100644 index e55e4e0f2..000000000 --- a/accessibility/mousetweaks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mousetweaks-2.28.1.tar.bz2) = a6d786f4df2be96202d76c4c0e6ba43c -SHA256 (gnome2/mousetweaks-2.28.1.tar.bz2) = 8e99c8af3676ae913edd168aaca612401c7cf8dc22f0ba7cc21d5f1ca87c5874 -SIZE (gnome2/mousetweaks-2.28.1.tar.bz2) = 2013922 diff --git a/accessibility/mousetweaks/pkg-descr b/accessibility/mousetweaks/pkg-descr deleted file mode 100644 index 9290a7414..000000000 --- a/accessibility/mousetweaks/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The Mousetweaks package provides mouse accessibility enhancements for the -GNOME desktop. - -These enhancements are: - -1. It offers a way to perform the various clicks without using any -hardware button. - -2. It allows users to perform a right click by doing a click&hold of the -left mouse button. (For a left-handed mouse user, the terms left and right -have to be inverted.) - -3. It provides an applet that the user can install on a panel. This applet -creates an area on the panel into which the pointer can be captured until -the user releases it with a predefined button and modifier combination. - -WWW: https://launchpad.net/mousetweaks/ diff --git a/accessibility/mousetweaks/pkg-plist b/accessibility/mousetweaks/pkg-plist deleted file mode 100644 index 36ddc5ae8..000000000 --- a/accessibility/mousetweaks/pkg-plist +++ /dev/null @@ -1,290 +0,0 @@ -bin/dwell-click-applet -bin/mousetweaks -bin/pointer-capture-applet -libdata/bonobo/servers/DwellClick_Factory.server -libdata/bonobo/servers/PointerCapture_Factory.server -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/C/legal.xml -share/gnome/help/mousetweaks/C/mousetweaks.xml -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/ca/mousetweaks.xml -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/cs/mousetweaks.xml -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/de/mousetweaks.xml -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/el/mousetweaks.xml -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/en_GB/mousetweaks.xml -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/es/mousetweaks.xml -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/fr/mousetweaks.xml -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/it/mousetweaks.xml -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/oc/mousetweaks.xml -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/sv/mousetweaks.xml -share/locale/ar/LC_MESSAGES/mousetweaks.mo -share/locale/as/LC_MESSAGES/mousetweaks.mo -share/locale/bg/LC_MESSAGES/mousetweaks.mo -share/locale/bn/LC_MESSAGES/mousetweaks.mo -share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo -share/locale/ca/LC_MESSAGES/mousetweaks.mo -share/locale/ca@valencia/LC_MESSAGES/mousetweaks.mo -share/locale/cs/LC_MESSAGES/mousetweaks.mo -share/locale/da/LC_MESSAGES/mousetweaks.mo -share/locale/de/LC_MESSAGES/mousetweaks.mo -share/locale/el/LC_MESSAGES/mousetweaks.mo -share/locale/en_GB/LC_MESSAGES/mousetweaks.mo -share/locale/es/LC_MESSAGES/mousetweaks.mo -share/locale/et/LC_MESSAGES/mousetweaks.mo -share/locale/eu/LC_MESSAGES/mousetweaks.mo -share/locale/fi/LC_MESSAGES/mousetweaks.mo -share/locale/fr/LC_MESSAGES/mousetweaks.mo -share/locale/gl/LC_MESSAGES/mousetweaks.mo -share/locale/gu/LC_MESSAGES/mousetweaks.mo -share/locale/he/LC_MESSAGES/mousetweaks.mo -share/locale/hi/LC_MESSAGES/mousetweaks.mo -share/locale/hu/LC_MESSAGES/mousetweaks.mo -share/locale/it/LC_MESSAGES/mousetweaks.mo -share/locale/ja/LC_MESSAGES/mousetweaks.mo -share/locale/kn/LC_MESSAGES/mousetweaks.mo -share/locale/ko/LC_MESSAGES/mousetweaks.mo -share/locale/lt/LC_MESSAGES/mousetweaks.mo -share/locale/mai/LC_MESSAGES/mousetweaks.mo -share/locale/mk/LC_MESSAGES/mousetweaks.mo -share/locale/ml/LC_MESSAGES/mousetweaks.mo -share/locale/mr/LC_MESSAGES/mousetweaks.mo -share/locale/nb/LC_MESSAGES/mousetweaks.mo -share/locale/nl/LC_MESSAGES/mousetweaks.mo -share/locale/nn/LC_MESSAGES/mousetweaks.mo -share/locale/oc/LC_MESSAGES/mousetweaks.mo -share/locale/or/LC_MESSAGES/mousetweaks.mo -share/locale/pa/LC_MESSAGES/mousetweaks.mo -share/locale/pl/LC_MESSAGES/mousetweaks.mo -share/locale/pt/LC_MESSAGES/mousetweaks.mo -share/locale/pt_BR/LC_MESSAGES/mousetweaks.mo -share/locale/ro/LC_MESSAGES/mousetweaks.mo -share/locale/ru/LC_MESSAGES/mousetweaks.mo -share/locale/sl/LC_MESSAGES/mousetweaks.mo -share/locale/sq/LC_MESSAGES/mousetweaks.mo -share/locale/sr/LC_MESSAGES/mousetweaks.mo -share/locale/sr@latin/LC_MESSAGES/mousetweaks.mo -share/locale/sv/LC_MESSAGES/mousetweaks.mo -share/locale/ta/LC_MESSAGES/mousetweaks.mo -share/locale/te/LC_MESSAGES/mousetweaks.mo -share/locale/th/LC_MESSAGES/mousetweaks.mo -share/locale/tr/LC_MESSAGES/mousetweaks.mo -share/locale/uk/LC_MESSAGES/mousetweaks.mo -share/locale/vi/LC_MESSAGES/mousetweaks.mo -share/locale/zh_CN/LC_MESSAGES/mousetweaks.mo -share/locale/zh_HK/LC_MESSAGES/mousetweaks.mo -share/locale/zh_TW/LC_MESSAGES/mousetweaks.mo -%%DATADIR%%/DwellClick.xml -%%DATADIR%%/PointerCapture.xml -%%DATADIR%%/double-click.png -%%DATADIR%%/drag-click.png -%%DATADIR%%/dwell-click-applet.ui -%%DATADIR%%/mousetweaks.ui -%%DATADIR%%/pointer-capture-applet.ui -%%DATADIR%%/right-click.png -%%DATADIR%%/single-click.png -share/omf/mousetweaks/mousetweaks-C.omf -share/omf/mousetweaks/mousetweaks-ca.omf -share/omf/mousetweaks/mousetweaks-cs.omf -share/omf/mousetweaks/mousetweaks-de.omf -share/omf/mousetweaks/mousetweaks-el.omf -share/omf/mousetweaks/mousetweaks-en_GB.omf -share/omf/mousetweaks/mousetweaks-es.omf -share/omf/mousetweaks/mousetweaks-fr.omf -share/omf/mousetweaks/mousetweaks-it.omf -share/omf/mousetweaks/mousetweaks-oc.omf -share/omf/mousetweaks/mousetweaks-sv.omf -@dirrm share/omf/mousetweaks -@dirrm %%DATADIR%% -@dirrm share/gnome/help/mousetweaks/sv/figures -@dirrm share/gnome/help/mousetweaks/sv -@dirrm share/gnome/help/mousetweaks/oc/figures -@dirrm share/gnome/help/mousetweaks/oc -@dirrm share/gnome/help/mousetweaks/it/figures -@dirrm share/gnome/help/mousetweaks/it -@dirrm share/gnome/help/mousetweaks/fr/figures -@dirrm share/gnome/help/mousetweaks/fr -@dirrm share/gnome/help/mousetweaks/es/figures -@dirrm share/gnome/help/mousetweaks/es -@dirrm share/gnome/help/mousetweaks/en_GB/figures -@dirrm share/gnome/help/mousetweaks/en_GB -@dirrm share/gnome/help/mousetweaks/el/figures -@dirrm share/gnome/help/mousetweaks/el -@dirrm share/gnome/help/mousetweaks/cs/figures -@dirrm share/gnome/help/mousetweaks/cs -@dirrm share/gnome/help/mousetweaks/ca/figures -@dirrm share/gnome/help/mousetweaks/ca -@dirrm share/gnome/help/mousetweaks/de/figures -@dirrm share/gnome/help/mousetweaks/de -@dirrm share/gnome/help/mousetweaks/C/figures -@dirrm share/gnome/help/mousetweaks/C -@dirrm share/gnome/help/mousetweaks -@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/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/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@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/accessibility/orca/Makefile b/accessibility/orca/Makefile deleted file mode 100644 index 14c1eebb0..000000000 --- a/accessibility/orca/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: orca -# Date created: 25 Jul 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.72 2009/09/22 06:49:28 avl Exp $ -# - -PORTNAME= orca -PORTVERSION= 2.28.1 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Scriptable screen reader - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus - -LATEST_LINK= gnome-orca - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 \ - pygnomedesktop -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= orca.1 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca_i18n.py - -.include <bsd.port.mk> diff --git a/accessibility/orca/distinfo b/accessibility/orca/distinfo deleted file mode 100644 index 54a70a556..000000000 --- a/accessibility/orca/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/orca-2.28.1.tar.bz2) = f1f8682b66fc0c122d344ddd9a4787ad -SHA256 (gnome2/orca-2.28.1.tar.bz2) = dace4d689b4fbae507d0fa0a9c485cc51e72844048c50ea77bb0c9161b246fcd -SIZE (gnome2/orca-2.28.1.tar.bz2) = 2176412 diff --git a/accessibility/orca/files/patch-src_orca_orca.in b/accessibility/orca/files/patch-src_orca_orca.in deleted file mode 100644 index be06e2fd4..000000000 --- a/accessibility/orca/files/patch-src_orca_orca.in +++ /dev/null @@ -1,20 +0,0 @@ ---- src/orca/orca.in.orig 2009-07-17 10:44:34.000000000 +1000 -+++ src/orca/orca.in 2009-07-17 10:46:14.000000000 +1000 -@@ -30,7 +30,7 @@ - - # Set the user's $PATH for this script. - # --PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" -+PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/local/bin" - export PATH - - # Save the arguments away. -@@ -84,7 +84,7 @@ restoreXmodmap() - cleanup() - { - USERID=`id | cut -f2 -d= | cut -f1 -d\(` -- PIDS=`ps -eo pid,ruid,args | grep $USERID | \ -+ PIDS=`ps -exo pid,ruid,args | grep $USERID | \ - egrep "orca[.]orca|OAFIID[:]GNOME_Speech|OAFIID[:]GNOME_Magnifier|festival [-][-]server"|\ - grep -v grep | awk '{ print $1 }'` - IFS=' diff --git a/accessibility/orca/pkg-descr b/accessibility/orca/pkg-descr deleted file mode 100644 index 30cfd432c..000000000 --- a/accessibility/orca/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Orca a scriptable screen reader that is currently under development. -As such it is highly unstable and undergoes frequent changes. To -read more about Orca, please refer to the Orca documentation series -available in the ./docs/doc-set directory and also the Orca WIKI at -http://live.gnome.org/Orca. - -WWW: http://live.gnome.org/Orca diff --git a/accessibility/orca/pkg-plist b/accessibility/orca/pkg-plist deleted file mode 100644 index d25909de6..000000000 --- a/accessibility/orca/pkg-plist +++ /dev/null @@ -1,526 +0,0 @@ -bin/orca -%%PYTHON_SITELIBDIR%%/orca/__init__.py -%%PYTHON_SITELIBDIR%%/orca/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/acss.py -%%PYTHON_SITELIBDIR%%/orca/acss.pyc -%%PYTHON_SITELIBDIR%%/orca/acss.pyo -%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.py -%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/app_prefs.py -%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/bookmarks.py -%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyc -%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyo -%%PYTHON_SITELIBDIR%%/orca/braille.py -%%PYTHON_SITELIBDIR%%/orca/braille.pyc -%%PYTHON_SITELIBDIR%%/orca/braille.pyo -%%PYTHON_SITELIBDIR%%/orca/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/brlmon.py -%%PYTHON_SITELIBDIR%%/orca/brlmon.pyc -%%PYTHON_SITELIBDIR%%/orca/brlmon.pyo -%%PYTHON_SITELIBDIR%%/orca/chnames.py -%%PYTHON_SITELIBDIR%%/orca/chnames.pyc -%%PYTHON_SITELIBDIR%%/orca/chnames.pyo -%%PYTHON_SITELIBDIR%%/orca/dbusserver.py -%%PYTHON_SITELIBDIR%%/orca/dbusserver.pyc -%%PYTHON_SITELIBDIR%%/orca/dbusserver.pyo -%%PYTHON_SITELIBDIR%%/orca/debug.py -%%PYTHON_SITELIBDIR%%/orca/debug.pyc -%%PYTHON_SITELIBDIR%%/orca/debug.pyo -%%PYTHON_SITELIBDIR%%/orca/dectalk.py -%%PYTHON_SITELIBDIR%%/orca/dectalk.pyc -%%PYTHON_SITELIBDIR%%/orca/dectalk.pyo -%%PYTHON_SITELIBDIR%%/orca/default.py -%%PYTHON_SITELIBDIR%%/orca/default.pyc -%%PYTHON_SITELIBDIR%%/orca/default.pyo -%%PYTHON_SITELIBDIR%%/orca/espeechfactory.py -%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.py -%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.pyc -%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.pyo -%%PYTHON_SITELIBDIR%%/orca/find.py -%%PYTHON_SITELIBDIR%%/orca/find.pyc -%%PYTHON_SITELIBDIR%%/orca/find.pyo -%%PYTHON_SITELIBDIR%%/orca/flat_review.py -%%PYTHON_SITELIBDIR%%/orca/flat_review.pyc -%%PYTHON_SITELIBDIR%%/orca/flat_review.pyo -%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.py -%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.pyc -%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.pyo -%%PYTHON_SITELIBDIR%%/orca/formatting.py -%%PYTHON_SITELIBDIR%%/orca/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/generator.py -%%PYTHON_SITELIBDIR%%/orca/generator.pyc -%%PYTHON_SITELIBDIR%%/orca/generator.pyo -%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.py -%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/httpserver.py -%%PYTHON_SITELIBDIR%%/orca/httpserver.pyc -%%PYTHON_SITELIBDIR%%/orca/httpserver.pyo -%%PYTHON_SITELIBDIR%%/orca/input_event.py -%%PYTHON_SITELIBDIR%%/orca/input_event.pyc -%%PYTHON_SITELIBDIR%%/orca/input_event.pyo -%%PYTHON_SITELIBDIR%%/orca/keybindings.py -%%PYTHON_SITELIBDIR%%/orca/keybindings.pyc -%%PYTHON_SITELIBDIR%%/orca/keybindings.pyo -%%PYTHON_SITELIBDIR%%/orca/keynames.py -%%PYTHON_SITELIBDIR%%/orca/keynames.pyc -%%PYTHON_SITELIBDIR%%/orca/keynames.pyo -%%PYTHON_SITELIBDIR%%/orca/liveregions.py -%%PYTHON_SITELIBDIR%%/orca/liveregions.pyc -%%PYTHON_SITELIBDIR%%/orca/liveregions.pyo -%%PYTHON_SITELIBDIR%%/orca/mag.py -%%PYTHON_SITELIBDIR%%/orca/mag.pyc -%%PYTHON_SITELIBDIR%%/orca/mag.pyo -%%PYTHON_SITELIBDIR%%/orca/mouse_review.py -%%PYTHON_SITELIBDIR%%/orca/mouse_review.pyc -%%PYTHON_SITELIBDIR%%/orca/mouse_review.pyo -%%PYTHON_SITELIBDIR%%/orca/orca.py -%%PYTHON_SITELIBDIR%%/orca/orca.pyc -%%PYTHON_SITELIBDIR%%/orca/orca.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.py -%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gtkbuilder.py -%%PYTHON_SITELIBDIR%%/orca/orca_gtkbuilder.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gtkbuilder.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.py -%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.py -%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.py -%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_i18n.py -%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_prefs.py -%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_quit.py -%%PYTHON_SITELIBDIR%%/orca/orca_quit.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_quit.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_state.py -%%PYTHON_SITELIBDIR%%/orca/orca_state.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_state.pyo -%%PYTHON_SITELIBDIR%%/orca/outline.py -%%PYTHON_SITELIBDIR%%/orca/outline.pyc -%%PYTHON_SITELIBDIR%%/orca/outline.pyo -%%PYTHON_SITELIBDIR%%/orca/outloud.py -%%PYTHON_SITELIBDIR%%/orca/outloud.pyc -%%PYTHON_SITELIBDIR%%/orca/outloud.pyo -%%PYTHON_SITELIBDIR%%/orca/phonnames.py -%%PYTHON_SITELIBDIR%%/orca/phonnames.pyc -%%PYTHON_SITELIBDIR%%/orca/phonnames.pyo -%%PYTHON_SITELIBDIR%%/orca/platform.py -%%PYTHON_SITELIBDIR%%/orca/platform.pyc -%%PYTHON_SITELIBDIR%%/orca/platform.pyo -%%PYTHON_SITELIBDIR%%/orca/presentation_manager.py -%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyc -%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyo -%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.py -%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.pyc -%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.pyo -%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.py -%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/rolenames.py -%%PYTHON_SITELIBDIR%%/orca/rolenames.pyc -%%PYTHON_SITELIBDIR%%/orca/rolenames.pyo -%%PYTHON_SITELIBDIR%%/orca/script.py -%%PYTHON_SITELIBDIR%%/orca/script.pyc -%%PYTHON_SITELIBDIR%%/orca/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/tutorialgenerator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/tutorialgenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/tutorialgenerator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py -%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/VCL.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/VCL.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/VCL.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/settings.py -%%PYTHON_SITELIBDIR%%/orca/settings.pyc -%%PYTHON_SITELIBDIR%%/orca/settings.pyo -%%PYTHON_SITELIBDIR%%/orca/sound.py -%%PYTHON_SITELIBDIR%%/orca/sound.pyc -%%PYTHON_SITELIBDIR%%/orca/sound.pyo -%%PYTHON_SITELIBDIR%%/orca/speech.py -%%PYTHON_SITELIBDIR%%/orca/speech.pyc -%%PYTHON_SITELIBDIR%%/orca/speech.pyo -%%PYTHON_SITELIBDIR%%/orca/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.py -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/speechserver.py -%%PYTHON_SITELIBDIR%%/orca/speechserver.pyc -%%PYTHON_SITELIBDIR%%/orca/speechserver.pyo -%%PYTHON_SITELIBDIR%%/orca/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/structural_navigation.pyc -%%PYTHON_SITELIBDIR%%/orca/structural_navigation.pyo -%%PYTHON_SITELIBDIR%%/orca/text_attribute_names.py -%%PYTHON_SITELIBDIR%%/orca/text_attribute_names.pyc -%%PYTHON_SITELIBDIR%%/orca/text_attribute_names.pyo -%%PYTHON_SITELIBDIR%%/orca/tutorialgenerator.py -%%PYTHON_SITELIBDIR%%/orca/tutorialgenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/tutorialgenerator.pyo -%%PYTHON_SITELIBDIR%%/orca/where_am_I.py -%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyc -%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyo -share/applications/orca.desktop -share/icons/hicolor/16x16/apps/orca.png -share/icons/hicolor/22x22/apps/orca.png -share/icons/hicolor/24x24/apps/orca.png -share/icons/hicolor/32x32/apps/orca.png -share/icons/hicolor/48x48/apps/orca.png -share/icons/hicolor/scalable/apps/orca.svg -share/locale/ar/LC_MESSAGES/orca.mo -share/locale/bg/LC_MESSAGES/orca.mo -share/locale/bn/LC_MESSAGES/orca.mo -share/locale/bn_IN/LC_MESSAGES/orca.mo -share/locale/ca/LC_MESSAGES/orca.mo -share/locale/ca@valencia/LC_MESSAGES/orca.mo -share/locale/cs/LC_MESSAGES/orca.mo -share/locale/cy/LC_MESSAGES/orca.mo -share/locale/da/LC_MESSAGES/orca.mo -share/locale/de/LC_MESSAGES/orca.mo -share/locale/dz/LC_MESSAGES/orca.mo -share/locale/el/LC_MESSAGES/orca.mo -share/locale/en_CA/LC_MESSAGES/orca.mo -share/locale/en_GB/LC_MESSAGES/orca.mo -share/locale/es/LC_MESSAGES/orca.mo -share/locale/et/LC_MESSAGES/orca.mo -share/locale/eu/LC_MESSAGES/orca.mo -share/locale/fi/LC_MESSAGES/orca.mo -share/locale/fr/LC_MESSAGES/orca.mo -share/locale/ga/LC_MESSAGES/orca.mo -share/locale/gl/LC_MESSAGES/orca.mo -share/locale/gu/LC_MESSAGES/orca.mo -share/locale/he/LC_MESSAGES/orca.mo -share/locale/hi/LC_MESSAGES/orca.mo -share/locale/hu/LC_MESSAGES/orca.mo -share/locale/it/LC_MESSAGES/orca.mo -share/locale/ja/LC_MESSAGES/orca.mo -share/locale/kn/LC_MESSAGES/orca.mo -share/locale/ko/LC_MESSAGES/orca.mo -share/locale/lt/LC_MESSAGES/orca.mo -share/locale/lv/LC_MESSAGES/orca.mo -share/locale/mai/LC_MESSAGES/orca.mo -share/locale/mk/LC_MESSAGES/orca.mo -share/locale/ml/LC_MESSAGES/orca.mo -share/locale/mr/LC_MESSAGES/orca.mo -share/locale/nb/LC_MESSAGES/orca.mo -share/locale/ne/LC_MESSAGES/orca.mo -share/locale/nl/LC_MESSAGES/orca.mo -share/locale/nn/LC_MESSAGES/orca.mo -share/locale/oc/LC_MESSAGES/orca.mo -share/locale/or/LC_MESSAGES/orca.mo -share/locale/pa/LC_MESSAGES/orca.mo -share/locale/pl/LC_MESSAGES/orca.mo -share/locale/pt/LC_MESSAGES/orca.mo -share/locale/pt_BR/LC_MESSAGES/orca.mo -share/locale/ro/LC_MESSAGES/orca.mo -share/locale/ru/LC_MESSAGES/orca.mo -share/locale/rw/LC_MESSAGES/orca.mo -share/locale/si/LC_MESSAGES/orca.mo -share/locale/sl/LC_MESSAGES/orca.mo -share/locale/sq/LC_MESSAGES/orca.mo -share/locale/sr/LC_MESSAGES/orca.mo -share/locale/sr@latin/LC_MESSAGES/orca.mo -share/locale/sv/LC_MESSAGES/orca.mo -share/locale/ta/LC_MESSAGES/orca.mo -share/locale/te/LC_MESSAGES/orca.mo -share/locale/th/LC_MESSAGES/orca.mo -share/locale/tr/LC_MESSAGES/orca.mo -share/locale/uk/LC_MESSAGES/orca.mo -share/locale/vi/LC_MESSAGES/orca.mo -share/locale/zh_CN/LC_MESSAGES/orca.mo -share/locale/zh_HK/LC_MESSAGES/orca.mo -share/locale/zh_TW/LC_MESSAGES/orca.mo -%%DATADIR%%/ui/orca-advanced-magnification.ui -%%DATADIR%%/ui/orca-find.ui -%%DATADIR%%/ui/orca-mainwin.ui -%%DATADIR%%/ui/orca-preferences-warning.ui -%%DATADIR%%/ui/orca-quit.ui -%%DATADIR%%/ui/orca-setup.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts -@dirrm %%PYTHON_SITELIBDIR%%/orca -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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 diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile deleted file mode 100644 index acf4a31a6..000000000 --- a/archivers/file-roller/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: fileroller -# Date created: 18 May 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/archivers/file-roller/Makefile,v 1.164 2009/09/22 10:04:05 avl Exp $ -# - -PORTNAME= file-roller -PORTVERSION= 2.28.1 -PORTEPOCH= 1 -CATEGORIES= archivers gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An archive manager for zip files, tar, etc - -OPTIONS= NAUTILUS "Enable Nautilus extension" on - -RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ - gtk20 gconf2 -USE_XORG= sm -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PORTDOCS= AUTHORS NEWS README TODO ChangeLog -GCONF_SCHEMAS= file-roller.schemas - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+= --disable-nautilus-actions -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/src/fr-command-tar.c - -post-install: - @-update-desktop-database -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo deleted file mode 100644 index 16df3f09f..000000000 --- a/archivers/file-roller/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/file-roller-2.28.1.tar.bz2) = fcba40a9aa04386dec961a2f776777c5 -SHA256 (gnome2/file-roller-2.28.1.tar.bz2) = ce1b18d0ec5e383ef64def91b67c96cebd8adfb99ac3b4bcac0ae40c90a12250 -SIZE (gnome2/file-roller-2.28.1.tar.bz2) = 1736551 diff --git a/archivers/file-roller/files/patch-src_fr-command-tar.c b/archivers/file-roller/files/patch-src_fr-command-tar.c deleted file mode 100644 index 78843a28c..000000000 --- a/archivers/file-roller/files/patch-src_fr-command-tar.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006 -+++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006 -@@ -231,6 +231,9 @@ - #if defined (__SVR4) && defined (__sun) - if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) - command = g_strdup ("/usr/sfw/bin/gtar"); -+#elif defined(__FreeBSD__) -+ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) -+ command = g_strdup ("%%LOCALBASE%%/bin/gtar"); - #endif - if (command != NULL) - fr_process_begin_command (comm->process, command); diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr deleted file mode 100644 index 703a89829..000000000 --- a/archivers/file-roller/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -File Roller is an archive manager for the GNOME environment. It is only a -front-end (a graphical interface) to archiving programs like tar and zip. -The supported file types are: - -* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), - bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), - lzop (.tar.lzo , .tzo) -* Zip archives (.zip) -* Jar archives (.jar , .ear , .war) -* Lha archives (.lzh) -* Rar archives (.rar) -* Single files compressed with gzip, bzip, bzip2, compress, lzop - -File Roller also has a document viewer based on bonobo that lets you view files -of any type for which you have a viewer. - -Former WinZip users may find this program useful. It serves the same purpose. - -WWW: http://fileroller.sourceforge.net/ - -- Anders Nordby <anders@FreeBSD.org> diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist deleted file mode 100644 index 2ce94a5ff..000000000 --- a/archivers/file-roller/pkg-plist +++ /dev/null @@ -1,333 +0,0 @@ -bin/file-roller -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.so -libexec/file-roller/isoinfo.sh -libexec/file-roller/rpm2cpio -share/applications/file-roller.desktop -%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png -%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png -%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png -%%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png -%%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png -%%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png -%%DATADIR%%/ui/add-options.ui -%%DATADIR%%/ui/batch-add-files.ui -%%DATADIR%%/ui/batch-password.ui -%%DATADIR%%/ui/delete.ui -%%DATADIR%%/ui/new.ui -%%DATADIR%%/ui/open-with.ui -%%DATADIR%%/ui/password.ui -%%DATADIR%%/ui/properties.ui -%%DATADIR%%/ui/update.ui -share/gnome/help/file-roller/C/figures/file-roller_home.png -share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/C/figures/file-roller_main_window.png -share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/C/figures/file-roller_uparrow.png -share/gnome/help/file-roller/C/file-roller.xml -share/gnome/help/file-roller/C/legal.xml -share/gnome/help/file-roller/bg/figures/file-roller_home.png -share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/bg/figures/file-roller_main_window.png -share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png -share/gnome/help/file-roller/bg/file-roller.xml -share/gnome/help/file-roller/ca/figures/file-roller_home.png -share/gnome/help/file-roller/ca/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/ca/figures/file-roller_main_window.png -share/gnome/help/file-roller/ca/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/ca/figures/file-roller_uparrow.png -share/gnome/help/file-roller/ca/file-roller.xml -share/gnome/help/file-roller/cs/figures/file-roller_home.png -share/gnome/help/file-roller/cs/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/cs/figures/file-roller_main_window.png -share/gnome/help/file-roller/cs/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/cs/figures/file-roller_uparrow.png -share/gnome/help/file-roller/cs/file-roller.xml -share/gnome/help/file-roller/de/figures/file-roller_home.png -share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/de/figures/file-roller_main_window.png -share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/de/figures/file-roller_uparrow.png -share/gnome/help/file-roller/de/file-roller.xml -share/gnome/help/file-roller/el/figures/file-roller_home.png -share/gnome/help/file-roller/el/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/el/figures/file-roller_main_window.png -share/gnome/help/file-roller/el/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/el/figures/file-roller_uparrow.png -share/gnome/help/file-roller/el/file-roller.xml -share/gnome/help/file-roller/en_GB/figures/file-roller_home.png -share/gnome/help/file-roller/en_GB/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/en_GB/figures/file-roller_main_window.png -share/gnome/help/file-roller/en_GB/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/en_GB/figures/file-roller_uparrow.png -share/gnome/help/file-roller/en_GB/file-roller.xml -share/gnome/help/file-roller/es/figures/file-roller_home.png -share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/es/figures/file-roller_main_window.png -share/gnome/help/file-roller/es/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/es/figures/file-roller_uparrow.png -share/gnome/help/file-roller/es/file-roller.xml -share/gnome/help/file-roller/fi/figures/file-roller_home.png -share/gnome/help/file-roller/fi/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/fi/figures/file-roller_main_window.png -share/gnome/help/file-roller/fi/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/fi/figures/file-roller_uparrow.png -share/gnome/help/file-roller/fi/file-roller.xml -share/gnome/help/file-roller/fr/figures/file-roller_home.png -share/gnome/help/file-roller/fr/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/fr/figures/file-roller_main_window.png -share/gnome/help/file-roller/fr/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/fr/figures/file-roller_uparrow.png -share/gnome/help/file-roller/fr/file-roller.xml -share/gnome/help/file-roller/it/figures/file-roller_home.png -share/gnome/help/file-roller/it/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/it/figures/file-roller_main_window.png -share/gnome/help/file-roller/it/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/it/figures/file-roller_uparrow.png -share/gnome/help/file-roller/it/file-roller.xml -share/gnome/help/file-roller/nl/figures/file-roller_home.png -share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/nl/figures/file-roller_main_window.png -share/gnome/help/file-roller/nl/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/nl/figures/file-roller_uparrow.png -share/gnome/help/file-roller/nl/file-roller.xml -share/gnome/help/file-roller/oc/figures/file-roller_home.png -share/gnome/help/file-roller/oc/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/oc/figures/file-roller_main_window.png -share/gnome/help/file-roller/oc/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/oc/figures/file-roller_uparrow.png -share/gnome/help/file-roller/oc/file-roller.xml -share/gnome/help/file-roller/ru/figures/file-roller_home.png -share/gnome/help/file-roller/ru/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/ru/figures/file-roller_main_window.png -share/gnome/help/file-roller/ru/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/ru/figures/file-roller_uparrow.png -share/gnome/help/file-roller/ru/file-roller.xml -share/gnome/help/file-roller/sv/figures/file-roller_home.png -share/gnome/help/file-roller/sv/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/sv/figures/file-roller_main_window.png -share/gnome/help/file-roller/sv/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/sv/figures/file-roller_uparrow.png -share/gnome/help/file-roller/sv/file-roller.xml -share/gnome/help/file-roller/uk/figures/file-roller_home.png -share/gnome/help/file-roller/uk/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/uk/figures/file-roller_main_window.png -share/gnome/help/file-roller/uk/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/uk/figures/file-roller_uparrow.png -share/gnome/help/file-roller/uk/file-roller.xml -share/gnome/help/file-roller/vi/figures/file-roller_home.png -share/gnome/help/file-roller/vi/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/vi/figures/file-roller_main_window.png -share/gnome/help/file-roller/vi/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/vi/figures/file-roller_uparrow.png -share/gnome/help/file-roller/vi/file-roller.xml -share/icons/hicolor/16x16/apps/file-roller.png -share/icons/hicolor/22x22/apps/file-roller.png -share/icons/hicolor/24x24/apps/file-roller.png -share/icons/hicolor/32x32/apps/file-roller.png -share/icons/hicolor/scalable/apps/file-roller.svg -share/locale/af/LC_MESSAGES/file-roller.mo -share/locale/am/LC_MESSAGES/file-roller.mo -share/locale/ar/LC_MESSAGES/file-roller.mo -share/locale/as/LC_MESSAGES/file-roller.mo -share/locale/ast/LC_MESSAGES/file-roller.mo -share/locale/az/LC_MESSAGES/file-roller.mo -share/locale/be/LC_MESSAGES/file-roller.mo -share/locale/be@latin/LC_MESSAGES/file-roller.mo -share/locale/bg/LC_MESSAGES/file-roller.mo -share/locale/bn/LC_MESSAGES/file-roller.mo -share/locale/bn_IN/LC_MESSAGES/file-roller.mo -share/locale/br/LC_MESSAGES/file-roller.mo -share/locale/bs/LC_MESSAGES/file-roller.mo -share/locale/ca/LC_MESSAGES/file-roller.mo -share/locale/ca@valencia/LC_MESSAGES/file-roller.mo -share/locale/cs/LC_MESSAGES/file-roller.mo -share/locale/cy/LC_MESSAGES/file-roller.mo -share/locale/da/LC_MESSAGES/file-roller.mo -share/locale/de/LC_MESSAGES/file-roller.mo -share/locale/dz/LC_MESSAGES/file-roller.mo -share/locale/el/LC_MESSAGES/file-roller.mo -share/locale/en_CA/LC_MESSAGES/file-roller.mo -share/locale/en_GB/LC_MESSAGES/file-roller.mo -share/locale/es/LC_MESSAGES/file-roller.mo -share/locale/et/LC_MESSAGES/file-roller.mo -share/locale/eu/LC_MESSAGES/file-roller.mo -share/locale/fa/LC_MESSAGES/file-roller.mo -share/locale/fi/LC_MESSAGES/file-roller.mo -share/locale/fr/LC_MESSAGES/file-roller.mo -share/locale/fur/LC_MESSAGES/file-roller.mo -share/locale/ga/LC_MESSAGES/file-roller.mo -share/locale/gl/LC_MESSAGES/file-roller.mo -share/locale/gu/LC_MESSAGES/file-roller.mo -share/locale/he/LC_MESSAGES/file-roller.mo -share/locale/hi/LC_MESSAGES/file-roller.mo -share/locale/hr/LC_MESSAGES/file-roller.mo -share/locale/hu/LC_MESSAGES/file-roller.mo -share/locale/hy/LC_MESSAGES/file-roller.mo -share/locale/id/LC_MESSAGES/file-roller.mo -share/locale/is/LC_MESSAGES/file-roller.mo -share/locale/it/LC_MESSAGES/file-roller.mo -share/locale/ja/LC_MESSAGES/file-roller.mo -share/locale/ka/LC_MESSAGES/file-roller.mo -share/locale/kk/LC_MESSAGES/file-roller.mo -share/locale/kn/LC_MESSAGES/file-roller.mo -share/locale/ko/LC_MESSAGES/file-roller.mo -share/locale/ku/LC_MESSAGES/file-roller.mo -share/locale/lt/LC_MESSAGES/file-roller.mo -share/locale/lv/LC_MESSAGES/file-roller.mo -share/locale/mai/LC_MESSAGES/file-roller.mo -share/locale/mg/LC_MESSAGES/file-roller.mo -share/locale/mk/LC_MESSAGES/file-roller.mo -share/locale/ml/LC_MESSAGES/file-roller.mo -share/locale/mn/LC_MESSAGES/file-roller.mo -share/locale/mr/LC_MESSAGES/file-roller.mo -share/locale/ms/LC_MESSAGES/file-roller.mo -share/locale/nb/LC_MESSAGES/file-roller.mo -share/locale/ne/LC_MESSAGES/file-roller.mo -share/locale/nl/LC_MESSAGES/file-roller.mo -share/locale/nn/LC_MESSAGES/file-roller.mo -share/locale/oc/LC_MESSAGES/file-roller.mo -share/locale/or/LC_MESSAGES/file-roller.mo -share/locale/pa/LC_MESSAGES/file-roller.mo -share/locale/pl/LC_MESSAGES/file-roller.mo -share/locale/ps/LC_MESSAGES/file-roller.mo -share/locale/pt/LC_MESSAGES/file-roller.mo -share/locale/pt_BR/LC_MESSAGES/file-roller.mo -share/locale/ro/LC_MESSAGES/file-roller.mo -share/locale/ru/LC_MESSAGES/file-roller.mo -share/locale/rw/LC_MESSAGES/file-roller.mo -share/locale/si/LC_MESSAGES/file-roller.mo -share/locale/sk/LC_MESSAGES/file-roller.mo -share/locale/sl/LC_MESSAGES/file-roller.mo -share/locale/sq/LC_MESSAGES/file-roller.mo -share/locale/sr/LC_MESSAGES/file-roller.mo -share/locale/sr@latin/LC_MESSAGES/file-roller.mo -share/locale/sr@ije/LC_MESSAGES/file-roller.mo -share/locale/sv/LC_MESSAGES/file-roller.mo -share/locale/ta/LC_MESSAGES/file-roller.mo -share/locale/te/LC_MESSAGES/file-roller.mo -share/locale/th/LC_MESSAGES/file-roller.mo -share/locale/tk/LC_MESSAGES/file-roller.mo -share/locale/tr/LC_MESSAGES/file-roller.mo -share/locale/uk/LC_MESSAGES/file-roller.mo -share/locale/ur/LC_MESSAGES/file-roller.mo -share/locale/ur_PK/LC_MESSAGES/file-roller.mo -share/locale/vi/LC_MESSAGES/file-roller.mo -share/locale/xh/LC_MESSAGES/file-roller.mo -share/locale/zh_CN/LC_MESSAGES/file-roller.mo -share/locale/zh_HK/LC_MESSAGES/file-roller.mo -share/locale/zh_TW/LC_MESSAGES/file-roller.mo -share/omf/file-roller/file-roller-C.omf -share/omf/file-roller/file-roller-ca.omf -share/omf/file-roller/file-roller-cs.omf -share/omf/file-roller/file-roller-bg.omf -share/omf/file-roller/file-roller-de.omf -share/omf/file-roller/file-roller-el.omf -share/omf/file-roller/file-roller-en_GB.omf -share/omf/file-roller/file-roller-es.omf -share/omf/file-roller/file-roller-fi.omf -share/omf/file-roller/file-roller-fr.omf -share/omf/file-roller/file-roller-it.omf -share/omf/file-roller/file-roller-nl.omf -share/omf/file-roller/file-roller-oc.omf -share/omf/file-roller/file-roller-ru.omf -share/omf/file-roller/file-roller-sv.omf -share/omf/file-roller/file-roller-uk.omf -share/omf/file-roller/file-roller-vi.omf -@dirrm share/omf/file-roller -@dirrm share/gnome/help/file-roller/vi/figures -@dirrm share/gnome/help/file-roller/vi -@dirrm share/gnome/help/file-roller/uk/figures -@dirrm share/gnome/help/file-roller/uk -@dirrm share/gnome/help/file-roller/sv/figures -@dirrm share/gnome/help/file-roller/sv -@dirrm share/gnome/help/file-roller/ru/figures -@dirrm share/gnome/help/file-roller/ru -@dirrm share/gnome/help/file-roller/oc/figures -@dirrm share/gnome/help/file-roller/oc -@dirrm share/gnome/help/file-roller/nl/figures -@dirrm share/gnome/help/file-roller/nl -@dirrm share/gnome/help/file-roller/it/figures -@dirrm share/gnome/help/file-roller/it -@dirrm share/gnome/help/file-roller/fr/figures -@dirrm share/gnome/help/file-roller/fr -@dirrm share/gnome/help/file-roller/fi/figures -@dirrm share/gnome/help/file-roller/fi -@dirrm share/gnome/help/file-roller/es/figures -@dirrm share/gnome/help/file-roller/es -@dirrm share/gnome/help/file-roller/en_GB/figures -@dirrm share/gnome/help/file-roller/en_GB -@dirrm share/gnome/help/file-roller/el/figures -@dirrm share/gnome/help/file-roller/el -@dirrm share/gnome/help/file-roller/de/figures -@dirrm share/gnome/help/file-roller/de -@dirrm share/gnome/help/file-roller/cs/figures -@dirrm share/gnome/help/file-roller/cs -@dirrm share/gnome/help/file-roller/ca/figures -@dirrm share/gnome/help/file-roller/ca -@dirrm share/gnome/help/file-roller/bg/figures -@dirrm share/gnome/help/file-roller/bg -@dirrm share/gnome/help/file-roller/C/figures -@dirrm share/gnome/help/file-roller/C -@dirrm share/gnome/help/file-roller -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/file-roller -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ur_PK/LC_MESSAGES -@dirrmtry share/locale/ur_PK -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile deleted file mode 100644 index 9968bf25a..000000000 --- a/audio/audacity-devel/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: audacity-devel -# Date created: 14 Sep 2006 -# Whom: Jackson Low <xxjack12xx@gmail.com> -# -# $FreeBSD$ - -PORTNAME= audacity -PORTVERSION= 1.3.9 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION} -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION} - -MAINTAINER= xxjack12xx@gmail.com -COMMENT= Audacity is a GUI editor for digital audio waveforms - -BUILD_DEPENDS+= automake-1.10:${PORTSDIR}/devel/automake110 -BUILD_DEPENDS+= autoconf-2.62:${PORTSDIR}/devel/autoconf262 -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile - -CONFLICTS= audacity-[0-9]* - -WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GCC= 4.2+ -USE_GETTEXT= yes -USE_BZIP2= yes -USE_WX= 2.8 -MAKE_JOBS_SAFE= yes -WX_COMPS= wx -PORTDOCS= README.txt LICENSE.txt - -MAN1= audacity.1 -MANCOMPRESSED= yes - -OPTIONS= VORBIS "Use libvorbis for Ogg Vorbis support" on \ - MAD "Use libmad for mp2/3 decoding support" on \ - FLAC "Use libFLAC for FLAC support" on \ - ID3TAG "Use libid3tag for mp3 id3 tag support" on \ - SAMPLERATE "Use libresample for sample rate conversion" on \ - SBSMS "Use libsbsms for pitch and tempo changing" on \ - SOUNDTOUCH "Use libSoundTouch for pitch and tempo changing" on\ - TWOLAME "Use libtwolame for MP2 export support" on \ - FFMPEG "Use ffmpeg for import and export support" on \ - MIDI "Use portSMF for Midi support" on - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -SSE_CFLAGS= -mno-sse -mno-sse2 -.endif - -CONFIGURE_ARG+= --destdir=/ -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - CPPFLAGS="${CPPFLAGS} -I${WRKSRC}/lib-src/portaudio-v19/include -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \ - CFLAGS="${CFLAGS} -I${WRKSRC}/lib-src/portaudio-v19/include -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \ - WX_CONFIG=${WX_CONFIG} - -.if !defined(NOPORTDOCS) -MAKE_ENV= DOC=yes -.endif - -CONFIGURE_ARGS+= --enable-unicode=no - -.if defined(WITH_VORBIS) -CONFIGURE_ARGS+= --with-libvorbis -.endif - -.if defined(WITH_MAD) -CONFIGURE_ARGS+= --with-libmad -.endif - -.if defined(WITH_FLAC) -CONFIGURE_ARGS+= --with-libflac -.endif - -.if defined(WITH_ID3TAG) -CONFIGURE_ARGS+= --with-libid3tag -.endif - -.if defined(WITH_SAMPLERATE) -CONFIGURE_ARGS+= --with-libresample -.endif - -.if defined(WITH_SBSMS) -CONFIGURE_ARGS+= --with-sbsms -.endif - -.if defined(WITH_SOUNDTOUCH) -CONFIGURE_ARGS+= --with-soundtouch -.endif - -.if defined(WITH_TWOLAME) -CONFIGURE_ARGS+= --with-libtwolame -.endif - -.if defined(WITH_FFMPEG) -CONFIGURE_ARGS+= --with-ffmpeg -.endif - -.if defined(WITH_MIDI) -CONFIGURE_ARGS+= --with-midi -.endif - -.include <bsd.port.post.mk> diff --git a/audio/audacity-devel/distinfo b/audio/audacity-devel/distinfo deleted file mode 100644 index 6347a625b..000000000 --- a/audio/audacity-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (audacity-minsrc-1.3.9.tar.bz2) = 0f2bc8971c6e2c4d39457c28aea16b5c -SHA256 (audacity-minsrc-1.3.9.tar.bz2) = f47afe8dcf38165d3550160eb7e94694119f5da563674060a93c5bc66e2fa012 -SIZE (audacity-minsrc-1.3.9.tar.bz2) = 6719955 diff --git a/audio/audacity-devel/files/patch-Makefile.in b/audio/audacity-devel/files/patch-Makefile.in deleted file mode 100644 index 095ebee8b..000000000 --- a/audio/audacity-devel/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in 2008-06-25 09:55:22.000000000 -0300 -+++ Makefile.in.new 2008-06-25 09:58:26.000000000 -0300 -@@ -31,11 +31,12 @@ - $(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME) - - # install docs -+ifeq ($(DOC),yes) - $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME) - $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME) - $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt - $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt -- -+endif - # install manpage - $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 - -test -f help/audacity.1.gz && \ diff --git a/audio/audacity-devel/files/patch-cext.h b/audio/audacity-devel/files/patch-cext.h deleted file mode 100644 index b6da23fd2..000000000 --- a/audio/audacity-devel/files/patch-cext.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-15 20:27:36.000000000 -0700 -+++ lib-src/libnyquist/nyquist/cmt/cext.hcext.h 2009-07-19 00:37:45.000000000 -0700 - -@@ -58,7 +58,7 @@ - #include <malloc.h> - #endif - --#if NEED_ULONG -+#if NEED_ULONG || __FreeBSD__ - typedef unsigned long ulong; - #endif - diff --git a/audio/audacity-devel/files/patch-src_AudacityApp.cpp b/audio/audacity-devel/files/patch-src_AudacityApp.cpp deleted file mode 100644 index 8026532a2..000000000 --- a/audio/audacity-devel/files/patch-src_AudacityApp.cpp +++ /dev/null @@ -1,30 +0,0 @@ ---- src/AudacityApp.cpp.orig 2009-11-27 00:27:29.000000000 +0100 -+++ src/AudacityApp.cpp 2009-11-27 00:48:36.000000000 +0100 -@@ -23,6 +23,15 @@ It handles initialization and terminatio - - #include "Audacity.h" // This should always be included first - -+/* -+ * Get Gtk.h and Glib.h included and working around that glib got -+ * a GSocket class now -+ */ -+#include <dlfcn.h> -+#define GSocket GlibGSocket -+#include <gtk/gtk.h> -+#undef GSocket -+ - #include <wx/defs.h> - #include <wx/app.h> - #include <wx/docview.h> -@@ -328,8 +337,11 @@ void QuitAudacity() - // Most of this was taken from nsNativeAppSupportUnix.cpp from Mozilla. - /////////////////////////////////////////////////////////////////////////////// - -+/* moved up so it doesn't undefs GSocket from wxgtk */ -+/* - #include <dlfcn.h> - #include <gtk/gtk.h> -+*/ - - typedef struct _GnomeProgram GnomeProgram; - typedef struct _GnomeModuleInfo GnomeModuleInfo; diff --git a/audio/audacity-devel/files/patch-xlisp.h b/audio/audacity-devel/files/patch-xlisp.h deleted file mode 100644 index 08478e98a..000000000 --- a/audio/audacity-devel/files/patch-xlisp.h +++ /dev/null @@ -1,19 +0,0 @@ ---- lib-src/libnyquist/nyquist/xlisp/xlisp.h 2009-07-15 20:27:36.000000000 -0700 -+++ lib-src/libnyquist/nyquist/xlisp/xlisp.h 2009-07-19 00:24:11.000000000 -0700 -@@ -152,6 +152,15 @@ - #endif - #endif - -+/* FreeBSD */ -+#ifdef __FreeBSD__ -+#if __BYTE_ORDER == __LITTLE_ENDIAN -+#define XL_LITTLE_ENDIAN -+#else -+#define XL_BIG_ENDIAN -+#endif -+#endif -+ - /* Apple CC */ - #ifdef __APPLE__ - #define NNODES 2000 - diff --git a/audio/audacity-devel/pkg-descr b/audio/audacity-devel/pkg-descr deleted file mode 100644 index db2bf8320..000000000 --- a/audio/audacity-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Audacity is a program that lets you manipulate digital audio -waveforms. In addition to letting you record sounds directly from -within the program, it imports many sound file formats, including -WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all -common editing operations such as Cut, Copy, and Paste, plus it will -mix tracks and let you apply plug-in effects to any part of a sound. It -also has a built-in amplitude envelope editor, a customizable -spectrogram mode and a frequency analysis window for audio -analysis applications. - -Author: Dominic Mazzoni dominic@minorninth.com -WWW: http://audacity.sourceforge.net diff --git a/audio/audacity-devel/pkg-plist b/audio/audacity-devel/pkg-plist deleted file mode 100644 index 1de42bbd7..000000000 --- a/audio/audacity-devel/pkg-plist +++ /dev/null @@ -1,95 +0,0 @@ -bin/audacity -share/applications/audacity.desktop -%%DATADIR%%/audacity.xpm -%%DATADIR%%/nyquist/bug.lsp -%%DATADIR%%/nyquist/dspprims.lsp -%%DATADIR%%/nyquist/envelopes.lsp -%%DATADIR%%/nyquist/equalizer.lsp -%%DATADIR%%/nyquist/evalenv.lsp -%%DATADIR%%/nyquist/fileio.lsp -%%DATADIR%%/nyquist/follow.lsp -%%DATADIR%%/nyquist/init.lsp -%%DATADIR%%/nyquist/misc.lsp -%%DATADIR%%/nyquist/nyinit.lsp -%%DATADIR%%/nyquist/nyqmisc.lsp -%%DATADIR%%/nyquist/nyquist.lsp -%%DATADIR%%/nyquist/printrec.lsp -%%DATADIR%%/nyquist/profile.lsp -%%DATADIR%%/nyquist/sal-parse.lsp -%%DATADIR%%/nyquist/sal.lsp -%%DATADIR%%/nyquist/seq.lsp -%%DATADIR%%/nyquist/seqfnint.lsp -%%DATADIR%%/nyquist/seqmidi.lsp -%%DATADIR%%/nyquist/sndfnint.lsp -%%DATADIR%%/nyquist/stk.lsp -%%DATADIR%%/nyquist/system.lsp -%%DATADIR%%/nyquist/xlinit.lsp -%%DATADIR%%/nyquist/xm.lsp -%%DATADIR%%/plug-ins/SilenceMarker.ny -%%DATADIR%%/plug-ins/beat.ny -%%DATADIR%%/plug-ins/clicktrack.ny -%%DATADIR%%/plug-ins/clipfix.ny -%%DATADIR%%/plug-ins/crossfadein.ny -%%DATADIR%%/plug-ins/crossfadeout.ny -%%DATADIR%%/plug-ins/delay.ny -%%DATADIR%%/plug-ins/equalabel.ny -%%DATADIR%%/plug-ins/highpass.ny -%%DATADIR%%/plug-ins/lowpass.ny -%%DATADIR%%/plug-ins/pluck.ny -%%DATADIR%%/plug-ins/rissetdrum.ny -%%DATADIR%%/plug-ins/tremolo.ny -%%DATADIR%%/plug-ins/vocalremover.ny -%%DATADIR%%/plug-ins/vocoder.ny -share/locale/af/LC_MESSAGES/audacity.mo -share/locale/ar/LC_MESSAGES/audacity.mo -share/locale/bg/LC_MESSAGES/audacity.mo -share/locale/bn/LC_MESSAGES/audacity.mo -share/locale/bs/LC_MESSAGES/audacity.mo -share/locale/ca/LC_MESSAGES/audacity.mo -share/locale/ca@valencia/LC_MESSAGES/audacity.mo -share/locale/cs/LC_MESSAGES/audacity.mo -share/locale/cy/LC_MESSAGES/audacity.mo -share/locale/da/LC_MESSAGES/audacity.mo -share/locale/de/LC_MESSAGES/audacity.mo -share/locale/el/LC_MESSAGES/audacity.mo -share/locale/es/LC_MESSAGES/audacity.mo -share/locale/eu/LC_MESSAGES/audacity.mo -share/locale/fa/LC_MESSAGES/audacity.mo -share/locale/fi/LC_MESSAGES/audacity.mo -share/locale/fr/LC_MESSAGES/audacity.mo -share/locale/ga/LC_MESSAGES/audacity.mo -share/locale/gl/LC_MESSAGES/audacity.mo -share/locale/he/LC_MESSAGES/audacity.mo -share/locale/hu/LC_MESSAGES/audacity.mo -share/locale/id/LC_MESSAGES/audacity.mo -share/locale/it/LC_MESSAGES/audacity.mo -share/locale/ja/LC_MESSAGES/audacity.mo -share/locale/ka/LC_MESSAGES/audacity.mo -share/locale/km/LC_MESSAGES/audacity.mo -share/locale/ko/LC_MESSAGES/audacity.mo -share/locale/lt/LC_MESSAGES/audacity.mo -share/locale/mk/LC_MESSAGES/audacity.mo -share/locale/nb/LC_MESSAGES/audacity.mo -share/locale/nl/LC_MESSAGES/audacity.mo -share/locale/oc/LC_MESSAGES/audacity.mo -share/locale/pl/LC_MESSAGES/audacity.mo -share/locale/pt/LC_MESSAGES/audacity.mo -share/locale/pt_BR/LC_MESSAGES/audacity.mo -share/locale/ro/LC_MESSAGES/audacity.mo -share/locale/ru/LC_MESSAGES/audacity.mo -share/locale/sk/LC_MESSAGES/audacity.mo -share/locale/sl/LC_MESSAGES/audacity.mo -share/locale/sv/LC_MESSAGES/audacity.mo -share/locale/tg/LC_MESSAGES/audacity.mo -share/locale/tr/LC_MESSAGES/audacity.mo -share/locale/uk/LC_MESSAGES/audacity.mo -share/locale/vi/LC_MESSAGES/audacity.mo -share/locale/zh/LC_MESSAGES/audacity.mo -share/locale/zh_TW/LC_MESSAGES/audacity.mo -share/mime/packages/audacity.xml -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrm share/audacity/plug-ins -@dirrm share/audacity/nyquist -@dirrm share/audacity -@dirrm share/applications diff --git a/audio/freedesktop-sound-theme/Makefile b/audio/freedesktop-sound-theme/Makefile deleted file mode 100644 index 101456c75..000000000 --- a/audio/freedesktop-sound-theme/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: freedesktop-sound-theme -# Date created: 15 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/freedesktop-sound-theme/Makefile,v 1.5 2009/11/26 20:51:55 kwm Exp $ -# - -PORTNAME= freedesktop-sound-theme -PORTVERSION= 0.7 -CATEGORIES= audio gnome -MASTER_SITES= LOCAL -MASTER_SITE_SUBDIR= kwm -DISTNAME= sound-theme-freedesktop-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound theme based on the FreeDesktop specification - -USE_BZIP2= yes -USE_GNOME= gnomehier intlhack -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/audio/freedesktop-sound-theme/distinfo b/audio/freedesktop-sound-theme/distinfo deleted file mode 100644 index 4d0c659a3..000000000 --- a/audio/freedesktop-sound-theme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sound-theme-freedesktop-0.7.tar.bz2) = c55786fdc4455f7437cc6fe49ea13ed8 -SHA256 (sound-theme-freedesktop-0.7.tar.bz2) = 5a0d064fa4a6880438e46739ce8a8eebb9b8a0a7da723fc37585bbc18a076404 -SIZE (sound-theme-freedesktop-0.7.tar.bz2) = 505168 diff --git a/audio/freedesktop-sound-theme/pkg-descr b/audio/freedesktop-sound-theme/pkg-descr deleted file mode 100644 index 58ba667da..000000000 --- a/audio/freedesktop-sound-theme/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a sound theme based on the FreeDesktop sound theme specification. - -WWW: http://freedesktop.org/wiki/Specifications/sound-theme-spec diff --git a/audio/freedesktop-sound-theme/pkg-plist b/audio/freedesktop-sound-theme/pkg-plist deleted file mode 100644 index b950de745..000000000 --- a/audio/freedesktop-sound-theme/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -share/sounds/freedesktop/index.theme -share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga -share/sounds/freedesktop/stereo/audio-channel-front-center.oga -share/sounds/freedesktop/stereo/audio-channel-front-left.oga -share/sounds/freedesktop/stereo/audio-channel-front-right.oga -share/sounds/freedesktop/stereo/audio-channel-rear-center.oga -share/sounds/freedesktop/stereo/audio-channel-rear-left.oga -share/sounds/freedesktop/stereo/audio-channel-rear-right.oga -share/sounds/freedesktop/stereo/audio-channel-side-left.oga -share/sounds/freedesktop/stereo/audio-channel-side-right.oga -share/sounds/freedesktop/stereo/audio-test-signal.oga -share/sounds/freedesktop/stereo/audio-volume-change.oga -share/sounds/freedesktop/stereo/bell.oga -share/sounds/freedesktop/stereo/camera-shutter.oga -share/sounds/freedesktop/stereo/complete.oga -share/sounds/freedesktop/stereo/device-added.oga -share/sounds/freedesktop/stereo/device-removed.oga -share/sounds/freedesktop/stereo/dialog-error.oga -share/sounds/freedesktop/stereo/dialog-information.oga -share/sounds/freedesktop/stereo/dialog-warning.oga -share/sounds/freedesktop/stereo/message-new-instant.oga -share/sounds/freedesktop/stereo/message.oga -share/sounds/freedesktop/stereo/network-connectivity-established.oga -share/sounds/freedesktop/stereo/network-connectivity-lost.oga -share/sounds/freedesktop/stereo/phone-incoming-call.oga -share/sounds/freedesktop/stereo/phone-outgoing-busy.oga -share/sounds/freedesktop/stereo/phone-outgoing-calling.oga -share/sounds/freedesktop/stereo/power-plug.oga -share/sounds/freedesktop/stereo/power-unplug.oga -share/sounds/freedesktop/stereo/screen-capture.oga -share/sounds/freedesktop/stereo/service-login.oga -share/sounds/freedesktop/stereo/service-logout.oga -share/sounds/freedesktop/stereo/suspend-error.oga -share/sounds/freedesktop/stereo/trash-empty.oga -share/sounds/freedesktop/stereo/window-attention.oga -share/sounds/freedesktop/stereo/window-question.oga -@dirrm share/sounds/freedesktop/stereo -@dirrm share/sounds/freedesktop diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile deleted file mode 100644 index a6700ecf7..000000000 --- a/audio/gmpc-wikipedia/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gmpc-wikipedia -# Date created: March 27 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gmpc-wikipedia -PORTVERSION= 0.19.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:${PORTSDIR}/audio/libmpd \ - curl.5:${PORTSDIR}/ftp/curl \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc -RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc - -GNU_CONFIGURE= yes -USE_XORG= x11 -USE_GNOME= gnomehack intltool -USE_LDCONFIG= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/audio/gmpc-wikipedia/distinfo b/audio/gmpc-wikipedia/distinfo deleted file mode 100644 index fabf63c36..000000000 --- a/audio/gmpc-wikipedia/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gmpc-wikipedia-0.19.0.tar.gz) = dab8c94a568c3dca40232971f10729e8 -SHA256 (gmpc-wikipedia-0.19.0.tar.gz) = e04341db5052c8e83c918a1fbb33fd6bff3a84d9fb0a92b56af4545bf8dfe9d5 -SIZE (gmpc-wikipedia-0.19.0.tar.gz) = 306643 diff --git a/audio/gmpc-wikipedia/pkg-descr b/audio/gmpc-wikipedia/pkg-descr deleted file mode 100644 index b3af412e3..000000000 --- a/audio/gmpc-wikipedia/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This plugin shows embedded information on the current artist from wikipedia. - -WWW: http://sarine.nl/gmpc-plugins diff --git a/audio/gmpc-wikipedia/pkg-plist b/audio/gmpc-wikipedia/pkg-plist deleted file mode 100644 index cf62c5699..000000000 --- a/audio/gmpc-wikipedia/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -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/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index 93781d9e0..000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.146 2009/10/07 14:42:44 avl Exp $ -# - -PORTNAME= gnome-media -PORTVERSION= 2.28.1 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - pulse.0:${PORTSDIR}/audio/pulseaudio \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 libglade2 \ - gconf2 -USE_GSTREAMER= gconf good -CONFIGURE_ARGS= --disable-gstmix -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-audio-profiles.schemas \ - gnome-sound-recorder.schemas - -.include <bsd.port.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index a06e5462a..000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-media-2.28.1.tar.bz2) = 44fa273824cb18bb3118756d4bef69e6 -SHA256 (gnome2/gnome-media-2.28.1.tar.bz2) = 1a1efc4f8f0b127cde4839d64343a5041c00ffb87597d45aabd4e22c4422eed0 -SIZE (gnome2/gnome-media-2.28.1.tar.bz2) = 2557601 diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr deleted file mode 100644 index 7b2258499..000000000 --- a/audio/gnome-media/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist deleted file mode 100644 index b00877874..000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,369 +0,0 @@ -bin/gnome-audio-profiles-properties -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gnome-volume-control-applet -bin/gstreamer-properties -etc/xdg/autostart/gnome-volume-control-applet.desktop -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libglade/2.0/libgnome-media-profiles.a -lib/libglade/2.0/libgnome-media-profiles.la -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.la -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/pkgconfig/gnome-media-profiles.pc -share/applications/gnome-sound-recorder.desktop -share/applications/gnome-volume-control.desktop -share/applications/gstreamer-properties.desktop -%%DATADIR%%/glade/gnome-audio-profiles.glade2 -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-high.svg -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-low.svg -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-muted.svg -%%DATADIR%%/sounds/gnome-sounds-default.xml -share/gnome-sound-recorder/ui/ui.xml -share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/C/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/C/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-sound-recorder/ca/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/ca/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/cs/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/cs/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/de/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/de/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/el/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/el/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/en_GB/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/en_GB/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/fr/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/it/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/it/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/oc/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/oc/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/ru/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/ru/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/sv/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/zh_CN/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/zh_CN/gnome-sound-recorder.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/help/gstreamer-properties/ca/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/ca/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/cs/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/cs/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/de/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/de/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/el/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/el/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/en_GB/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/en_GB/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/fr/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/it/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/it/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/oc/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/oc/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/pt_BR/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/pt_BR/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/ru/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/ru/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/th/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/th/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/zh_CN/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/zh_CN/gstreamer-properties.xml -share/gstreamer-properties/gstreamer-properties.ui -share/gstreamer-properties/icons/gstreamer-properties.png -share/icons/hicolor/16x16/apps/gnome-sound-recorder.png -share/icons/hicolor/16x16/apps/gnome-volume-control.png -share/icons/hicolor/16x16/apps/gnome-volume-control.svg -share/icons/hicolor/22x22/apps/gnome-sound-recorder.png -share/icons/hicolor/22x22/apps/gnome-volume-control.png -share/icons/hicolor/22x22/apps/gnome-volume-control.svg -share/icons/hicolor/24x24/apps/gnome-sound-recorder.png -share/icons/hicolor/24x24/apps/gnome-volume-control.png -share/icons/hicolor/32x32/apps/gnome-sound-recorder.png -share/icons/hicolor/32x32/apps/gnome-volume-control.png -share/icons/hicolor/32x32/apps/gnome-volume-control.svg -share/icons/hicolor/48x48/apps/gnome-sound-recorder.png -share/icons/hicolor/48x48/apps/gnome-volume-control.png -share/icons/hicolor/48x48/apps/gstreamer-properties.png -share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg -share/icons/hicolor/scalable/apps/gnome-volume-control.svg -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/as/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/br/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-media-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-media-2.0.mo -share/locale/or/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/si/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/te/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -share/omf/gnome-audio-profiles/gnome-audio-profiles-C.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-cs.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-de.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-el.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-en_GB.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-oc.omf -share/omf/gstreamer-properties/gstreamer-properties-pt_BR.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-zh_CN.omf -share/omf/gstreamer-properties/gstreamer-properties-C.omf -share/omf/gstreamer-properties/gstreamer-properties-ca.omf -share/omf/gstreamer-properties/gstreamer-properties-cs.omf -share/omf/gstreamer-properties/gstreamer-properties-de.omf -share/omf/gstreamer-properties/gstreamer-properties-el.omf -share/omf/gstreamer-properties/gstreamer-properties-en_GB.omf -share/omf/gstreamer-properties/gstreamer-properties-es.omf -share/omf/gstreamer-properties/gstreamer-properties-fr.omf -share/omf/gstreamer-properties/gstreamer-properties-it.omf -share/omf/gstreamer-properties/gstreamer-properties-oc.omf -share/omf/gstreamer-properties/gstreamer-properties-ru.omf -share/omf/gstreamer-properties/gstreamer-properties-sv.omf -share/omf/gstreamer-properties/gstreamer-properties-th.omf -share/omf/gstreamer-properties/gstreamer-properties-zh_CN.omf -share/sounds/gnome/default/alerts/bark.ogg -share/sounds/gnome/default/alerts/drip.ogg -share/sounds/gnome/default/alerts/glass.ogg -share/sounds/gnome/default/alerts/sonar.ogg -@dirrm share/sounds/gnome/default/alerts -@dirrm share/sounds/gnome/default -@dirrm share/sounds/gnome -@dirrm share/omf/gstreamer-properties -@dirrm share/omf/gnome-sound-recorder -@dirrm share/omf/gnome-audio-profiles -@dirrm share/gstreamer-properties/icons -@dirrm share/gstreamer-properties -@dirrm share/gnome/help/gstreamer-properties/zh_CN/figures -@dirrm share/gnome/help/gstreamer-properties/zh_CN -@dirrm share/gnome/help/gstreamer-properties/th/figures -@dirrm share/gnome/help/gstreamer-properties/th -@dirrm share/gnome/help/gstreamer-properties/sv/figures -@dirrm share/gnome/help/gstreamer-properties/sv -@dirrm share/gnome/help/gstreamer-properties/ru/figures -@dirrm share/gnome/help/gstreamer-properties/ru -@dirrm share/gnome/help/gstreamer-properties/pt_BR/figures -@dirrm share/gnome/help/gstreamer-properties/pt_BR -@dirrm share/gnome/help/gstreamer-properties/oc/figures -@dirrm share/gnome/help/gstreamer-properties/oc -@dirrm share/gnome/help/gstreamer-properties/it/figures -@dirrm share/gnome/help/gstreamer-properties/it -@dirrm share/gnome/help/gstreamer-properties/fr/figures -@dirrm share/gnome/help/gstreamer-properties/fr -@dirrm share/gnome/help/gstreamer-properties/es/figures -@dirrm share/gnome/help/gstreamer-properties/es -@dirrm share/gnome/help/gstreamer-properties/en_GB/figures -@dirrm share/gnome/help/gstreamer-properties/en_GB -@dirrm share/gnome/help/gstreamer-properties/el/figures -@dirrm share/gnome/help/gstreamer-properties/el -@dirrm share/gnome/help/gstreamer-properties/de/figures -@dirrm share/gnome/help/gstreamer-properties/de -@dirrm share/gnome/help/gstreamer-properties/cs/figures -@dirrm share/gnome/help/gstreamer-properties/cs -@dirrm share/gnome/help/gstreamer-properties/ca/figures -@dirrm share/gnome/help/gstreamer-properties/ca -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/gnome-sound-recorder/zh_CN/figures -@dirrm share/gnome/help/gnome-sound-recorder/zh_CN -@dirrm share/gnome/help/gnome-sound-recorder/uk/figures -@dirrm share/gnome/help/gnome-sound-recorder/uk -@dirrm share/gnome/help/gnome-sound-recorder/sv/figures -@dirrm share/gnome/help/gnome-sound-recorder/sv -@dirrm share/gnome/help/gnome-sound-recorder/ru/figures -@dirrm share/gnome/help/gnome-sound-recorder/ru -@dirrm share/gnome/help/gnome-sound-recorder/oc/figures -@dirrm share/gnome/help/gnome-sound-recorder/oc -@dirrm share/gnome/help/gnome-sound-recorder/it/figures -@dirrm share/gnome/help/gnome-sound-recorder/it -@dirrm share/gnome/help/gnome-sound-recorder/fr/figures -@dirrm share/gnome/help/gnome-sound-recorder/fr -@dirrm share/gnome/help/gnome-sound-recorder/es/figures -@dirrm share/gnome/help/gnome-sound-recorder/es -@dirrm share/gnome/help/gnome-sound-recorder/en_GB/figures -@dirrm share/gnome/help/gnome-sound-recorder/en_GB -@dirrm share/gnome/help/gnome-sound-recorder/el/figures -@dirrm share/gnome/help/gnome-sound-recorder/el -@dirrm share/gnome/help/gnome-sound-recorder/de/figures -@dirrm share/gnome/help/gnome-sound-recorder/de -@dirrm share/gnome/help/gnome-sound-recorder/cs/figures -@dirrm share/gnome/help/gnome-sound-recorder/cs -@dirrm share/gnome/help/gnome-sound-recorder/ca/figures -@dirrm share/gnome/help/gnome-sound-recorder/ca -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-audio-profiles/C/figures -@dirrm share/gnome/help/gnome-audio-profiles/C -@dirrm share/gnome/help/gnome-audio-profiles -@dirrm share/gnome-sound-recorder/ui -@dirrm share/gnome-sound-recorder -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/audio/gstreamer-plugins-cdparanoia/Makefile b/audio/gstreamer-plugins-cdparanoia/Makefile deleted file mode 100644 index 4181ae145..000000000 --- a/audio/gstreamer-plugins-cdparanoia/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdparanoia -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= audio - -COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin - -GST_PLUGIN= cdparanoia - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile deleted file mode 100644 index 77c66579e..000000000 --- a/audio/libcanberra/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: libcanberra -# Date created: 05 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libcanberra -PORTVERSION= 0.22 -CATEGORIES= audio devel -MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Implementation of the Freedesktop sound theme spec - -LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 libltdl:22 -CONFIGURE_ARGS= --disable-lynx --disable-tdb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= libcanberra.schemas - -OPTIONS= PULSE "Enable Pulse Audio support" off \ - GSTREAMER "Enable GStreamer audio support" off - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_PULSE) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -PLIST_SUB+= PULSE="" -.else -CONFIGURE_ARGS+=--disable-pulse -PLIST_SUB+= PULSE="@comment " -.endif - -.if !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER= yes -PLIST_SUB+= GSTREAMER="" -.else -CONFIGURE_ARGS+=--disable-gstreamer -PLIST_SUB+= GSTREAMER="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/audio/libcanberra/distinfo b/audio/libcanberra/distinfo deleted file mode 100644 index f771edecc..000000000 --- a/audio/libcanberra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libcanberra-0.22.tar.gz) = e24e2f956fedfbcc58edfa40471b18d8 -SHA256 (libcanberra-0.22.tar.gz) = 6a87737c3d045549a4a9c789cfc565a48185a586aa1a59243dea6421e9978581 -SIZE (libcanberra-0.22.tar.gz) = 459404 diff --git a/audio/libcanberra/files/patch-src_oss.c b/audio/libcanberra/files/patch-src_oss.c deleted file mode 100644 index d4b910a3c..000000000 --- a/audio/libcanberra/files/patch-src_oss.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/oss.c.orig 2009-08-26 21:58:16.000000000 -0400 -+++ src/oss.c 2009-11-25 20:47:07.000000000 -0500 -@@ -260,7 +260,7 @@ static int open_oss(ca_context *c, struc - val = AFMT_S16_NE; - break; - case CA_SAMPLE_S16RE: --#if __BYTE_ORDER == __LITTLE_ENDIAN -+#if _BYTE_ORDER == _LITTLE_ENDIAN - val = AFMT_S16_BE; - #else - val = AFMT_S16_LE; diff --git a/audio/libcanberra/pkg-descr b/audio/libcanberra/pkg-descr deleted file mode 100644 index bd46b142e..000000000 --- a/audio/libcanberra/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libcanberra is an implementation of the Freedesktop Sound Theme -specification. It allows developers to play sounds given a list of events. - -WWW: http://0pointer.de/lennart/projects/libcanberra/ diff --git a/audio/libcanberra/pkg-plist b/audio/libcanberra/pkg-plist deleted file mode 100644 index e32487a18..000000000 --- a/audio/libcanberra/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/canberra-gtk-play -include/canberra-gtk.h -include/canberra.h -lib/gtk-2.0/modules/libcanberra-gtk-module.a -lib/gtk-2.0/modules/libcanberra-gtk-module.la -lib/gtk-2.0/modules/libcanberra-gtk-module.so -lib/libcanberra-gtk.a -lib/libcanberra-gtk.la -lib/libcanberra-gtk.so -lib/libcanberra-gtk.so.0 -lib/libcanberra.a -lib/libcanberra.la -lib/libcanberra.so -lib/libcanberra.so.0 -%%GSTREAMER%%lib/libcanberra/libcanberra-gstreamer.a -%%GSTREAMER%%lib/libcanberra/libcanberra-gstreamer.la -%%GSTREAMER%%lib/libcanberra/libcanberra-gstreamer.so -lib/libcanberra-%%VERSION%%/libcanberra-multi.a -lib/libcanberra-%%VERSION%%/libcanberra-multi.la -lib/libcanberra-%%VERSION%%/libcanberra-multi.so -lib/libcanberra-%%VERSION%%/libcanberra-null.a -lib/libcanberra-%%VERSION%%/libcanberra-null.la -lib/libcanberra-%%VERSION%%/libcanberra-null.so -lib/libcanberra-%%VERSION%%/libcanberra-oss.a -lib/libcanberra-%%VERSION%%/libcanberra-oss.la -lib/libcanberra-%%VERSION%%/libcanberra-oss.so -%%PULSE%%lib/libcanberra-%%VERSION%%/libcanberra-pulse.a -%%PULSE%%lib/libcanberra-%%VERSION%%/libcanberra-pulse.la -%%PULSE%%lib/libcanberra-%%VERSION%%/libcanberra-pulse.so -libdata/pkgconfig/libcanberra-gtk.pc -libdata/pkgconfig/libcanberra.pc -%%DOCSDIR%%/README -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libcanberra-canberra-gtk.html -%%DOCSDIR%%/libcanberra-canberra.html -%%DOCSDIR%%/libcanberra.devhelp -%%DOCSDIR%%/libcanberra.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop -share/gnome/autostart/libcanberra-login-sound.desktop -share/gnome/shutdown/libcanberra-logout-sound.sh -share/vala/vapi/libcanberra-gtk.vapi -share/vala/vapi/libcanberra.vapi -@dirrmtry share/gnome/shutdown -@dirrmtry share/gdm/autostart/LoginWindow -@dirrmtry share/gdm/autostart -@dirrmtry share/gdm -@dirrm %%DOCSDIR%% -@dirrm lib/libcanberra-%%VERSION%% diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile deleted file mode 100644 index b9ae718f1..000000000 --- a/audio/pulseaudio/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -# New ports collection makefile for: polypaudio -# Date created: 29 October 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/pulseaudio/Makefile,v 1.20 2009/11/28 18:59:53 marcus Exp $ -# -# !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by -# PORTREVISION bumps to audio/gnome-media, sysutils/gnome-settings-daemon, -# and audio/gstreamer-plugins-pulse. -# - -PORTNAME= pulseaudio -PORTVERSION= 0.9.21 -CATEGORIES= audio -MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound server for UNIX - -LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ - speexdsp.1:${PORTSDIR}/audio/speex \ - dbus-1.3:${PORTSDIR}/devel/dbus \ - gdbm.3:${PORTSDIR}/databases/gdbm \ - execinfo:${PORTSDIR}/devel/libexecinfo - -USE_GNOME= gnometarget gnomehack glib20 intltool ltverhack -USE_XORG= x11 sm xtst ice -USE_LDCONFIG= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl:22 libtool:22 -USE_GMAKE= yes -MAKE_JOBS_UNSAFE=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - OPENSSL_CFLAGS="-I/usr/include" \ - OPENSSL_LIBS="-lcrypto -lssl" \ - LIBS="-lm -lintl" - -CONFIGURE_ARGS= --localstatedir=/var \ - --with-database=gdbm \ - --disable-lirc # untested - -USERS= pulse -GROUPS= pulse pulse-access pulse-rt - -OPTIONS= JACK "JACK audio support" Off \ - AVAHI "Enable Avahi mDNS support" On \ - HAL "Enable HAL support" On \ - GCONF "Enable GConf support" On - -PULSE_VERSION= ${PORTVERSION} -PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} - -MAN1= esdcompat.1 pabrowse.1 pacat.1 pacmd.1 pactl.1 padsp.1 \ - paplay.1 pasuspender.1 pax11publish.1 pulseaudio.1 -MAN5= default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5 - -.include <bsd.port.pre.mk> - -#.if ${ARCH} == "sparc64" -#BROKEN= Does not compile on sparc64 -#.endif - -.if ( ${OSVERSION} > 800000 && ${OSVERSION} < 800080 ) || \ - ${OSVERSION} < 702000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_daemon_main.c \ - ${FILESDIR}/extra-patch-src_daemon_start-pulseaudio-x11.in \ - ${FILESDIR}/extra-patch-src_pulse_context.c -.endif - -.if defined(WITH_JACK) -LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack -PLIST_SUB+= JACK="" -.else -PLIST_SUB+= JACK="@comment " -CONFIGURE_ARGS+=--disable-jack -.endif - -.if !defined(WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app -PLIST_SUB+= AVAHI="" -.else -CONFIGURE_ARGS+=--disable-avahi -PLIST_SUB+= AVAHI="@comment " -.endif - -.if !defined(WITHOUT_HAL) -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -PLIST_SUB+= HAL="" -.else -CONFIGURE_ARGS+=--disable-hal \ - --disable-polkit -PLIST_SUB+= HAL="@comment " -.endif - -.if !defined(WITHOUT_GCONF) -USE_GNOME+= gconf2 -PLIST_SUB+= GCONF="" -.else -CONFIGURE_ARGS+=--disable-gconf -PLIST_SUB+= GCONF="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/daemon/default.pa.in -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -e 's|-Wl,-no-undefined||' \ - ${WRKSRC}/src/Makefile.in -.endif - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -post-install: -.for ii in default.pa daemon.conf client.conf system.pa - ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ - ${PREFIX}/etc/pulse/${ii}-dist -.endfor - -.include <bsd.port.post.mk> diff --git a/audio/pulseaudio/distinfo b/audio/pulseaudio/distinfo deleted file mode 100644 index 8529bce24..000000000 --- a/audio/pulseaudio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pulseaudio-0.9.21.tar.gz) = 76e623c4c72e2258bc8bdeb1599bad74 -SHA256 (pulseaudio-0.9.21.tar.gz) = 94e22356ac70ee95388ae58da90d88c6b3186d1938618d21671627ff56cee254 -SIZE (pulseaudio-0.9.21.tar.gz) = 2056896 diff --git a/audio/pulseaudio/files/extra-patch-src_daemon_main.c b/audio/pulseaudio/files/extra-patch-src_daemon_main.c deleted file mode 100644 index 8c6ae410f..000000000 --- a/audio/pulseaudio/files/extra-patch-src_daemon_main.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/daemon/main.c.orig 2009-01-12 18:11:38.000000000 -0500 -+++ src/daemon/main.c 2009-03-07 19:56:16.000000000 -0500 -@@ -689,7 +690,7 @@ int main(int argc, char *argv[]) { - * first take the autospawn lock to make things - * synchronous. */ - -- if ((autospawn_fd = pa_autospawn_lock_init()) < 0) { -+ /*if ((autospawn_fd = pa_autospawn_lock_init()) < 0) { - pa_log("Failed to initialize autospawn lock"); - goto finish; - } -@@ -699,7 +700,7 @@ int main(int argc, char *argv[]) { - goto finish; - } - -- autospawn_locked = TRUE; -+ autospawn_locked = TRUE;*/ - } - - if (conf->daemonize) { diff --git a/audio/pulseaudio/files/extra-patch-src_daemon_start-pulseaudio-x11.in b/audio/pulseaudio/files/extra-patch-src_daemon_start-pulseaudio-x11.in deleted file mode 100644 index 65001b572..000000000 --- a/audio/pulseaudio/files/extra-patch-src_daemon_start-pulseaudio-x11.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/daemon/start-pulseaudio-x11.in.orig 2009-03-07 19:48:47.000000000 -0500 -+++ src/daemon/start-pulseaudio-x11.in 2009-03-07 19:48:56.000000000 -0500 -@@ -19,7 +19,7 @@ - - set -e - --@PA_BINARY@ --start "$@" -+@PA_BINARY@ -D "$@" - - if [ x"$DISPLAY" != x ] ; then - diff --git a/audio/pulseaudio/files/extra-patch-src_pulse_context.c b/audio/pulseaudio/files/extra-patch-src_pulse_context.c deleted file mode 100644 index fda93a2a6..000000000 --- a/audio/pulseaudio/files/extra-patch-src_pulse_context.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pulse/context.c.orig 2009-03-08 14:33:36.000000000 -0400 -+++ src/pulse/context.c 2009-03-08 14:33:42.000000000 -0400 -@@ -664,7 +664,7 @@ static int context_autospawn(pa_context - n = 0; - - argv[n++] = c->conf->daemon_binary; -- argv[n++] = "--start"; -+ argv[n++] = "-D"; - - while (n < MAX_ARGS) { - char *a; diff --git a/audio/pulseaudio/files/patch-configure b/audio/pulseaudio/files/patch-configure deleted file mode 100644 index 21a97d912..000000000 --- a/audio/pulseaudio/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig 2009-11-24 16:31:47.000000000 +0100 -+++ configure 2009-11-24 16:32:35.000000000 +0100 -@@ -13586,6 +13586,7 @@ - check_inconsistencies=yes - case "${host_cpu}-${host_os}" in - *-darwin*) check_inconsistencies=no ;; -+ *-freebsd*) check_inconsistencies=no ;; - esac - if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -@@ -18007,7 +18008,7 @@ - - else - -- as_fn_error "*** libatomic-ops headers not found" "$LINENO" 5 -+# as_fn_error "*** libatomic-ops headers not found" "$LINENO" 5 - - fi - -@@ -18015,9 +18016,9 @@ - - - # Win32 does not need the lib and breaks horribly if we try to include it -- if test "x$os_is_win32" != "x1" ; then -- LIBS="$LIBS -latomic_ops" -- fi -+# if test "x$os_is_win32" != "x1" ; then -+# LIBS="$LIBS -latomic_ops" -+# fi - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } diff --git a/audio/pulseaudio/files/patch-src_Makefile.in b/audio/pulseaudio/files/patch-src_Makefile.in deleted file mode 100644 index e77cc9f9a..000000000 --- a/audio/pulseaudio/files/patch-src_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig 2009-09-11 21:23:13.000000000 -0400 -+++ src/Makefile.in 2009-09-11 21:24:41.000000000 -0400 -@@ -2890,7 +2890,7 @@ libpulsecommon_@PA_MAJORMINORMICRO@_la_C - libpulsecommon_@PA_MAJORMINORMICRO@_la_LDFLAGS = $(AM_LDFLAGS) \ - -avoid-version $(am__append_14) - libpulsecommon_@PA_MAJORMINORMICRO@_la_LIBADD = $(AM_LIBADD) \ -- $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) \ -+ $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) -lexecinfo \ - $(LIBSNDFILE_LIBS) $(am__append_16) $(am__append_20) - - ################################### -@@ -7745,9 +7745,8 @@ info: info-am - - info-am: - --install-data-am: install-alsapathsDATA install-alsaprofilesetsDATA \ -- install-dbuspolicyDATA install-pulseconfDATA \ -- install-pulseincludeHEADERS install-udevrulesDATA \ -+install-data-am: install-dbuspolicyDATA install-pulseconfDATA \ -+ install-pulseincludeHEADERS \ - install-xdgautostartDATA - - install-dvi: install-dvi-am diff --git a/audio/pulseaudio/files/patch-src_daemon_default.pa.in b/audio/pulseaudio/files/patch-src_daemon_default.pa.in deleted file mode 100644 index 0ca5a64e5..000000000 --- a/audio/pulseaudio/files/patch-src_daemon_default.pa.in +++ /dev/null @@ -1,17 +0,0 @@ ---- src/daemon/default.pa.in.orig 2009-07-19 14:58:14.000000000 -0400 -+++ src/daemon/default.pa.in 2009-07-19 14:58:41.000000000 -0400 -@@ -22,10 +22,10 @@ - .nofail - - ### Load something into the sample cache --#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav --#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav --#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav --#load-sample-lazy pulse-access /usr/share/sounds/generic.wav -+#load-sample-lazy x11-bell %%LOCALBASE%%/sounds/gtk-events/activate.wav -+#load-sample-lazy pulse-hotplug %%LOCALBASE%%/sounds/startup3.wav -+#load-sample-lazy pulse-coldplug %%LOCALBASE%%/sounds/startup3.wav -+#load-sample-lazy pulse-access %%LOCALBASE%%/sounds/generic.wav - - .fail - diff --git a/audio/pulseaudio/files/patch-src_modules_module-cli.c b/audio/pulseaudio/files/patch-src_modules_module-cli.c deleted file mode 100644 index 4b0fedcc8..000000000 --- a/audio/pulseaudio/files/patch-src_modules_module-cli.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/modules/module-cli.c.orig 2009-09-19 13:57:53.000000000 -0400 -+++ src/modules/module-cli.c 2009-09-19 14:04:25.000000000 -0400 -@@ -105,7 +105,12 @@ int pa__init(pa_module*m) { - * of log messages, particularly because if stdout and stderr are - * dup'ed they share the same O_NDELAY, too. */ - -+#ifdef O_CLOEXEC - if ((fd = open("/dev/tty", O_RDWR|O_CLOEXEC|O_NONBLOCK)) >= 0) { -+#else -+ if ((fd = open("/dev/tty", O_RDWR|O_NONBLOCK)) >= 0 && -+ fcntl(fd, F_SETFD, FD_CLOEXEC) != -1) { -+#endif - io = pa_iochannel_new(m->core->mainloop, fd, fd); - pa_log_debug("Managed to open /dev/tty."); - } else { diff --git a/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c b/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c deleted file mode 100644 index a723999af..000000000 --- a/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/modules/oss/module-oss.c.orig 2009-04-13 17:11:32.000000000 -0400 -+++ src/modules/oss/module-oss.c 2009-07-19 14:24:25.000000000 -0400 -@@ -1214,10 +1214,12 @@ int pa__init(pa_module*m) { - use_mmap = FALSE; - } - -+#ifndef __FreeBSD__ - if (use_mmap && mode == O_WRONLY) { - pa_log_info("Device opened for playback only, cannot do memory mapping, falling back to UNIX write() mode."); - use_mmap = FALSE; - } -+#endif - - if (pa_oss_get_hw_description(dev, hwdesc, sizeof(hwdesc)) >= 0) - pa_log_info("Hardware name is '%s'.", hwdesc); -@@ -1399,7 +1401,7 @@ int pa__init(pa_module*m) { - if ((u->mixer_fd = pa_oss_open_mixer_for_device(u->device_name)) >= 0) { - pa_bool_t do_close = TRUE; - -- if (ioctl(fd, SOUND_MIXER_READ_DEVMASK, &u->mixer_devmask) < 0) -+ if (ioctl(u->mixer_fd, SOUND_MIXER_READ_DEVMASK, &u->mixer_devmask) < 0) - pa_log_warn("SOUND_MIXER_READ_DEVMASK failed: %s", pa_cstrerror(errno)); - - else { diff --git a/audio/pulseaudio/files/patch-src_modules_oss_oss-util.c b/audio/pulseaudio/files/patch-src_modules_oss_oss-util.c deleted file mode 100644 index 5fe7ec329..000000000 --- a/audio/pulseaudio/files/patch-src_modules_oss_oss-util.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/modules/oss/oss-util.c.orig 2007-11-08 21:45:25.000000000 -0500 -+++ src/modules/oss/oss-util.c 2008-01-09 17:00:45.000000000 -0500 -@@ -44,6 +44,22 @@ - - #include "oss-util.h" - -+#ifndef DSP_CAP_COPROC -+#define DSP_CAP_COPROC 0x00000800 -+#endif -+#ifndef DSP_CAP_TRIGGER -+#define DSP_CAP_TRIGGER 0x00001000 -+#endif -+#ifndef DSP_CAP_MMAP -+#define DSP_CAP_MMAP 0x00002000 -+#endif -+#ifndef DSP_CAP_MULTI -+#define DSP_CAP_MULTI 0x00004000 -+#endif -+#ifndef DSP_CAP_BIND -+#define DSP_CAP_BIND 0x00008000 -+#endif -+ - int pa_oss_open(const char *device, int *mode, int* pcaps) { - int fd = -1; - int caps; diff --git a/audio/pulseaudio/files/patch-src_modules_rtp_rtsp_client.c b/audio/pulseaudio/files/patch-src_modules_rtp_rtsp_client.c deleted file mode 100644 index 2dbcad26a..000000000 --- a/audio/pulseaudio/files/patch-src_modules_rtp_rtsp_client.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/modules/rtp/rtsp_client.c.orig 2009-07-19 14:38:38.000000000 -0400 -+++ src/modules/rtp/rtsp_client.c 2009-07-19 14:39:46.000000000 -0400 -@@ -23,6 +23,9 @@ - #include <config.h> - #endif - -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <fcntl.h> - #include <stdlib.h> - #include <string.h> diff --git a/audio/pulseaudio/files/patch-src_pulse_introspect.c b/audio/pulseaudio/files/patch-src_pulse_introspect.c deleted file mode 100644 index 6681f70ca..000000000 --- a/audio/pulseaudio/files/patch-src_pulse_introspect.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pulse/introspect.c.orig 2008-01-03 20:01:31.000000000 -0500 -+++ src/pulse/introspect.c 2008-01-03 20:01:39.000000000 -0500 -@@ -26,6 +26,8 @@ - #include <config.h> - #endif - -+#include <string.h> -+ - #include <pulse/context.h> - - #include <pulsecore/gccmacro.h> diff --git a/audio/pulseaudio/files/patch-src_pulse_thread-mainloop.c b/audio/pulseaudio/files/patch-src_pulse_thread-mainloop.c deleted file mode 100644 index 72a0965dd..000000000 --- a/audio/pulseaudio/files/patch-src_pulse_thread-mainloop.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/pulse/thread-mainloop.c.orig 2008-01-01 17:23:28.000000000 -0500 -+++ src/pulse/thread-mainloop.c 2008-01-01 17:25:00.000000000 -0500 -@@ -27,6 +27,9 @@ - #endif - - #include <signal.h> -+#ifndef OS_IS_WIN32 -+#include <pthread.h> -+#endif - #include <stdio.h> - - #ifdef HAVE_POLL_H diff --git a/audio/pulseaudio/files/patch-src_pulse_util.c b/audio/pulseaudio/files/patch-src_pulse_util.c deleted file mode 100644 index 2fa4de0bc..000000000 --- a/audio/pulseaudio/files/patch-src_pulse_util.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/pulse/util.c.orig 2008-01-01 17:29:31.000000000 -0500 -+++ src/pulse/util.c 2008-01-01 17:29:00.000000000 -0500 -@@ -184,6 +184,17 @@ char *pa_get_binary_name(char *s, size_t - } - - #endif -+#ifdef __FreeBSD__ -+ { -+ char *rp; -+ -+ if ((rp = pa_readlink("/proc/curproc/file"))) { -+ pa_strlcpy(s, pa_path_get_filename(rp), l); -+ pa_xfree(rp); -+ return s; -+ } -+ } -+#endif - - #if defined(HAVE_SYS_PRCTL_H) && defined(PR_GET_NAME) - { diff --git a/audio/pulseaudio/files/patch-src_pulsecore_atomic.h b/audio/pulseaudio/files/patch-src_pulsecore_atomic.h deleted file mode 100644 index 06515b9f9..000000000 --- a/audio/pulseaudio/files/patch-src_pulsecore_atomic.h +++ /dev/null @@ -1,116 +0,0 @@ ---- src/pulsecore/atomic.h.orig 2008-01-23 19:44:20.000000000 -0500 -+++ src/pulsecore/atomic.h 2008-03-15 14:48:41.000000000 -0400 -@@ -106,6 +106,113 @@ static inline int pa_atomic_ptr_cmpxchg( - return __sync_bool_compare_and_swap(&a->value, (long) old_p, (long) new_p); - } - -+#elif defined(__FreeBSD__) -+ -+#include <sys/cdefs.h> -+#include <sys/types.h> -+#include <sys/param.h> -+#include <machine/atomic.h> -+ -+#if __FreeBSD_version < 600000 -+#if defined(__i386__) || defined(__amd64__) -+#if defined(__amd64__) -+#define atomic_load_acq_64 atomic_load_acq_long -+#endif -+static inline u_int -+atomic_fetchadd_int(volatile u_int *p, u_int v) -+{ -+ __asm __volatile( -+ " " __XSTRING(MPLOCKED) " " -+ " xaddl %0, %1 ; " -+ "# atomic_fetchadd_int" -+ : "+r" (v), -+ "=m" (*p) -+ : "m" (*p)); -+ -+ return (v); -+} -+#elif defined(__sparc64__) -+#define atomic_load_acq_64 atomic_load_acq_long -+#define atomic_fetchadd_int atomic_add_int -+#elif defined(__ia64__) -+#define atomic_load_acq_64 atomic_load_acq_long -+static inline uint32_t -+atomic_fetchadd_int(volatile uint32_t *p, uint32_t v) -+{ -+ uint32_t value; -+ -+ do { -+ value = *p; -+ } while (!atomic_cmpset_32(p, value, value + v)); -+ return (value); -+} -+#endif -+#endif -+ -+typedef struct pa_atomic { -+ volatile unsigned long value; -+} pa_atomic_t; -+ -+#define PA_ATOMIC_INIT(v) { .value = (v) } -+ -+static inline int pa_atomic_load(const pa_atomic_t *a) { -+ return (int) atomic_load_acq_int((unsigned int *) &a->value); -+} -+ -+static inline void pa_atomic_store(pa_atomic_t *a, int i) { -+ atomic_store_rel_int((unsigned int *) &a->value, i); -+} -+ -+static inline int pa_atomic_add(pa_atomic_t *a, int i) { -+ return atomic_fetchadd_int((unsigned int *) &a->value, i); -+} -+ -+static inline int pa_atomic_sub(pa_atomic_t *a, int i) { -+ return atomic_fetchadd_int((unsigned int *) &a->value, -(i)); -+} -+ -+static inline int pa_atomic_inc(pa_atomic_t *a) { -+ return atomic_fetchadd_int((unsigned int *) &a->value, 1); -+} -+ -+static inline int pa_atomic_dec(pa_atomic_t *a) { -+ return atomic_fetchadd_int((unsigned int *) &a->value, -1); -+} -+ -+static inline int pa_atomic_cmpxchg(pa_atomic_t *a, int old_i, int new_i) { -+ return atomic_cmpset_int((unsigned int *) &a->value, old_i, new_i); -+} -+ -+typedef struct pa_atomic_ptr { -+ volatile unsigned long value; -+} pa_atomic_ptr_t; -+ -+#define PA_ATOMIC_PTR_INIT(v) { .value = (unsigned long) (v) } -+ -+static inline void* pa_atomic_ptr_load(const pa_atomic_ptr_t *a) { -+#ifdef atomic_load_acq_64 -+ return (void*) atomic_load_acq_ptr((unsigned long *) &a->value); -+#else -+ return (void*) atomic_load_acq_ptr((unsigned int *) &a->value); -+#endif -+} -+ -+static inline void pa_atomic_ptr_store(pa_atomic_ptr_t *a, void *p) { -+#ifdef atomic_load_acq_64 -+ atomic_store_rel_ptr(&a->value, (unsigned long) p); -+#else -+ atomic_store_rel_ptr((unsigned int *) &a->value, (unsigned int) p); -+#endif -+} -+ -+static inline int pa_atomic_ptr_cmpxchg(pa_atomic_ptr_t *a, void *old_p, void* new_p) { -+#ifdef atomic_load_acq_64 -+ return atomic_cmpset_ptr(&a->value, (unsigned long) old_p, (unsigned long) new_p); -+#else -+ return atomic_cmpset_ptr((unsigned int *) &a->value, (unsigned int) old_p, (unsigned int) new_p); -+#endif -+} -+ - #elif defined(__GNUC__) && (defined(__amd64__) || defined(__x86_64__)) - - #error "The native atomic operations implementation for AMD64 has not been tested. libatomic_ops is known to not work properly on AMD64 and your gcc version is too old for the gcc-builtin atomic ops support. You have three options now: make the native atomic operations implementation for AMD64 work, fix libatomic_ops, or upgrade your GCC." diff --git a/audio/pulseaudio/files/patch-src_pulsecore_pstream.c b/audio/pulseaudio/files/patch-src_pulsecore_pstream.c deleted file mode 100644 index b242e2e41..000000000 --- a/audio/pulseaudio/files/patch-src_pulsecore_pstream.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/pulsecore/pstream.c.orig 2007-10-28 15:13:53.000000000 -0400 -+++ src/pulsecore/pstream.c 2008-01-01 16:14:18.000000000 -0500 -@@ -183,14 +183,17 @@ static void do_something(pa_pstream *p) - p->mainloop->defer_enable(p->defer_event, 0); - - if (!p->dead && pa_iochannel_is_readable(p->io)) { -- if (do_read(p) < 0) -+ if (do_read(p) < 0) { - goto fail; -- } else if (!p->dead && pa_iochannel_is_hungup(p->io)) -+ } -+ } else if (!p->dead && pa_iochannel_is_hungup(p->io)) { - goto fail; -+ } - - if (!p->dead && pa_iochannel_is_writable(p->io)) { -- if (do_write(p) < 0) -+ if (do_write(p) < 0) { - goto fail; -+ } - } - - pa_pstream_unref(p); diff --git a/audio/pulseaudio/files/patch-src_pulsecore_shm.c b/audio/pulseaudio/files/patch-src_pulsecore_shm.c deleted file mode 100644 index 4dfa3a3a9..000000000 --- a/audio/pulseaudio/files/patch-src_pulsecore_shm.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/pulsecore/shm.c.orig 2009-08-19 10:17:06.000000000 +0800 -+++ src/pulsecore/shm.c 2009-11-11 21:25:03.000000000 +0800 -@@ -91,7 +91,7 @@ - #define SHM_MARKER_SIZE PA_ALIGN(sizeof(struct shm_marker)) - - static char *segment_name(char *fn, size_t l, unsigned id) { -- pa_snprintf(fn, l, "/pulse-shm-%u", id); -+ pa_snprintf(fn, l, "/tmp/pulse-shm-%u", id); - return fn; - } - -@@ -142,7 +142,7 @@ - pa_random(&m->id, sizeof(m->id)); - segment_name(fn, sizeof(fn), m->id); - -- if ((fd = shm_open(fn, O_RDWR|O_CREAT|O_EXCL, mode & 0444)) < 0) { -+ if ((fd = shm_open(fn, O_RDWR|O_CREAT|O_EXCL, mode & 0644)) < 0) { - pa_log("shm_open() failed: %s", pa_cstrerror(errno)); - goto fail; - } diff --git a/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c b/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c deleted file mode 100644 index 365ca8d2b..000000000 --- a/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/tests/rtpoll-test.c.orig 2008-01-03 20:03:03.000000000 -0500 -+++ src/tests/rtpoll-test.c 2008-01-03 20:03:25.000000000 -0500 -@@ -45,6 +45,7 @@ static int worker(pa_rtpoll_item *w) { - } - - int main(int argc, char *argv[]) { -+#ifdef SIGRTMIN - pa_rtpoll *p; - pa_rtpoll_item *i, *w; - struct pollfd *pollfd; -@@ -86,6 +87,7 @@ int main(int argc, char *argv[]) { - pa_rtpoll_item_free(w); - - pa_rtpoll_free(p); -+#endif - - return 0; - } diff --git a/audio/pulseaudio/files/patch-src_tests_rtstutter.c b/audio/pulseaudio/files/patch-src_tests_rtstutter.c deleted file mode 100644 index c80737b19..000000000 --- a/audio/pulseaudio/files/patch-src_tests_rtstutter.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/tests/rtstutter.c.orig 2009-07-23 15:40:47.000000000 +0200 -+++ src/tests/rtstutter.c 2009-11-24 16:26:36.000000000 +0100 -@@ -31,6 +31,11 @@ - #include <string.h> - #include <pthread.h> - -+#ifdef HAVE_PTHREAD_SETAFFINITY_NP -+#include <sys/param.h> -+#include <sys/cpuset.h> -+#endif -+ - #include <pulse/timeval.h> - #include <pulse/gccmacro.h> - -@@ -44,8 +49,12 @@ - - static void* work(void *p) { - #ifdef HAVE_PTHREAD_SETAFFINITY_NP -+#ifdef __FreeBSD__ -+ cpuset_t mask; -+#else - cpu_set_t mask; - #endif -+#endif - struct sched_param param; - - pa_log_notice("CPU%i: Created thread.", PA_PTR_TO_UINT(p)); diff --git a/audio/pulseaudio/pkg-descr b/audio/pulseaudio/pkg-descr deleted file mode 100644 index 45634a1f7..000000000 --- a/audio/pulseaudio/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -PulseAudio, previously known as Polypaudio, is a sound server for POSIX and -Win32 systems. A sound server is basically a proxy for your sound applications. -It allows you to do advanced operations on your sound data as it passes between -your application and your hardware. Things like transferring the audio to a -different machine, changing the sample format or channel count and mixing -several sounds into one are easily achieved using a sound server. - -WWW: http://pulseaudio.org/ diff --git a/audio/pulseaudio/pkg-plist b/audio/pulseaudio/pkg-plist deleted file mode 100644 index 8be114347..000000000 --- a/audio/pulseaudio/pkg-plist +++ /dev/null @@ -1,272 +0,0 @@ -bin/esdcompat -%%AVAHI%%bin/pabrowse -bin/pacat -bin/pacmd -bin/pactl -bin/padsp -bin/pamon -bin/paplay -bin/parec -bin/parecord -bin/pasuspender -bin/pax11publish -bin/pulseaudio -bin/start-pulseaudio-kde -bin/start-pulseaudio-x11 -etc/dbus-1/system.d/pulseaudio-system.conf -@unexec if cmp -s %D/etc/pulse/client.conf %D/etc/pulse/client.conf-dist; then rm -f %D/etc/pulse/client.conf; fi -etc/pulse/client.conf-dist -@exec [ -f %B/client.conf ] || cp %B/%f %B/client.conf -@unexec if cmp -s %D/etc/pulse/daemon.conf %D/etc/pulse/daemon.conf-dist; then rm -f %D/etc/pulse/daemon.conf; fi -etc/pulse/daemon.conf-dist -@exec [ -f %B/daemon.conf ] || cp %B/%f %B/daemon.conf -@unexec if cmp -s %D/etc/pulse/default.pa %D/etc/pulse/default.pa-dist; then rm -f %D/etc/pulse/default.pa; fi -etc/pulse/default.pa-dist -@exec [ -f %B/default.pa ] || cp %B/%f %B/default.pa -@unexec if cmp -s %D/etc/pulse/system.pa %D/etc/pulse/system.pa-dist; then rm -f %D/etc/pulse/system.pa; fi -etc/pulse/system.pa-dist -@exec [ -f %B/system.pa ] || cp %B/%f %B/system.pa -etc/xdg/autostart/pulseaudio.desktop -etc/xdg/autostart/pulseaudio-kde.desktop -%%AVAHI%%include/pulse/browser.h -include/pulse/cdecl.h -include/pulse/channelmap.h -include/pulse/context.h -include/pulse/def.h -include/pulse/error.h -include/pulse/ext-device-manager.h -include/pulse/ext-stream-restore.h -include/pulse/gccmacro.h -include/pulse/glib-mainloop.h -include/pulse/introspect.h -include/pulse/mainloop-api.h -include/pulse/mainloop-signal.h -include/pulse/mainloop.h -include/pulse/operation.h -include/pulse/proplist.h -include/pulse/pulseaudio.h -include/pulse/rtclock.h -include/pulse/sample.h -include/pulse/scache.h -include/pulse/simple.h -include/pulse/stream.h -include/pulse/subscribe.h -include/pulse/thread-mainloop.h -include/pulse/timeval.h -include/pulse/utf8.h -include/pulse/util.h -include/pulse/version.h -include/pulse/volume.h -include/pulse/xmalloc.h -%%AVAHI%%lib/libpulse-browse.a -%%AVAHI%%lib/libpulse-browse.la -%%AVAHI%%lib/libpulse-browse.so -%%AVAHI%%lib/libpulse-browse.so.0 -lib/libpulse-mainloop-glib.a -lib/libpulse-mainloop-glib.la -lib/libpulse-mainloop-glib.so -lib/libpulse-mainloop-glib.so.0 -lib/libpulse-simple.a -lib/libpulse-simple.la -lib/libpulse-simple.so -lib/libpulse-simple.so.0 -lib/libpulse.a -lib/libpulse.la -lib/libpulse.so -lib/libpulse.so.0 -lib/libpulsecommon-%%PULSE_VERSION%%.a -lib/libpulsecommon-%%PULSE_VERSION%%.la -lib/libpulsecommon-%%PULSE_VERSION%%.so -lib/libpulsecore-%%PULSE_VERSION%%.a -lib/libpulsecore-%%PULSE_VERSION%%.la -lib/libpulsecore-%%PULSE_VERSION%%.so -lib/libpulsedsp.a -lib/libpulsedsp.so -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.a -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so -lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.a -lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so -lib/pulse-%%PULSE_VERSION%%/modules/libcli.a -lib/pulse-%%PULSE_VERSION%%/modules/libcli.so -lib/pulse-%%PULSE_VERSION%%/modules/liboss-util.a -lib/pulse-%%PULSE_VERSION%%/modules/liboss-util.so -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-cli.a -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-cli.so -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-esound.a -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-esound.so -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-http.a -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-http.so -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-native.a -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-native.so -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-simple.a -lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-simple.so -lib/pulse-%%PULSE_VERSION%%/modules/libraop.a -lib/pulse-%%PULSE_VERSION%%/modules/libraop.so -lib/pulse-%%PULSE_VERSION%%/modules/librtp.a -lib/pulse-%%PULSE_VERSION%%/modules/librtp.so -lib/pulse-%%PULSE_VERSION%%/modules/module-always-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-always-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-augment-properties.a -lib/pulse-%%PULSE_VERSION%%/modules/module-augment-properties.so -lib/pulse-%%PULSE_VERSION%%/modules/module-card-restore.a -lib/pulse-%%PULSE_VERSION%%/modules/module-card-restore.so -lib/pulse-%%PULSE_VERSION%%/modules/module-cli-protocol-tcp.a -lib/pulse-%%PULSE_VERSION%%/modules/module-cli-protocol-tcp.so -lib/pulse-%%PULSE_VERSION%%/modules/module-cli-protocol-unix.a -lib/pulse-%%PULSE_VERSION%%/modules/module-cli-protocol-unix.so -lib/pulse-%%PULSE_VERSION%%/modules/module-cli.a -lib/pulse-%%PULSE_VERSION%%/modules/module-cli.so -lib/pulse-%%PULSE_VERSION%%/modules/module-combine.a -lib/pulse-%%PULSE_VERSION%%/modules/module-combine.so -lib/pulse-%%PULSE_VERSION%%/modules/module-console-kit.a -lib/pulse-%%PULSE_VERSION%%/modules/module-console-kit.so -lib/pulse-%%PULSE_VERSION%%/modules/module-cork-music-on-phone.a -lib/pulse-%%PULSE_VERSION%%/modules/module-cork-music-on-phone.so -lib/pulse-%%PULSE_VERSION%%/modules/module-default-device-restore.a -lib/pulse-%%PULSE_VERSION%%/modules/module-default-device-restore.so -lib/pulse-%%PULSE_VERSION%%/modules/module-detect.a -lib/pulse-%%PULSE_VERSION%%/modules/module-detect.so -lib/pulse-%%PULSE_VERSION%%/modules/module-device-restore.a -lib/pulse-%%PULSE_VERSION%%/modules/module-device-restore.so -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.a -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.so -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnpid.a -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnpid.so -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-tcp.a -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-tcp.so -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-unix.a -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-unix.so -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-esound-sink.so -%%GCONF%%lib/pulse-%%PULSE_VERSION%%/modules/module-gconf.a -%%GCONF%%lib/pulse-%%PULSE_VERSION%%/modules/module-gconf.so -%%HAL%%lib/pulse-%%PULSE_VERSION%%/modules/module-hal-detect.a -%%HAL%%lib/pulse-%%PULSE_VERSION%%/modules/module-hal-detect.so -lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-tcp.a -lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-tcp.so -lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-unix.a -lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-unix.so -lib/pulse-%%PULSE_VERSION%%/modules/module-intended-roles.a -lib/pulse-%%PULSE_VERSION%%/modules/module-intended-roles.so -%%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-sink.a -%%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-sink.so -%%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-source.a -%%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-source.so -lib/pulse-%%PULSE_VERSION%%/modules/module-ladspa-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-ladspa-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-loopback.a -lib/pulse-%%PULSE_VERSION%%/modules/module-loopback.so -lib/pulse-%%PULSE_VERSION%%/modules/module-match.a -lib/pulse-%%PULSE_VERSION%%/modules/module-match.so -lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-fd.a -lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-fd.so -lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-tcp.a -lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-tcp.so -lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-unix.a -lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-unix.so -lib/pulse-%%PULSE_VERSION%%/modules/module-null-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-null-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-oss.a -lib/pulse-%%PULSE_VERSION%%/modules/module-oss.so -lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-source.a -lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-source.so -lib/pulse-%%PULSE_VERSION%%/modules/module-position-event-sounds.a -lib/pulse-%%PULSE_VERSION%%/modules/module-position-event-sounds.so -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-raop-discover.a -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-raop-discover.so -lib/pulse-%%PULSE_VERSION%%/modules/module-raop-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-raop-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-remap-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-remap-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-rescue-streams.a -lib/pulse-%%PULSE_VERSION%%/modules/module-rescue-streams.so -lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-recv.a -lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-recv.so -lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-send.a -lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-send.so -lib/pulse-%%PULSE_VERSION%%/modules/module-rygel-media-server.a -lib/pulse-%%PULSE_VERSION%%/modules/module-rygel-media-server.so -lib/pulse-%%PULSE_VERSION%%/modules/module-simple-protocol-tcp.a -lib/pulse-%%PULSE_VERSION%%/modules/module-simple-protocol-tcp.so -lib/pulse-%%PULSE_VERSION%%/modules/module-simple-protocol-unix.a -lib/pulse-%%PULSE_VERSION%%/modules/module-simple-protocol-unix.so -lib/pulse-%%PULSE_VERSION%%/modules/module-sine.a -lib/pulse-%%PULSE_VERSION%%/modules/module-sine.so -lib/pulse-%%PULSE_VERSION%%/modules/module-sine-source.a -lib/pulse-%%PULSE_VERSION%%/modules/module-sine-source.so -lib/pulse-%%PULSE_VERSION%%/modules/module-stream-restore.a -lib/pulse-%%PULSE_VERSION%%/modules/module-stream-restore.so -lib/pulse-%%PULSE_VERSION%%/modules/module-suspend-on-idle.a -lib/pulse-%%PULSE_VERSION%%/modules/module-suspend-on-idle.so -lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-sink.a -lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-sink.so -lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-source.a -lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-source.so -lib/pulse-%%PULSE_VERSION%%/modules/module-volume-restore.a -lib/pulse-%%PULSE_VERSION%%/modules/module-volume-restore.so -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-bell.a -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-bell.so -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-cork-request.a -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-cork-request.so -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-publish.a -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-publish.so -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-xsmp.a -lib/pulse-%%PULSE_VERSION%%/modules/module-x11-xsmp.so -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-discover.a -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-discover.so -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-publish.a -%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-publish.so -%%AVAHI%%libdata/pkgconfig/libpulse-browse.pc -libdata/pkgconfig/libpulse-mainloop-glib.pc -libdata/pkgconfig/libpulse-simple.pc -libdata/pkgconfig/libpulse.pc -%%GCONF%%libexec/pulse/gconf-helper -share/locale/as/LC_MESSAGES/pulseaudio.mo -share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo -share/locale/ca/LC_MESSAGES/pulseaudio.mo -share/locale/cs/LC_MESSAGES/pulseaudio.mo -share/locale/de/LC_MESSAGES/pulseaudio.mo -share/locale/de_CH/LC_MESSAGES/pulseaudio.mo -share/locale/el/LC_MESSAGES/pulseaudio.mo -share/locale/es/LC_MESSAGES/pulseaudio.mo -share/locale/fi/LC_MESSAGES/pulseaudio.mo -share/locale/fr/LC_MESSAGES/pulseaudio.mo -share/locale/gu/LC_MESSAGES/pulseaudio.mo -share/locale/hi/LC_MESSAGES/pulseaudio.mo -share/locale/hu/LC_MESSAGES/pulseaudio.mo -share/locale/it/LC_MESSAGES/pulseaudio.mo -share/locale/ja/LC_MESSAGES/pulseaudio.mo -share/locale/kn/LC_MESSAGES/pulseaudio.mo -share/locale/ml/LC_MESSAGES/pulseaudio.mo -share/locale/mr/LC_MESSAGES/pulseaudio.mo -share/locale/nl/LC_MESSAGES/pulseaudio.mo -share/locale/or/LC_MESSAGES/pulseaudio.mo -share/locale/pa/LC_MESSAGES/pulseaudio.mo -share/locale/pl/LC_MESSAGES/pulseaudio.mo -share/locale/pt/LC_MESSAGES/pulseaudio.mo -share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo -share/locale/sr/LC_MESSAGES/pulseaudio.mo -share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo -share/locale/sv/LC_MESSAGES/pulseaudio.mo -share/locale/ta/LC_MESSAGES/pulseaudio.mo -share/locale/te/LC_MESSAGES/pulseaudio.mo -share/locale/uk/LC_MESSAGES/pulseaudio.mo -share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo -share/vala/vapi/libpulse.vapi -%%GCONF%%@dirrm libexec/pulse -@dirrm lib/pulse-%%PULSE_VERSION%%/modules -@dirrm lib/pulse-%%PULSE_VERSION%% -@dirrm include/pulse -@dirrm etc/pulse -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/de_CH/LC_MESSAGES -@dirrmtry share/locale/de_CH -@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/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index ffdf50755..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,139 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.102 2009/09/19 17:22:12 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.12.6 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - brasero-media.2:${PORTSDIR}/sysutils/brasero - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 nautilus2 -WANT_GNOME= yes -USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-vala --with-libbrasero-media \ - --without-libnautilus-burn -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - LIRC "Enable Infrared syncing support" off \ - MTP "Enable MS Media Transfer Protocol support" off \ - ITMS_PLUGIN "Enable iTunes browser plugin" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -CONFIGURE_ARGS+=--enable-lirc -.else -CONFIGURE_ARGS+=--disable-lirc -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_MTP) -LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp -PLIST_SUB+= MTP="" -CONFIGURE_ARGS+= --with-mtp -.else -CONFIGURE_ARGS+= --without-mtp -PLIST_SUB+= MTP="@comment " -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring -PLIST_SUB+= DAAP="" -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.endif -CONFIGURE_ARGS+= --disable-daap -PLIST_SUB+= DAAP="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GSTREAMER+= python -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.if !defined(WITHOUT_ITMS_PLUGIN) -USE_WEBPLUGINS= gecko18 -WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - -CONFIGURE_ARGS+=--enable-browser-plugin -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} -PLIST_SUB+= ITMS_PLUGIN="" -.else -CONFIGURE_ARGS+=--disable-browser-plugin -PLIST_SUB+= ITMS_PLUGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index ae35bc94f..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.12.6.tar.bz2) = c22ff476c956afeb7f694e5d1a59cfb9 -SHA256 (gnome2/rhythmbox-0.12.6.tar.bz2) = ddffa5b7e0e0fe81044354998fd91a58d4ff526746b17a6b638e0e8ea1ac9684 -SIZE (gnome2/rhythmbox-0.12.6.tar.bz2) = 5202025 diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure deleted file mode 100644 index 9e512187f..000000000 --- a/audio/rhythmbox/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-03-21 13:56:32.000000000 -0400 -+++ configure 2009-03-21 13:57:17.000000000 -0400 -@@ -20763,7 +20763,7 @@ else - fi - - --MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}" -+MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR}" - - - if test x$enable_browser_plugin = xyes; then diff --git a/audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c b/audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c deleted file mode 100644 index 4d9bb5178..000000000 --- a/audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c +++ /dev/null @@ -1,26 +0,0 @@ ---- plugins/daap/rb-daap-src.c.orig Fri Jan 27 21:11:13 2006 -+++ plugins/daap/rb-daap-src.c Thu Feb 2 02:07:48 2006 -@@ -34,6 +34,7 @@ - #include <sys/ioctl.h> - #include <netdb.h> - #include <unistd.h> -+#include <signal.h> - #include <ctype.h> - - #include <libsoup/soup-headers.h> -@@ -435,7 +436,14 @@ rb_daap_src_write (RBDAAPSrc *src, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif - - if (wrote < 0) { - GST_WARNING ("error while writing: %s", g_strerror (errno)); diff --git a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 -+++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 -@@ -22,6 +22,7 @@ - #ifndef RB_PODCAST_PARSE_H - #define RB_PODCAST_PARSE_H - -+#include <inttypes.h> - #include <glib.h> - - typedef struct diff --git a/audio/rhythmbox/pkg-descr b/audio/rhythmbox/pkg-descr deleted file mode 100644 index 9c4ecf6ca..000000000 --- a/audio/rhythmbox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://www.gnome.org/projects/rhythmbox/ diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist deleted file mode 100644 index 89a003696..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,721 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg -lib/rhythmbox/plugins/audiocd/album-info.ui -lib/rhythmbox/plugins/audiocd/audiocd-ui.xml -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.ui -lib/rhythmbox/plugins/audioscrobbler/as-icon.png -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.py -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.py -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/context.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/context/img/lastfm.png -%%PYTHON%%lib/rhythmbox/plugins/context/img/spinner.gif -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/album-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/loading.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/main.css -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.ui -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -%%DAAP%%lib/rhythmbox/plugins/daap/rb-daap-glue.h -lib/rhythmbox/plugins/generic-player/generic-player-ui.xml -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-info.ui -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-init.ui -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/iradio/iradio-initial.pls -lib/rhythmbox/plugins/iradio/iradio-ui.xml -lib/rhythmbox/plugins/iradio/iradio.rb-plugin -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-loading.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/rblirc/lirc.rb-plugin -%%LIRC%%lib/rhythmbox/plugins/rblirc/rhythmbox_lirc_default -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-loading.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-purchase.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.la -%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtp-ui.xml -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtpdevice.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.la -lib/rhythmbox/plugins/power-manager/libpower-manager.so -lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.py -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyo -lib/rhythmbox/plugins/status-icon/libstatus-icon.la -lib/rhythmbox/plugins/status-icon/libstatus-icon.so -lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui -lib/rhythmbox/plugins/status-icon/status-icon-ui.xml -lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin -lib/rhythmbox/plugins/visualizer/libvisualizer.la -lib/rhythmbox/plugins/visualizer/libvisualizer.so -lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h -lib/rhythmbox/plugins/visualizer/visualizer-controls.ui -lib/rhythmbox/plugins/visualizer/visualizer-ui.xml -lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin -libexec/rhythmbox-metadata -share/applications/rhythmbox.desktop -share/dbus-1/services/org.gnome.Rhythmbox.service -%%DOCSDIR%%/RBAutoPlaylistSource.html -%%DOCSDIR%%/RBBrowserSource.html -%%DOCSDIR%%/RBCellRendererPixbuf.html -%%DOCSDIR%%/RBCellRendererRating.html -%%DOCSDIR%%/RBEncoder.html -%%DOCSDIR%%/RBEntryView.html -%%DOCSDIR%%/RBHistory.html -%%DOCSDIR%%/RBImportErrorsSource.html -%%DOCSDIR%%/RBLibraryBrowser.html -%%DOCSDIR%%/RBLibrarySource.html -%%DOCSDIR%%/RBMetaData.html -%%DOCSDIR%%/RBMissingFilesSource.html -%%DOCSDIR%%/RBPlayOrder.html -%%DOCSDIR%%/RBPlayQueueSource.html -%%DOCSDIR%%/RBPlayer.html -%%DOCSDIR%%/RBPlayerGstDataTee.html -%%DOCSDIR%%/RBPlayerGstFilter.html -%%DOCSDIR%%/RBPlayerGstTee.html -%%DOCSDIR%%/RBPlaylistManager.html -%%DOCSDIR%%/RBPlaylistSource.html -%%DOCSDIR%%/RBPropertyView.html -%%DOCSDIR%%/RBQueryCreator.html -%%DOCSDIR%%/RBRandomPlayOrder.html -%%DOCSDIR%%/RBRating.html -%%DOCSDIR%%/RBRemovableMediaManager.html -%%DOCSDIR%%/RBSearchEntry.html -%%DOCSDIR%%/RBShellClipboard.html -%%DOCSDIR%%/RBShellPlayer.html -%%DOCSDIR%%/RBShellPreferences.html -%%DOCSDIR%%/RBSongInfo.html -%%DOCSDIR%%/RBSource.html -%%DOCSDIR%%/RBSourceHeader.html -%%DOCSDIR%%/RBSourceList.html -%%DOCSDIR%%/RBSourceListModel.html -%%DOCSDIR%%/RBStatusbar.html -%%DOCSDIR%%/RBStringValueMap.html -%%DOCSDIR%%/RBURIDialog.html -%%DOCSDIR%%/RhythmDB.html -%%DOCSDIR%%/RhythmDBImportJob.html -%%DOCSDIR%%/RhythmDBPropertyModel.html -%%DOCSDIR%%/RhythmDBQueryResults.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/rhythmbox-RBPodcastSource.html -%%DOCSDIR%%/rhythmbox-RBSourceGroup.html -%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html -%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html -%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-removable-media-source.html -%%DOCSDIR%%/rhythmbox-rb-shell.html -%%DOCSDIR%%/rhythmbox-rb-static-playlist-source.html -%%DOCSDIR%%/rhythmbox-rb-streaming-source.html -%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html -%%DOCSDIR%%/rhythmbox-rb-util.html -%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html -%%DOCSDIR%%/rhythmbox.devhelp -%%DOCSDIR%%/rhythmbox.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png -share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/cs/figures/rb-window-small.png -share/gnome/help/rhythmbox/cs/figures/rb-window.png -share/gnome/help/rhythmbox/cs/rhythmbox.xml -share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/da/figures/rb-notification-window.png -share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/da/figures/rb-statusbar.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar.png -share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/da/figures/rb-window-small.png -share/gnome/help/rhythmbox/da/figures/rb-window.png -share/gnome/help/rhythmbox/da/rhythmbox.xml -share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/de/figures/rb-notification-window.png -share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/de/figures/rb-statusbar.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar.png -share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/de/figures/rb-window-small.png -share/gnome/help/rhythmbox/de/figures/rb-window.png -share/gnome/help/rhythmbox/de/rhythmbox.xml -share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/el/figures/rb-notification-window.png -share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/el/figures/rb-statusbar.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar.png -share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/el/figures/rb-window-small.png -share/gnome/help/rhythmbox/el/figures/rb-window.png -share/gnome/help/rhythmbox/el/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/fr/figures/rb-window-small.png -share/gnome/help/rhythmbox/fr/figures/rb-window.png -share/gnome/help/rhythmbox/fr/rhythmbox.xml -share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/it/figures/rb-notification-window.png -share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/it/figures/rb-statusbar.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar.png -share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/it/figures/rb-window-small.png -share/gnome/help/rhythmbox/it/figures/rb-window.png -share/gnome/help/rhythmbox/it/rhythmbox.xml -share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png -share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/oc/figures/rb-window-small.png -share/gnome/help/rhythmbox/oc/figures/rb-window.png -share/gnome/help/rhythmbox/oc/rhythmbox.xml -share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png -share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml -share/icons/hicolor/16x16/apps/rhythmbox.png -share/icons/hicolor/22x22/apps/rhythmbox.png -share/icons/hicolor/24x24/apps/rhythmbox.png -share/icons/hicolor/32x32/apps/rhythmbox.png -share/icons/hicolor/48x48/apps/rhythmbox.png -share/icons/hicolor/scalable/apps/rhythmbox.svg -share/locale/af/LC_MESSAGES/rhythmbox.mo -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/as/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/be@latin/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo -share/locale/br/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/dz/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/gu/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hi/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/kn/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/mr/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/nds/LC_MESSAGES/rhythmbox.mo -share/locale/ne/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/oc/LC_MESSAGES/rhythmbox.mo -share/locale/or/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/ps/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/rw/LC_MESSAGES/rhythmbox.mo -share/locale/sk/LC_MESSAGES/rhythmbox.mo -share/locale/sl/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/ta/LC_MESSAGES/rhythmbox.mo -share/locale/te/LC_MESSAGES/rhythmbox.mo -share/locale/th/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -share/omf/rhythmbox/rhythmbox-C.omf -share/omf/rhythmbox/rhythmbox-cs.omf -share/omf/rhythmbox/rhythmbox-da.omf -share/omf/rhythmbox/rhythmbox-de.omf -share/omf/rhythmbox/rhythmbox-el.omf -share/omf/rhythmbox/rhythmbox-es.omf -share/omf/rhythmbox/rhythmbox-fr.omf -share/omf/rhythmbox/rhythmbox-it.omf -share/omf/rhythmbox/rhythmbox-oc.omf -share/omf/rhythmbox/rhythmbox-ru.omf -share/omf/rhythmbox/rhythmbox-sv.omf -share/omf/rhythmbox/rhythmbox-zh_CN.omf -share/rhythmbox/create-playlist.ui -share/rhythmbox/general-prefs.ui -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png -share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png -share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png -share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png -share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/16x16/places/playlist.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png -share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png -share/rhythmbox/icons/hicolor/22x22/actions/visualization.png -share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png -share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/22x22/places/playlist.png -%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/jamendo.png -%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/magnatune.png -share/rhythmbox/icons/hicolor/22x22/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png -share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/32x32/places/playlist.png -share/rhythmbox/icons/hicolor/32x32/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg -share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg -share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg -share/rhythmbox/icons/hicolor/scalable/places/playlist.svg -share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg -share/rhythmbox/library-prefs.ui -share/rhythmbox/playback-prefs.ui -share/rhythmbox/playlist-save.ui -share/rhythmbox/playlists.xml -share/rhythmbox/plugins.ui -share/rhythmbox/podcast-feed-properties.ui -share/rhythmbox/podcast-prefs.ui -share/rhythmbox/podcast-properties.ui -share/rhythmbox/rhythmbox-ui.xml -share/rhythmbox/song-info-multiple.ui -share/rhythmbox/song-info.ui -share/rhythmbox/uri-new.ui -@dirrm share/rhythmbox/icons/hicolor/scalable/status -@dirrm share/rhythmbox/icons/hicolor/scalable/places -@dirrm share/rhythmbox/icons/hicolor/scalable/actions -@dirrm share/rhythmbox/icons/hicolor/scalable -@dirrm share/rhythmbox/icons/hicolor/32x32/status -@dirrm share/rhythmbox/icons/hicolor/32x32/places -@dirrm share/rhythmbox/icons/hicolor/32x32/actions -@dirrm share/rhythmbox/icons/hicolor/32x32 -%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24/places -%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24 -@dirrm share/rhythmbox/icons/hicolor/22x22/status -@dirrm share/rhythmbox/icons/hicolor/22x22/places -@dirrm share/rhythmbox/icons/hicolor/22x22/actions -@dirrm share/rhythmbox/icons/hicolor/22x22 -@dirrm share/rhythmbox/icons/hicolor/16x16/status -@dirrm share/rhythmbox/icons/hicolor/16x16/places -@dirrm share/rhythmbox/icons/hicolor/16x16/actions -@dirrm share/rhythmbox/icons/hicolor/16x16 -@dirrm share/rhythmbox/icons/hicolor -@dirrm share/rhythmbox/icons/ -@dirrm share/rhythmbox -@dirrm share/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/oc/figures -@dirrm share/gnome/help/rhythmbox/oc -@dirrm share/gnome/help/rhythmbox/it/figures -@dirrm share/gnome/help/rhythmbox/it -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/el/figures -@dirrm share/gnome/help/rhythmbox/el -@dirrm share/gnome/help/rhythmbox/da/figures -@dirrm share/gnome/help/rhythmbox/da -@dirrm share/gnome/help/rhythmbox/de/figures -@dirrm share/gnome/help/rhythmbox/de -@dirrm share/gnome/help/rhythmbox/cs/figures -@dirrm share/gnome/help/rhythmbox/cs -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -@dirrm lib/rhythmbox/plugins/visualizer -%%PYTHON%%@dirrm lib/rhythmbox/plugins/upnp_coherence -@dirrm lib/rhythmbox/plugins/status-icon -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -@dirrm lib/rhythmbox/plugins/power-manager -@dirrm lib/rhythmbox/plugins/mmkeys -%%PYTHON%%@dirrm lib/rhythmbox/plugins/magnatune -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%LIRC%%@dirrm lib/rhythmbox/plugins/lirc -%%PYTHON%%@dirrm lib/rhythmbox/plugins/jamendo -@dirrm lib/rhythmbox/plugins/iradio -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -%%PYTHON%%@dirrm lib/rhythmbox/plugins/im-status -@dirrm lib/rhythmbox/plugins/generic-player -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/tmpl -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/img -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -@dirrm lib/rhythmbox/plugins/audiocd -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -%%ITMS_PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%% -@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/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/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile deleted file mode 100644 index 0754f852d..000000000 --- a/audio/sound-juicer/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: soundjuicer -# Date created: 20 Jan 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.95 2009/09/22 20:54:52 kwm Exp $ -# - -PORTNAME= sound-juicer -PORTVERSION= 2.28.1 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clean, mean and lean CD ripper for GNOME2 - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - cdio.8:${PORTSDIR}/sysutils/libcdio \ - tag.6:${PORTSDIR}/audio/taglib \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - brasero-media.2:${PORTSDIR}/sysutils/brasero - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 libglade2 gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf good gio -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ignore-missing-cd -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= sound-juicer.1 -GCONF_SCHEMAS= sound-juicer.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/audio/sound-juicer/distinfo b/audio/sound-juicer/distinfo deleted file mode 100644 index 6433beb16..000000000 --- a/audio/sound-juicer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/sound-juicer-2.28.1.tar.bz2) = 680c036ca9b062fe198fada30edbf534 -SHA256 (gnome2/sound-juicer-2.28.1.tar.bz2) = 3142cce899812c6fb8c7145d52323f07d6ecfd6ca0503f4c7a32a12c00b8910c -SIZE (gnome2/sound-juicer-2.28.1.tar.bz2) = 2159961 diff --git a/audio/sound-juicer/pkg-descr b/audio/sound-juicer/pkg-descr deleted file mode 100644 index ec4721433..000000000 --- a/audio/sound-juicer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Sound Juicer is a clean, mean and lean CD ripper for GNOME2. -It provides a clean interface and simple preferences, aiming -to do The Right Thing and What You Mean all of the time. - -WWW: http://www.burtonini.com/blog/computers/sound-juicer/ diff --git a/audio/sound-juicer/pkg-plist b/audio/sound-juicer/pkg-plist deleted file mode 100644 index db0061e36..000000000 --- a/audio/sound-juicer/pkg-plist +++ /dev/null @@ -1,247 +0,0 @@ -bin/sound-juicer -share/applications/sound-juicer.desktop -share/gnome/help/sound-juicer/C/figures/prefs.png -share/gnome/help/sound-juicer/C/figures/startup.png -share/gnome/help/sound-juicer/C/legal.xml -share/gnome/help/sound-juicer/C/sound-juicer.xml -share/gnome/help/sound-juicer/ar/figures/prefs.png -share/gnome/help/sound-juicer/ar/figures/startup.png -share/gnome/help/sound-juicer/ar/legal.xml -share/gnome/help/sound-juicer/ar/sound-juicer.xml -share/gnome/help/sound-juicer/ca/figures/prefs.png -share/gnome/help/sound-juicer/ca/figures/startup.png -share/gnome/help/sound-juicer/ca/legal.xml -share/gnome/help/sound-juicer/ca/sound-juicer.xml -share/gnome/help/sound-juicer/cs/figures/prefs.png -share/gnome/help/sound-juicer/cs/figures/startup.png -share/gnome/help/sound-juicer/cs/legal.xml -share/gnome/help/sound-juicer/cs/sound-juicer.xml -share/gnome/help/sound-juicer/de/figures/prefs.png -share/gnome/help/sound-juicer/de/figures/startup.png -share/gnome/help/sound-juicer/de/legal.xml -share/gnome/help/sound-juicer/de/sound-juicer.xml -share/gnome/help/sound-juicer/el/figures/prefs.png -share/gnome/help/sound-juicer/el/figures/startup.png -share/gnome/help/sound-juicer/el/legal.xml -share/gnome/help/sound-juicer/el/sound-juicer.xml -share/gnome/help/sound-juicer/en_GB/figures/prefs.png -share/gnome/help/sound-juicer/en_GB/figures/startup.png -share/gnome/help/sound-juicer/en_GB/legal.xml -share/gnome/help/sound-juicer/en_GB/sound-juicer.xml -share/gnome/help/sound-juicer/es/figures/prefs.png -share/gnome/help/sound-juicer/es/figures/startup.png -share/gnome/help/sound-juicer/es/legal.xml -share/gnome/help/sound-juicer/es/sound-juicer.xml -share/gnome/help/sound-juicer/eu/figures/prefs.png -share/gnome/help/sound-juicer/eu/figures/startup.png -share/gnome/help/sound-juicer/eu/legal.xml -share/gnome/help/sound-juicer/eu/sound-juicer.xml -share/gnome/help/sound-juicer/fr/figures/prefs.png -share/gnome/help/sound-juicer/fr/figures/startup.png -share/gnome/help/sound-juicer/fr/legal.xml -share/gnome/help/sound-juicer/fr/sound-juicer.xml -share/gnome/help/sound-juicer/nl/figures/prefs.png -share/gnome/help/sound-juicer/nl/figures/startup.png -share/gnome/help/sound-juicer/nl/legal.xml -share/gnome/help/sound-juicer/nl/sound-juicer.xml -share/gnome/help/sound-juicer/oc/figures/prefs.png -share/gnome/help/sound-juicer/oc/figures/startup.png -share/gnome/help/sound-juicer/oc/legal.xml -share/gnome/help/sound-juicer/oc/sound-juicer.xml -share/gnome/help/sound-juicer/pl/figures/prefs.png -share/gnome/help/sound-juicer/pl/figures/startup.png -share/gnome/help/sound-juicer/pl/legal.xml -share/gnome/help/sound-juicer/pl/sound-juicer.xml -share/gnome/help/sound-juicer/pt_BR/figures/prefs.png -share/gnome/help/sound-juicer/pt_BR/figures/startup.png -share/gnome/help/sound-juicer/pt_BR/legal.xml -share/gnome/help/sound-juicer/pt_BR/sound-juicer.xml -share/gnome/help/sound-juicer/ru/figures/prefs.png -share/gnome/help/sound-juicer/ru/figures/startup.png -share/gnome/help/sound-juicer/ru/legal.xml -share/gnome/help/sound-juicer/ru/sound-juicer.xml -share/gnome/help/sound-juicer/sv/figures/prefs.png -share/gnome/help/sound-juicer/sv/figures/startup.png -share/gnome/help/sound-juicer/sv/legal.xml -share/gnome/help/sound-juicer/sv/sound-juicer.xml -share/gnome/help/sound-juicer/uk/figures/prefs.png -share/gnome/help/sound-juicer/uk/figures/startup.png -share/gnome/help/sound-juicer/uk/legal.xml -share/gnome/help/sound-juicer/uk/sound-juicer.xml -share/icons/hicolor/16x16/apps/sound-juicer.png -share/icons/hicolor/22x22/apps/sound-juicer.png -share/icons/hicolor/24x24/apps/sound-juicer.png -share/icons/hicolor/32x32/apps/sound-juicer.png -share/icons/hicolor/48x48/apps/sound-juicer.png -share/icons/hicolor/scalable/apps/sound-juicer.svg -share/locale/ar/LC_MESSAGES/sound-juicer.mo -share/locale/as/LC_MESSAGES/sound-juicer.mo -share/locale/az/LC_MESSAGES/sound-juicer.mo -share/locale/be/LC_MESSAGES/sound-juicer.mo -share/locale/be@latin/LC_MESSAGES/sound-juicer.mo -share/locale/bg/LC_MESSAGES/sound-juicer.mo -share/locale/bn/LC_MESSAGES/sound-juicer.mo -share/locale/bn_IN/LC_MESSAGES/sound-juicer.mo -share/locale/br/LC_MESSAGES/sound-juicer.mo -share/locale/ca/LC_MESSAGES/sound-juicer.mo -share/locale/ca@valencia/LC_MESSAGES/sound-juicer.mo -share/locale/cs/LC_MESSAGES/sound-juicer.mo -share/locale/cy/LC_MESSAGES/sound-juicer.mo -share/locale/da/LC_MESSAGES/sound-juicer.mo -share/locale/de/LC_MESSAGES/sound-juicer.mo -share/locale/dz/LC_MESSAGES/sound-juicer.mo -share/locale/el/LC_MESSAGES/sound-juicer.mo -share/locale/en_CA/LC_MESSAGES/sound-juicer.mo -share/locale/en_GB/LC_MESSAGES/sound-juicer.mo -share/locale/en@shaw/LC_MESSAGES/sound-juicer.mo -share/locale/es/LC_MESSAGES/sound-juicer.mo -share/locale/et/LC_MESSAGES/sound-juicer.mo -share/locale/eu/LC_MESSAGES/sound-juicer.mo -share/locale/fa/LC_MESSAGES/sound-juicer.mo -share/locale/fi/LC_MESSAGES/sound-juicer.mo -share/locale/fr/LC_MESSAGES/sound-juicer.mo -share/locale/ga/LC_MESSAGES/sound-juicer.mo -share/locale/gl/LC_MESSAGES/sound-juicer.mo -share/locale/gu/LC_MESSAGES/sound-juicer.mo -share/locale/he/LC_MESSAGES/sound-juicer.mo -share/locale/hi/LC_MESSAGES/sound-juicer.mo -share/locale/hr/LC_MESSAGES/sound-juicer.mo -share/locale/hu/LC_MESSAGES/sound-juicer.mo -share/locale/id/LC_MESSAGES/sound-juicer.mo -share/locale/it/LC_MESSAGES/sound-juicer.mo -share/locale/ja/LC_MESSAGES/sound-juicer.mo -share/locale/ka/LC_MESSAGES/sound-juicer.mo -share/locale/kn/LC_MESSAGES/sound-juicer.mo -share/locale/ko/LC_MESSAGES/sound-juicer.mo -share/locale/ku/LC_MESSAGES/sound-juicer.mo -share/locale/lt/LC_MESSAGES/sound-juicer.mo -share/locale/lv/LC_MESSAGES/sound-juicer.mo -share/locale/mai/LC_MESSAGES/sound-juicer.mo -share/locale/mk/LC_MESSAGES/sound-juicer.mo -share/locale/ml/LC_MESSAGES/sound-juicer.mo -share/locale/mn/LC_MESSAGES/sound-juicer.mo -share/locale/mr/LC_MESSAGES/sound-juicer.mo -share/locale/ms/LC_MESSAGES/sound-juicer.mo -share/locale/nb/LC_MESSAGES/sound-juicer.mo -share/locale/ne/LC_MESSAGES/sound-juicer.mo -share/locale/nl/LC_MESSAGES/sound-juicer.mo -share/locale/nn/LC_MESSAGES/sound-juicer.mo -share/locale/oc/LC_MESSAGES/sound-juicer.mo -share/locale/or/LC_MESSAGES/sound-juicer.mo -share/locale/pa/LC_MESSAGES/sound-juicer.mo -share/locale/pl/LC_MESSAGES/sound-juicer.mo -share/locale/pt/LC_MESSAGES/sound-juicer.mo -share/locale/pt_BR/LC_MESSAGES/sound-juicer.mo -share/locale/ro/LC_MESSAGES/sound-juicer.mo -share/locale/ru/LC_MESSAGES/sound-juicer.mo -share/locale/rw/LC_MESSAGES/sound-juicer.mo -share/locale/si/LC_MESSAGES/sound-juicer.mo -share/locale/sk/LC_MESSAGES/sound-juicer.mo -share/locale/sl/LC_MESSAGES/sound-juicer.mo -share/locale/sq/LC_MESSAGES/sound-juicer.mo -share/locale/sr/LC_MESSAGES/sound-juicer.mo -share/locale/sr@latin/LC_MESSAGES/sound-juicer.mo -share/locale/sv/LC_MESSAGES/sound-juicer.mo -share/locale/ta/LC_MESSAGES/sound-juicer.mo -share/locale/te/LC_MESSAGES/sound-juicer.mo -share/locale/th/LC_MESSAGES/sound-juicer.mo -share/locale/tr/LC_MESSAGES/sound-juicer.mo -share/locale/ug/LC_MESSAGES/sound-juicer.mo -share/locale/uk/LC_MESSAGES/sound-juicer.mo -share/locale/vi/LC_MESSAGES/sound-juicer.mo -share/locale/xh/LC_MESSAGES/sound-juicer.mo -share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo -share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo -share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo -share/omf/sound-juicer/sound-juicer-C.omf -share/omf/sound-juicer/sound-juicer-ar.omf -share/omf/sound-juicer/sound-juicer-ca.omf -share/omf/sound-juicer/sound-juicer-cs.omf -share/omf/sound-juicer/sound-juicer-de.omf -share/omf/sound-juicer/sound-juicer-el.omf -share/omf/sound-juicer/sound-juicer-en_GB.omf -share/omf/sound-juicer/sound-juicer-es.omf -share/omf/sound-juicer/sound-juicer-eu.omf -share/omf/sound-juicer/sound-juicer-fr.omf -share/omf/sound-juicer/sound-juicer-nl.omf -share/omf/sound-juicer/sound-juicer-oc.omf -share/omf/sound-juicer/sound-juicer-pl.omf -share/omf/sound-juicer/sound-juicer-pt_BR.omf -share/omf/sound-juicer/sound-juicer-ru.omf -share/omf/sound-juicer/sound-juicer-sv.omf -share/omf/sound-juicer/sound-juicer-uk.omf -%%DATADIR%%/sound-juicer.glade -@dirrm %%DATADIR%% -@dirrm share/omf/sound-juicer -@dirrm share/gnome/help/sound-juicer/uk/figures -@dirrm share/gnome/help/sound-juicer/uk -@dirrm share/gnome/help/sound-juicer/sv/figures -@dirrm share/gnome/help/sound-juicer/sv -@dirrm share/gnome/help/sound-juicer/ru/figures -@dirrm share/gnome/help/sound-juicer/ru -@dirrm share/gnome/help/sound-juicer/pt_BR/figures -@dirrm share/gnome/help/sound-juicer/pt_BR -@dirrm share/gnome/help/sound-juicer/pl/figures -@dirrm share/gnome/help/sound-juicer/pl -@dirrm share/gnome/help/sound-juicer/oc/figures -@dirrm share/gnome/help/sound-juicer/oc -@dirrm share/gnome/help/sound-juicer/nl/figures -@dirrm share/gnome/help/sound-juicer/nl -@dirrm share/gnome/help/sound-juicer/fr/figures -@dirrm share/gnome/help/sound-juicer/fr -@dirrm share/gnome/help/sound-juicer/eu/figures -@dirrm share/gnome/help/sound-juicer/eu -@dirrm share/gnome/help/sound-juicer/es/figures -@dirrm share/gnome/help/sound-juicer/es -@dirrm share/gnome/help/sound-juicer/en_GB/figures -@dirrm share/gnome/help/sound-juicer/en_GB -@dirrm share/gnome/help/sound-juicer/el/figures -@dirrm share/gnome/help/sound-juicer/el -@dirrm share/gnome/help/sound-juicer/de/figures -@dirrm share/gnome/help/sound-juicer/de -@dirrm share/gnome/help/sound-juicer/cs/figures -@dirrm share/gnome/help/sound-juicer/cs -@dirrm share/gnome/help/sound-juicer/ca/figures -@dirrm share/gnome/help/sound-juicer/ca -@dirrm share/gnome/help/sound-juicer/ar/figures -@dirrm share/gnome/help/sound-juicer/ar -@dirrm share/gnome/help/sound-juicer/C/figures -@dirrm share/gnome/help/sound-juicer/C -@dirrm share/gnome/help/sound-juicer -@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 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile deleted file mode 100644 index b3329919a..000000000 --- a/cad/geda-gattrib/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: geda-gattrib -# Date created: 26 June 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $FreeBSD$ -# - -PORTNAME= gattrib -PORTVERSION= 1.4.3 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ - http://geda.seul.org/release/v1.4/${PORTVERSION}/ -PKGNAMEPREFIX= geda- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= stas@FreeBSD.org -COMMENT= The gEDA's attribute editor - -RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols -LIB_DEPENDS= geda.33:${PORTSDIR}/cad/libgeda - -DATADIR= ${PREFIX}/share/geda -DOCSDIR= ${PREFIX}/share/doc/geda - -GNU_CONFIGURE= yes -USE_GNOME= gtk20 glib20 -USE_GMAKE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \ - --disable-update-desktop-database -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -E \ - -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|>n_bytes|>x_n_bytes|g' \ - -e 's|>text_size|>x_text_size|g' \ - ${WRKSRC}/src/gtkitementry_2_2.c - -.include <bsd.port.mk> diff --git a/cad/geda-gattrib/distinfo b/cad/geda-gattrib/distinfo deleted file mode 100644 index 3e713c6e6..000000000 --- a/cad/geda-gattrib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (geda-gattrib-1.4.3.tar.gz) = e1f68401e7ca5fff16292358f0dfd553 -SHA256 (geda-gattrib-1.4.3.tar.gz) = 5eb48772d374dad446bfcd69990231fa6c6b52ba9b30048991632557512a7565 -SIZE (geda-gattrib-1.4.3.tar.gz) = 326641 diff --git a/cad/geda-gattrib/files/patch-icon-theme-installer b/cad/geda-gattrib/files/patch-icon-theme-installer deleted file mode 100644 index 05a9bbec7..000000000 --- a/cad/geda-gattrib/files/patch-icon-theme-installer +++ /dev/null @@ -1,17 +0,0 @@ ---- icon-theme-installer.orig 2009-01-28 18:58:56.000000000 +0100 -+++ icon-theme-installer 2009-01-28 18:59:24.000000000 +0100 -@@ -108,10 +108,10 @@ - exit 1 - fi - --if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then -- echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)" -- exit 1 --fi -+#if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then -+# echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)" -+# exit 1 -+#fi - - if test -z "$SRC_DIR"; then - SRC_DIR=. diff --git a/cad/geda-gattrib/pkg-descr b/cad/geda-gattrib/pkg-descr deleted file mode 100644 index 6e183204d..000000000 --- a/cad/geda-gattrib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gattrib is gEDA's attribute editor. - -WWW: http://www.geda.seul.org diff --git a/cad/geda-gattrib/pkg-plist b/cad/geda-gattrib/pkg-plist deleted file mode 100644 index 2ed3b3caf..000000000 --- a/cad/geda-gattrib/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/gattrib -%%NLS%%lib/locale/de_DE/LC_MESSAGES/geda-gattrib.mo -%%NLS%%lib/locale/es_ES/LC_MESSAGES/geda-gattrib.mo -%%NLS%%lib/locale/nl_NL/LC_MESSAGES/geda-gattrib.mo -share/applications/geda-gattrib.desktop -%%DATADIR%%/gattrib-menus.xml -%%DATADIR%%/system-gattribrc -share/icons/hicolor/48x48/apps/geda-gattrib-48.png -share/icons/hicolor/scalable/apps/geda-gattrib.svg -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry %%DATADIR%% -@dirrmtry share/applications -%%NLS%%@dirrmtry lib/locale/nl_NL/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/nl_NL -%%NLS%%@dirrmtry lib/locale/es_ES/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/es_ES -%%NLS%%@dirrmtry lib/locale/de_DE/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/de_DE -%%NLS%%@dirrmtry lib/locale diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile deleted file mode 100644 index 7e0fcc129..000000000 --- a/converters/pdf2djvu/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: pdf2djvu -# Date created: 7 Mar 2008 -# Whom: Denise H. G. <darcsis@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pdf2djvu -PORTVERSION= 0.5.11 -PORTREVISION= 1 -CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} - -MAINTAINER= darcsis@gmail.com -COMMENT= Pdf2djvu creates DjVu files from PDF files - -BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams -LIB_DEPENDS= poppler.5:${PORTSDIR}/graphics/poppler -LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS=${PTHREAD_LIBS} \ - CPPFLAGS=-I${LOCALBASE}/include -USE_GMAKE= yes - -PLIST_FILES= bin/pdf2djvu -MAN1= pdf2djvu.1 -MANCOMPRESSED= no - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/converters/pdf2djvu/distinfo b/converters/pdf2djvu/distinfo deleted file mode 100644 index a8d80c5c1..000000000 --- a/converters/pdf2djvu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pdf2djvu_0.5.11.tar.gz) = a9f99c1e755c9f3b5136de235c6851ff -SHA256 (pdf2djvu_0.5.11.tar.gz) = 6e57f5be61e2274db2aaa78e2a18dff8ddc0fb5e107287bf87fc1270513f66ab -SIZE (pdf2djvu_0.5.11.tar.gz) = 223827 diff --git a/converters/pdf2djvu/files/patch-configure b/converters/pdf2djvu/files/patch-configure deleted file mode 100644 index 44d5a4fdf..000000000 --- a/converters/pdf2djvu/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig 2009-07-31 17:17:53.000000000 +0200 -+++ configure 2009-08-19 20:28:26.000000000 +0200 -@@ -2993,9 +2993,9 @@ - printf 'P1 3 3 0 0 0 0 0 0 0 0 0 0' > conftest.458086.pbm - "$djvulibre_bin_path/cjb2" conftest.458086.pbm conftest.458086.p1.djvu - "$djvulibre_bin_path/cjb2" conftest.458086.pbm conftest.458086.p2.djvu --printf 'AT&TFORM\0\0\0\x35DJVMDIRM\0\0\0\x29\x01\0\x02\xff\xff\xc6\xbf\x8a' > conftest.458086.djvu --printf '\x1f\xeb\x4b\xff\x40\x8e\x37\x86\x3f\x6c\xbe\x78\x02\x3c\x93\x9b' >> conftest.458086.djvu --printf '\x17\x57\x16\x67\x1d\x7a\xeb\x57\xf8\xf3\x7e\x64\x32\x42\x88\xd2\x4f' >> conftest.458086.djvu -+printf 'AT&TFORM\0\0\0\065DJVMDIRM\0\0\0\051\001\0\002\377\377\306\277\212' > conftest.458086.djvu -+printf '\037\353\113\377\100\216\067\206\077\154\276\170\002\074\223\233' >> conftest.458086.djvu -+printf '\027\127\026\147\035\172\353\127\370\363\176\144\062\102\210\322\117' >> conftest.458086.djvu - printf '(bookmarks ("" ""))' > conftest.458086.outline - "$djvulibre_bin_path/djvused" -s -e 'set-outline conftest.458086.outline' conftest.458086.djvu - if ! "$djvulibre_bin_path/djvused" -e print-outline conftest.458086.djvu | grep '(bookmarks' > /dev/null -@@ -3170,7 +3170,7 @@ - fi - - -- -+pkg_failed=untried; echo "disabled" - if test $pkg_failed = yes; then - - if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then diff --git a/converters/pdf2djvu/pkg-descr b/converters/pdf2djvu/pkg-descr deleted file mode 100644 index a7c51eb6f..000000000 --- a/converters/pdf2djvu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -pdf2djvu creates DjVu files from PDF files. It's able to extract: -graphics, text layer, hyperlinks, document outline (bookmarks), and -metadata. - -WWW: http://code.google.com/p/pdf2djvu/ diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile deleted file mode 100644 index 1a59404d3..000000000 --- a/databases/evolution-data-server/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# New ports collection makefile for: evolution-data-server -# Date created: 09 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.180 2009/09/21 12:06:40 kwm Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.28.1 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The data backends for the Evolution integrated mail/PIM suite - -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - ical.43:${PORTSDIR}/devel/libical \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack \ - libglade2 libbonobo -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool:22 -USE_BDB= 41+ -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static \ - --enable-nss=yes \ - --enable-gnome-keyring=yes \ - --with-openldap=yes \ - --with-libdb=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="2.28" EVO_VERSION="1.2" - -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off -OPTIONS= WEATHER "Enable weather calendar backend" on - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -#CONFIGURE_ARGS+= --enable-imap4=yes -#PLIST_SUB+= IMAP4="" -#.else -PLIST_SUB+= IMAP4="@comment " -#.endif - -.if defined(WITH_WEATHER) -LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather -CONFIGURE_ARGS+= --with-weather -PLIST_SUB+= WEATHER="" -.else -CONFIGURE_ARGS+= --without-weather -PLIST_SUB+= WEATHER="@comment " -.endif - -EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." - -pre-everything:: - @if [ x"${BDB_VER}" != x"41" ]; then \ - ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ - fi - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ - s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ - s|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo deleted file mode 100644 index 0d7cab157..000000000 --- a/databases/evolution-data-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-data-server-2.28.1.tar.bz2) = ea516bef48900020c4f137514123e34d -SHA256 (gnome2/evolution-data-server-2.28.1.tar.bz2) = 651de21c10765d4b6503ff59aa50c8b9e1bc704d94341d9a275e3b50d68dae8a -SIZE (gnome2/evolution-data-server-2.28.1.tar.bz2) = 22309681 diff --git a/databases/evolution-data-server/files/patch-camel_camel-block-file.h b/databases/evolution-data-server/files/patch-camel_camel-block-file.h deleted file mode 100644 index bb155e24a..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-block-file.h +++ /dev/null @@ -1,10 +0,0 @@ ---- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007 -+++ camel/camel-block-file.h Tue May 15 01:49:00 2007 -@@ -21,6 +21,7 @@ - #ifndef _CAMEL_BLOCK_FILE_H - #define _CAMEL_BLOCK_FILE_H - -+#include <sys/types.h> - #include <camel/camel-object.h> - #include <glib.h> - #include <libedataserver/e-msgport.h> diff --git a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server/files/patch-camel_camel-net-utils.c deleted file mode 100644 index 17bddca39..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c +++ /dev/null @@ -1,24 +0,0 @@ ---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004 -+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004 -@@ -143,12 +143,21 @@ - case EAI_SERVICE: - return NO_DATA; - break; -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - return NO_ADDRESS; - break; -+#endif -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return NO_DATA; - break; -+#endif -+#ifdef EAI_NOFAMILY -+ case EAI_NOFAMILY: -+ return NO_ADDRESS; -+ break; -+#endif - case EAI_MEMORY: - return ENOMEM; - break; diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure deleted file mode 100644 index 65af28acc..000000000 --- a/databases/evolution-data-server/files/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig 2009-08-24 10:39:07.000000000 +0200 -+++ configure 2009-08-24 10:44:47.000000000 +0200 -@@ -15988,6 +15988,14 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) - os_win32=no - NO_UNDEFINED='' -@@ -24777,7 +24785,7 @@ idldir='${datadir}'/idl/evolution-data-s - imagesdir='${datadir}'/pixmaps/evolution-data-server - - --serverdir="$libdir/bonobo/servers" -+serverdir="$prefix/libdata/bonobo/servers" - - - extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index 69da393ce..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2009-07-27 22:42:25.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2009-07-27 22:42:50.000000000 +0200 -@@ -137,7 +137,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ - INSTALL = @INSTALL@ diff --git a/databases/evolution-data-server/pkg-descr b/databases/evolution-data-server/pkg-descr deleted file mode 100644 index 076bb0ef7..000000000 --- a/databases/evolution-data-server/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Evolution-data-server provides the various backend components for the -Evolution integrated mail/PIM suite, including the Berkeley database -backend and the libical calendar components. diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist deleted file mode 100644 index 3845563c6..000000000 --- a/databases/evolution-data-server/pkg-plist +++ /dev/null @@ -1,856 +0,0 @@ -include/evolution-data-server-%%VERSION%%/camel/camel-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-arg.h -include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h -include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h -include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h -include/evolution-data-server-%%VERSION%%/camel/camel-cipher-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h -include/evolution-data-server-%%VERSION%%/camel/camel-db.h -include/evolution-data-server-%%VERSION%%/camel/camel-debug.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-exception-list.def -include/evolution-data-server-%%VERSION%%/camel/camel-exception.h -include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-thread.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-i18n.h -include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h -include/evolution-data-server-%%VERSION%%/camel/camel-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-junk-plugin.h -include/evolution-data-server-%%VERSION%%/camel/camel-list-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock.h -include/evolution-data-server-%%VERSION%%/camel/camel-medium.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-charset.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-crlf.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-enriched.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-from.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-gzip.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-html.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-linewrap.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-pgp.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-progress.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-save.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-tohtml.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-windows.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-yenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-message.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-movemail.h -include/evolution-data-server-%%VERSION%%/camel/camel-msgport.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h -include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-news-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-object.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-operation.h -include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h -include/evolution-data-server-%%VERSION%%/camel/camel-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-provider.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-kerberos4.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-popb4smtp.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-private.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql-sexp.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-substream.h -include/evolution-data-server-%%VERSION%%/camel/camel-service.h -include/evolution-data-server-%%VERSION%%/camel/camel-session.h -include/evolution-data-server-%%VERSION%%/camel/camel-smime-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-store-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-buffer.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-fs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-mem.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-null.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-vfs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-string-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-raw.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-ssl.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-transport.h -include/evolution-data-server-%%VERSION%%/camel/camel-trie.h -include/evolution-data-server-%%VERSION%%/camel/camel-types.h -include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h -include/evolution-data-server-%%VERSION%%/camel/camel-url.h -include/evolution-data-server-%%VERSION%%/camel/camel-utf8.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel.h -include/evolution-data-server-%%VERSION%%/exchange/e-folder-exchange.h -include/evolution-data-server-%%VERSION%%/exchange/e-folder.h -include/evolution-data-server-%%VERSION%%/exchange/e-storage.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-autoconfig.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-context.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-freebusy.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog-ldap.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-http-utils.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-marshal.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-operation.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-properties.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-propnames.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-restriction.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-result.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-security-descriptor.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-sid.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-types.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-uri.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-utils.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-validate.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-xml-utils.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-account.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-constants.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-esource.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-folder-size.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-foreign.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-somedav.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-webdav.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-oof.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-types.h -include/evolution-data-server-%%VERSION%%/exchange/mapi.h -include/evolution-data-server-%%VERSION%%/google/libgdata-google/gdata-google-service.h -include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-entry.h -include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-feed.h -include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-service-iface.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-item.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h -include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h -include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h -include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h -include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h -include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h -include/evolution-data-server-%%VERSION%%/libebook/e-book.h -include/evolution-data-server-%%VERSION%%/libebook/e-contact.h -include/evolution-data-server-%%VERSION%%/libebook/e-destination.h -include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-check-timezones.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-system-timezone.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal.h -include/evolution-data-server-%%VERSION%%/libedata-book/Evolution-DataServer-Addressbook.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h -include/evolution-data-server-%%VERSION%%/libedata-cal/Evolution-DataServer-Calendar.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-file-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-loader-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-component-listener.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iconv.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-msgport.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-trie.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h -include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-option-menu.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.urls -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so -lib/libcamel-%%EVO_VERSION%%.a -lib/libcamel-%%EVO_VERSION%%.la -lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.14 -lib/libcamel-provider-%%EVO_VERSION%%.a -lib/libcamel-provider-%%EVO_VERSION%%.la -lib/libcamel-provider-%%EVO_VERSION%%.so -lib/libcamel-provider-%%EVO_VERSION%%.so.14 -lib/libebackend-%%EVO_VERSION%%.a -lib/libebackend-%%EVO_VERSION%%.la -lib/libebackend-%%EVO_VERSION%%.so -lib/libebackend-%%EVO_VERSION%%.so.0 -lib/libebook-%%EVO_VERSION%%.a -lib/libebook-%%EVO_VERSION%%.la -lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.9 -lib/libecal-%%EVO_VERSION%%.a -lib/libecal-%%EVO_VERSION%%.la -lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.7 -lib/libedata-book-%%EVO_VERSION%%.a -lib/libedata-book-%%EVO_VERSION%%.la -lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.2 -lib/libedata-cal-%%EVO_VERSION%%.a -lib/libedata-cal-%%EVO_VERSION%%.la -lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.6 -lib/libedataserver-%%EVO_VERSION%%.a -lib/libedataserver-%%EVO_VERSION%%.la -lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.11 -lib/libedataserverui-%%EVO_VERSION%%.a -lib/libedataserverui-%%EVO_VERSION%%.la -lib/libedataserverui-%%EVO_VERSION%%.so -lib/libedataserverui-%%EVO_VERSION%%.so.8 -lib/libegroupwise-%%EVO_VERSION%%.a -lib/libegroupwise-%%EVO_VERSION%%.la -lib/libegroupwise-%%EVO_VERSION%%.so -lib/libegroupwise-%%EVO_VERSION%%.so.13 -lib/libexchange-storage-%%EVO_VERSION%%.a -lib/libexchange-storage-%%EVO_VERSION%%.la -lib/libexchange-storage-%%EVO_VERSION%%.so -lib/libexchange-storage-%%EVO_VERSION%%.so.3 -lib/libgdata-%%EVO_VERSION%%.a -lib/libgdata-%%EVO_VERSION%%.la -lib/libgdata-%%EVO_VERSION%%.so -lib/libgdata-%%EVO_VERSION%%.so.1 -lib/libgdata-google-%%EVO_VERSION%%.a -lib/libgdata-google-%%EVO_VERSION%%.la -lib/libgdata-google-%%EVO_VERSION%%.so -lib/libgdata-google-%%EVO_VERSION%%.so.1 -libdata/bonobo/servers/GNOME_Evolution_DataServer_%%EVO_VERSION%%.server -libdata/pkgconfig/camel-%%EVO_VERSION%%.pc -libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc -libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebook-%%EVO_VERSION%%.pc -libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc -libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc -libdata/pkgconfig/libexchange-storage-%%EVO_VERSION%%.pc -libdata/pkgconfig/libgdata-%%EVO_VERSION%%.pc -libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc -libexec/camel-index-control-%%EVO_VERSION%% -libexec/camel-lock-helper-%%EVO_VERSION%% -libexec/evolution-data-server-%%VERSION%% -share/doc/camel/Addresses.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Deprecated.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/SearchFolders.html -share/doc/camel/Services.html -share/doc/camel/Storage.html -share/doc/camel/StreamFilters.html -share/doc/camel/Streams.html -share/doc/camel/Utilities.html -share/doc/camel/camel-CamelAddress.html -share/doc/camel/camel-CamelCertDB.html -share/doc/camel/camel-CamelCipherContext.html -share/doc/camel/camel-CamelDB.html -share/doc/camel/camel-CamelDataCache.html -share/doc/camel/camel-CamelDataWrapper.html -share/doc/camel/camel-CamelFilterDriver.html -share/doc/camel/camel-CamelFolder.html -share/doc/camel/camel-CamelFolderSearch.html -share/doc/camel/camel-CamelFolderSummary.html -share/doc/camel/camel-CamelGpgContext.html -share/doc/camel/camel-CamelHttpStream.html -share/doc/camel/camel-CamelIndex.html -share/doc/camel/camel-CamelInternetAddress.html -share/doc/camel/camel-CamelKeyFile.html -share/doc/camel/camel-CamelKeyTable.html -share/doc/camel/camel-CamelMedium.html -share/doc/camel/camel-CamelMimeFilter.html -share/doc/camel/camel-CamelMimeFilterBasic.html -share/doc/camel/camel-CamelMimeFilterBestenc.html -share/doc/camel/camel-CamelMimeFilterCRLF.html -share/doc/camel/camel-CamelMimeFilterCanon.html -share/doc/camel/camel-CamelMimeFilterCharset.html -share/doc/camel/camel-CamelMimeFilterEnriched.html -share/doc/camel/camel-CamelMimeFilterFrom.html -share/doc/camel/camel-CamelMimeFilterGZip.html -share/doc/camel/camel-CamelMimeFilterHTML.html -share/doc/camel/camel-CamelMimeFilterIndex.html -share/doc/camel/camel-CamelMimeFilterLinewrap.html -share/doc/camel/camel-CamelMimeFilterPgp.html -share/doc/camel/camel-CamelMimeFilterProgress.html -share/doc/camel/camel-CamelMimeFilterSave.html -share/doc/camel/camel-CamelMimeFilterToHTML.html -share/doc/camel/camel-CamelMimeFilterWindows.html -share/doc/camel/camel-CamelMimeFilterYenc.html -share/doc/camel/camel-CamelMimeMessage.html -share/doc/camel/camel-CamelMimeParser.html -share/doc/camel/camel-CamelMimePart.html -share/doc/camel/camel-CamelMsgPort.html -share/doc/camel/camel-CamelMultipart.html -share/doc/camel/camel-CamelMultipartEncrypted.html -share/doc/camel/camel-CamelMultipartSigned.html -share/doc/camel/camel-CamelNNTPAddress.html -share/doc/camel/camel-CamelNewsAddress.html -share/doc/camel/camel-CamelObject.html -share/doc/camel/camel-CamelOfflineFolder.html -share/doc/camel/camel-CamelOfflineJournal.html -share/doc/camel/camel-CamelOfflineStore.html -share/doc/camel/camel-CamelSMIMEContext.html -share/doc/camel/camel-CamelSasl.html -share/doc/camel/camel-CamelSaslAnonymous.html -share/doc/camel/camel-CamelSaslCramMd5.html -share/doc/camel/camel-CamelSaslDigestMd5.html -share/doc/camel/camel-CamelSaslGssapi.html -share/doc/camel/camel-CamelSaslKerberos4.html -share/doc/camel/camel-CamelSaslLogin.html -share/doc/camel/camel-CamelSaslNTLM.html -share/doc/camel/camel-CamelSaslPOPB4SMTP.html -share/doc/camel/camel-CamelSaslPlain.html -share/doc/camel/camel-CamelSeekableStream.html -share/doc/camel/camel-CamelSeekableSubstream.html -share/doc/camel/camel-CamelService.html -share/doc/camel/camel-CamelSession.html -share/doc/camel/camel-CamelStore.html -share/doc/camel/camel-CamelStoreSummary.html -share/doc/camel/camel-CamelStream.html -share/doc/camel/camel-CamelStreamBuffer.html -share/doc/camel/camel-CamelStreamFilter.html -share/doc/camel/camel-CamelStreamFs.html -share/doc/camel/camel-CamelStreamMem.html -share/doc/camel/camel-CamelStreamNull.html -share/doc/camel/camel-CamelStreamProcess.html -share/doc/camel/camel-CamelStreamVFS.html -share/doc/camel/camel-CamelTcpStream.html -share/doc/camel/camel-CamelTcpStreamRaw.html -share/doc/camel/camel-CamelTcpStreamSSL.html -share/doc/camel/camel-CamelTextIndexName.html -share/doc/camel/camel-CamelTransport.html -share/doc/camel/camel-CamelVTrashFolder.html -share/doc/camel/camel-CamelVeeFolder.html -share/doc/camel/camel-CamelVeeStore.html -share/doc/camel/camel-CamelVeeSummary.html -share/doc/camel/camel-camel-arg.html -share/doc/camel/camel-camel-charset-map.html -share/doc/camel/camel-camel-debug.html -share/doc/camel/camel-camel-exception.html -share/doc/camel/camel-camel-file-utils.html -share/doc/camel/camel-camel-filter-search.html -share/doc/camel/camel-camel-folder-thread.html -share/doc/camel/camel-camel-i18n.html -share/doc/camel/camel-camel-iconv.html -share/doc/camel/camel-camel-junk-plugin.html -share/doc/camel/camel-camel-list-utils.html -share/doc/camel/camel-camel-lock-client.html -share/doc/camel/camel-camel-lock.html -share/doc/camel/camel-camel-mime-utils.html -share/doc/camel/camel-camel-movemail.html -share/doc/camel/camel-camel-net-utils.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-process.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-search-sql.html -share/doc/camel/camel-camel-search-sql-sexp.html -share/doc/camel/camel-camel-string-utils.html -share/doc/camel/camel-camel-trie.html -share/doc/camel/camel-camel-uid-cache.html -share/doc/camel/camel-camel-url-scanner.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel-camel-utf8.html -share/doc/camel/camel.devhelp -share/doc/camel/camel.devhelp2 -share/doc/camel/classes.html -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/ix01.html -share/doc/camel/ix02.html -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png -share/doc/libebackend/EFileCache.html -share/doc/libebackend/ch01.html -share/doc/libebackend/home.png -share/doc/libebackend/index.html -share/doc/libebackend/index.sgml -share/doc/libebackend/left.png -share/doc/libebackend/libebackend-e-data-server-module.html -share/doc/libebackend/libebackend-e-db3-utils.html -share/doc/libebackend/libebackend-e-dbhash.html -share/doc/libebackend/libebackend.devhelp -share/doc/libebackend/libebackend.devhelp2 -share/doc/libebackend/right.png -share/doc/libebackend/style.css -share/doc/libebackend/up.png -share/doc/libebook/EBook.html -share/doc/libebook/EBookListener.html -share/doc/libebook/EBookView.html -share/doc/libebook/EBookViewListener.html -share/doc/libebook/EContact.html -share/doc/libebook/EDestination.html -share/doc/libebook/EVCard.html -share/doc/libebook/ch01.html -share/doc/libebook/home.png -share/doc/libebook/index.html -share/doc/libebook/index.sgml -share/doc/libebook/ix01.html -share/doc/libebook/left.png -share/doc/libebook/libebook-EAddressWestern.html -share/doc/libebook/libebook-ENameWestern.html -share/doc/libebook/libebook-e-book-query.html -share/doc/libebook/libebook-e-book-types.html -share/doc/libebook/libebook.devhelp -share/doc/libebook/libebook.devhelp2 -share/doc/libebook/right.png -share/doc/libebook/style.css -share/doc/libebook/up.png -share/doc/libecal/ECal.html -share/doc/libecal/ECalComponent.html -share/doc/libecal/ECalListener.html -share/doc/libecal/ECalView.html -share/doc/libecal/ECalViewListener.html -share/doc/libecal/ch01.html -share/doc/libecal/home.png -share/doc/libecal/index.html -share/doc/libecal/index.sgml -share/doc/libecal/ix01.html -share/doc/libecal/left.png -share/doc/libecal/libecal-e-cal-check-timezones.html -share/doc/libecal/libecal-e-cal-recur.html -share/doc/libecal/libecal-e-cal-system-timezone.html -share/doc/libecal/libecal-e-cal-time-util.html -share/doc/libecal/libecal-e-cal-types.html -share/doc/libecal/libecal-e-cal-util.html -share/doc/libecal/libecal.devhelp -share/doc/libecal/libecal.devhelp2 -share/doc/libecal/right.png -share/doc/libecal/style.css -share/doc/libecal/up.png -share/doc/libedata-book/EBookBackend.html -share/doc/libedata-book/EBookBackendCache.html -share/doc/libedata-book/EBookBackendFactory.html -share/doc/libedata-book/EBookBackendSExp.html -share/doc/libedata-book/EBookBackendSummary.html -share/doc/libedata-book/EBookBackendSync.html -share/doc/libedata-book/EDataBook.html -share/doc/libedata-book/EDataBookView.html -share/doc/libedata-book/ch01.html -share/doc/libedata-book/home.png -share/doc/libedata-book/index.html -share/doc/libedata-book/index.sgml -share/doc/libedata-book/ix01.html -share/doc/libedata-book/left.png -share/doc/libedata-book/libedata-book.devhelp -share/doc/libedata-book/libedata-book.devhelp2 -share/doc/libedata-book/right.png -share/doc/libedata-book/style.css -share/doc/libedata-book/up.png -share/doc/libedata-cal/ECalBackend.html -share/doc/libedata-cal/ECalBackendCache.html -share/doc/libedata-cal/ECalBackendFactory.html -share/doc/libedata-cal/ECalBackendSExp.html -share/doc/libedata-cal/ECalBackendSync.html -share/doc/libedata-cal/EDataCal.html -share/doc/libedata-cal/EDataCalFactory.html -share/doc/libedata-cal/EDataCalView.html -share/doc/libedata-cal/ch01.html -share/doc/libedata-cal/home.png -share/doc/libedata-cal/index.html -share/doc/libedata-cal/index.sgml -share/doc/libedata-cal/ix01.html -share/doc/libedata-cal/left.png -share/doc/libedata-cal/libedata-cal.devhelp -share/doc/libedata-cal/libedata-cal.devhelp2 -share/doc/libedata-cal/right.png -share/doc/libedata-cal/style.css -share/doc/libedata-cal/up.png -share/doc/libedataserver/EAccount.html -share/doc/libedataserver/EAccountList.html -share/doc/libedataserver/EComponentListener.html -share/doc/libedataserver/EIterator.html -share/doc/libedataserver/EList.html -share/doc/libedataserver/EListIterator.html -share/doc/libedataserver/ESource.html -share/doc/libedataserver/ESourceGroup.html -share/doc/libedataserver/ESourceList.html -share/doc/libedataserver/ch01.html -share/doc/libedataserver/home.png -share/doc/libedataserver/index.html -share/doc/libedataserver/index.sgml -share/doc/libedataserver/ix01.html -share/doc/libedataserver/left.png -share/doc/libedataserver/libedataserver-EFlag.html -share/doc/libedataserver/libedataserver-EProxy.html -share/doc/libedataserver/libedataserver-ESExp.html -share/doc/libedataserver/libedataserver-e-categories.html -share/doc/libedataserver/libedataserver-e-iconv.html -share/doc/libedataserver/libedataserver-e-memory.html -share/doc/libedataserver/libedataserver-e-msgport.html -share/doc/libedataserver/libedataserver-e-time-utils.html -share/doc/libedataserver/libedataserver-e-trie.html -share/doc/libedataserver/libedataserver-e-uid.html -share/doc/libedataserver/libedataserver-e-url.html -share/doc/libedataserver/libedataserver-e-util.html -share/doc/libedataserver/libedataserver-e-xml-hash-utils.html -share/doc/libedataserver/libedataserver-md5-utils.html -share/doc/libedataserver/libedataserver.devhelp -share/doc/libedataserver/libedataserver.devhelp2 -share/doc/libedataserver/right.png -share/doc/libedataserver/style.css -share/doc/libedataserver/up.png -share/doc/libedataserverui/ECategoriesDialog.html -share/doc/libedataserverui/EContactStore.html -share/doc/libedataserverui/EDestinationStore.html -share/doc/libedataserverui/ENameSelector.html -share/doc/libedataserverui/ENameSelectorDialog.html -share/doc/libedataserverui/ENameSelectorEntry.html -share/doc/libedataserverui/ENameSelectorList.html -share/doc/libedataserverui/ENameSelectorModel.html -share/doc/libedataserverui/ESourceComboBox.html -share/doc/libedataserverui/ESourceOptionMenu.html -share/doc/libedataserverui/ESourceSelector.html -share/doc/libedataserverui/ESourceSelectorDialog.html -share/doc/libedataserverui/ETreeModelGenerator.html -share/doc/libedataserverui/ch01.html -share/doc/libedataserverui/home.png -share/doc/libedataserverui/index.html -share/doc/libedataserverui/index.sgml -share/doc/libedataserverui/ix01.html -share/doc/libedataserverui/left.png -share/doc/libedataserverui/libedataserverui-e-passwords.html -share/doc/libedataserverui/libedataserverui.devhelp -share/doc/libedataserverui/libedataserverui.devhelp2 -share/doc/libedataserverui/right.png -share/doc/libedataserverui/style.css -share/doc/libedataserverui/up.png -share/evolution-data-server-%%VERSION%%/evolutionperson.schema -share/evolution-data-server-%%VERSION%%/glade/e-categories-dialog.glade -share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade -%%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml -share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Addressbook.idl -share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Calendar.idl -share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer.idl -share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/pixmaps/evolution-data-server/category_birthday_16.png -share/pixmaps/evolution-data-server/category_business_16.png -share/pixmaps/evolution-data-server/category_favorites_16.png -share/pixmaps/evolution-data-server/category_gifts_16.png -share/pixmaps/evolution-data-server/category_goals_16.png -share/pixmaps/evolution-data-server/category_holiday-cards_16.png -share/pixmaps/evolution-data-server/category_holiday_16.png -share/pixmaps/evolution-data-server/category_hot-contacts_16.png -share/pixmaps/evolution-data-server/category_ideas_16.png -share/pixmaps/evolution-data-server/category_international_16.png -share/pixmaps/evolution-data-server/category_key-customer_16.png -share/pixmaps/evolution-data-server/category_miscellaneous_16.png -share/pixmaps/evolution-data-server/category_personal_16.png -share/pixmaps/evolution-data-server/category_phonecalls_16.png -share/pixmaps/evolution-data-server/category_status_16.png -share/pixmaps/evolution-data-server/category_strategies_16.png -share/pixmaps/evolution-data-server/category_suppliers_16.png -share/pixmaps/evolution-data-server/category_time-and-expenses_16.png -@dirrm share/pixmaps/evolution-data-server -@dirrm share/idl/evolution-data-server-%%EVO_VERSION%% -%%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather -@dirrm share/evolution-data-server-%%VERSION%%/glade -@dirrm share/evolution-data-server-%%VERSION%% -@dirrm share/doc/libedataserverui -@dirrm share/doc/libedataserver -@dirrm share/doc/libedata-cal -@dirrm share/doc/libedata-book -@dirrm share/doc/libecal -@dirrm share/doc/libebook -@dirrm share/doc/libebackend -@dirrm share/doc/camel -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers -@dirrm lib/evolution-data-server-%%EVO_VERSION%% -@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui -@dirrm include/evolution-data-server-%%VERSION%%/libedataserver -@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal -@dirrm include/evolution-data-server-%%VERSION%%/libedata-book -@dirrm include/evolution-data-server-%%VERSION%%/libecal -@dirrm include/evolution-data-server-%%VERSION%%/libebook -@dirrm include/evolution-data-server-%%VERSION%%/libebackend -@dirrm include/evolution-data-server-%%VERSION%%/groupwise -@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata-google -@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata -@dirrm include/evolution-data-server-%%VERSION%%/google -@dirrm include/evolution-data-server-%%VERSION%%/exchange -@dirrm include/evolution-data-server-%%VERSION%%/camel -@dirrm include/evolution-data-server-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/glom/Makefile b/databases/glom/Makefile deleted file mode 100644 index d6a493d89..000000000 --- a/databases/glom/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: glom -# Date created: 24 April, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/glom/Makefile,v 1.27 2009/10/05 18:26:22 kwm Exp $ -# - -PORTNAME= glom -PORTVERSION= 1.12.2 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GNOME database designer and user interface - -LIB_DEPENDS= gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \ - gconfmm-2.0.1:${PORTSDIR}/devel/gconfmm \ - gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - epc-1.0.2:${PORTSDIR}/www/libepc \ - goocanvasmm-0.1.5:${PORTSDIR}/graphics/goocanvasmm -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql - -USE_BZIP2= yes -USE_PYTHON= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras -USE_LDCONFIG= yes -USE_PGSQL= yes -INSTALLS_OMF= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin -INSTALLS_ICONS= yes - -#OPTIONS= SELF_HOSTING "Host the database locally" on - -.include <bsd.port.pre.mk> - -#.if defined(WITH_SELF_HOSTING) -# Note: USE_PGSQL has already been set above. -BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -#.else -#CONFIGURE_ARGS+=--enable-client-only -#.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ - ${WRKSRC}/Makefile.in - -post-install: - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/databases/glom/distinfo b/databases/glom/distinfo deleted file mode 100644 index 2672d73d6..000000000 --- a/databases/glom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glom-1.12.2.tar.bz2) = 8f4de116f28501decc0df956ee003809 -SHA256 (gnome2/glom-1.12.2.tar.bz2) = 5ce8bc49d9d6402db540d14c8c16a2407cbf7a588139a4e2942442ead1952992 -SIZE (gnome2/glom-1.12.2.tar.bz2) = 3239342 diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc deleted file mode 100644 index b1f9b2c50..000000000 --- a/databases/glom/files/patch-glom_libglom_connectionpool.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- glom/libglom/connectionpool.cc.orig 2008-04-29 18:10:54.000000000 +0200 -+++ glom/libglom/connectionpool.cc 2008-08-08 02:39:55.000000000 +0200 -@@ -789,7 +789,11 @@ bool ConnectionPool::directory_exists_ur - // TODO: This is probably mingw specific - static __p_sig_fn_t previous_sig_handler = SIG_DFL; - #else -+# ifdef __FreeBSD__ -+static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */ -+# else - static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ -+# endif - #endif - - /* This is a Linux/Unix signal handler, diff --git a/databases/glom/files/patch-glom_main.cc b/databases/glom/files/patch-glom_main.cc deleted file mode 100644 index c9143bb8b..000000000 --- a/databases/glom/files/patch-glom_main.cc +++ /dev/null @@ -1,32 +0,0 @@ ---- glom/main.cc.orig 2009-03-16 14:53:55.000000000 +0100 -+++ glom/main.cc 2009-03-17 16:22:01.000000000 +0100 -@@ -100,18 +100,19 @@ OptionGroup::OptionGroup() - - } //namespace Glom - --#ifndef G_OS_WIN32 -+#ifdef __linux - extern "C" void __libc_freeres(void); - #endif - - int - main(int argc, char* argv[]) - { --#ifndef G_OS_WIN32 -+#ifdef __linux - //Force some cleanup at exit, - //to help valgrind to detect memory leaks: - atexit(__libc_freeres); - #else -+# ifdef G_OS_WIN32 - WSADATA data; - int errcode = WSAStartup(MAKEWORD(2, 0), &data); - if(errcode != 0) -@@ -123,6 +124,7 @@ main(int argc, char* argv[]) - gchar* installation_dir_c = g_win32_get_package_installation_directory_of_module(NULL); - const std::string installation_dir(installation_dir_c); - g_free(installation_dir_c); -+# endif - #endif - - // TODO: I am not sure why, but this does not work. PYTHONPATH is set diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr deleted file mode 100644 index 6974a6efb..000000000 --- a/databases/glom/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -With Glom you can design table definitions and the relationships -between them, plus arrange the fields on the screen. You can edit -and search the data in those tables, and specify field values in -terms of other fields. It's as easy as it should be. - -The design is loosely based on FileMaker Pro, with the added -advantage of separation between interface and data. Its simple -framework should be enough to implement most database -applications. Without Glom these systems normally consist of lots -of repetitive, unmaintainable code. - -Glom-specific data such as the relationship definitions is saved -in the Glom document. Glom re-connects to the database server -when it loads a previous Glom document. The document is in XML -format. - -Glom uses the PostgreSQL database backend but it can not edit -databases that it did not create, because it uses only a simple -subset of Postgres functionality. - -WWW: http://www.glom.org/ diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist deleted file mode 100644 index b91652882..000000000 --- a/databases/glom/pkg-plist +++ /dev/null @@ -1,257 +0,0 @@ -bin/glom -include/glom-1.12/libglom/appstate.h -include/glom-1.12/libglom/data_structure/field.h -include/glom-1.12/libglom/data_structure/fieldtypes.h -include/glom-1.12/libglom/data_structure/foundset.h -include/glom-1.12/libglom/data_structure/glomconversions.h -include/glom-1.12/libglom/data_structure/groupinfo.h -include/glom-1.12/libglom/data_structure/layout/custom_title.h -include/glom-1.12/libglom/data_structure/layout/fieldformatting.h -include/glom-1.12/libglom/data_structure/layout/layoutgroup.h -include/glom-1.12/libglom/data_structure/layout/layoutitem.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_button.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_calendarportal.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_field.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_image.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_line.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_notebook.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_placeholder.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_portal.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_text.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_footer.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_groupby.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_header.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_summary.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h -include/glom-1.12/libglom/data_structure/layout/usesrelationship.h -include/glom-1.12/libglom/data_structure/numeric_format.h -include/glom-1.12/libglom/data_structure/parameternamegenerator.h -include/glom-1.12/libglom/data_structure/print_layout.h -include/glom-1.12/libglom/data_structure/privileges.h -include/glom-1.12/libglom/data_structure/relationship.h -include/glom-1.12/libglom/data_structure/report.h -include/glom-1.12/libglom/data_structure/system_prefs.h -include/glom-1.12/libglom/data_structure/tableinfo.h -include/glom-1.12/libglom/data_structure/translatable_item.h -include/glom-1.12/libglom/document/bakery/document.h -include/glom-1.12/libglom/document/bakery/document_xml.h -include/glom-1.12/libglom/document/bakery/view/view.h -include/glom-1.12/libglom/document/bakery/view/view_composite.h -include/glom-1.12/libglom/document/bakery/view/viewbase.h -include/glom-1.12/libglom/document/document.h -include/glom-1.12/libglom/document/view.h -include/glom-1.12/libglom/init.h -include/glom-1.12/libglom/libglom_config.h -include/glom-1.12/libglom/sharedptr.h -include/glom-1.12/libglom/standard_table_prefs_fields.h -lib/libglom-1.12.la -lib/libglom-1.12.so -lib/libglom-1.12.so.0 -%%PYTHON_SITELIBDIR%%/glom_1_12.la -%%PYTHON_SITELIBDIR%%/glom_1_12.so -libdata/pkgconfig/glom-1.12.pc -share/applications/glom.desktop -%%DATADIR%%/glade/glom_developer.glade -%%DATADIR%%/glade/glom.glade -%%DATADIR%%/glom_document.dtd -%%DATADIR%%/pixmaps/glom-button.png -%%DATADIR%%/pixmaps/glom-field.png -%%DATADIR%%/pixmaps/glom-group.png -%%DATADIR%%/pixmaps/glom-line-horizontal.png -%%DATADIR%%/pixmaps/glom-line-vertical.png -%%DATADIR%%/pixmaps/glom-image.png -%%DATADIR%%/pixmaps/glom-notebook.png -%%DATADIR%%/pixmaps/glom-related-records.png -%%DATADIR%%/pixmaps/glom-text.png -%%DATADIR%%/xslt/print_details_to_html.xsl -%%DATADIR%%/xslt/print_report_to_html.xsl -%%DOCSDIR%%/examples/README -%%DOCSDIR%%/examples/example_film_manager.glom -%%DOCSDIR%%/examples/example_lesson_planner.glom -%%DOCSDIR%%/examples/example_music_collection.glom -%%DOCSDIR%%/examples/example_project_manager.glom -%%DOCSDIR%%/examples/example_smallbusiness.glom -share/gnome/help/glom/C/figures/glom_data_details.png -share/gnome/help/glom/C/figures/glom_data_list.png -share/gnome/help/glom/C/figures/glom_design_fields.png -share/gnome/help/glom/C/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/C/figures/glom_design_layout_details.png -share/gnome/help/glom/C/figures/glom_design_layout_list.png -share/gnome/help/glom/C/figures/glom_design_reports.png -share/gnome/help/glom/C/figures/glom_design_reports_details.png -share/gnome/help/glom/C/figures/glom_design_reports_group_by.png -share/gnome/help/glom/C/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/C/figures/glom_design_translations.png -share/gnome/help/glom/C/figures/glom_import.png -share/gnome/help/glom/C/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/C/figures/glom_report_result.png -share/gnome/help/glom/C/figures/glom_tables.png -share/gnome/help/glom/C/figures/start.png -share/gnome/help/glom/C/glom.xml -share/gnome/help/glom/C/legal.xml -share/gnome/help/glom/de/figures/glom_data_details.png -share/gnome/help/glom/de/figures/glom_data_list.png -share/gnome/help/glom/de/figures/glom_design_fields.png -share/gnome/help/glom/de/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/de/figures/glom_design_layout_details.png -share/gnome/help/glom/de/figures/glom_design_layout_list.png -share/gnome/help/glom/de/figures/glom_design_reports.png -share/gnome/help/glom/de/figures/glom_design_reports_details.png -share/gnome/help/glom/de/figures/glom_design_reports_group_by.png -share/gnome/help/glom/de/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/de/figures/glom_design_translations.png -share/gnome/help/glom/de/figures/glom_import.png -share/gnome/help/glom/de/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/de/figures/glom_report_result.png -share/gnome/help/glom/de/figures/glom_tables.png -share/gnome/help/glom/de/figures/start.png -share/gnome/help/glom/de/glom.xml -share/gnome/help/glom/de/legal.xml -share/gnome/help/glom/en_GB/figures/glom_data_details.png -share/gnome/help/glom/en_GB/figures/glom_data_list.png -share/gnome/help/glom/en_GB/figures/glom_design_fields.png -share/gnome/help/glom/en_GB/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/en_GB/figures/glom_design_layout_details.png -share/gnome/help/glom/en_GB/figures/glom_design_layout_list.png -share/gnome/help/glom/en_GB/figures/glom_design_reports.png -share/gnome/help/glom/en_GB/figures/glom_design_reports_details.png -share/gnome/help/glom/en_GB/figures/glom_design_reports_group_by.png -share/gnome/help/glom/en_GB/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/en_GB/figures/glom_design_translations.png -share/gnome/help/glom/en_GB/figures/glom_import.png -share/gnome/help/glom/en_GB/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/en_GB/figures/glom_report_result.png -share/gnome/help/glom/en_GB/figures/glom_tables.png -share/gnome/help/glom/en_GB/figures/start.png -share/gnome/help/glom/en_GB/glom.xml -share/gnome/help/glom/en_GB/legal.xml -share/gnome/help/glom/es/figures/glom_data_details.png -share/gnome/help/glom/es/figures/glom_data_list.png -share/gnome/help/glom/es/figures/glom_design_fields.png -share/gnome/help/glom/es/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/es/figures/glom_design_layout_details.png -share/gnome/help/glom/es/figures/glom_design_layout_list.png -share/gnome/help/glom/es/figures/glom_design_reports.png -share/gnome/help/glom/es/figures/glom_design_reports_details.png -share/gnome/help/glom/es/figures/glom_design_reports_group_by.png -share/gnome/help/glom/es/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/es/figures/glom_design_translations.png -share/gnome/help/glom/es/figures/glom_import.png -share/gnome/help/glom/es/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/es/figures/glom_report_result.png -share/gnome/help/glom/es/figures/glom_tables.png -share/gnome/help/glom/es/figures/start.png -share/gnome/help/glom/es/glom.xml -share/gnome/help/glom/es/legal.xml -share/gnome/help/glom/fr/figures/glom_data_details.png -share/gnome/help/glom/fr/figures/glom_data_list.png -share/gnome/help/glom/fr/figures/glom_design_fields.png -share/gnome/help/glom/fr/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/fr/figures/glom_design_layout_details.png -share/gnome/help/glom/fr/figures/glom_design_layout_list.png -share/gnome/help/glom/fr/figures/glom_design_reports.png -share/gnome/help/glom/fr/figures/glom_design_reports_details.png -share/gnome/help/glom/fr/figures/glom_design_reports_group_by.png -share/gnome/help/glom/fr/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/fr/figures/glom_design_translations.png -share/gnome/help/glom/fr/figures/glom_import.png -share/gnome/help/glom/fr/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/fr/figures/glom_report_result.png -share/gnome/help/glom/fr/figures/glom_tables.png -share/gnome/help/glom/fr/figures/start.png -share/gnome/help/glom/fr/glom.xml -share/gnome/help/glom/fr/legal.xml -share/gnome/help/glom/sv/figures/glom_data_details.png -share/gnome/help/glom/sv/figures/glom_data_list.png -share/gnome/help/glom/sv/figures/glom_design_fields.png -share/gnome/help/glom/sv/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/sv/figures/glom_design_layout_details.png -share/gnome/help/glom/sv/figures/glom_design_layout_list.png -share/gnome/help/glom/sv/figures/glom_design_reports.png -share/gnome/help/glom/sv/figures/glom_design_reports_details.png -share/gnome/help/glom/sv/figures/glom_design_reports_group_by.png -share/gnome/help/glom/sv/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/sv/figures/glom_design_translations.png -share/gnome/help/glom/sv/figures/glom_import.png -share/gnome/help/glom/sv/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/sv/figures/glom_report_result.png -share/gnome/help/glom/sv/figures/glom_tables.png -share/gnome/help/glom/sv/figures/start.png -share/gnome/help/glom/sv/glom.xml -share/gnome/help/glom/sv/legal.xml -share/icons/hicolor/16x16/apps/glom.png -share/icons/hicolor/22x22/apps/glom.png -share/icons/hicolor/24x24/apps/glom.png -share/icons/hicolor/32x32/apps/glom.png -share/icons/hicolor/48x48/apps/glom.png -share/icons/hicolor/scalable/apps/glom.svg -share/locale/ar/LC_MESSAGES/glom.mo -share/locale/ca/LC_MESSAGES/glom.mo -share/locale/cs/LC_MESSAGES/glom.mo -share/locale/de/LC_MESSAGES/glom.mo -share/locale/dz/LC_MESSAGES/glom.mo -share/locale/en_CA/LC_MESSAGES/glom.mo -share/locale/en_GB/LC_MESSAGES/glom.mo -share/locale/es/LC_MESSAGES/glom.mo -share/locale/fi/LC_MESSAGES/glom.mo -share/locale/fr/LC_MESSAGES/glom.mo -share/locale/gl/LC_MESSAGES/glom.mo -share/locale/gu/LC_MESSAGES/glom.mo -share/locale/hu/LC_MESSAGES/glom.mo -share/locale/it/LC_MESSAGES/glom.mo -share/locale/nb/LC_MESSAGES/glom.mo -share/locale/ne/LC_MESSAGES/glom.mo -share/locale/nl/LC_MESSAGES/glom.mo -share/locale/oc/LC_MESSAGES/glom.mo -share/locale/pa/LC_MESSAGES/glom.mo -share/locale/pt/LC_MESSAGES/glom.mo -share/locale/pt_BR/LC_MESSAGES/glom.mo -share/locale/rw/LC_MESSAGES/glom.mo -share/locale/sq/LC_MESSAGES/glom.mo -share/locale/sv/LC_MESSAGES/glom.mo -share/locale/tr/LC_MESSAGES/glom.mo -share/locale/vi/LC_MESSAGES/glom.mo -share/locale/zh_CN/LC_MESSAGES/glom.mo -share/mime/application/x-glom.xml -share/mime/packages/glom.xml -share/omf/glom/glom-C.omf -share/omf/glom/glom-de.omf -share/omf/glom/glom-en_GB.omf -share/omf/glom/glom-es.omf -share/omf/glom/glom-fr.omf -share/omf/glom/glom-sv.omf -@dirrm share/omf/glom -@dirrm share/gnome/help/glom/sv/figures -@dirrm share/gnome/help/glom/sv -@dirrm share/gnome/help/glom/fr/figures -@dirrm share/gnome/help/glom/fr -@dirrm share/gnome/help/glom/es/figures -@dirrm share/gnome/help/glom/es -@dirrm share/gnome/help/glom/en_GB/figures -@dirrm share/gnome/help/glom/en_GB -@dirrm share/gnome/help/glom/de/figures -@dirrm share/gnome/help/glom/de -@dirrm share/gnome/help/glom/C/figures -@dirrm share/gnome/help/glom/C -@dirrm share/gnome/help/glom -@dirrm %%DOCSDIR%%/examples -@dirrm %%DATADIR%%/xslt -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/applications -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrm include/glom-1.12/libglom/document/bakery/view -@dirrm include/glom-1.12/libglom/document/bakery -@dirrm include/glom-1.12/libglom/document -@dirrm include/glom-1.12/libglom/data_structure/layout/report_parts -@dirrm include/glom-1.12/libglom/data_structure/layout -@dirrm include/glom-1.12/libglom/data_structure -@dirrm include/glom-1.12/libglom -@dirrm include/glom-1.12 diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile deleted file mode 100644 index 8c03173f3..000000000 --- a/databases/libgdamm/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libglademm -# Date created: 1 Oct 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgdamm/Makefile,v 1.17 2009/10/02 15:07:51 kwm Exp $ -# - -PORTNAME= libgdamm -PORTVERSION= 3.99.17.1 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgda4 library - -LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libgda4 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -.include <bsd.port.mk> diff --git a/databases/libgdamm/distinfo b/databases/libgdamm/distinfo deleted file mode 100644 index 52ebba84d..000000000 --- a/databases/libgdamm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgdamm-3.99.17.1.tar.bz2) = 227d838905b45e8ccd6440cf661630fc -SHA256 (gnome2/libgdamm-3.99.17.1.tar.bz2) = d3078223d4589ee69af94a649a156a933cc8b058fc24064fd440724f234a50db -SIZE (gnome2/libgdamm-3.99.17.1.tar.bz2) = 924028 diff --git a/databases/libgdamm/pkg-descr b/databases/libgdamm/pkg-descr deleted file mode 100644 index a78c8b4db..000000000 --- a/databases/libgdamm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgda v4 library. - -WWW: http://www.gtkmm.org/ diff --git a/databases/libgdamm/pkg-plist b/databases/libgdamm/pkg-plist deleted file mode 100644 index 8458fdd6e..000000000 --- a/databases/libgdamm/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -include/libgdamm-4.0/libgdamm.h -include/libgdamm-4.0/libgdamm/batch.h -include/libgdamm-4.0/libgdamm/blob.h -include/libgdamm-4.0/libgdamm/blobop.h -include/libgdamm-4.0/libgdamm/column.h -include/libgdamm-4.0/libgdamm/config.h -include/libgdamm-4.0/libgdamm/connection.h -include/libgdamm-4.0/libgdamm/connectionevent.h -include/libgdamm-4.0/libgdamm/dataaccesswrapper.h -include/libgdamm-4.0/libgdamm/datacomparator.h -include/libgdamm-4.0/libgdamm/datahandler.h -include/libgdamm-4.0/libgdamm/datamodel.h -include/libgdamm-4.0/libgdamm/datamodelarray.h -include/libgdamm-4.0/libgdamm/datamodelimport.h -include/libgdamm-4.0/libgdamm/datamodeliter.h -include/libgdamm-4.0/libgdamm/dataproxy.h -include/libgdamm-4.0/libgdamm/dataselect.h -include/libgdamm-4.0/libgdamm/handlerbin.h -include/libgdamm-4.0/libgdamm/handlerboolean.h -include/libgdamm-4.0/libgdamm/handlernumerical.h -include/libgdamm-4.0/libgdamm/handlerstring.h -include/libgdamm-4.0/libgdamm/handlertime.h -include/libgdamm-4.0/libgdamm/handlertype.h -include/libgdamm-4.0/libgdamm/holder.h -include/libgdamm-4.0/libgdamm/init.h -include/libgdamm-4.0/libgdamm/metastore.h -include/libgdamm-4.0/libgdamm/metastruct.h -include/libgdamm-4.0/libgdamm/private/batch_p.h -include/libgdamm-4.0/libgdamm/private/blob_p.h -include/libgdamm-4.0/libgdamm/private/blobop_p.h -include/libgdamm-4.0/libgdamm/private/column_p.h -include/libgdamm-4.0/libgdamm/private/config_p.h -include/libgdamm-4.0/libgdamm/private/connection_p.h -include/libgdamm-4.0/libgdamm/private/connectionevent_p.h -include/libgdamm-4.0/libgdamm/private/dataaccesswrapper_p.h -include/libgdamm-4.0/libgdamm/private/datacomparator_p.h -include/libgdamm-4.0/libgdamm/private/datahandler_p.h -include/libgdamm-4.0/libgdamm/private/datamodel_p.h -include/libgdamm-4.0/libgdamm/private/datamodelarray_p.h -include/libgdamm-4.0/libgdamm/private/datamodelimport_p.h -include/libgdamm-4.0/libgdamm/private/datamodeliter_p.h -include/libgdamm-4.0/libgdamm/private/dataproxy_p.h -include/libgdamm-4.0/libgdamm/private/dataselect_p.h -include/libgdamm-4.0/libgdamm/private/handlerbin_p.h -include/libgdamm-4.0/libgdamm/private/handlerboolean_p.h -include/libgdamm-4.0/libgdamm/private/handlernumerical_p.h -include/libgdamm-4.0/libgdamm/private/handlerstring_p.h -include/libgdamm-4.0/libgdamm/private/handlertime_p.h -include/libgdamm-4.0/libgdamm/private/handlertype_p.h -include/libgdamm-4.0/libgdamm/private/holder_p.h -include/libgdamm-4.0/libgdamm/private/metastore_p.h -include/libgdamm-4.0/libgdamm/private/metastruct_p.h -include/libgdamm-4.0/libgdamm/private/quarklist_p.h -include/libgdamm-4.0/libgdamm/private/row_p.h -include/libgdamm-4.0/libgdamm/private/serveroperation_p.h -include/libgdamm-4.0/libgdamm/private/serverprovider_p.h -include/libgdamm-4.0/libgdamm/private/set_p.h -include/libgdamm-4.0/libgdamm/private/sqlparser_p.h -include/libgdamm-4.0/libgdamm/private/statement_p.h -include/libgdamm-4.0/libgdamm/private/transactionstatus_p.h -include/libgdamm-4.0/libgdamm/private/xatransaction_p.h -include/libgdamm-4.0/libgdamm/quarklist.h -include/libgdamm-4.0/libgdamm/row.h -include/libgdamm-4.0/libgdamm/serveroperation.h -include/libgdamm-4.0/libgdamm/serverprovider.h -include/libgdamm-4.0/libgdamm/set.h -include/libgdamm-4.0/libgdamm/sqlparser.h -include/libgdamm-4.0/libgdamm/statement.h -include/libgdamm-4.0/libgdamm/transactionstatus.h -include/libgdamm-4.0/libgdamm/throw_exception.h -include/libgdamm-4.0/libgdamm/value.h -include/libgdamm-4.0/libgdamm/wrap_init.h -include/libgdamm-4.0/libgdamm/xatransaction.h -lib/libgdamm-4.0.a -lib/libgdamm-4.0.la -lib/libgdamm-4.0.so -lib/libgdamm-4.0.so.12 -lib/libgdamm-4.0/include/libgdammconfig.h -libdata/pkgconfig/libgdamm-4.0.pc -@dirrm lib/libgdamm-4.0/include -@dirrm lib/libgdamm-4.0 -@dirrm include/libgdamm-4.0/libgdamm/private -@dirrm include/libgdamm-4.0/libgdamm -@dirrm include/libgdamm-4.0 diff --git a/databases/mysql-gui-tools/Makefile b/databases/mysql-gui-tools/Makefile deleted file mode 100644 index 3c3e69588..000000000 --- a/databases/mysql-gui-tools/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# vim: ts=8 -# New ports collection makefile for: MySQL GUI Tools -# Date created: 6 March 2008 -# Whom: gahr -# -# $FreeBSD$ -# - -PORTNAME= mysql-gui-tools -PORTVERSION= 5.0r14 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQLGUITools - -MAINTAINER= gahr@FreeBSD.org -COMMENT= The MySQL Administrator, Query Browser and Workbench GUI tools - -LIB_DEPENDS= mysqlclient.15:${PORTSDIR}/databases/mysql50-client \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - pcre.0:${PORTSDIR}/devel/pcre \ - xml2.5:${PORTSDIR}/textproc/libxml2 - -OPTIONS= QUERY_BROWSER "Build the MySQL Query Browser" on \ - ADMINISTRATOR "Build the MySQL Administrator" on - -USE_AUTOTOOLS= autoconf:262 libtool:22 automake:110 -USE_GNOME= libgnome libglade2 gtkhtml3 libgnomeprint intlhack gtksourceview -USE_GL= gl glut -USE_GMAKE= yes - -DATADIR= ${PREFIX}/share/mysql-gui - -HAS_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib" - -CONFIGURE_ARGS+= --with-gtkhtml=libgtkhtml-3.14 - -.include <bsd.port.pre.mk> - -SUBDIRS= common - -.if !defined(WITHOUT_QUERY_BROWSER) -SUBDIRS+= query-browser -PLIST_SUB+= QUERY_BROWSER="" -.else -PLIST_SUB+= QUERY_BROWSER="@comment " -.endif - -.if !defined(WITHOUT_ADMINISTRATOR) -SUBDIRS+= administrator -PLIST_SUB+= ADMINISTRATOR="" -.else -PLIST_SUB+= ADMINISTRATOR="@comment " -.endif - -.if defined(WITHOUT_ADMINISTRATOR) && defined(WITHOUT_QUERY_BROWSER) && defined(WITHOUT_MIGRATION_TOOL) -IGNORE= please run 'make config' again and select at least one component -.endif - -post-patch: -# switch to new directory name not complete - (cd ${WRKSRC} && ${LN} -sf common mysql-gui-common) -# UTF-8 input file - (LC_CTYPE=C ${TR} -d "\357\273\277" < \ - ${WRKSRC}/common/library/base-library/source/myx_database_model.c > \ - ${WRKSRC}/common/library/base-library/source/myx_database_model.c.new && \ - ${MV} ${WRKSRC}/common/library/base-library/source/myx_database_model.c.new \ - ${WRKSRC}/common/library/base-library/source/myx_database_model.c) - - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/query-browser/source/linux/Makefile.am - -# Run-time paths - ${REINPLACE_CMD} -e 's|MQB_DIR="$$DIRNAME"|MQB_DIR=""|' \ - ${WRKSRC}/query-browser/source/linux/mysql-query-browser - ${REINPLACE_CMD} -e 's|MA_DIR="$$DIRNAME"|MA_DIR=""|' \ - ${WRKSRC}/administrator/source/linux/mysql-administrator - -run-autotools: -do-configure: -.for dir in ${SUBDIRS} - (cd ${WRKSRC}/${dir} && ${SH} autogen.sh ${CONFIGURE_ARGS} && \ - ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} \ - ) -.endfor - -do-build: -.for dir in ${SUBDIRS} - cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} -.endfor - -do-install: -.for dir in ${SUBDIRS} - cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET} -.endfor - -.include <bsd.port.post.mk> diff --git a/databases/mysql-gui-tools/distinfo b/databases/mysql-gui-tools/distinfo deleted file mode 100644 index ca32e11fe..000000000 --- a/databases/mysql-gui-tools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-gui-tools-5.0r14.tar.gz) = b8efefbf20b7264c8f3afd34424467d7 -SHA256 (mysql-gui-tools-5.0r14.tar.gz) = 95e594754ffeb509f8fa1e3c392ee23308d0f4abe7ff6d311a72b0df16b300b9 -SIZE (mysql-gui-tools-5.0r14.tar.gz) = 24897382 diff --git a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MABackupPanel.cc b/databases/mysql-gui-tools/files/patch-administrator-source-linux_MABackupPanel.cc deleted file mode 100644 index 880eb723f..000000000 --- a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MABackupPanel.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- administrator/source/linux/MABackupPanel.cc.orig 2009-07-08 12:06:17.000000000 +0200 -+++ administrator/source/linux/MABackupPanel.cc 2009-07-08 12:06:37.000000000 +0200 -@@ -1282,7 +1282,7 @@ - - if (_inst->check_connection()) - { -- SigC::Connection con= Glib::signal_timeout().connect(sigc::bind<void*> -+ sigc::connection con= Glib::signal_timeout().connect(sigc::bind<void*> - (sigc::mem_fun(*this, &MABackupPanel::update_backup_progress),&arg.pdata), - 50); - dlg->show(); diff --git a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MACatalogsPanel.cc b/databases/mysql-gui-tools/files/patch-administrator-source-linux_MACatalogsPanel.cc deleted file mode 100644 index e57e6f53c..000000000 --- a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MACatalogsPanel.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- administrator/source/linux/MACatalogsPanel.cc.orig 2009-07-08 12:51:09.000000000 +0200 -+++ administrator/source/linux/MACatalogsPanel.cc 2009-07-08 12:51:33.000000000 +0200 -@@ -1488,7 +1488,7 @@ -
- _maint_dlg_xml->get_button("next_button")->set_sensitive(false);
- _maint_dlg_xml->get_note("note")->set_current_page(4);
-- SigC::Connection conn = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MACatalogsPanel::maint_pulse_progressbar), 200);
-+ sigc::connection conn = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MACatalogsPanel::maint_pulse_progressbar), 200);
-
- status= (MYX_TABLE_COMMAND_STATUSES*)
- _data->get_instance()->perform_data_fetch3((MInstanceInfo::DataFetcher3)myx_optimize_table,
-@@ -1528,7 +1528,7 @@ -
- _maint_dlg_xml->get_button("next_button")->set_sensitive(false);
- _maint_dlg_xml->get_note("note")->set_current_page(4);
-- SigC::Connection conn = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MACatalogsPanel::maint_pulse_progressbar), 200);
-+ sigc::connection conn = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MACatalogsPanel::maint_pulse_progressbar), 200);
-
- status= (MYX_TABLE_COMMAND_STATUSES*)
- _data->get_instance()->perform_data_fetch3((MInstanceInfo::DataFetcher3)myx_check_table,
-@@ -1568,7 +1568,7 @@ -
- _maint_dlg_xml->get_button("next_button")->set_sensitive(false);
- _maint_dlg_xml->get_note("note")->set_current_page(4);
-- SigC::Connection conn = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MACatalogsPanel::maint_pulse_progressbar), 200);
-+ sigc::connection conn = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MACatalogsPanel::maint_pulse_progressbar), 200);
-
- status= (MYX_TABLE_COMMAND_STATUSES*)
- _data->get_instance()->perform_data_fetch3((MInstanceInfo::DataFetcher3)myx_repair_table,
diff --git a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MARestorePanel.cc b/databases/mysql-gui-tools/files/patch-administrator-source-linux_MARestorePanel.cc deleted file mode 100644 index 542ba5f73..000000000 --- a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MARestorePanel.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- administrator/source/linux/MARestorePanel.cc.orig 2009-07-08 12:49:02.000000000 +0200 -+++ administrator/source/linux/MARestorePanel.cc 2009-07-08 12:49:13.000000000 +0200 -@@ -728,7 +728,7 @@ - op_aborted= false; - - { -- SigC::Connection con= Glib::signal_timeout().connect(sigc::bind<void*> -+ sigc::connection con= Glib::signal_timeout().connect(sigc::bind<void*> - (sigc::mem_fun(*this, &MARestorePanel::update_status),&arg.pdata), - 50); - -@@ -854,7 +854,7 @@ - //{ - MYX_BACKUP_ERROR err; - -- SigC::Connection con= Glib::signal_timeout().connect(sigc::bind<void*> -+ sigc::connection con= Glib::signal_timeout().connect(sigc::bind<void*> - (sigc::mem_fun(*this, &MARestorePanel::update_status),&arg.pdata), - 50); - diff --git a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MAServerConnectionsPanel.h b/databases/mysql-gui-tools/files/patch-administrator-source-linux_MAServerConnectionsPanel.h deleted file mode 100644 index 51aa715df..000000000 --- a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MAServerConnectionsPanel.h +++ /dev/null @@ -1,11 +0,0 @@ ---- administrator/source/linux/MAServerConnectionsPanel.h.orig 2009-07-08 12:01:06.000000000 +0200 -+++ administrator/source/linux/MAServerConnectionsPanel.h 2009-07-08 12:01:13.000000000 +0200 -@@ -87,7 +87,7 @@ -
- Glib::RefPtr<Gdk::Pixbuf> _thread_icon;
-
-- SigC::Connection _timer;
-+ sigc::connection _timer;
-
- int _current_page;
-
diff --git a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MAdministrator.h b/databases/mysql-gui-tools/files/patch-administrator-source-linux_MAdministrator.h deleted file mode 100644 index fde28952a..000000000 --- a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MAdministrator.h +++ /dev/null @@ -1,11 +0,0 @@ ---- administrator/source/linux/MAdministrator.h.orig 2009-07-08 11:51:36.000000000 +0200 -+++ administrator/source/linux/MAdministrator.h 2009-07-08 11:55:04.000000000 +0200 -@@ -66,7 +66,7 @@ -
- sigc::signal0<void> _signal_prefs_changed;
-
-- SigC::Connection _pulse_conn;
-+ sigc::connection _pulse_conn;
- bool pulse_progress();
-
- void setup_sidebar();
diff --git a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MInstanceInfo.cc b/databases/mysql-gui-tools/files/patch-administrator-source-linux_MInstanceInfo.cc deleted file mode 100644 index b3c0575c5..000000000 --- a/databases/mysql-gui-tools/files/patch-administrator-source-linux_MInstanceInfo.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- administrator/source/linux/MInstanceInfo.cc.orig 2009-07-08 11:56:19.000000000 +0200 -+++ administrator/source/linux/MInstanceInfo.cc 2009-07-08 11:58:17.000000000 +0200 -@@ -1124,7 +1124,7 @@ - char *buffer= (char*)g_malloc(diff+1);
- int fd= open(path.c_str(), O_RDONLY);
-
-- lseek64(fd, _log_file_pos, SEEK_SET);
-+ lseek(fd, _log_file_pos, SEEK_SET);
- if ((len= read(fd, buffer, diff)) < 0)
- {
- close(fd);
diff --git a/databases/mysql-gui-tools/files/patch-automatic_column_width b/databases/mysql-gui-tools/files/patch-automatic_column_width deleted file mode 100644 index 450f79246..000000000 --- a/databases/mysql-gui-tools/files/patch-automatic_column_width +++ /dev/null @@ -1,45 +0,0 @@ ---- query-browser/source/linux/MQResultSetView.cc~ 2007-04-27 14:46:09.000000000 +0200 -+++ query-browser/source/linux/MQResultSetView.cc 2009-01-04 20:59:03.000000000 +0100 -@@ -474,7 +474,29 @@ - PIXCACHE->load("field_overlay_view.png"),
- PIXCACHE->load("field_overlay_null.png"));
- rend->set_blob_icon(PIXCACHE->load("blob_icon.png"));
-- rend->set_max_text_width(prefs.max_blob_length);
-+ if (prefs.max_blob_length == 0)
-+ {
-+ unsigned int w = 1;
-+
-+ if (result->columns[i].column_type == MYX_RSCT_TEXT)
-+ for (unsigned int j = 0; j < result->rows_num; j++)
-+ {
-+ gchar *gcp;
-+ gssize nbytes = result->rows[j].fields[i].value_length;
-+
-+ if ((gcp = g_utf8_strchr(result->rows[j].fields[i].value,
-+ nbytes, g_utf8_get_char("\n"))) != NULL)
-+ nbytes = gcp - result->rows[j].fields[i].value;
-+ glong this_len = g_utf8_strlen(result->rows[j].fields[i].value, nbytes);
-+ if (this_len > w)
-+ w = this_len;
-+ }
-+ rend->set_max_text_width(w);
-+ }
-+ else
-+ {
-+ rend->set_max_text_width(prefs.max_blob_length);
-+ }
- rend->property_column()= i;
- rend->set_delegate(this);
-
---- query-browser/res/linux/qb_preferences.glade~ 2006-05-16 03:04:19.000000000 +0200 -+++ query-browser/res/linux/qb_preferences.glade 2009-01-02 19:14:04.000000000 +0100 -@@ -116,7 +116,8 @@ - <widget class="GtkLabel" id="label35"> - <property name="visible">True</property> - <property name="label" translatable="yes"><small>BLOB/text columns in resultsets will be truncated --to this size for display.</small></property> -+to this size for display. Value 0 means automatic -+column width (i.e., width of largest value).</small></property> - <property name="use_underline">False</property> - <property name="use_markup">True</property> - <property name="justify">GTK_JUSTIFY_LEFT</property> diff --git a/databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc b/databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc deleted file mode 100644 index 00fc479df..000000000 --- a/databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- common/source/linux/MDispatcher.cc.orig 2008-09-25 08:24:31.000000000 +0000 -+++ common/source/linux/MDispatcher.cc 2008-09-25 08:25:09.000000000 +0000 -@@ -21,8 +21,8 @@ - #include <unistd.h>
- #include <mysql.h>
-
--#define MX_LOCK(mx) { if (0) g_message("[%i]:%s: LOCK %s", (int)pthread_self(), __FUNCTION__, #mx); pthread_mutex_lock(mx); }
--#define MX_UNLOCK(mx) { if (0) g_message("[%i]:%s: UNLOCK %s", (int)pthread_self(), __FUNCTION__, #mx); pthread_mutex_unlock(mx); }
-+#define MX_LOCK(mx) { if (0) g_message("[%lu]:%s: LOCK %s", (unsigned long)pthread_self(), __FUNCTION__, #mx); pthread_mutex_lock(mx); }
-+#define MX_UNLOCK(mx) { if (0) g_message("[%lu]:%s: UNLOCK %s", (unsigned long)pthread_self(), __FUNCTION__, #mx); pthread_mutex_unlock(mx); }
-
-
- void *MDispatcher::thread_func(Fetcher *self)
diff --git a/databases/mysql-gui-tools/files/patch-common-source-linux_MGConnectDialog.cc b/databases/mysql-gui-tools/files/patch-common-source-linux_MGConnectDialog.cc deleted file mode 100644 index 2487c9a17..000000000 --- a/databases/mysql-gui-tools/files/patch-common-source-linux_MGConnectDialog.cc +++ /dev/null @@ -1,24 +0,0 @@ ---- common/source/linux/MGConnectDialog.cc.orig 2006-12-05 23:44:08.000000000 +0100 -+++ common/source/linux/MGConnectDialog.cc 2007-11-08 16:21:54.000000000 +0100 -@@ -659,9 +659,9 @@ void MGConnectDialog::open_connection_ed - // select back the original item
- ((Gtk::OptionMenu*)_xml->get_widget("connection_list"))->set_history(_current_selected_item);
-
-- SigC::Connection c1= MGPreferencesEditor::instance()->signal_closed().connect(sigc::mem_fun(*this,
-+ sigc::connection c1= MGPreferencesEditor::instance()->signal_closed().connect(sigc::mem_fun(*this,
- &MGConnectDialog::preferences_closed));
-- SigC::Connection c2= MGPreferencesEditor::instance()->signal_changed().connect(sigc::mem_fun(*this,
-+ sigc::connection c2= MGPreferencesEditor::instance()->signal_changed().connect(sigc::mem_fun(*this,
- &MGConnectDialog::preferences_changed));
- MGPreferencesEditor::instance()->show(true);
- MGPreferencesEditor::instance()->set_modal(true);
-@@ -676,7 +676,7 @@ void MGConnectDialog::show_connection_fa - {
- Gtk::Button *btn;
- pid_t ping_pid= 0;
-- SigC::Connection input_handler;
-+ sigc::connection input_handler;
- int rc;
- bool pinging= false;
- int myerror= 0;
- diff --git a/databases/mysql-gui-tools/files/patch-common-source-linux_MGExecSU.cc b/databases/mysql-gui-tools/files/patch-common-source-linux_MGExecSU.cc deleted file mode 100644 index 5ca17635c..000000000 --- a/databases/mysql-gui-tools/files/patch-common-source-linux_MGExecSU.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- common/source/linux/MGExecSU.cc.orig 2008-03-07 01:50:54.000000000 +0100 -+++ common/source/linux/MGExecSU.cc 2008-03-07 01:52:50.000000000 +0100 -@@ -5,10 +5,14 @@ - #include "myg_gtkutils.h" - #include "mygpriv.h" - #include <sys/signal.h> -+#include <sys/types.h> -+#include <sys/ioctl.h> - #include <sys/wait.h> -+#include <signal.h> - #include <stdio.h> - #include <stdlib.h> --#include <pty.h> -+#include <termios.h> -+#include <libutil.h> - #include <fcntl.h> - - diff --git a/databases/mysql-gui-tools/files/patch-common-source-linux_MGTreeTooltip.h b/databases/mysql-gui-tools/files/patch-common-source-linux_MGTreeTooltip.h deleted file mode 100644 index 049bc1ed5..000000000 --- a/databases/mysql-gui-tools/files/patch-common-source-linux_MGTreeTooltip.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/source/linux/MGTreeTooltip.h.orig 2009-07-07 17:08:50.000000000 +0200 -+++ common/source/linux/MGTreeTooltip.h 2009-07-07 17:09:06.000000000 +0200 -@@ -39,7 +39,7 @@ -
- WillShowSignal _show_signal;
-
-- SigC::Connection _timeout;
-+ sigc::connection _timeout;
-
- void expose_event(GdkEventExpose *event);
- void leave_event(GdkEventCrossing *event);
diff --git a/databases/mysql-gui-tools/files/patch-query-browser-configure.in b/databases/mysql-gui-tools/files/patch-query-browser-configure.in deleted file mode 100644 index 0d86b9fd3..000000000 --- a/databases/mysql-gui-tools/files/patch-query-browser-configure.in +++ /dev/null @@ -1,21 +0,0 @@ ---- query-browser/configure.in.orig 2009-09-27 23:40:34.000000000 +0200 -+++ query-browser/configure.in 2009-09-27 23:41:02.000000000 +0200 -@@ -66,7 +66,7 @@ - gtkhtml=$withval, gtkhtml=libgtkhtml-3.0) - - --PKG_CHECK_MODULES(GLIB, [glib-2.0 libxml-2.0 >= 2.6.2]) -+PKG_CHECK_MODULES(GLIB, [glib-2.0 libxml-2.0 >= 2.6.2 libgnome-2.0]) - AC_SUBST(GLIB_CFLAGS) - AC_SUBST(GLIB_LIBS) - -@@ -74,7 +74,8 @@ - gthread-2.0 - libxml-2.0 >= 2.6.2 - $gtkhtml -- gtkmm-2.4]) -+ gtkmm-2.4 -+ libgnome-2.0]) - AC_SUBST(GNOME_CFLAGS) - AC_SUBST(GNOME_LIBS) - diff --git a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MGCodeEditor.cc b/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MGCodeEditor.cc deleted file mode 100644 index 69e2a91fa..000000000 --- a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MGCodeEditor.cc +++ /dev/null @@ -1,38 +0,0 @@ ---- query-browser/source/linux/MGCodeEditor.cc.orig 2009-07-08 11:17:31.000000000 +0200 -+++ query-browser/source/linux/MGCodeEditor.cc 2009-07-08 11:22:58.000000000 +0200 -@@ -39,6 +39,7 @@ - _wrapper->show();
-
- gtk_source_view_set_show_line_markers(GTK_SOURCE_VIEW(_srcv), TRUE);
-+#if 0
- gtk_source_view_set_compose_line_markers(GTK_SOURCE_VIEW(_srcv), FALSE);
-
- bg_color= Gdk::Color("#ffa6a6");
-@@ -54,6 +55,7 @@ - _wrapper->get_colormap()->alloc_color(fg_color);
- gtk_source_view_set_marker_highlight_colors(GTK_SOURCE_VIEW(_srcv), "pc",
- fg_color.gobj(), bg_color.gobj());
-+#endif
- }
-
-
-@@ -157,7 +159,9 @@ - {
- _pc_marker= gtk_source_buffer_create_marker(_buffer, "pc", "pc",
- iter.gobj());
-+#if 0
- gtk_source_marker_set_priority(_pc_marker, 100);
-+#endif
- }
- else
- gtk_source_buffer_move_marker(_buffer, _pc_marker, iter.gobj());
-@@ -264,7 +268,9 @@ - {
- marker= gtk_source_buffer_create_marker(_buffer, NULL, "breakpoint",
- iter.gobj());
-+#if 0
- gtk_source_marker_set_priority(marker, 10);
-+#endif
- }
- }
- _wrapper->queue_draw();
diff --git a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MQQueryDispatcher.cc b/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MQQueryDispatcher.cc deleted file mode 100644 index aae9361a3..000000000 --- a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MQQueryDispatcher.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- query-browser/source/linux/MQQueryDispatcher.cc.orig 2009-07-16 16:30:10.000000000 +0200 -+++ query-browser/source/linux/MQQueryDispatcher.cc 2009-07-16 16:33:04.000000000 +0200 -@@ -558,9 +558,6 @@ -
- Gtk::Main::instance()->run();
-
-- while(!req->is_complete())
-- ;
--
- return sps;
- }
-
diff --git a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MQResultTab.h b/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MQResultTab.h deleted file mode 100644 index 8bed353a0..000000000 --- a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_MQResultTab.h +++ /dev/null @@ -1,20 +0,0 @@ ---- query-browser/source/linux/MQResultTab.h.orig 2009-07-07 17:12:56.000000000 +0200 -+++ query-browser/source/linux/MQResultTab.h 2009-07-07 17:13:17.000000000 +0200 -@@ -45,7 +45,7 @@ -
- Gtk::Paned *paned;
-
-- SigC::Connection scroll_con;
-+ sigc::connection scroll_con;
- };
-
- enum CompareAction {
-@@ -71,7 +71,7 @@ -
- bool _vertical;
-
-- SigC::Connection _sync_con1, _sync_con2;
-+ sigc::connection _sync_con1, _sync_con2;
-
- void scrolled(MQResultSetView *sender);
- void activated(MQResultSetView *sender);
diff --git a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_Makefile.am b/databases/mysql-gui-tools/files/patch-query-browser-source-linux_Makefile.am deleted file mode 100644 index d2cc82065..000000000 --- a/databases/mysql-gui-tools/files/patch-query-browser-source-linux_Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ ---- query-browser/source/linux/Makefile.am.orig 2006-12-13 06:18:53.000000000 +0100 -+++ query-browser/source/linux/Makefile.am 2009-07-08 11:26:35.000000000 +0200 -@@ -40,7 +40,7 @@ - -I$(top_srcdir)/../mysql-gui-common/library/utilities/shared_include\
- -I$(top_srcdir)/../mysql-gui-common/library/utilities/include\
- -I$(top_srcdir)/library/include\
-- -I$(top_srcdir)/source/linux/gtksourceview\
-+ -I%%LOCALBASE%%/include/gtksourceview-1.0\
- -DPREFIX=\""$(PREFIX)"\"\
- -DDATADIRNAME=\""$(DATADIRNAME)"\"\
- -DCOMMONDIRNAME=\""$(MG_COMMONDIR)"\"\
-@@ -52,18 +52,4 @@ - $(top_builddir)/../mysql-gui-common/library/base-library/source/.libs/libmysqlx.a\
- $(top_builddir)/../mysql-gui-common/library/utilities/source/.libs/libguiutil.a\
- $(top_builddir)/../mysql-gui-common/library/sql-parser/source/.libs/libsqlparser.a\
-- $(top_builddir)/source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a\
-- @MYSQL_LIBS@ @GNOME_LIBS@ @PCRE_LIBS@
--
--#
--# Can't add this as a AC_CONFIG_SUBDIRS in configure.in because
--# toplevel autogen.sh is breaking the configure scripts in gtksourceview
--# If a solution is found, this could be removed.
--#
--$(top_builddir)/source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a:
-- (cd gtksourceview; ./configure --enable-static --disable-shared --disable-build-tests; make CFLAGS="$(CFLAGS) -fno-strict-aliasing")
--
--clean-generic:
-- -make -C gtksourceview distclean
-- (cd gtksourceview; rm -fr autom4te.cache config.log)
--
-+ @MYSQL_LIBS@ @GNOME_LIBS@ @PCRE_LIBS@ -L%%LOCALBASE%%/lib -lgtksourceview-1.0
diff --git a/databases/mysql-gui-tools/pkg-descr b/databases/mysql-gui-tools/pkg-descr deleted file mode 100644 index 8a251e8e1..000000000 --- a/databases/mysql-gui-tools/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The MySQL GUI Tools package includes the MySQL Administrator and the -MySQL Query Browser tools. -The MySQL Administrator is a powerful visual administration tool that -makes it easy to administer and monitor your MySQL environment and -gain significantly better visibility into how your databases are -operating. -MySQL Query Browser is the easiest visual tool for creating, -executing, and optimizing SQL queries for your MySQL Database Server. - -WWW: http://www.mysql.com diff --git a/databases/mysql-gui-tools/pkg-plist b/databases/mysql-gui-tools/pkg-plist deleted file mode 100644 index cdf56d10e..000000000 --- a/databases/mysql-gui-tools/pkg-plist +++ /dev/null @@ -1,419 +0,0 @@ -%%DATADIR%%/common/16x16_Catalog.png -%%DATADIR%%/common/16x16_Database.png -%%DATADIR%%/common/16x16_Field.png -%%DATADIR%%/common/16x16_KeyColumn.png -%%DATADIR%%/common/16x16_Table.png -%%DATADIR%%/common/16x16_User.png -%%DATADIR%%/common/16x16_Users.png -%%DATADIR%%/common/asset_index.png -%%DATADIR%%/common/asset_index_16x16.png -%%DATADIR%%/common/asset_table.png -%%DATADIR%%/common/asset_table_16x16.png -%%DATADIR%%/common/auth_dialog.glade -%%DATADIR%%/common/blob_icon.png -%%DATADIR%%/common/busy.png -%%DATADIR%%/common/checkmark.png -%%DATADIR%%/common/column.png -%%DATADIR%%/common/column_11x11.png -%%DATADIR%%/common/column_fk.png -%%DATADIR%%/common/column_fk_11x11.png -%%DATADIR%%/common/column_pk.png -%%DATADIR%%/common/column_pk_11x11.png -%%DATADIR%%/common/connect_dialog.glade -%%DATADIR%%/common/connect_to_instance.png -%%DATADIR%%/common/datatype_blob.png -%%DATADIR%%/common/datatype_datetime.png -%%DATADIR%%/common/datatype_numeric.png -%%DATADIR%%/common/datatype_spatial.png -%%DATADIR%%/common/datatype_string.png -%%DATADIR%%/common/datatype_userdefined.png -%%DATADIR%%/common/dockpnl_bg.png -%%DATADIR%%/common/dockpnl_bg_logo.png -%%DATADIR%%/common/edit_disabled.png -%%DATADIR%%/common/edit_enabled.png -%%DATADIR%%/common/editor_table_auto_inc.png -%%DATADIR%%/common/editor_table_not_null.png -%%DATADIR%%/common/field_overlay_clear.png -%%DATADIR%%/common/field_overlay_edit.png -%%DATADIR%%/common/field_overlay_load.png -%%DATADIR%%/common/field_overlay_null.png -%%DATADIR%%/common/field_overlay_save.png -%%DATADIR%%/common/field_overlay_view.png -%%DATADIR%%/common/folder_16x16.png -%%DATADIR%%/common/grt_routines_editor.glade -%%DATADIR%%/common/grt_schema_editor.glade -%%DATADIR%%/common/grt_table_editor.glade -%%DATADIR%%/common/grt_view_editor.glade -%%DATADIR%%/common/how_to_translate.txt -%%DATADIR%%/common/magnify_glass.png -%%DATADIR%%/common/magnify_glass_with_popup.png -%%DATADIR%%/common/messagedlg_confirmation.png -%%DATADIR%%/common/messagedlg_edit.png -%%DATADIR%%/common/messagedlg_error.png -%%DATADIR%%/common/messagedlg_information.png -%%DATADIR%%/common/messagedlg_warning.png -%%DATADIR%%/common/mini_add.png -%%DATADIR%%/common/mini_add_12.png -%%DATADIR%%/common/mini_add_pressed.png -%%DATADIR%%/common/mini_add_pressed_12.png -%%DATADIR%%/common/mini_del.png -%%DATADIR%%/common/mini_del_12.png -%%DATADIR%%/common/mini_del_pressed.png -%%DATADIR%%/common/mini_del_pressed_12.png -%%DATADIR%%/common/mini_error.png -%%DATADIR%%/common/mini_notice.png -%%DATADIR%%/common/mini_warning.png -%%DATADIR%%/common/minus.png -%%DATADIR%%/common/mysql_logo.png -%%DATADIR%%/common/mysqlx_dbm_charsets.xml -%%DATADIR%%/common/mysqlx_dbm_datatypes.xml -%%DATADIR%%/common/myx_schema_16x16.png -%%DATADIR%%/common/myx_schema_sp_16x16.png -%%DATADIR%%/common/myx_schema_table_16x16.png -%%DATADIR%%/common/myx_schema_view_16x16.png -%%DATADIR%%/common/networkhost_16x16.png -%%DATADIR%%/common/options_admin.png -%%DATADIR%%/common/options_bg.png -%%DATADIR%%/common/options_checkbox.png -%%DATADIR%%/common/options_checkbox_checked.png -%%DATADIR%%/common/options_checkbox_xed.png -%%DATADIR%%/common/options_connections.png -%%DATADIR%%/common/options_editors.png -%%DATADIR%%/common/options_general.png -%%DATADIR%%/common/options_querybrowser.png -%%DATADIR%%/common/plus.png -%%DATADIR%%/common/preferences.glade -%%DATADIR%%/common/progress_indicator.gif -%%DATADIR%%/common/sakila.png -%%DATADIR%%/common/schema_32x32.png -%%DATADIR%%/common/sizer_h_left.png -%%DATADIR%%/common/sizer_h_right.png -%%DATADIR%%/common/source_dbconn.png -%%DATADIR%%/common/spin1.png -%%DATADIR%%/common/spin2.png -%%DATADIR%%/common/spin3.png -%%DATADIR%%/common/spin4.png -%%DATADIR%%/common/statusbar_clear.png -%%DATADIR%%/common/tab_close.png -%%DATADIR%%/common/tab_close_normal.png -%%DATADIR%%/common/tab_close_over.png -%%DATADIR%%/common/tab_close_pressed.png -%%DATADIR%%/common/tab_list.png -%%DATADIR%%/common/tab_new.png -%%DATADIR%%/common/table_editor.glade -%%DATADIR%%/common/tabsheet_icon_close.png -%%DATADIR%%/common/tabsheet_icon_close2.png -%%DATADIR%%/common/target_dbconn.png -%%DATADIR%%/common/task_checked.png -%%DATADIR%%/common/task_disabled.png -%%DATADIR%%/common/task_error.png -%%DATADIR%%/common/task_unchecked.png -%%DATADIR%%/common/thread_stop.png -%%DATADIR%%/common/tree_button_box.png -%%DATADIR%%/common/tree_button_closed.png -%%DATADIR%%/common/tree_button_open.png -%%DATADIR%%/common/user_icon.png -%%DATADIR%%/common/xgrtsh_about.png - -@comment MySQL-Administrator -%%ADMINISTRATOR%%bin/mabackup -%%ADMINISTRATOR%%bin/mysql-administrator -%%ADMINISTRATOR%%bin/mysql-administrator-bin -%%ADMINISTRATOR%%%%DATADIR%%/MySQLIcon_Admin_16x16.png -%%ADMINISTRATOR%%%%DATADIR%%/MySQLIcon_Admin_32x32.png -%%ADMINISTRATOR%%%%DATADIR%%/MySQLIcon_Admin_48x48.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Backup.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Catalog.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_CatalogOnTreeBG.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_CatalogTreeBG.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_DBConfig.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_DBModel.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_DBServer.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Database.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Field.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Health.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Index.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_KeyColumn.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Logs.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Replication.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Right.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_ServerConfig.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_ServerParams.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_ServerStartupParams.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_ServerThreads.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_StartStopService.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Statistics.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_StoredInDB.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_StoredProc.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Table.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Thread.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_User.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_UserAdmin.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_Users.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_View.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_error.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_start.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/16x16_warning.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Backup.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Catalog.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_DBConfig.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_DBModel.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_DBServer.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Database.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Field.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Health.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Index.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Logs.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Replication.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Right.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_ServerConfig.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_ServerParams.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_ServerStartupParams.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_ServerThreads.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_StartStopService.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Statistics.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_StoredInDB.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_StoredProc.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Table.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Thread.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_User.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_UserAdmin.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/24x24_Users.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/about.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/admin_preferences.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/backup.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/backup.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/backup_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/catalogs.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/catalogs.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/catalogs_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/connect_header_admin.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/disk_level_bg.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/disk_level_fg.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/health.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/health.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/health_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/health_level_bg.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/health_level_fg.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/innodb_data_file.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/main_window.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/merlin_advisors_sticker.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/merlin_alerts.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/merlin_graphs_sticker.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/merlin_grid_graph.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqladmin_health.xml -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqladmin_startup_variables_description.dtd -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqladmin_startup_variables_description.xml -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqladmin_status_variables.xml -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqladmin_system_variables.xml -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqlx_translations_administrator.xml -%%ADMINISTRATOR%%%%DATADIR%%/administrator/mysqlx_translations_general.xml -%%ADMINISTRATOR%%%%DATADIR%%/administrator/option_checked.xpm -%%ADMINISTRATOR%%%%DATADIR%%/administrator/option_checked_light.xpm -%%ADMINISTRATOR%%%%DATADIR%%/administrator/option_crossed.xpm -%%ADMINISTRATOR%%%%DATADIR%%/administrator/option_unchecked.xpm -%%ADMINISTRATOR%%%%DATADIR%%/administrator/replication.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/replication_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/replication_status.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/restore.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/restore.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/restore_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_connections.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_connections.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_connections_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_info.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_info_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_information.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_logs.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_logs.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/server_logs_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_config.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_config_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_control.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_pause.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_start.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_status_paused.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_status_running.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_status_stopped.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/service_stop.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/startup_parameters.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/startup_variables.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/startup_variables_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/user_admin.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/user_admin_gray.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/user_administration.glade -%%ADMINISTRATOR%%%%DATADIR%%/administrator/variable.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/variable_disabled.png -%%ADMINISTRATOR%%%%DATADIR%%/administrator/variable_editable.png -%%ADMINISTRATOR%%share/applications/MySQLAdministrator.desktop - -@comment MySQL Query Browser -%%QUERY_BROWSER%%bin/mysql-query-browser -%%QUERY_BROWSER%%bin/mysql-query-browser-bin -%%QUERY_BROWSER%%%%DATADIR%%/MySQLIcon_QueryBrowser_16x16.png -%%QUERY_BROWSER%%%%DATADIR%%/MySQLIcon_QueryBrowser_32x32.png -%%QUERY_BROWSER%%%%DATADIR%%/MySQLIcon_QueryBrowser_48x48.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/16x16_KeyColumn.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/TabSheetPopup_AddRS.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/TabSheetPopup_AddScript.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/TabSheetPopup_DelSplit.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/TabSheetPopup_DelTab.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/TabSheetPopup_SplitHorizont.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/TabSheetPopup_SplitVertical.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/about.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/bookmark_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/compare_toolbar.glade -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/connect_header_qb.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/dolphin_anim.gif -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/folder_closed_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/folder_open_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/function_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/gutter_breakpoint.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/gutter_current_pos.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/gutter_query_start.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/history_interval_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/label_extra.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/label_extra_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/main.css -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysql.lang -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_bookmark_sample.xml -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_functions.html -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_functions.xml -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_history_sample.xml -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_quickstart.html -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_statements.html -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/mysqlqb_statements.xml -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/overlay_table_menu.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/param_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_browser.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_browser_active.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_browser_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_cmd.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_cmd_active.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_cmd_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_scripts.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_scripts_active.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_scripts_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_storedproc.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_storedproc_active.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/perspective_storedproc_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/qb_preferences.glade -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query-browser.rc -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_back.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_back_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_browser.glade -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_execute.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_execute_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_next.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_next_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_refresh.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_refresh_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_stop.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/query_stop_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_apply.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_apply_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_discard.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_discard_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_edit.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_edit_active.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_edit_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_error.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_first.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_first_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_last.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_last_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_notice.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_search.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_search_disabled.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/rs_warning.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/sakila.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_continue.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_continue_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_execute.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_execute_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_load.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_load_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_redo.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_redo_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_restart.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_restart_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_save.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_save_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_search.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_search_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_step_into.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_step_into_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_step_over.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_step_over_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_step_return.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_step_return_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_stop.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_stop_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_undo.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/script_undo_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_back.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_back_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_commit.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_commit_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_compare.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_compare_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_execute.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_execute_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_explain.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_explain_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_next.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_next_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_refresh.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_refresh_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_rollback.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_rollback_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_start.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_start_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_stop.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_query_stop_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_continue.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_continue_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_execute.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_execute_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_load.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_load_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_redo.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_redo_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_restart.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_restart_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_save.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_save_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_search.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_search_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_step_into.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_step_into_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_step_over.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_step_over_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_step_return.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_step_return_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_stop.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_stop_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_undo.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/small_script_undo_down.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/sql_create_view.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/syntax_14x14.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/tabsheet_icon_close1.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/tabsheet_icon_close2.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/tabsheet_icon_close3.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/tabsheet_icon_inlinehelp.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/tabsheet_icon_resultset.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/tabsheet_icon_script.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/toolbar_bg1.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/toolbar_bg2.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/trans_commited.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/trans_rolledback.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/trans_started.png -%%QUERY_BROWSER%%%%DATADIR%%/query-browser/workarea.glade -%%QUERY_BROWSER%%share/applications/MySQLQueryBrowser.desktop - -@comment Directories -%%ADMINISTRATOR%%@dirrm %%DATADIR%%/administrator -%%QUERY_BROWSER%%@dirrm %%DATADIR%%/query-browser -@dirrm %%DATADIR%%/common -@dirrm %%DATADIR%% diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile deleted file mode 100644 index 7187507c9..000000000 --- a/deskutils/alacarte/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: menueditor -# Date created: 22 March 2005 -# Whom: FreeBSD GNOME Team -# -# $FreeBSD$ -# $MCom: ports/deskutils/alacarte/Makefile,v 1.22 2009/09/09 11:39:42 kwm Exp $ -# - -PORTNAME= alacarte -PORTVERSION= 0.12.4 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An editor for the freedesktop.org menu specification - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PYTHON= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/Alacarte/MenuEditor.py - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/Alacarte/util.py - @${REINPLACE_CMD} -e 's|python2.4|${PYTHON_VERSION}|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/deskutils/alacarte/distinfo b/deskutils/alacarte/distinfo deleted file mode 100644 index cbfdedd10..000000000 --- a/deskutils/alacarte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/alacarte-0.12.4.tar.bz2) = 914f863f6bd152b4ab6407d07d853f45 -SHA256 (gnome2/alacarte-0.12.4.tar.bz2) = f5bccd47d96b22ee73cf537d86bb90cb7b7e0f70ac68253fe512540e5bf64823 -SIZE (gnome2/alacarte-0.12.4.tar.bz2) = 189318 diff --git a/deskutils/alacarte/files/patch-Alacarte_util.py b/deskutils/alacarte/files/patch-Alacarte_util.py deleted file mode 100644 index fa7e2d800..000000000 --- a/deskutils/alacarte/files/patch-Alacarte_util.py +++ /dev/null @@ -1,29 +0,0 @@ ---- Alacarte/util.py.orig Tue Oct 3 15:11:10 2006 -+++ Alacarte/util.py Tue Oct 3 15:12:35 2006 -@@ -141,7 +141,7 @@ - file_path = os.path.join(system_path, 'applications', file_id) - if os.path.isfile(file_path): - return file_path -- file_path = os.path.join('/', 'usr', 'share', 'applications', file_id) -+ file_path = os.path.join('/', '/usr/local', 'share', 'applications', file_id) - if os.path.isfile(file_path): - return file_path - return False -@@ -166,7 +166,7 @@ - file_path = os.path.join(system_path, 'desktop-directories', file_id) - if os.path.isfile(file_path): - return file_path -- file_path = os.path.join('/', 'usr', 'share', 'desktop-directories', file_id) -+ file_path = os.path.join('/', '/usr/local', 'share', 'desktop-directories', file_id) - if os.path.isfile(file_path): - return file_path - return False -@@ -187,7 +187,7 @@ - file_path = os.path.join(system_path, 'menus', file_name) - if os.path.isfile(file_path): - return file_path -- file_path = os.path.join('/', 'etc', 'xdg', 'menus', file_name) -+ file_path = os.path.join('/', '/usr/local', 'etc', 'xdg', 'menus', file_name) - if os.path.isfile(file_path): - return file_path - return False diff --git a/deskutils/alacarte/pkg-descr b/deskutils/alacarte/pkg-descr deleted file mode 100644 index da883f8ed..000000000 --- a/deskutils/alacarte/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Alacarte is a simple freedesktop.org compliant menu editor -for GNOME that lets you change your menus, simply and -quickly. Just click and type to edit, add, and delete any -menu entry. - -WWW: http://www.realistanew.com/projects/alacarte/ diff --git a/deskutils/alacarte/pkg-plist b/deskutils/alacarte/pkg-plist deleted file mode 100644 index d1f33097c..000000000 --- a/deskutils/alacarte/pkg-plist +++ /dev/null @@ -1,158 +0,0 @@ -bin/alacarte -%%PYTHON_SITELIBDIR%%/Alacarte/MainWindow.py -%%PYTHON_SITELIBDIR%%/Alacarte/MainWindow.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/MainWindow.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/MenuEditor.py -%%PYTHON_SITELIBDIR%%/Alacarte/MenuEditor.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/MenuEditor.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/__init__.py -%%PYTHON_SITELIBDIR%%/Alacarte/__init__.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/__init__.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/config.py -%%PYTHON_SITELIBDIR%%/Alacarte/config.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/config.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/util.py -%%PYTHON_SITELIBDIR%%/Alacarte/util.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/util.pyo -share/alacarte/alacarte.ui -share/applications/alacarte.desktop -share/icons/hicolor/16x16/apps/alacarte.png -share/icons/hicolor/22x22/apps/alacarte.png -share/icons/hicolor/24x24/apps/alacarte.png -share/icons/hicolor/256x256/apps/alacarte.png -share/icons/hicolor/32x32/apps/alacarte.png -share/icons/hicolor/48x48/apps/alacarte.png -share/locale/ar/LC_MESSAGES/alacarte.mo -share/locale/as/LC_MESSAGES/alacarte.mo -share/locale/ast/LC_MESSAGES/alacarte.mo -share/locale/be/LC_MESSAGES/alacarte.mo -share/locale/be@latin/LC_MESSAGES/alacarte.mo -share/locale/bem/LC_MESSAGES/alacarte.mo -share/locale/bg/LC_MESSAGES/alacarte.mo -share/locale/bn/LC_MESSAGES/alacarte.mo -share/locale/bn_IN/LC_MESSAGES/alacarte.mo -share/locale/br/LC_MESSAGES/alacarte.mo -share/locale/ca/LC_MESSAGES/alacarte.mo -share/locale/ca@valencia/LC_MESSAGES/alacarte.mo -share/locale/crh/LC_MESSAGES/alacarte.mo -share/locale/cs/LC_MESSAGES/alacarte.mo -share/locale/cy/LC_MESSAGES/alacarte.mo -share/locale/da/LC_MESSAGES/alacarte.mo -share/locale/de/LC_MESSAGES/alacarte.mo -share/locale/dz/LC_MESSAGES/alacarte.mo -share/locale/el/LC_MESSAGES/alacarte.mo -share/locale/en_CA/LC_MESSAGES/alacarte.mo -share/locale/en_GB/LC_MESSAGES/alacarte.mo -share/locale/eo/LC_MESSAGES/alacarte.mo -share/locale/es/LC_MESSAGES/alacarte.mo -share/locale/et/LC_MESSAGES/alacarte.mo -share/locale/eu/LC_MESSAGES/alacarte.mo -share/locale/fa/LC_MESSAGES/alacarte.mo -share/locale/fi/LC_MESSAGES/alacarte.mo -share/locale/fr/LC_MESSAGES/alacarte.mo -share/locale/fur/LC_MESSAGES/alacarte.mo -share/locale/ga/LC_MESSAGES/alacarte.mo -share/locale/gl/LC_MESSAGES/alacarte.mo -share/locale/gu/LC_MESSAGES/alacarte.mo -share/locale/he/LC_MESSAGES/alacarte.mo -share/locale/hi/LC_MESSAGES/alacarte.mo -share/locale/hr/LC_MESSAGES/alacarte.mo -share/locale/hu/LC_MESSAGES/alacarte.mo -share/locale/id/LC_MESSAGES/alacarte.mo -share/locale/io/LC_MESSAGES/alacarte.mo -share/locale/it/LC_MESSAGES/alacarte.mo -share/locale/ja/LC_MESSAGES/alacarte.mo -share/locale/ka/LC_MESSAGES/alacarte.mo -share/locale/kk/LC_MESSAGES/alacarte.mo -share/locale/kn/LC_MESSAGES/alacarte.mo -share/locale/ko/LC_MESSAGES/alacarte.mo -share/locale/ku/LC_MESSAGES/alacarte.mo -share/locale/lt/LC_MESSAGES/alacarte.mo -share/locale/lv/LC_MESSAGES/alacarte.mo -share/locale/mai/LC_MESSAGES/alacarte.mo -share/locale/mg/LC_MESSAGES/alacarte.mo -share/locale/mk/LC_MESSAGES/alacarte.mo -share/locale/ml/LC_MESSAGES/alacarte.mo -share/locale/mn/LC_MESSAGES/alacarte.mo -share/locale/mr/LC_MESSAGES/alacarte.mo -share/locale/nb/LC_MESSAGES/alacarte.mo -share/locale/nds/LC_MESSAGES/alacarte.mo -share/locale/nl/LC_MESSAGES/alacarte.mo -share/locale/nn/LC_MESSAGES/alacarte.mo -share/locale/oc/LC_MESSAGES/alacarte.mo -share/locale/or/LC_MESSAGES/alacarte.mo -share/locale/pa/LC_MESSAGES/alacarte.mo -share/locale/pl/LC_MESSAGES/alacarte.mo -share/locale/ps/LC_MESSAGES/alacarte.mo -share/locale/pt/LC_MESSAGES/alacarte.mo -share/locale/pt_BR/LC_MESSAGES/alacarte.mo -share/locale/ro/LC_MESSAGES/alacarte.mo -share/locale/ru/LC_MESSAGES/alacarte.mo -share/locale/si/LC_MESSAGES/alacarte.mo -share/locale/sk/LC_MESSAGES/alacarte.mo -share/locale/sl/LC_MESSAGES/alacarte.mo -share/locale/sq/LC_MESSAGES/alacarte.mo -share/locale/sr/LC_MESSAGES/alacarte.mo -share/locale/sr@latin/LC_MESSAGES/alacarte.mo -share/locale/sv/LC_MESSAGES/alacarte.mo -share/locale/ta/LC_MESSAGES/alacarte.mo -share/locale/te/LC_MESSAGES/alacarte.mo -share/locale/th/LC_MESSAGES/alacarte.mo -share/locale/tr/LC_MESSAGES/alacarte.mo -share/locale/uk/LC_MESSAGES/alacarte.mo -share/locale/uz@cyrillic/LC_MESSAGES/alacarte.mo -share/locale/vi/LC_MESSAGES/alacarte.mo -share/locale/zh_CN/LC_MESSAGES/alacarte.mo -share/locale/zh_HK/LC_MESSAGES/alacarte.mo -share/locale/zh_TW/LC_MESSAGES/alacarte.mo -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrm share/alacarte -@dirrm %%PYTHON_SITELIBDIR%%/Alacarte -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/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/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/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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/bem/LC_MESSAGES -@dirrmtry share/locale/bem -@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 diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile deleted file mode 100644 index ffe553f5a..000000000 --- a/deskutils/deskbar-applet/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: deskbar-applet -# Date created: 2005-07-13 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.108 2009/09/08 09:07:58 kwm Exp $ -# - -PORTNAME= deskbar-applet -PORTVERSION= 2.28.0 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Omnipresent versatile search interface - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/share/doc/py26-simplejson:${PORTSDIR}/devel/py-simplejson - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack -USE_PYTHON= yes -USE_GMAKE= yes -USE_DISPLAY= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= deskbar-applet.schemas - -OPTIONS= EVO "Enable evolution support" on - -.include <bsd.port.pre.mk> - -_OSRELEASE!= ${UNAME} -r - -.if !defined(WITHOUT_EVO) -USE_GNOME+= evolutiondataserver -PLIST_SUB+= EVO="" -.else -CONFIGURE_ARGS+=--disable-evolution -PLIST_SUB+= EVO="@comment " -.endif - -.if ${PYTHON_REL} < 250 -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/deskbar/handlers/mozilla.py \ - ${WRKSRC}/deskbar/core/Utils.py - -.include <bsd.port.post.mk> diff --git a/deskutils/deskbar-applet/distinfo b/deskutils/deskbar-applet/distinfo deleted file mode 100644 index 1120f841d..000000000 --- a/deskutils/deskbar-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/deskbar-applet-2.28.0.tar.bz2) = dae686b2958688f15bb365afd8485c8e -SHA256 (gnome2/deskbar-applet-2.28.0.tar.bz2) = bdac5c8a3595078911c1aba9f1013c936cdaaed41efbd87d092dfbc04b0ea2cb -SIZE (gnome2/deskbar-applet-2.28.0.tar.bz2) = 1087593 diff --git a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py b/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py deleted file mode 100644 index 1a41213c3..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- deskbar/core/Utils.py.orig 2007-08-13 13:07:20.000000000 -0400 -+++ deskbar/core/Utils.py 2007-08-14 14:35:19.000000000 -0400 -@@ -51,7 +51,7 @@ def get_xdg_data_dirs(): - - sysdirs = os.getenv("XDG_DATA_DIRS") - if sysdirs == None: -- sysdirs = "/usr/local/share:/usr/share" -+ sysdirs = "/usr/local/share" - - dirs = "%s:%s" % (dirs, sysdirs) - return [dir for dir in dirs.split(":") if dir.strip() != "" and exists(dir)] diff --git a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py deleted file mode 100644 index aeb9dadaa..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py +++ /dev/null @@ -1,17 +0,0 @@ ---- deskbar/deskbar-applet.py.orig Tue Jul 10 15:28:29 2007 -+++ deskbar/deskbar-applet.py Tue Jul 10 15:29:43 2007 -@@ -43,10 +43,10 @@ - gettext.bind_textdomain_codeset('deskbar-applet','UTF-8') - gettext.textdomain('deskbar-applet') - --locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale"))) --if hasattr(locale, 'bind_textdomain_codeset'): -- locale.bind_textdomain_codeset('deskbar-applet','UTF-8') --locale.textdomain('deskbar-applet') -+#locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale"))) -+#if hasattr(locale, 'bind_textdomain_codeset'): -+# locale.bind_textdomain_codeset('deskbar-applet','UTF-8') -+#locale.textdomain('deskbar-applet') - - # Enable threads - gtk.gdk.threads_init() diff --git a/deskutils/deskbar-applet/pkg-descr b/deskutils/deskbar-applet/pkg-descr deleted file mode 100644 index 4eed2539a..000000000 --- a/deskutils/deskbar-applet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Omnipresent versatile GNOME search applet. - -WWW: http://raphael.slinckx.net/deskbar/ diff --git a/deskutils/deskbar-applet/pkg-plist b/deskutils/deskbar-applet/pkg-plist deleted file mode 100644 index 48f9ee60b..000000000 --- a/deskutils/deskbar-applet/pkg-plist +++ /dev/null @@ -1,544 +0,0 @@ -libexec/deskbar-applet/deskbar-applet -libexec/deskbar-applet/modules-2.20-compatible/beagle-live.py -libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyc -libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyo -libexec/deskbar-applet/modules-2.20-compatible/beagle-static.py -libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyc -libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyo -libexec/deskbar-applet/modules-2.20-compatible/calculator.py -libexec/deskbar-applet/modules-2.20-compatible/calculator.pyc -libexec/deskbar-applet/modules-2.20-compatible/calculator.pyo -libexec/deskbar-applet/modules-2.20-compatible/desklicious.py -libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyc -libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyo -libexec/deskbar-applet/modules-2.20-compatible/epiphany.py -libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyc -libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyo -%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.py -%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.pyc -%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.pyo -libexec/deskbar-applet/modules-2.20-compatible/files.py -libexec/deskbar-applet/modules-2.20-compatible/files.pyc -libexec/deskbar-applet/modules-2.20-compatible/files.pyo -libexec/deskbar-applet/modules-2.20-compatible/gdmactions.py -libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyc -libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyo -libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.py -libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc -libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo -libexec/deskbar-applet/modules-2.20-compatible/googlesearch.py -libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyc -libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyo -libexec/deskbar-applet/modules-2.20-compatible/history.py -libexec/deskbar-applet/modules-2.20-compatible/history.pyc -libexec/deskbar-applet/modules-2.20-compatible/history.pyo -libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.py -libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc -libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo -libexec/deskbar-applet/modules-2.20-compatible/mozilla.py -libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyc -libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyo -libexec/deskbar-applet/modules-2.20-compatible/opensearch.py -libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyc -libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyo -libexec/deskbar-applet/modules-2.20-compatible/programs.py -libexec/deskbar-applet/modules-2.20-compatible/programs.pyc -libexec/deskbar-applet/modules-2.20-compatible/programs.pyo -libexec/deskbar-applet/modules-2.20-compatible/recent.py -libexec/deskbar-applet/modules-2.20-compatible/recent.pyc -libexec/deskbar-applet/modules-2.20-compatible/recent.pyo -libexec/deskbar-applet/modules-2.20-compatible/templates.py -libexec/deskbar-applet/modules-2.20-compatible/templates.pyc -libexec/deskbar-applet/modules-2.20-compatible/templates.pyo -libexec/deskbar-applet/modules-2.20-compatible/tomboy.py -libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyc -libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyo -libexec/deskbar-applet/modules-2.20-compatible/twitter.py -libexec/deskbar-applet/modules-2.20-compatible/twitter.pyc -libexec/deskbar-applet/modules-2.20-compatible/twitter.pyo -libexec/deskbar-applet/modules-2.20-compatible/web_address.py -libexec/deskbar-applet/modules-2.20-compatible/web_address.pyc -libexec/deskbar-applet/modules-2.20-compatible/web_address.pyo -libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py -libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc -libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo -libexec/deskbar-applet/modules-2.20-compatible/yahoo.py -libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyc -libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyo -%%PYTHON_SITELIBDIR%%/deskbar/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.py -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.py -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.py -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.py -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.la -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.so -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.py -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/defs.py -%%PYTHON_SITELIBDIR%%/deskbar/defs.pyc -%%PYTHON_SITELIBDIR%%/deskbar/defs.pyo -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.py -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyc -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.pyo -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.py -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.pyc -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.pyo -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/_evolution.la -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/_evolution.so -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.la -%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.so -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/_iconentry.la -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/_iconentry.so -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.pyo -libdata/bonobo/servers/Deskbar_Applet.server -libdata/pkgconfig/deskbar-applet.pc -%%DATADIR%%/Deskbar_Applet.xml -%%DATADIR%%/art/delicious.png -%%DATADIR%%/art/deskbar-applet-panel-h.png -%%DATADIR%%/art/deskbar-applet-panel-h.svg -%%DATADIR%%/art/deskbar-applet-panel-v.png -%%DATADIR%%/art/deskbar-applet-panel-v.svg -%%DATADIR%%/art/epiphany-history.png -%%DATADIR%%/art/generic.png -%%DATADIR%%/art/google.png -%%DATADIR%%/art/gpm-suspend-to-disk.png -%%DATADIR%%/art/gpm-suspend-to-ram.png -%%DATADIR%%/art/note-new.png -%%DATADIR%%/art/note.png -%%DATADIR%%/art/web-search.png -%%DATADIR%%/art/wikipedia.png -%%DATADIR%%/art/yahoo.png -%%DATADIR%%/mozilla-search.ui -%%DATADIR%%/prefs-dialog.ui -%%DATADIR%%/smart-bookmarks.ui -share/gnome/help/deskbar/C/deskbar.xml -share/gnome/help/deskbar/C/figures/deskbar-applet.png -share/gnome/help/deskbar/C/legal.xml -share/gnome/help/deskbar/ca/deskbar.xml -share/gnome/help/deskbar/ca/figures/deskbar-applet.png -share/gnome/help/deskbar/ca/legal.xml -share/gnome/help/deskbar/cs/deskbar.xml -share/gnome/help/deskbar/cs/figures/deskbar-applet.png -share/gnome/help/deskbar/cs/legal.xml -share/gnome/help/deskbar/da/deskbar.xml -share/gnome/help/deskbar/da/figures/deskbar-applet.png -share/gnome/help/deskbar/da/legal.xml -share/gnome/help/deskbar/de/deskbar.xml -share/gnome/help/deskbar/de/figures/deskbar-applet.png -share/gnome/help/deskbar/de/legal.xml -share/gnome/help/deskbar/el/deskbar.xml -share/gnome/help/deskbar/el/figures/deskbar-applet.png -share/gnome/help/deskbar/el/legal.xml -share/gnome/help/deskbar/en_GB/deskbar.xml -share/gnome/help/deskbar/en_GB/figures/deskbar-applet.png -share/gnome/help/deskbar/en_GB/legal.xml -share/gnome/help/deskbar/es/deskbar.xml -share/gnome/help/deskbar/es/figures/deskbar-applet.png -share/gnome/help/deskbar/es/legal.xml -share/gnome/help/deskbar/fr/deskbar.xml -share/gnome/help/deskbar/fr/figures/deskbar-applet.png -share/gnome/help/deskbar/fr/legal.xml -share/gnome/help/deskbar/it/deskbar.xml -share/gnome/help/deskbar/it/figures/deskbar-applet.png -share/gnome/help/deskbar/it/legal.xml -share/gnome/help/deskbar/oc/deskbar.xml -share/gnome/help/deskbar/oc/figures/deskbar-applet.png -share/gnome/help/deskbar/oc/legal.xml -share/gnome/help/deskbar/pt_BR/deskbar.xml -share/gnome/help/deskbar/pt_BR/figures/deskbar-applet.png -share/gnome/help/deskbar/pt_BR/legal.xml -share/gnome/help/deskbar/ru/deskbar.xml -share/gnome/help/deskbar/ru/figures/deskbar-applet.png -share/gnome/help/deskbar/ru/legal.xml -share/gnome/help/deskbar/sv/deskbar.xml -share/gnome/help/deskbar/sv/figures/deskbar-applet.png -share/gnome/help/deskbar/sv/legal.xml -share/gnome/help/deskbar/uk/deskbar.xml -share/gnome/help/deskbar/uk/figures/deskbar-applet.png -share/gnome/help/deskbar/uk/legal.xml -share/gnome/help/deskbar/zh_CN/deskbar.xml -share/gnome/help/deskbar/zh_CN/figures/deskbar-applet.png -share/gnome/help/deskbar/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/deskbar-applet.png -share/icons/hicolor/22x22/apps/deskbar-applet.png -share/icons/hicolor/32x32/apps/deskbar-applet.png -share/icons/hicolor/48x48/apps/deskbar-applet.png -share/icons/hicolor/scalable/apps/deskbar-applet.svg -share/locale/af/LC_MESSAGES/deskbar-applet.mo -share/locale/ar/LC_MESSAGES/deskbar-applet.mo -share/locale/as/LC_MESSAGES/deskbar-applet.mo -share/locale/ast/LC_MESSAGES/deskbar-applet.mo -share/locale/be/LC_MESSAGES/deskbar-applet.mo -share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo -share/locale/bg/LC_MESSAGES/deskbar-applet.mo -share/locale/bn/LC_MESSAGES/deskbar-applet.mo -share/locale/bn_IN/LC_MESSAGES/deskbar-applet.mo -share/locale/br/LC_MESSAGES/deskbar-applet.mo -share/locale/ca/LC_MESSAGES/deskbar-applet.mo -share/locale/ca@valencia/LC_MESSAGES/deskbar-applet.mo -share/locale/cs/LC_MESSAGES/deskbar-applet.mo -share/locale/cy/LC_MESSAGES/deskbar-applet.mo -share/locale/da/LC_MESSAGES/deskbar-applet.mo -share/locale/de/LC_MESSAGES/deskbar-applet.mo -share/locale/dz/LC_MESSAGES/deskbar-applet.mo -share/locale/el/LC_MESSAGES/deskbar-applet.mo -share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo -share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo -share/locale/es/LC_MESSAGES/deskbar-applet.mo -share/locale/et/LC_MESSAGES/deskbar-applet.mo -share/locale/eu/LC_MESSAGES/deskbar-applet.mo -share/locale/fa/LC_MESSAGES/deskbar-applet.mo -share/locale/fi/LC_MESSAGES/deskbar-applet.mo -share/locale/fr/LC_MESSAGES/deskbar-applet.mo -share/locale/ga/LC_MESSAGES/deskbar-applet.mo -share/locale/gl/LC_MESSAGES/deskbar-applet.mo -share/locale/gu/LC_MESSAGES/deskbar-applet.mo -share/locale/he/LC_MESSAGES/deskbar-applet.mo -share/locale/hi/LC_MESSAGES/deskbar-applet.mo -share/locale/hr/LC_MESSAGES/deskbar-applet.mo -share/locale/hu/LC_MESSAGES/deskbar-applet.mo -share/locale/id/LC_MESSAGES/deskbar-applet.mo -share/locale/it/LC_MESSAGES/deskbar-applet.mo -share/locale/ja/LC_MESSAGES/deskbar-applet.mo -share/locale/ka/LC_MESSAGES/deskbar-applet.mo -share/locale/kn/LC_MESSAGES/deskbar-applet.mo -share/locale/ko/LC_MESSAGES/deskbar-applet.mo -share/locale/ku/LC_MESSAGES/deskbar-applet.mo -share/locale/lt/LC_MESSAGES/deskbar-applet.mo -share/locale/lv/LC_MESSAGES/deskbar-applet.mo -share/locale/mai/LC_MESSAGES/deskbar-applet.mo -share/locale/mg/LC_MESSAGES/deskbar-applet.mo -share/locale/mk/LC_MESSAGES/deskbar-applet.mo -share/locale/ml/LC_MESSAGES/deskbar-applet.mo -share/locale/mn/LC_MESSAGES/deskbar-applet.mo -share/locale/mr/LC_MESSAGES/deskbar-applet.mo -share/locale/nb/LC_MESSAGES/deskbar-applet.mo -share/locale/ne/LC_MESSAGES/deskbar-applet.mo -share/locale/nl/LC_MESSAGES/deskbar-applet.mo -share/locale/nn/LC_MESSAGES/deskbar-applet.mo -share/locale/oc/LC_MESSAGES/deskbar-applet.mo -share/locale/or/LC_MESSAGES/deskbar-applet.mo -share/locale/pa/LC_MESSAGES/deskbar-applet.mo -share/locale/pl/LC_MESSAGES/deskbar-applet.mo -share/locale/ps/LC_MESSAGES/deskbar-applet.mo -share/locale/pt/LC_MESSAGES/deskbar-applet.mo -share/locale/pt_BR/LC_MESSAGES/deskbar-applet.mo -share/locale/ro/LC_MESSAGES/deskbar-applet.mo -share/locale/ru/LC_MESSAGES/deskbar-applet.mo -share/locale/si/LC_MESSAGES/deskbar-applet.mo -share/locale/sk/LC_MESSAGES/deskbar-applet.mo -share/locale/sl/LC_MESSAGES/deskbar-applet.mo -share/locale/sq/LC_MESSAGES/deskbar-applet.mo -share/locale/sr/LC_MESSAGES/deskbar-applet.mo -share/locale/sr@latin/LC_MESSAGES/deskbar-applet.mo -share/locale/sv/LC_MESSAGES/deskbar-applet.mo -share/locale/ta/LC_MESSAGES/deskbar-applet.mo -share/locale/te/LC_MESSAGES/deskbar-applet.mo -share/locale/th/LC_MESSAGES/deskbar-applet.mo -share/locale/tr/LC_MESSAGES/deskbar-applet.mo -share/locale/uk/LC_MESSAGES/deskbar-applet.mo -share/locale/vi/LC_MESSAGES/deskbar-applet.mo -share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo -share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo -share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo -share/omf/deskbar/deskbar-C.omf -share/omf/deskbar/deskbar-ca.omf -share/omf/deskbar/deskbar-cs.omf -share/omf/deskbar/deskbar-da.omf -share/omf/deskbar/deskbar-de.omf -share/omf/deskbar/deskbar-el.omf -share/omf/deskbar/deskbar-en_GB.omf -share/omf/deskbar/deskbar-es.omf -share/omf/deskbar/deskbar-fr.omf -share/omf/deskbar/deskbar-it.omf -share/omf/deskbar/deskbar-oc.omf -share/omf/deskbar/deskbar-pt_BR.omf -share/omf/deskbar/deskbar-ru.omf -share/omf/deskbar/deskbar-sv.omf -share/omf/deskbar/deskbar-uk.omf -share/omf/deskbar/deskbar-zh_CN.omf -@dirrm share/omf/deskbar -@dirrm share/gnome/help/deskbar/zh_CN/figures -@dirrm share/gnome/help/deskbar/zh_CN -@dirrm share/gnome/help/deskbar/uk/figures -@dirrm share/gnome/help/deskbar/uk -@dirrm share/gnome/help/deskbar/sv/figures -@dirrm share/gnome/help/deskbar/sv -@dirrm share/gnome/help/deskbar/ru/figures -@dirrm share/gnome/help/deskbar/ru -@dirrm share/gnome/help/deskbar/pt_BR/figures -@dirrm share/gnome/help/deskbar/pt_BR -@dirrm share/gnome/help/deskbar/oc/figures -@dirrm share/gnome/help/deskbar/oc -@dirrm share/gnome/help/deskbar/it/figures -@dirrm share/gnome/help/deskbar/it -@dirrm share/gnome/help/deskbar/fr/figures -@dirrm share/gnome/help/deskbar/fr -@dirrm share/gnome/help/deskbar/es/figures -@dirrm share/gnome/help/deskbar/es -@dirrm share/gnome/help/deskbar/en_GB/figures -@dirrm share/gnome/help/deskbar/en_GB -@dirrm share/gnome/help/deskbar/el/figures -@dirrm share/gnome/help/deskbar/el -@dirrm share/gnome/help/deskbar/de/figures -@dirrm share/gnome/help/deskbar/de -@dirrm share/gnome/help/deskbar/da/figures -@dirrm share/gnome/help/deskbar/da -@dirrm share/gnome/help/deskbar/cs/figures -@dirrm share/gnome/help/deskbar/cs -@dirrm share/gnome/help/deskbar/ca/figures -@dirrm share/gnome/help/deskbar/ca -@dirrm share/gnome/help/deskbar/C/figures -@dirrm share/gnome/help/deskbar/C -@dirrm share/gnome/help/deskbar -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/preferences -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/osutils -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/interfaces -%%EVO%%@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/actions -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/updater -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core -@dirrm %%PYTHON_SITELIBDIR%%/deskbar -@dirrm libexec/deskbar-applet/modules-2.20-compatible -@dirrm libexec/deskbar-applet -@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/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/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 diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile deleted file mode 100644 index 85aea6509..000000000 --- a/deskutils/evolution-jescs/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: evolution-jescs -# Date created: 08 September 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.39 2009/09/22 12:28:17 avl Exp $ -# - -PORTNAME= evolution-jescs -PORTVERSION= 2.28.0 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution - -BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_JOBS_UNSAFE= yes - -EVO_VERSION= 2.28 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.28" - -post-patch: - @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/deskutils/evolution-jescs/distinfo b/deskutils/evolution-jescs/distinfo deleted file mode 100644 index 8014e79ba..000000000 --- a/deskutils/evolution-jescs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-jescs-2.28.0.tar.bz2) = d1231c8d51502930e910dc2b17f7c947 -SHA256 (gnome2/evolution-jescs-2.28.0.tar.bz2) = 0441955260762aedbc705776c738c25b43855c2511c7a7b20ed806a140c40948 -SIZE (gnome2/evolution-jescs-2.28.0.tar.bz2) = 602247 diff --git a/deskutils/evolution-jescs/pkg-descr b/deskutils/evolution-jescs/pkg-descr deleted file mode 100644 index 252cf8eaf..000000000 --- a/deskutils/evolution-jescs/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the Evolution Connector for Sun Java Enterprise System Calendar Server -(SJESCS), which adds support for SJESCS 5.1 and above to Evolution. - -This connector supports the WCAP (Web Calendar Access Protocol) 2.0, 3.0, 3.1. diff --git a/deskutils/evolution-jescs/pkg-plist b/deskutils/evolution-jescs/pkg-plist deleted file mode 100644 index 7f2c3db67..000000000 --- a/deskutils/evolution-jescs/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.urls -libdata/bonobo/servers/GNOME_Evolution_SunOne_Storage.server -libexec/evolution/%%EVO_VERSION%%/evolution-jescs -share/evolution/%%EVO_VERSION%%/icons/hicolor/16x16/categories/sunone-invitations.png -share/evolution/%%EVO_VERSION%%/icons/hicolor/22x22/categories/sunone-invitations.png -share/evolution/%%EVO_VERSION%%/icons/hicolor/24x24/categories/sunone-invitations.png -share/evolution/%%EVO_VERSION%%/icons/hicolor/32x32/categories/sunone-invitations.png -share/evolution/%%EVO_VERSION%%/icons/hicolor/48x48/categories/sunone-invitations.png -share/evolution-jescs/glade/sunone-add-permission-dialog.glade -share/evolution-jescs/glade/sunone-permissions-dialog.glade -share/evolution-jescs/glade/sunone-subscription-dialog.glade -share/icons/hicolor/16x16/apps/sun-connector.png -share/icons/hicolor/22x22/apps/sun-connector.png -share/icons/hicolor/24x24/apps/sun-connector.png -share/icons/hicolor/32x32/apps/sun-connector.png -share/icons/hicolor/48x48/apps/sun-connector.png -share/locale/ar/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -@dirrm share/evolution-jescs/glade -@dirrm share/evolution-jescs -@dirrmtry share/evolution/%%EVO_VERSION%%/icons/hicolor/32x32/categories -@dirrmtry share/evolution/%%EVO_VERSION%%/icons/hicolor/24x24/categories -@dirrmtry share/evolution/%%EVO_VERSION%%/icons/hicolor/22x22/categories -@dirrmtry share/evolution/%%EVO_VERSION%%/icons/hicolor/16x16/categories -@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 diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile deleted file mode 100644 index 793b943a2..000000000 --- a/deskutils/gnome-utils/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.142 2009/10/22 12:33:09 avl Exp $ -# - -PORTNAME= gnome-utils -PORTVERSION= 2.28.1 -PORTEPOCH= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 support utilities - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-dictionary.1 gnome-screenshot.1 gnome-search-tool.1 \ - gnome-system-log.1 baobab.1 -GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \ - gnome-search-tool.schemas baobab.schemas \ - gnome-system-log.schemas - -post-patch: - @${RM} ${WRKSRC}/gsearchtool/gnome-search-tool.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo deleted file mode 100644 index 971b78199..000000000 --- a/deskutils/gnome-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-utils-2.28.1.tar.bz2) = 3c811993191ae0bbf8666405a504288a -SHA256 (gnome2/gnome-utils-2.28.1.tar.bz2) = 15fc1d7e01b959ba9f412fa28ca020ddd3e0dfbd6b73918ec75ce6d0e9492ea9 -SIZE (gnome2/gnome-utils-2.28.1.tar.bz2) = 6827650 diff --git a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c deleted file mode 100644 index f29974a81..000000000 --- a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500 -+++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500 -@@ -32,6 +32,7 @@ - #include <string.h> - #include <glib/gi18n.h> - #include <glib.h> -+#include <sys/types.h> - #include <regex.h> - #include <gdk/gdkx.h> - #include <libart_lgpl/art_rgb.h> diff --git a/deskutils/gnome-utils/files/patch-logview_logview-manager.c b/deskutils/gnome-utils/files/patch-logview_logview-manager.c deleted file mode 100644 index 00ec357ef..000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400 -+++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400 -@@ -25,6 +25,7 @@ - - #include <glib/gi18n.h> - -+#include "logview-app.h" - #include "logview-prefs.h" - #include "logview-marshal.h" - diff --git a/deskutils/gnome-utils/files/patch-logview_logview-utils.c b/deskutils/gnome-utils/files/patch-logview_logview-utils.c deleted file mode 100644 index 4faad7021..000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400 -+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400 -@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line - { - int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0; - GSList *days = NULL; -- GDate *date, *newdate; -+ GDate *date = NULL, *newdate; - struct tm *tmptm; - char *date_string; - Day *day; diff --git a/deskutils/gnome-utils/pkg-descr b/deskutils/gnome-utils/pkg-descr deleted file mode 100644 index bfe154899..000000000 --- a/deskutils/gnome-utils/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GNOME 2.0 support utilities, including a dictionary looker-upper, -a frontend for find(1), a system log viewer, and more. diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist deleted file mode 100644 index e113189d5..000000000 --- a/deskutils/gnome-utils/pkg-plist +++ /dev/null @@ -1,774 +0,0 @@ -bin/baobab -bin/gnome-dictionary -bin/gnome-panel-screenshot -bin/gnome-screenshot -bin/gnome-search-tool -bin/gnome-system-log -include/gdict-1.0/gdict/gdict-client-context.h -include/gdict-1.0/gdict/gdict-context.h -include/gdict-1.0/gdict/gdict-database-chooser.h -include/gdict-1.0/gdict/gdict-defbox.h -include/gdict-1.0/gdict/gdict-enum-types.h -include/gdict-1.0/gdict/gdict-source-loader.h -include/gdict-1.0/gdict/gdict-source-chooser.h -include/gdict-1.0/gdict/gdict-source.h -include/gdict-1.0/gdict/gdict-speller.h -include/gdict-1.0/gdict/gdict-strategy-chooser.h -include/gdict-1.0/gdict/gdict-utils.h -include/gdict-1.0/gdict/gdict-version.h -include/gdict-1.0/gdict/gdict.h -lib/libgdict-1.0.a -lib/libgdict-1.0.la -lib/libgdict-1.0.so -lib/libgdict-1.0.so.6 -libdata/bonobo/servers/GNOME_DictionaryApplet.server -libdata/pkgconfig/gdict-1.0.pc -libexec/gnome-dictionary-applet -share/doc/gdict/GdictClientContext.html -share/doc/gdict/GdictDatabaseChooser.html -share/doc/gdict/GdictDefbox.html -share/doc/gdict/GdictSource.html -share/doc/gdict/GdictSourceChooser.html -share/doc/gdict/GdictSourceLoader.html -share/doc/gdict/GdictSpeller.html -share/doc/gdict/GdictStrategyChooser.html -share/doc/gdict/ch05.html -share/doc/gdict/ch06.html -share/doc/gdict/context-types.html -share/doc/gdict/context.html -share/doc/gdict/gdict-Gdict-Utilities.html -share/doc/gdict/gdict-Gdict-Version-Checking.html -share/doc/gdict/gdict-GdictContext.html -share/doc/gdict/gdict-utils.html -share/doc/gdict/gdict.devhelp -share/doc/gdict/gdict.devhelp2 -share/doc/gdict/gdict.html -share/doc/gdict/gdictui.html -share/doc/gdict/home.png -share/doc/gdict/index.html -share/doc/gdict/index.sgml -share/doc/gdict/ix01.html -share/doc/gdict/ix02.html -share/doc/gdict/ix03.html -share/doc/gdict/ix04.html -share/doc/gdict/introduction.html -share/doc/gdict/left.png -share/doc/gdict/right.png -share/doc/gdict/sources.html -share/doc/gdict/style.css -share/doc/gdict/up.png -share/applications/baobab.desktop -share/applications/gnome-dictionary.desktop -share/applications/gnome-screenshot.desktop -share/applications/gnome-search-tool.desktop -share/applications/gnome-system-log.desktop -share/baobab/baobab-dialog-scan-props.ui -share/baobab/baobab-main-window.ui -share/baobab/pixmaps/shot.png -share/gdict-1.0/sources/default.desktop -share/gdict-1.0/sources/spanish.desktop -share/gdict-1.0/sources/thai.desktop -share/gnome-2.0/ui/GNOME_DictionaryApplet.xml -share/gnome-dictionary/gnome-dictionary-preferences.ui -share/gnome-dictionary/gnome-dictionary-source.ui -share/gnome-dictionary/gnome-dictionary-ui.xml -share/gnome-screenshot/gnome-screenshot.ui -%%DATADIR%%/logview-filter.ui -%%DATADIR%%/logview-toolbar.xml -share/gnome/help/baobab/C/baobab.xml -share/gnome/help/baobab/C/figures/baobab_fullscan.png -share/gnome/help/baobab/C/figures/baobab_prefs.png -share/gnome/help/baobab/C/figures/baobab_remote.png -share/gnome/help/baobab/C/figures/baobab_ringschart1.png -share/gnome/help/baobab/C/figures/baobab_ringschart2.png -share/gnome/help/baobab/C/figures/baobab_treemaps.png -share/gnome/help/baobab/C/figures/baobab_window.png -share/gnome/help/baobab/C/legal.xml -share/gnome/help/baobab/ca/baobab.xml -share/gnome/help/baobab/ca/figures/baobab_fullscan.png -share/gnome/help/baobab/ca/figures/baobab_prefs.png -share/gnome/help/baobab/ca/figures/baobab_remote.png -share/gnome/help/baobab/ca/figures/baobab_ringschart1.png -share/gnome/help/baobab/ca/figures/baobab_ringschart2.png -share/gnome/help/baobab/ca/figures/baobab_treemaps.png -share/gnome/help/baobab/ca/figures/baobab_window.png -share/gnome/help/baobab/cs/baobab.xml -share/gnome/help/baobab/cs/figures/baobab_fullscan.png -share/gnome/help/baobab/cs/figures/baobab_prefs.png -share/gnome/help/baobab/cs/figures/baobab_remote.png -share/gnome/help/baobab/cs/figures/baobab_ringschart1.png -share/gnome/help/baobab/cs/figures/baobab_ringschart2.png -share/gnome/help/baobab/cs/figures/baobab_treemaps.png -share/gnome/help/baobab/cs/figures/baobab_window.png -share/gnome/help/baobab/da/baobab.xml -share/gnome/help/baobab/da/figures/baobab_fullscan.png -share/gnome/help/baobab/da/figures/baobab_prefs.png -share/gnome/help/baobab/da/figures/baobab_remote.png -share/gnome/help/baobab/da/figures/baobab_ringschart1.png -share/gnome/help/baobab/da/figures/baobab_ringschart2.png -share/gnome/help/baobab/da/figures/baobab_treemaps.png -share/gnome/help/baobab/da/figures/baobab_window.png -share/gnome/help/baobab/de/baobab.xml -share/gnome/help/baobab/de/figures/baobab_fullscan.png -share/gnome/help/baobab/de/figures/baobab_prefs.png -share/gnome/help/baobab/de/figures/baobab_remote.png -share/gnome/help/baobab/de/figures/baobab_ringschart1.png -share/gnome/help/baobab/de/figures/baobab_ringschart2.png -share/gnome/help/baobab/de/figures/baobab_treemaps.png -share/gnome/help/baobab/de/figures/baobab_window.png -share/gnome/help/baobab/el/baobab.xml -share/gnome/help/baobab/el/figures/baobab_fullscan.png -share/gnome/help/baobab/el/figures/baobab_prefs.png -share/gnome/help/baobab/el/figures/baobab_remote.png -share/gnome/help/baobab/el/figures/baobab_ringschart1.png -share/gnome/help/baobab/el/figures/baobab_ringschart2.png -share/gnome/help/baobab/el/figures/baobab_treemaps.png -share/gnome/help/baobab/el/figures/baobab_window.png -share/gnome/help/baobab/en_GB/baobab.xml -share/gnome/help/baobab/en_GB/figures/baobab_fullscan.png -share/gnome/help/baobab/en_GB/figures/baobab_prefs.png -share/gnome/help/baobab/en_GB/figures/baobab_remote.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart1.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart2.png -share/gnome/help/baobab/en_GB/figures/baobab_treemaps.png -share/gnome/help/baobab/en_GB/figures/baobab_window.png -share/gnome/help/baobab/es/baobab.xml -share/gnome/help/baobab/es/figures/baobab_fullscan.png -share/gnome/help/baobab/es/figures/baobab_prefs.png -share/gnome/help/baobab/es/figures/baobab_remote.png -share/gnome/help/baobab/es/figures/baobab_ringschart1.png -share/gnome/help/baobab/es/figures/baobab_ringschart2.png -share/gnome/help/baobab/es/figures/baobab_treemaps.png -share/gnome/help/baobab/es/figures/baobab_window.png -share/gnome/help/baobab/eu/baobab.xml -share/gnome/help/baobab/eu/figures/baobab_fullscan.png -share/gnome/help/baobab/eu/figures/baobab_prefs.png -share/gnome/help/baobab/eu/figures/baobab_remote.png -share/gnome/help/baobab/eu/figures/baobab_ringschart1.png -share/gnome/help/baobab/eu/figures/baobab_ringschart2.png -share/gnome/help/baobab/eu/figures/baobab_treemaps.png -share/gnome/help/baobab/eu/figures/baobab_window.png -share/gnome/help/baobab/fi/baobab.xml -share/gnome/help/baobab/fi/figures/baobab_fullscan.png -share/gnome/help/baobab/fi/figures/baobab_prefs.png -share/gnome/help/baobab/fi/figures/baobab_remote.png -share/gnome/help/baobab/fi/figures/baobab_ringschart1.png -share/gnome/help/baobab/fi/figures/baobab_ringschart2.png -share/gnome/help/baobab/fi/figures/baobab_treemaps.png -share/gnome/help/baobab/fi/figures/baobab_window.png -share/gnome/help/baobab/fr/baobab.xml -share/gnome/help/baobab/fr/figures/baobab_fullscan.png -share/gnome/help/baobab/fr/figures/baobab_prefs.png -share/gnome/help/baobab/fr/figures/baobab_remote.png -share/gnome/help/baobab/fr/figures/baobab_ringschart1.png -share/gnome/help/baobab/fr/figures/baobab_ringschart2.png -share/gnome/help/baobab/fr/figures/baobab_treemaps.png -share/gnome/help/baobab/fr/figures/baobab_window.png -share/gnome/help/baobab/it/baobab.xml -share/gnome/help/baobab/it/figures/baobab_fullscan.png -share/gnome/help/baobab/it/figures/baobab_prefs.png -share/gnome/help/baobab/it/figures/baobab_remote.png -share/gnome/help/baobab/it/figures/baobab_ringschart1.png -share/gnome/help/baobab/it/figures/baobab_ringschart2.png -share/gnome/help/baobab/it/figures/baobab_treemaps.png -share/gnome/help/baobab/it/figures/baobab_window.png -share/gnome/help/baobab/oc/baobab.xml -share/gnome/help/baobab/oc/figures/baobab_fullscan.png -share/gnome/help/baobab/oc/figures/baobab_prefs.png -share/gnome/help/baobab/oc/figures/baobab_remote.png -share/gnome/help/baobab/oc/figures/baobab_ringschart1.png -share/gnome/help/baobab/oc/figures/baobab_ringschart2.png -share/gnome/help/baobab/oc/figures/baobab_treemaps.png -share/gnome/help/baobab/oc/figures/baobab_window.png -share/gnome/help/baobab/pl/baobab.xml -share/gnome/help/baobab/pl/figures/baobab_fullscan.png -share/gnome/help/baobab/pl/figures/baobab_prefs.png -share/gnome/help/baobab/pl/figures/baobab_remote.png -share/gnome/help/baobab/pl/figures/baobab_ringschart1.png -share/gnome/help/baobab/pl/figures/baobab_ringschart2.png -share/gnome/help/baobab/pl/figures/baobab_treemaps.png -share/gnome/help/baobab/pl/figures/baobab_window.png -share/gnome/help/baobab/ru/baobab.xml -share/gnome/help/baobab/ru/figures/baobab_fullscan.png -share/gnome/help/baobab/ru/figures/baobab_prefs.png -share/gnome/help/baobab/ru/figures/baobab_remote.png -share/gnome/help/baobab/ru/figures/baobab_ringschart1.png -share/gnome/help/baobab/ru/figures/baobab_ringschart2.png -share/gnome/help/baobab/ru/figures/baobab_treemaps.png -share/gnome/help/baobab/ru/figures/baobab_window.png -share/gnome/help/baobab/sv/baobab.xml -share/gnome/help/baobab/sv/figures/baobab_fullscan.png -share/gnome/help/baobab/sv/figures/baobab_prefs.png -share/gnome/help/baobab/sv/figures/baobab_remote.png -share/gnome/help/baobab/sv/figures/baobab_ringschart1.png -share/gnome/help/baobab/sv/figures/baobab_ringschart2.png -share/gnome/help/baobab/sv/figures/baobab_treemaps.png -share/gnome/help/baobab/sv/figures/baobab_window.png -share/gnome/help/baobab/uk/baobab.xml -share/gnome/help/baobab/uk/figures/baobab_fullscan.png -share/gnome/help/baobab/uk/figures/baobab_prefs.png -share/gnome/help/baobab/uk/figures/baobab_remote.png -share/gnome/help/baobab/uk/figures/baobab_ringschart1.png -share/gnome/help/baobab/uk/figures/baobab_ringschart2.png -share/gnome/help/baobab/uk/figures/baobab_treemaps.png -share/gnome/help/baobab/uk/figures/baobab_window.png -share/gnome/help/baobab/zh_CN/baobab.xml -share/gnome/help/baobab/zh_CN/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_CN/figures/baobab_prefs.png -share/gnome/help/baobab/zh_CN/figures/baobab_remote.png -share/gnome/help/baobab/zh_CN/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_CN/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_CN/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_CN/figures/baobab_window.png -share/gnome/help/baobab/zh_HK/baobab.xml -share/gnome/help/baobab/zh_HK/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_HK/figures/baobab_prefs.png -share/gnome/help/baobab/zh_HK/figures/baobab_remote.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_HK/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_HK/figures/baobab_window.png -share/gnome/help/baobab/zh_TW/baobab.xml -share/gnome/help/baobab/zh_TW/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_TW/figures/baobab_prefs.png -share/gnome/help/baobab/zh_TW/figures/baobab_remote.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_TW/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_TW/figures/baobab_window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/C/legal.xml -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ca/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/cs/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/de/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/el/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/en_GB/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/eu/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fi/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fr/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/it/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/oc/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ru/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/sv/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/uk/gnome-dictionary.xml -share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/C/legal.xml -share/gnome/help/gnome-search-tool/ca/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ca/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/cs/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/cs/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/de/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/de/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/el/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/el/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/en_GB/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/eu/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/eu/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/oc/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/oc/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ru/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ru/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/uk/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/uk/gnome-search-tool.xml -share/gnome/help/gnome-system-log/C/figures/syslog_window.png -share/gnome/help/gnome-system-log/C/gnome-system-log.xml -share/gnome/help/gnome-system-log/C/legal.xml -share/gnome/help/gnome-system-log/ca/figures/syslog_window.png -share/gnome/help/gnome-system-log/ca/gnome-system-log.xml -share/gnome/help/gnome-system-log/de/figures/syslog_window.png -share/gnome/help/gnome-system-log/de/gnome-system-log.xml -share/gnome/help/gnome-system-log/el/figures/syslog_window.png -share/gnome/help/gnome-system-log/el/gnome-system-log.xml -share/gnome/help/gnome-system-log/en_GB/figures/syslog_window.png -share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml -share/gnome/help/gnome-system-log/es/figures/syslog_window.png -share/gnome/help/gnome-system-log/es/gnome-system-log.xml -share/gnome/help/gnome-system-log/eu/figures/syslog_window.png -share/gnome/help/gnome-system-log/eu/gnome-system-log.xml -share/gnome/help/gnome-system-log/fi/figures/syslog_window.png -share/gnome/help/gnome-system-log/fi/gnome-system-log.xml -share/gnome/help/gnome-system-log/fr/figures/syslog_window.png -share/gnome/help/gnome-system-log/fr/gnome-system-log.xml -share/gnome/help/gnome-system-log/it/figures/syslog_window.png -share/gnome/help/gnome-system-log/it/gnome-system-log.xml -share/gnome/help/gnome-system-log/ko/figures/syslog_window.png -share/gnome/help/gnome-system-log/ko/gnome-system-log.xml -share/gnome/help/gnome-system-log/oc/figures/syslog_window.png -share/gnome/help/gnome-system-log/oc/gnome-system-log.xml -share/gnome/help/gnome-system-log/ru/figures/syslog_window.png -share/gnome/help/gnome-system-log/ru/gnome-system-log.xml -share/gnome/help/gnome-system-log/sv/figures/syslog_window.png -share/gnome/help/gnome-system-log/sv/gnome-system-log.xml -share/gnome/help/gnome-system-log/uk/figures/syslog_window.png -share/gnome/help/gnome-system-log/uk/gnome-system-log.xml -share/omf/baobab/baobab-C.omf -share/omf/baobab/baobab-ca.omf -share/omf/baobab/baobab-cs.omf -share/omf/baobab/baobab-da.omf -share/omf/baobab/baobab-de.omf -share/omf/baobab/baobab-el.omf -share/omf/baobab/baobab-en_GB.omf -share/omf/baobab/baobab-es.omf -share/omf/baobab/baobab-eu.omf -share/omf/baobab/baobab-fi.omf -share/omf/baobab/baobab-fr.omf -share/omf/baobab/baobab-it.omf -share/omf/baobab/baobab-oc.omf -share/omf/baobab/baobab-pl.omf -share/omf/baobab/baobab-ru.omf -share/omf/baobab/baobab-sv.omf -share/omf/baobab/baobab-uk.omf -share/omf/baobab/baobab-zh_CN.omf -share/omf/baobab/baobab-zh_HK.omf -share/omf/baobab/baobab-zh_TW.omf -share/omf/gnome-dictionary/gnome-dictionary-C.omf -share/omf/gnome-dictionary/gnome-dictionary-ca.omf -share/omf/gnome-dictionary/gnome-dictionary-cs.omf -share/omf/gnome-dictionary/gnome-dictionary-de.omf -share/omf/gnome-dictionary/gnome-dictionary-el.omf -share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf -share/omf/gnome-dictionary/gnome-dictionary-es.omf -share/omf/gnome-dictionary/gnome-dictionary-eu.omf -share/omf/gnome-dictionary/gnome-dictionary-fi.omf -share/omf/gnome-dictionary/gnome-dictionary-fr.omf -share/omf/gnome-dictionary/gnome-dictionary-it.omf -share/omf/gnome-dictionary/gnome-dictionary-oc.omf -share/omf/gnome-dictionary/gnome-dictionary-ru.omf -share/omf/gnome-dictionary/gnome-dictionary-sv.omf -share/omf/gnome-dictionary/gnome-dictionary-uk.omf -share/omf/gnome-search-tool/gnome-search-tool-C.omf -share/omf/gnome-search-tool/gnome-search-tool-ca.omf -share/omf/gnome-search-tool/gnome-search-tool-cs.omf -share/omf/gnome-search-tool/gnome-search-tool-de.omf -share/omf/gnome-search-tool/gnome-search-tool-el.omf -share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf -share/omf/gnome-search-tool/gnome-search-tool-es.omf -share/omf/gnome-search-tool/gnome-search-tool-eu.omf -share/omf/gnome-search-tool/gnome-search-tool-fi.omf -share/omf/gnome-search-tool/gnome-search-tool-it.omf -share/omf/gnome-search-tool/gnome-search-tool-ko.omf -share/omf/gnome-search-tool/gnome-search-tool-oc.omf -share/omf/gnome-search-tool/gnome-search-tool-fr.omf -share/omf/gnome-search-tool/gnome-search-tool-ru.omf -share/omf/gnome-search-tool/gnome-search-tool-sv.omf -share/omf/gnome-search-tool/gnome-search-tool-uk.omf -share/omf/gnome-system-log/gnome-system-log-C.omf -share/omf/gnome-system-log/gnome-system-log-ca.omf -share/omf/gnome-system-log/gnome-system-log-de.omf -share/omf/gnome-system-log/gnome-system-log-el.omf -share/omf/gnome-system-log/gnome-system-log-en_GB.omf -share/omf/gnome-system-log/gnome-system-log-es.omf -share/omf/gnome-system-log/gnome-system-log-eu.omf -share/omf/gnome-system-log/gnome-system-log-fi.omf -share/omf/gnome-system-log/gnome-system-log-fr.omf -share/omf/gnome-system-log/gnome-system-log-it.omf -share/omf/gnome-system-log/gnome-system-log-ko.omf -share/omf/gnome-system-log/gnome-system-log-oc.omf -share/omf/gnome-system-log/gnome-system-log-ru.omf -share/omf/gnome-system-log/gnome-system-log-sv.omf -share/omf/gnome-system-log/gnome-system-log-uk.omf -share/pixmaps/gsearchtool/thumbnail_frame.png -share/icons/hicolor/24x24/apps/baobab.png -share/icons/hicolor/scalable/apps/baobab.svg -share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/br/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/or/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/te/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo -@dirrm share/pixmaps/gsearchtool -@dirrm share/omf/gnome-system-log -@dirrm share/omf/gnome-search-tool -@dirrm share/omf/gnome-dictionary -@dirrm share/omf/baobab -@dirrm share/gnome/help/gnome-system-log/uk/figures -@dirrm share/gnome/help/gnome-system-log/uk -@dirrm share/gnome/help/gnome-system-log/sv/figures -@dirrm share/gnome/help/gnome-system-log/sv -@dirrm share/gnome/help/gnome-system-log/ru/figures -@dirrm share/gnome/help/gnome-system-log/ru -@dirrm share/gnome/help/gnome-system-log/oc/figures -@dirrm share/gnome/help/gnome-system-log/oc -@dirrm share/gnome/help/gnome-system-log/ko/figures -@dirrm share/gnome/help/gnome-system-log/ko -@dirrm share/gnome/help/gnome-system-log/it/figures -@dirrm share/gnome/help/gnome-system-log/it -@dirrm share/gnome/help/gnome-system-log/fr/figures -@dirrm share/gnome/help/gnome-system-log/fr -@dirrm share/gnome/help/gnome-system-log/fi/figures -@dirrm share/gnome/help/gnome-system-log/fi -@dirrm share/gnome/help/gnome-system-log/eu/figures -@dirrm share/gnome/help/gnome-system-log/eu -@dirrm share/gnome/help/gnome-system-log/es/figures -@dirrm share/gnome/help/gnome-system-log/es -@dirrm share/gnome/help/gnome-system-log/en_GB/figures -@dirrm share/gnome/help/gnome-system-log/en_GB -@dirrm share/gnome/help/gnome-system-log/el/figures -@dirrm share/gnome/help/gnome-system-log/el -@dirrm share/gnome/help/gnome-system-log/de/figures -@dirrm share/gnome/help/gnome-system-log/de -@dirrm share/gnome/help/gnome-system-log/ca/figures -@dirrm share/gnome/help/gnome-system-log/ca -@dirrm share/gnome/help/gnome-system-log/C/figures -@dirrm share/gnome/help/gnome-system-log/C -@dirrm share/gnome/help/gnome-system-log -@dirrm share/gnome/help/gnome-search-tool/uk/figures -@dirrm share/gnome/help/gnome-search-tool/uk -@dirrm share/gnome/help/gnome-search-tool/sv/figures -@dirrm share/gnome/help/gnome-search-tool/sv -@dirrm share/gnome/help/gnome-search-tool/ru/figures -@dirrm share/gnome/help/gnome-search-tool/ru -@dirrm share/gnome/help/gnome-search-tool/oc/figures -@dirrm share/gnome/help/gnome-search-tool/oc -@dirrm share/gnome/help/gnome-search-tool/ko/figures -@dirrm share/gnome/help/gnome-search-tool/ko -@dirrm share/gnome/help/gnome-search-tool/it/figures -@dirrm share/gnome/help/gnome-search-tool/it -@dirrm share/gnome/help/gnome-search-tool/fr/figures -@dirrm share/gnome/help/gnome-search-tool/fr -@dirrm share/gnome/help/gnome-search-tool/fi/figures -@dirrm share/gnome/help/gnome-search-tool/fi -@dirrm share/gnome/help/gnome-search-tool/eu/figures -@dirrm share/gnome/help/gnome-search-tool/eu -@dirrm share/gnome/help/gnome-search-tool/es/figures -@dirrm share/gnome/help/gnome-search-tool/es -@dirrm share/gnome/help/gnome-search-tool/en_GB/figures -@dirrm share/gnome/help/gnome-search-tool/en_GB -@dirrm share/gnome/help/gnome-search-tool/el/figures -@dirrm share/gnome/help/gnome-search-tool/el -@dirrm share/gnome/help/gnome-search-tool/de/figures -@dirrm share/gnome/help/gnome-search-tool/de -@dirrm share/gnome/help/gnome-search-tool/cs/figures -@dirrm share/gnome/help/gnome-search-tool/cs -@dirrm share/gnome/help/gnome-search-tool/ca/figures -@dirrm share/gnome/help/gnome-search-tool/ca -@dirrm share/gnome/help/gnome-search-tool/C/figures -@dirrm share/gnome/help/gnome-search-tool/C -@dirrm share/gnome/help/gnome-search-tool -@dirrm share/gnome/help/gnome-dictionary/uk/figures -@dirrm share/gnome/help/gnome-dictionary/uk -@dirrm share/gnome/help/gnome-dictionary/sv/figures -@dirrm share/gnome/help/gnome-dictionary/sv -@dirrm share/gnome/help/gnome-dictionary/ru/figures -@dirrm share/gnome/help/gnome-dictionary/ru -@dirrm share/gnome/help/gnome-dictionary/oc/figures -@dirrm share/gnome/help/gnome-dictionary/oc -@dirrm share/gnome/help/gnome-dictionary/it/figures -@dirrm share/gnome/help/gnome-dictionary/it -@dirrm share/gnome/help/gnome-dictionary/fr/figures -@dirrm share/gnome/help/gnome-dictionary/fr -@dirrm share/gnome/help/gnome-dictionary/fi/figures -@dirrm share/gnome/help/gnome-dictionary/fi -@dirrm share/gnome/help/gnome-dictionary/eu/figures -@dirrm share/gnome/help/gnome-dictionary/eu -@dirrm share/gnome/help/gnome-dictionary/es/figures -@dirrm share/gnome/help/gnome-dictionary/es -@dirrm share/gnome/help/gnome-dictionary/en_GB/figures -@dirrm share/gnome/help/gnome-dictionary/en_GB -@dirrm share/gnome/help/gnome-dictionary/el/figures -@dirrm share/gnome/help/gnome-dictionary/el -@dirrm share/gnome/help/gnome-dictionary/de/figures -@dirrm share/gnome/help/gnome-dictionary/de -@dirrm share/gnome/help/gnome-dictionary/cs/figures -@dirrm share/gnome/help/gnome-dictionary/cs -@dirrm share/gnome/help/gnome-dictionary/ca/figures -@dirrm share/gnome/help/gnome-dictionary/ca -@dirrm share/gnome/help/gnome-dictionary/C/figures -@dirrm share/gnome/help/gnome-dictionary/C -@dirrm share/gnome/help/gnome-dictionary -@dirrm share/gnome/help/baobab/zh_TW/figures -@dirrm share/gnome/help/baobab/zh_TW -@dirrm share/gnome/help/baobab/zh_HK/figures -@dirrm share/gnome/help/baobab/zh_HK -@dirrm share/gnome/help/baobab/zh_CN/figures -@dirrm share/gnome/help/baobab/zh_CN -@dirrm share/gnome/help/baobab/uk/figures -@dirrm share/gnome/help/baobab/uk -@dirrm share/gnome/help/baobab/sv/figures -@dirrm share/gnome/help/baobab/sv -@dirrm share/gnome/help/baobab/ru/figures -@dirrm share/gnome/help/baobab/ru -@dirrm share/gnome/help/baobab/pl/figures -@dirrm share/gnome/help/baobab/pl -@dirrm share/gnome/help/baobab/oc/figures -@dirrm share/gnome/help/baobab/oc -@dirrm share/gnome/help/baobab/it/figures -@dirrm share/gnome/help/baobab/it -@dirrm share/gnome/help/baobab/fr/figures -@dirrm share/gnome/help/baobab/fr -@dirrm share/gnome/help/baobab/fi/figures -@dirrm share/gnome/help/baobab/fi -@dirrm share/gnome/help/baobab/eu/figures -@dirrm share/gnome/help/baobab/eu -@dirrm share/gnome/help/baobab/es/figures -@dirrm share/gnome/help/baobab/es -@dirrm share/gnome/help/baobab/en_GB/figures -@dirrm share/gnome/help/baobab/en_GB -@dirrm share/gnome/help/baobab/el/figures -@dirrm share/gnome/help/baobab/el -@dirrm share/gnome/help/baobab/de/figures -@dirrm share/gnome/help/baobab/de -@dirrm share/gnome/help/baobab/da/figures -@dirrm share/gnome/help/baobab/da -@dirrm share/gnome/help/baobab/cs/figures -@dirrm share/gnome/help/baobab/cs -@dirrm share/gnome/help/baobab/ca/figures -@dirrm share/gnome/help/baobab/ca -@dirrm share/gnome/help/baobab/C/figures -@dirrm share/gnome/help/baobab/C -@dirrm share/gnome/help/baobab -@dirrm %%DATADIR%% -@dirrm share/gnome-screenshot -@dirrm share/gnome-dictionary -@dirrm share/gdict-1.0/sources -@dirrm share/gdict-1.0 -@dirrm share/baobab/pixmaps -@dirrm share/baobab -@dirrm share/doc/gdict -@dirrm include/gdict-1.0/gdict -@dirrm include/gdict-1.0 -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile deleted file mode 100644 index 99789bae9..000000000 --- a/deskutils/gnote/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: gnote -# Date created: 20 July 2009 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnote/Makefile,v 1.5 2009/10/11 11:39:12 kwm Exp $ -# - -PORTNAME= gnote -PORTVERSION= 0.6.3 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A port of Tomboy to C++, note taking application - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid - -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gconf2 intltool ltverhack gnomepanel -USE_GETTEXT= yes -INSTALLS_OMF= yes -GCONF_SCHEMAS= gnote.schemas -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PANELAPPLET_LIBDIR="${PREFIX}/libdata" -CONFIGURE_ARGS= --disable-dbus -DOCS= AUTHORS COPYING ChangeLog NEWS README TODO -MAN1= gnote.1 - -.if !defined(WITHOUT_APPLET) -LIB_DEPENDS+= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm -CONFIGURE_ARGS+=--enable-applet -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -PLIST_SUB+= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \ - ${WRKSRC}/configure - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/deskutils/gnote/distinfo b/deskutils/gnote/distinfo deleted file mode 100644 index 550f6e2a8..000000000 --- a/deskutils/gnote/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnote-0.6.3.tar.gz) = 84df707352eae288d1d8536796ab41f8 -SHA256 (gnote-0.6.3.tar.gz) = affd34cef21883ab831b901a82804dd3bde03dc621ec4cda7ddb2f5b66ce13d9 -SIZE (gnote-0.6.3.tar.gz) = 1754426 diff --git a/deskutils/gnote/files/patch-src_sharp_datetime.cpp b/deskutils/gnote/files/patch-src_sharp_datetime.cpp deleted file mode 100644 index 71ce22078..000000000 --- a/deskutils/gnote/files/patch-src_sharp_datetime.cpp +++ /dev/null @@ -1,36 +0,0 @@ ---- src/sharp/datetime.cpp.orig 2009-07-21 22:13:30.000000000 -0500 -+++ src/sharp/datetime.cpp 2009-07-21 22:25:29.000000000 -0500 -@@ -69,14 +69,14 @@ - int DateTime::year() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_year; - } - - int DateTime::day_of_year() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_yday; - } - -@@ -95,14 +95,14 @@ - std::string DateTime::to_string(const char * format) const - { - struct tm result; -- return _to_string(format, localtime_r(&m_date.tv_sec, &result)); -+ return _to_string(format, localtime_r((const time_t *)&m_date.tv_sec, &result)); - } - - - std::string DateTime::to_short_time_string() const - { - struct tm result; -- return _to_string("%R", localtime_r(&m_date.tv_sec, &result)); -+ return _to_string("%R", localtime_r((const time_t *)&m_date.tv_sec, &result)); - } - - std::string DateTime::to_iso8601() const diff --git a/deskutils/gnote/pkg-descr b/deskutils/gnote/pkg-descr deleted file mode 100644 index 5dd92d247..000000000 --- a/deskutils/gnote/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Gnote is a port of Tomboy to C++. - -It is the same note taking application, including most of the add-ins (more -are to come). Synchronization support is being worked on. - -WWW: http://live.gnome.org/Gnote diff --git a/deskutils/gnote/pkg-plist b/deskutils/gnote/pkg-plist deleted file mode 100644 index 3b73c506f..000000000 --- a/deskutils/gnote/pkg-plist +++ /dev/null @@ -1,244 +0,0 @@ -bin/gnote -lib/gnote/addins/%%VERSION%%/backlinks.a -lib/gnote/addins/%%VERSION%%/backlinks.la -lib/gnote/addins/%%VERSION%%/backlinks.so -lib/gnote/addins/%%VERSION%%/bugzilla.a -lib/gnote/addins/%%VERSION%%/bugzilla.la -lib/gnote/addins/%%VERSION%%/bugzilla.so -lib/gnote/addins/%%VERSION%%/exporttohtml.a -lib/gnote/addins/%%VERSION%%/exporttohtml.la -lib/gnote/addins/%%VERSION%%/exporttohtml.so -lib/gnote/addins/%%VERSION%%/fixedwidth.a -lib/gnote/addins/%%VERSION%%/fixedwidth.la -lib/gnote/addins/%%VERSION%%/fixedwidth.so -lib/gnote/addins/%%VERSION%%/inserttimestamp.a -lib/gnote/addins/%%VERSION%%/inserttimestamp.la -lib/gnote/addins/%%VERSION%%/inserttimestamp.so -lib/gnote/addins/%%VERSION%%/printnotes.a -lib/gnote/addins/%%VERSION%%/printnotes.la -lib/gnote/addins/%%VERSION%%/printnotes.so -lib/gnote/addins/%%VERSION%%/stickynoteimport.a -lib/gnote/addins/%%VERSION%%/stickynoteimport.la -lib/gnote/addins/%%VERSION%%/stickynoteimport.so -lib/gnote/addins/%%VERSION%%/tomboyimport.a -lib/gnote/addins/%%VERSION%%/tomboyimport.la -lib/gnote/addins/%%VERSION%%/tomboyimport.so -lib/gnote/addins/%%VERSION%%/underline.a -lib/gnote/addins/%%VERSION%%/underline.la -lib/gnote/addins/%%VERSION%%/underline.so -%%APPLET%%libdata/bonobo/servers/GNOME_GnoteApplet.server -%%APPLET%%libexec/gnote-applet -share/applications/gnote.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/help/gnote/C/figures/add-notebook-search.png -share/gnome/help/gnote/C/figures/add-to-notebook.png -share/gnome/help/gnote/C/figures/delete-notebook.png -share/gnome/help/gnote/C/figures/gnote-main-menu.png -share/gnome/help/gnote/C/figures/gnote-new-note.png -share/gnome/help/gnote/C/figures/gnote-panel.png -share/gnome/help/gnote/C/figures/gnote-pindown.png -share/gnome/help/gnote/C/figures/gnote-pinup.png -share/gnome/help/gnote/C/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/C/figures/gnote-preferences-editing.png -share/gnome/help/gnote/C/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/C/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/C/figures/gnote-tools.png -share/gnome/help/gnote/C/figures/move-notes-search.png -share/gnome/help/gnote/C/figures/new-notebook.png -share/gnome/help/gnote/C/figures/note-template.png -share/gnome/help/gnote/C/figures/notebook-icon.png -share/gnome/help/gnote/C/gnote.xml -share/gnome/help/gnote/C/legal.xml -share/gnome/help/gnote/de/figures/add-notebook-search.png -share/gnome/help/gnote/de/figures/add-to-notebook.png -share/gnome/help/gnote/de/figures/delete-notebook.png -share/gnome/help/gnote/de/figures/gnote-main-menu.png -share/gnome/help/gnote/de/figures/gnote-new-note.png -share/gnome/help/gnote/de/figures/gnote-panel.png -share/gnome/help/gnote/de/figures/gnote-pindown.png -share/gnome/help/gnote/de/figures/gnote-pinup.png -share/gnome/help/gnote/de/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/de/figures/gnote-preferences-editing.png -share/gnome/help/gnote/de/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/de/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/de/figures/gnote-tools.png -share/gnome/help/gnote/de/figures/move-notes-search.png -share/gnome/help/gnote/de/figures/new-notebook.png -share/gnome/help/gnote/de/figures/note-template.png -share/gnome/help/gnote/de/figures/notebook-icon.png -share/gnome/help/gnote/de/gnote.xml -share/gnome/help/gnote/de/legal.xml -share/gnome/help/gnote/el/figures/add-notebook-search.png -share/gnome/help/gnote/el/figures/add-to-notebook.png -share/gnome/help/gnote/el/figures/delete-notebook.png -share/gnome/help/gnote/el/figures/gnote-main-menu.png -share/gnome/help/gnote/el/figures/gnote-new-note.png -share/gnome/help/gnote/el/figures/gnote-panel.png -share/gnome/help/gnote/el/figures/gnote-pindown.png -share/gnome/help/gnote/el/figures/gnote-pinup.png -share/gnome/help/gnote/el/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/el/figures/gnote-preferences-editing.png -share/gnome/help/gnote/el/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/el/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/el/figures/gnote-tools.png -share/gnome/help/gnote/el/figures/move-notes-search.png -share/gnome/help/gnote/el/figures/new-notebook.png -share/gnome/help/gnote/el/figures/note-template.png -share/gnome/help/gnote/el/figures/notebook-icon.png -share/gnome/help/gnote/el/gnote.xml -share/gnome/help/gnote/el/legal.xml -share/gnome/help/gnote/es/figures/add-notebook-search.png -share/gnome/help/gnote/es/figures/add-to-notebook.png -share/gnome/help/gnote/es/figures/delete-notebook.png -share/gnome/help/gnote/es/figures/gnote-main-menu.png -share/gnome/help/gnote/es/figures/gnote-new-note.png -share/gnome/help/gnote/es/figures/gnote-panel.png -share/gnome/help/gnote/es/figures/gnote-pindown.png -share/gnome/help/gnote/es/figures/gnote-pinup.png -share/gnome/help/gnote/es/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/es/figures/gnote-preferences-editing.png -share/gnome/help/gnote/es/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/es/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/es/figures/gnote-tools.png -share/gnome/help/gnote/es/figures/move-notes-search.png -share/gnome/help/gnote/es/figures/new-notebook.png -share/gnome/help/gnote/es/figures/note-template.png -share/gnome/help/gnote/es/figures/notebook-icon.png -share/gnome/help/gnote/es/gnote.xml -share/gnome/help/gnote/es/legal.xml -share/gnome/help/gnote/sv/figures/add-notebook-search.png -share/gnome/help/gnote/sv/figures/add-to-notebook.png -share/gnome/help/gnote/sv/figures/delete-notebook.png -share/gnome/help/gnote/sv/figures/gnote-main-menu.png -share/gnome/help/gnote/sv/figures/gnote-new-note.png -share/gnome/help/gnote/sv/figures/gnote-panel.png -share/gnome/help/gnote/sv/figures/gnote-pindown.png -share/gnome/help/gnote/sv/figures/gnote-pinup.png -share/gnome/help/gnote/sv/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/sv/figures/gnote-preferences-editing.png -share/gnome/help/gnote/sv/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/sv/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/sv/figures/gnote-tools.png -share/gnome/help/gnote/sv/figures/move-notes-search.png -share/gnome/help/gnote/sv/figures/new-notebook.png -share/gnome/help/gnote/sv/figures/note-template.png -share/gnome/help/gnote/sv/figures/notebook-icon.png -share/gnome/help/gnote/sv/gnote.xml -share/gnome/help/gnote/sv/legal.xml -%%DATADIR%%/GNOME_GnoteApplet.xml -%%DATADIR%%/UIManagerLayout.xml -%%DATADIR%%/exporttohtml.xsl -%%DATADIR%%/icons/hicolor/16x16/actions/note-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/16x16/apps/bug.png -%%DATADIR%%/icons/hicolor/16x16/places/note.png -%%DATADIR%%/icons/hicolor/16x16/places/notebook.png -%%DATADIR%%/icons/hicolor/16x16/status/pin-active.png -%%DATADIR%%/icons/hicolor/16x16/status/pin-down.png -%%DATADIR%%/icons/hicolor/16x16/status/pin-up.png -%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-all.png -%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-unfiled.png -%%DATADIR%%/icons/hicolor/22x22/actions/note-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/22x22/places/note.png -%%DATADIR%%/icons/hicolor/22x22/places/notebook.png -%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-all.png -%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-unfiled.png -%%DATADIR%%/icons/hicolor/24x24/actions/note-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/24x24/places/note.png -%%DATADIR%%/icons/hicolor/24x24/places/notebook.png -%%DATADIR%%/icons/hicolor/48x48/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/scalable/actions/notebook-new.svg -share/icons/hicolor/16x16/apps/gnote.png -share/icons/hicolor/22x22/apps/gnote.png -share/icons/hicolor/24x24/apps/gnote.png -share/icons/hicolor/32x32/apps/gnote.png -share/icons/hicolor/48x48/apps/gnote.png -share/icons/hicolor/scalable/apps/gnote.svg -share/locale/ar/LC_MESSAGES/gnote.mo -share/locale/as/LC_MESSAGES/gnote.mo -share/locale/bn_IN/LC_MESSAGES/gnote.mo -share/locale/ca/LC_MESSAGES/gnote.mo -share/locale/cs/LC_MESSAGES/gnote.mo -share/locale/de/LC_MESSAGES/gnote.mo -share/locale/el/LC_MESSAGES/gnote.mo -share/locale/en_GB/LC_MESSAGES/gnote.mo -share/locale/es/LC_MESSAGES/gnote.mo -share/locale/fr/LC_MESSAGES/gnote.mo -share/locale/gl/LC_MESSAGES/gnote.mo -share/locale/gu/LC_MESSAGES/gnote.mo -share/locale/he/LC_MESSAGES/gnote.mo -share/locale/hu/LC_MESSAGES/gnote.mo -share/locale/id/LC_MESSAGES/gnote.mo -share/locale/it/LC_MESSAGES/gnote.mo -share/locale/ja/LC_MESSAGES/gnote.mo -share/locale/kn/LC_MESSAGES/gnote.mo -share/locale/ko/LC_MESSAGES/gnote.mo -share/locale/lt/LC_MESSAGES/gnote.mo -share/locale/mr/LC_MESSAGES/gnote.mo -share/locale/or/LC_MESSAGES/gnote.mo -share/locale/pa/LC_MESSAGES/gnote.mo -share/locale/pl/LC_MESSAGES/gnote.mo -share/locale/pt/LC_MESSAGES/gnote.mo -share/locale/pt_BR/LC_MESSAGES/gnote.mo -share/locale/ru/LC_MESSAGES/gnote.mo -share/locale/sl/LC_MESSAGES/gnote.mo -share/locale/sv/LC_MESSAGES/gnote.mo -share/locale/ta/LC_MESSAGES/gnote.mo -share/locale/te/LC_MESSAGES/gnote.mo -share/locale/th/LC_MESSAGES/gnote.mo -share/locale/zh_CN/LC_MESSAGES/gnote.mo -share/omf/gnote/gnote-C.omf -share/omf/gnote/gnote-de.omf -share/omf/gnote/gnote-el.omf -share/omf/gnote/gnote-es.omf -share/omf/gnote/gnote-sv.omf -@dirrm share/omf/gnote -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/places -@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%% -@dirrm share/gnome/help/gnote/sv/figures -@dirrm share/gnome/help/gnote/sv -@dirrm share/gnome/help/gnote/es/figures -@dirrm share/gnome/help/gnote/es -@dirrm share/gnome/help/gnote/el/figures -@dirrm share/gnome/help/gnote/el -@dirrm share/gnome/help/gnote/de/figures -@dirrm share/gnome/help/gnote/de -@dirrm share/gnome/help/gnote/C/figures -@dirrm share/gnome/help/gnote/C -@dirrm share/gnome/help/gnote -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/gnote/addins/%%VERSION%% -@dirrmtry lib/gnote/addins -@dirrmtry lib/gnote diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile deleted file mode 100644 index c8601f666..000000000 --- a/deskutils/gnotime/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: gnotime -# Date created: 1 March 2003 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnotime/Makefile,v 1.23 2009/09/28 10:12:40 kwm Exp $ -# - -PORTNAME= gnotime -PORTVERSION= 2.3.0 -PORTREVISION= 3 -CATEGORIES= deskutils gnome -MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:gttr SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:qof -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gttr \ - ${QOF_DISTNAME}${EXTRACT_SUFX}:qof - -MAINTAINER= ports@FreeBSD.org -COMMENT= A time tracker for gnome2 - -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile - -USE_XORG= xscrnsaver -USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgnomeui -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 libltdl:22 -LIBTOOLFILES= configure ../${QOF_DISTNAME}/configure -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - LIBQOF_CFLAGS="${LIBQOF_CFLAGS}" LIBQOF_LIBS="${LIBQOF_LIBS}" -USE_LDCONFIG= yes -INSTALLS_OMF= yes - -MAN1= gnotime.1 gnotime-remote.1 -GCONF_SCHEMAS= gnotime.schemas - -QOF_DISTNAME= qof-0.7.5 -QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME} - -CPPFLAGS= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` -LDFLAGS= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` -LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof -LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof - -post-patch: - @${REINPLACE_CMD} -e \ - '/CFLAGS=/s|-g2||g' ${QOF_WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|__isleap|qof_date_isleap|g' ${QOF_WRKSRC}/qof/qofdate.c - @${FIND} ${QOF_WRKSRC} -name "Makefile.in" -print0 | \ - ${XARGS} -0 ${REINPLACE_CMD} -e \ - '/^AM_CFLAGS =/s|-g||g ; \ - s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' - -pre-configure: - @(cd ${QOF_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - CC="${CC}" CFLAGS="${CFLAGS}" \ - CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - ./configure --prefix=${PREFIX} --disable-error-on-warning \ - --disable-sqlite --disable-gdasql) - -pre-build: - @(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - -pre-install: - @(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.include <bsd.port.mk> diff --git a/deskutils/gnotime/distinfo b/deskutils/gnotime/distinfo deleted file mode 100644 index d78f7549e..000000000 --- a/deskutils/gnotime/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gnotime-2.3.0.tar.gz) = dd92b8c8a1f45e33000a3e14f227bcf8 -SHA256 (gnotime-2.3.0.tar.gz) = 556e9bdc7704fa6bebce51581046d6c68b2428cd83e5fffae3f53e5a22906f24 -SIZE (gnotime-2.3.0.tar.gz) = 1987788 -MD5 (qof-0.7.5.tar.gz) = 91adad70f0a1da22f5e8c5cfd2b16f22 -SHA256 (qof-0.7.5.tar.gz) = 39dbb47f59ef33d4754f622c4afcc201862743dbd974172f19be0c19cb53428c -SIZE (qof-0.7.5.tar.gz) = 906010 diff --git a/deskutils/gnotime/pkg-descr b/deskutils/gnotime/pkg-descr deleted file mode 100644 index d13476231..000000000 --- a/deskutils/gnotime/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Time (formerly GTT, the Gnome Time Tracker) is a desktop utility for -tracking the amount of time spent on projects, and generating -configurable invoices based on that time. - -WWW: http://gttr.sourceforge.net/ diff --git a/deskutils/gnotime/pkg-plist b/deskutils/gnotime/pkg-plist deleted file mode 100644 index ee89344ed..000000000 --- a/deskutils/gnotime/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/gnotime -bin/gnotime-remote -include/qof/deprecated.h -include/qof/guid.h -include/qof/kvpframe.h -include/qof/kvputil-p.h -include/qof/kvputil.h -include/qof/qof-backend-qsf.h -include/qof/qof.h -include/qof/qofbackend-p.h -include/qof/qofbackend.h -include/qof/qofbook.h -include/qof/qofbookmerge.h -include/qof/qofchoice.h -include/qof/qofclass.h -include/qof/qofdate.h -include/qof/qoferror.h -include/qof/qofevent.h -include/qof/qofgobj.h -include/qof/qofid-p.h -include/qof/qofid.h -include/qof/qofinstance-p.h -include/qof/qofinstance.h -include/qof/qofla-dir.h -include/qof/qoflog.h -include/qof/qofnumeric.h -include/qof/qofobject.h -include/qof/qofquery-p.h -include/qof/qofquery.h -include/qof/qofquerycore-p.h -include/qof/qofquerycore.h -include/qof/qofreference.h -include/qof/qofsession.h -include/qof/qofsql.h -include/qof/qoftime.h -include/qof/qofundo.h -include/qof/qofutil.h -include/qof/sql_parser.h -lib/libqof-backend-qsf.a -lib/libqof-backend-qsf.la -lib/libqof-backend-qsf.so -lib/libqof-backend-qsf.so.0 -lib/libqof.a -lib/libqof.la -lib/libqof.so -lib/libqof.so.1 -lib/libqofsql.a -lib/libqofsql.la -lib/libqofsql.so -lib/libqofsql.so.1 -libdata/pkgconfig/qof-1.pc -libdata/pkgconfig/qof.pc -share/applications/gnotime.desktop -share/gnome/help/gnotime/C/figures/gtt_edit_reports_dialog.png -share/gnome/help/gnotime/C/figures/gtt_mainwin.png -share/gnome/help/gnotime/C/figures/gtt_new_project.png -share/gnome/help/gnotime/C/figures/gtt_new_report_dialog.png -share/gnome/help/gnotime/C/figures/gtt_prefs_display.png -share/gnome/help/gnotime/C/figures/gtt_prefs_fields.png -share/gnome/help/gnotime/C/figures/gtt_prefs_logfile.png -share/gnome/help/gnotime/C/figures/gtt_prefs_misc.png -share/gnome/help/gnotime/C/figures/gtt_prefs_reports.png -share/gnome/help/gnotime/C/figures/gtt_prefs_shell.png -share/gnome/help/gnotime/C/figures/gtt_prefs_toolbar.png -share/gnome/help/gnotime/C/figures/gtt_prefswin.png -share/gnome/help/gnotime/C/figures/gtt_props_intervals.png -share/gnome/help/gnotime/C/figures/gtt_props_planning.png -share/gnome/help/gnotime/C/figures/gtt_props_project.png -share/gnome/help/gnotime/C/figures/gtt_props_rates.png -share/gnome/help/gnotime/C/figures/gtt_report_activity.png -share/gnome/help/gnotime/C/figures/gtt_report_daily.png -share/gnome/help/gnotime/C/figures/gtt_report_invoice.png -share/gnome/help/gnotime/C/figures/gtt_report_journal.png -share/gnome/help/gnotime/C/figures/gtt_report_todo.png -share/gnome/help/gnotime/C/figures/gtt_restartwin.png -share/gnome/help/gnotime/C/figures/gtt_startprojwin.png -share/gnome/help/gnotime/C/gnotime.xml -%%DATADIR%%/ghtml/C/activity.ghtml -%%DATADIR%%/ghtml/C/basic-daily.ghtml -%%DATADIR%%/ghtml/C/basic-invoice.ghtml -%%DATADIR%%/ghtml/C/basic-journal.ghtml -%%DATADIR%%/ghtml/C/basic-todo.ghtml -%%DATADIR%%/ghtml/C/daily.ghtml -%%DATADIR%%/ghtml/C/gnotime-logo.png -%%DATADIR%%/ghtml/C/gtt-style.css -%%DATADIR%%/ghtml/C/gtt.scm -%%DATADIR%%/ghtml/C/invoice.ghtml -%%DATADIR%%/ghtml/C/journal-rss.ghtml -%%DATADIR%%/ghtml/C/journal.ghtml -%%DATADIR%%/ghtml/C/monthly-daily.ghtml -%%DATADIR%%/ghtml/C/noproject.ghtml -%%DATADIR%%/ghtml/C/primer.ghtml -%%DATADIR%%/ghtml/C/query.ghtml -%%DATADIR%%/ghtml/C/status.ghtml -%%DATADIR%%/ghtml/C/tab-delim.ghtml -%%DATADIR%%/ghtml/C/todo-export.ghtml -%%DATADIR%%/ghtml/C/todo.ghtml -%%DATADIR%%/glade/active.glade -%%DATADIR%%/glade/column_menu.glade -%%DATADIR%%/glade/idle.glade -%%DATADIR%%/glade/interval_edit.glade -%%DATADIR%%/glade/interval_popup.glade -%%DATADIR%%/glade/journal.glade -%%DATADIR%%/glade/not-implemented.glade -%%DATADIR%%/glade/notes.glade -%%DATADIR%%/glade/plugin.glade -%%DATADIR%%/glade/plugin_editor.glade -%%DATADIR%%/glade/prefs.glade -%%DATADIR%%/glade/project_properties.glade -%%DATADIR%%/glade/task_popup.glade -%%DATADIR%%/glade/task_properties.glade -share/locale/az/LC_MESSAGES/gnotime-2.0.mo -share/locale/bg/LC_MESSAGES/gnotime-2.0.mo -share/locale/ca/LC_MESSAGES/gnotime-2.0.mo -share/locale/cs/LC_MESSAGES/gnotime-2.0.mo -share/locale/da/LC_MESSAGES/gnotime-2.0.mo -share/locale/de/LC_MESSAGES/gnotime-2.0.mo -share/locale/el/LC_MESSAGES/gnotime-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnotime-2.0.mo -share/locale/es/LC_MESSAGES/gnotime-2.0.mo -share/locale/et/LC_MESSAGES/gnotime-2.0.mo -share/locale/eu/LC_MESSAGES/gnotime-2.0.mo -share/locale/fi/LC_MESSAGES/gnotime-2.0.mo -share/locale/fr/LC_MESSAGES/gnotime-2.0.mo -share/locale/ga/LC_MESSAGES/gnotime-2.0.mo -share/locale/gl/LC_MESSAGES/gnotime-2.0.mo -share/locale/hu/LC_MESSAGES/gnotime-2.0.mo -share/locale/id/LC_MESSAGES/qof.mo -share/locale/it/LC_MESSAGES/gnotime-2.0.mo -share/locale/ja/LC_MESSAGES/gnotime-2.0.mo -share/locale/ko/LC_MESSAGES/gnotime-2.0.mo -share/locale/lt/LC_MESSAGES/gnotime-2.0.mo -share/locale/lv/LC_MESSAGES/gnotime-2.0.mo -share/locale/ms/LC_MESSAGES/gnotime-2.0.mo -share/locale/nb/LC_MESSAGES/gnotime-2.0.mo -share/locale/nl/LC_MESSAGES/gnotime-2.0.mo -share/locale/nn/LC_MESSAGES/gnotime-2.0.mo -share/locale/pl/LC_MESSAGES/gnotime-2.0.mo -share/locale/pt/LC_MESSAGES/gnotime-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnotime-2.0.mo -share/locale/pt_BR/LC_MESSAGES/qof.mo -share/locale/ro/LC_MESSAGES/gnotime-2.0.mo -share/locale/ro/LC_MESSAGES/qof.mo -share/locale/ru/LC_MESSAGES/gnotime-2.0.mo -share/locale/sk/LC_MESSAGES/gnotime-2.0.mo -share/locale/sl/LC_MESSAGES/gnotime-2.0.mo -share/locale/sv/LC_MESSAGES/gnotime-2.0.mo -share/locale/sv/LC_MESSAGES/qof.mo -share/locale/ta/LC_MESSAGES/gnotime-2.0.mo -share/locale/tr/LC_MESSAGES/gnotime-2.0.mo -share/locale/uk/LC_MESSAGES/gnotime-2.0.mo -share/locale/vi/LC_MESSAGES/gnotime-2.0.mo -share/locale/vi/LC_MESSAGES/qof.mo -share/locale/wa/LC_MESSAGES/gnotime-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnotime-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnotime-2.0.mo -share/omf/gnotime/gnotime-C.omf -share/xml/qof/qsf/pilot-qsf-GnuCashInvoice.xml -share/xml/qof/qsf/pilot-qsf-gncCustomer.xml -share/xml/qof/qsf/qsf-map.xsd.xml -share/xml/qof/qsf/qsf-object.xsd.xml -@dirrm share/xml/qof/qsf -@dirrm share/xml/qof -@dirrm share/omf/gnotime -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/ghtml/C -@dirrm %%DATADIR%%/ghtml -@dirrm %%DATADIR%% -@dirrm share/gnome/help/gnotime/C/figures -@dirrm share/gnome/help/gnotime/C -@dirrm share/gnome/help/gnotime -@dirrmtry share/applications -@dirrm include/qof diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile deleted file mode 100644 index 648681d74..000000000 --- a/deskutils/gucharmap/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.64 2009/10/19 20:18:23 kwm Exp $ -# - -PORTNAME= gucharmap -PORTVERSION= 2.28.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Unicode/ISO10646 character map and font viewer - -LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gucharmap.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo deleted file mode 100644 index c790d1e64..000000000 --- a/deskutils/gucharmap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gucharmap-2.28.1.tar.bz2) = 409a08462fab85daa5523e950a794561 -SHA256 (gnome2/gucharmap-2.28.1.tar.bz2) = 91e909a1223b60a466ca2001b41de43ca7e26104d7f4da6422ecbdc07970eee3 -SIZE (gnome2/gucharmap-2.28.1.tar.bz2) = 3073003 diff --git a/deskutils/gucharmap/pkg-descr b/deskutils/gucharmap/pkg-descr deleted file mode 100644 index e69361663..000000000 --- a/deskutils/gucharmap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gucharmap is a Unicode/ISO10646 character map and font viewer. It uses -GTK+ 2, and supports anti-aliased, scalable fonts. - -WWW: http://gucharmap.sourceforge.net/ diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist deleted file mode 100644 index c7930f9bb..000000000 --- a/deskutils/gucharmap/pkg-plist +++ /dev/null @@ -1,262 +0,0 @@ -bin/charmap -bin/gnome-character-map -bin/gucharmap -include/gucharmap-2/gucharmap/gucharmap-block-chapters-model.h -include/gucharmap-2/gucharmap/gucharmap-block-codepoint-list.h -include/gucharmap-2/gucharmap/gucharmap-chapters-model.h -include/gucharmap-2/gucharmap/gucharmap-chapters-view.h -include/gucharmap-2/gucharmap/gucharmap-charmap.h -include/gucharmap-2/gucharmap/gucharmap-chartable.h -include/gucharmap-2/gucharmap/gucharmap-codepoint-list.h -include/gucharmap-2/gucharmap/gucharmap-script-chapters-model.h -include/gucharmap-2/gucharmap/gucharmap-script-codepoint-list.h -include/gucharmap-2/gucharmap/gucharmap-type-builtins.h -include/gucharmap-2/gucharmap/gucharmap-unicode-info.h -include/gucharmap-2/gucharmap/gucharmap.h -lib/libgucharmap.la -lib/libgucharmap.so -lib/libgucharmap.so.7 -libdata/pkgconfig/gucharmap-2.pc -share/applications/gucharmap.desktop -share/gnome/help/gucharmap/C/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/C/figures/gucharmap_window.png -share/gnome/help/gucharmap/C/gucharmap.xml -share/gnome/help/gucharmap/C/legal.xml -share/gnome/help/gucharmap/bg/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/bg/figures/gucharmap_window.png -share/gnome/help/gucharmap/bg/gucharmap.xml -share/gnome/help/gucharmap/ca/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ca/figures/gucharmap_window.png -share/gnome/help/gucharmap/ca/gucharmap.xml -share/gnome/help/gucharmap/cs/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/cs/figures/gucharmap_window.png -share/gnome/help/gucharmap/cs/gucharmap.xml -share/gnome/help/gucharmap/de/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/de/figures/gucharmap_window.png -share/gnome/help/gucharmap/de/gucharmap.xml -share/gnome/help/gucharmap/el/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/el/figures/gucharmap_window.png -share/gnome/help/gucharmap/el/gucharmap.xml -share/gnome/help/gucharmap/en_GB/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/en_GB/figures/gucharmap_window.png -share/gnome/help/gucharmap/en_GB/gucharmap.xml -share/gnome/help/gucharmap/es/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/es/figures/gucharmap_window.png -share/gnome/help/gucharmap/es/gucharmap.xml -share/gnome/help/gucharmap/fi/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/fi/figures/gucharmap_window.png -share/gnome/help/gucharmap/fi/gucharmap.xml -share/gnome/help/gucharmap/fr/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/fr/figures/gucharmap_window.png -share/gnome/help/gucharmap/fr/gucharmap.xml -share/gnome/help/gucharmap/it/figures/gucharmap_window.png -share/gnome/help/gucharmap/it/gucharmap.xml -share/gnome/help/gucharmap/it/legal.xml -share/gnome/help/gucharmap/ja/figures/gucharmap_window.png -share/gnome/help/gucharmap/ja/gucharmap.xml -share/gnome/help/gucharmap/ja/legal.xml -share/gnome/help/gucharmap/ko/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ko/figures/gucharmap_window.png -share/gnome/help/gucharmap/ko/gucharmap.xml -share/gnome/help/gucharmap/oc/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/oc/figures/gucharmap_window.png -share/gnome/help/gucharmap/oc/gucharmap.xml -share/gnome/help/gucharmap/pt_BR/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/pt_BR/figures/gucharmap_window.png -share/gnome/help/gucharmap/pt_BR/gucharmap.xml -share/gnome/help/gucharmap/ru/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ru/figures/gucharmap_window.png -share/gnome/help/gucharmap/ru/gucharmap.xml -share/gnome/help/gucharmap/sv/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/sv/figures/gucharmap_window.png -share/gnome/help/gucharmap/sv/gucharmap.xml -share/gnome/help/gucharmap/vi/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/vi/figures/gucharmap_window.png -share/gnome/help/gucharmap/vi/gucharmap.xml -share/gnome/help/gucharmap/zh_CN/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_CN/gucharmap.xml -share/gnome/help/gucharmap/zh_CN/legal.xml -share/gnome/help/gucharmap/zh_TW/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_TW/gucharmap.xml -share/gnome/help/gucharmap/zh_TW/legal.xml -share/locale/af/LC_MESSAGES/gucharmap.mo -share/locale/am/LC_MESSAGES/gucharmap.mo -share/locale/ar/LC_MESSAGES/gucharmap.mo -share/locale/as/LC_MESSAGES/gucharmap.mo -share/locale/ast/LC_MESSAGES/gucharmap.mo -share/locale/az/LC_MESSAGES/gucharmap.mo -share/locale/be/LC_MESSAGES/gucharmap.mo -share/locale/be@latin/LC_MESSAGES/gucharmap.mo -share/locale/bg/LC_MESSAGES/gucharmap.mo -share/locale/bn/LC_MESSAGES/gucharmap.mo -share/locale/bn_IN/LC_MESSAGES/gucharmap.mo -share/locale/br/LC_MESSAGES/gucharmap.mo -share/locale/bs/LC_MESSAGES/gucharmap.mo -share/locale/ca/LC_MESSAGES/gucharmap.mo -share/locale/ca@valencia/LC_MESSAGES/gucharmap.mo -share/locale/cs/LC_MESSAGES/gucharmap.mo -share/locale/cy/LC_MESSAGES/gucharmap.mo -share/locale/da/LC_MESSAGES/gucharmap.mo -share/locale/de/LC_MESSAGES/gucharmap.mo -share/locale/dz/LC_MESSAGES/gucharmap.mo -share/locale/el/LC_MESSAGES/gucharmap.mo -share/locale/en_CA/LC_MESSAGES/gucharmap.mo -share/locale/en_GB/LC_MESSAGES/gucharmap.mo -share/locale/eo/LC_MESSAGES/gucharmap.mo -share/locale/es/LC_MESSAGES/gucharmap.mo -share/locale/et/LC_MESSAGES/gucharmap.mo -share/locale/eu/LC_MESSAGES/gucharmap.mo -share/locale/fa/LC_MESSAGES/gucharmap.mo -share/locale/fi/LC_MESSAGES/gucharmap.mo -share/locale/fr/LC_MESSAGES/gucharmap.mo -share/locale/ga/LC_MESSAGES/gucharmap.mo -share/locale/gl/LC_MESSAGES/gucharmap.mo -share/locale/gu/LC_MESSAGES/gucharmap.mo -share/locale/he/LC_MESSAGES/gucharmap.mo -share/locale/hi/LC_MESSAGES/gucharmap.mo -share/locale/hr/LC_MESSAGES/gucharmap.mo -share/locale/hu/LC_MESSAGES/gucharmap.mo -share/locale/id/LC_MESSAGES/gucharmap.mo -share/locale/is/LC_MESSAGES/gucharmap.mo -share/locale/it/LC_MESSAGES/gucharmap.mo -share/locale/ja/LC_MESSAGES/gucharmap.mo -share/locale/ka/LC_MESSAGES/gucharmap.mo -share/locale/kn/LC_MESSAGES/gucharmap.mo -share/locale/ko/LC_MESSAGES/gucharmap.mo -share/locale/lt/LC_MESSAGES/gucharmap.mo -share/locale/lv/LC_MESSAGES/gucharmap.mo -share/locale/mai/LC_MESSAGES/gucharmap.mo -share/locale/mi/LC_MESSAGES/gucharmap.mo -share/locale/mk/LC_MESSAGES/gucharmap.mo -share/locale/ml/LC_MESSAGES/gucharmap.mo -share/locale/mn/LC_MESSAGES/gucharmap.mo -share/locale/mr/LC_MESSAGES/gucharmap.mo -share/locale/ms/LC_MESSAGES/gucharmap.mo -share/locale/nb/LC_MESSAGES/gucharmap.mo -share/locale/ne/LC_MESSAGES/gucharmap.mo -share/locale/nl/LC_MESSAGES/gucharmap.mo -share/locale/nn/LC_MESSAGES/gucharmap.mo -share/locale/oc/LC_MESSAGES/gucharmap.mo -share/locale/or/LC_MESSAGES/gucharmap.mo -share/locale/pa/LC_MESSAGES/gucharmap.mo -share/locale/pl/LC_MESSAGES/gucharmap.mo -share/locale/pt/LC_MESSAGES/gucharmap.mo -share/locale/pt_BR/LC_MESSAGES/gucharmap.mo -share/locale/ro/LC_MESSAGES/gucharmap.mo -share/locale/ru/LC_MESSAGES/gucharmap.mo -share/locale/rw/LC_MESSAGES/gucharmap.mo -share/locale/si/LC_MESSAGES/gucharmap.mo -share/locale/sk/LC_MESSAGES/gucharmap.mo -share/locale/sl/LC_MESSAGES/gucharmap.mo -share/locale/sq/LC_MESSAGES/gucharmap.mo -share/locale/sr/LC_MESSAGES/gucharmap.mo -share/locale/sr@latin/LC_MESSAGES/gucharmap.mo -share/locale/sv/LC_MESSAGES/gucharmap.mo -share/locale/ta/LC_MESSAGES/gucharmap.mo -share/locale/te/LC_MESSAGES/gucharmap.mo -share/locale/th/LC_MESSAGES/gucharmap.mo -share/locale/tr/LC_MESSAGES/gucharmap.mo -share/locale/uk/LC_MESSAGES/gucharmap.mo -share/locale/vi/LC_MESSAGES/gucharmap.mo -share/locale/wa/LC_MESSAGES/gucharmap.mo -share/locale/xh/LC_MESSAGES/gucharmap.mo -share/locale/zh_CN/LC_MESSAGES/gucharmap.mo -share/locale/zh_HK/LC_MESSAGES/gucharmap.mo -share/locale/zh_TW/LC_MESSAGES/gucharmap.mo -share/omf/gucharmap/gucharmap-C.omf -share/omf/gucharmap/gucharmap-bg.omf -share/omf/gucharmap/gucharmap-ca.omf -share/omf/gucharmap/gucharmap-cs.omf -share/omf/gucharmap/gucharmap-de.omf -share/omf/gucharmap/gucharmap-el.omf -share/omf/gucharmap/gucharmap-en_GB.omf -share/omf/gucharmap/gucharmap-es.omf -share/omf/gucharmap/gucharmap-fi.omf -share/omf/gucharmap/gucharmap-fr.omf -share/omf/gucharmap/gucharmap-it.omf -share/omf/gucharmap/gucharmap-ja.omf -share/omf/gucharmap/gucharmap-ko.omf -share/omf/gucharmap/gucharmap-oc.omf -share/omf/gucharmap/gucharmap-pt_BR.omf -share/omf/gucharmap/gucharmap-ru.omf -share/omf/gucharmap/gucharmap-sv.omf -share/omf/gucharmap/gucharmap-vi.omf -share/omf/gucharmap/gucharmap-zh_CN.omf -share/omf/gucharmap/gucharmap-zh_TW.omf -@dirrm share/omf/gucharmap -@dirrm share/gnome/help/gucharmap/zh_TW/figures -@dirrm share/gnome/help/gucharmap/zh_TW -@dirrm share/gnome/help/gucharmap/zh_CN/figures -@dirrm share/gnome/help/gucharmap/zh_CN -@dirrm share/gnome/help/gucharmap/vi/figures -@dirrm share/gnome/help/gucharmap/vi -@dirrm share/gnome/help/gucharmap/sv/figures -@dirrm share/gnome/help/gucharmap/sv -@dirrm share/gnome/help/gucharmap/ru/figures -@dirrm share/gnome/help/gucharmap/ru -@dirrm share/gnome/help/gucharmap/pt_BR/figures -@dirrm share/gnome/help/gucharmap/pt_BR -@dirrm share/gnome/help/gucharmap/oc/figures -@dirrm share/gnome/help/gucharmap/oc -@dirrm share/gnome/help/gucharmap/ko/figures -@dirrm share/gnome/help/gucharmap/ko -@dirrm share/gnome/help/gucharmap/ja/figures -@dirrm share/gnome/help/gucharmap/ja -@dirrm share/gnome/help/gucharmap/it/figures -@dirrm share/gnome/help/gucharmap/it -@dirrm share/gnome/help/gucharmap/fr/figures -@dirrm share/gnome/help/gucharmap/fr -@dirrm share/gnome/help/gucharmap/fi/figures -@dirrm share/gnome/help/gucharmap/fi -@dirrm share/gnome/help/gucharmap/es/figures -@dirrm share/gnome/help/gucharmap/es -@dirrm share/gnome/help/gucharmap/en_GB/figures -@dirrm share/gnome/help/gucharmap/en_GB -@dirrm share/gnome/help/gucharmap/el/figures -@dirrm share/gnome/help/gucharmap/el -@dirrm share/gnome/help/gucharmap/de/figures -@dirrm share/gnome/help/gucharmap/de -@dirrm share/gnome/help/gucharmap/cs/figures -@dirrm share/gnome/help/gucharmap/cs -@dirrm share/gnome/help/gucharmap/ca/figures -@dirrm share/gnome/help/gucharmap/ca -@dirrm share/gnome/help/gucharmap/bg/figures -@dirrm share/gnome/help/gucharmap/bg -@dirrm share/gnome/help/gucharmap/C/figures -@dirrm share/gnome/help/gucharmap/C -@dirrm share/gnome/help/gucharmap -@dirrmtry share/applications -@dirrm include/gucharmap-2/gucharmap -@dirrm include/gucharmap-2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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 diff --git a/deskutils/hamster-applet/Makefile b/deskutils/hamster-applet/Makefile deleted file mode 100644 index dfc40bee5..000000000 --- a/deskutils/hamster-applet/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: hamster-applet -# Date created: 06 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.28 2009/09/22 10:35:27 avl Exp $ -# - -PORTNAME= hamster-applet -PORTVERSION= 2.28.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Time management applet for the GNOME Desktop - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_XORG= xscrnsaver -USE_GNOME= gnomeprefix intlhack gnomehack pygnomedesktop \ - gnomecontrolcenter2 -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= hamster-applet.schemas - -.include <bsd.port.mk> diff --git a/deskutils/hamster-applet/distinfo b/deskutils/hamster-applet/distinfo deleted file mode 100644 index 0e5ed6463..000000000 --- a/deskutils/hamster-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/hamster-applet-2.28.1.tar.bz2) = f4c68e02b487b9e0d284e63a411d8cdd -SHA256 (gnome2/hamster-applet-2.28.1.tar.bz2) = ab9ae10380aeb0aea09e42fd5e7ebd7b09116c0608740b5fa9eda8433d9e31c9 -SIZE (gnome2/hamster-applet-2.28.1.tar.bz2) = 517073 diff --git a/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py b/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py deleted file mode 100644 index 6d436ef15..000000000 --- a/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py +++ /dev/null @@ -1,23 +0,0 @@ ---- hamster/hamster-applet.py.orig 2009-07-19 21:41:20.000000000 +1000 -+++ hamster/hamster-applet.py 2009-07-19 21:41:46.000000000 +1000 -@@ -37,14 +37,14 @@ from hamster import defs - from hamster.configuration import runtime - - # Setup i18n --locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+#locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) - --for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+#for module in (gettext, locale): -+# module.bindtextdomain('hamster-applet', locale_dir) -+# module.textdomain('hamster-applet') - -- if hasattr(module, 'bind_textdomain_codeset'): -- module.bind_textdomain_codeset('hamster-applet','UTF-8') -+# if hasattr(module, 'bind_textdomain_codeset'): -+# module.bind_textdomain_codeset('hamster-applet','UTF-8') - - - from hamster.applet import HamsterApplet diff --git a/deskutils/hamster-applet/pkg-descr b/deskutils/hamster-applet/pkg-descr deleted file mode 100644 index 9e3edc3cb..000000000 --- a/deskutils/hamster-applet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Hamster Applet allows you to keep track on where are you spending your time. - -WWW: http://projecthamster.wordpress.com/ diff --git a/deskutils/hamster-applet/pkg-plist b/deskutils/hamster-applet/pkg-plist deleted file mode 100644 index 153874009..000000000 --- a/deskutils/hamster-applet/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -lib/hamster-applet/hamster-applet -%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.py -%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.pyc -%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.pyo -%%PYTHON_SITELIBDIR%%/hamster/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/about.py -%%PYTHON_SITELIBDIR%%/hamster/about.pyc -%%PYTHON_SITELIBDIR%%/hamster/about.pyo -%%PYTHON_SITELIBDIR%%/hamster/applet.py -%%PYTHON_SITELIBDIR%%/hamster/applet.pyc -%%PYTHON_SITELIBDIR%%/hamster/applet.pyo -%%PYTHON_SITELIBDIR%%/hamster/charting.py -%%PYTHON_SITELIBDIR%%/hamster/charting.pyc -%%PYTHON_SITELIBDIR%%/hamster/charting.pyo -%%PYTHON_SITELIBDIR%%/hamster/configuration.py -%%PYTHON_SITELIBDIR%%/hamster/configuration.pyc -%%PYTHON_SITELIBDIR%%/hamster/configuration.pyo -%%PYTHON_SITELIBDIR%%/hamster/db.py -%%PYTHON_SITELIBDIR%%/hamster/db.pyc -%%PYTHON_SITELIBDIR%%/hamster/db.pyo -%%PYTHON_SITELIBDIR%%/hamster/defs.py -%%PYTHON_SITELIBDIR%%/hamster/defs.pyc -%%PYTHON_SITELIBDIR%%/hamster/defs.pyo -%%PYTHON_SITELIBDIR%%/hamster/dispatcher.py -%%PYTHON_SITELIBDIR%%/hamster/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/hamster/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.py -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyc -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyo -%%PYTHON_SITELIBDIR%%/hamster/eds.py -%%PYTHON_SITELIBDIR%%/hamster/eds.pyc -%%PYTHON_SITELIBDIR%%/hamster/eds.pyo -%%PYTHON_SITELIBDIR%%/hamster/graphics.py -%%PYTHON_SITELIBDIR%%/hamster/graphics.pyc -%%PYTHON_SITELIBDIR%%/hamster/graphics.pyo -%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.py -%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyc -%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyo -%%PYTHON_SITELIBDIR%%/hamster/i18n.py -%%PYTHON_SITELIBDIR%%/hamster/i18n.pyc -%%PYTHON_SITELIBDIR%%/hamster/i18n.pyo -%%PYTHON_SITELIBDIR%%/hamster/idle.py -%%PYTHON_SITELIBDIR%%/hamster/idle.pyc -%%PYTHON_SITELIBDIR%%/hamster/idle.pyo -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/hamster/preferences.py -%%PYTHON_SITELIBDIR%%/hamster/preferences.pyc -%%PYTHON_SITELIBDIR%%/hamster/preferences.pyo -%%PYTHON_SITELIBDIR%%/hamster/reports.py -%%PYTHON_SITELIBDIR%%/hamster/reports.pyc -%%PYTHON_SITELIBDIR%%/hamster/reports.pyo -%%PYTHON_SITELIBDIR%%/hamster/stats.py -%%PYTHON_SITELIBDIR%%/hamster/stats.pyc -%%PYTHON_SITELIBDIR%%/hamster/stats.pyo -%%PYTHON_SITELIBDIR%%/hamster/storage.py -%%PYTHON_SITELIBDIR%%/hamster/storage.pyc -%%PYTHON_SITELIBDIR%%/hamster/storage.pyo -%%PYTHON_SITELIBDIR%%/hamster/stuff.py -%%PYTHON_SITELIBDIR%%/hamster/stuff.pyc -%%PYTHON_SITELIBDIR%%/hamster/stuff.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets.py -%%PYTHON_SITELIBDIR%%/hamster/widgets.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets.pyo -libdata/bonobo/servers/Hamster_Applet.server -share/gnome-control-center/keybindings/99-hamster-applet.xml -%%DATADIR%%/Hamster_Applet.xml -%%DATADIR%%/applet.ui -%%DATADIR%%/art/hamster-applet.png -%%DATADIR%%/art/stock_calendar-view-day.png -%%DATADIR%%/art/stock_calendar-view-month.png -%%DATADIR%%/art/stock_calendar-view-week.png -%%DATADIR%%/edit_activity.ui -%%DATADIR%%/hamster.db -%%DATADIR%%/preferences.ui -%%DATADIR%%/stats.ui -share/icons/hicolor/16x16/apps/hamster-applet.png -share/icons/hicolor/22x22/apps/hamster-applet.png -share/icons/hicolor/32x32/apps/hamster-applet.png -share/icons/hicolor/48x48/apps/hamster-applet.png -share/icons/hicolor/scalable/apps/hamster-applet.svg -share/locale/ar/LC_MESSAGES/hamster-applet.mo -share/locale/as/LC_MESSAGES/hamster-applet.mo -share/locale/be/LC_MESSAGES/hamster-applet.mo -share/locale/bg/LC_MESSAGES/hamster-applet.mo -share/locale/bn/LC_MESSAGES/hamster-applet.mo -share/locale/bn_IN/LC_MESSAGES/hamster-applet.mo -share/locale/ca/LC_MESSAGES/hamster-applet.mo -share/locale/ca@valencia/LC_MESSAGES/hamster-applet.mo -share/locale/cs/LC_MESSAGES/hamster-applet.mo -share/locale/da/LC_MESSAGES/hamster-applet.mo -share/locale/de/LC_MESSAGES/hamster-applet.mo -share/locale/el/LC_MESSAGES/hamster-applet.mo -share/locale/en_GB/LC_MESSAGES/hamster-applet.mo -share/locale/es/LC_MESSAGES/hamster-applet.mo -share/locale/et/LC_MESSAGES/hamster-applet.mo -share/locale/eu/LC_MESSAGES/hamster-applet.mo -share/locale/fi/LC_MESSAGES/hamster-applet.mo -share/locale/fr/LC_MESSAGES/hamster-applet.mo -share/locale/gl/LC_MESSAGES/hamster-applet.mo -share/locale/gu/LC_MESSAGES/hamster-applet.mo -share/locale/he/LC_MESSAGES/hamster-applet.mo -share/locale/hi/LC_MESSAGES/hamster-applet.mo -share/locale/hu/LC_MESSAGES/hamster-applet.mo -share/locale/it/LC_MESSAGES/hamster-applet.mo -share/locale/ja/LC_MESSAGES/hamster-applet.mo -share/locale/kn/LC_MESSAGES/hamster-applet.mo -share/locale/ko/LC_MESSAGES/hamster-applet.mo -share/locale/ku/LC_MESSAGES/hamster-applet.mo -share/locale/lt/LC_MESSAGES/hamster-applet.mo -share/locale/lv/LC_MESSAGES/hamster-applet.mo -share/locale/mai/LC_MESSAGES/hamster-applet.mo -share/locale/mk/LC_MESSAGES/hamster-applet.mo -share/locale/ml/LC_MESSAGES/hamster-applet.mo -share/locale/mr/LC_MESSAGES/hamster-applet.mo -share/locale/nb/LC_MESSAGES/hamster-applet.mo -share/locale/nl/LC_MESSAGES/hamster-applet.mo -share/locale/or/LC_MESSAGES/hamster-applet.mo -share/locale/pa/LC_MESSAGES/hamster-applet.mo -share/locale/pl/LC_MESSAGES/hamster-applet.mo -share/locale/pt/LC_MESSAGES/hamster-applet.mo -share/locale/pt_BR/LC_MESSAGES/hamster-applet.mo -share/locale/ro/LC_MESSAGES/hamster-applet.mo -share/locale/ru/LC_MESSAGES/hamster-applet.mo -share/locale/si/LC_MESSAGES/hamster-applet.mo -share/locale/sl/LC_MESSAGES/hamster-applet.mo -share/locale/sq/LC_MESSAGES/hamster-applet.mo -share/locale/sr/LC_MESSAGES/hamster-applet.mo -share/locale/sr@latin/LC_MESSAGES/hamster-applet.mo -share/locale/sv/LC_MESSAGES/hamster-applet.mo -share/locale/ta/LC_MESSAGES/hamster-applet.mo -share/locale/te/LC_MESSAGES/hamster-applet.mo -share/locale/th/LC_MESSAGES/hamster-applet.mo -share/locale/tr/LC_MESSAGES/hamster-applet.mo -share/locale/uk/LC_MESSAGES/hamster-applet.mo -share/locale/vi/LC_MESSAGES/hamster-applet.mo -share/locale/zh_CN/LC_MESSAGES/hamster-applet.mo -share/locale/zh_HK/LC_MESSAGES/hamster-applet.mo -share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/hamster/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/hamster -@dirrm lib/hamster-applet -@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/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/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@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/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile deleted file mode 100644 index 7598fe1c9..000000000 --- a/deskutils/nautilus-actions/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: nautilus-actions -# Date created: 2005-08-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.13 2009/10/21 04:54:40 avl Exp $ -# - -PORTNAME= nautilus-actions -PORTVERSION= 1.12.3 -CATEGORIES= deskutils -MASTER_SITES= GNOME \ - http://www.nautilus-actions.org/downloads/ \ - ftp://pwi.dyndns.biz/pub/tarballs/nautilus-actions/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Extension for Nautilus to configure programs to launch on files - -LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_GNOME= nautilus2 intlhack -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0 - -PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 INSTALL MAINTAINERS \ - NEWS README TODO objects-hierarchy.odg - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure -.endif - -post-patch: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in -.else - @${REINPLACE_CMD} -e 's|doc/@PACKAGE@-@VERSION@|doc/@PACKAGE@|g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in -.endif - -.include <bsd.port.post.mk>> diff --git a/deskutils/nautilus-actions/distinfo b/deskutils/nautilus-actions/distinfo deleted file mode 100644 index 55072d4f5..000000000 --- a/deskutils/nautilus-actions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-actions-1.12.3.tar.gz) = aea47f3750725ccd9bb677cd0649055c -SHA256 (nautilus-actions-1.12.3.tar.gz) = 953c8d91bc7bd488cecd393f3b46ecc7b720c14ae2ca33931db8b195e57acb04 -SIZE (nautilus-actions-1.12.3.tar.gz) = 1005638 diff --git a/deskutils/nautilus-actions/files/extra-patch-configure b/deskutils/nautilus-actions/files/extra-patch-configure deleted file mode 100644 index 898bb4fc6..000000000 --- a/deskutils/nautilus-actions/files/extra-patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-10-19 21:06:41.000000000 +1000 -+++ configure 2009-10-19 23:38:22.000000000 +1000 -@@ -4710,7 +4710,7 @@ - - - _ac_warning_def=error -- _ac_compliant_def="-ansi -pedantic -Wno-overlength-strings" -+ _ac_compliant_def="-ansi -pedantic" - - - # Check whether --enable-compile-warnings was given. -@@ -4800,7 +4800,7 @@ - done - unset option - if test "$enable_compile_warnings" = "error" ; then -- warning_flags="$warning_flags -Werror" -+ warning_flags="$warning_flags" - fi - ;; - *) diff --git a/deskutils/nautilus-actions/pkg-descr b/deskutils/nautilus-actions/pkg-descr deleted file mode 100644 index 38c86c282..000000000 --- a/deskutils/nautilus-actions/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An extension for Nautilus, the gnome file manager, which allow to configure -program to be launch on files selected into Nautilus interface. - -WWW: http://www.grumz.net/index.php?q=node/8 diff --git a/deskutils/nautilus-actions/pkg-plist b/deskutils/nautilus-actions/pkg-plist deleted file mode 100644 index 76ae4b1c2..000000000 --- a/deskutils/nautilus-actions/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/nautilus-actions-config-tool -bin/nautilus-actions-new -bin/nautilus-actions-schemas -lib/nautilus/extensions-2.0/libnautilus-actions.la -lib/nautilus/extensions-2.0/libnautilus-actions.so -share/applications/nact.desktop -share/icons/hicolor/16x16/apps/nautilus-actions.png -share/icons/hicolor/22x22/apps/nautilus-actions.png -share/icons/hicolor/32x32/apps/nautilus-actions.png -share/icons/hicolor/48x48/apps/nautilus-actions.png -share/icons/hicolor/scalable/apps/nautilus-actions.svg -share/locale/ar/LC_MESSAGES/nautilus-actions.mo -share/locale/bg/LC_MESSAGES/nautilus-actions.mo -share/locale/bn/LC_MESSAGES/nautilus-actions.mo -share/locale/bn_IN/LC_MESSAGES/nautilus-actions.mo -share/locale/ca/LC_MESSAGES/nautilus-actions.mo -share/locale/cs/LC_MESSAGES/nautilus-actions.mo -share/locale/da/LC_MESSAGES/nautilus-actions.mo -share/locale/de/LC_MESSAGES/nautilus-actions.mo -share/locale/dz/LC_MESSAGES/nautilus-actions.mo -share/locale/el/LC_MESSAGES/nautilus-actions.mo -share/locale/en_CA/LC_MESSAGES/nautilus-actions.mo -share/locale/en_GB/LC_MESSAGES/nautilus-actions.mo -share/locale/es/LC_MESSAGES/nautilus-actions.mo -share/locale/eu/LC_MESSAGES/nautilus-actions.mo -share/locale/fi/LC_MESSAGES/nautilus-actions.mo -share/locale/fr/LC_MESSAGES/nautilus-actions.mo -share/locale/gl/LC_MESSAGES/nautilus-actions.mo -share/locale/gu/LC_MESSAGES/nautilus-actions.mo -share/locale/he/LC_MESSAGES/nautilus-actions.mo -share/locale/hi/LC_MESSAGES/nautilus-actions.mo -share/locale/it/LC_MESSAGES/nautilus-actions.mo -share/locale/ja/LC_MESSAGES/nautilus-actions.mo -share/locale/kn/LC_MESSAGES/nautilus-actions.mo -share/locale/ko/LC_MESSAGES/nautilus-actions.mo -share/locale/lt/LC_MESSAGES/nautilus-actions.mo -share/locale/lv/LC_MESSAGES/nautilus-actions.mo -share/locale/mk/LC_MESSAGES/nautilus-actions.mo -share/locale/mr/LC_MESSAGES/nautilus-actions.mo -share/locale/nb/LC_MESSAGES/nautilus-actions.mo -share/locale/nl/LC_MESSAGES/nautilus-actions.mo -share/locale/oc/LC_MESSAGES/nautilus-actions.mo -share/locale/or/LC_MESSAGES/nautilus-actions.mo -share/locale/pa/LC_MESSAGES/nautilus-actions.mo -share/locale/pl/LC_MESSAGES/nautilus-actions.mo -share/locale/pt/LC_MESSAGES/nautilus-actions.mo -share/locale/pt_BR/LC_MESSAGES/nautilus-actions.mo -share/locale/ru/LC_MESSAGES/nautilus-actions.mo -share/locale/sl/LC_MESSAGES/nautilus-actions.mo -share/locale/sv/LC_MESSAGES/nautilus-actions.mo -share/locale/ta/LC_MESSAGES/nautilus-actions.mo -share/locale/te/LC_MESSAGES/nautilus-actions.mo -share/locale/th/LC_MESSAGES/nautilus-actions.mo -share/locale/vi/LC_MESSAGES/nautilus-actions.mo -share/locale/zh_CN/LC_MESSAGES/nautilus-actions.mo -share/locale/zh_HK/LC_MESSAGES/nautilus-actions.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-actions.mo -%%DATADIR%%/nautilus-actions.schemas -%%DATADIR%%/nautilus-actions-config-tool.actions -%%DATADIR%%/nautilus-actions-config-tool.ui -%%DATADIR%%/nact-assistant-export.ui -@dirrm %%DATADIR%% -@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/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/applications diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile deleted file mode 100644 index 9cf449f30..000000000 --- a/deskutils/nautilus-locked-folder/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: nautilus-locked-folder -# Date created: 2005-09-17 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.11 2009/09/27 12:56:22 kwm Exp $ -# - -PORTNAME= nautilus-locked-folder -PORTVERSION= 1.0.0 -PORTREVISION= 8 -CATEGORIES= deskutils security -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder - -USE_AUTOTOOLS= libtool:22 -GNU_CONFIGURE= yes -USE_GNOME= nautilus2 eel2 libgnomeui -PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \ - LDFLASG="-L${LOCALBASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \ - LIBS="-lssl" -PLIST_FILES= lib/nautilus/extensions-2.0/libnautilus-locked-folder.a \ - lib/nautilus/extensions-2.0/libnautilus-locked-folder.la \ - lib/nautilus/extensions-2.0/libnautilus-locked-folder.so - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/icons/hicolor/32x32/stock/data/|${LOCALBASE}/share/icons/hicolor/32x32/stock/data/|' \ - ${WRKSRC}/src/lockedfolder-extension.c - @${REINPLACE_CMD} -e 's|gladedir)"\\" \\|gladedir)"\\"|g ; \ - s|.*-Werror||g' ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/deskutils/nautilus-locked-folder/distinfo b/deskutils/nautilus-locked-folder/distinfo deleted file mode 100644 index e1eaf91dc..000000000 --- a/deskutils/nautilus-locked-folder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-locked-folder-1.0.0.tar.gz) = b83dd18fa26b524a61f6d61bfbcaf55c -SHA256 (nautilus-locked-folder-1.0.0.tar.gz) = d806007493359d6501a8f9696fba8f9960a456a319a5fe58cb534453d2d75602 -SIZE (nautilus-locked-folder-1.0.0.tar.gz) = 336027 diff --git a/deskutils/nautilus-locked-folder/files/patch-configure b/deskutils/nautilus-locked-folder/files/patch-configure deleted file mode 100644 index f6801cb4b..000000000 --- a/deskutils/nautilus-locked-folder/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Aug 31 07:17:44 2005 -+++ configure Sat Sep 17 00:31:55 2005 -@@ -19277,7 +19277,7 @@ - echo "$as_me:$LINENO: checking for libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED openssl >= $OPENSSL_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" >&5 - echo $ECHO_N "checking for libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED openssl >= $OPENSSL_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED... $ECHO_C" >&6 - -- if $PKG_CONFIG --exists "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED openssl >= $OPENSSL_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" ; then -+ if $PKG_CONFIG --exists "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" ; then - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - succeeded=yes diff --git a/deskutils/nautilus-locked-folder/files/patch-src_Makefile.in b/deskutils/nautilus-locked-folder/files/patch-src_Makefile.in deleted file mode 100644 index 8e8f2e24a..000000000 --- a/deskutils/nautilus-locked-folder/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2008-03-18 11:10:04.000000000 -0400 -+++ src/Makefile.in 2008-03-18 11:10:10.000000000 -0400 -@@ -229,7 +229,7 @@ - - - # FIXME: get this from the .pc file --nautilus_extensiondir = $(libdir)/nautilus/extensions-1.0 -+nautilus_extensiondir = $(libdir)/nautilus/extensions-2.0 - nautilus_extension_LTLIBRARIES = libnautilus-locked-folder.la - libnautilus_locked_folder_la_SOURCES = \ - encrypt.c decrypt.c lockedfolder-extension.c lockedfolder.h diff --git a/deskutils/nautilus-locked-folder/files/patch-src_lockedfolder.h b/deskutils/nautilus-locked-folder/files/patch-src_lockedfolder.h deleted file mode 100644 index 0690536e1..000000000 --- a/deskutils/nautilus-locked-folder/files/patch-src_lockedfolder.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lockedfolder.h.orig 2009-01-11 13:41:26.000000000 -0500 -+++ src/lockedfolder.h 2009-01-11 13:41:33.000000000 -0500 -@@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ - #define LF_ENCRYPT 1 - #define LF_DECRYPT 0 - -+#include <sys/types.h> - #include <glade/glade.h> - - diff --git a/deskutils/nautilus-locked-folder/pkg-descr b/deskutils/nautilus-locked-folder/pkg-descr deleted file mode 100644 index a3afbc579..000000000 --- a/deskutils/nautilus-locked-folder/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a plugin for Nautilus that adds a 'Lock folder' item to the -right-click menus of folders. Locking a folder encrypts its contents -and converts it into a '.locked' format archive. This archive can then -be decrypted by right-clicking it and selecting 'Unlock folder'. - -WWW: http://www.gnome.org/projects/nautilus-locked-folders/ diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile deleted file mode 100644 index d35a9e1a0..000000000 --- a/deskutils/nautilus-open-terminal/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: nautilus-open-terminal -# Date created: 2005-07-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.16 2009/08/08 00:58:58 ahze Exp $ -# - -PORTNAME= nautilus-open-terminal -PORTVERSION= 0.17 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Nautilus extension which allows you to open a terminal - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack -USE_GETTEXT= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0`" \ - LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= nautilus-open-terminal.schemas - -.include <bsd.port.mk> diff --git a/deskutils/nautilus-open-terminal/distinfo b/deskutils/nautilus-open-terminal/distinfo deleted file mode 100644 index dc8bd2de6..000000000 --- a/deskutils/nautilus-open-terminal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-open-terminal-0.17.tar.bz2) = 944115a2a05e62db02ed719b9133a354 -SHA256 (nautilus-open-terminal-0.17.tar.bz2) = 3926049d0ad5fc8e9b0b5b5b284087eb7182545f76a7fd6dbf5496aced80b24b -SIZE (nautilus-open-terminal-0.17.tar.bz2) = 271362 diff --git a/deskutils/nautilus-open-terminal/pkg-descr b/deskutils/nautilus-open-terminal/pkg-descr deleted file mode 100644 index 6f36a4660..000000000 --- a/deskutils/nautilus-open-terminal/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Nautilus extension which allows you to open a terminal diff --git a/deskutils/nautilus-open-terminal/pkg-plist b/deskutils/nautilus-open-terminal/pkg-plist deleted file mode 100644 index d0cd0cf83..000000000 --- a/deskutils/nautilus-open-terminal/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -lib/nautilus/extensions-2.0/libnautilus-open-terminal.a -lib/nautilus/extensions-2.0/libnautilus-open-terminal.la -lib/nautilus/extensions-2.0/libnautilus-open-terminal.so -share/locale/ar/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/as/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/be/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/be@latin/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/bg/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/bn_IN/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ca/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/cs/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/da/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/de/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/dz/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/el/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/en_CA/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/en_GB/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/es/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/et/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/eu/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/fi/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/fr/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/gl/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/gu/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/he/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/hu/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/it/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ja/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ka/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/kn/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ko/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/lt/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/mk/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ml/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/mr/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/nb/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ne/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/nl/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/oc/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/or/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/pa/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/pl/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/pt/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/pt_BR/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ro/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ru/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/rw/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/sk/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/sl/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/sr/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/sr@Latn/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/sv/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/ta/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/te/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/th/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/tr/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/uk/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/vi/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/zh_CN/LC_MESSAGES/nautilus-open-terminal.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-open-terminal.mo -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile deleted file mode 100644 index c433102cc..000000000 --- a/deskutils/nautilus-sendto/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: nautilus-sendto -# Date created: 2004-12-03 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.21 2009/10/11 13:01:12 kwm Exp $ - -PORTNAME= nautilus-sendto -PORTVERSION= 2.28.2 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integration between nautilus, evolution, and pidgin - -BUILD_DEPENDS= empathy:${PORTSDIR}/net-im/empathy -RUN_DEPENDS= empathy:${PORTSDIR}/net-im/empathy - -MAN1= nautilus-sendto.1 -GCONF_SCHEMAS= nst.schemas -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/pidgin) -BUILD_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin -RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin -PLIST_SUB+= PIDGIN="" -.else -PLIST_SUB+= PIDGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo deleted file mode 100644 index 022045f2e..000000000 --- a/deskutils/nautilus-sendto/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-sendto-2.28.2.tar.bz2) = b37ab6eec43d95bef42bb8ed67ae290f -SHA256 (nautilus-sendto-2.28.2.tar.bz2) = 0fa992b9a4489b712465e82eb182db3eaea9280397871f9d95849c25d1c33893 -SIZE (nautilus-sendto-2.28.2.tar.bz2) = 423429 diff --git a/deskutils/nautilus-sendto/pkg-descr b/deskutils/nautilus-sendto/pkg-descr deleted file mode 100644 index 34fdb0e38..000000000 --- a/deskutils/nautilus-sendto/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Integration between nautilus, evolution, and pidgin. - -Nautilus context menu component ("Send To: Pidgin Buddy/Evolution Addressbook") -with a dialog for insert the email account or IM account which you want to -send the file/files. Contact with evolution-data-server and get the email -accounts from your Evolution Addressbook. - -WWW: http://www.es.gnome.org/~telemaco/ diff --git a/deskutils/nautilus-sendto/pkg-plist b/deskutils/nautilus-sendto/pkg-plist deleted file mode 100644 index fc0bf1843..000000000 --- a/deskutils/nautilus-sendto/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/nautilus-sendto -include/nautilus-sendto/nautilus-sendto-plugin.h -lib/nautilus-sendto/plugins/libnstbluetooth.la -lib/nautilus-sendto/plugins/libnstbluetooth.so -lib/nautilus-sendto/plugins/libnstburn.la -lib/nautilus-sendto/plugins/libnstburn.so -lib/nautilus-sendto/plugins/libnstempathy.la -lib/nautilus-sendto/plugins/libnstempathy.so -lib/nautilus-sendto/plugins/libnstevolution.la -lib/nautilus-sendto/plugins/libnstevolution.so -lib/nautilus-sendto/plugins/libnstgajim.la -lib/nautilus-sendto/plugins/libnstgajim.so -%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.la -%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.so -lib/nautilus-sendto/plugins/libnstremovable_devices.la -lib/nautilus-sendto/plugins/libnstremovable_devices.so -lib/nautilus/extensions-2.0/libnautilus-sendto.la -lib/nautilus/extensions-2.0/libnautilus-sendto.so -libdata/pkgconfig/nautilus-sendto.pc -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/nautilus-sendto-nautilus-sendto-plugin.html -%%DOCSDIR%%/nautilus-sendto.devhelp -%%DOCSDIR%%/nautilus-sendto.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/locale/ar/LC_MESSAGES/nautilus-sendto.mo -share/locale/as/LC_MESSAGES/nautilus-sendto.mo -share/locale/ast/LC_MESSAGES/nautilus-sendto.mo -share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo -share/locale/be/LC_MESSAGES/nautilus-sendto.mo -share/locale/bg/LC_MESSAGES/nautilus-sendto.mo -share/locale/bn_IN/LC_MESSAGES/nautilus-sendto.mo -share/locale/br/LC_MESSAGES/nautilus-sendto.mo -share/locale/ca/LC_MESSAGES/nautilus-sendto.mo -share/locale/cs/LC_MESSAGES/nautilus-sendto.mo -share/locale/da/LC_MESSAGES/nautilus-sendto.mo -share/locale/de/LC_MESSAGES/nautilus-sendto.mo -share/locale/dz/LC_MESSAGES/nautilus-sendto.mo -share/locale/el/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_CA/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_GB/LC_MESSAGES/nautilus-sendto.mo -share/locale/es/LC_MESSAGES/nautilus-sendto.mo -share/locale/et/LC_MESSAGES/nautilus-sendto.mo -share/locale/eu/LC_MESSAGES/nautilus-sendto.mo -share/locale/fi/LC_MESSAGES/nautilus-sendto.mo -share/locale/fr/LC_MESSAGES/nautilus-sendto.mo -share/locale/gl/LC_MESSAGES/nautilus-sendto.mo -share/locale/gu/LC_MESSAGES/nautilus-sendto.mo -share/locale/he/LC_MESSAGES/nautilus-sendto.mo -share/locale/hi/LC_MESSAGES/nautilus-sendto.mo -share/locale/hu/LC_MESSAGES/nautilus-sendto.mo -share/locale/it/LC_MESSAGES/nautilus-sendto.mo -share/locale/ja/LC_MESSAGES/nautilus-sendto.mo -share/locale/ka/LC_MESSAGES/nautilus-sendto.mo -share/locale/kn/LC_MESSAGES/nautilus-sendto.mo -share/locale/ko/LC_MESSAGES/nautilus-sendto.mo -share/locale/lt/LC_MESSAGES/nautilus-sendto.mo -share/locale/mk/LC_MESSAGES/nautilus-sendto.mo -share/locale/mr/LC_MESSAGES/nautilus-sendto.mo -share/locale/nb/LC_MESSAGES/nautilus-sendto.mo -share/locale/ne/LC_MESSAGES/nautilus-sendto.mo -share/locale/nl/LC_MESSAGES/nautilus-sendto.mo -share/locale/oc/LC_MESSAGES/nautilus-sendto.mo -share/locale/or/LC_MESSAGES/nautilus-sendto.mo -share/locale/pa/LC_MESSAGES/nautilus-sendto.mo -share/locale/pl/LC_MESSAGES/nautilus-sendto.mo -share/locale/pt/LC_MESSAGES/nautilus-sendto.mo -share/locale/pt_BR/LC_MESSAGES/nautilus-sendto.mo -share/locale/ro/LC_MESSAGES/nautilus-sendto.mo -share/locale/ru/LC_MESSAGES/nautilus-sendto.mo -share/locale/rw/LC_MESSAGES/nautilus-sendto.mo -share/locale/sk/LC_MESSAGES/nautilus-sendto.mo -share/locale/sl/LC_MESSAGES/nautilus-sendto.mo -share/locale/sq/LC_MESSAGES/nautilus-sendto.mo -share/locale/sv/LC_MESSAGES/nautilus-sendto.mo -share/locale/ta/LC_MESSAGES/nautilus-sendto.mo -share/locale/te/LC_MESSAGES/nautilus-sendto.mo -share/locale/th/LC_MESSAGES/nautilus-sendto.mo -share/locale/uk/LC_MESSAGES/nautilus-sendto.mo -share/locale/vi/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_CN/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo -share/nautilus-sendto/ui/nautilus-sendto.ui -@dirrm %%DOCSDIR%% -@dirrm share/nautilus-sendto/ui -@dirrm share/nautilus-sendto -@dirrm lib/nautilus-sendto/plugins -@dirrm lib/nautilus-sendto -@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/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 diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile deleted file mode 100644 index ef6a3073f..000000000 --- a/devel/anjuta-extras/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: anjuta-extras -# Date created: 8 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta-extras/Makefile,v 1.2 2009/06/18 23:37:08 kwm Exp $ -# - -PORTNAME= anjuta-extras -PORTVERSION= 2.28.0 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Extra anjuta plugins. - -BUILD_DEPENDS= neato:${PORTSDIR}/graphics/graphviz -LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta -RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz - -USE_BZIP2= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intltool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-plugin-valgrind \ - --localedir=${PREFIX}/share - -GCONF_SCHEMAS= anjuta-editor-scintilla.schemas - -.include <bsd.port.mk> diff --git a/devel/anjuta-extras/distinfo b/devel/anjuta-extras/distinfo deleted file mode 100644 index 79a77a497..000000000 --- a/devel/anjuta-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (anjuta-extras-2.28.0.tar.bz2) = c67db4abb5a873fdbe8f4fed59b2a9da -SHA256 (anjuta-extras-2.28.0.tar.bz2) = 7b7aa28ca598e17024a41fb29582e6cf2efcc1a273b00e84994f21900e288b49 -SIZE (anjuta-extras-2.28.0.tar.bz2) = 2939244 diff --git a/devel/anjuta-extras/pkg-descr b/devel/anjuta-extras/pkg-descr deleted file mode 100644 index 5c0d44664..000000000 --- a/devel/anjuta-extras/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Extra plugins for the Anjuta IDE. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta-extras/pkg-plist b/devel/anjuta-extras/pkg-plist deleted file mode 100644 index 660a35dda..000000000 --- a/devel/anjuta-extras/pkg-plist +++ /dev/null @@ -1,108 +0,0 @@ -lib/anjuta/anjuta-class-inheritance.plugin -lib/anjuta/anjuta-editor.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-scratchbox.plugin -lib/anjuta/libanjuta-class-inheritance.a -lib/anjuta/libanjuta-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.so -lib/anjuta/libanjuta-class-inheritance.so.0 -lib/anjuta/libanjuta-editor.a -lib/anjuta/libanjuta-editor.la -lib/anjuta/libanjuta-editor.so -lib/anjuta/libanjuta-editor.so.0 -lib/anjuta/libanjuta-profiler.a -lib/anjuta/libanjuta-profiler.la -lib/anjuta/libanjuta-profiler.so -lib/anjuta/libanjuta-profiler.so.0 -lib/anjuta/libanjuta-sample.a -lib/anjuta/libanjuta-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-sample.so.0 -lib/anjuta/libanjuta-scratchbox.a -lib/anjuta/libanjuta-scratchbox.la -lib/anjuta/libanjuta-scratchbox.so -lib/anjuta/libanjuta-scratchbox.so.0 -lib/anjuta/profiler.plugin -share/anjuta/glade/anjuta-editor-scintilla.ui -share/anjuta/glade/anjuta-scratchbox-panel.png -share/anjuta/glade/anjuta-scratchbox.ui -share/anjuta/glade/profiler-call-graph.ui -share/anjuta/glade/profiler-flat-profile.ui -share/anjuta/glade/profiler-function-call-tree.ui -share/anjuta/glade/profiler.ui -share/anjuta/properties/anjuta.properties -share/anjuta/properties/styles.properties -share/anjuta/properties/user.properties -share/anjuta/ui/anjuta-sample.ui -share/anjuta/ui/profiler.xml -share/locale/ar/LC_MESSAGES/anjuta-extras.mo -share/locale/az/LC_MESSAGES/anjuta-extras.mo -share/locale/be/LC_MESSAGES/anjuta-extras.mo -share/locale/be@latin/LC_MESSAGES/anjuta-extras.mo -share/locale/bg/LC_MESSAGES/anjuta-extras.mo -share/locale/ca/LC_MESSAGES/anjuta-extras.mo -share/locale/cs/LC_MESSAGES/anjuta-extras.mo -share/locale/da/LC_MESSAGES/anjuta-extras.mo -share/locale/de/LC_MESSAGES/anjuta-extras.mo -share/locale/dz/LC_MESSAGES/anjuta-extras.mo -share/locale/el/LC_MESSAGES/anjuta-extras.mo -share/locale/en_CA/LC_MESSAGES/anjuta-extras.mo -share/locale/en_GB/LC_MESSAGES/anjuta-extras.mo -share/locale/es/LC_MESSAGES/anjuta-extras.mo -share/locale/eu/LC_MESSAGES/anjuta-extras.mo -share/locale/fi/LC_MESSAGES/anjuta-extras.mo -share/locale/fr/LC_MESSAGES/anjuta-extras.mo -share/locale/ga/LC_MESSAGES/anjuta-extras.mo -share/locale/gl/LC_MESSAGES/anjuta-extras.mo -share/locale/gu/LC_MESSAGES/anjuta-extras.mo -share/locale/he/LC_MESSAGES/anjuta-extras.mo -share/locale/hi/LC_MESSAGES/anjuta-extras.mo -share/locale/hr/LC_MESSAGES/anjuta-extras.mo -share/locale/hu/LC_MESSAGES/anjuta-extras.mo -share/locale/id/LC_MESSAGES/anjuta-extras.mo -share/locale/it/LC_MESSAGES/anjuta-extras.mo -share/locale/ja/LC_MESSAGES/anjuta-extras.mo -share/locale/kn/LC_MESSAGES/anjuta-extras.mo -share/locale/ko/LC_MESSAGES/anjuta-extras.mo -share/locale/lt/LC_MESSAGES/anjuta-extras.mo -share/locale/lv/LC_MESSAGES/anjuta-extras.mo -share/locale/mk/LC_MESSAGES/anjuta-extras.mo -share/locale/ml/LC_MESSAGES/anjuta-extras.mo -share/locale/mr/LC_MESSAGES/anjuta-extras.mo -share/locale/ms/LC_MESSAGES/anjuta-extras.mo -share/locale/nb/LC_MESSAGES/anjuta-extras.mo -share/locale/ne/LC_MESSAGES/anjuta-extras.mo -share/locale/nl/LC_MESSAGES/anjuta-extras.mo -share/locale/oc/LC_MESSAGES/anjuta-extras.mo -share/locale/or/LC_MESSAGES/anjuta-extras.mo -share/locale/pa/LC_MESSAGES/anjuta-extras.mo -share/locale/pl/LC_MESSAGES/anjuta-extras.mo -share/locale/pt/LC_MESSAGES/anjuta-extras.mo -share/locale/pt_BR/LC_MESSAGES/anjuta-extras.mo -share/locale/ru/LC_MESSAGES/anjuta-extras.mo -share/locale/rw/LC_MESSAGES/anjuta-extras.mo -share/locale/si/LC_MESSAGES/anjuta-extras.mo -share/locale/sk/LC_MESSAGES/anjuta-extras.mo -share/locale/sl/LC_MESSAGES/anjuta-extras.mo -share/locale/sq/LC_MESSAGES/anjuta-extras.mo -share/locale/sr/LC_MESSAGES/anjuta-extras.mo -share/locale/sr@latin/LC_MESSAGES/anjuta-extras.mo -share/locale/sv/LC_MESSAGES/anjuta-extras.mo -share/locale/te/LC_MESSAGES/anjuta-extras.mo -share/locale/th/LC_MESSAGES/anjuta-extras.mo -share/locale/tr/LC_MESSAGES/anjuta-extras.mo -share/locale/uk/LC_MESSAGES/anjuta-extras.mo -share/locale/vi/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_CN/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_HK/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_TW/LC_MESSAGES/anjuta-extras.mo -share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png -share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg -share/pixmaps/anjuta/anjuta-profiler-plugin-48.png -share/pixmaps/anjuta/anjuta-profiler-plugin.svg -share/pixmaps/anjuta/anjuta-sample-plugin-48.png -share/pixmaps/anjuta/anjuta-sample-plugin.svg -share/pixmaps/anjuta/anjuta-scratchbox-48.png -@dirrm share/anjuta/properties diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile deleted file mode 100644 index a5b656fa3..000000000 --- a/devel/anjuta/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# New ports collection makefile for: anjuta -# Date created: 31 March 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.48 2009/09/22 10:20:11 kwm Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.28.1.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integrated Development Environment for C and C++ - -BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ - bash:${PORTSDIR}/shells/bash \ - p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gladeui-1.9:${PORTSDIR}/devel/glade3 \ - neon.28:${PORTSDIR}/www/neon28 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gdl-1.3:${PORTSDIR}/x11-toolkits/gdl -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - autogen:${PORTSDIR}/devel/autogen \ - p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ - libtool:${PORTSDIR}/devel/libtool22 \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ - exctags:${PORTSDIR}/devel/ctags - -USE_BZIP2= yes -USE_AUTOTOOLS= autotools:run -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack vte gtksourceview2 libgda4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_LDCONFIG= yes -GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ - anjuta-cvs-plugin.schemas \ - anjuta-debug-manager.schemas \ - anjuta-document-manager.schemas \ - anjuta-editor-sourceview.schemas \ - anjuta-language-cpp-java.schemas \ - anjuta-message-manager-plugin.schemas \ - anjuta-symbol-db.schemas \ - anjuta-terminal-plugin.schemas \ - file-manager.schemas \ - preferences.schemas - -MAN1= anjuta.1 anjuta-launcher.1 - -OPTIONS= SVN "Build subversion plugin" off \ - DEVHELP "Build devhelp plugin" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_SVN) -BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion -RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion -USE_APACHE= 2.0+ - -## Test if we got apache 20 or 22. -.if exists(${LOCALBASE}/include/apache22/httpd.h) -APR_CONFIG=${LOCALBASE}/bin/apr-1-config -APU_CONFIG=${LOCALBASE}/bin/apu-1-config -.else -APR_CONFIG=${LOCALBASE}/lib/apache2/apr-config -APU_CONFIG=${LOCALBASE}/lib/apache2/apu-config -.endif -CONFIGURE_ENV+= APR_CFLAGS="`${APR_CONFIG} --includes`" \ - APR_LIBS="`${APU_CONFIG} --libs`" \ - APR_UTILS_CFLAGS="`${APU_CONFIG} --includes`" \ - APR_UTILS_LIBS="`${APU_CONFIG} --libs`" \ - -CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ - --with-svn-include=${LOCALBASE}/include \ - --with-svn-lib=${LOCALBASE}/lib -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--disable-plugin-subversion -PLIST_SUB+= SVN="@comment " -.endif - -.if defined(WITH_DEVHELP) -LIB_DEPENDS+= devhelp-1.1:${PORTSDIR}/devel/devhelp -PLIST_SUB+= DEVHELP="" -.else -CONFIGURE_ARGS+=--disable-plugin-devhelp -# XXX Even if we disable the devhelp plugin it gets build and installed. -# See if versions beyond 2.26.1.0 still do this. -#PLIST_SUB+= DEVHELP="@comment " -PLIST_SUB+= DEVHELP="" -.endif - -post-configure: - @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|"make|"gmake|g' \ - ${WRKSRC}/plugins/build-basic-autotools/plugin.c - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/symbol-db/plugin.h \ - ${WRKSRC}/plugins/symbol-db/symbol-db-prefs.h - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ - doc/ScintillaDoc.html TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo deleted file mode 100644 index 2dcc77555..000000000 --- a/devel/anjuta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/anjuta-2.28.1.0.tar.bz2) = 610624984bd62ee1e280090900a0ada7 -SHA256 (gnome2/anjuta-2.28.1.0.tar.bz2) = 31c888c2a51e8e103c71b6563324d2fc5ffad2ad08df7a42c82d1e1a55931b02 -SIZE (gnome2/anjuta-2.28.1.0.tar.bz2) = 7537430 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in deleted file mode 100644 index 02a91a3ec..000000000 --- a/devel/anjuta/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.in.orig 2009-09-22 12:00:07.000000000 +0200 -+++ Makefile.in 2009-09-22 12:02:56.000000000 +0200 -@@ -434,14 +434,14 @@ uninstall-anjuta_dataDATA: - rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \ - done - install-anjutadocDATA: $(anjutadoc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -- @list='$(anjutadoc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ -- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -+# @list='$(anjutadoc_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ -+# $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ -+# done - - uninstall-anjutadocDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in deleted file mode 100644 index a567fda33..000000000 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200 -+++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200 -@@ -540,7 +540,7 @@ - - info-am: - --install-data-am: install-anjuta_docDATA install-man -+install-data-am: install-man - - install-dvi: install-dvi-am - diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c deleted file mode 100644 index 126c7d9e3..000000000 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,76 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig 2009-03-18 04:24:10.000000000 -0400 -+++ libanjuta/anjuta-launcher.c 2009-04-16 19:49:25.000000000 -0400 -@@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is output */ - { - gchar *utf8_chars = NULL; -@@ -789,6 +790,15 @@ anjuta_launcher_scan_output (GIOChannel - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stdout_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ if (err) -+ g_error_free (err); -+ return FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -818,7 +828,8 @@ anjuta_launcher_scan_error (GIOChannel * - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -844,6 +855,15 @@ anjuta_launcher_scan_error (GIOChannel * - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stderr_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ if (err) -+ g_error_free (err); -+ return FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -873,7 +893,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -902,6 +923,11 @@ anjuta_launcher_scan_pty (GIOChannel *ch - { - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ ret = FALSE; -+ break; -+ } - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); diff --git a/devel/anjuta/files/patch-plugins_symbol-db_plugin.c b/devel/anjuta/files/patch-plugins_symbol-db_plugin.c deleted file mode 100644 index d19ef6d15..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_plugin.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/symbol-db/plugin.c.orig 2009-04-17 01:08:28.000000000 -0400 -+++ plugins/symbol-db/plugin.c 2009-04-17 01:09:11.000000000 -0400 -@@ -1510,7 +1510,7 @@ do_check_offline_files_changed (SymbolDB - GHashTable *prj_elements_hash; - GPtrArray *to_add_files = NULL; - gint i; -- gint real_added ; -+ gint real_added = 0; - - pm = anjuta_shell_get_interface (ANJUTA_PLUGIN (sdb_plugin)->shell, - IAnjutaProjectManager, NULL); diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c deleted file mode 100644 index b50d375a1..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c +++ /dev/null @@ -1,71 +0,0 @@ ---- plugins/symbol-db/symbol-db-engine-core.c.orig 2009-08-27 09:17:03.000000000 +0200 -+++ plugins/symbol-db/symbol-db-engine-core.c 2009-08-27 17:32:35.000000000 +0200 -@@ -1504,7 +1504,7 @@ sdb_engine_ctags_output_thread (gpointer - - /* found out a new marker */ - marker_ptr = strstr (marker_ptr + len_marker, CTAGS_MARKER); -- } while (remaining_chars + len_marker < len_chars || marker_ptr != NULL); -+ } while (remaining_chars > 0 || marker_ptr != NULL); - } - else - { -@@ -1831,8 +1831,8 @@ sdb_engine_scan_files_1 (SymbolDBEngine - gint i = 0; - while (TRUE) - { -- temp_file = g_strdup_printf ("/anjuta-%d_%ld%d.tags", getpid (), -- time (NULL), i++); -+ temp_file = g_strdup_printf ("%s/anjuta-%d_%ld%d.tags", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL), i++); - gchar *test; - test = g_strconcat (SHARED_MEMORY_PREFIX, temp_file, NULL); - if (g_file_test (test, G_FILE_TEST_EXISTS) == TRUE) -@@ -1852,12 +1852,12 @@ sdb_engine_scan_files_1 (SymbolDBEngine - priv->shared_mem_str = temp_file; - - if ((priv->shared_mem_fd = -- shm_open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) -+ open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) - { - g_warning ("Error while trying to open a shared memory file. Be" - "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs"); - } -- -+ - priv->shared_mem_file = fdopen (priv->shared_mem_fd, "a+b"); - /*DEBUG_PRINT ("temp_file %s", temp_file);*/ - -@@ -2446,7 +2446,7 @@ sdb_engine_init (SymbolDBEngine * object - static void - sdb_engine_unlink_shared_files (gpointer key, gpointer value, gpointer user_data) - { -- shm_unlink (key); -+ unlink (key); - } - - static void -@@ -2535,7 +2535,7 @@ sdb_engine_finalize (GObject * object) - - if (priv->shared_mem_str) - { -- shm_unlink (priv->shared_mem_str); -+ unlink (priv->shared_mem_str); - g_free (priv->shared_mem_str); - priv->shared_mem_str = NULL; - } -@@ -6059,12 +6059,12 @@ symbol_db_engine_update_buffer_symbols ( - * target buffer one */ - base_filename = g_filename_display_basename (relative_path); - -- shared_temp_file = g_strdup_printf ("/anjuta-%d-%ld-%s", getpid (), -- time (NULL), base_filename); -+ shared_temp_file = g_strdup_printf ("%s/anjuta-%d-%ld-%s", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL), base_filename); - g_free (base_filename); - - if ((buffer_mem_fd = -- shm_open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) -+ open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) - { - g_warning ("Error while trying to open a shared memory file. Be" - "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs"); diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h deleted file mode 100644 index cecb81021..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/symbol-db/symbol-db-engine-priv.h.orig 2009-04-15 19:40:20.000000000 -0400 -+++ plugins/symbol-db/symbol-db-engine-priv.h 2009-04-15 19:40:34.000000000 -0400 -@@ -47,7 +47,7 @@ - - #define CTAGS_MARKER "#_#\n" - --#define SHARED_MEMORY_PREFIX "/dev/shm" -+#define SHARED_MEMORY_PREFIX "/tmp" - - #define THREADS_MAX_CONCURRENT 2 - #define TRIGGER_SIGNALS_DELAY 100 diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h deleted file mode 100644 index fe850697c..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/symbol-db/symbol-db-prefs.h.orig 2009-07-27 16:14:31.000000000 +0200 -+++ plugins/symbol-db/symbol-db-prefs.h 2009-07-28 00:10:49.000000000 +0200 -@@ -41,7 +41,7 @@ typedef struct _SymbolDBPrefsPriv Symbol - - - /* --#define CTAGS_PREFS "preferences_entry:text:/usr/bin/ctags:0:symboldb.ctags" -+#define CTAGS_PREFS "preferences_entry:text:%%LOCALBASE%%/bin/ctags:0:symboldb.ctags" - #define CTAGS_PREFS_KEY "symboldb.ctags" - */ - #define PROJECT_AUTOSCAN "symboldb.scan_prj_pkgs" diff --git a/devel/anjuta/pkg-descr b/devel/anjuta/pkg-descr deleted file mode 100644 index eff552164..000000000 --- a/devel/anjuta/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Anjuta is a very versatile Integrated development environment for -C and C++. Written in GTK/GNOME and written for GTK+/GNOME, -it features many advanced programming tools and utilities. It is -basically a GUI interface for the bunch of command line programming -utilities and tools available for FreeBSD, which are usually run in console -and are very user unfriendly. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist deleted file mode 100644 index a3f129958..000000000 --- a/devel/anjuta/pkg-plist +++ /dev/null @@ -1,1351 +0,0 @@ -bin/anjuta -bin/anjuta-launcher -bin/anjuta-tags -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/libanjuta-1.0/libanjuta/anjuta-async-command.h -include/libanjuta-1.0/libanjuta/anjuta-async-notify.h -include/libanjuta-1.0/libanjuta/anjuta-command.h -include/libanjuta-1.0/libanjuta/anjuta-command-queue.h -include/libanjuta-1.0/libanjuta/anjuta-convert.h -include/libanjuta-1.0/libanjuta/anjuta-debug.h -include/libanjuta-1.0/libanjuta/anjuta-encodings.h -include/libanjuta-1.0/libanjuta/anjuta-enum-types.h -include/libanjuta-1.0/libanjuta/anjuta-error.h -include/libanjuta-1.0/libanjuta/anjuta-launcher.h -include/libanjuta-1.0/libanjuta/anjuta-marshal.h -include/libanjuta-1.0/libanjuta/anjuta-message-area.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h -include/libanjuta-1.0/libanjuta/anjuta-plugin.h -include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h -include/libanjuta-1.0/libanjuta/anjuta-preferences.h -include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h -include/libanjuta-1.0/libanjuta/anjuta-profile.h -include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h -include/libanjuta-1.0/libanjuta/anjuta-serializer.h -include/libanjuta-1.0/libanjuta/anjuta-session.h -include/libanjuta-1.0/libanjuta/anjuta-shell.h -include/libanjuta-1.0/libanjuta/anjuta-status.h -include/libanjuta-1.0/libanjuta/anjuta-sync-command.h -include/libanjuta-1.0/libanjuta/anjuta-ui.h -include/libanjuta-1.0/libanjuta/anjuta-utils.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h -include/libanjuta-1.0/libanjuta/anjuta-version.h -include/libanjuta-1.0/libanjuta/gbf-project.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-environment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language-support.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-backend.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl -include/libanjuta-1.0/libanjuta/libanjuta.h -include/libanjuta-1.0/libanjuta/resources.h -lib/anjuta/anjuta-build-basic-autotools.plugin -lib/anjuta/anjuta-class-gen.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -%%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin -lib/anjuta/anjuta-document-manager.plugin -lib/anjuta/anjuta-file-wizard.plugin -lib/anjuta/anjuta-gdb.plugin -lib/anjuta/anjuta-glade.plugin -lib/anjuta/anjuta-gtodo.plugin -lib/anjuta/anjuta-language-cpp-java.plugin -lib/anjuta/anjuta-loader.plugin -lib/anjuta/anjuta-macro.plugin -lib/anjuta/anjuta-message-manager.plugin -lib/anjuta/anjuta-patch.plugin -lib/anjuta/anjuta-project-import.plugin -lib/anjuta/anjuta-project-manager.plugin -lib/anjuta/anjuta-project-wizard.plugin -lib/anjuta/anjuta-run-program.plugin -lib/anjuta/anjuta-search.plugin -lib/anjuta/anjuta-starter.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/file-manager.plugin -lib/anjuta/gbf-am.plugin -lib/anjuta/gbf-mkfile.plugin -lib/anjuta/git.plugin -lib/anjuta/language-manager.plugin -lib/anjuta/libanjuta-build-basic-autotools.la -lib/anjuta/libanjuta-build-basic-autotools.so -lib/anjuta/libanjuta-class-gen.la -lib/anjuta/libanjuta-class-gen.so -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-cvs-plugin.so -lib/anjuta/libanjuta-debug-manager.la -lib/anjuta/libanjuta-debug-manager.so -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.la -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.so -lib/anjuta/libanjuta-document-manager.la -lib/anjuta/libanjuta-document-manager.so -lib/anjuta/libanjuta-file-wizard.la -lib/anjuta/libanjuta-file-wizard.so -lib/anjuta/libanjuta-gdb.la -lib/anjuta/libanjuta-gdb.so -lib/anjuta/libanjuta-git.la -lib/anjuta/libanjuta-git.so -lib/anjuta/libanjuta-glade.la -lib/anjuta/libanjuta-glade.so -lib/anjuta/libanjuta-gtodo.la -lib/anjuta/libanjuta-gtodo.so -lib/anjuta/libanjuta-language-cpp-java.la -lib/anjuta/libanjuta-language-cpp-java.so -lib/anjuta/libanjuta-loader.la -lib/anjuta/libanjuta-loader.so -lib/anjuta/libanjuta-macro.la -lib/anjuta/libanjuta-macro.so -lib/anjuta/libanjuta-message-view.la -lib/anjuta/libanjuta-message-view.so -lib/anjuta/libanjuta-patch.la -lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-project-import.la -lib/anjuta/libanjuta-project-import.so -lib/anjuta/libanjuta-project-manager.la -lib/anjuta/libanjuta-project-manager.so -lib/anjuta/libanjuta-project-wizard.la -lib/anjuta/libanjuta-project-wizard.so -lib/anjuta/libanjuta-run-program.la -lib/anjuta/libanjuta-run-program.so -lib/anjuta/libanjuta-search.la -lib/anjuta/libanjuta-search.so -lib/anjuta/libanjuta-sourceview.la -lib/anjuta/libanjuta-sourceview.so -lib/anjuta/libanjuta-starter.la -lib/anjuta/libanjuta-starter.so -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -lib/anjuta/libanjuta-symbol-db.la -lib/anjuta/libanjuta-symbol-db.so -lib/anjuta/libanjuta-terminal.la -lib/anjuta/libanjuta-terminal.so -lib/anjuta/libanjuta-tools.la -lib/anjuta/libanjuta-tools.so -lib/anjuta/libfile-manager.la -lib/anjuta/libfile-manager.so -lib/anjuta/libgbf-am.la -lib/anjuta/libgbf-am.so -lib/anjuta/libgbf-mkfile.la -lib/anjuta/libgbf-mkfile.so -lib/anjuta/liblanguage-manager.la -lib/anjuta/liblanguage-manager.so -lib/anjuta/sourceview.plugin -lib/anjuta/symbol-db.plugin -lib/glade3/modules/libgladeanjuta.la -lib/glade3/modules/libgladeanjuta.so -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -share/anjuta/AUTHORS -share/anjuta/GBF/AmFiles.pm -share/anjuta/GBF/General.pm -share/anjuta/GBF/Make.pm -share/anjuta/anjuta_project.template -share/anjuta/build/automake-c.filters -share/anjuta/class-templates/cc-header.tpl -share/anjuta/class-templates/cc-source.tpl -share/anjuta/class-templates/go-header.tpl -share/anjuta/class-templates/go-source.tpl -share/anjuta/gdb.init -share/anjuta/glade/anjuta-build-basic-autotools-plugin.ui -share/anjuta/glade/anjuta-class-gen-plugin.ui -share/anjuta/glade/anjuta-cvs-plugin.ui -share/anjuta/glade/anjuta-debug-manager.ui -share/anjuta/glade/anjuta-document-manager.ui -share/anjuta/glade/anjuta-editor-sourceview.ui -share/anjuta/glade/anjuta-file-wizard.ui -share/anjuta/glade/anjuta-git.ui -share/anjuta/glade/anjuta-glade.glade -share/anjuta/glade/anjuta-language-cpp-java.ui -share/anjuta/glade/anjuta-macro.ui -share/anjuta/glade/anjuta-message-manager-plugin.ui -share/anjuta/glade/anjuta-project-wizard.ui -share/anjuta/glade/anjuta-run-program.ui -share/anjuta/glade/anjuta-search.ui -%%SVN%%share/anjuta/glade/anjuta-subversion.ui -share/anjuta/glade/anjuta-symbol-db.ui -share/anjuta/glade/anjuta-terminal-plugin.ui -share/anjuta/glade/anjuta-tools.ui -share/anjuta/glade/applogo.png -share/anjuta/glade/appwizard.png -share/anjuta/glade/create_dialogs.ui -share/anjuta/glade/file-manager.ui -share/anjuta/glade/gbf-am-dialogs.ui -share/anjuta/glade/patch-plugin.ui -share/anjuta/glade/preferences.ui -share/anjuta/glade/project-import.ui -share/anjuta/glade/start-with-import.png -share/anjuta/glade/start-with-open.png -share/anjuta/glade/start-with-wizard.png -share/anjuta/gtodo/gtodo.css -share/anjuta/gtodo/gtodo.xsl -share/anjuta/gtodo/gtodo-plain.xsl -share/anjuta/languages.xml -share/anjuta/layout.xml -share/anjuta/macros.xml -share/anjuta/profiles/default.profile -share/anjuta/project/anjuta-plugin-logo.png -share/anjuta/project/anjuta-plugin.wiz -share/anjuta/project/anjuta-plugin/configure.ac.tpl -share/anjuta/project/anjuta-plugin/po/POTFILES.in -share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl -share/anjuta/project/anjuta-plugin/src/plugin.c -share/anjuta/project/anjuta-plugin/src/plugin.h -share/anjuta/project/anjuta-plugin/src/plugin.plugin.in -share/anjuta/project/anjuta-plugin/src/plugin.ui -share/anjuta/project/anjuta-plugin/src/plugin.xml -share/anjuta/project/appwiz_sdl.png -share/anjuta/project/cpp-logo.png -share/anjuta/project/cpp.wiz -share/anjuta/project/cpp/configure.ac.tpl -share/anjuta/project/cpp/po/POTFILES.in -share/anjuta/project/cpp/src/Makefile.am.tpl -share/anjuta/project/cpp/src/cvsignore -share/anjuta/project/cpp/src/main.cc -share/anjuta/project/django-logo.png -share/anjuta/project/django.wiz -share/anjuta/project/gcj-logo.png -share/anjuta/project/gcj.wiz -share/anjuta/project/gcj/configure.ac.tpl -share/anjuta/project/gcj/src/Makefile.am.tpl -share/anjuta/project/gnome-applet.wiz -share/anjuta/project/gnome-applet/HACKING -share/anjuta/project/gnome-applet/Makefile.am.tpl -share/anjuta/project/gnome-applet/autogen.sh -share/anjuta/project/gnome-applet/configure.ac.tpl -share/anjuta/project/gnome-applet/src/GNOME_Applet.server.in.in -share/anjuta/project/gnome-applet/src/Makefile.am.tpl -share/anjuta/project/gnome-applet/src/main.c -share/anjuta/project/gnome-logo.png -share/anjuta/project/gnome/po/POTFILES.in -share/anjuta/project/gtk-logo.png -share/anjuta/project/gtk.wiz -share/anjuta/project/gtk/po/POTFILES.in -share/anjuta/project/gtk/src/Makefile.am.tpl -share/anjuta/project/gtk/src/callbacks.c -share/anjuta/project/gtk/src/callbacks.h -share/anjuta/project/gtk/src/main.c -share/anjuta/project/gtk/src/project.ui -share/anjuta/project/gtkmm-logo.png -share/anjuta/project/gtkmm.wiz -share/anjuta/project/gtkmm/po/POTFILES.in -share/anjuta/project/gtkmm/src/Makefile.am.tpl -share/anjuta/project/gtkmm/src/main.cc -share/anjuta/project/gtkmm/src/project.ui -share/anjuta/project/java-logo.png -share/anjuta/project/java.wiz -share/anjuta/project/java/configure.ac.tpl -share/anjuta/project/java/po/POTFILES.in -share/anjuta/project/java/project.anjuta -share/anjuta/project/java/src/Makefile.am.tpl -share/anjuta/project/java/src/main.java -share/anjuta/project/library.wiz -share/anjuta/project/library/configure.ac.tpl -share/anjuta/project/library/po/POTFILES.in -share/anjuta/project/library/src/Makefile.am.tpl -share/anjuta/project/library/src/lib.c -share/anjuta/project/library/src/lib.h -share/anjuta/project/library/src/library.pc.in -share/anjuta/project/licenses/BSD -share/anjuta/project/licenses/GPL -share/anjuta/project/licenses/LGPL -share/anjuta/project/licenses/None -share/anjuta/project/m4/as-ac-expand.m4 -share/anjuta/project/m4/ac-define-dir.m4 -share/anjuta/project/minimal.wiz -share/anjuta/project/minimal/Makefile.am.tpl -share/anjuta/project/minimal/anjuta.session -share/anjuta/project/minimal/autogen.sh -share/anjuta/project/minimal/configure.ac.tpl -share/anjuta/project/minimal/project.anjuta -share/anjuta/project/mkfile-logo.png -share/anjuta/project/mkfile.wiz -share/anjuta/project/mkfile/po/ChangeLog -share/anjuta/project/mkfile/po/POTFILES.in -share/anjuta/project/mkfile/project.anjuta -share/anjuta/project/mkfile/src/Makefile.tpl -share/anjuta/project/mkfile/src/main.c -share/anjuta/project/python-logo.png -share/anjuta/project/python.wiz -share/anjuta/project/python/configure.ac.tpl -share/anjuta/project/python/po/POTFILES.in -share/anjuta/project/python/project.anjuta -share/anjuta/project/python/src/Makefile.am.tpl -share/anjuta/project/python/src/main.py -share/anjuta/project/sdl.wiz -share/anjuta/project/sdl/acinclude.m4.tpl -share/anjuta/project/sdl/configure.ac.tpl -share/anjuta/project/sdl/po/POTFILES.in -share/anjuta/project/sdl/src/Makefile.am.tpl -share/anjuta/project/sdl/src/main.c -share/anjuta/project/terminal-logo.png -share/anjuta/project/terminal.wiz -share/anjuta/project/terminal/AUTHORS -share/anjuta/project/terminal/ChangeLog -share/anjuta/project/terminal/Makefile.am.tpl -share/anjuta/project/terminal/NEWS -share/anjuta/project/terminal/README -share/anjuta/project/terminal/autogen.sh -share/anjuta/project/terminal/configure.ac.tpl -share/anjuta/project/terminal/cvsignore -share/anjuta/project/terminal/po/ChangeLog -share/anjuta/project/terminal/po/LINGUAS -share/anjuta/project/terminal/po/POTFILES.in -share/anjuta/project/terminal/po/cvsignore -share/anjuta/project/terminal/project.anjuta -share/anjuta/project/terminal/src/Makefile.am.tpl -share/anjuta/project/terminal/src/cvsignore -share/anjuta/project/terminal/src/main.c -share/anjuta/project/wxwin-logo.png -share/anjuta/project/wxwin.wiz -share/anjuta/project/wxwin/configure.ac.tpl -share/anjuta/project/wxwin/po/POTFILES.in -share/anjuta/project/wxwin/src/Makefile.am.tpl -share/anjuta/project/wxwin/src/main.cc -share/anjuta/project/xlib-dock.wiz -share/anjuta/project/xlib-dock/po/POTFILES.in -share/anjuta/project/xlib-dock/src/Makefile.am.tpl -share/anjuta/project/xlib-dock/src/main.c -share/anjuta/project/xlib-dock/src/pixmaps.h -share/anjuta/project/xlib-dock/src/wmgeneral.c -share/anjuta/project/xlib-dock/src/wmgeneral.h -share/anjuta/project/xlib-logo.png -share/anjuta/project/xlib.wiz -share/anjuta/project/xlib/configure.ac.tpl -share/anjuta/project/xlib/po/POTFILES.in -share/anjuta/project/xlib/src/Makefile.am.tpl -share/anjuta/project/xlib/src/main.c -share/anjuta/tables-from-1-to-228.sql -share/anjuta/tables.sql -share/anjuta/tools/find-fixmes.pl -share/anjuta/tools/prepare-changelog.pl -share/anjuta/tools/tools-2.xml -share/anjuta/tools/translation-status.pl -share/anjuta/ui/anjuta-build-basic-autotools-plugin.xml -share/anjuta/ui/anjuta-cvs.ui -share/anjuta/ui/anjuta-debug-manager.xml -share/anjuta/ui/anjuta-devhelp-simple.ui -share/anjuta/ui/anjuta-devhelp.ui -share/anjuta/ui/anjuta-document-manager.xml -share/anjuta/ui/anjuta-git.xml -share/anjuta/ui/anjuta-glade.ui -share/anjuta/ui/anjuta-gtodo.ui -share/anjuta/ui/anjuta-language-support-cpp-java.xml -share/anjuta/ui/anjuta-loader-plugin.ui -share/anjuta/ui/anjuta-macro.xml -share/anjuta/ui/anjuta-message-manager.xml -share/anjuta/ui/anjuta-patch.xml -share/anjuta/ui/anjuta-project-manager.xml -share/anjuta/ui/anjuta-run-program.xml -share/anjuta/ui/anjuta-search.xml -%%SVN%%share/anjuta/ui/anjuta-subversion.xml -share/anjuta/ui/anjuta-symbol-db-plugin.xml -share/anjuta/ui/anjuta-terminal-plugin.xml -share/anjuta/ui/anjuta-tools.xml -share/anjuta/ui/anjuta.ui -share/anjuta/ui/file-manager.xml -share/anjuta/welcome.txt -share/applications/anjuta.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FUTURE -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/doc/libanjuta/AnjutaAsyncCommand.html -share/doc/libanjuta/AnjutaCommand.html -share/doc/libanjuta/AnjutaLauncher.html -share/doc/libanjuta/AnjutaMessageArea.html -share/doc/libanjuta/AnjutaPlugin.html -share/doc/libanjuta/AnjutaPluginHandle.html -share/doc/libanjuta/AnjutaPluginManager.html -share/doc/libanjuta/AnjutaPreferences.html -share/doc/libanjuta/AnjutaPreferencesDialog.html -share/doc/libanjuta/AnjutaProfile.html -share/doc/libanjuta/AnjutaProfileManager.html -share/doc/libanjuta/AnjutaSavePrompt.html -share/doc/libanjuta/AnjutaSerializer.html -share/doc/libanjuta/AnjutaSession.html -share/doc/libanjuta/AnjutaStatus.html -share/doc/libanjuta/AnjutaSyncCommand.html -share/doc/libanjuta/AnjutaVcsStatusTreeView.html -share/doc/libanjuta/AnjutaUI.html -share/doc/libanjuta/action-block.html -share/doc/libanjuta/anjuta-architecture.html -share/doc/libanjuta/anjuta-architecture.png -share/doc/libanjuta/content-block.html -share/doc/libanjuta/debugger-states.png -share/doc/libanjuta/header-block.html -share/doc/libanjuta/home.png -share/doc/libanjuta/index.html -share/doc/libanjuta/index.sgml -share/doc/libanjuta/left.png -share/doc/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html -share/doc/libanjuta/libanjuta-ESplash.html -share/doc/libanjuta/libanjuta-anjuta-c-module.html -share/doc/libanjuta/libanjuta-anjuta-c-plugin-factory.html -share/doc/libanjuta/libanjuta-anjuta-convert.html -share/doc/libanjuta/libanjuta-anjuta-debug.html -share/doc/libanjuta/libanjuta-anjuta-encodings.html -share/doc/libanjuta/libanjuta-anjuta-enum-types.html -share/doc/libanjuta/libanjuta-anjuta-error.html -share/doc/libanjuta/libanjuta-anjuta-marshal.html -share/doc/libanjuta/libanjuta-anjuta-plugin-description.html -share/doc/libanjuta/libanjuta-anjuta-shell.html -share/doc/libanjuta/libanjuta-anjuta-utils-priv.html -share/doc/libanjuta/libanjuta-anjuta-utils.html -share/doc/libanjuta/libanjuta-anjuta-version.html -share/doc/libanjuta/libanjuta-api.html -share/doc/libanjuta/libanjuta-ianjuta-bookmark.html -share/doc/libanjuta/libanjuta-ianjuta-buildable.html -share/doc/libanjuta/libanjuta-ianjuta-builder.html -share/doc/libanjuta/libanjuta-ianjuta-debug-manager.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-breakpoint.html -share/doc/libanjuta/libanjuta-ianjuta-environment.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-instruction.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-memory.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-register.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-variable.html -share/doc/libanjuta/libanjuta-ianjuta-debugger.html -share/doc/libanjuta/libanjuta-ianjuta-document-manager.html -share/doc/libanjuta/libanjuta-ianjuta-document.html -share/doc/libanjuta/libanjuta-ianjuta-editor-assist.html -share/doc/libanjuta/libanjuta-ianjuta-editor-cell-style.html -share/doc/libanjuta/libanjuta-ianjuta-editor-cell.html -share/doc/libanjuta/libanjuta-ianjuta-editor-comment.html -share/doc/libanjuta/libanjuta-ianjuta-editor-convert.html -share/doc/libanjuta/libanjuta-ianjuta-editor-factory.html -share/doc/libanjuta/libanjuta-ianjuta-editor-folds.html -share/doc/libanjuta/libanjuta-ianjuta-editor-goto.html -share/doc/libanjuta/libanjuta-ianjuta-editor-hover.html -share/doc/libanjuta/libanjuta-ianjuta-editor-language.html -share/doc/libanjuta/libanjuta-ianjuta-editor-line-mode.html -share/doc/libanjuta/libanjuta-ianjuta-editor-search.html -share/doc/libanjuta/libanjuta-ianjuta-editor-selection.html -share/doc/libanjuta/libanjuta-ianjuta-editor-view.html -share/doc/libanjuta/libanjuta-ianjuta-editor-zoom.html -share/doc/libanjuta/libanjuta-ianjuta-editor.html -share/doc/libanjuta/libanjuta-ianjuta-file-loader.html -share/doc/libanjuta/libanjuta-ianjuta-file-manager.html -share/doc/libanjuta/libanjuta-ianjuta-file-savable.html -share/doc/libanjuta/libanjuta-ianjuta-file.html -share/doc/libanjuta/libanjuta-ianjuta-help.html -share/doc/libanjuta/libanjuta-ianjuta-indicable.html -share/doc/libanjuta/libanjuta-ianjuta-iterable-tree.html -share/doc/libanjuta/libanjuta-ianjuta-iterable.html -share/doc/libanjuta/libanjuta-ianjuta-language-support.html -share/doc/libanjuta/libanjuta-ianjuta-language.html -share/doc/libanjuta/libanjuta-ianjuta-loader.html -share/doc/libanjuta/libanjuta-ianjuta-macro.html -share/doc/libanjuta/libanjuta-ianjuta-markable.html -share/doc/libanjuta/libanjuta-ianjuta-message-manager.html -share/doc/libanjuta/libanjuta-ianjuta-message-view.html -share/doc/libanjuta/libanjuta-ianjuta-plugin-factory.html -share/doc/libanjuta/libanjuta-ianjuta-preferences.html -share/doc/libanjuta/libanjuta-ianjuta-print.html -share/doc/libanjuta/libanjuta-ianjuta-project-manager.html -share/doc/libanjuta/libanjuta-ianjuta-stream-loader.html -share/doc/libanjuta/libanjuta-ianjuta-stream-savable.html -share/doc/libanjuta/libanjuta-ianjuta-stream.html -share/doc/libanjuta/libanjuta-ianjuta-symbol-manager.html -share/doc/libanjuta/libanjuta-ianjuta-symbol.html -share/doc/libanjuta/libanjuta-ianjuta-terminal.html -share/doc/libanjuta/libanjuta-ianjuta-todo.html -share/doc/libanjuta/libanjuta-ianjuta-vcs.html -share/doc/libanjuta/libanjuta-ianjuta-wizard.html -share/doc/libanjuta/libanjuta-internal-api.html -share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html -share/doc/libanjuta/libanjuta-resources.html -share/doc/libanjuta/libanjuta.devhelp -share/doc/libanjuta/libanjuta.devhelp2 -share/doc/libanjuta/object-hierarchy.html -share/doc/libanjuta/page-block.html -share/doc/libanjuta/plugin-description-file.html -share/doc/libanjuta/plugin-interfaces.html -share/doc/libanjuta/project-wizard-format.html -share/doc/libanjuta/right.png -share/doc/libanjuta/style.css -share/doc/libanjuta/up.png -share/doc/libanjuta/writing-plugins-build-setup.html -share/doc/libanjuta/writing-plugins-simple.html -share/doc/libanjuta/writing-plugins-sources.html -share/doc/libanjuta/writing-plugins.html -share/glade3/catalogs/anjuta-glade.xml -share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml -share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png -share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.png -share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml -share/gnome/help/anjuta-faqs/C/legal.xml -share/gnome/help/anjuta-manual/C/anjuta-manual.xml -share/gnome/help/anjuta-manual/C/authors.xml -share/gnome/help/anjuta-manual/C/build.xml -share/gnome/help/anjuta-manual/C/debugger.xml -share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/C/figures/attach.png -share/gnome/help/anjuta-manual/C/figures/brk_add.png -share/gnome/help/anjuta-manual/C/figures/brk_dlg.png -share/gnome/help/anjuta-manual/C/figures/configure_dlg.png -share/gnome/help/anjuta-manual/C/figures/display_macro.png -share/gnome/help/anjuta-manual/C/figures/editor_guides.png -share/gnome/help/anjuta-manual/C/figures/editor_margins.png -share/gnome/help/anjuta-manual/C/figures/editor_markers.png -share/gnome/help/anjuta-manual/C/figures/file_menu.png -share/gnome/help/anjuta-manual/C/figures/insert_text.png -share/gnome/help/anjuta-manual/C/figures/keyword_macro.png -share/gnome/help/anjuta-manual/C/figures/local_variables.png -share/gnome/help/anjuta-manual/C/figures/menubar.png -share/gnome/help/anjuta-manual/C/figures/message_win.png -share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/C/figures/open_file.png -share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/C/figures/prefs_print.png -share/gnome/help/anjuta-manual/C/figures/print_dlg.png -share/gnome/help/anjuta-manual/C/figures/print_preview.png -share/gnome/help/anjuta-manual/C/figures/project-window.png -share/gnome/help/anjuta-manual/C/figures/project_group.png -share/gnome/help/anjuta-manual/C/figures/project_info.png -share/gnome/help/anjuta-manual/C/figures/project_target.png -share/gnome/help/anjuta-manual/C/figures/project_target_details.png -share/gnome/help/anjuta-manual/C/figures/registers.png -share/gnome/help/anjuta-manual/C/figures/save_as_file.png -share/gnome/help/anjuta-manual/C/figures/search_expr.png -share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/C/figures/search_replace.png -share/gnome/help/anjuta-manual/C/figures/search_setting.png -share/gnome/help/anjuta-manual/C/figures/search_target.png -share/gnome/help/anjuta-manual/C/figures/search_target_action.png -share/gnome/help/anjuta-manual/C/figures/search_target_in.png -share/gnome/help/anjuta-manual/C/figures/sharedlibs.png -share/gnome/help/anjuta-manual/C/figures/signals.png -share/gnome/help/anjuta-manual/C/figures/stack.png -share/gnome/help/anjuta-manual/C/figures/symbol_browser.png -share/gnome/help/anjuta-manual/C/figures/tool-editor.png -share/gnome/help/anjuta-manual/C/fileoperations.xml -share/gnome/help/anjuta-manual/C/glade.xml -share/gnome/help/anjuta-manual/C/interface.xml -share/gnome/help/anjuta-manual/C/introduction.xml -share/gnome/help/anjuta-manual/C/legal.xml -share/gnome/help/anjuta-manual/C/license.xml -share/gnome/help/anjuta-manual/C/preferences.xml -share/gnome/help/anjuta-manual/C/projects.xml -share/gnome/help/anjuta-manual/C/template.xml -share/gnome/help/anjuta-manual/C/tools.xml -share/gnome/help/anjuta-manual/de/anjuta-manual.xml -share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/de/figures/attach.png -share/gnome/help/anjuta-manual/de/figures/brk_add.png -share/gnome/help/anjuta-manual/de/figures/brk_dlg.png -share/gnome/help/anjuta-manual/de/figures/configure_dlg.png -share/gnome/help/anjuta-manual/de/figures/display_macro.png -share/gnome/help/anjuta-manual/de/figures/editor_guides.png -share/gnome/help/anjuta-manual/de/figures/editor_margins.png -share/gnome/help/anjuta-manual/de/figures/editor_markers.png -share/gnome/help/anjuta-manual/de/figures/file_menu.png -share/gnome/help/anjuta-manual/de/figures/insert_text.png -share/gnome/help/anjuta-manual/de/figures/keyword_macro.png -share/gnome/help/anjuta-manual/de/figures/local_variables.png -share/gnome/help/anjuta-manual/de/figures/menubar.png -share/gnome/help/anjuta-manual/de/figures/message_win.png -share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/de/figures/open_file.png -share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/de/figures/prefs_print.png -share/gnome/help/anjuta-manual/de/figures/print_dlg.png -share/gnome/help/anjuta-manual/de/figures/print_preview.png -share/gnome/help/anjuta-manual/de/figures/project-window.png -share/gnome/help/anjuta-manual/de/figures/project_group.png -share/gnome/help/anjuta-manual/de/figures/project_info.png -share/gnome/help/anjuta-manual/de/figures/project_target.png -share/gnome/help/anjuta-manual/de/figures/project_target_details.png -share/gnome/help/anjuta-manual/de/figures/registers.png -share/gnome/help/anjuta-manual/de/figures/save_as_file.png -share/gnome/help/anjuta-manual/de/figures/search_expr.png -share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/de/figures/search_replace.png -share/gnome/help/anjuta-manual/de/figures/search_setting.png -share/gnome/help/anjuta-manual/de/figures/search_target.png -share/gnome/help/anjuta-manual/de/figures/search_target_action.png -share/gnome/help/anjuta-manual/de/figures/search_target_in.png -share/gnome/help/anjuta-manual/de/figures/sharedlibs.png -share/gnome/help/anjuta-manual/de/figures/signals.png -share/gnome/help/anjuta-manual/de/figures/stack.png -share/gnome/help/anjuta-manual/de/figures/symbol_browser.png -share/gnome/help/anjuta-manual/de/figures/tool-editor.png -share/gnome/help/anjuta-manual/el/anjuta-manual.xml -share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/el/figures/attach.png -share/gnome/help/anjuta-manual/el/figures/brk_add.png -share/gnome/help/anjuta-manual/el/figures/brk_dlg.png -share/gnome/help/anjuta-manual/el/figures/configure_dlg.png -share/gnome/help/anjuta-manual/el/figures/display_macro.png -share/gnome/help/anjuta-manual/el/figures/editor_guides.png -share/gnome/help/anjuta-manual/el/figures/editor_margins.png -share/gnome/help/anjuta-manual/el/figures/editor_markers.png -share/gnome/help/anjuta-manual/el/figures/file_menu.png -share/gnome/help/anjuta-manual/el/figures/insert_text.png -share/gnome/help/anjuta-manual/el/figures/keyword_macro.png -share/gnome/help/anjuta-manual/el/figures/local_variables.png -share/gnome/help/anjuta-manual/el/figures/menubar.png -share/gnome/help/anjuta-manual/el/figures/message_win.png -share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/el/figures/open_file.png -share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/el/figures/prefs_print.png -share/gnome/help/anjuta-manual/el/figures/print_dlg.png -share/gnome/help/anjuta-manual/el/figures/print_preview.png -share/gnome/help/anjuta-manual/el/figures/project-window.png -share/gnome/help/anjuta-manual/el/figures/project_group.png -share/gnome/help/anjuta-manual/el/figures/project_info.png -share/gnome/help/anjuta-manual/el/figures/project_target.png -share/gnome/help/anjuta-manual/el/figures/project_target_details.png -share/gnome/help/anjuta-manual/el/figures/registers.png -share/gnome/help/anjuta-manual/el/figures/save_as_file.png -share/gnome/help/anjuta-manual/el/figures/search_expr.png -share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/el/figures/search_replace.png -share/gnome/help/anjuta-manual/el/figures/search_setting.png -share/gnome/help/anjuta-manual/el/figures/search_target.png -share/gnome/help/anjuta-manual/el/figures/search_target_action.png -share/gnome/help/anjuta-manual/el/figures/search_target_in.png -share/gnome/help/anjuta-manual/el/figures/sharedlibs.png -share/gnome/help/anjuta-manual/el/figures/signals.png -share/gnome/help/anjuta-manual/el/figures/stack.png -share/gnome/help/anjuta-manual/el/figures/symbol_browser.png -share/gnome/help/anjuta-manual/el/figures/tool-editor.png -share/gnome/help/anjuta-manual/es/anjuta-manual.xml -share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/es/figures/attach.png -share/gnome/help/anjuta-manual/es/figures/brk_add.png -share/gnome/help/anjuta-manual/es/figures/brk_dlg.png -share/gnome/help/anjuta-manual/es/figures/configure_dlg.png -share/gnome/help/anjuta-manual/es/figures/display_macro.png -share/gnome/help/anjuta-manual/es/figures/editor_guides.png -share/gnome/help/anjuta-manual/es/figures/editor_margins.png -share/gnome/help/anjuta-manual/es/figures/editor_markers.png -share/gnome/help/anjuta-manual/es/figures/file_menu.png -share/gnome/help/anjuta-manual/es/figures/insert_text.png -share/gnome/help/anjuta-manual/es/figures/keyword_macro.png -share/gnome/help/anjuta-manual/es/figures/local_variables.png -share/gnome/help/anjuta-manual/es/figures/menubar.png -share/gnome/help/anjuta-manual/es/figures/message_win.png -share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/es/figures/open_file.png -share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/es/figures/prefs_print.png -share/gnome/help/anjuta-manual/es/figures/print_dlg.png -share/gnome/help/anjuta-manual/es/figures/print_preview.png -share/gnome/help/anjuta-manual/es/figures/project-window.png -share/gnome/help/anjuta-manual/es/figures/project_group.png -share/gnome/help/anjuta-manual/es/figures/project_info.png -share/gnome/help/anjuta-manual/es/figures/project_target.png -share/gnome/help/anjuta-manual/es/figures/project_target_details.png -share/gnome/help/anjuta-manual/es/figures/registers.png -share/gnome/help/anjuta-manual/es/figures/save_as_file.png -share/gnome/help/anjuta-manual/es/figures/search_expr.png -share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/es/figures/search_replace.png -share/gnome/help/anjuta-manual/es/figures/search_setting.png -share/gnome/help/anjuta-manual/es/figures/search_target.png -share/gnome/help/anjuta-manual/es/figures/search_target_action.png -share/gnome/help/anjuta-manual/es/figures/search_target_in.png -share/gnome/help/anjuta-manual/es/figures/sharedlibs.png -share/gnome/help/anjuta-manual/es/figures/signals.png -share/gnome/help/anjuta-manual/es/figures/stack.png -share/gnome/help/anjuta-manual/es/figures/symbol_browser.png -share/gnome/help/anjuta-manual/es/figures/tool-editor.png -share/gnome/help/anjuta-manual/eu/anjuta-manual.xml -share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/eu/figures/attach.png -share/gnome/help/anjuta-manual/eu/figures/brk_add.png -share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png -share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png -share/gnome/help/anjuta-manual/eu/figures/display_macro.png -share/gnome/help/anjuta-manual/eu/figures/editor_guides.png -share/gnome/help/anjuta-manual/eu/figures/editor_margins.png -share/gnome/help/anjuta-manual/eu/figures/editor_markers.png -share/gnome/help/anjuta-manual/eu/figures/file_menu.png -share/gnome/help/anjuta-manual/eu/figures/insert_text.png -share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png -share/gnome/help/anjuta-manual/eu/figures/local_variables.png -share/gnome/help/anjuta-manual/eu/figures/menubar.png -share/gnome/help/anjuta-manual/eu/figures/message_win.png -share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/eu/figures/open_file.png -share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/eu/figures/prefs_print.png -share/gnome/help/anjuta-manual/eu/figures/print_dlg.png -share/gnome/help/anjuta-manual/eu/figures/print_preview.png -share/gnome/help/anjuta-manual/eu/figures/project-window.png -share/gnome/help/anjuta-manual/eu/figures/project_info.png -share/gnome/help/anjuta-manual/eu/figures/project_group.png -share/gnome/help/anjuta-manual/eu/figures/project_target.png -share/gnome/help/anjuta-manual/eu/figures/project_target_details.png -share/gnome/help/anjuta-manual/eu/figures/registers.png -share/gnome/help/anjuta-manual/eu/figures/save_as_file.png -share/gnome/help/anjuta-manual/eu/figures/search_expr.png -share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/eu/figures/search_replace.png -share/gnome/help/anjuta-manual/eu/figures/search_setting.png -share/gnome/help/anjuta-manual/eu/figures/search_target.png -share/gnome/help/anjuta-manual/eu/figures/search_target_action.png -share/gnome/help/anjuta-manual/eu/figures/search_target_in.png -share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png -share/gnome/help/anjuta-manual/eu/figures/signals.png -share/gnome/help/anjuta-manual/eu/figures/stack.png -share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png -share/gnome/help/anjuta-manual/eu/figures/tool-editor.png -share/gnome/help/anjuta-manual/oc/anjuta-manual.xml -share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/oc/figures/attach.png -share/gnome/help/anjuta-manual/oc/figures/brk_add.png -share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png -share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png -share/gnome/help/anjuta-manual/oc/figures/display_macro.png -share/gnome/help/anjuta-manual/oc/figures/editor_guides.png -share/gnome/help/anjuta-manual/oc/figures/editor_margins.png -share/gnome/help/anjuta-manual/oc/figures/editor_markers.png -share/gnome/help/anjuta-manual/oc/figures/file_menu.png -share/gnome/help/anjuta-manual/oc/figures/insert_text.png -share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png -share/gnome/help/anjuta-manual/oc/figures/local_variables.png -share/gnome/help/anjuta-manual/oc/figures/menubar.png -share/gnome/help/anjuta-manual/oc/figures/message_win.png -share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/oc/figures/open_file.png -share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/oc/figures/prefs_print.png -share/gnome/help/anjuta-manual/oc/figures/print_dlg.png -share/gnome/help/anjuta-manual/oc/figures/print_preview.png -share/gnome/help/anjuta-manual/oc/figures/project-window.png -share/gnome/help/anjuta-manual/oc/figures/project_info.png -share/gnome/help/anjuta-manual/oc/figures/project_group.png -share/gnome/help/anjuta-manual/oc/figures/project_target.png -share/gnome/help/anjuta-manual/oc/figures/project_target_details.png -share/gnome/help/anjuta-manual/oc/figures/registers.png -share/gnome/help/anjuta-manual/oc/figures/save_as_file.png -share/gnome/help/anjuta-manual/oc/figures/search_expr.png -share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/oc/figures/search_replace.png -share/gnome/help/anjuta-manual/oc/figures/search_setting.png -share/gnome/help/anjuta-manual/oc/figures/search_target.png -share/gnome/help/anjuta-manual/oc/figures/search_target_action.png -share/gnome/help/anjuta-manual/oc/figures/search_target_in.png -share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png -share/gnome/help/anjuta-manual/oc/figures/signals.png -share/gnome/help/anjuta-manual/oc/figures/stack.png -share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png -share/gnome/help/anjuta-manual/oc/figures/tool-editor.png -share/gnome/help/anjuta-manual/sv/anjuta-manual.xml -share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/sv/figures/attach.png -share/gnome/help/anjuta-manual/sv/figures/brk_add.png -share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png -share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png -share/gnome/help/anjuta-manual/sv/figures/display_macro.png -share/gnome/help/anjuta-manual/sv/figures/editor_guides.png -share/gnome/help/anjuta-manual/sv/figures/editor_margins.png -share/gnome/help/anjuta-manual/sv/figures/editor_markers.png -share/gnome/help/anjuta-manual/sv/figures/file_menu.png -share/gnome/help/anjuta-manual/sv/figures/insert_text.png -share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png -share/gnome/help/anjuta-manual/sv/figures/local_variables.png -share/gnome/help/anjuta-manual/sv/figures/menubar.png -share/gnome/help/anjuta-manual/sv/figures/message_win.png -share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/sv/figures/open_file.png -share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/sv/figures/prefs_print.png -share/gnome/help/anjuta-manual/sv/figures/print_dlg.png -share/gnome/help/anjuta-manual/sv/figures/print_preview.png -share/gnome/help/anjuta-manual/sv/figures/project-window.png -share/gnome/help/anjuta-manual/sv/figures/project_info.png -share/gnome/help/anjuta-manual/sv/figures/project_group.png -share/gnome/help/anjuta-manual/sv/figures/project_target.png -share/gnome/help/anjuta-manual/sv/figures/project_target_details.png -share/gnome/help/anjuta-manual/sv/figures/registers.png -share/gnome/help/anjuta-manual/sv/figures/save_as_file.png -share/gnome/help/anjuta-manual/sv/figures/search_expr.png -share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/sv/figures/search_replace.png -share/gnome/help/anjuta-manual/sv/figures/search_setting.png -share/gnome/help/anjuta-manual/sv/figures/search_target.png -share/gnome/help/anjuta-manual/sv/figures/search_target_action.png -share/gnome/help/anjuta-manual/sv/figures/search_target_in.png -share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png -share/gnome/help/anjuta-manual/sv/figures/signals.png -share/gnome/help/anjuta-manual/sv/figures/stack.png -share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png -share/gnome/help/anjuta-manual/sv/figures/tool-editor.png -share/gnome/help/anjuta-manual/th/anjuta-manual.xml -share/gnome/help/anjuta-manual/th/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/th/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/th/figures/attach.png -share/gnome/help/anjuta-manual/th/figures/brk_add.png -share/gnome/help/anjuta-manual/th/figures/brk_dlg.png -share/gnome/help/anjuta-manual/th/figures/configure_dlg.png -share/gnome/help/anjuta-manual/th/figures/display_macro.png -share/gnome/help/anjuta-manual/th/figures/editor_guides.png -share/gnome/help/anjuta-manual/th/figures/editor_margins.png -share/gnome/help/anjuta-manual/th/figures/editor_markers.png -share/gnome/help/anjuta-manual/th/figures/file_menu.png -share/gnome/help/anjuta-manual/th/figures/insert_text.png -share/gnome/help/anjuta-manual/th/figures/keyword_macro.png -share/gnome/help/anjuta-manual/th/figures/local_variables.png -share/gnome/help/anjuta-manual/th/figures/menubar.png -share/gnome/help/anjuta-manual/th/figures/message_win.png -share/gnome/help/anjuta-manual/th/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/th/figures/open_file.png -share/gnome/help/anjuta-manual/th/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/th/figures/prefs_print.png -share/gnome/help/anjuta-manual/th/figures/print_dlg.png -share/gnome/help/anjuta-manual/th/figures/print_preview.png -share/gnome/help/anjuta-manual/th/figures/project-window.png -share/gnome/help/anjuta-manual/th/figures/project_group.png -share/gnome/help/anjuta-manual/th/figures/project_info.png -share/gnome/help/anjuta-manual/th/figures/project_target.png -share/gnome/help/anjuta-manual/th/figures/project_target_details.png -share/gnome/help/anjuta-manual/th/figures/registers.png -share/gnome/help/anjuta-manual/th/figures/save_as_file.png -share/gnome/help/anjuta-manual/th/figures/search_expr.png -share/gnome/help/anjuta-manual/th/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/th/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/th/figures/search_replace.png -share/gnome/help/anjuta-manual/th/figures/search_setting.png -share/gnome/help/anjuta-manual/th/figures/search_target.png -share/gnome/help/anjuta-manual/th/figures/search_target_action.png -share/gnome/help/anjuta-manual/th/figures/search_target_in.png -share/gnome/help/anjuta-manual/th/figures/sharedlibs.png -share/gnome/help/anjuta-manual/th/figures/signals.png -share/gnome/help/anjuta-manual/th/figures/stack.png -share/gnome/help/anjuta-manual/th/figures/symbol_browser.png -share/gnome/help/anjuta-manual/th/figures/tool-editor.png -share/gnome/help/anjuta-manual/uk/anjuta-manual.xml -share/gnome/help/anjuta-manual/uk/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/uk/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/uk/figures/attach.png -share/gnome/help/anjuta-manual/uk/figures/brk_add.png -share/gnome/help/anjuta-manual/uk/figures/brk_dlg.png -share/gnome/help/anjuta-manual/uk/figures/configure_dlg.png -share/gnome/help/anjuta-manual/uk/figures/display_macro.png -share/gnome/help/anjuta-manual/uk/figures/editor_guides.png -share/gnome/help/anjuta-manual/uk/figures/editor_margins.png -share/gnome/help/anjuta-manual/uk/figures/editor_markers.png -share/gnome/help/anjuta-manual/uk/figures/file_menu.png -share/gnome/help/anjuta-manual/uk/figures/insert_text.png -share/gnome/help/anjuta-manual/uk/figures/keyword_macro.png -share/gnome/help/anjuta-manual/uk/figures/local_variables.png -share/gnome/help/anjuta-manual/uk/figures/menubar.png -share/gnome/help/anjuta-manual/uk/figures/message_win.png -share/gnome/help/anjuta-manual/uk/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/uk/figures/open_file.png -share/gnome/help/anjuta-manual/uk/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/uk/figures/prefs_print.png -share/gnome/help/anjuta-manual/uk/figures/print_dlg.png -share/gnome/help/anjuta-manual/uk/figures/print_preview.png -share/gnome/help/anjuta-manual/uk/figures/project-window.png -share/gnome/help/anjuta-manual/uk/figures/project_group.png -share/gnome/help/anjuta-manual/uk/figures/project_info.png -share/gnome/help/anjuta-manual/uk/figures/project_target.png -share/gnome/help/anjuta-manual/uk/figures/project_target_details.png -share/gnome/help/anjuta-manual/uk/figures/registers.png -share/gnome/help/anjuta-manual/uk/figures/save_as_file.png -share/gnome/help/anjuta-manual/uk/figures/search_expr.png -share/gnome/help/anjuta-manual/uk/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/uk/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/uk/figures/search_replace.png -share/gnome/help/anjuta-manual/uk/figures/search_setting.png -share/gnome/help/anjuta-manual/uk/figures/search_target.png -share/gnome/help/anjuta-manual/uk/figures/search_target_action.png -share/gnome/help/anjuta-manual/uk/figures/search_target_in.png -share/gnome/help/anjuta-manual/uk/figures/sharedlibs.png -share/gnome/help/anjuta-manual/uk/figures/signals.png -share/gnome/help/anjuta-manual/uk/figures/stack.png -share/gnome/help/anjuta-manual/uk/figures/symbol_browser.png -share/gnome/help/anjuta-manual/uk/figures/tool-editor.png -share/gnome/help/anjuta-manual/zh_CN/anjuta-manual.xml -share/gnome/help/anjuta-manual/zh_CN/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/zh_CN/figures/attach.png -share/gnome/help/anjuta-manual/zh_CN/figures/brk_add.png -share/gnome/help/anjuta-manual/zh_CN/figures/brk_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/configure_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/display_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_guides.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_margins.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_markers.png -share/gnome/help/anjuta-manual/zh_CN/figures/file_menu.png -share/gnome/help/anjuta-manual/zh_CN/figures/insert_text.png -share/gnome/help/anjuta-manual/zh_CN/figures/keyword_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/local_variables.png -share/gnome/help/anjuta-manual/zh_CN/figures/menubar.png -share/gnome/help/anjuta-manual/zh_CN/figures/message_win.png -share/gnome/help/anjuta-manual/zh_CN/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/zh_CN/figures/open_file.png -share/gnome/help/anjuta-manual/zh_CN/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/zh_CN/figures/prefs_print.png -share/gnome/help/anjuta-manual/zh_CN/figures/print_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/print_preview.png -share/gnome/help/anjuta-manual/zh_CN/figures/project-window.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_group.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_info.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_target.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_target_details.png -share/gnome/help/anjuta-manual/zh_CN/figures/registers.png -share/gnome/help/anjuta-manual/zh_CN/figures/save_as_file.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_expr.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_replace.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_setting.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target_action.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target_in.png -share/gnome/help/anjuta-manual/zh_CN/figures/sharedlibs.png -share/gnome/help/anjuta-manual/zh_CN/figures/signals.png -share/gnome/help/anjuta-manual/zh_CN/figures/stack.png -share/gnome/help/anjuta-manual/zh_CN/figures/symbol_browser.png -share/gnome/help/anjuta-manual/zh_CN/figures/tool-editor.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg -share/icons/hicolor/48x48/apps/anjuta.png -share/icons/hicolor/scalable/apps/anjuta.svg -share/locale/ar/LC_MESSAGES/anjuta.mo -share/locale/az/LC_MESSAGES/anjuta.mo -share/locale/be/LC_MESSAGES/anjuta.mo -share/locale/be@latin/LC_MESSAGES/anjuta.mo -share/locale/bg/LC_MESSAGES/anjuta.mo -share/locale/ca/LC_MESSAGES/anjuta.mo -share/locale/ca@valencia/LC_MESSAGES/anjuta.mo -share/locale/cs/LC_MESSAGES/anjuta.mo -share/locale/da/LC_MESSAGES/anjuta.mo -share/locale/de/LC_MESSAGES/anjuta.mo -share/locale/dz/LC_MESSAGES/anjuta.mo -share/locale/el/LC_MESSAGES/anjuta.mo -share/locale/en_CA/LC_MESSAGES/anjuta.mo -share/locale/en_GB/LC_MESSAGES/anjuta.mo -share/locale/es/LC_MESSAGES/anjuta.mo -share/locale/eu/LC_MESSAGES/anjuta.mo -share/locale/fi/LC_MESSAGES/anjuta.mo -share/locale/fr/LC_MESSAGES/anjuta.mo -share/locale/ga/LC_MESSAGES/anjuta.mo -share/locale/gl/LC_MESSAGES/anjuta.mo -share/locale/gu/LC_MESSAGES/anjuta.mo -share/locale/he/LC_MESSAGES/anjuta.mo -share/locale/hi/LC_MESSAGES/anjuta.mo -share/locale/hr/LC_MESSAGES/anjuta.mo -share/locale/hu/LC_MESSAGES/anjuta.mo -share/locale/id/LC_MESSAGES/anjuta.mo -share/locale/it/LC_MESSAGES/anjuta.mo -share/locale/ja/LC_MESSAGES/anjuta.mo -share/locale/kn/LC_MESSAGES/anjuta.mo -share/locale/ko/LC_MESSAGES/anjuta.mo -share/locale/lt/LC_MESSAGES/anjuta.mo -share/locale/lv/LC_MESSAGES/anjuta.mo -share/locale/mai/LC_MESSAGES/anjuta.mo -share/locale/mk/LC_MESSAGES/anjuta.mo -share/locale/ml/LC_MESSAGES/anjuta.mo -share/locale/mr/LC_MESSAGES/anjuta.mo -share/locale/ms/LC_MESSAGES/anjuta.mo -share/locale/nb/LC_MESSAGES/anjuta.mo -share/locale/ne/LC_MESSAGES/anjuta.mo -share/locale/nl/LC_MESSAGES/anjuta.mo -share/locale/oc/LC_MESSAGES/anjuta.mo -share/locale/or/LC_MESSAGES/anjuta.mo -share/locale/pa/LC_MESSAGES/anjuta.mo -share/locale/pl/LC_MESSAGES/anjuta.mo -share/locale/pt/LC_MESSAGES/anjuta.mo -share/locale/pt_BR/LC_MESSAGES/anjuta.mo -share/locale/ru/LC_MESSAGES/anjuta.mo -share/locale/rw/LC_MESSAGES/anjuta.mo -share/locale/si/LC_MESSAGES/anjuta.mo -share/locale/sk/LC_MESSAGES/anjuta.mo -share/locale/sl/LC_MESSAGES/anjuta.mo -share/locale/sq/LC_MESSAGES/anjuta.mo -share/locale/sr/LC_MESSAGES/anjuta.mo -share/locale/sr@latin/LC_MESSAGES/anjuta.mo -share/locale/sv/LC_MESSAGES/anjuta.mo -share/locale/te/LC_MESSAGES/anjuta.mo -share/locale/th/LC_MESSAGES/anjuta.mo -share/locale/tr/LC_MESSAGES/anjuta.mo -share/locale/uk/LC_MESSAGES/anjuta.mo -share/locale/vi/LC_MESSAGES/anjuta.mo -share/locale/zh_CN/LC_MESSAGES/anjuta.mo -share/locale/zh_HK/LC_MESSAGES/anjuta.mo -share/locale/zh_TW/LC_MESSAGES/anjuta.mo -share/mime/application/x-anjuta.xml -share/mime/packages/anjuta.xml -share/omf/anjuta-manual/anjuta-manual-C.omf -share/omf/anjuta-manual/anjuta-manual-de.omf -share/omf/anjuta-manual/anjuta-manual-el.omf -share/omf/anjuta-manual/anjuta-manual-es.omf -share/omf/anjuta-manual/anjuta-manual-eu.omf -share/omf/anjuta-manual/anjuta-manual-oc.omf -share/omf/anjuta-manual/anjuta-manual-sv.omf -share/omf/anjuta-manual/anjuta-manual-th.omf -share/omf/anjuta-manual/anjuta-manual-uk.omf -share/omf/anjuta-manual/anjuta-manual-zh_CN.omf -share/pixmaps/anjuta/anjuta-attach-16.png -share/pixmaps/anjuta/anjuta-attach-24.png -share/pixmaps/anjuta/anjuta-block-end-16.png -share/pixmaps/anjuta/anjuta-block-end-24.png -share/pixmaps/anjuta/anjuta-block-select-16.png -share/pixmaps/anjuta/anjuta-block-select-24.png -share/pixmaps/anjuta/anjuta-block-start-16.png -share/pixmaps/anjuta/anjuta-block-start-24.png -share/pixmaps/anjuta/anjuta-bookmark-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-24.png -share/pixmaps/anjuta/anjuta-bookmark-first-16.png -share/pixmaps/anjuta/anjuta-bookmark-first-24.png -share/pixmaps/anjuta/anjuta-bookmark-last-16.png -share/pixmaps/anjuta/anjuta-bookmark-last-24.png -share/pixmaps/anjuta/anjuta-bookmark-next-16.png -share/pixmaps/anjuta/anjuta-bookmark-next-24.png -share/pixmaps/anjuta/anjuta-bookmark-prev-16.png -share/pixmaps/anjuta/anjuta-bookmark-prev-24.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-16.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-24.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-16.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-24.png -share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png -share/pixmaps/anjuta/anjuta-build-16.png -share/pixmaps/anjuta/anjuta-build-24.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg -share/pixmaps/anjuta/anjuta-complete-16.png -share/pixmaps/anjuta/anjuta-complete-24.png -share/pixmaps/anjuta/anjuta-complete-auto-16.png -share/pixmaps/anjuta/anjuta-complete-auto-24.png -share/pixmaps/anjuta/anjuta-cvs-plugin-48.png -share/pixmaps/anjuta/anjuta-cvs-plugin.svg -share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg -share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-document-manager-plugin.svg -share/pixmaps/anjuta/element-class-16.png -share/pixmaps/anjuta/element-delegate-16.png -share/pixmaps/anjuta/element-enumeration-16.png -share/pixmaps/anjuta/element-event-16.png -share/pixmaps/anjuta/element-field-16.png -share/pixmaps/anjuta/element-interface-16.png -share/pixmaps/anjuta/element-interface-24.png -share/pixmaps/anjuta/element-literal-16.png -share/pixmaps/anjuta/element-method-16.png -share/pixmaps/anjuta/element-method-24.png -share/pixmaps/anjuta/element-namespace-16.png -share/pixmaps/anjuta/element-property-16.png -share/pixmaps/anjuta/element-structure-16.png -share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin.svg -share/pixmaps/anjuta/anjuta-file-wizard-plugin.png -share/pixmaps/anjuta/anjuta-fold-close-16.png -share/pixmaps/anjuta/anjuta-fold-close-24.png -share/pixmaps/anjuta/anjuta-fold-open-16.png -share/pixmaps/anjuta/anjuta-fold-open-24.png -share/pixmaps/anjuta/anjuta-fold-toggle-16.png -share/pixmaps/anjuta/anjuta-fold-toggle-24.png -share/pixmaps/anjuta/anjuta-gdb.plugin.png -share/pixmaps/anjuta/anjuta-git-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin.svg -share/pixmaps/anjuta/anjuta-go-history-next-16.png -share/pixmaps/anjuta/anjuta-go-history-next-24.png -share/pixmaps/anjuta/anjuta-go-history-prev-16.png -share/pixmaps/anjuta/anjuta-go-history-prev-24.png -share/pixmaps/anjuta/anjuta-go-line-16.png -share/pixmaps/anjuta/anjuta-go-line-24.png -share/pixmaps/anjuta/anjuta-go-message-next-16.png -share/pixmaps/anjuta/anjuta-go-message-next-24.png -share/pixmaps/anjuta/anjuta-go-message-prev-16.png -share/pixmaps/anjuta/anjuta-go-message-prev-24.png -share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png -share/pixmaps/anjuta/anjuta-gtodo-plugin.svg -share/pixmaps/anjuta/anjuta-indent-auto-16.png -share/pixmaps/anjuta/anjuta-indent-auto-24.png -share/pixmaps/anjuta/anjuta-indent-less-16.png -share/pixmaps/anjuta/anjuta-indent-less-24.png -share/pixmaps/anjuta/anjuta-indent-more-16.png -share/pixmaps/anjuta/anjuta-indent-more-24.png -share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png -share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-language-manager-plugin.svg -share/pixmaps/anjuta/anjuta-linemark-16.png -share/pixmaps/anjuta/anjuta-loader-plugin-48.png -share/pixmaps/anjuta/anjuta-loader-plugin.svg -share/pixmaps/anjuta/anjuta-macro.png -share/pixmaps/anjuta/anjuta-messages-plugin-48.png -share/pixmaps/anjuta/anjuta-messages-plugin.svg -share/pixmaps/anjuta/anjuta-patch-plugin-48.png -share/pixmaps/anjuta/anjuta-patch-plugin.svg -share/pixmaps/anjuta/anjuta-pcmark-16.png -share/pixmaps/anjuta/anjuta-preferences-general-48.png -share/pixmaps/anjuta/anjuta-preferences-general.svg -share/pixmaps/anjuta/anjuta-project-import-plugin-48.png -share/pixmaps/anjuta/anjuta-project-import-plugin.svg -share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-project-manager-plugin.svg -share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png -share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg -share/pixmaps/anjuta/anjuta-run-to-cursor-16.png -share/pixmaps/anjuta/anjuta-run-to-cursor-24.png -share/pixmaps/anjuta/anjuta-run-program-48.png -share/pixmaps/anjuta/anjuta-search-plugin-48.png -share/pixmaps/anjuta/anjuta-search-plugin.svg -share/pixmaps/anjuta/anjuta-step-into-16.png -share/pixmaps/anjuta/anjuta-step-into-24.png -share/pixmaps/anjuta/anjuta-step-out-16.png -share/pixmaps/anjuta/anjuta-step-out-24.png -share/pixmaps/anjuta/anjuta-step-over-16.png -share/pixmaps/anjuta/anjuta-step-over-24.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin-48.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg -share/pixmaps/anjuta/anjuta-swap-16.png -share/pixmaps/anjuta/anjuta-swap-24.png -share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin.svg -share/pixmaps/anjuta/anjuta-tools-plugin-48.png -share/pixmaps/anjuta/anjuta-tools-plugin.svg -share/pixmaps/anjuta/anjuta-watch-16.png -share/pixmaps/anjuta/anjuta-watch-24.png -share/pixmaps/anjuta/anjuta-watch.svg -share/pixmaps/anjuta/anjuta.png -share/pixmaps/anjuta/anjuta.svg -share/pixmaps/anjuta/anjuta_logo.png -share/pixmaps/anjuta/anjuta_splash.png -share/pixmaps/anjuta/breakpoint.png -share/pixmaps/anjuta/class_logo.xpm -share/pixmaps/anjuta/directory-accept.png -share/pixmaps/anjuta/directory.png -share/pixmaps/anjuta/gbf-am-plugin-48.png -share/pixmaps/anjuta/gbf-build.png -share/pixmaps/anjuta/gbf-install.png -share/pixmaps/anjuta/gbf-mkfile-plugin-48.png -share/pixmaps/anjuta/gtodo-about.png -share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/locals.png -share/pixmaps/anjuta/madeinanjuta.xcf -share/pixmaps/anjuta/password.png -share/pixmaps/anjuta/pointer.png -share/pixmaps/anjuta/preferences-editor.png -share/pixmaps/anjuta/stack.png -share/pixmaps/anjuta/start-with-import.png -share/pixmaps/anjuta/starter_logo.png -share/pixmaps/anjuta/vcs-added.png -share/pixmaps/anjuta/vcs-conflict.png -share/pixmaps/anjuta/vcs-deleted.png -share/pixmaps/anjuta/vcs-ignored.png -share/pixmaps/anjuta/vcs-modified.png -share/pixmaps/anjuta/vcs-unversioned.png -share/pixmaps/anjuta/vcs-updated.png -@dirrm share/pixmaps/anjuta -@dirrm share/omf/anjuta-manual -@dirrm share/gnome/help/anjuta-manual/zh_CN/figures -@dirrm share/gnome/help/anjuta-manual/zh_CN -@dirrm share/gnome/help/anjuta-manual/uk/figures -@dirrm share/gnome/help/anjuta-manual/uk -@dirrm share/gnome/help/anjuta-manual/th/figures -@dirrm share/gnome/help/anjuta-manual/th -@dirrm share/gnome/help/anjuta-manual/sv/figures -@dirrm share/gnome/help/anjuta-manual/sv -@dirrm share/gnome/help/anjuta-manual/oc/figures -@dirrm share/gnome/help/anjuta-manual/oc -@dirrm share/gnome/help/anjuta-manual/eu/figures -@dirrm share/gnome/help/anjuta-manual/eu -@dirrm share/gnome/help/anjuta-manual/es/figures -@dirrm share/gnome/help/anjuta-manual/es -@dirrm share/gnome/help/anjuta-manual/el/figures -@dirrm share/gnome/help/anjuta-manual/el -@dirrm share/gnome/help/anjuta-manual/de/figures -@dirrm share/gnome/help/anjuta-manual/de -@dirrm share/gnome/help/anjuta-manual/C/figures -@dirrm share/gnome/help/anjuta-manual/C -@dirrm share/gnome/help/anjuta-manual -@dirrm share/gnome/help/anjuta-faqs/C -@dirrm share/gnome/help/anjuta-faqs -@dirrm share/gnome/help/anjuta-build-tutorial/C/figures -@dirrm share/gnome/help/anjuta-build-tutorial/C -@dirrm share/gnome/help/anjuta-build-tutorial -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrm share/anjuta/ui -@dirrm share/anjuta/tools -@dirrm share/anjuta/project/xlib/src -@dirrm share/anjuta/project/xlib/po -@dirrm share/anjuta/project/xlib-dock/src -@dirrm share/anjuta/project/xlib-dock/po -@dirrm share/anjuta/project/xlib-dock -@dirrm share/anjuta/project/xlib -@dirrm share/anjuta/project/wxwin/src -@dirrm share/anjuta/project/wxwin/po -@dirrm share/anjuta/project/wxwin -@dirrm share/anjuta/project/terminal/src -@dirrm share/anjuta/project/terminal/po -@dirrm share/anjuta/project/terminal -@dirrm share/anjuta/project/sdl/src -@dirrm share/anjuta/project/sdl/po -@dirrm share/anjuta/project/sdl -@dirrm share/anjuta/project/python/src -@dirrm share/anjuta/project/python/po -@dirrm share/anjuta/project/python -@dirrm share/anjuta/project/mkfile/src -@dirrm share/anjuta/project/mkfile/po -@dirrm share/anjuta/project/mkfile -@dirrm share/anjuta/project/minimal -@dirrm share/anjuta/project/m4 -@dirrm share/anjuta/project/licenses -@dirrm share/anjuta/project/library/src -@dirrm share/anjuta/project/library/po -@dirrm share/anjuta/project/library -@dirrm share/anjuta/project/java/src -@dirrm share/anjuta/project/java/po -@dirrm share/anjuta/project/java -@dirrm share/anjuta/project/gtkmm/src -@dirrm share/anjuta/project/gtkmm/po -@dirrm share/anjuta/project/gtkmm -@dirrm share/anjuta/project/gtk/src -@dirrm share/anjuta/project/gtk/po -@dirrm share/anjuta/project/gtk -@dirrm share/anjuta/project/gnome-applet/src -@dirrm share/anjuta/project/gnome-applet -@dirrm share/anjuta/project/gnome/po -@dirrm share/anjuta/project/gnome -@dirrm share/anjuta/project/gcj/src -@dirrm share/anjuta/project/gcj -@dirrm share/anjuta/project/cpp/src -@dirrm share/anjuta/project/cpp/po -@dirrm share/anjuta/project/cpp -@dirrm share/anjuta/project/anjuta-plugin/src -@dirrm share/anjuta/project/anjuta-plugin/po -@dirrm share/anjuta/project/anjuta-plugin -@dirrm share/anjuta/project -@dirrm share/anjuta/profiles -@dirrm share/anjuta/gtodo -@dirrm share/anjuta/glade -@dirrm share/anjuta/class-templates -@dirrm share/anjuta/build -@dirrm share/anjuta/GBF -@dirrm share/anjuta -@dirrm share/doc/libanjuta -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/anjuta -@dirrm include/libanjuta-1.0/libanjuta/interfaces -@dirrm include/libanjuta-1.0/libanjuta -@dirrm include/libanjuta-1.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index 790210029..000000000 --- a/devel/bug-buddy/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.77 2009/09/08 17:45:55 kwm Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.28.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack \ - gnomedocutils evolutiondataserver -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= bug-buddy.schemas - -MAN1= bug-buddy.1 - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/src/bugzilla.c - @${REINPLACE_CMD} -e 's|libelf.h||g ; \ - s|gelf.h||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo deleted file mode 100644 index c321c0c3b..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.28.0.tar.bz2) = ee9c586fee2e6b8ce3b787e696f37100 -SHA256 (gnome2/bug-buddy-2.28.0.tar.bz2) = 6ec0c21a09d9eb2a5f05a60261c6c70a0cd35e8887598418402fd17f83c1b294 -SIZE (gnome2/bug-buddy-2.28.0.tar.bz2) = 1186863 diff --git a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc deleted file mode 100644 index 7007a9101..000000000 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ /dev/null @@ -1,55 +0,0 @@ ---- gnome-breakpad/gnome-breakpad.cc.orig 2009-02-16 15:24:48.000000000 +0100 -+++ gnome-breakpad/gnome-breakpad.cc 2009-02-22 16:25:50.000000000 +0100 -@@ -25,8 +25,14 @@ - #include <cassert> - #include <cstring> - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - #include <libelf.h> - #include <gelf.h> -+#endif - - #include <sys/types.h> - #include <sys/stat.h> -@@ -264,6 +270,7 @@ find_in_debug_path (const char *filename - } - - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - static gboolean - elf_has_debug_symbols (const char *filename) - { -@@ -316,7 +323,7 @@ elf_has_debug_symbols (const char *filen - elf_end (elf); - return false; - } -- -+#endif - - - -@@ -429,11 +436,18 @@ check_if_gdb () - _exit (1); - _exit(0); - } -- -+ -+#if !defined(__FreeBSD__) - mypath = g_file_read_link ("/proc/self/exe", NULL); -+#else -+ mypath = g_file_read_link ("/proc/curproc/file", NULL); -+#endif - if (mypath) -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - has_debug_symbols = elf_has_debug_symbols (mypath); -- -+#else -+ has_debug_symbols = TRUE; -+#endif - g_free (mypath); - - if (bugbuddy && gdb && has_debug_symbols) { diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr deleted file mode 100644 index 7268130ab..000000000 --- a/devel/bug-buddy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist deleted file mode 100644 index 848f49b65..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,144 +0,0 @@ -bin/bug-buddy -lib/gtk-2.0/modules/libgnomebreakpad.la -lib/gtk-2.0/modules/libgnomebreakpad.so -share/applications/bug-buddy.desktop -%%DATADIR%%/bug-buddy.gtkbuilder -%%DATADIR%%/gdb-cmd -share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png -share/icons/hicolor/16x16/apps/bug-buddy.png -share/icons/hicolor/22x22/apps/bug-buddy.png -share/icons/hicolor/24x24/apps/bug-buddy.png -share/icons/hicolor/32x32/apps/bug-buddy.png -share/icons/hicolor/48x48/apps/bug-buddy.png -share/icons/hicolor/scalable/apps/bug-buddy.svg -share/locale/af/LC_MESSAGES/bug-buddy.mo -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/as/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/be@latin/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -share/locale/bn/LC_MESSAGES/bug-buddy.mo -share/locale/bn_IN/LC_MESSAGES/bug-buddy.mo -share/locale/bs/LC_MESSAGES/bug-buddy.mo -share/locale/ca/LC_MESSAGES/bug-buddy.mo -share/locale/ca@valencia/LC_MESSAGES/bug-buddy.mo -share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/dz/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/gu/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/is/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ka/LC_MESSAGES/bug-buddy.mo -share/locale/kn/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/ku/LC_MESSAGES/bug-buddy.mo -share/locale/ky/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/LC_MESSAGES/bug-buddy.mo -share/locale/mai/LC_MESSAGES/bug-buddy.mo -share/locale/mg/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/mr/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nb/LC_MESSAGES/bug-buddy.mo -share/locale/ne/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/oc/LC_MESSAGES/bug-buddy.mo -share/locale/or/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/ps/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/rw/LC_MESSAGES/bug-buddy.mo -share/locale/si/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@latin/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/te/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/ug/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/uz@cyrillic/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/xh/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_HK/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrmtry share/icons/HighContrastLargePrint/48x48/apps -@dirrmtry share/icons/HighContrastLargePrint/48x48 -@dirrmtry share/icons/HighContrastLargePrint -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile deleted file mode 100644 index 9a16894e8..000000000 --- a/devel/dbus/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: D-BUS -# Date Created: 22 June 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/dbus/Makefile,v 1.33 2009/11/28 05:58:59 mezz Exp $ -# - -PORTNAME= dbus -PORTVERSION?= 1.2.16 -PORTREVISION?= 1 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A message bus system for inter-application communication - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -USE_GNOME?= gnomehack libxml2 ltverhack -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS=--localstatedir=/var \ - --with-test-socket-dir=${WRKDIR} \ - --with-system-pid-file=/var/run/dbus/dbus.pid \ - --with-system-socket=/var/run/dbus/system_bus_socket \ - --with-session-socket-dir=/var/tmp \ - --disable-doxygen-docs \ - --disable-xml-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if !defined(DBUS_SLAVE) -USE_RC_SUBR= dbus -USE_GNOME_SUBR= yes - -USERS= messagebus -GROUPS= messagebus - -PLIST_SUB= VERSION="1.0" - -MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \ - dbus-monitor.1 dbus-send.1 dbus-uuidgen.1 - -.if !defined(WITHOUT_X11) -USE_XORG= x11 -.else -CONFIGURE_ARGS+=--without-x -.endif -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/dbus/dbus-sysdeps-unix.c - @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ - ${WRKSRC}/dbus/Makefile.in \ - ${WRKSRC}/tools/Makefile.in - @${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g' \ - ${WRKSRC}/configure - -.if !defined(DBUS_SLAVE) -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${MKDIR} ${PREFIX}/share/dbus-1/interfaces -.endif - -.include <bsd.port.post.mk> diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo deleted file mode 100644 index 1623b43ed..000000000 --- a/devel/dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-1.2.16.tar.gz) = c7a47b851ebe02f6726b65b78d1b730b -SHA256 (dbus-1.2.16.tar.gz) = 968a31c16a6c4bbbdb603cbaa3d60d6d19bc8ae30c0ed55d7f8c2e254413e4c8 -SIZE (dbus-1.2.16.tar.gz) = 1576209 diff --git a/devel/dbus/files/dbus.in b/devel/dbus/files/dbus.in deleted file mode 100644 index 59ef29ec7..000000000 --- a/devel/dbus/files/dbus.in +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: dbus -# REQUIRE: DAEMON -# -# Add the following lines to /etc/rc.conf to enable the D-BUS messaging system: -# -# dbus_enable="YES" -# - -. %%RC_SUBR%% -. %%GNOME_SUBR%% - -dbus_enable=${dbus_enable-${gnome_enable}} -dbus_flags=${dbus_flags-"--system"} - -name=dbus -rcvar=`set_rcvar` - -command="%%PREFIX%%/bin/dbus-daemon" -pidfile="/var/run/dbus/${name}.pid" - -start_precmd="dbus_prestart" -stop_postcmd="dbus_poststop" - -dbus_prestart() -{ - mkdir -p $(dirname $pidfile) -} - -dbus_poststop() -{ - rm -f $pidfile -} - - -load_rc_config ${name} -run_rc_command "$1" diff --git a/devel/dbus/files/patch-bus_Makefile.in b/devel/dbus/files/patch-bus_Makefile.in deleted file mode 100644 index b55c5dc79..000000000 --- a/devel/dbus/files/patch-bus_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- bus/Makefile.in.orig 2008-01-22 14:45:58.000000000 -0500 -+++ bus/Makefile.in 2008-01-22 15:24:26.000000000 -0500 -@@ -412,7 +412,7 @@ target_vendor = @target_vendor@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - configdir = $(sysconfdir)/dbus-1 --INCLUDES = -I$(top_srcdir) $(DBUS_BUS_CFLAGS) @PIE_CFLAGS@ \ -+INCLUDES = -I$(top_srcdir) $(DBUS_BUS_CFLAGS) \ - -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \ - -DDAEMON_NAME=\"dbus-daemon\" -DDBUS_COMPILATION - -@@ -476,7 +476,7 @@ dbus_daemon_LDADD = \ - $(DBUS_BUS_LIBS) \ - $(top_builddir)/dbus/libdbus-convenience.la - --dbus_daemon_LDFLAGS = @R_DYNAMIC_LDFLAG@ @SECTION_LDFLAGS@ @PIE_LDFLAGS@ -+dbus_daemon_LDFLAGS = @R_DYNAMIC_LDFLAG@ @SECTION_LDFLAGS@ - LAUNCH_HELPER_SOURCES = \ - $(XML_SOURCES) \ - config-parser-common.c \ diff --git a/devel/dbus/files/patch-dbus-1.pc.in b/devel/dbus/files/patch-dbus-1.pc.in deleted file mode 100644 index 44c97a29e..000000000 --- a/devel/dbus/files/patch-dbus-1.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- dbus-1.pc.in.orig Mon Nov 6 02:55:38 2006 -+++ dbus-1.pc.in Mon Nov 6 02:55:57 2006 -@@ -10,5 +10,5 @@ Name: dbus - Description: Free desktop message bus - Version: @VERSION@ - Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@ --Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include -+Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include - diff --git a/devel/dbus/files/patch-dbus_Makefile.in b/devel/dbus/files/patch-dbus_Makefile.in deleted file mode 100644 index 42a58caed..000000000 --- a/devel/dbus/files/patch-dbus_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- dbus/Makefile.in.orig Fri Jan 21 19:43:46 2005 -+++ dbus/Makefile.in Fri Jan 21 19:44:43 2005 -@@ -360,7 +360,7 @@ - @HAVE_GLIB_TRUE@ $(DBUS_GLIB_BUILT_INCLUDES) - - dbusincludedir = $(includedir)/dbus-1.0/dbus --dbusarchincludedir = $(libdir)/dbus-1.0/include/dbus -+dbusarchincludedir = $(includedir)/dbus-1.0/include/dbus - lib_LTLIBRARIES = libdbus-1.la - dbusinclude_HEADERS = \ - dbus.h \ diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c deleted file mode 100644 index cdf6eaf07..000000000 --- a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dbus/dbus-sysdeps-util-unix.c.orig 2008-12-21 14:51:17.000000000 -0500 -+++ dbus/dbus-sysdeps-util-unix.c 2008-12-21 14:51:37.000000000 -0500 -@@ -38,6 +38,7 @@ - #include <stdio.h> - #include <errno.h> - #include <fcntl.h> -+#include <syslog.h> - #include <sys/stat.h> - #include <grp.h> - #include <sys/socket.h> diff --git a/devel/dbus/pkg-descr b/devel/dbus/pkg-descr deleted file mode 100644 index 2a1c3cc0a..000000000 --- a/devel/dbus/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -D-BUS supplies both a system daemon (for events such as "new hardware device -added" or "printer queue changed") and a per-user-login-session daemon (for -general IPC needs among user applications). Also, the message bus is built on -top of a general one-to-one message passing framework, which can be used by -any two apps to communicate directly (without going through the message bus -daemon). - -WWW: http://www.freedesktop.org/Software/dbus diff --git a/devel/dbus/pkg-install b/devel/dbus/pkg-install deleted file mode 100644 index 5ad0a1f84..000000000 --- a/devel/dbus/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=messagebus - GROUP=${USER} - - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/db/dbus - /usr/bin/chgrp ${GROUP} ${PKG_PREFIX}/libexec/dbus-daemon-launch-helper - ${PKG_PREFIX}/bin/dbus-uuidgen --ensure - exit 0 - ;; -esac diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist deleted file mode 100644 index 3bbf8b3c9..000000000 --- a/devel/dbus/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/dbus-cleanup-sockets -bin/dbus-daemon -bin/dbus-launch -bin/dbus-monitor -bin/dbus-send -bin/dbus-uuidgen -etc/dbus-1/session.conf -etc/dbus-1/system.conf -include/dbus-%%VERSION%%/dbus/dbus-address.h -include/dbus-%%VERSION%%/dbus/dbus-bus.h -include/dbus-%%VERSION%%/dbus/dbus-connection.h -include/dbus-%%VERSION%%/dbus/dbus-errors.h -include/dbus-%%VERSION%%/dbus/dbus-macros.h -include/dbus-%%VERSION%%/dbus/dbus-memory.h -include/dbus-%%VERSION%%/dbus/dbus-message.h -include/dbus-%%VERSION%%/dbus/dbus-misc.h -include/dbus-%%VERSION%%/dbus/dbus-pending-call.h -include/dbus-%%VERSION%%/dbus/dbus-protocol.h -include/dbus-%%VERSION%%/dbus/dbus-server.h -include/dbus-%%VERSION%%/dbus/dbus-shared.h -include/dbus-%%VERSION%%/dbus/dbus-signature.h -include/dbus-%%VERSION%%/dbus/dbus-threads.h -include/dbus-%%VERSION%%/dbus/dbus-types.h -include/dbus-%%VERSION%%/dbus/dbus.h -include/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h -lib/libdbus-1.a -lib/libdbus-1.la -lib/libdbus-1.so -lib/libdbus-1.so.3 -libdata/pkgconfig/dbus-1.pc -libexec/dbus-daemon-launch-helper -@exec mkdir -p %D/libexec/dbus-1 -@exec mkdir -p %D/etc/dbus-1/system.d -@exec mkdir -p %D/share/dbus-1/interfaces -@exec mkdir -p %D/share/dbus-1/services -@exec mkdir -p %D/share/dbus-1/system-services -@exec mkdir -p %D/etc/dbus-1/session.d -@dirrmtry share/dbus-1/system-services -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1/interfaces -@dirrmtry share/dbus-1 -@dirrmtry libexec/dbus-1 -@dirrm include/dbus-%%VERSION%%/include/dbus -@dirrm include/dbus-%%VERSION%%/include -@dirrm include/dbus-%%VERSION%%/dbus -@dirrm include/dbus-%%VERSION%% -@dirrm etc/dbus-1/system.d -@dirrm etc/dbus-1/session.d -@dirrm etc/dbus-1 -@unexec rm -f /var/run/dbus/dbus.pid -@unexec rm -f /var/run/dbus/dbus.pipe -@unexec rmdir /var/run/dbus 2>/dev/null || true -@unexec rm -f /var/db/dbus/machine-id -@unexec rmdir /var/db/dbus 2>/dev/null || true diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile deleted file mode 100644 index 8da6283ec..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.27 2009/10/11 11:15:49 kwm Exp $ - -PORTNAME= devhelp -PORTVERSION= 2.28.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= webkit-1.0.13:${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:22 -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 - -post-install: - @${MKDIR} ${PREFIX}/etc/gconf/schemas - @${CP} ${WRKSRC}/data/devhelp.schemas ${PREFIX}/etc/gconf/schemas - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index e3a67f645..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-2.28.1.tar.bz2) = b9ec14ddf74c4b9924da77b62c345cf8 -SHA256 (gnome2/devhelp-2.28.1.tar.bz2) = 09a0f048cc5b4517e92d74d6ffcd4a17f4bb2c4c236739154fb24b60958862d9 -SIZE (gnome2/devhelp-2.28.1.tar.bz2) = 473458 diff --git a/devel/devhelp/files/patch-src_dh-base.c b/devel/devhelp/files/patch-src_dh-base.c deleted file mode 100644 index 3dbf1c71c..000000000 --- a/devel/devhelp/files/patch-src_dh-base.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/dh-base.c.orig 2008-10-11 00:00:18.000000000 +0200 -+++ src/dh-base.c 2009-01-09 23:10:12.000000000 +0100 -@@ -214,6 +214,11 @@ base_add_books_in_data_dir (DhBase - dir = g_build_filename (data_dir, "devhelp", "books", NULL); - base_add_books (base, dir); - g_free (dir); -+ -+ dir = g_build_filename (data_dir, "doc", NULL); -+ base_add_books (base, dir); -+ g_free (dir); -+ - } - - static void diff --git a/devel/devhelp/pkg-descr b/devel/devhelp/pkg-descr deleted file mode 100644 index 2d617b391..000000000 --- a/devel/devhelp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 4c31e71d2..000000000 --- a/devel/devhelp/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -bin/devhelp -include/devhelp-1.0/devhelp/dh-assistant-view.h -include/devhelp-1.0/devhelp/dh-assistant.h -include/devhelp-1.0/devhelp/dh-base.h -include/devhelp-1.0/devhelp/dh-book-tree.h -include/devhelp-1.0/devhelp/dh-error.h -include/devhelp-1.0/devhelp/dh-keyword-model.h -include/devhelp-1.0/devhelp/dh-link.h -include/devhelp-1.0/devhelp/dh-search.h -include/devhelp-1.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-1.a -lib/libdevhelp-1.la -lib/libdevhelp-1.so -lib/libdevhelp-1.so.1 -libdata/pkgconfig/libdevhelp-1.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/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/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/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/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-1.0/devhelp -@dirrm include/devhelp-1.0 -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@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/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/applications diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile deleted file mode 100644 index e83402aa9..000000000 --- a/devel/eggdbus/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: eggdbus -# Date Created: 30 Juli 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/eggdbus/Makefile,v 1.2 2009/09/10 04:39:40 marcus Exp $ -# - -PORTNAME= eggdbus -PORTVERSION= 0.6 -CATEGORIES= devel -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= D-Bus bindings for GObject - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GNOME= pkgconfig glib20 gnomehack -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if defined(NO_INSTALL_MANPAGES) -CONFIGURE_ARGS+=--disable-man-pages -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl - -MAN1= eggdbus-binding-tool.1 -.endif - -.include <bsd.port.mk> diff --git a/devel/eggdbus/distinfo b/devel/eggdbus/distinfo deleted file mode 100644 index 7dcd0ff13..000000000 --- a/devel/eggdbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (eggdbus-0.6.tar.gz) = b43d2a6c523fcb8b9d0b0300c4222386 -SHA256 (eggdbus-0.6.tar.gz) = 045b1904c90a5acb2ddc93504cdbc5e1317c8021bbf919cea3bf18a686911085 -SIZE (eggdbus-0.6.tar.gz) = 801596 diff --git a/devel/eggdbus/files/patch-src_eggbus_Makefile.in b/devel/eggdbus/files/patch-src_eggbus_Makefile.in deleted file mode 100644 index 6bdce7098..000000000 --- a/devel/eggdbus/files/patch-src_eggbus_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/eggdbus/Makefile.in.orig 2009-11-23 20:50:34.000000000 -0500 -+++ src/eggdbus/Makefile.in 2009-11-23 20:50:53.000000000 -0500 -@@ -1375,6 +1375,7 @@ eggdbus-built-sources.stamp : eggdbus-bi - --dbus-namespace org.freedesktop.DBus \ - --interfaces-only \ - --no-types-header \ -+ --include-header "unistd.h" \ - --include-header "eggdbus/eggdbustypes.h" \ - --include-header "eggdbus/eggdbusinterface.h" \ - --include-header "eggdbus/eggdbusinterfaceproxy.h" \ diff --git a/devel/eggdbus/pkg-descr b/devel/eggdbus/pkg-descr deleted file mode 100644 index 18b956511..000000000 --- a/devel/eggdbus/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -EggDBus aims to be an easy-to-use set of GObject bindings for interacting -with DBus. Currently, this interaction is done using libdbus-1 but that -is subject to change. - -See http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html -for more on the goals and design of EggDBus. - -WWW: http://cgit.freedesktop.org/~david/eggdbus diff --git a/devel/eggdbus/pkg-plist b/devel/eggdbus/pkg-plist deleted file mode 100644 index 50899d595..000000000 --- a/devel/eggdbus/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/eggdbus-binding-tool -bin/eggdbus-glib-genmarshal -include/eggdbus-1/eggdbus/eggdbus.h -include/eggdbus-1/eggdbus/eggdbusarrayseq.h -include/eggdbus-1/eggdbus/eggdbusbus.h -include/eggdbus-1/eggdbus/eggdbusbusnametracker.h -include/eggdbus-1/eggdbus/eggdbusconnection.h -include/eggdbus-1/eggdbus/eggdbusenumtypes.h -include/eggdbus-1/eggdbus/eggdbuserror.h -include/eggdbus-1/eggdbus/eggdbushashmap.h -include/eggdbus-1/eggdbus/eggdbusinterface.h -include/eggdbus-1/eggdbus/eggdbusinterfaceproxy.h -include/eggdbus-1/eggdbus/eggdbusintrospectable.h -include/eggdbus-1/eggdbus/eggdbusmessage.h -include/eggdbus-1/eggdbus/eggdbusmethodinvocation.h -include/eggdbus-1/eggdbus/eggdbusmisctypes.h -include/eggdbus-1/eggdbus/eggdbusobjectpath.h -include/eggdbus-1/eggdbus/eggdbusobjectproxy.h -include/eggdbus-1/eggdbus/eggdbuspeer.h -include/eggdbus-1/eggdbus/eggdbusproperties.h -include/eggdbus-1/eggdbus/eggdbusreleasenamereply.h -include/eggdbus-1/eggdbus/eggdbusrequestnameflags.h -include/eggdbus-1/eggdbus/eggdbusrequestnamereply.h -include/eggdbus-1/eggdbus/eggdbussignature.h -include/eggdbus-1/eggdbus/eggdbusstartservicebynamereply.h -include/eggdbus-1/eggdbus/eggdbusstructure.h -include/eggdbus-1/eggdbus/eggdbustypes.h -include/eggdbus-1/eggdbus/eggdbusutils.h -include/eggdbus-1/eggdbus/eggdbusvariant.h -lib/libeggdbus-1.a -lib/libeggdbus-1.la -lib/libeggdbus-1.so -lib/libeggdbus-1.so.0 -libdata/pkgconfig/eggdbus-1.pc -@dirrm include/eggdbus-1/eggdbus -@dirrm include/eggdbus-1 diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index 06cc57796..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.108 2009/08/25 18:30:49 kwm Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.28.0 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gconftool-2.1 - -OPTIONS= LDAP "Enable LDAP support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap -PLIST_SUB+= LDAP="" -.else -CONFIGURE_ARGS+=--without-openldap -PLIST_SUB+= LDAP="@comment " -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index c7a6a52de..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.28.0.tar.bz2) = ad2aeb9c7d906b274954c51a615caeac -SHA256 (gnome2/GConf-2.28.0.tar.bz2) = d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8 -SIZE (gnome2/GConf-2.28.0.tar.bz2) = 1476190 diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in deleted file mode 100644 index 0b60822c7..000000000 --- a/devel/gconf2/files/patch-gconf_default.path.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 -+++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 -@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" - xml:readwrite:$(HOME)/.gconf - - # Location for system-wide settings that are set by the defaults mechanism --xml:readonly:/etc/gconf/gconf.xml.system -+xml:readonly:@sysgconfdir@/gconf.xml.system - - # To read in any defaults settings that the Sys Admin may have created - # prior to a desktop system upgrade. The SysAdmin can stick default values diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index 7daafae69..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,156 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf -%%LDAP%%etc/gconf/2/evoldap.conf -etc/gconf/2/path -include/gconf/2/gconf/gconf-changeset.h -include/gconf/2/gconf/gconf-client.h -include/gconf/2/gconf/gconf-engine.h -include/gconf/2/gconf/gconf-enum-types.h -include/gconf/2/gconf/gconf-error.h -include/gconf/2/gconf/gconf-listeners.h -include/gconf/2/gconf/gconf-schema.h -include/gconf/2/gconf/gconf-value.h -include/gconf/2/gconf/gconf.h -libexec/gconf-defaults-mechanism -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.a -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.la -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.so -lib/GConf/2/libgconfbackend-oldxml.a -lib/GConf/2/libgconfbackend-oldxml.la -lib/GConf/2/libgconfbackend-oldxml.so -lib/GConf/2/libgconfbackend-xml.a -lib/GConf/2/libgconfbackend-xml.la -lib/GConf/2/libgconfbackend-xml.so -lib/libgconf-2.a -lib/libgconf-2.la -lib/libgconf-2.so -lib/libgconf-2.so.4 -libdata/pkgconfig/gconf-2.0.pc -libexec/gconf-sanity-check-2 -libexec/gconfd-2 -%%LDAP%%share/GConf/schema/evoldap.schema -share/aclocal/gconf-2.m4 -share/dbus-1/system-services/org.gnome.GConf.Defaults.service -share/dbus-1/services/org.gnome.GConf.service -share/locale/am/LC_MESSAGES/GConf2.mo -share/locale/ar/LC_MESSAGES/GConf2.mo -share/locale/as/LC_MESSAGES/GConf2.mo -share/locale/az/LC_MESSAGES/GConf2.mo -share/locale/be/LC_MESSAGES/GConf2.mo -share/locale/bg/LC_MESSAGES/GConf2.mo -share/locale/bn/LC_MESSAGES/GConf2.mo -share/locale/bn_IN/LC_MESSAGES/GConf2.mo -share/locale/bs/LC_MESSAGES/GConf2.mo -share/locale/ca/LC_MESSAGES/GConf2.mo -share/locale/ca@valencia/LC_MESSAGES/GConf2.mo -share/locale/cs/LC_MESSAGES/GConf2.mo -share/locale/cy/LC_MESSAGES/GConf2.mo -share/locale/da/LC_MESSAGES/GConf2.mo -share/locale/de/LC_MESSAGES/GConf2.mo -share/locale/dz/LC_MESSAGES/GConf2.mo -share/locale/el/LC_MESSAGES/GConf2.mo -share/locale/en_CA/LC_MESSAGES/GConf2.mo -share/locale/en_GB/LC_MESSAGES/GConf2.mo -share/locale/es/LC_MESSAGES/GConf2.mo -share/locale/et/LC_MESSAGES/GConf2.mo -share/locale/eu/LC_MESSAGES/GConf2.mo -share/locale/fa/LC_MESSAGES/GConf2.mo -share/locale/fi/LC_MESSAGES/GConf2.mo -share/locale/fr/LC_MESSAGES/GConf2.mo -share/locale/ga/LC_MESSAGES/GConf2.mo -share/locale/gl/LC_MESSAGES/GConf2.mo -share/locale/gu/LC_MESSAGES/GConf2.mo -share/locale/he/LC_MESSAGES/GConf2.mo -share/locale/hi/LC_MESSAGES/GConf2.mo -share/locale/hr/LC_MESSAGES/GConf2.mo -share/locale/hu/LC_MESSAGES/GConf2.mo -share/locale/id/LC_MESSAGES/GConf2.mo -share/locale/is/LC_MESSAGES/GConf2.mo -share/locale/it/LC_MESSAGES/GConf2.mo -share/locale/ja/LC_MESSAGES/GConf2.mo -share/locale/ka/LC_MESSAGES/GConf2.mo -share/locale/kn/LC_MESSAGES/GConf2.mo -share/locale/ko/LC_MESSAGES/GConf2.mo -share/locale/ku/LC_MESSAGES/GConf2.mo -share/locale/lt/LC_MESSAGES/GConf2.mo -share/locale/lv/LC_MESSAGES/GConf2.mo -share/locale/mai/LC_MESSAGES/GConf2.mo -share/locale/mg/LC_MESSAGES/GConf2.mo -share/locale/mk/LC_MESSAGES/GConf2.mo -share/locale/ml/LC_MESSAGES/GConf2.mo -share/locale/mn/LC_MESSAGES/GConf2.mo -share/locale/mr/LC_MESSAGES/GConf2.mo -share/locale/ms/LC_MESSAGES/GConf2.mo -share/locale/nb/LC_MESSAGES/GConf2.mo -share/locale/ne/LC_MESSAGES/GConf2.mo -share/locale/nl/LC_MESSAGES/GConf2.mo -share/locale/nn/LC_MESSAGES/GConf2.mo -share/locale/oc/LC_MESSAGES/GConf2.mo -share/locale/or/LC_MESSAGES/GConf2.mo -share/locale/pa/LC_MESSAGES/GConf2.mo -share/locale/pl/LC_MESSAGES/GConf2.mo -share/locale/pt/LC_MESSAGES/GConf2.mo -share/locale/pt_BR/LC_MESSAGES/GConf2.mo -share/locale/ro/LC_MESSAGES/GConf2.mo -share/locale/ru/LC_MESSAGES/GConf2.mo -share/locale/rw/LC_MESSAGES/GConf2.mo -share/locale/si/LC_MESSAGES/GConf2.mo -share/locale/sk/LC_MESSAGES/GConf2.mo -share/locale/sl/LC_MESSAGES/GConf2.mo -share/locale/sq/LC_MESSAGES/GConf2.mo -share/locale/sr/LC_MESSAGES/GConf2.mo -share/locale/sr@latin/LC_MESSAGES/GConf2.mo -share/locale/sv/LC_MESSAGES/GConf2.mo -share/locale/ta/LC_MESSAGES/GConf2.mo -share/locale/te/LC_MESSAGES/GConf2.mo -share/locale/th/LC_MESSAGES/GConf2.mo -share/locale/tr/LC_MESSAGES/GConf2.mo -share/locale/uk/LC_MESSAGES/GConf2.mo -share/locale/vi/LC_MESSAGES/GConf2.mo -share/locale/xh/LC_MESSAGES/GConf2.mo -share/locale/yi/LC_MESSAGES/GConf2.mo -share/locale/zh_CN/LC_MESSAGES/GConf2.mo -share/locale/zh_HK/LC_MESSAGES/GConf2.mo -share/locale/zh_TW/LC_MESSAGES/GConf2.mo -share/polkit-1/actions/org.gnome.gconf.defaults.policy -share/sgml/gconf/gconf-1.0.dtd -@dirrm share/sgml/gconf -%%LDAP%%@dirrm share/GConf/schema -%%LDAP%%@dirrm share/GConf -@dirrm lib/GConf/2 -@dirrm include/gconf/2/gconf -@dirrm include/gconf/2 -@dirrm etc/gconf/2 -@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/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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile deleted file mode 100644 index 8a5a155a4..000000000 --- a/devel/gconfmm26/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gconfmm -PORTVERSION= 2.28.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gconf2 API library - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/lib/libgtkmm-2.4.so.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -LATEST_LINK= gconfmm26 - -USE_BZIP2= yes -USE_XORG= x11 -USE_GMAKE= yes -USE_GNOME= gnomehack gconf2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gconfmm26/distinfo b/devel/gconfmm26/distinfo deleted file mode 100644 index 31e15f82d..000000000 --- a/devel/gconfmm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconfmm-2.28.0.tar.bz2) = dad2999d8bbf88cf581fa512041d735e -SHA256 (gnome2/gconfmm-2.28.0.tar.bz2) = 3daa3719f773cfc9fcee84766f60eab4579209978425221997120662bd621a52 -SIZE (gnome2/gconfmm-2.28.0.tar.bz2) = 305888 diff --git a/devel/gconfmm26/pkg-descr b/devel/gconfmm26/pkg-descr deleted file mode 100644 index d161fcbb7..000000000 --- a/devel/gconfmm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for GConf v2 API library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/gconfmm26/pkg-plist b/devel/gconfmm26/pkg-plist deleted file mode 100644 index b9959427d..000000000 --- a/devel/gconfmm26/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/gconfmm-%%API_VERSION%%/gconfmm.h -include/gconfmm-%%API_VERSION%%/gconfmm/callback.h -include/gconfmm-%%API_VERSION%%/gconfmm/changeset.h -include/gconfmm-%%API_VERSION%%/gconfmm/client.h -include/gconfmm-%%API_VERSION%%/gconfmm/entry.h -include/gconfmm-%%API_VERSION%%/gconfmm/init.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/changeset_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/client_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/entry_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/schema_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/value_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/schema.h -include/gconfmm-%%API_VERSION%%/gconfmm/setinterface.h -include/gconfmm-%%API_VERSION%%/gconfmm/value.h -include/gconfmm-%%API_VERSION%%/gconfmm/value_listhelpers.h -include/gconfmm-%%API_VERSION%%/gconfmm/wrap_init.h -lib/gconfmm-%%API_VERSION%%/include/gconfmmconfig.h -lib/gconfmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gconfmm-%%API_VERSION%%/proc/m4/convert_gconfmm.m4 -lib/libgconfmm-%%VERSION%%.a -lib/libgconfmm-%%VERSION%%.la -lib/libgconfmm-%%VERSION%%.so -lib/libgconfmm-%%VERSION%%.so.1 -libdata/pkgconfig/gconfmm-%%API_VERSION%%.pc -@dirrm lib/gconfmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gconfmm-%%API_VERSION%%/proc -@dirrm lib/gconfmm-%%API_VERSION%%/include -@dirrm lib/gconfmm-%%API_VERSION%% -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm/private -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm -@dirrm include/gconfmm-%%API_VERSION%% diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile deleted file mode 100644 index f39aa35cd..000000000 --- a/devel/gio-fam-backend/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gio-fam-backend -# Date Created: 22 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.40 2009/09/30 07:56:04 kwm Exp $ -# - -PORTNAME= gio-fam-backend -PORTVERSION= 2.22.2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= glib-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= FAM backend for GLib's GIO library - -USE_BZIP2= yes -BUILD_WRKSRC= ${WRKSRC}/gio/fam -INSTALL_WRKSRC= ${BUILD_WRKSRC} -GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig _glib20 -USE_FAM= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo deleted file mode 100644 index 30b626bb6..000000000 --- a/devel/gio-fam-backend/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.22.2.tar.bz2) = 846a86c74b74d5b16826aa5508940f9b -SHA256 (gnome2/glib-2.22.2.tar.bz2) = a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3 -SIZE (gnome2/glib-2.22.2.tar.bz2) = 5490926 diff --git a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in deleted file mode 100644 index 0f6a9e25e..000000000 --- a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- gio/fam/Makefile.in.orig 2008-01-07 19:40:38.000000000 -0500 -+++ gio/fam/Makefile.in 2008-01-07 19:41:53.000000000 -0500 -@@ -59,9 +59,8 @@ am__installdirs = "$(DESTDIR)$(giomodule - giomoduleLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(giomodule_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgiofam_la_DEPENDENCIES = $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1) \ -+libgiofam_la_DEPENDENCIES = \ -+ $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__objects_1 = - am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \ -@@ -321,9 +320,9 @@ libgiofam_la_CFLAGS = \ - - libgiofam_la_LDFLAGS = $(module_flags) - libgiofam_la_LIBADD = \ -- $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la \ -+ -lgio-2.0 \ -+ -lgobject-2.0 \ -+ -lglib-2.0 \ - $(GLIB_LIBS) \ - $(FAM_LIBS) \ - $(NULL) diff --git a/devel/gio-fam-backend/pkg-descr b/devel/gio-fam-backend/pkg-descr deleted file mode 100644 index b44b5d557..000000000 --- a/devel/gio-fam-backend/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gio-fam-backend provides a file Alteration Monitor (FAM) backend module for -GLib's GIO subsystem. diff --git a/devel/gio-fam-backend/pkg-plist b/devel/gio-fam-backend/pkg-plist deleted file mode 100644 index 7e06d5a98..000000000 --- a/devel/gio-fam-backend/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/gio/modules/libgiofam.a -lib/gio/modules/libgiofam.la -lib/gio/modules/libgiofam.so diff --git a/devel/gir-repository-dbus/Makefile b/devel/gir-repository-dbus/Makefile deleted file mode 100644 index 8395ad201..000000000 --- a/devel/gir-repository-dbus/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-dbus -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -dbus - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository-gconf2/Makefile b/devel/gir-repository-gconf2/Makefile deleted file mode 100644 index d99c67774..000000000 --- a/devel/gir-repository-gconf2/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gconf2 -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gconf2 - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository-libnotify/Makefile b/devel/gir-repository-libnotify/Makefile deleted file mode 100644 index 783ab73c8..000000000 --- a/devel/gir-repository-libnotify/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-libnotify -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -libnotify - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository-libsoup/Makefile b/devel/gir-repository-libsoup/Makefile deleted file mode 100644 index d40e47b2d..000000000 --- a/devel/gir-repository-libsoup/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-libsoup -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -libsoup - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile deleted file mode 100644 index e55027301..000000000 --- a/devel/gir-repository/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gir-repository -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/devel/gir-repository/Makefile,v 1.8 2009/09/27 21:25:15 marcus Exp $ -# - -MASTER_SITES= # Empty -DISTFILES= # None -PATCHDIR= # None - -CATEGORIES= devel gnome - -COMMENT= Introspection information for various libraries - -NO_BUILD= yes - -RUN_DEPENDS= ${GIRDIR}/${atk_GIR}.gir:${PORTSDIR}/${atk_CATEGORY}/gir-repository-atk \ - ${GIRDIR}/${pango_GIR}.gir:${PORTSDIR}/${pango_CATEGORY}/gir-repository-pango \ - ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \ - ${GIRDIR}/${gtk20_GIR}.gir:${PORTSDIR}/${gtk20_CATEGORY}/gir-repository-gtk20 \ - ${GIRDIR}/${webkit_GIR}.gir:${PORTSDIR}/${webkit_CATEGORY}/gir-repository-webkit \ - ${GIRDIR}/${libsoup_GIR}.gir:${PORTSDIR}/${libsoup_CATEGORY}/gir-repository-libsoup \ - ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \ - ${GIRDIR}/${gconf2_GIR}.gir:${PORTSDIR}/${gconf2_CATEGORY}/gir-repository-gconf2 \ - ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \ - ${GIRDIR}/${nautilus_GIR}.gir:${PORTSDIR}/${nautilus_CATEGORY}/gir-repository-nautilus \ - ${GIRDIR}/${gnomekeyring_GIR}.gir:${PORTSDIR}/${gnomekeyring_CATEGORY}/gir-repository-gnome-keyring \ - ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \ - ${GIRDIR}/${gtksourceview2_GIR}.gir:${PORTSDIR}/${gtksourceview2_CATEGORY}/gir-repository-gtksourceview2 \ - ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \ - ${GIRDIR}/${avahi_GIR}.gir:${PORTSDIR}/${avahi_CATEGORY}/gir-repository-avahi \ - ${GIRDIR}/${gnomemenus_GIR}.gir:${PORTSDIR}/${gnomemenus_CATEGORY}/gir-repository-gnome-menus \ - ${GIRDIR}/${libwnck_GIR}.gir:${PORTSDIR}/${libwnck_CATEGORY}/gir-repository-libwnck \ - ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas - -do-install: # empty - -.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk" diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk deleted file mode 100644 index d4791b844..000000000 --- a/devel/gir-repository/bsd.gir.mk +++ /dev/null @@ -1,254 +0,0 @@ -PORTNAME= gir-repository -PORTVERSION= 0.6.5 -PORTREVISION?= 3 - -MAINTAINER= gnome@FreeBSD.org - -GIRDIR= ${LOCALBASE}/share/gir-1.0 - -atk_CATEGORY= accessibility -atk_GIR= Atk-1.0 - -pango_CATEGORY= x11-toolkits -pango_GIR= Pango-1.0 - -poppler_CATEGORY= graphics -poppler_GIR= Poppler-0.8 - -gtk20_CATEGORY= x11-toolkits -gtk20_GIR= Gtk-2.0 -gtk20_GIR_TMPL= gtk - -webkit_CATEGORY= www -webkit_GIR= WebKit-1.0 - -libsoup_CATEGORY= devel -libsoup_GIR= Soup-2.4 -libsoup_GIR_TMPL= soup - -dbus_CATEGORY= devel -dbus_GIR= DBus-1.0 - -gconf2_CATEGORY= devel -gconf2_GIR= GConf-2.0 - -babl_CATEGORY= x11 -babl_GIR= Babl-0.0 - -nautilus_CATEGORY= x11-fm -nautilus_GIR= Nautilus-1.0 - -gnomekeyring_CATEGORY= security -gnomekeyring_GIR= GnomeKeyring-2.0 - -libnotify_CATEGORY= devel -libnotify_GIR= Notify-0.4 - -gtksourceview2_CATEGORY= x11-toolkits -gtksourceview2_GIR= GtkSource-2.2 - -vte_CATEGORY= x11-toolkits -vte_GIR= Vte-1.0 - -avahi_CATEGORY= net -avahi_GIR= Avahi-0.6 - -gnomemenus_CATEGORY= x11 -gnomemenus_GIR= GMenu-2.0 - -libwnck_CATEGORY= x11-toolkits -libwnck_GIR= Wnck-1.0 - -goocanvas_CATEGORY= graphics -goocanvas_GIR= GooCanvas-0.10 - -.if defined(PKGNAMESUFFIX) - -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -COMMENT?= Introspection information for ${GIR_NAME} - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= ${GIRDIR}/Everything-1.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -GIR_NAME= ${PKGNAMESUFFIX:S/-//g} -DEP_NAMES= ${GIR_NAME} - -GIRDIR_REL= ${GIRDIR:S,^${LOCALBASE}/,,} -TYPELIBDIR_REL= lib/girepository-1.0 - -PLIST= ${NONEXISTENT} - -# This list is used to enable/disable gir modules in the configure script. -# So all girs should be here even if we don't use them. -_USE_GIR_ALL= dbus atk pango pangoxft poppler gtk gconf soup babl nautilusextension \ - gnomekeyring webkit notify gnio clutter clutter_gtk clutter_cairo \ - gstreamer gstbufferlist_h gstreamer_plugins_base gtksourceview vte \ - goocanvas gssdp gupnp avahi unique gmenu wnck - -.if ${GIR_NAME} == "atk" -USE_GNOME+= atk -GIR_FILES= Atk-1.0 -.endif - -.if ${GIR_NAME} == "pango" -USE_GNOME+= pango -GIR_FILES= Pango-1.0 PangoFT2-1.0 PangoCairo-1.0 PangoX-1.0 PangoXft-1.0 -DEP_NAMES+= pangoxft -.endif - -.if ${GIR_NAME} == "poppler" -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk -USE_GIR= gtk20 pango -GIR_FILES= Poppler-0.8 -CLEAR_DEPS+= Gdk-2.0 -.endif - -.if ${GIR_NAME} == "gtk20" -USE_GNOME+= gtk20 -USE_GIR= atk pango -GIR_FILES= Gdk-2.0 Gtk-2.0 GdkPixbuf-2.0 -LIB_FILES= Gdk Gtk -DEP_NAMES= gtk -.endif - -.if ${GIR_NAME} == "webkit" -LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -USE_GIR= gtk20 libsoup -GIR_FILES= WebKit-1.0 JSCore-1.0 -.endif - -.if ${GIR_NAME} == "libsoup" -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -GIR_FILES= Soup-2.4 -DEP_NAMES= soup -.endif - -.if ${GIR_NAME} == "gconf2" -USE_GNOME+= gconf2 -GIR_FILES= GConf-2.0 -DEP_NAMES= gconf -.endif - -.if ${GIR_NAME} == "babl" -LIB_DEPENDS+= babl-0.0.0:${PORTSDIR}/x11/babl -GIR_FILES= Babl-0.0 -.endif - -.if ${GIR_NAME} == "nautilus" -USE_GNOME+= nautilus2 -USE_GIR= gtk20 -GIR_FILES= Nautilus-1.0 -DEP_NAMES= nautilusextension -.endif - -.if ${GIR_NAME} == "gnomekeyring" -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -GIR_FILES= GnomeKeyring-2.0 -.endif - -.if ${GIR_NAME} == "libnotify" -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -USE_GIR= gtk20 -GIR_FILES= Notify-0.4 -DEP_NAMES= notify -.endif - -.if ${GIR_NAME} == "dbus" -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -GIR_FILES= DBus-1.0 -LIB_FILES= DBus -.endif - -.if ${GIR_NAME} == "gtksourceview2" -USE_GNOME+= gtksourceview2 -USE_GIR= gtk20 -GIR_FILES= GtkSource-2.2 -DEP_NAMES= gtksourceview -.endif - -.if ${GIR_NAME} == "vte" -USE_GNOME+= vte -USE_GIR= gtk20 -GIR_FILES= Vte-1.0 -.endif - -.if ${GIR_NAME} == "avahi" -LIB_DEPENDS+= avahi-gobject.0:${PORTSDIR}/net/avahi-app -GIR_FILES= Avahi-0.6 AvahiCore-0.6 -.endif - -.if ${GIR_NAME} == "gnomemenus" -USE_GNOME+= gnomemenus -USE_GIR= gtk20 -GIR_FILES= GMenu-2.0 -DEP_NAMES= gmenu -.endif - -.if ${GIR_NAME} == "libwnck" -USE_GNOME+= libwnck -USE_GIR= gtk20 -GIR_FILES= Wnck-1.0 -DEP_NAMES= wnck -.endif - -.if ${GIR_NAME} == "goocanvas" -LIB_DEPENDS+= goocanvas.3:${PORTSDIR}/graphics/goocanvas -USE_GIR= gtk20 -GIR_FILES= GooCanvas-0.10 -.endif - -. for component in ${USE_GIR:C/^([^:]+).*/\1/} -CLEAR_DEPS+= ${${component}_GIR} -BUILD_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -RUN_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -. endfor - -pre-patch: -# disable all components -.for component in ${_USE_GIR_ALL} - @${REINPLACE_CMD} -e 's|have_${component}=true|have_${component}=false|g' \ - ${WRKSRC}/configure -.endfor -.if defined(DEP_NAMES) -# enable components -.for component in ${DEP_NAMES} - @${REINPLACE_CMD} -e 's|have_${component}=false|have_${component}=true|g' \ - ${WRKSRC}/configure -.endfor -.endif - -post-configure: -.if defined(CLEAR_DEPS) -# clear Makefile targets -. for dep in ${CLEAR_DEPS} - @${REINPLACE_CMD} -e 's|${dep}.gir||g' \ - ${WRKSRC}/gir/Makefile -. endfor -.endif - -.if !target(post-install-script) -post-install-script: -# build plist -.for gir in ${GIR_FILES} - @${ECHO} ${TYPELIBDIR_REL}/${gir}.typelib >> ${TMPPLIST} - @${ECHO} ${GIRDIR_REL}/${gir}.gir >> ${TMPPLIST} -.endfor -.for lib in ${LIB_FILES} - @${ECHO} lib/libgirepo-${lib}-custom.a >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.la >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.so >> ${TMPPLIST} -.endfor - @${ECHO_CMD} "@unexec rmdir %D/${TYPELIBDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${GIRDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} -.endif - -.endif - -.include <bsd.port.mk> diff --git a/devel/gir-repository/distinfo b/devel/gir-repository/distinfo deleted file mode 100644 index 4854a4c38..000000000 --- a/devel/gir-repository/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gir-repository-0.6.5.tar.bz2) = f161fa1ae161e81117af6f4bb79bf344 -SHA256 (gnome2/gir-repository-0.6.5.tar.bz2) = cbeadc6c701f376134c9fe288fe0d95a725d9fa398daaeeb6621c35e8bafcae1 -SIZE (gnome2/gir-repository-0.6.5.tar.bz2) = 264148 diff --git a/devel/gir-repository/files/patch-gir_Makefile.in b/devel/gir-repository/files/patch-gir_Makefile.in deleted file mode 100644 index 0e35a1b80..000000000 --- a/devel/gir-repository/files/patch-gir_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- gir/Makefile.in.orig 2009-09-10 16:15:05.000000000 -0400 -+++ gir/Makefile.in 2009-09-10 17:32:05.000000000 -0400 -@@ -413,7 +413,7 @@ libgirepo_DBus_custom_la_SOURCES = \ - - @BUILD_GCONF_TRUE@GCONF_INCLUDEDIR = `pkg-config --variable=includedir gconf-2.0`/gconf/2 - @BUILD_SOUP_TRUE@SOUP_INCLUDEDIR = `pkg-config --variable=includedir libsoup-2.4`/libsoup-2.4 --@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -re 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') -+@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -Ee 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') - @BUILD_GNOMEKEYRING_TRUE@GNOMEKEYRING_INCLUDEDIR = `pkg-config --variable=includedir gnome-keyring-1`/gnome-keyring-1 - - # pango -@@ -1384,16 +1384,16 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTFFT_INCLUDEDIR)/gst/fft/*h - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstInterfaces-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) csh -c "$(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstinterfaces-0.10 \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool=\"$(LIBTOOL)\" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-interfaces-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h" - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstNetbuffer-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstNetbuffer --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ -@@ -1479,6 +1479,7 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=GstBase-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstvideo-0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstbasevideo-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ diff --git a/devel/gir-repository/pkg-descr b/devel/gir-repository/pkg-descr deleted file mode 100644 index 8371c3027..000000000 --- a/devel/gir-repository/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a repository of GIR interface description files. diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 230fe9a5c..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.154 2009/09/30 07:56:03 kwm Exp $ -# -# !! DON'T FORGET ABOUT devel/gio-fam-backend !! - -PORTNAME= glib -PORTVERSION= 2.22.2 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -LATEST_LINK= glib20 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre - -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig ltverhack -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_PYTHON= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog \ - --with-pcre=system \ - --disable-fam -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -OPTIONS= COLLATION_FIX "fix string collation" off - -.include <bsd.port.pre.mk> - -# Let glib use asm code for implementing atomic ops on i386 and amd64. -.if ${ARCH} == "i386" -GLIB_ARCH= i486 -.elif ${ARCH} == "amd64" -GLIB_ARCH= x86_64 -.else -GLIB_ARCH= ${ARCH} -.endif -CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} - -.if defined(WITH_COLLATION_FIX) -LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ - ${FILESDIR}/extra-patch-glib_gunicollate.c -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/glib/gutils.c - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 30b626bb6..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.22.2.tar.bz2) = 846a86c74b74d5b16826aa5508940f9b -SHA256 (gnome2/glib-2.22.2.tar.bz2) = a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3 -SIZE (gnome2/glib-2.22.2.tar.bz2) = 5490926 diff --git a/devel/glib20/files/extra-patch-glib_Makefile.in b/devel/glib20/files/extra-patch-glib_Makefile.in deleted file mode 100644 index 01f856f74..000000000 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/Makefile.in.orig 2009-05-31 13:14:18.000000000 +0200 -+++ glib/Makefile.in 2009-05-31 13:15:08.000000000 +0200 -@@ -272,7 +272,7 @@ - INSTOBJEXT = @INSTOBJEXT@ - INTLLIBS = @INTLLIBS@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -licui18n - LIBASYNCNS_LIBADD = @LIBASYNCNS_LIBADD@ - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ diff --git a/devel/glib20/files/extra-patch-glib_gunicollate.c b/devel/glib20/files/extra-patch-glib_gunicollate.c deleted file mode 100644 index dfcb99209..000000000 --- a/devel/glib20/files/extra-patch-glib_gunicollate.c +++ /dev/null @@ -1,116 +0,0 @@ ---- glib/gunicollate.c.orig Thu Jun 8 17:24:10 2006 -+++ glib/gunicollate.c Thu Oct 19 20:12:50 2006 -@@ -26,10 +26,57 @@ - #include <wchar.h> - #endif - -+#include <unicode/umachine.h> -+#include <unicode/ustring.h> -+#include <unicode/ucol.h> -+ - #include "glib.h" - #include "gunicodeprivate.h" - #include "galias.h" - -+static gboolean icu_collator_initialized = FALSE; -+static UCollator *icu_collator = NULL; -+G_LOCK_DEFINE_STATIC(icu_collator); -+ -+static void -+init_icu_collator (void) -+{ -+ G_LOCK(icu_collator); -+ if (! icu_collator_initialized) -+ { -+ UErrorCode error = U_ZERO_ERROR; -+ -+ icu_collator = ucol_open(NULL, &error); -+ if (icu_collator == NULL) -+ g_warning("unable to initialize the ICU collator (%s), FreeBSD collation routines will be used", u_errorName(error)); -+ -+ icu_collator_initialized = TRUE; -+ } -+ G_UNLOCK(icu_collator); -+} -+ -+static UChar * -+utf8_to_uchar (const char *str, int32_t len, int32_t *result_len) -+{ -+ UErrorCode error = U_ZERO_ERROR; -+ UChar *result = NULL; -+ -+ u_strFromUTF8(NULL, 0, result_len, str, len, &error); -+ if (error <= U_ZERO_ERROR || error == U_BUFFER_OVERFLOW_ERROR) -+ { -+ error = U_ZERO_ERROR; -+ result = g_new(UChar, *result_len); -+ u_strFromUTF8(result, *result_len, NULL, str, len, &error); -+ if (error > U_ZERO_ERROR) -+ { -+ g_free(result); -+ result = NULL; -+ } -+ } -+ -+ return result; -+} -+ - #ifdef _MSC_VER - /* Workaround for bug in MSVCR80.DLL */ - static size_t -@@ -94,6 +141,28 @@ - g_return_val_if_fail (str1 != NULL, 0); - g_return_val_if_fail (str2 != NULL, 0); - -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr1_len; -+ UChar *wstr1 = utf8_to_uchar(str1, -1, &wstr1_len); -+ if (wstr1 != NULL) -+ { -+ int32_t wstr2_len; -+ UChar *wstr2 = utf8_to_uchar(str2, -1, &wstr2_len); -+ if (wstr2 != NULL) -+ { -+ result = ucol_strcoll(icu_collator, wstr1, wstr1_len, wstr2, wstr2_len); -+ -+ g_free(wstr1); -+ g_free(wstr2); -+ -+ return result; -+ } -+ g_free(wstr1); -+ } -+ } -+ - str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); - str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); - -@@ -235,6 +304,26 @@ - gchar *str_norm; - - g_return_val_if_fail (str != NULL, NULL); -+ -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr_len; -+ UChar *wstr = utf8_to_uchar(str, len, &wstr_len); -+ if (wstr != NULL) -+ { -+ int32_t result_len; -+ -+ /* get size of result */ -+ result_len = ucol_getSortKey(icu_collator, wstr, wstr_len, NULL, 0); -+ -+ result = g_new(char, result_len); -+ ucol_getSortKey(icu_collator, wstr, wstr_len, result, result_len); -+ g_free(wstr); -+ -+ return result; -+ } -+ } - - str_norm = g_utf8_normalize (str, len, G_NORMALIZE_ALL_COMPOSE); - diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 4699afdbe..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig 2009-09-05 10:54:38.000000000 +0200 -+++ configure 2009-09-05 10:56:40.000000000 +0200 -@@ -29571,6 +29571,12 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif -+#ifdef HAVE_SYS_MOUNT_H -+#include <sys/mount.h> -+#endif - int - main () - { -@@ -31611,7 +31617,7 @@ done - - - --for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname - do - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -@@ -39943,6 +39949,8 @@ fi - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 5ee7fe3d5..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig 2008-02-12 00:16:23.000000000 +0100 -+++ Makefile.in 2008-02-12 00:16:23.000000000 +0100 -@@ -338,7 +338,7 @@ EXTRA_DIST = ChangeLog.pre-2-14 ChangeLo - gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in - TEST_PROGS = - AUTOMAKE_OPTIONS = 1.7 --SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs -+SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs - DIST_SUBDIRS = $(SUBDIRS) build - bin_SCRIPTS = glib-gettextize - AM_CPPFLAGS = \ -@@ -356,7 +356,8 @@ BUILT_EXTRA_DIST = \ - config.h.win32 \ - gtk-doc.make - --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) - configexecinclude_DATA = glibconfig.h - CONFIGURE_DEPENDENCIES = acglib.m4 - BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index 3784d16b8..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2007-12-21 16:54:10.000000000 -0500 -+++ docs/reference/Makefile.in 2007-12-21 16:54:40.000000000 -0500 -@@ -268,7 +268,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt - # initialize variables for unconditional += appending - EXTRA_DIST = - TEST_PROGS = --SUBDIRS = glib gobject gio -+SUBDIRS = #glib gobject gio - all: all-recursive - - .SUFFIXES: diff --git a/devel/glib20/files/patch-config.h.in b/devel/glib20/files/patch-config.h.in deleted file mode 100644 index 3c2bc5d26..000000000 --- a/devel/glib20/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-03-18 18:24:24.000000000 -0400 -+++ config.h.in 2008-03-18 18:24:59.000000000 -0400 -@@ -197,6 +197,9 @@ - /* Define to 1 if you have the `getpwuid' function. */ - #undef HAVE_GETPWUID - -+/* Define to 1 if you have the `sysctlbyname' function. */ -+#undef HAVE_SYSCTLBYNAME -+ - /* Define if the GNU gettext() function is already present or preinstalled. */ - #undef HAVE_GETTEXT - diff --git a/devel/glib20/files/patch-gio_gunixmount.c b/devel/glib20/files/patch-gio_gunixmount.c deleted file mode 100644 index b9bfe143e..000000000 --- a/devel/glib20/files/patch-gio_gunixmount.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gio/gunixmount.c.orig 2007-12-23 15:53:50.000000000 -0500 -+++ gio/gunixmount.c 2007-12-23 15:52:52.000000000 -0500 -@@ -372,12 +372,18 @@ g_unix_mount_eject (GMount * - gpointer user_data) - { - GUnixMount *unix_mount = G_UNIX_MOUNT (mount); -+#ifndef __FreeBSD__ - char *argv[] = {"eject", NULL, NULL}; - - if (unix_mount->mount_path != NULL) - argv[1] = unix_mount->mount_path; - else - argv[1] = unix_mount->device_path; -+#else -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ -+ argv[2] = unix_mount->device_path; -+#endif - - return eject_unmount_do (mount, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_gunixmounts.c b/devel/glib20/files/patch-gio_gunixmounts.c deleted file mode 100644 index 9b6fa2df3..000000000 --- a/devel/glib20/files/patch-gio_gunixmounts.c +++ /dev/null @@ -1,148 +0,0 @@ ---- ggio/unixmounts.c.orig 2008-03-10 20:31:58.000000000 -0400 -+++ gio/gunixmounts.c 2008-03-19 22:31:23.000000000 -0400 -@@ -128,6 +128,9 @@ struct _GUnixMountMonitor { - - GFileMonitor *fstab_monitor; - GFileMonitor *mtab_monitor; -+ -+ guint mount_poller_source; -+ GList *mount_poller_mounts; - }; - - struct _GUnixMountMonitorClass { -@@ -139,6 +142,8 @@ static GUnixMountMonitor *the_mount_moni - static GList *_g_get_unix_mounts (void); - static GList *_g_get_unix_mount_points (void); - -+static guint64 mount_poller_time = 0; -+ - G_DEFINE_TYPE (GUnixMountMonitor, g_unix_mount_monitor, G_TYPE_OBJECT); - - #define MOUNT_POLL_INTERVAL 4000 -@@ -165,6 +170,7 @@ G_DEFINE_TYPE (GUnixMountMonitor, g_unix - #endif - - #if defined(HAVE_GETMNTINFO) && defined(HAVE_FSTAB_H) && defined(HAVE_SYS_MOUNT_H) -+#include <sys/param.h> - #include <sys/ucred.h> - #include <sys/mount.h> - #include <fstab.h> -@@ -215,20 +221,28 @@ g_unix_is_mount_path_system_internal (co - "/", /* we already have "Filesystem root" in Nautilus */ - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/X11R6", - "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", - "/var", - "/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */ - "/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */ -@@ -988,6 +1002,10 @@ get_mounts_timestamp (void) - if (stat (monitor_file, &buf) == 0) - return (guint64)buf.st_mtime; - } -+ else -+ { -+ return mount_poller_time; -+ } - return 0; - } - -@@ -1129,6 +1147,13 @@ g_unix_mount_monitor_finalize (GObject * - g_object_unref (monitor->mtab_monitor); - } - -+ if (monitor->mount_poller_source > 0) -+ { -+ g_source_remove (monitor->mount_poller_source); -+ g_list_foreach (monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ g_list_free (monitor->mount_poller_mounts); -+ } -+ - the_mount_monitor = NULL; - - if (G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize) -@@ -1206,6 +1231,51 @@ mtab_file_changed (GFileMonitor *mo - g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - } - -+static gboolean -+mount_change_poller (gpointer user_data) -+{ -+ GUnixMountMonitor *mount_monitor; -+ GList *current_mounts; -+ gboolean has_changed = FALSE; -+ -+ mount_monitor = user_data; -+ current_mounts = _g_get_unix_mounts (); -+ -+ if (g_list_length (current_mounts) != g_list_length (mount_monitor->mount_poller_mounts)) -+ { -+ g_list_foreach (mount_monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ has_changed = TRUE; -+ } -+ else -+ { -+ int i; -+ -+ for (i = 0; i < g_list_length (current_mounts); i++) -+ { -+ GUnixMountEntry *m1; -+ GUnixMountEntry *m2; -+ -+ m1 = (GUnixMountEntry *)g_list_nth_data (current_mounts, i); -+ m2 = (GUnixMountEntry *)g_list_nth_data (mount_monitor->mount_poller_mounts, i); -+ if (! has_changed && g_unix_mount_compare (m1, m2) != 0) -+ has_changed = TRUE; -+ -+ g_unix_mount_free (m2); -+ } -+ } -+ -+ g_list_free (mount_monitor->mount_poller_mounts); -+ mount_monitor->mount_poller_mounts = current_mounts; -+ -+ if (has_changed) -+ { -+ mount_poller_time = (guint64)time (NULL); -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); -+ } -+ -+ return TRUE; -+} -+ - static void - g_unix_mount_monitor_init (GUnixMountMonitor *monitor) - { -@@ -1228,6 +1298,12 @@ g_unix_mount_monitor_init (GUnixMountMon - - g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor); - } -+ else -+ { -+ monitor->mount_poller_mounts = _g_get_unix_mounts (); -+ mount_poller_time = (guint64)time (NULL); -+ monitor->mount_poller_source = g_timeout_add_seconds (3, (GSourceFunc)mount_change_poller, monitor); -+ } - } - - /** diff --git a/devel/glib20/files/patch-gio_gunixvolume.c b/devel/glib20/files/patch-gio_gunixvolume.c deleted file mode 100644 index 377a7d6b5..000000000 --- a/devel/glib20/files/patch-gio_gunixvolume.c +++ /dev/null @@ -1,17 +0,0 @@ ---- gio/gunixvolume.c.orig 2007-12-23 15:43:17.000000000 -0500 -+++ gio/gunixvolume.c 2007-12-23 15:47:08.000000000 -0500 -@@ -387,9 +387,13 @@ g_unix_volume_eject (GVolume *volume, - gpointer user_data) - { - GUnixVolume *unix_volume = G_UNIX_VOLUME (volume); -+#ifdef __FreeBSD__ -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ argv[2] = unix_volume->device_path; -+#else - char *argv[] = {"eject", NULL, NULL}; -- - argv[1] = unix_volume->device_path; -+#endif - - eject_mount_do (volume, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_libasyncns_asyncns.c b/devel/glib20/files/patch-gio_libasyncns_asyncns.c deleted file mode 100644 index 966dd27a6..000000000 --- a/devel/glib20/files/patch-gio_libasyncns_asyncns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/libasyncns/asyncns.c.orig 2009-05-05 15:25:10.000000000 -0400 -+++ gio/libasyncns/asyncns.c 2009-05-05 15:25:51.000000000 -0400 -@@ -35,6 +35,8 @@ - #include <errno.h> - #include <sys/wait.h> - #include <sys/types.h> -+#include <sys/time.h> -+#include <sys/resource.h> - #include <pwd.h> - #include <netinet/in.h> - #include <arpa/nameser.h> diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c b/devel/glib20/files/patch-gio_xdgmime_xdgmime.c deleted file mode 100644 index 8c36dc5d8..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004 -+++ gio/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004 -@@ -204,7 +204,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/usr/local/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h b/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h deleted file mode 100644 index 039571d8b..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gio/xdgmime/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ gio/xdgmime/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 352c0cf60..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig 2008-06-04 00:03:14.000000000 +0200 -+++ glib/libcharset/Makefile.in 2008-06-04 00:05:58.000000000 +0200 -@@ -278,7 +278,7 @@ EXTRA_DIST = README config.charset ref-a - codeset.m4 update.sh make-patch.sh libcharset-glib.patch - TEST_PROGS = - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -I$(top_srcdir) -+ -DLIBDIR=\"$(prefix)/libdata\" -I$(top_srcdir) - - noinst_LTLIBRARIES = libcharset.la - libcharset_la_SOURCES = \ -@@ -286,8 +286,8 @@ libcharset_la_SOURCES = \ - localcharset.h \ - localcharset.c - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - SUFFIXES = .sed .sin - CLEANFILES = charset.alias ref-add.sed ref-del.sed - all: all-am -@@ -498,7 +498,7 @@ install-data-am: - - install-dvi: install-dvi-am - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-html: install-html-am - diff --git a/devel/glib20/files/patch-glib_Makefile.in b/devel/glib20/files/patch-glib_Makefile.in deleted file mode 100644 index 8dd7ae74b..000000000 --- a/devel/glib20/files/patch-glib_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- glib/Makefile.in.orig 2009-09-30 09:37:39.000000000 +0200 -+++ glib/Makefile.in 2009-09-30 09:38:48.000000000 +0200 -@@ -1396,7 +1396,7 @@ - - info-am: - --install-data-am: install-data-local install-dist_gdbSCRIPTS \ -+install-data-am: install-data-local \ - install-glibincludeHEADERS install-glibsubincludeHEADERS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -1603,9 +1603,7 @@ - libglib-gdb.py: libglib-gdb.py.in - sed -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py - --install-data-hook: libglib-gdb.py -- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR) -- $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py -+install-data-hook: - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-glib_gregex.c b/devel/glib20/files/patch-glib_gregex.c deleted file mode 100644 index ef7f0a87b..000000000 --- a/devel/glib20/files/patch-glib_gregex.c +++ /dev/null @@ -1,13 +0,0 @@ ---- glib/gregex.c.orig 2007-09-09 18:35:32.000000000 -0400 -+++ glib/gregex.c 2007-09-09 18:36:05.000000000 -0400 -@@ -164,8 +164,10 @@ match_error (gint errcode) - case PCRE_ERROR_DFA_RECURSE: - case PCRE_ERROR_RECURSIONLIMIT: - return _("recursion limit reached"); -+#ifdef PCRE_ERROR_NULLWSLIMIT - case PCRE_ERROR_NULLWSLIMIT: - return _("workspace limit for empty substrings reached"); -+#endif - case PCRE_ERROR_BADNEWLINE: - return _("invalid combination of newline flags"); - default: diff --git a/devel/glib20/files/patch-glib_gutils.c b/devel/glib20/files/patch-glib_gutils.c deleted file mode 100644 index 95a02e475..000000000 --- a/devel/glib20/files/patch-glib_gutils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/gutils.c.orig Wed Mar 23 09:55:02 2005 -+++ glib/gutils.c Thu Apr 7 01:06:16 2005 -@@ -1929,7 +1929,7 @@ g_get_system_data_dirs (void) - data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/usr/local/share/"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif -@@ -1983,7 +1983,7 @@ g_get_system_config_dirs (void) - conf_dirs = (gchar *) g_getenv ("XDG_CONFIG_DIRS"); - - if (!conf_dirs || !conf_dirs[0]) -- conf_dirs = "/etc/xdg"; -+ conf_dirs = "/usr/local/etc/xdg:/etc/xdg"; - - conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index 586d7f80b..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/files/patch-gobject_Makefile.in b/devel/glib20/files/patch-gobject_Makefile.in deleted file mode 100644 index b8842a6f4..000000000 --- a/devel/glib20/files/patch-gobject_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- gobject/Makefile.in.orig 2009-09-30 09:39:51.000000000 +0200 -+++ gobject/Makefile.in 2009-09-30 09:40:17.000000000 +0200 -@@ -1186,7 +1186,7 @@ info: info-recursive - - info-am: - --install-data-am: install-data-local install-dist_gdbSCRIPTS \ -+install-data-am: install-data-local \ - install-libgobjectincludeHEADERS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -1393,9 +1393,7 @@ libgobject-gdb.py: libgobject-gdb.py.in - uninstall-gdb: - -rm -r $(DESTDIR)$(datadir)/gdb - --install-data-hook: libgobject-gdb.py -- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR) -- $(INSTALL) libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py -+install-data-hook: - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0.$(LT_CURRENT).0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-gthread_gthread-posix.c b/devel/glib20/files/patch-gthread_gthread-posix.c deleted file mode 100644 index 47c5ab8f1..000000000 --- a/devel/glib20/files/patch-gthread_gthread-posix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gthread/gthread-posix.c.orig Mon Nov 1 13:47:12 2004 -+++ gthread/gthread-posix.c Wed Mar 9 14:21:20 2005 -@@ -125,7 +129,8 @@ - g_thread_impl_init(void) - { - #ifdef _SC_THREAD_STACK_MIN -- g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), 0); -+ g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), -+ g_thread_min_stack_size); - #endif /* _SC_THREAD_STACK_MIN */ - #ifdef HAVE_PRIORITIES - # ifdef G_THREADS_IMPL_POSIX -@@ -176,7 +181,7 @@ - result = pthread_mutex_trylock ((pthread_mutex_t *) mutex); - - #ifdef G_THREADS_IMPL_POSIX -- if (result == EBUSY) -+ if ((result == EBUSY) || (result == EDEADLK)) - return FALSE; - #else /* G_THREADS_IMPL_DCE */ - if (result == 0) diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more. It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index 4e011916c..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,336 +0,0 @@ -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -bin/gtester -bin/gtester-report -include/gio-unix-2.0/gio/gdesktopappinfo.h -include/gio-unix-2.0/gio/gunixconnection.h -include/gio-unix-2.0/gio/gunixfdmessage.h -include/gio-unix-2.0/gio/gunixinputstream.h -include/gio-unix-2.0/gio/gunixmounts.h -include/gio-unix-2.0/gio/gunixoutputstream.h -include/gio-unix-2.0/gio/gunixsocketaddress.h -include/glib-2.0/gio/gappinfo.h -include/glib-2.0/gio/gasyncinitable.h -include/glib-2.0/gio/gasyncresult.h -include/glib-2.0/gio/gbufferedinputstream.h -include/glib-2.0/gio/gbufferedoutputstream.h -include/glib-2.0/gio/gcancellable.h -include/glib-2.0/gio/gcontenttype.h -include/glib-2.0/gio/gdatainputstream.h -include/glib-2.0/gio/gdataoutputstream.h -include/glib-2.0/gio/gdrive.h -include/glib-2.0/gio/gemblem.h -include/glib-2.0/gio/gemblemedicon.h -include/glib-2.0/gio/gfile.h -include/glib-2.0/gio/gfileattribute.h -include/glib-2.0/gio/gfileenumerator.h -include/glib-2.0/gio/gfileicon.h -include/glib-2.0/gio/gfileinfo.h -include/glib-2.0/gio/gfileinputstream.h -include/glib-2.0/gio/gfileiostream.h -include/glib-2.0/gio/gfilemonitor.h -include/glib-2.0/gio/gfilenamecompleter.h -include/glib-2.0/gio/gfileoutputstream.h -include/glib-2.0/gio/gfilterinputstream.h -include/glib-2.0/gio/gfilteroutputstream.h -include/glib-2.0/gio/gicon.h -include/glib-2.0/gio/ginetaddress.h -include/glib-2.0/gio/ginetsocketaddress.h -include/glib-2.0/gio/ginitable.h -include/glib-2.0/gio/ginputstream.h -include/glib-2.0/gio/gio.h -include/glib-2.0/gio/gioenums.h -include/glib-2.0/gio/gioenumtypes.h -include/glib-2.0/gio/gioerror.h -include/glib-2.0/gio/giomodule.h -include/glib-2.0/gio/gioscheduler.h -include/glib-2.0/gio/giostream.h -include/glib-2.0/gio/giotypes.h -include/glib-2.0/gio/gloadableicon.h -include/glib-2.0/gio/gmemoryinputstream.h -include/glib-2.0/gio/gmemoryoutputstream.h -include/glib-2.0/gio/gmount.h -include/glib-2.0/gio/gmountoperation.h -include/glib-2.0/gio/gnativevolumemonitor.h -include/glib-2.0/gio/gnetworkaddress.h -include/glib-2.0/gio/gnetworkservice.h -include/glib-2.0/gio/goutputstream.h -include/glib-2.0/gio/gresolver.h -include/glib-2.0/gio/gseekable.h -include/glib-2.0/gio/gsimpleasyncresult.h -include/glib-2.0/gio/gsocket.h -include/glib-2.0/gio/gsocketaddress.h -include/glib-2.0/gio/gsocketaddressenumerator.h -include/glib-2.0/gio/gsocketclient.h -include/glib-2.0/gio/gsocketconnectable.h -include/glib-2.0/gio/gsocketconnection.h -include/glib-2.0/gio/gsocketcontrolmessage.h -include/glib-2.0/gio/gsocketlistener.h -include/glib-2.0/gio/gsocketservice.h -include/glib-2.0/gio/gsrvtarget.h -include/glib-2.0/gio/gtcpconnection.h -include/glib-2.0/gio/gthemedicon.h -include/glib-2.0/gio/gthreadedsocketservice.h -include/glib-2.0/gio/gvfs.h -include/glib-2.0/gio/gvolume.h -include/glib-2.0/gio/gvolumemonitor.h -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gbase64.h -include/glib-2.0/glib/gbookmarkfile.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gchecksum.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdir.h -include/glib-2.0/glib/gerror.h -include/glib-2.0/glib/gfileutils.h -include/glib-2.0/glib/ghash.h -include/glib-2.0/glib/ghook.h -include/glib-2.0/glib/ghostutils.h -include/glib-2.0/glib/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/gkeyfile.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmappedfile.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/goption.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gpoll.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/gregex.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gsequence.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslice.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstdio.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gtestutils.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gurifuncs.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libgio-2.0.a -lib/libgio-2.0.la -lib/libgio-2.0.so -lib/libgio-2.0.so.0 -lib/libglib-2.0.a -lib/libglib-2.0.la -lib/libglib-2.0.so -lib/libglib-2.0.so.0 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.la -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.0 -lib/libgobject-2.0.a -lib/libgobject-2.0.la -lib/libgobject-2.0.so -lib/libgobject-2.0.so.0 -lib/libgthread-2.0.a -lib/libgthread-2.0.la -lib/libgthread-2.0.so -lib/libgthread-2.0.so.0 -libdata/pkgconfig/gio-2.0.pc -libdata/pkgconfig/gio-unix-2.0.pc -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gmodule-export-2.0.pc -libdata/pkgconfig/gmodule-no-export-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/mkinstalldirs -share/glib-2.0/gettext/po/Makefile.in.in -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/as/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/be@latin/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/bn_IN/LC_MESSAGES/glib20.mo -share/locale/bs/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/ca@valencia/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/dz/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/en_CA/LC_MESSAGES/glib20.mo -share/locale/en_GB/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/gu/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/hu/LC_MESSAGES/glib20.mo -share/locale/hy/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ka/LC_MESSAGES/glib20.mo -share/locale/kn/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/ku/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mai/LC_MESSAGES/glib20.mo -share/locale/mg/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/ml/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/mr/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nb/LC_MESSAGES/glib20.mo -share/locale/ne/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/oc/LC_MESSAGES/glib20.mo -share/locale/or/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/ps/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/rw/LC_MESSAGES/glib20.mo -share/locale/si/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sr@latin/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/te/LC_MESSAGES/glib20.mo -share/locale/th/LC_MESSAGES/glib20.mo -share/locale/tl/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/tt/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/wa/LC_MESSAGES/glib20.mo -share/locale/xh/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_HK/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@exec mkdir -p %D/lib/gio/modules -@dirrmtry lib/gio/modules -@dirrmtry lib/gio -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0/gio -@dirrm include/glib-2.0 -@dirrm include/gio-unix-2.0/gio -@dirrm include/gio-unix-2.0 -@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/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/glibmm-reference/Makefile b/devel/glibmm-reference/Makefile deleted file mode 100644 index 08cf80637..000000000 --- a/devel/glibmm-reference/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: glibmm-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 4 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc:${PORTSDIR}/devel/glibmm \ - gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/glibmm-2.4 - -post-patch: - @${FIND} ${WRKSRC}/examples -name Makefile.in \ - | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' - -post-build: - @${TOUCH} ${WRKSRC}/docs/reference/html/index.html - -do-install: -.if !defined(NOPORTDOCS) -. for d in docs examples - @cd ${WRKSRC}/${d} && ${GMAKE} install -. endfor -.endif - - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/glibmm-reference/pkg-descr b/devel/glibmm-reference/pkg-descr deleted file mode 100644 index 6f1f890c2..000000000 --- a/devel/glibmm-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/glibmm. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm-reference/pkg-plist b/devel/glibmm-reference/pkg-plist deleted file mode 100644 index 47b85bb36..000000000 --- a/devel/glibmm-reference/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/doc-install.pl -%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/doc-postprocess.pl -%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/doxygen.css -%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/tagfile-to-devhelp2.xsl -%%PORTDOCS%%share/devhelp/books/glibmm-%%API_VERSION%%/glibmm-%%API_VERSION%%.devhelp2 -%%PORTDOCS%%@dirrmtry share/devhelp/books/glibmm-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp -%%PORTDOCS%%@dirrmtry share/glibmm-%%API_VERSION%%/doctool -%%PORTDOCS%%@dirrmtry share/glibmm-%%API_VERSION%% diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index a8e996737..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: glibmm -# Date created: 04 December 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.81 2009/09/08 20:07:13 kwm Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.22.1 -PORTREVISION?= 0 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -USE_BZIP2= yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -post-patch: -.for d in docs examples tests - @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo deleted file mode 100644 index 96ae66df3..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.22.1.tar.bz2) = 1a96c7fde75ddbb421bc23fb4aa7adba -SHA256 (gnome2/glibmm-2.22.1.tar.bz2) = f105ff4afdcdf7da7f310affdbe698058958f01e94ab65ac1c35e46e20ecb6c0 -SIZE (gnome2/glibmm-2.22.1.tar.bz2) = 3480822 diff --git a/devel/glibmm/pkg-descr b/devel/glibmm/pkg-descr deleted file mode 100644 index f689c4137..000000000 --- a/devel/glibmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interfaces for glib20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist deleted file mode 100644 index ba8a266b3..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,244 +0,0 @@ -include/giomm-%%API_VERSION%%/giomm.h -include/giomm-%%API_VERSION%%/giomm/appinfo.h -include/giomm-%%API_VERSION%%/giomm/asyncresult.h -include/giomm-%%API_VERSION%%/giomm/bufferedinputstream.h -include/giomm-%%API_VERSION%%/giomm/bufferedoutputstream.h -include/giomm-%%API_VERSION%%/giomm/cancellable.h -include/giomm-%%API_VERSION%%/giomm/contenttype.h -include/giomm-%%API_VERSION%%/giomm/datainputstream.h -include/giomm-%%API_VERSION%%/giomm/dataoutputstream.h -include/giomm-%%API_VERSION%%/giomm/desktopappinfo.h -include/giomm-%%API_VERSION%%/giomm/drive.h -include/giomm-%%API_VERSION%%/giomm/emblem.h -include/giomm-%%API_VERSION%%/giomm/emblemedicon.h -include/giomm-%%API_VERSION%%/giomm/enums.h -include/giomm-%%API_VERSION%%/giomm/error.h -include/giomm-%%API_VERSION%%/giomm/file.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfo.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfolist.h -include/giomm-%%API_VERSION%%/giomm/fileenumerator.h -include/giomm-%%API_VERSION%%/giomm/fileicon.h -include/giomm-%%API_VERSION%%/giomm/fileinfo.h -include/giomm-%%API_VERSION%%/giomm/fileinputstream.h -include/giomm-%%API_VERSION%%/giomm/fileiostream.h -include/giomm-%%API_VERSION%%/giomm/filemonitor.h -include/giomm-%%API_VERSION%%/giomm/filenamecompleter.h -include/giomm-%%API_VERSION%%/giomm/fileoutputstream.h -include/giomm-%%API_VERSION%%/giomm/filterinputstream.h -include/giomm-%%API_VERSION%%/giomm/filteroutputstream.h -include/giomm-%%API_VERSION%%/giomm/icon.h -include/giomm-%%API_VERSION%%/giomm/init.h -include/giomm-%%API_VERSION%%/giomm/inputstream.h -include/giomm-%%API_VERSION%%/giomm/iostream.h -include/giomm-%%API_VERSION%%/giomm/loadableicon.h -include/giomm-%%API_VERSION%%/giomm/memoryinputstream.h -include/giomm-%%API_VERSION%%/giomm/memoryoutputstream.h -include/giomm-%%API_VERSION%%/giomm/mount.h -include/giomm-%%API_VERSION%%/giomm/mountoperation.h -include/giomm-%%API_VERSION%%/giomm/outputstream.h -include/giomm-%%API_VERSION%%/giomm/private/appinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/asyncresult_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/cancellable_p.h -include/giomm-%%API_VERSION%%/giomm/private/datainputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/dataoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/desktopappinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/drive_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblem_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblemedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/enums_p.h -include/giomm-%%API_VERSION%%/giomm/private/error_p.h -include/giomm-%%API_VERSION%%/giomm/private/file_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfolist_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileenumerator_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileiostream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/private/filenamecompleter_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filterinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filteroutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/icon_p.h -include/giomm-%%API_VERSION%%/giomm/private/inputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/iostream_p.h -include/giomm-%%API_VERSION%%/giomm/private/loadableicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/mount_p.h -include/giomm-%%API_VERSION%%/giomm/private/mountoperation_p.h -include/giomm-%%API_VERSION%%/giomm/private/outputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/seekable_p.h -include/giomm-%%API_VERSION%%/giomm/private/themedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/volume_p.h -include/giomm-%%API_VERSION%%/giomm/private/volumemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/seekable.h -include/giomm-%%API_VERSION%%/giomm/themedicon.h -include/giomm-%%API_VERSION%%/giomm/unixinputstream.h -include/giomm-%%API_VERSION%%/giomm/unixoutputstream.h -include/giomm-%%API_VERSION%%/giomm/volume.h -include/giomm-%%API_VERSION%%/giomm/volumemonitor.h -include/giomm-%%API_VERSION%%/giomm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h -include/glibmm-%%API_VERSION%%/glibmm.h -include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.h -include/glibmm-%%API_VERSION%%/glibmm/checksum.h -include/glibmm-%%API_VERSION%%/glibmm/class.h -include/glibmm-%%API_VERSION%%/glibmm/containerhandle_shared.h -include/glibmm-%%API_VERSION%%/glibmm/containers.h -include/glibmm-%%API_VERSION%%/glibmm/convert.h -include/glibmm-%%API_VERSION%%/glibmm/date.h -include/glibmm-%%API_VERSION%%/glibmm/debug.h -include/glibmm-%%API_VERSION%%/glibmm/dispatcher.h -include/glibmm-%%API_VERSION%%/glibmm/error.h -include/glibmm-%%API_VERSION%%/glibmm/exception.h -include/glibmm-%%API_VERSION%%/glibmm/exceptionhandler.h -include/glibmm-%%API_VERSION%%/glibmm/fileutils.h -include/glibmm-%%API_VERSION%%/glibmm/helperlist.h -include/glibmm-%%API_VERSION%%/glibmm/i18n-lib.h -include/glibmm-%%API_VERSION%%/glibmm/i18n.h -include/glibmm-%%API_VERSION%%/glibmm/init.h -include/glibmm-%%API_VERSION%%/glibmm/interface.h -include/glibmm-%%API_VERSION%%/glibmm/iochannel.h -include/glibmm-%%API_VERSION%%/glibmm/keyfile.h -include/glibmm-%%API_VERSION%%/glibmm/listhandle.h -include/glibmm-%%API_VERSION%%/glibmm/main.h -include/glibmm-%%API_VERSION%%/glibmm/markup.h -include/glibmm-%%API_VERSION%%/glibmm/miscutils.h -include/glibmm-%%API_VERSION%%/glibmm/module.h -include/glibmm-%%API_VERSION%%/glibmm/nodetree.h -include/glibmm-%%API_VERSION%%/glibmm/object.h -include/glibmm-%%API_VERSION%%/glibmm/objectbase.h -include/glibmm-%%API_VERSION%%/glibmm/optioncontext.h -include/glibmm-%%API_VERSION%%/glibmm/optionentry.h -include/glibmm-%%API_VERSION%%/glibmm/optiongroup.h -include/glibmm-%%API_VERSION%%/glibmm/pattern.h -include/glibmm-%%API_VERSION%%/glibmm/priorities.h -include/glibmm-%%API_VERSION%%/glibmm/private/checksum_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/convert_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/date_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/fileutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/interface_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/iochannel_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/keyfile_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/markup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/module_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/nodetree_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/object_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optioncontext_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optionentry_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optiongroup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/regex_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/shell_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/spawn_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/thread_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/unicode_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/uriutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/valuearray_p.h -include/glibmm-%%API_VERSION%%/glibmm/property.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy_base.h -include/glibmm-%%API_VERSION%%/glibmm/quark.h -include/glibmm-%%API_VERSION%%/glibmm/random.h -include/glibmm-%%API_VERSION%%/glibmm/refptr.h -include/glibmm-%%API_VERSION%%/glibmm/regex.h -include/glibmm-%%API_VERSION%%/glibmm/sarray.h -include/glibmm-%%API_VERSION%%/glibmm/shell.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy_connectionnode.h -include/glibmm-%%API_VERSION%%/glibmm/slisthandle.h -include/glibmm-%%API_VERSION%%/glibmm/spawn.h -include/glibmm-%%API_VERSION%%/glibmm/streamiochannel.h -include/glibmm-%%API_VERSION%%/glibmm/stringutils.h -include/glibmm-%%API_VERSION%%/glibmm/thread.h -include/glibmm-%%API_VERSION%%/glibmm/threadpool.h -include/glibmm-%%API_VERSION%%/glibmm/timer.h -include/glibmm-%%API_VERSION%%/glibmm/timeval.h -include/glibmm-%%API_VERSION%%/glibmm/unicode.h -include/glibmm-%%API_VERSION%%/glibmm/uriutils.h -include/glibmm-%%API_VERSION%%/glibmm/ustring.h -include/glibmm-%%API_VERSION%%/glibmm/utility.h -include/glibmm-%%API_VERSION%%/glibmm/value.h -include/glibmm-%%API_VERSION%%/glibmm/value_basictypes.h -include/glibmm-%%API_VERSION%%/glibmm/value_custom.h -include/glibmm-%%API_VERSION%%/glibmm/valuearray.h -include/glibmm-%%API_VERSION%%/glibmm/wrap.h -include/glibmm-%%API_VERSION%%/glibmm/wrap_init.h -lib/giomm-%%API_VERSION%%/include/giommconfig.h -lib/glibmm-%%API_VERSION%%/include/glibmmconfig.h -lib/glibmm-%%VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%VERSION%%/proc/gmmproc -lib/glibmm-%%VERSION%%/proc/m4/base.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gio.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%VERSION%%/proc/m4/list.m4 -lib/glibmm-%%VERSION%%/proc/m4/member.m4 -lib/glibmm-%%VERSION%%/proc/m4/method.m4 -lib/glibmm-%%VERSION%%/proc/m4/property.m4 -lib/glibmm-%%VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%VERSION%%/proc/pm/Function.pm -lib/glibmm-%%VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%VERSION%%/proc/pm/Object.pm -lib/glibmm-%%VERSION%%/proc/pm/Output.pm -lib/glibmm-%%VERSION%%/proc/pm/Property.pm -lib/glibmm-%%VERSION%%/proc/pm/Util.pm -lib/glibmm-%%VERSION%%/proc/pm/WrapParser.pm -lib/libgiomm-%%VERSION%%.a -lib/libgiomm-%%VERSION%%.la -lib/libgiomm-%%VERSION%%.so -lib/libgiomm-%%VERSION%%.so.1 -lib/libglibmm-%%VERSION%%.a -lib/libglibmm-%%VERSION%%.la -lib/libglibmm-%%VERSION%%.so -lib/libglibmm-%%VERSION%%.so.1 -lib/libglibmm_generate_extra_defs-%%VERSION%%.a -lib/libglibmm_generate_extra_defs-%%VERSION%%.la -lib/libglibmm_generate_extra_defs-%%VERSION%%.so -lib/libglibmm_generate_extra_defs-%%VERSION%%.so.1 -libdata/pkgconfig/giomm-%%API_VERSION%%.pc -libdata/pkgconfig/glibmm-%%API_VERSION%%.pc -share/aclocal/glibmm_check_perl.m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/pm -@dirrm lib/glibmm-%%API_VERSION%%/proc -@dirrm lib/glibmm-%%API_VERSION%%/include -@dirrm lib/glibmm-%%API_VERSION%% -@dirrm lib/giomm-%%API_VERSION%%/include -@dirrm lib/giomm-%%API_VERSION%% -@dirrm include/glibmm-%%API_VERSION%%/glibmm/private -@dirrm include/glibmm-%%API_VERSION%%/glibmm -@dirrm include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs -@dirrm include/glibmm-%%API_VERSION%% -@dirrm include/giomm-%%API_VERSION%%/giomm/private -@dirrm include/giomm-%%API_VERSION%%/giomm -@dirrm include/giomm-%%API_VERSION%% diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile deleted file mode 100644 index 856b8d73f..000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-common/Makefile,v 1.14 2009/09/21 17:28:00 kwm Exp $ -# - -PORTNAME= gnome-common -PORTVERSION= 2.28.0 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GNOME 2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo deleted file mode 100644 index 44876af2b..000000000 --- a/devel/gnome-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-common-2.28.0.tar.bz2) = 30daabb0ca4898fea2647999e7813e8f -SHA256 (gnome2/gnome-common-2.28.0.tar.bz2) = dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1 -SIZE (gnome2/gnome-common-2.28.0.tar.bz2) = 151535 diff --git a/devel/gnome-common/pkg-descr b/devel/gnome-common/pkg-descr deleted file mode 100644 index 4cf03f1e9..000000000 --- a/devel/gnome-common/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of automake macros used for developing new GNOME -or GNOME 2.0 applications. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist deleted file mode 100644 index 081a3d75e..000000000 --- a/devel/gnome-common/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gnome-autogen.sh -bin/gnome-doc-common -share/aclocal/gnome-common.m4 -share/aclocal/gnome-compiler-flags.m4 -%%DATADIR%%/data/omf.make -%%DATADIR%%/data/xmldocs.make -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% diff --git a/devel/gnome-js-common/Makefile b/devel/gnome-js-common/Makefile deleted file mode 100644 index 5ff22ebba..000000000 --- a/devel/gnome-js-common/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnome-js-common -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-js-common -PORTVERSION= 0.1.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME JavaScript common modules and tests - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack intltool - -PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog - -post-patch: - @${REINPLACE_CMD} -e 's|== x|= x|g' \ - ${WRKSRC}/configure -.if !defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|$${prefix}/doc/gnome_js_common|$${datarootdir}/doc/${PORTNAME}|' \ - ${WRKSRC}/Makefile.in -.else - @${REINPLACE_CMD} -e 's|install-gnome_js_commondocDATA ||g' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/devel/gnome-js-common/distinfo b/devel/gnome-js-common/distinfo deleted file mode 100644 index ff081cb56..000000000 --- a/devel/gnome-js-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-js-common-0.1.1.tar.bz2) = 4f1c409a0be66d0df9dcdf15e9cf70ff -SHA256 (gnome2/gnome-js-common-0.1.1.tar.bz2) = 6cad015cda5abfd2bccd6b95714ca39c83ca69ca7e6f7326dc75763a758dc8db -SIZE (gnome2/gnome-js-common-0.1.1.tar.bz2) = 274010 diff --git a/devel/gnome-js-common/pkg-descr b/devel/gnome-js-common/pkg-descr deleted file mode 100644 index c4c542fcb..000000000 --- a/devel/gnome-js-common/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gnome-js-common is a module holding tests and JavaScript code useful -or common to both Seed and gjs. diff --git a/devel/gnome-js-common/pkg-plist b/devel/gnome-js-common/pkg-plist deleted file mode 100644 index ad5ece3c1..000000000 --- a/devel/gnome-js-common/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/gnome-js/ArrayUtils.js -lib/gnome-js/JSON.js -lib/gnome-js/lang.js -lib/gnome-js/signals.js -lib/gnome-js/tweener/equations.js -lib/gnome-js/tweener/tweenList.js -lib/gnome-js/tweener/tweener.js -libdata/pkgconfig/gnome-js-common.pc -@dirrm lib/gnome-js/tweener -@dirrm lib/gnome-js diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index 51916720b..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.185 2008/09/22 10:26:54 kwm Exp $ -# - -PORTNAME= gnome-vfs -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ - ltverhack referencehack -USE_AUTOTOOLS= libtool:22 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --disable-howl \ - --with-hal-mount=/sbin/mount \ - --with-hal-umount=/sbin/umount -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -DPTHREAD_LIB=\"${PTHREAD_LIBS}\"" -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas - -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on \ - HAL "Enable HAL support" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -USE_FAM= yes -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if !defined(WITHOUT_HAL) -CONFIGURE_ARGS+=--enable-hal -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -.else -CONFIGURE_ARGS+=--disable-hal -.endif - -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -CONFIGURE_ARGS+=--disable-samba -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@PTHREAD_LIB@|${PTHREAD_LIBS}|' \ - ${WRKSRC}/gnome-vfs-2.0.pc.in ${WRKSRC}/gnome-vfs-module-2.0.pc.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g' \ - ${WRKSRC}/configure - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2> /dev/null`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi -.if defined(WITHOUT_KERBEROS) - @${ECHO_CMD} "${PKGNAME}: KERBEROS is required." - @${FALSE} -.endif - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 63d171081..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.24.2.tar.bz2) = 371d13e7306eb82e3fe3748a7584c440 -SHA256 (gnome2/gnome-vfs-2.24.2.tar.bz2) = 50ecf5f37d377492e8943a3c359ffe64176d4e7f045e9980790eca999a1c6856 -SIZE (gnome2/gnome-vfs-2.24.2.tar.bz2) = 1859173 diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in deleted file mode 100644 index 7213df2fa..000000000 --- a/devel/gnome-vfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Tue Jul 11 09:30:02 2006 -+++ Makefile.in Tue Jul 11 09:30:32 2006 -@@ -352,7 +352,6 @@ - devel-docs \ - doc \ - programs \ -- test \ - po - - EXTRA_DIST = \ diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 383987654..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005 -+++ modules/Makefile.in Mon Oct 3 11:55:55 2005 -@@ -465,7 +465,7 @@ - @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la - @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la - @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS = --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - modules_LTLIBRARIES = \ - $(CDDA_LTLIBS) \ diff --git a/devel/gnome-vfs/files/patch-config.h.in b/devel/gnome-vfs/files/patch-config.h.in deleted file mode 100644 index 70edbcd45..000000000 --- a/devel/gnome-vfs/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Sun May 7 00:54:09 2006 -+++ config.h.in Sun May 7 00:54:46 2006 -@@ -121,6 +121,9 @@ - /* Define to 1 if you have the <fnmatch.h> header file. */ - #undef HAVE_FNMATCH_H - -+/* Define to 1 if you have the <sys/sysmacros.h> header file. */ -+#undef HAVE_SYS_SYSMACROS_H -+ - /* Define to 1 if you have the <fstab.h> header file. */ - #undef HAVE_FSTAB_H - diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure deleted file mode 100644 index 7865fc3fb..000000000 --- a/devel/gnome-vfs/files/patch-configure +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.orig 2009-10-10 11:55:11.000000000 -0400 -+++ configure 2009-10-10 11:55:14.000000000 -0400 -@@ -8433,7 +8433,7 @@ fi - - - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ -- inttypes.h stdint.h unistd.h -+ inttypes.h stdint.h unistd.h sys/sysmacros.h - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -14864,6 +14864,8 @@ $as_echo_n "checking for LC_MESSAGES... - if test "${am_cv_val_LC_MESSAGES+set}" = set; then - $as_echo_n "(cached) " >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14911,6 +14913,7 @@ fi - rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 - $as_echo "$am_cv_val_LC_MESSAGES" >&6; } -@@ -16395,6 +16398,7 @@ as_val=`eval 'as_val=${'$as_ac_var'} - cat >>confdefs.h <<_ACEOF - #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -26068,7 +26072,7 @@ if test "${openssl_libs+set}" = set; the - $as_echo_n "(cached) " >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26363,7 +26367,7 @@ if test "${openssl_libs+set}" = set; the - $as_echo_n "(cached) " >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index eb0f45920..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index 168fba882..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index 2747466f7..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-application-registry.c.orig Sun May 22 23:09:39 2005 -+++ libgnomevfs/gnome-vfs-application-registry.c Sun May 22 23:14:22 2005 -@@ -943,6 +943,8 @@ load_application_info (void) - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi - "application-registry", - NULL); - gnome_registry_dir.system_dir = TRUE; -+ -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user GNOME configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); - - user_registry_dir.dirname = g_build_filename (g_get_home_dir(), - ".gnome", diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c deleted file mode 100644 index 90fb33a41..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ /dev/null @@ -1,18 +0,0 @@ ---- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2009-10-08 10:03:36.000000000 -0400 -+++ libgnomevfs/gnome-vfs-filesystem-type.c 2009-10-10 11:57:06.000000000 -0400 -@@ -70,6 +70,7 @@ static struct FSInfo fs_data[] = { - { "nfs" , N_("NFS Network Volume"), 1 }, - { "ntfs" , N_("Windows NT Volume"), 0 }, - { "ntfs-3g" , N_("Windows NT Volume"), 1 }, -+ { "nullfs" , N_("BSD Loopback Volume"), 1 }, - { "nilfs2" , N_("NILFS Linux Volume"), 1 }, - { "nwfs" , N_("Netware Volume"), 0 }, - { "proc" , N_("System Volume"), 0 }, -@@ -90,6 +91,7 @@ static struct FSInfo fs_data[] = { - { "xenix" , N_("Xenix Volume"), 0 }, - { "xfs" , N_("XFS Linux Volume"), 1 }, - { "xiafs" , N_("XIAFS Volume"), 0 }, -+ { "zfs" , N_("ZFS Volume"), 1 }, - { "cifs" , N_("CIFS Volume"), 1 }, - }; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c deleted file mode 100644 index f50e1cb81..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c +++ /dev/null @@ -1,33 +0,0 @@ ---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006 -+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006 -@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume - "/", - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", -+ "/usr/X11R6", - "/var", -+ "/var/tmp", - "/proc", - "/sbin", - NULL diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c deleted file mode 100644 index a9879578a..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005 -+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005 -@@ -234,7 +234,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%LOCALBASE%%/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h deleted file mode 100644 index 7d987f400..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomevfs/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ libgnomevfs/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/gnome-vfs/files/patch-modules_file-method-acl.c b/devel/gnome-vfs/files/patch-modules_file-method-acl.c deleted file mode 100644 index 7ec9a33b8..000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method-acl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006 -+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006 -@@ -45,7 +45,7 @@ - #endif - - #ifdef HAVE_POSIX_ACL --# include <acl/libacl.h> -+# include <sys/acl.h> - #define HAVE_ACL 1 - #endif - diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in deleted file mode 100644 index 32301604a..000000000 --- a/devel/gnome-vfs/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.22 2009/10/10 16:04:54 marcus Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in deleted file mode 100644 index 6bd0c82bf..000000000 --- a/devel/gnome-vfs/pkg-install.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.22 2009/10/10 16:04:54 marcus Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index 31ce34464..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-df -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/modules/ssl-modules.conf -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.0 -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/dbus-1/services/gnome-vfs-daemon.service -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/as/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/te/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile deleted file mode 100644 index 808a676a5..000000000 --- a/devel/gobject-introspection/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gobject-introspection -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.2 2009/08/29 22:54:21 marcus Exp $ -# - -PORTNAME= gobject-introspection -PORTVERSION= 0.6.5 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generate interface introspection data for GObject libraries - -BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -USE_BISON= both -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 - -.include <bsd.port.mk> diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo deleted file mode 100644 index e0e1e85cd..000000000 --- a/devel/gobject-introspection/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gobject-introspection-0.6.5.tar.bz2) = c946cddf10f02a3aea483967ab6de605 -SHA256 (gnome2/gobject-introspection-0.6.5.tar.bz2) = fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79 -SIZE (gnome2/gobject-introspection-0.6.5.tar.bz2) = 608305 diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in deleted file mode 100644 index 87ed2f06b..000000000 --- a/devel/gobject-introspection/files/patch-gir_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gir/Makefile.in.orig 2009-08-29 18:41:56.000000000 -0400 -+++ gir/Makefile.in 2009-08-29 18:49:29.000000000 -0400 -@@ -737,10 +737,9 @@ GLib-2.0.gir: $(SCANNER_BIN) $(SCANNER_L - --pkg glib-2.0 \ - $(CPPFLAGS) \ - -I$(GLIB_INCLUDEDIR) \ -- -I$(GLIB_LIBDIR)/glib-2.0/include \ - -DGETTEXT_PACKAGE=Dummy \ - -D__G_I18N_LIB_H__ \ -- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \ -+ $(GLIB_INCLUDEDIR)/glibconfig.h \ - $(srcdir)/glib-2.0.c \ - -DGLIB_COMPILATION \ - $(GLIB_INCLUDEDIR)/glib/*.h diff --git a/devel/gobject-introspection/pkg-descr b/devel/gobject-introspection/pkg-descr deleted file mode 100644 index 9416d171f..000000000 --- a/devel/gobject-introspection/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GObject Introspection is a project for providing machine readable introspection -data of the API of C libraries. This introspection data can be used in several -different use cases, for example automatic code generation for bindings, API -verification and documentation generation. - -GObject Introspection contains tools to generate and handle the introspection -data. - -WWW: http://live.gnome.org/GObjectIntrospection diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist deleted file mode 100644 index 7c39f85b5..000000000 --- a/devel/gobject-introspection/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/g-ir-compiler -bin/g-ir-generate -bin/g-ir-scanner -include/gobject-introspection-1.0/girepository.h -include/gobject-introspection-1.0/girffi.h -lib/girepository-1.0/Everything-1.0.typelib -lib/girepository-1.0/GIRepository-2.0.typelib -lib/girepository-1.0/GL-1.0.typelib -lib/girepository-1.0/GLib-2.0.typelib -lib/girepository-1.0/GModule-2.0.typelib -lib/girepository-1.0/GObject-2.0.typelib -lib/girepository-1.0/Gio-2.0.typelib -lib/girepository-1.0/cairo-1.0.typelib -lib/girepository-1.0/fontconfig-2.0.typelib -lib/girepository-1.0/freetype2-2.0.typelib -lib/girepository-1.0/libxml2-2.0.typelib -lib/girepository-1.0/xfixes-4.0.typelib -lib/girepository-1.0/xft-2.0.typelib -lib/girepository-1.0/xlib-2.0.typelib -lib/gobject-introspection/giscanner/__init__.py -lib/gobject-introspection/giscanner/__init__.pyc -lib/gobject-introspection/giscanner/__init__.pyo -lib/gobject-introspection/giscanner/_giscanner.a -lib/gobject-introspection/giscanner/_giscanner.la -lib/gobject-introspection/giscanner/_giscanner.so -lib/gobject-introspection/giscanner/annotationparser.py -lib/gobject-introspection/giscanner/annotationparser.pyc -lib/gobject-introspection/giscanner/annotationparser.pyo -lib/gobject-introspection/giscanner/ast.py -lib/gobject-introspection/giscanner/ast.pyc -lib/gobject-introspection/giscanner/ast.pyo -lib/gobject-introspection/giscanner/cachestore.py -lib/gobject-introspection/giscanner/cachestore.pyc -lib/gobject-introspection/giscanner/cachestore.pyo -lib/gobject-introspection/giscanner/config.py -lib/gobject-introspection/giscanner/config.pyc -lib/gobject-introspection/giscanner/config.pyo -lib/gobject-introspection/giscanner/dumper.py -lib/gobject-introspection/giscanner/dumper.pyc -lib/gobject-introspection/giscanner/dumper.pyo -lib/gobject-introspection/giscanner/girparser.py -lib/gobject-introspection/giscanner/girparser.pyc -lib/gobject-introspection/giscanner/girparser.pyo -lib/gobject-introspection/giscanner/girwriter.py -lib/gobject-introspection/giscanner/girwriter.pyc -lib/gobject-introspection/giscanner/girwriter.pyo -lib/gobject-introspection/giscanner/glibast.py -lib/gobject-introspection/giscanner/glibast.pyc -lib/gobject-introspection/giscanner/glibast.pyo -lib/gobject-introspection/giscanner/glibtransformer.py -lib/gobject-introspection/giscanner/glibtransformer.pyc -lib/gobject-introspection/giscanner/glibtransformer.pyo -lib/gobject-introspection/giscanner/libtoolimporter.py -lib/gobject-introspection/giscanner/libtoolimporter.pyc -lib/gobject-introspection/giscanner/libtoolimporter.pyo -lib/gobject-introspection/giscanner/minixpath.py -lib/gobject-introspection/giscanner/minixpath.pyc -lib/gobject-introspection/giscanner/minixpath.pyo -lib/gobject-introspection/giscanner/odict.py -lib/gobject-introspection/giscanner/odict.pyc -lib/gobject-introspection/giscanner/odict.pyo -lib/gobject-introspection/giscanner/scannermain.py -lib/gobject-introspection/giscanner/scannermain.pyc -lib/gobject-introspection/giscanner/scannermain.pyo -lib/gobject-introspection/giscanner/shlibs.py -lib/gobject-introspection/giscanner/shlibs.pyc -lib/gobject-introspection/giscanner/shlibs.pyo -lib/gobject-introspection/giscanner/sourcescanner.py -lib/gobject-introspection/giscanner/sourcescanner.pyc -lib/gobject-introspection/giscanner/sourcescanner.pyo -lib/gobject-introspection/giscanner/transformer.py -lib/gobject-introspection/giscanner/transformer.pyc -lib/gobject-introspection/giscanner/transformer.pyo -lib/gobject-introspection/giscanner/utils.py -lib/gobject-introspection/giscanner/utils.pyc -lib/gobject-introspection/giscanner/utils.pyo -lib/gobject-introspection/giscanner/xmlwriter.py -lib/gobject-introspection/giscanner/xmlwriter.pyc -lib/gobject-introspection/giscanner/xmlwriter.pyo -lib/libgirepository-1.0.a -lib/libgirepository-1.0.la -lib/libgirepository-1.0.so -lib/libgirepository-1.0.so.0 -lib/libgirepository-everything-1.0.a -lib/libgirepository-everything-1.0.la -lib/libgirepository-everything-1.0.so -lib/libgirepository-everything-1.0.so.1 -libdata/pkgconfig/gobject-introspection-1.0.pc -libdata/pkgconfig/gobject-introspection-no-export-1.0.pc -share/aclocal/introspection.m4 -share/gir-1.0/Everything-1.0.gir -share/gir-1.0/GIRepository-2.0.gir -share/gir-1.0/GL-1.0.gir -share/gir-1.0/GLib-2.0.gir -share/gir-1.0/GModule-2.0.gir -share/gir-1.0/GObject-2.0.gir -share/gir-1.0/Gio-2.0.gir -share/gir-1.0/cairo-1.0.gir -share/gir-1.0/fontconfig-2.0.gir -share/gir-1.0/freetype2-2.0.gir -share/gir-1.0/libxml2-2.0.gir -share/gir-1.0/xfixes-4.0.gir -share/gir-1.0/xft-2.0.gir -share/gir-1.0/xlib-2.0.gir -@dirrm include/gobject-introspection-1.0 -@dirrmtry lib/girepository-1.0 -@dirrm lib/gobject-introspection/giscanner -@dirrm lib/gobject-introspection -@dirrmtry share/gir-1.0 diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile deleted file mode 100644 index 062ee29cd..000000000 --- a/devel/gvfs/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: gvfs -# Date created: 2007-11-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gvfs/Makefile,v 1.53 2009/09/21 19:38:03 kwm Exp $ -# - -PORTNAME= gvfs -PORTVERSION= 1.4.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME virtual file system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - hal.1:${PORTSDIR}/sysutils/hal \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - avahi-client.3:${PORTSDIR}/net/avahi-app -RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount - -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-obexftp -OPTIONS= FUSE "Enable fuse" off \ - SAMBA "Enable Samba" on \ - GPHOTO2 "Enable Gphoto 2 camera support" on \ - CDDA "Enable CDDA" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_FUSE) -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod -PLIST_SUB+= FUSE="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSE="@comment " -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SMB="" -.else -CONFIGURE_ARGS+= --disable-samba -PLIST_SUB+= SMB="@comment " -.endif - -.if defined(WITH_CDDA) -LIB_DEPENDS+= cdio_paranoia.0:${PORTSDIR}/sysutils/libcdio -PLIST_SUB+= CDDA="" -.else -CONFIGURE_ARGS+= --disable-cdda -PLIST_SUB+= CDDA="@comment " -.endif - -.if defined(WITH_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -PLIST_SUB+= GPHOTO2="" -.else -CONFIGURE_ARGS+= --disable-gphoto2 -PLIST_SUB+= GPHOTO2="@comment " -.endif - -.if ${OSVERSION} < 602112 -CONFIGURE_ARGS+= --disable-archive -PLIST_SUB+= ARCHIVE="@comment " -.else -PLIST_SUB+= ARCHIVE="" -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo deleted file mode 100644 index 36690bfa9..000000000 --- a/devel/gvfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gvfs-1.4.1.tar.bz2) = 6eff809d50e618f289d5192724a049de -SHA256 (gnome2/gvfs-1.4.1.tar.bz2) = e281b1d173cecd53948317b73b458b3cffcf0cdaa7ee1568aa71db30c4e31ea5 -SIZE (gnome2/gvfs-1.4.1.tar.bz2) = 1249982 diff --git a/devel/gvfs/files/patch-Makefile.in b/devel/gvfs/files/patch-Makefile.in deleted file mode 100644 index 658cccd6a..000000000 --- a/devel/gvfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig 2008-07-22 23:17:58.000000000 -0400 -+++ Makefile.in 2008-07-22 23:18:24.000000000 -0400 -@@ -269,7 +269,6 @@ SUBDIRS = \ - gconf \ - po \ - programs \ -- test \ - $(NULL) - - EXTRA_DIST = \ diff --git a/devel/gvfs/files/patch-client_Makefile.in b/devel/gvfs/files/patch-client_Makefile.in deleted file mode 100644 index ffbfd5878..000000000 --- a/devel/gvfs/files/patch-client_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.in.orig 2008-02-11 20:05:14.000000000 -0500 -+++ client/Makefile.in 2008-02-11 20:05:42.000000000 -0500 -@@ -152,7 +152,7 @@ EXEEXT = @EXEEXT@ - F77 = @F77@ - FFLAGS = @FFLAGS@ - FUSE_CFLAGS = @FUSE_CFLAGS@ --FUSE_LIBS = @FUSE_LIBS@ -+FUSE_LIBS = @FUSE_LIBS@ -lfuse - GCONF_CFLAGS = @GCONF_CFLAGS@ - GCONF_LIBS = @GCONF_LIBS@ - GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ diff --git a/devel/gvfs/files/patch-client_gvfsfusedaemon.c b/devel/gvfs/files/patch-client_gvfsfusedaemon.c deleted file mode 100644 index 3733aa7e3..000000000 --- a/devel/gvfs/files/patch-client_gvfsfusedaemon.c +++ /dev/null @@ -1,12 +0,0 @@ ---- client/gvfsfusedaemon.c.orig 2007-11-06 18:06:41.000000000 -0500 -+++ client/gvfsfusedaemon.c 2007-11-06 18:07:30.000000000 -0500 -@@ -28,7 +28,9 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> -+#ifdef __linux__ - #include <sys/vfs.h> -+#endif - #include <sys/time.h> - #include <unistd.h> - #include <stdlib.h> diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure deleted file mode 100644 index 0b1b2a2ab..000000000 --- a/devel/gvfs/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig 2009-04-24 00:15:09.000000000 -0400 -+++ configure 2009-04-24 00:16:04.000000000 -0400 -@@ -26973,6 +26973,9 @@ fi - *-linux*) - use_gphoto2=yes - ;; -+ *-freebsd*) -+ use_gphoto2=yes -+ ;; - *) - use_gphoto2=no - ;; -@@ -28018,7 +28021,7 @@ if test "${ac_cv_lib_archive_archive_ent - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28094,7 +28097,7 @@ _ACEOF - if test x$with_archive_libs != x/usr/lib; then - ARCHIVE_LIBS="-L$with_archive_libs -larchive" - else -- ARCHIVE_LIBS="-larchive" -+ ARCHIVE_LIBS="-larchive -lcrypto -lmd" - fi - else - { $as_echo "$as_me:$LINENO: checking for archive_entry_filetype in -larchive" >&5 diff --git a/devel/gvfs/files/patch-daemon_gvfswritechannel.c b/devel/gvfs/files/patch-daemon_gvfswritechannel.c deleted file mode 100644 index 54c421687..000000000 --- a/devel/gvfs/files/patch-daemon_gvfswritechannel.c +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/gvfswritechannel.c.orig 2007-12-22 18:50:10.000000000 -0500 -+++ daemon/gvfswritechannel.c 2007-12-22 18:50:20.000000000 -0500 -@@ -30,6 +30,7 @@ - #include <sys/un.h> - #include <unistd.h> - #include <fcntl.h> -+#include <string.h> - - #include <glib.h> - #include <glib-object.h> diff --git a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c b/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c deleted file mode 100644 index 6686b28ae..000000000 --- a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c +++ /dev/null @@ -1,14 +0,0 @@ ---- monitor/gphoto2/ggphoto2volume.c.orig 2008-07-22 09:29:19.000000000 -0400 -+++ monitor/gphoto2/ggphoto2volume.c 2008-07-22 23:22:30.000000000 -0400 -@@ -277,7 +277,11 @@ g_gphoto2_volume_new (GVolumeMonitor * - return NULL; - - /* TODO: other OS'es? Will address this with DK aka HAL 2.0 */ -+#ifdef __FreeBSD__ -+ device_path = hal_device_get_property_string (drive_device, "freebsd.device_file"); -+#else - device_path = hal_device_get_property_string (drive_device, "linux.device_file"); -+#endif - if (strlen (device_path) == 0) - device_path = NULL; - diff --git a/devel/gvfs/pkg-descr b/devel/gvfs/pkg-descr deleted file mode 100644 index f6ea31130..000000000 --- a/devel/gvfs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GVFS allows applications and users to treat any number of file system -concepts as a part of the local filesystem. With GVFS, filesystems across -the internet, on connected devices, and in multiple formats are as simple -to access (and write code for) as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist deleted file mode 100644 index 77685a582..000000000 --- a/devel/gvfs/pkg-plist +++ /dev/null @@ -1,160 +0,0 @@ -bin/gvfs-cat -bin/gvfs-copy -bin/gvfs-info -bin/gvfs-less -bin/gvfs-ls -bin/gvfs-mkdir -bin/gvfs-monitor-dir -bin/gvfs-monitor-file -bin/gvfs-mount -bin/gvfs-move -bin/gvfs-open -bin/gvfs-rename -bin/gvfs-rm -bin/gvfs-save -bin/gvfs-set-attribute -bin/gvfs-trash -bin/gvfs-tree -etc/profile.d/gvfs-bash-completion.sh -include/gvfs-client/gvfs/gvfsurimapper.h -include/gvfs-client/gvfs/gvfsuriutils.h -lib/gio/modules/libgiogconf.la -lib/gio/modules/libgiogconf.so -lib/gio/modules/libgioremote-volume-monitor.la -lib/gio/modules/libgioremote-volume-monitor.so -lib/gio/modules/libgvfsdbus.la -lib/gio/modules/libgvfsdbus.so -lib/libgvfscommon-dnssd.la -lib/libgvfscommon-dnssd.so -lib/libgvfscommon-dnssd.so.0 -lib/libgvfscommon.la -lib/libgvfscommon.so -lib/libgvfscommon.so.0 -%%FUSE%%libexec/gvfs-fuse-daemon -%%GPHOTO2%%libexec/gvfs-gphoto2-volume-monitor -libexec/gvfs-hal-volume-monitor -libexec/gvfsd -%%ARCHIVE%%libexec/gvfsd-archive -libexec/gvfsd-burn -%%CDDA%%libexec/gvfsd-cdda -libexec/gvfsd-computer -libexec/gvfsd-dav -libexec/gvfsd-dnssd -libexec/gvfsd-ftp -%%GPHOTO2%%libexec/gvfsd-gphoto2 -libexec/gvfsd-http -libexec/gvfsd-localtest -libexec/gvfsd-metadata -libexec/gvfsd-network -libexec/gvfsd-sftp -%%SMB%%libexec/gvfsd-smb -%%SMB%%libexec/gvfsd-smb-browse -libexec/gvfsd-trash -share/dbus-1/services/gvfs-daemon.service -share/dbus-1/services/gvfs-metadata.service -%%GPHOTO2%%share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service -share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service -%%ARCHIVE%%share/gvfs/mounts/archive.mount -share/gvfs/mounts/burn.mount -%%CDDA%%share/gvfs/mounts/cdda.mount -share/gvfs/mounts/computer.mount -share/gvfs/mounts/dav.mount -share/gvfs/mounts/dav+sd.mount -share/gvfs/mounts/dns-sd.mount -share/gvfs/mounts/ftp.mount -%%GPHOTO2%%share/gvfs/mounts/gphoto2.mount -share/gvfs/mounts/http.mount -share/gvfs/mounts/localtest.mount -share/gvfs/mounts/network.mount -share/gvfs/mounts/sftp.mount -%%SMB%%share/gvfs/mounts/smb-browse.mount -%%SMB%%share/gvfs/mounts/smb.mount -share/gvfs/mounts/trash.mount -%%GPHOTO2%%share/gvfs/remote-volume-monitors/gphoto2.monitor -share/gvfs/remote-volume-monitors/hal.monitor -share/locale/ar/LC_MESSAGES/gvfs.mo -share/locale/as/LC_MESSAGES/gvfs.mo -share/locale/be@latin/LC_MESSAGES/gvfs.mo -share/locale/bg/LC_MESSAGES/gvfs.mo -share/locale/bn/LC_MESSAGES/gvfs.mo -share/locale/bn_IN/LC_MESSAGES/gvfs.mo -share/locale/ca/LC_MESSAGES/gvfs.mo -share/locale/ca@valencia/LC_MESSAGES/gvfs.mo -share/locale/cs/LC_MESSAGES/gvfs.mo -share/locale/da/LC_MESSAGES/gvfs.mo -share/locale/de/LC_MESSAGES/gvfs.mo -share/locale/el/LC_MESSAGES/gvfs.mo -share/locale/en_GB/LC_MESSAGES/gvfs.mo -share/locale/es/LC_MESSAGES/gvfs.mo -share/locale/et/LC_MESSAGES/gvfs.mo -share/locale/eu/LC_MESSAGES/gvfs.mo -share/locale/fi/LC_MESSAGES/gvfs.mo -share/locale/fr/LC_MESSAGES/gvfs.mo -share/locale/ga/LC_MESSAGES/gvfs.mo -share/locale/gl/LC_MESSAGES/gvfs.mo -share/locale/gu/LC_MESSAGES/gvfs.mo -share/locale/he/LC_MESSAGES/gvfs.mo -share/locale/hi/LC_MESSAGES/gvfs.mo -share/locale/hu/LC_MESSAGES/gvfs.mo -share/locale/it/LC_MESSAGES/gvfs.mo -share/locale/ja/LC_MESSAGES/gvfs.mo -share/locale/kn/LC_MESSAGES/gvfs.mo -share/locale/ko/LC_MESSAGES/gvfs.mo -share/locale/ku/LC_MESSAGES/gvfs.mo -share/locale/lt/LC_MESSAGES/gvfs.mo -share/locale/lv/LC_MESSAGES/gvfs.mo -share/locale/mai/LC_MESSAGES/gvfs.mo -share/locale/mk/LC_MESSAGES/gvfs.mo -share/locale/ml/LC_MESSAGES/gvfs.mo -share/locale/mr/LC_MESSAGES/gvfs.mo -share/locale/nb/LC_MESSAGES/gvfs.mo -share/locale/nl/LC_MESSAGES/gvfs.mo -share/locale/nn/LC_MESSAGES/gvfs.mo -share/locale/or/LC_MESSAGES/gvfs.mo -share/locale/pa/LC_MESSAGES/gvfs.mo -share/locale/pl/LC_MESSAGES/gvfs.mo -share/locale/pt/LC_MESSAGES/gvfs.mo -share/locale/pt_BR/LC_MESSAGES/gvfs.mo -share/locale/ro/LC_MESSAGES/gvfs.mo -share/locale/ru/LC_MESSAGES/gvfs.mo -share/locale/sk/LC_MESSAGES/gvfs.mo -share/locale/sl/LC_MESSAGES/gvfs.mo -share/locale/sq/LC_MESSAGES/gvfs.mo -share/locale/sr/LC_MESSAGES/gvfs.mo -share/locale/sr@latin/LC_MESSAGES/gvfs.mo -share/locale/sv/LC_MESSAGES/gvfs.mo -share/locale/ta/LC_MESSAGES/gvfs.mo -share/locale/te/LC_MESSAGES/gvfs.mo -share/locale/th/LC_MESSAGES/gvfs.mo -share/locale/tr/LC_MESSAGES/gvfs.mo -share/locale/uk/LC_MESSAGES/gvfs.mo -share/locale/vi/LC_MESSAGES/gvfs.mo -share/locale/zh_CN/LC_MESSAGES/gvfs.mo -share/locale/zh_HK/LC_MESSAGES/gvfs.mo -share/locale/zh_TW/LC_MESSAGES/gvfs.mo -@dirrm share/gvfs/remote-volume-monitors -@dirrm share/gvfs/mounts -@dirrm share/gvfs -@dirrm include/gvfs-client/gvfs -@dirrm include/gvfs-client -@dirrmtry etc/profile.d -@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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile deleted file mode 100644 index 01932a2c7..000000000 --- a/devel/json-glib/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: json-glib -# Date created: 25 December 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/json-glib/Makefile,v 1.4 2009/09/22 20:49:02 kwm Exp $ -# - -PORTNAME= json-glib -PORTVERSION= 0.8.2 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= JSON (RFC 4627) interface for Glib - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo deleted file mode 100644 index 6d40520ce..000000000 --- a/devel/json-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (json-glib-0.8.2.tar.bz2) = 5fcd08da526a60d28d0ced4524799231 -SHA256 (json-glib-0.8.2.tar.bz2) = 51d64ee2f70e7d8d67eca4c1b35575dd7aa2a08dad7662e53d6c6c60af7a3dde -SIZE (json-glib-0.8.2.tar.bz2) = 392020 diff --git a/devel/json-glib/pkg-descr b/devel/json-glib/pkg-descr deleted file mode 100644 index 9f3efb50d..000000000 --- a/devel/json-glib/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -JSON-GLib is a library providing serialization and deserialization support -for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is: - -a lightweight data-interchange format. It is easy for humans to read and write. -It is easy for machines to parse and generate. It is based on a subset of the -JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. -JSON is a text format that is completely language independent but uses -conventions that are familiar to programmers of the C-family of languages, -including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These -properties make JSON an ideal data-interchange language. -- From Introducing -JSON - -Many high-level languages already provide native modules for parsing, generating -and manipulating JSON data streams. JSON-GLib is a C library based on GLib and -released under the terms of the GNU Lesser General Public License version 2.1. -It provides a parser and a generator GObject classes and various wrappers for -the complex data types employed by JSON, such as arrays and objects. - -JSON-GLib uses GLib native data types and the generic value container GValue -for ease of development. It also provides integration with the GObject classes -for direct serialization into, and deserialization from, JSON data streams. - -WWW: http://live.gnome.org/JsonGlib diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist deleted file mode 100644 index 9a9ef319c..000000000 --- a/devel/json-glib/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -include/json-glib-1.0/json-glib/json-enum-types.h -include/json-glib-1.0/json-glib/json-generator.h -include/json-glib-1.0/json-glib/json-glib.h -include/json-glib-1.0/json-glib/json-gobject.h -include/json-glib-1.0/json-glib/json-parser.h -include/json-glib-1.0/json-glib/json-types.h -include/json-glib-1.0/json-glib/json-version.h -lib/girepository-1.0/Json-1.0.typelib -lib/libjson-glib-1.0.a -lib/libjson-glib-1.0.la -lib/libjson-glib-1.0.so -lib/libjson-glib-1.0.so.0 -libdata/pkgconfig/json-glib-1.0.pc -%%DOCSDIR%%/JsonGenerator.html -%%DOCSDIR%%/JsonParser.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/json-advanced.html -%%DOCSDIR%%/json-base.html -%%DOCSDIR%%/json-glib-GObject-integration.html -%%DOCSDIR%%/json-glib-JSON-Array.html -%%DOCSDIR%%/json-glib-JSON-Node.html -%%DOCSDIR%%/json-glib-JSON-Object.html -%%DOCSDIR%%/json-glib-Versioning-information.html -%%DOCSDIR%%/json-glib.devhelp -%%DOCSDIR%%/json-glib.devhelp2 -%%DOCSDIR%%/json-glib.html -%%DOCSDIR%%/json-streams.html -%%DOCSDIR%%/json-tools.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/Json-1.0.gir -@dirrm %%DOCSDIR%% -@dirrm include/json-glib-1.0/json-glib -@dirrm include/json-glib-1.0 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 6d301e210..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.78 2009/09/23 00:48:32 avl Exp $ -# - -PORTNAME= libbonobo -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -.include <bsd.port.mk> - -.endif diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index 866b1d4cb..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libbonobo-2.24.2.tar.bz2) = 5c7c5ea9c2f78a3c1e9ff2f1e27ad751 -SHA256 (gnome2/libbonobo-2.24.2.tar.bz2) = 95c0230a31a657e1873fc601318bbaa16722986699219317053f1cd1aa2a28bf -SIZE (gnome2/libbonobo-2.24.2.tar.bz2) = 1435635 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index e8a60bd28..000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 7 13:42:52 2003 -+++ Makefile.in Wed May 7 13:43:30 2003 -@@ -149,7 +149,7 @@ - SUBDIRS = \ - idl bonobo-activation bonobo \ - activation-server monikers \ -- utils samples tests doc po -+ utils samples doc po - - - libincludedir = $(includedir)/libbonobo-2.0 diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index 45fc8fc1e..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005 -+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005 -@@ -225,7 +225,7 @@ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ - -DPREFIX=\""$(prefix)"\" \ -- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ -+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ - -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ - $(SERVER_CFLAGS) \ - -DSERVER_CONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c deleted file mode 100644 index 0f7e7cd3f..000000000 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005 -+++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005 -@@ -197,7 +197,7 @@ build_src_dir (void) - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); -+ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); - } - g_strfreev (gnome_dirs); - g_string_append (real_od_source_dir, diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in deleted file mode 100644 index 44212a041..000000000 --- a/devel/libbonobo/files/patch-utils::bonobo-slay.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002 -+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002 -@@ -56,15 +56,15 @@ - - # get Bonobo files - # --@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" ); -+@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" ); - foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) { - if (-d $dir) { - push @bonobo_dirs, $dir; - } - } - foreach $dir (split(':', $ENV{'GNOME2_PATH'})) { -- if (-d "$dir/lib/bonobo/servers") { -- push @bonobo_dirs, "$dir/lib/bonobo/servers"; -+ if (-d "$dir/libdata/bonobo/servers") { -+ push @bonobo_dirs, "$dir/libdata/bonobo/servers"; - } - } - diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr deleted file mode 100644 index c9890ddba..000000000 --- a/devel/libbonobo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bonobo is a set of language- and system-independent CORBA interfaces -for creating reusable components and controls, and for creating -compound documents. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist deleted file mode 100644 index da47a7f20..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,223 +0,0 @@ -bin/activation-client -bin/bonobo-slay -bin/echo-client-2 -etc/bonobo-activation/bonobo-activation-config.xml -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-mime.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h -include/libbonobo-2.0/bonobo/Bonobo.h -include/libbonobo-2.0/bonobo/bonobo-app-client.h -include/libbonobo-2.0/bonobo/bonobo-application.h -include/libbonobo-2.0/bonobo/bonobo-arg.h -include/libbonobo-2.0/bonobo/bonobo-context.h -include/libbonobo-2.0/bonobo/bonobo-event-source.h -include/libbonobo-2.0/bonobo/bonobo-exception.h -include/libbonobo-2.0/bonobo/bonobo-foreign-object.h -include/libbonobo-2.0/bonobo/bonobo-generic-factory.h -include/libbonobo-2.0/bonobo/bonobo-i18n.h -include/libbonobo-2.0/bonobo/bonobo-item-container.h -include/libbonobo-2.0/bonobo/bonobo-item-handler.h -include/libbonobo-2.0/bonobo/bonobo-listener.h -include/libbonobo-2.0/bonobo/bonobo-macros.h -include/libbonobo-2.0/bonobo/bonobo-main.h -include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h -include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h -include/libbonobo-2.0/bonobo/bonobo-moniker-util.h -include/libbonobo-2.0/bonobo/bonobo-moniker.h -include/libbonobo-2.0/bonobo/bonobo-object.h -include/libbonobo-2.0/bonobo/bonobo-persist-client.h -include/libbonobo-2.0/bonobo/bonobo-persist-file.h -include/libbonobo-2.0/bonobo/bonobo-persist-stream.h -include/libbonobo-2.0/bonobo/bonobo-persist.h -include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h -include/libbonobo-2.0/bonobo/bonobo-property-bag.h -include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h -include/libbonobo-2.0/bonobo/bonobo-storage-memory.h -include/libbonobo-2.0/bonobo/bonobo-storage.h -include/libbonobo-2.0/bonobo/bonobo-stream-client.h -include/libbonobo-2.0/bonobo/bonobo-stream-memory.h -include/libbonobo-2.0/bonobo/bonobo-stream.h -include/libbonobo-2.0/bonobo/bonobo-types.h -include/libbonobo-2.0/bonobo/bonobo-xobject.h -include/libbonobo-2.0/libbonobo.h -lib/bonobo-2.0/samples/bonobo-echo-2 -lib/bonobo/monikers/libmoniker_std_2.a -lib/bonobo/monikers/libmoniker_std_2.la -lib/bonobo/monikers/libmoniker_std_2.so -lib/libbonobo-2.a -lib/libbonobo-2.la -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.la -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -lib/orbit-2.0/Bonobo_module.a -lib/orbit-2.0/Bonobo_module.la -lib/orbit-2.0/Bonobo_module.so -libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server -libdata/bonobo/servers/Bonobo_Moniker_std.server -libdata/bonobo/servers/Bonobo_Sample_Echo.server -libdata/pkgconfig/bonobo-activation-2.0.pc -libdata/pkgconfig/libbonobo-2.0.pc -libexec/bonobo-activation-server -sbin/bonobo-activation-sysconf -share/idl/bonobo-2.0/Bonobo.idl -share/idl/bonobo-2.0/Bonobo_Application.idl -share/idl/bonobo-2.0/Bonobo_Canvas.idl -share/idl/bonobo-2.0/Bonobo_Clipboard.idl -share/idl/bonobo-2.0/Bonobo_Context.idl -share/idl/bonobo-2.0/Bonobo_Control.idl -share/idl/bonobo-2.0/Bonobo_Embeddable.idl -share/idl/bonobo-2.0/Bonobo_Exception.idl -share/idl/bonobo-2.0/Bonobo_Gdk.idl -share/idl/bonobo-2.0/Bonobo_ItemContainer.idl -share/idl/bonobo-2.0/Bonobo_Listener.idl -share/idl/bonobo-2.0/Bonobo_Moniker.idl -share/idl/bonobo-2.0/Bonobo_Persist.idl -share/idl/bonobo-2.0/Bonobo_Print.idl -share/idl/bonobo-2.0/Bonobo_Property.idl -share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl -share/idl/bonobo-2.0/Bonobo_Storage.idl -share/idl/bonobo-2.0/Bonobo_UI.idl -share/idl/bonobo-2.0/Bonobo_Zoomable.idl -share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl -share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl -share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl -share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl -share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl -share/locale/am/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo -share/locale/as/LC_MESSAGES/libbonobo-2.0.mo -share/locale/az/LC_MESSAGES/libbonobo-2.0.mo -share/locale/be/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/br/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/da/LC_MESSAGES/libbonobo-2.0.mo -share/locale/de/LC_MESSAGES/libbonobo-2.0.mo -share/locale/dz/LC_MESSAGES/libbonobo-2.0.mo -share/locale/el/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/LC_MESSAGES/libbonobo-2.0.mo -share/locale/et/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/he/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/id/LC_MESSAGES/libbonobo-2.0.mo -share/locale/is/LC_MESSAGES/libbonobo-2.0.mo -share/locale/it/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo -share/locale/kn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo -share/locale/li/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mai/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/oc/LC_MESSAGES/libbonobo-2.0.mo -share/locale/or/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo -share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo -share/locale/te/LC_MESSAGES/libbonobo-2.0.mo -share/locale/th/LC_MESSAGES/libbonobo-2.0.mo -share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo -share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo -@dirrm share/idl/bonobo-activation-2.0 -@dirrm share/idl/bonobo-2.0 -@dirrm libdata/bonobo/servers -@dirrm libdata/bonobo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonobo-2.0/bonobo -@dirrm include/libbonobo-2.0 -@dirrm include/bonobo-activation-2.0/bonobo-activation -@dirrm include/bonobo-activation-2.0 -@dirrm etc/bonobo-activation -@dirrmtry lib/bonobo/monikers -@dirrmtry lib/bonobo -@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/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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile deleted file mode 100644 index 532a9503c..000000000 --- a/devel/libgdata/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libgdata -# Date created: 9 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgdata/Makefile,v 1.2 2009/09/21 10:19:01 kwm Exp $ -# - -PORTNAME= libgdata -PORTVERSION= 0.5.1 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GLib based implimentation of the GData protocol - -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= intltool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libgdata/distinfo b/devel/libgdata/distinfo deleted file mode 100644 index f04c6f721..000000000 --- a/devel/libgdata/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgdata-0.5.1.tar.bz2) = fc9be11d2f823bb16d6e03e2a0dda85d -SHA256 (libgdata-0.5.1.tar.bz2) = 2b90f206063405ae6cf579ed3a090b0130e849e1ead02b2ad2ed4fc6d7f585a0 -SIZE (libgdata-0.5.1.tar.bz2) = 956689 diff --git a/devel/libgdata/pkg-descr b/devel/libgdata/pkg-descr deleted file mode 100644 index 748252c4c..000000000 --- a/devel/libgdata/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -libgdata is a GLib-based library for accessing online service APIs using the -GData protocol - most notably, Google's services. It provides APIs to access -the common Google services, and has full asynchronous support. - -A link with more information about the GData protocol is available on the -website. - -WWW: http://live.gnome.org/libgdata diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist deleted file mode 100644 index 93d8dd06c..000000000 --- a/devel/libgdata/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -include/libgdata/gdata/atom/gdata-author.h -include/libgdata/gdata/atom/gdata-category.h -include/libgdata/gdata/atom/gdata-generator.h -include/libgdata/gdata/atom/gdata-link.h -include/libgdata/gdata/exif/gdata-exif-tags.h -include/libgdata/gdata/gd/gdata-gd-email-address.h -include/libgdata/gdata/gd/gdata-gd-im-address.h -include/libgdata/gdata/gd/gdata-gd-name.h -include/libgdata/gdata/gd/gdata-gd-organization.h -include/libgdata/gdata/gd/gdata-gd-phone-number.h -include/libgdata/gdata/gd/gdata-gd-postal-address.h -include/libgdata/gdata/gd/gdata-gd-reminder.h -include/libgdata/gdata/gd/gdata-gd-when.h -include/libgdata/gdata/gd/gdata-gd-where.h -include/libgdata/gdata/gd/gdata-gd-who.h -include/libgdata/gdata/gdata-access-handler.h -include/libgdata/gdata/gdata-access-rule.h -include/libgdata/gdata/gdata-download-stream.h -include/libgdata/gdata/gdata-entry.h -include/libgdata/gdata/gdata-enums.h -include/libgdata/gdata/gdata-feed.h -include/libgdata/gdata/gdata-parsable.h -include/libgdata/gdata/gdata-query.h -include/libgdata/gdata/gdata-service.h -include/libgdata/gdata/gdata-types.h -include/libgdata/gdata/gdata-upload-stream.h -include/libgdata/gdata/gdata.h -include/libgdata/gdata/georss/gdata-georss-where.h -include/libgdata/gdata/media/gdata-media-category.h -include/libgdata/gdata/media/gdata-media-content.h -include/libgdata/gdata/media/gdata-media-credit.h -include/libgdata/gdata/media/gdata-media-enums.h -include/libgdata/gdata/media/gdata-media-thumbnail.h -include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h -include/libgdata/gdata/services/calendar/gdata-calendar-event.h -include/libgdata/gdata/services/calendar/gdata-calendar-feed.h -include/libgdata/gdata/services/calendar/gdata-calendar-query.h -include/libgdata/gdata/services/calendar/gdata-calendar-service.h -include/libgdata/gdata/services/contacts/gdata-contacts-contact.h -include/libgdata/gdata/services/contacts/gdata-contacts-query.h -include/libgdata/gdata/services/contacts/gdata-contacts-service.h -include/libgdata/gdata/services/documents/gdata-documents-entry.h -include/libgdata/gdata/services/documents/gdata-documents-enums.h -include/libgdata/gdata/services/documents/gdata-documents-feed.h -include/libgdata/gdata/services/documents/gdata-documents-folder.h -include/libgdata/gdata/services/documents/gdata-documents-presentation.h -include/libgdata/gdata/services/documents/gdata-documents-query.h -include/libgdata/gdata/services/documents/gdata-documents-service.h -include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h -include/libgdata/gdata/services/documents/gdata-documents-text.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-album.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-enums.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-file.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-query.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-service.h -include/libgdata/gdata/services/youtube/gdata-youtube-content.h -include/libgdata/gdata/services/youtube/gdata-youtube-credit.h -include/libgdata/gdata/services/youtube/gdata-youtube-enums.h -include/libgdata/gdata/services/youtube/gdata-youtube-query.h -include/libgdata/gdata/services/youtube/gdata-youtube-service.h -include/libgdata/gdata/services/youtube/gdata-youtube-state.h -include/libgdata/gdata/services/youtube/gdata-youtube-video.h -lib/libgdata.a -lib/libgdata.la -lib/libgdata.so -lib/libgdata.so.6 -libdata/pkgconfig/libgdata.pc -share/doc/gdata/GDataAccessHandler.html -share/doc/gdata/GDataAccessRule.html -share/doc/gdata/GDataAuthor.html -share/doc/gdata/GDataCalendarCalendar.html -share/doc/gdata/GDataCalendarEvent.html -share/doc/gdata/GDataCalendarFeed.html -share/doc/gdata/GDataCalendarQuery.html -share/doc/gdata/GDataCalendarService.html -share/doc/gdata/GDataCategory.html -share/doc/gdata/GDataContactsContact.html -share/doc/gdata/GDataContactsQuery.html -share/doc/gdata/GDataContactsService.html -share/doc/gdata/GDataDocumentsEntry.html -share/doc/gdata/GDataDocumentsFeed.html -share/doc/gdata/GDataDocumentsFolder.html -share/doc/gdata/GDataDocumentsPresentation.html -share/doc/gdata/GDataDocumentsQuery.html -share/doc/gdata/GDataDocumentsService.html -share/doc/gdata/GDataDocumentsSpreadsheet.html -share/doc/gdata/GDataDocumentsText.html -share/doc/gdata/GDataDownloadStream.html -share/doc/gdata/GDataEntry.html -share/doc/gdata/GDataFeed.html -share/doc/gdata/GDataGDEmailAddress.html -share/doc/gdata/GDataGDIMAddress.html -share/doc/gdata/GDataGDOrganization.html -share/doc/gdata/GDataGDPhoneNumber.html -share/doc/gdata/GDataGDPostalAddress.html -share/doc/gdata/GDataGDReminder.html -share/doc/gdata/GDataGDWhen.html -share/doc/gdata/GDataGDWhere.html -share/doc/gdata/GDataGDWho.html -share/doc/gdata/GDataGenerator.html -share/doc/gdata/GDataLink.html -share/doc/gdata/GDataMediaCategory.html -share/doc/gdata/GDataMediaContent.html -share/doc/gdata/GDataMediaCredit.html -share/doc/gdata/GDataMediaThumbnail.html -share/doc/gdata/GDataParsable.html -share/doc/gdata/GDataPicasaWebAlbum.html -share/doc/gdata/GDataPicasaWebFile.html -share/doc/gdata/GDataPicasaWebQuery.html -share/doc/gdata/GDataPicasaWebService.html -share/doc/gdata/GDataQuery.html -share/doc/gdata/GDataService.html -share/doc/gdata/GDataUploadStream.html -share/doc/gdata/GDataYouTubeContent.html -share/doc/gdata/GDataYouTubeCredit.html -share/doc/gdata/GDataYouTubeQuery.html -share/doc/gdata/GDataYouTubeService.html -share/doc/gdata/GDataYouTubeState.html -share/doc/gdata/GDataYouTubeVideo.html -share/doc/gdata/api-index-full.html -share/doc/gdata/ch01.html -share/doc/gdata/ch02.html -share/doc/gdata/ch03.html -share/doc/gdata/ch04.html -share/doc/gdata/ch05.html -share/doc/gdata/ch06.html -share/doc/gdata/ch07.html -share/doc/gdata/ch08.html -share/doc/gdata/ch09.html -share/doc/gdata/ch10.html -share/doc/gdata/ch11.html -share/doc/gdata/ch12.html -share/doc/gdata/data-flow.png -share/doc/gdata/gdata-GData-Types.html -share/doc/gdata/gdata-overview.html -share/doc/gdata/gdata.devhelp -share/doc/gdata/gdata.devhelp2 -share/doc/gdata/home.png -share/doc/gdata/index.html -share/doc/gdata/index.sgml -share/doc/gdata/ix02.html -share/doc/gdata/ix03.html -share/doc/gdata/ix04.html -share/doc/gdata/ix05.html -share/doc/gdata/left.png -share/doc/gdata/pt01.html -share/doc/gdata/pt02.html -share/doc/gdata/pt03.html -share/doc/gdata/pt04.html -share/doc/gdata/pt05.html -share/doc/gdata/right.png -share/doc/gdata/structure.png -share/doc/gdata/style.css -share/doc/gdata/up.png -share/locale/ca/LC_MESSAGES/gdata.mo -share/locale/de/LC_MESSAGES/gdata.mo -share/locale/el/LC_MESSAGES/gdata.mo -share/locale/en_GB/LC_MESSAGES/gdata.mo -share/locale/es/LC_MESSAGES/gdata.mo -share/locale/eu/LC_MESSAGES/gdata.mo -share/locale/fr/LC_MESSAGES/gdata.mo -share/locale/gl/LC_MESSAGES/gdata.mo -share/locale/hu/LC_MESSAGES/gdata.mo -share/locale/nb/LC_MESSAGES/gdata.mo -share/locale/pa/LC_MESSAGES/gdata.mo -share/locale/pl/LC_MESSAGES/gdata.mo -share/locale/pt/LC_MESSAGES/gdata.mo -share/locale/pt_BR/LC_MESSAGES/gdata.mo -share/locale/sv/LC_MESSAGES/gdata.mo -share/locale/uk/LC_MESSAGES/gdata.mo -share/locale/zh_HK/LC_MESSAGES/gdata.mo -share/locale/zh_TW/LC_MESSAGES/gdata.mo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrm share/doc/gdata -@dirrm include/libgdata/gdata/services/youtube -@dirrm include/libgdata/gdata/services/picasaweb -@dirrm include/libgdata/gdata/services/documents -@dirrm include/libgdata/gdata/services/contacts -@dirrm include/libgdata/gdata/services/calendar -@dirrm include/libgdata/gdata/services -@dirrm include/libgdata/gdata/media -@dirrm include/libgdata/gdata/georss -@dirrm include/libgdata/gdata/gd -@dirrm include/libgdata/gdata/exif -@dirrm include/libgdata/gdata/atom -@dirrm include/libgdata/gdata -@dirrm include/libgdata diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile deleted file mode 100644 index 75593d91f..000000000 --- a/devel/libgtop/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: libgtop2 -# Date Created: 29 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.51 2009/07/19 19:46:43 marcus Exp $ -# - -PORTNAME= libgtop -PORTVERSION= 2.28.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libgtop2 - -PKGMESSAGE= ${FILESDIR}/pkg-message - -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \ - ${OSVERSION} < 700104 -RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo deleted file mode 100644 index be335ea4e..000000000 --- a/devel/libgtop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtop-2.28.0.tar.bz2) = f74fabd765452e9a6893852afa93a7c7 -SHA256 (gnome2/libgtop-2.28.0.tar.bz2) = 22a9c6241c5a65e267a995a4a60ba483dcc629a4873e746b463e6eb6466975b3 -SIZE (gnome2/libgtop-2.28.0.tar.bz2) = 793153 diff --git a/devel/libgtop/files/patch-config.h.in b/devel/libgtop/files/patch-config.h.in deleted file mode 100644 index 8fc4a10b1..000000000 --- a/devel/libgtop/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-12-06 16:05:23.000000000 -0500 -+++ config.h.in 2008-12-06 16:05:27.000000000 -0500 -@@ -115,6 +115,9 @@ - /* defined if you have linux/isdn.h */ - #undef HAVE_ISDN_H - -+/* Define if you have the kinfo_getfile function */ -+#undef HAVE_KINFO_GETFILE -+ - /* Define to 1 if you have the `lchown' function. */ - #undef HAVE_LCHOWN - diff --git a/devel/libgtop/files/patch-configure b/devel/libgtop/files/patch-configure deleted file mode 100644 index 800116d44..000000000 --- a/devel/libgtop/files/patch-configure +++ /dev/null @@ -1,81 +0,0 @@ ---- configure.orig 2009-01-13 01:39:39.000000000 -0500 -+++ configure 2009-01-13 01:45:25.000000000 -0500 -@@ -21745,6 +21745,78 @@ fi - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ { echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5 -+echo $ECHO_N "checking for kinfo_getfile in -lutil... $ECHO_C" >&6; } -+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lutil $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char kinfo_getfile (); -+int -+main () -+{ -+return kinfo_getfile (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_util_kinfo_getfile=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_util_kinfo_getfile=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_kinfo_getfile" >&5 -+echo "${ECHO_T}$ac_cv_lib_util_kinfo_getfile" >&6; } -+if test $ac_cv_lib_util_kinfo_getfile = yes; then -+ EXTRA_SYSDEPS_LIBS="${EXTRA_SYSDEPS_LIBS} -lutil" -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_KINFO_GETFILE 1 -+_ACEOF -+ -+else -+ : -+fi -+ - ;; - esac - diff --git a/devel/libgtop/files/patch-libgtop-sysdeps.m4 b/devel/libgtop/files/patch-libgtop-sysdeps.m4 deleted file mode 100644 index 1805da02a..000000000 --- a/devel/libgtop/files/patch-libgtop-sysdeps.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- libgtop-sysdeps.m4.orig 2008-04-21 14:58:38.000000000 -0400 -+++ libgtop-sysdeps.m4 2008-12-06 16:16:00.000000000 -0500 -@@ -158,6 +160,9 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[ - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ AC_CHECK_LIB(util, kinfo_getfile, -+ [EXTRA_SYSDEPS_LIBS="${EXTRA_SYSDEPS_LIBS} -lutil" -+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) - ;; - esac - diff --git a/devel/libgtop/files/patch-src_daemon_server.c b/devel/libgtop/files/patch-src_daemon_server.c deleted file mode 100644 index bf0bba5c7..000000000 --- a/devel/libgtop/files/patch-src_daemon_server.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/daemon/server.c.orig Mon Feb 17 15:22:19 2003 -+++ src/daemon/server.c Mon Feb 17 15:23:31 2003 -@@ -88,11 +88,12 @@ - if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) || - strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) || - strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) { -- fprintf (stderr, "Can only run on %s %s %s\n", -+ fprintf (stderr, "This libgtop was compiled on %s %s %s\n", - LIBGTOP_COMPILE_SYSTEM, - LIBGTOP_COMPILE_RELEASE, - LIBGTOP_COMPILE_MACHINE); -- _exit (1); -+ fprintf (stderr, "If you see strange problems caused by it,\n"); -+ fprintf (stderr, "you should recompile libgtop and dependent applications\n"); - } - #endif - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am b/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am deleted file mode 100644 index 25ec1f7d7..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ ---- sysdeps/freebsd/Makefile.am.orig 2008-09-29 17:21:56.000000000 -0400 -+++ sysdeps/freebsd/Makefile.am 2008-09-29 17:22:07.000000000 -0400 -@@ -7,12 +7,12 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid. - cpu.c msg_limits.c sem_limits.c loadavg.c \ - uptime.c netlist.c fsusage.c mem.c \ - mountlist.c procopenfiles.c procwd.c \ -- procaffinity.c glibtop_private.c -+ procaffinity.c glibtop_private.c open.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - - libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) --libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c swap.c \ -+libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ - proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c \ - prockernel.c procsegment.c procargs.c \ diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in b/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in deleted file mode 100644 index d60fe782e..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig 2009-01-13 01:49:02.172092000 -0500 -+++ sysdeps/freebsd/Makefile.in 2009-01-13 01:53:30.000000000 -0500 -@@ -50,7 +50,8 @@ libgtop_sysdeps_2_0_la_LIBADD = - am_libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo sysinfo.lo \ - shm_limits.lo cpu.lo msg_limits.lo sem_limits.lo loadavg.lo \ - uptime.lo netlist.lo fsusage.lo mem.lo mountlist.lo \ -- procopenfiles.lo procwd.lo procaffinity.lo glibtop_private.lo -+ procopenfiles.lo procwd.lo procaffinity.lo glibtop_private.lo \ -+ open.lo - libgtop_sysdeps_2_0_la_OBJECTS = $(am_libgtop_sysdeps_2_0_la_OBJECTS) - libgtop_sysdeps_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -58,7 +59,7 @@ libgtop_sysdeps_2_0_la_LINK = $(LIBTOOL) - am__DEPENDENCIES_1 = - libgtop_sysdeps_suid_2_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) --am_libgtop_sysdeps_suid_2_0_la_OBJECTS = open.lo close.lo swap.lo \ -+am_libgtop_sysdeps_suid_2_0_la_OBJECTS = suid_open.lo close.lo swap.lo \ - proclist.lo procstate.lo procuid.lo proctime.lo procmem.lo \ - procsignal.lo prockernel.lo procsegment.lo procargs.lo \ - procmap.lo netload.lo ppp.lo -@@ -296,11 +297,11 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid. - cpu.c msg_limits.c sem_limits.c loadavg.c \ - uptime.c netlist.c fsusage.c mem.c \ - mountlist.c procopenfiles.c procwd.c \ -- procaffinity.c glibtop_private.c -+ procaffinity.c glibtop_private.c open.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) --libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c swap.c \ -+libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ - proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c \ - prockernel.c procsegment.c procargs.c \ -@@ -375,6 +376,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlist.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netload.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nosuid.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suid_open.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppp.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procaffinity.Plo@am__quote@ diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_cpu.c b/devel/libgtop/files/patch-sysdeps_freebsd_cpu.c deleted file mode 100644 index 99a3e8ef8..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_cpu.c +++ /dev/null @@ -1,66 +0,0 @@ ---- sysdeps/freebsd/cpu.c.orig 2009-04-12 01:45:28.000000000 -0400 -+++ sysdeps/freebsd/cpu.c 2009-04-12 01:45:29.000000000 -0400 -@@ -54,6 +54,7 @@ void - glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf) - { - long cpts [CPUSTATES]; -+ long *cp_times = NULL; - struct clockinfo ci; - size_t length; - int ncpu, i; -@@ -75,6 +76,16 @@ glibtop_get_cpu_s (glibtop *server, glib - return; - } - -+ length = 0; -+ if (sysctlbyname ("kern.cp_times", NULL, &length, NULL, 0) == 0) { -+ cp_times = g_malloc (length); -+ length = sizeof(long) * CPUSTATES * (length / (sizeof(long) * CPUSTATES)); -+ if (sysctlbyname ("kern.cp_times", cp_times, &length, NULL, 0)) { -+ g_free (cp_times); -+ cp_times = NULL; -+ } -+ } -+ - /* set user time */ - buf->user = cpts [CP_USER]; - /* set nice time */ -@@ -89,22 +100,32 @@ glibtop_get_cpu_s (glibtop *server, glib - /* set frequency */ - buf->frequency = (ci.stathz ? ci.stathz : ci.hz); - /* set total */ -- buf->total = cpts [CP_USER] + cpts [CP_NICE] -+ buf->total = cpts [CP_USER] + cpts [CP_NICE] \ - + cpts [CP_SYS] + cpts [CP_IDLE] + cpts [CP_INTR]; - - ncpu = server->ncpu + 1; - - for (i = 0; i < ncpu; i++) { -- buf->xcpu_user[i] = cpts [CP_USER] / ncpu; -- buf->xcpu_nice[i] = cpts [CP_NICE] / ncpu; -- buf->xcpu_sys[i] = cpts [CP_SYS] / ncpu; -- buf->xcpu_idle[i] = cpts [CP_IDLE] / ncpu; -- buf->xcpu_irq[i] = cpts [CP_INTR] / ncpu; -+ if (cp_times) { -+ buf->xcpu_user[i] = cp_times[i * CPUSTATES + CP_USER]; -+ buf->xcpu_nice[i] = cp_times[i * CPUSTATES + CP_NICE]; -+ buf->xcpu_sys[i] = cp_times[i * CPUSTATES + CP_SYS]; -+ buf->xcpu_idle[i] = cp_times[i * CPUSTATES + CP_IDLE]; -+ buf->xcpu_irq[i] = cp_times[i * CPUSTATES + CP_INTR]; -+ } else { -+ buf->xcpu_user[i] = cpts [CP_USER] / ncpu; -+ buf->xcpu_nice[i] = cpts [CP_NICE] / ncpu; -+ buf->xcpu_sys[i] = cpts [CP_SYS] / ncpu; -+ buf->xcpu_idle[i] = cpts [CP_IDLE] / ncpu; -+ buf->xcpu_irq[i] = cpts [CP_INTR] / ncpu; -+ } - buf->xcpu_total[i] = buf->xcpu_user[i] + buf->xcpu_nice[i] \ - + buf->xcpu_sys[i] + buf->xcpu_idle[i] \ - + buf->xcpu_irq[i]; - } - -+ g_free (cp_times); -+ - /* Set the flags last. */ - buf->flags = _glibtop_sysdeps_cpu; - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c b/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c deleted file mode 100644 index acb327f98..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c +++ /dev/null @@ -1,19 +0,0 @@ ---- sysdeps/freebsd/nosuid.c.orig 2008-09-29 17:28:31.000000000 -0400 -+++ sysdeps/freebsd/nosuid.c 2008-09-29 17:28:39.000000000 -0400 -@@ -21,16 +21,8 @@ - - #include <config.h> - #include <glibtop.h> --#include <glibtop/open.h> - #include <glibtop/close.h> - - void --glibtop_open_s (glibtop *server, -- const char *program_name, -- const unsigned long features, -- const unsigned flags) --{ } -- --void - glibtop_close_s (glibtop *server) - { } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_open.c b/devel/libgtop/files/patch-sysdeps_freebsd_open.c deleted file mode 100644 index f7bf0e3b1..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_open.c +++ /dev/null @@ -1,91 +0,0 @@ ---- sysdeps/freebsd/open.c.orig 2008-05-23 18:13:23.000000000 -0400 -+++ sysdeps/freebsd/open.c 2008-09-29 17:23:22.000000000 -0400 -@@ -20,76 +20,33 @@ - */ - - #include <config.h> -+#include <sys/types.h> -+#include <sys/sysctl.h> - #include <glibtop.h> --#include <glibtop/error.h> - #include <glibtop/open.h> --#include <glibtop/init_hooks.h> -- --/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ -- --void --glibtop_init_p (glibtop *server, const unsigned long features, -- const unsigned flags) --{ -- const _glibtop_init_func_t *init_fkt; -- -- if (server == NULL) -- glibtop_error_r (NULL, "glibtop_init_p (server == NULL)"); -- -- /* Do the initialization, but only if not already initialized. */ -- -- if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { -- glibtop_open_p (server, "glibtop", features, flags); -+#include <glibtop/cpu.h> -+#include <glibtop/error.h> - -- for (init_fkt = _glibtop_init_hook_p; *init_fkt; init_fkt++) -- (*init_fkt) (server); -+#include <glibtop_private.h> - -- server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; -- } --} - - void --glibtop_open_p (glibtop *server, const char *program_name, -+glibtop_open_s (glibtop *server, const char *program_name, - const unsigned long features, - const unsigned flags) - { --#ifdef DEBUG -- fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ()); --#endif -+ int ncpus; -+ size_t len; - -- /* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */ -+ len = sizeof (ncpus); -+ sysctlbyname ("hw.ncpu", &ncpus, &len, NULL, 0); -+ server->real_ncpu = ncpus - 1; -+ server->ncpu = MIN(GLIBTOP_NCPU - 1, server->real_ncpu); - -- server->machine.uid = getuid (); -- server->machine.euid = geteuid (); -- server->machine.gid = getgid (); -- server->machine.egid = getegid (); - #if defined(__FreeBSD_kernel__) - server->os_version_code = __FreeBSD_kernel_version; - #else - server->os_version_code = __FreeBSD_version; - #endif -- /* Setup machine-specific data */ -- server->machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "kvm_open"); -- -- if (server->machine.kd == NULL) -- glibtop_error_io_r (server, "kvm_open"); -- -- /* Drop priviledges. */ -- -- if (setreuid (server->machine.euid, server->machine.uid)) -- _exit (1); -- -- if (setregid (server->machine.egid, server->machine.gid)) -- _exit (1); -- -- /* !!! END OF SUID ROOT PART !!! */ -- -- /* Our effective uid is now those of the user invoking the server, -- * so we do no longer have any priviledges. */ - -- /* NOTE: On FreeBSD, we do not need to be suid root, we just need to -- * be sgid kmem. -- * -- * The server will only use setegid() to get back it's priviledges, -- * so it will fail if it is suid root and not sgid kmem. */ - } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c b/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c deleted file mode 100644 index e14dd39bd..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c +++ /dev/null @@ -1,59 +0,0 @@ ---- sysdeps/freebsd/procopenfiles.c.orig 2008-08-18 11:23:36.000000000 -0400 -+++ sysdeps/freebsd/procopenfiles.c 2008-12-07 00:17:26.000000000 -0500 -@@ -35,6 +35,9 @@ - #include <sys/user.h> - #include <netinet/in.h> - #include <arpa/inet.h> -+#ifdef HAVE_KINFO_PROC -+#include <libutil.h> -+#endif - #include <string.h> - #include <stdlib.h> - -@@ -263,8 +266,12 @@ glibtop_get_proc_open_files_s (glibtop * - { - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) - struct kinfo_file *freep, *kif; -+#ifndef HAVE_KINFO_GETFILE - int name[4]; - size_t len; -+#else -+ int cnt; -+#endif - size_t i; - #else - char *output; -@@ -274,6 +281,7 @@ glibtop_get_proc_open_files_s (glibtop * - memset(buf, 0, sizeof (glibtop_proc_open_files)); - - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE - name[0] = CTL_KERN; - name[1] = KERN_PROC; - name[2] = KERN_PROC_FILEDESC; -@@ -287,12 +295,25 @@ glibtop_get_proc_open_files_s (glibtop * - g_free(freep); - return NULL; - } -+#else -+ freep = kinfo_getfile(pid, &cnt); -+#endif - - entries = g_array_new(FALSE, FALSE, sizeof(glibtop_open_files_entry)); - -+#ifndef HAVE_KINFO_GETFILE - for (i = 0; i < len / sizeof(*kif); i++, kif++) { - glibtop_open_files_entry entry = {0}; - -+ if (kif->kf_structsize != sizeof(*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) { -+ glibtop_open_files_entry entry = {0}; -+ -+ kif = &freep[i]; -+#endif -+ - if (kif->kf_fd < 0) - continue; - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c b/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c deleted file mode 100644 index 731fec120..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c +++ /dev/null @@ -1,58 +0,0 @@ ---- sysdeps/freebsd/procwd.c.orig 2008-08-18 11:23:36.000000000 -0400 -+++ sysdeps/freebsd/procwd.c 2008-12-07 00:19:44.000000000 -0500 -@@ -27,6 +27,9 @@ - #include <sys/sysctl.h> - #include <sys/param.h> - #include <sys/user.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif - #include <string.h> - - static const unsigned long _glibtop_sysdeps_proc_wd = -@@ -101,10 +104,14 @@ glibtop_get_proc_wd_s(glibtop *server, g - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) - struct kinfo_file *freep, *kif; - GPtrArray *dirs; -+#ifndef HAVE_KINFO_GETFILE - size_t len; -- int i; - int name[4]; - #else -+ int cnt; -+#endif -+ int i; -+#else - char *output; - #endif - -@@ -115,6 +122,7 @@ glibtop_get_proc_wd_s(glibtop *server, g - buf->flags |= (1 << GLIBTOP_PROC_WD_EXE); - - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE - name[0] = CTL_KERN; - name[1] = KERN_PROC; - name[2] = KERN_PROC_FILEDESC; -@@ -127,10 +135,21 @@ glibtop_get_proc_wd_s(glibtop *server, g - g_free(freep); - return NULL; - } -+#else -+ freep = kinfo_getfile(pid, &cnt); -+#endif - - dirs = g_ptr_array_sized_new(1); - -+#ifndef HAVE_KINFO_GETFILE - for (i = 0; i < len / sizeof(*kif); i++, kif++) { -+ if (kif->kf_structsize != sizeof(*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) { -+ kif = &freep[i]; -+#endif -+ - switch (kif->kf_fd) { - case KF_FD_TYPE_ROOT: - g_strlcpy(buf->root, kif->kf_path, diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c b/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c deleted file mode 100644 index a188b364c..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c +++ /dev/null @@ -1,94 +0,0 @@ ---- sysdeps/freebsd/suid_open.c.orig 2008-09-29 17:22:12.000000000 -0400 -+++ sysdeps/freebsd/suid_open.c 2008-09-29 17:23:35.000000000 -0400 -@@ -0,0 +1,91 @@ -+/* Copyright (C) 1998 Joshua Sled -+ This file is part of LibGTop 1.0. -+ -+ Contributed by Joshua Sled <jsled@xcf.berkeley.edu>, July 1998. -+ -+ LibGTop is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, -+ or (at your option) any later version. -+ -+ LibGTop is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+ for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with LibGTop; see the file COPYING. If not, write to the -+ Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ Boston, MA 02111-1307, USA. -+*/ -+ -+#include <config.h> -+#include <glibtop.h> -+#include <glibtop/error.h> -+#include <glibtop/cpu.h> -+#include <glibtop/open.h> -+#include <glibtop/init_hooks.h> -+ -+ -+/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ -+ -+void -+glibtop_init_p (glibtop *server, const unsigned long features, -+ const unsigned flags) -+{ -+ const _glibtop_init_func_t *init_fkt; -+ -+ if (server == NULL) -+ glibtop_error_r (NULL, "glibtop_init_p (server == NULL)"); -+ -+ /* Do the initialization, but only if not already initialized. */ -+ -+ if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { -+ glibtop_open_p (server, "glibtop", features, flags); -+ -+ for (init_fkt = _glibtop_init_hook_p; *init_fkt; init_fkt++) -+ (*init_fkt) (server); -+ -+ server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; -+ } -+} -+ -+void -+glibtop_open_p (glibtop *server, const char *program_name, -+ const unsigned long features, -+ const unsigned flags) -+{ -+#ifdef DEBUG -+ fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ()); -+#endif -+ -+ /* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */ -+ server->machine.uid = getuid (); -+ server->machine.euid = geteuid (); -+ server->machine.gid = getgid (); -+ server->machine.egid = getegid (); -+ /* Setup machine-specific data */ -+ server->machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "kvm_open"); -+ -+ if (server->machine.kd == NULL) -+ glibtop_error_io_r (server, "kvm_open"); -+ -+ /* Drop priviledges. */ -+ -+ if (setreuid (server->machine.euid, server->machine.uid)) -+ _exit (1); -+ -+ if (setregid (server->machine.egid, server->machine.gid)) -+ _exit (1); -+ -+ /* !!! END OF SUID ROOT PART !!! */ -+ -+ /* Our effective uid is now those of the user invoking the server, -+ * so we do no longer have any priviledges. */ -+ -+ /* NOTE: On FreeBSD, we do not need to be suid root, we just need to -+ * be sgid kmem. -+ * -+ * The server will only use setegid() to get back it's priviledges, -+ * so it will fail if it is suid root and not sgid kmem. */ -+} diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c b/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c deleted file mode 100644 index ab5fdd66d..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- sysdeps/freebsd/sysinfo.c.orig 2008-05-23 18:13:23.000000000 -0400 -+++ sysdeps/freebsd/sysinfo.c 2008-09-29 14:35:25.000000000 -0400 -@@ -45,8 +45,8 @@ init_sysinfo (glibtop *server) - - glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0); - -- len = sizeof (ncpus); -- sysctlbyname ("hw.ncpu", &ncpus, &len, NULL, 0); -+ ncpus = server->ncpu + 1; -+ - len = 0; - sysctlbyname ("hw.model", NULL, &len, NULL, 0); - model = g_malloc (len); diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message deleted file mode 100644 index dacaf62a9..000000000 --- a/devel/libgtop/files/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -=============================================================================== - -In order to use the File System read/write monitor, you must chmod -/dev/devstat so that all users can open it read-only. For example: - -# chmod 0444 /dev/devstat - -In order for this to persist across reboots, add the following to -/etc/devfs.conf: - -perm devstat 0444 - -=============================================================================== diff --git a/devel/libgtop/pkg-descr b/devel/libgtop/pkg-descr deleted file mode 100644 index f263f1127..000000000 --- a/devel/libgtop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library provides the backend for gtop2, a GNOME 2.0 version -of top(1) that allows display and manipulation of running -processes. diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist deleted file mode 100644 index bb4b9e1d1..000000000 --- a/devel/libgtop/pkg-plist +++ /dev/null @@ -1,215 +0,0 @@ -bin/libgtop_daemon2 -bin/libgtop_server2 -include/libgtop-2.0/glibtop.h -include/libgtop-2.0/glibtop/close.h -include/libgtop-2.0/glibtop/command.h -include/libgtop-2.0/glibtop/cpu.h -include/libgtop-2.0/glibtop/fsusage.h -include/libgtop-2.0/glibtop/global.h -include/libgtop-2.0/glibtop/gnuserv.h -include/libgtop-2.0/glibtop/loadavg.h -include/libgtop-2.0/glibtop/mem.h -include/libgtop-2.0/glibtop/mountlist.h -include/libgtop-2.0/glibtop/msg_limits.h -include/libgtop-2.0/glibtop/netlist.h -include/libgtop-2.0/glibtop/netload.h -include/libgtop-2.0/glibtop/open.h -include/libgtop-2.0/glibtop/parameter.h -include/libgtop-2.0/glibtop/ppp.h -include/libgtop-2.0/glibtop/procaffinity.h -include/libgtop-2.0/glibtop/procargs.h -include/libgtop-2.0/glibtop/prockernel.h -include/libgtop-2.0/glibtop/proclist.h -include/libgtop-2.0/glibtop/procmap.h -include/libgtop-2.0/glibtop/procmem.h -include/libgtop-2.0/glibtop/procopenfiles.h -include/libgtop-2.0/glibtop/procsegment.h -include/libgtop-2.0/glibtop/procsignal.h -include/libgtop-2.0/glibtop/procstate.h -include/libgtop-2.0/glibtop/proctime.h -include/libgtop-2.0/glibtop/procuid.h -include/libgtop-2.0/glibtop/procwd.h -include/libgtop-2.0/glibtop/sem_limits.h -include/libgtop-2.0/glibtop/shm_limits.h -include/libgtop-2.0/glibtop/signal.h -include/libgtop-2.0/glibtop/swap.h -include/libgtop-2.0/glibtop/sysdeps.h -include/libgtop-2.0/glibtop/sysinfo.h -include/libgtop-2.0/glibtop/union.h -include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h -include/libgtop-2.0/glibtop_machine.h -include/libgtop-2.0/glibtop_private.h -include/libgtop-2.0/glibtop_server.h -include/libgtop-2.0/glibtop_suid.h -include/libgtop-2.0/libgtopconfig.h -lib/libgtop-2.0.a -lib/libgtop-2.0.la -lib/libgtop-2.0.so -lib/libgtop-2.0.so.7 -libdata/pkgconfig/libgtop-2.0.pc -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgtop-Close.html -%%DOCSDIR%%/libgtop-Command.html -%%DOCSDIR%%/libgtop-GlibTop-Server.html -%%DOCSDIR%%/libgtop-GlibTop.html -%%DOCSDIR%%/libgtop-Net-List.html -%%DOCSDIR%%/libgtop-Net-Load.html -%%DOCSDIR%%/libgtop-PPP.html -%%DOCSDIR%%/libgtop-Shared-Memory-Limits.html -%%DOCSDIR%%/libgtop-Uptime.html -%%DOCSDIR%%/libgtop-cpu.html -%%DOCSDIR%%/libgtop-fsusage.html -%%DOCSDIR%%/libgtop-lib.html -%%DOCSDIR%%/libgtop-loadavg.html -%%DOCSDIR%%/libgtop-mem.html -%%DOCSDIR%%/libgtop-mountlist.html -%%DOCSDIR%%/libgtop-msg-limits.html -%%DOCSDIR%%/libgtop-open.html -%%DOCSDIR%%/libgtop-parameter.html -%%DOCSDIR%%/libgtop-procargs.html -%%DOCSDIR%%/libgtop-prockernel.html -%%DOCSDIR%%/libgtop-proclist.html -%%DOCSDIR%%/libgtop-procmap.html -%%DOCSDIR%%/libgtop-procmem.html -%%DOCSDIR%%/libgtop-procopenfiles.html -%%DOCSDIR%%/libgtop-procsegment.html -%%DOCSDIR%%/libgtop-procsignal.html -%%DOCSDIR%%/libgtop-procstate.html -%%DOCSDIR%%/libgtop-proctime.html -%%DOCSDIR%%/libgtop-procuid.html -%%DOCSDIR%%/libgtop-sem-limits.html -%%DOCSDIR%%/libgtop-signal.html -%%DOCSDIR%%/libgtop-swap.html -%%DOCSDIR%%/libgtop-sysdeps.html -%%DOCSDIR%%/libgtop-sysinfo.html -%%DOCSDIR%%/libgtop-union.html -%%DOCSDIR%%/libgtop-version.html -%%DOCSDIR%%/libgtop-white-paper-overview.html -%%DOCSDIR%%/libgtop-white-paper.html -%%DOCSDIR%%/libgtop.devhelp -%%DOCSDIR%%/libgtop.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/locale/am/LC_MESSAGES/libgtop-2.0.mo -share/locale/ar/LC_MESSAGES/libgtop-2.0.mo -share/locale/as/LC_MESSAGES/libgtop-2.0.mo -share/locale/az/LC_MESSAGES/libgtop-2.0.mo -share/locale/be/LC_MESSAGES/libgtop-2.0.mo -share/locale/bg/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgtop-2.0.mo -share/locale/bs/LC_MESSAGES/libgtop-2.0.mo -share/locale/ca/LC_MESSAGES/libgtop-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgtop-2.0.mo -share/locale/cs/LC_MESSAGES/libgtop-2.0.mo -share/locale/cy/LC_MESSAGES/libgtop-2.0.mo -share/locale/da/LC_MESSAGES/libgtop-2.0.mo -share/locale/de/LC_MESSAGES/libgtop-2.0.mo -share/locale/dz/LC_MESSAGES/libgtop-2.0.mo -share/locale/el/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgtop-2.0.mo -share/locale/eo/LC_MESSAGES/libgtop-2.0.mo -share/locale/es/LC_MESSAGES/libgtop-2.0.mo -share/locale/et/LC_MESSAGES/libgtop-2.0.mo -share/locale/eu/LC_MESSAGES/libgtop-2.0.mo -share/locale/fa/LC_MESSAGES/libgtop-2.0.mo -share/locale/fi/LC_MESSAGES/libgtop-2.0.mo -share/locale/fr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ga/LC_MESSAGES/libgtop-2.0.mo -share/locale/gl/LC_MESSAGES/libgtop-2.0.mo -share/locale/gu/LC_MESSAGES/libgtop-2.0.mo -share/locale/he/LC_MESSAGES/libgtop-2.0.mo -share/locale/hi/LC_MESSAGES/libgtop-2.0.mo -share/locale/hr/LC_MESSAGES/libgtop-2.0.mo -share/locale/hu/LC_MESSAGES/libgtop-2.0.mo -share/locale/id/LC_MESSAGES/libgtop-2.0.mo -share/locale/it/LC_MESSAGES/libgtop-2.0.mo -share/locale/ja/LC_MESSAGES/libgtop-2.0.mo -share/locale/ka/LC_MESSAGES/libgtop-2.0.mo -share/locale/kn/LC_MESSAGES/libgtop-2.0.mo -share/locale/ko/LC_MESSAGES/libgtop-2.0.mo -share/locale/ku/LC_MESSAGES/libgtop-2.0.mo -share/locale/ky/LC_MESSAGES/libgtop-2.0.mo -share/locale/la/LC_MESSAGES/libgtop-2.0.mo -share/locale/lt/LC_MESSAGES/libgtop-2.0.mo -share/locale/lv/LC_MESSAGES/libgtop-2.0.mo -share/locale/mai/LC_MESSAGES/libgtop-2.0.mo -share/locale/mg/LC_MESSAGES/libgtop-2.0.mo -share/locale/mi/LC_MESSAGES/libgtop-2.0.mo -share/locale/mk/LC_MESSAGES/libgtop-2.0.mo -share/locale/ml/LC_MESSAGES/libgtop-2.0.mo -share/locale/mn/LC_MESSAGES/libgtop-2.0.mo -share/locale/mr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ms/LC_MESSAGES/libgtop-2.0.mo -share/locale/nb/LC_MESSAGES/libgtop-2.0.mo -share/locale/ne/LC_MESSAGES/libgtop-2.0.mo -share/locale/nl/LC_MESSAGES/libgtop-2.0.mo -share/locale/nn/LC_MESSAGES/libgtop-2.0.mo -share/locale/oc/LC_MESSAGES/libgtop-2.0.mo -share/locale/or/LC_MESSAGES/libgtop-2.0.mo -share/locale/pa/LC_MESSAGES/libgtop-2.0.mo -share/locale/pl/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgtop-2.0.mo -share/locale/ro/LC_MESSAGES/libgtop-2.0.mo -share/locale/ru/LC_MESSAGES/libgtop-2.0.mo -share/locale/rw/LC_MESSAGES/libgtop-2.0.mo -share/locale/sk/LC_MESSAGES/libgtop-2.0.mo -share/locale/sl/LC_MESSAGES/libgtop-2.0.mo -share/locale/sq/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgtop-2.0.mo -share/locale/sv/LC_MESSAGES/libgtop-2.0.mo -share/locale/ta/LC_MESSAGES/libgtop-2.0.mo -share/locale/te/LC_MESSAGES/libgtop-2.0.mo -share/locale/th/LC_MESSAGES/libgtop-2.0.mo -share/locale/tr/LC_MESSAGES/libgtop-2.0.mo -share/locale/uk/LC_MESSAGES/libgtop-2.0.mo -share/locale/vi/LC_MESSAGES/libgtop-2.0.mo -share/locale/xh/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo -@dirrm %%DOCSDIR%% -@dirrm include/libgtop-2.0/glibtop -@dirrm include/libgtop-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@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/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile deleted file mode 100644 index 952732fd0..000000000 --- a/devel/liboobs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: liboobs -# Date created: 2006-06-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.35 2008/03/09 18:52:59 mezz Exp $ -# - -PORTNAME= liboobs -PORTVERSION= 2.22.2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Wrapping library to the System Tools Backends - -BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - hal.1:${PORTSDIR}/sysutils/hal -RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" - -.include <bsd.port.mk> diff --git a/devel/liboobs/distinfo b/devel/liboobs/distinfo deleted file mode 100644 index 7521018e6..000000000 --- a/devel/liboobs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/liboobs-2.22.2.tar.bz2) = 84d20702942635e3bebc0c1c35bdad43 -SHA256 (gnome2/liboobs-2.22.2.tar.bz2) = 34a972fab68255902d4c1f82ba16dfbf673f9933f78c68b4551883b63984c58b -SIZE (gnome2/liboobs-2.22.2.tar.bz2) = 364260 diff --git a/devel/liboobs/files/patch-src_oobs-group.c b/devel/liboobs/files/patch-src_oobs-group.c deleted file mode 100644 index 6abd8b711..000000000 --- a/devel/liboobs/files/patch-src_oobs-group.c +++ /dev/null @@ -1,25 +0,0 @@ ---- oobs/oobs-group.c.orig Fri Sep 15 18:41:04 2006 -+++ oobs/oobs-group.c Tue Oct 31 23:12:40 2006 -@@ -18,7 +18,12 @@ - * Authors: Carlos Garnacho Parro <carlosg@gnome.org> - */ - -+#if defined(HAVE_CONFIG_H) -+#include <config.h> -+#endif -+ - #include <glib-object.h> -+#include <unistd.h> - #include "oobs-session.h" - #include "oobs-group.h" - #include "oobs-user.h" -@@ -27,7 +32,9 @@ - #include "oobs-groupsconfig-private.h" - #include "oobs-defines.h" - #include "utils.h" -+#ifdef HAVE_CRYPT_H - #include <crypt.h> -+#endif - - #define OOBS_GROUP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_GROUP, OobsGroupPrivate)) - diff --git a/devel/liboobs/files/patch-src_oobs-user.c b/devel/liboobs/files/patch-src_oobs-user.c deleted file mode 100644 index 484b86f32..000000000 --- a/devel/liboobs/files/patch-src_oobs-user.c +++ /dev/null @@ -1,35 +0,0 @@ ---- oobs/oobs-user.c.orig 2007-10-30 09:16:53.406333206 -0400 -+++ oobs/oobs-user.c 2007-10-30 09:40:02.560797530 -0400 -@@ -18,12 +18,18 @@ - * Authors: Carlos Garnacho Parro <carlosg@gnome.org> - */ - -+#if defined(HAVE_CONFIG_H) -+#include <config.h> -+#endif -+ - #include <glib-object.h> - #include <sys/types.h> - #include <unistd.h> - #include <stdlib.h> - #include <string.h> -+#ifdef HAVE_CRYPT_H - #include <crypt.h> -+#endif - #include <utmp.h> - - #include "oobs-usersconfig.h" -@@ -852,6 +858,7 @@ - - login = oobs_user_get_login_name (user); - -+#if 0 /* FreeBSD does not have ut_type in utmp */ - while (!match && (entry = getutent ()) != NULL) - { - match = (entry->ut_type == USER_PROCESS && -@@ -862,4 +869,5 @@ - endutent (); - - return match; -+#endif - } diff --git a/devel/liboobs/pkg-descr b/devel/liboobs/pkg-descr deleted file mode 100644 index ff7665320..000000000 --- a/devel/liboobs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Wrapping library to the System Tools Backends diff --git a/devel/liboobs/pkg-plist b/devel/liboobs/pkg-plist deleted file mode 100644 index 11e1ab182..000000000 --- a/devel/liboobs/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -include/liboobs-1.0/oobs/oobs-group.h -include/liboobs-1.0/oobs/oobs-groupsconfig.h -include/liboobs-1.0/oobs/oobs-hostsconfig.h -include/liboobs-1.0/oobs/oobs-iface-ethernet.h -include/liboobs-1.0/oobs/oobs-iface-irlan.h -include/liboobs-1.0/oobs/oobs-iface-plip.h -include/liboobs-1.0/oobs/oobs-iface-ppp.h -include/liboobs-1.0/oobs/oobs-iface-wireless.h -include/liboobs-1.0/oobs/oobs-iface.h -include/liboobs-1.0/oobs/oobs-ifacesconfig.h -include/liboobs-1.0/oobs/oobs-list.h -include/liboobs-1.0/oobs/oobs-nfsconfig.h -include/liboobs-1.0/oobs/oobs-ntpconfig.h -include/liboobs-1.0/oobs/oobs-ntpserver.h -include/liboobs-1.0/oobs/oobs-object.h -include/liboobs-1.0/oobs/oobs-result.h -include/liboobs-1.0/oobs/oobs-selfconfig.h -include/liboobs-1.0/oobs/oobs-service.h -include/liboobs-1.0/oobs/oobs-servicesconfig.h -include/liboobs-1.0/oobs/oobs-session.h -include/liboobs-1.0/oobs/oobs-share-nfs.h -include/liboobs-1.0/oobs/oobs-share-smb.h -include/liboobs-1.0/oobs/oobs-share.h -include/liboobs-1.0/oobs/oobs-smbconfig.h -include/liboobs-1.0/oobs/oobs-statichost.h -include/liboobs-1.0/oobs/oobs-timeconfig.h -include/liboobs-1.0/oobs/oobs-user.h -include/liboobs-1.0/oobs/oobs-usersconfig.h -include/liboobs-1.0/oobs/oobs.h -lib/liboobs-1.a -lib/liboobs-1.la -lib/liboobs-1.so -lib/liboobs-1.so.4 -libdata/pkgconfig/liboobs-1.pc -@dirrm include/liboobs-1.0/oobs -@dirrm include/liboobs-1.0 diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile deleted file mode 100644 index 95a0b70ae..000000000 --- a/devel/libpthread-stubs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libpthread-stubs -# Date created: 24 January 2007 -# Whom: wahjava -# -# $FreeBSD$ -# - -PORTNAME= libpthread-stubs -PORTVERSION= 0.3 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= http://xcb.freedesktop.org/dist/ - -MAINTAINER= wahjava@gmail.com -COMMENT= This library provides weak aliases for pthread functions - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -CONFIGURE_ENV+= LDFLAGS=-lpthread -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libpthread-stubs/distinfo b/devel/libpthread-stubs/distinfo deleted file mode 100644 index 963274463..000000000 --- a/devel/libpthread-stubs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libpthread-stubs-0.3.tar.bz2) = e8fa31b42e13f87e8f5a7a2b731db7ee -SHA256 (libpthread-stubs-0.3.tar.bz2) = 35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299 -SIZE (libpthread-stubs-0.3.tar.bz2) = 203468 diff --git a/devel/libpthread-stubs/files/patch-Makefile.in b/devel/libpthread-stubs/files/patch-Makefile.in deleted file mode 100644 index 0aed1ffa5..000000000 --- a/devel/libpthread-stubs/files/patch-Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig -+++ Makefile.in -@@ -75,9 +75,9 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - libpthread_stubs_la_LIBADD = - am__libpthread_stubs_la_SOURCES_DIST = stubs.c --@BUILD_LIB_TRUE@am_libpthread_stubs_la_OBJECTS = stubs.lo -+am_libpthread_stubs_la_OBJECTS = stubs.lo - libpthread_stubs_la_OBJECTS = $(am_libpthread_stubs_la_OBJECTS) --@BUILD_LIB_TRUE@am_libpthread_stubs_la_rpath = -rpath $(libdir) -+am_libpthread_stubs_la_rpath = -rpath $(libdir) - DEFAULT_INCLUDES = -I.@am__isrc@ - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -221,8 +221,8 @@ - top_srcdir = @top_srcdir@ - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = pthread-stubs.pc --@BUILD_LIB_TRUE@lib_LTLIBRARIES = libpthread-stubs.la --@BUILD_LIB_TRUE@libpthread_stubs_la_SOURCES = stubs.c -+lib_LTLIBRARIES = libpthread-stubs.la -+libpthread_stubs_la_SOURCES = stubs.c - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-am - diff --git a/devel/libpthread-stubs/files/patch-configure-libs b/devel/libpthread-stubs/files/patch-configure-libs deleted file mode 100644 index 91c919993..000000000 --- a/devel/libpthread-stubs/files/patch-configure-libs +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jan 24 17:10:44 2007 -+++ configure Wed Jan 24 17:11:08 2007 -@@ -20705,7 +20705,7 @@ - _ACEOF - - else -- PKG_CONFIG_LIBS='-L${libdir} -pthread-stubs' -+ PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs' - fi - done - diff --git a/devel/libpthread-stubs/files/patch-configure-objformat b/devel/libpthread-stubs/files/patch-configure-objformat deleted file mode 100644 index 00a2029e6..000000000 --- a/devel/libpthread-stubs/files/patch-configure-objformat +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.old Fri Feb 2 12:45:00 2007 -+++ configure Fri Feb 2 12:45:41 2007 -@@ -9008,14 +9008,10 @@ - freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. -- if test -x /usr/bin/objformat; then -- objformat=`/usr/bin/objformat` -- else -- case $host_os in -- freebsd[123]*) objformat=aout ;; -- *) objformat=elf ;; -- esac -- fi -+ case $host_os in -+ freebsd[123]*) objformat=aout ;; -+ *) objformat=elf ;; -+ esac - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) diff --git a/devel/libpthread-stubs/files/patch-stubs.c b/devel/libpthread-stubs/files/patch-stubs.c deleted file mode 100644 index 4290eb2e6..000000000 --- a/devel/libpthread-stubs/files/patch-stubs.c +++ /dev/null @@ -1,28 +0,0 @@ -XXX This is a big hack as we cannot define pthread_condattr_{init,destroy} -here, or we will conflict with the weak symbols in libthr. The way our linker -works, the weak symbols will be resolved here, and pthread_condattr functions -will not work even in threaded applications. - -I am working to get these symbols added to libc, but in the meantime, this -is needed to avoid crashes in threaded applications which make use of -pthread_condattr*. ---- stubs.c.orig 2009-11-27 17:15:30.000000000 -0500 -+++ stubs.c 2009-11-27 17:16:29.000000000 -0500 -@@ -91,7 +91,7 @@ int pthread_cond_destroy() __attribute__ - # endif - #endif - --#ifndef HAVE_PTHREAD_CONDATTR_INIT -+#if 0 - #define NEED_ZERO_STUB - # ifdef SUPPORT_ATTRIBUTE_ALIAS - int pthread_condattr_init() __attribute__ ((weak, alias ("__pthread_zero_stub"))); -@@ -100,7 +100,7 @@ int pthread_condattr_init() __attribute_ - # endif - #endif - --#ifndef HAVE_PTHREAD_CONDATTR_DESTROY -+#if 0 - #define NEED_ZERO_STUB - # ifdef SUPPORT_ATTRIBUTE_ALIAS - int pthread_condattr_destroy() __attribute__ ((weak, alias ("__pthread_zero_stub"))); diff --git a/devel/libpthread-stubs/pkg-descr b/devel/libpthread-stubs/pkg-descr deleted file mode 100644 index 5669418fe..000000000 --- a/devel/libpthread-stubs/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This library provides weak aliases for pthread functions not provided in libc -or otherwise available by default. Libraries like libxcb rely on pthread -stubs to use pthreads optionally, becoming thread-safe when linked to -libpthread, while avoiding any performance hit when running single-threaded. -libpthread-stubs supports this behavior even on platforms which do not supply -all the necessary pthread stubs. On platforms which already supply all the -necessary pthread stubs, this package ships only the pkg-config file -pthread-stubs.pc, to allow libraries to unconditionally express a dependency -on pthread-stubs and still obtain correct behavior. - -WWW: http://xcb.freedesktop.org/ diff --git a/devel/libpthread-stubs/pkg-plist b/devel/libpthread-stubs/pkg-plist deleted file mode 100644 index 4738179c9..000000000 --- a/devel/libpthread-stubs/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libpthread-stubs.a -lib/libpthread-stubs.la -lib/libpthread-stubs.so -lib/libpthread-stubs.so.0 -libdata/pkgconfig/pthread-stubs.pc diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile deleted file mode 100644 index 5de11d0fd..000000000 --- a/devel/libsoup/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.70 2009/09/22 04:09:58 avl Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.28.1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - proxy.0:${PORTSDIR}/net/libproxy \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack gconf2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="2.4" - -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libsoup has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|" == "|" = "|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo deleted file mode 100644 index c1c072c0f..000000000 --- a/devel/libsoup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libsoup-2.28.1.tar.bz2) = 6c303cae11bde065497992d2444cc96a -SHA256 (gnome2/libsoup-2.28.1.tar.bz2) = 615f154998a65c1d9611a0e6c16c1f30df799da83437f1ff7b4baa57e5067a80 -SIZE (gnome2/libsoup-2.28.1.tar.bz2) = 703258 diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr deleted file mode 100644 index 1ec2bfea4..000000000 --- a/devel/libsoup/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist deleted file mode 100644 index 08c75d5f1..000000000 --- a/devel/libsoup/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h -include/libsoup-%%VERSION%%/libsoup/soup-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie.h -include/libsoup-%%VERSION%%/libsoup/soup-date.h -include/libsoup-%%VERSION%%/libsoup/soup-enum-types.h -include/libsoup-%%VERSION%%/libsoup/soup-form.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-logger.h -include/libsoup-%%VERSION%%/libsoup/soup-message-body.h -include/libsoup-%%VERSION%%/libsoup/soup-message-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-multipart.h -include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h -include/libsoup-%%VERSION%%/libsoup/soup-portability.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-feature.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h -include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h -include/libsoup-%%VERSION%%/libsoup/soup.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-cookie-jar-sqlite.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome-features.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.la -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.1 -lib/libsoup-gnome-%%VERSION%%.a -lib/libsoup-gnome-%%VERSION%%.la -lib/libsoup-gnome-%%VERSION%%.so -lib/libsoup-gnome-%%VERSION%%.so.1 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc -@dirrm include/libsoup-gnome-%%VERSION%%/libsoup -@dirrm include/libsoup-gnome-%%VERSION%% -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile deleted file mode 100644 index ffdf0a2f4..000000000 --- a/devel/mm-common/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: mm-common -# Date Created: 27 Aug 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/mm-common/Makefile,v 1.5 2009/09/09 12:14:16 kwm Exp $ -# - -PORTNAME= mm-common -PORTVERSION= 0.8 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common build infrastructure for the GNOME C++ binding libraries - -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl - -USE_GNOME= gnomehack -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -MAN1= mm-common-prepare.1 - -.include <bsd.port.mk> diff --git a/devel/mm-common/distinfo b/devel/mm-common/distinfo deleted file mode 100644 index 5d13a0e23..000000000 --- a/devel/mm-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mm-common-0.8.tar.bz2) = 2a335530f02c35dec1deea4b3627b725 -SHA256 (mm-common-0.8.tar.bz2) = 604c9b94629a4300e399ba72b497bedf1bf3c92b33ab8e688c32f70afe38e3c8 -SIZE (mm-common-0.8.tar.bz2) = 529592 diff --git a/devel/mm-common/pkg-descr b/devel/mm-common/pkg-descr deleted file mode 100644 index ec53b63e0..000000000 --- a/devel/mm-common/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>. - -The mm-common module provides the build infrastructure and utilities -shared among the GNOME C++ binding libraries. It is only a required -dependency for building the C++ bindings from the gnome.org version -control repository. An installation of mm-common is not required for -building tarball releases, unless configured to use maintainer-mode. - -Release archives of mm-common include the Doxygen tag file for the -GNU C++ Library reference documentation. It is covered by the same -licence as the source code it was extracted from. More information -is available at <http://gcc.gnu.org/onlinedocs/libstdc++/>. - -WWW: http://www.gtkmm.org diff --git a/devel/mm-common/pkg-plist b/devel/mm-common/pkg-plist deleted file mode 100644 index b5ea4637b..000000000 --- a/devel/mm-common/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/mm-common-prepare -share/aclocal/mm-common.m4 -share/aclocal/mm-dietlib.m4 -share/aclocal/mm-doc.m4 -share/aclocal/mm-module.m4 -share/aclocal/mm-pkg.m4 -share/aclocal/mm-warnings.m4 -share/doc/mm-common/README -share/doc/mm-common/skeletonmm/.gitignore -share/doc/mm-common/skeletonmm/AUTHORS -share/doc/mm-common/skeletonmm/COPYING -share/doc/mm-common/skeletonmm/ChangeLog -share/doc/mm-common/skeletonmm/Makefile.am -share/doc/mm-common/skeletonmm/README -share/doc/mm-common/skeletonmm/autogen.sh -share/doc/mm-common/skeletonmm/build/.gitignore -share/doc/mm-common/skeletonmm/codegen/Makefile.am -share/doc/mm-common/skeletonmm/codegen/extradefs/generate_extra_defs_skeleton.cc -share/doc/mm-common/skeletonmm/codegen/m4/convert.m4 -share/doc/mm-common/skeletonmm/codegen/m4/convert_skeleton.m4 -share/doc/mm-common/skeletonmm/codegen/m4/filelist.am -share/doc/mm-common/skeletonmm/configure.ac -share/doc/mm-common/skeletonmm/doc/Makefile.am -share/doc/mm-common/skeletonmm/doc/reference/.gitignore -share/doc/mm-common/skeletonmm/doc/reference/Doxyfile.in -share/doc/mm-common/skeletonmm/examples/.gitignore -share/doc/mm-common/skeletonmm/examples/Makefile.am -share/doc/mm-common/skeletonmm/examples/example/example.cc -share/doc/mm-common/skeletonmm/skeleton/.gitignore -share/doc/mm-common/skeletonmm/skeleton/skeletonmm-uninstalled.pc.in -share/doc/mm-common/skeletonmm/skeleton/skeletonmm.h -share/doc/mm-common/skeletonmm/skeleton/skeletonmm.pc.in -share/doc/mm-common/skeletonmm/skeleton/skeletonmm/Makefile.am -share/doc/mm-common/skeletonmm/skeleton/skeletonmm/filelist.am -share/doc/mm-common/skeletonmm/skeleton/skeletonmm/private/.gitignore -share/doc/mm-common/skeletonmm/skeleton/skeletonmm/wrap_init.h -share/doc/mm-common/skeletonmm/skeleton/skeletonmmconfig.h.in -share/doc/mm-common/skeletonmm/skeleton/src/Makefile.am -share/doc/mm-common/skeletonmm/skeleton/src/filelist.am -share/doc/mm-common/skeletonmm/skeleton/src/skeleton.ccg -share/doc/mm-common/skeletonmm/skeleton/src/skeleton.defs -share/doc/mm-common/skeletonmm/skeleton/src/skeleton.hg -share/doc/mm-common/skeletonmm/skeleton/src/skeleton_docs.xml -share/doc/mm-common/skeletonmm/skeleton/src/skeleton_docs_override.xml -share/doc/mm-common/skeletonmm/skeleton/src/skeleton_enum.defs -share/doc/mm-common/skeletonmm/skeleton/src/skeleton_extra.defs -share/doc/mm-common/skeletonmm/skeleton/src/skeleton_method.defs -share/doc/mm-common/skeletonmm/skeletonmm.doap -share/mm-common/build/compile-binding.am -share/mm-common/build/dist-changelog.am -share/mm-common/build/doc-reference.am -share/mm-common/build/generate-binding.am -share/mm-common/doctags/libstdc++.tag -share/mm-common/doctool/doc-install.pl -share/mm-common/doctool/doc-postprocess.pl -share/mm-common/doctool/doxygen.css -share/mm-common/doctool/tagfile-to-devhelp2.xsl -libdata/pkgconfig/mm-common-libstdc++.pc -@dirrm share/mm-common/doctool -@dirrm share/mm-common/doctags -@dirrm share/mm-common/build -@dirrm share/mm-common -@dirrm share/doc/mm-common/skeletonmm/skeleton/src -@dirrm share/doc/mm-common/skeletonmm/skeleton/skeletonmm/private -@dirrm share/doc/mm-common/skeletonmm/skeleton/skeletonmm -@dirrm share/doc/mm-common/skeletonmm/skeleton -@dirrm share/doc/mm-common/skeletonmm/doc/reference -@dirrm share/doc/mm-common/skeletonmm/doc -@dirrm share/doc/mm-common/skeletonmm/examples/example -@dirrm share/doc/mm-common/skeletonmm/examples -@dirrm share/doc/mm-common/skeletonmm/build -@dirrm share/doc/mm-common/skeletonmm/codegen/m4 -@dirrm share/doc/mm-common/skeletonmm/codegen/extradefs -@dirrm share/doc/mm-common/skeletonmm/codegen -@dirrm share/doc/mm-common/skeletonmm -@dirrm share/doc/mm-common -@dirrmtry share/aclocal diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile deleted file mode 100644 index f5afcbb23..000000000 --- a/devel/py-gobject/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: py-gobject -# Date created: 10 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.34 2009/08/15 21:14:22 kwm Exp $ -# - -PORTNAME= gobject -PORTVERSION= 2.20.0 -CATEGORIES= devel python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject - -LIB_DEPENDS= girepository-1.0.0:${PORTSDIR}/devel/gobject-introspection - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-docs - -CONFLICTS= py*-gtk-0* -PLIST_SUB= PYTHON_VER="${PYTHON_VER}" - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - ${PREFIX}/share/pygobject/2.0/codegen - -.include <bsd.port.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo deleted file mode 100644 index 1e5e2e37b..000000000 --- a/devel/py-gobject/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygobject-2.20.0.tar.bz2) = 10e1fb79be3d698476a28b1e1b0c5640 -SHA256 (gnome2/pygobject-2.20.0.tar.bz2) = 41e923a3f4426a3e19f6d154c424e3dac6f39defca77af602ac6272ce270fa81 -SIZE (gnome2/pygobject-2.20.0.tar.bz2) = 666287 diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in deleted file mode 100644 index 39d35befb..000000000 --- a/devel/py-gobject/files/patch-docs_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Sat May 5 01:25:03 2007 -+++ docs/Makefile.in Sat May 5 01:25:39 2007 -@@ -223,7 +223,7 @@ XSL_FILES = \ - # fixxref cannot be included in XSL_FILES, because automake is touching it - # so the date is newer then the files in HTML_FILES - FIXXREF = xsl/fixxref.py --TARGET_DIR = $(datadir)/gtk-doc/html/pygobject -+TARGET_DIR = $(prefix)/share/doc/pygobject - CSSdir = $(TARGET_DIR) - CSS_DATA = $(CSS_FILES) - XSLdir = $(datadir)/pygobject/xsl diff --git a/devel/py-gobject/files/patch-pygobject-2.0.pc.in b/devel/py-gobject/files/patch-pygobject-2.0.pc.in deleted file mode 100644 index 76ee71ccd..000000000 --- a/devel/py-gobject/files/patch-pygobject-2.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pygobject-2.0.pc.in.orig 2008-09-03 15:31:23.000000000 +0000 -+++ pygobject-2.0.pc.in 2008-09-03 15:31:43.000000000 +0000 -@@ -10,7 +10,7 @@ - # install additional headers. - pygtkincludedir=${includedir}/pygtk-2.0 - fixxref=${datadir}/pygobject/xsl/fixxref.py --pygdocs=${datadir}/gtk-doc/html/pygobject -+pygdocs=${datadir}/doc/pygobject - defsdir=${datadir}/pygobject/2.0/defs - codegendir=${datadir}/pygobject/2.0/codegen - diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr deleted file mode 100644 index eded7fcd4..000000000 --- a/devel/py-gobject/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyGObject provides a convenient wrapper for the GObject+ library for use -in Python programs, and takes care of many of the boring details such as -managing memory and type casting. When combined with PyGTK, PyORBit and -gnome-python, it can be used to write full featured Gnome applications. diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist deleted file mode 100644 index c6b65ccf1..000000000 --- a/devel/py-gobject/pkg-plist +++ /dev/null @@ -1,217 +0,0 @@ -bin/pygobject-codegen-2.0 -include/pygobject/bank.h -include/pygtk-2.0/pyglib.h -include/pygtk-2.0/pygobject.h -lib/libpyglib-2.0-python%%PYTHON_VER%%.la -lib/libpyglib-2.0-python%%PYTHON_VER%%.so -lib/libpyglib-2.0-python%%PYTHON_VER%%.so.0 -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/btypes.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/btypes.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/btypes.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/importer.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/importer.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/importer.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/module.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/module.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/module.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gdk.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gdk.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gdk.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gtk.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gtk.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gtk.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repo.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repository.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repository.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repository.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyo -%%PYTHON_SITELIBDIR%%/pygtk.pth -%%PYTHON_SITELIBDIR%%/pygtk.py -%%PYTHON_SITELIBDIR%%/pygtk.pyc -%%PYTHON_SITELIBDIR%%/pygtk.pyo -libdata/pkgconfig/pygobject-2.0.pc -share/doc/pygobject/class-gioappinfo.html -share/doc/pygobject/class-gioapplaunchcontext.html -share/doc/pygobject/class-gioasyncresult.html -share/doc/pygobject/class-giobufferedinputstream.html -share/doc/pygobject/class-giobufferedoutputstream.html -share/doc/pygobject/class-giocancellable.html -share/doc/pygobject/class-giodatainputstream.html -share/doc/pygobject/class-giodataoutputstream.html -share/doc/pygobject/class-giodrive.html -share/doc/pygobject/class-gioemblem.html -share/doc/pygobject/class-gioemblemedicon.html -share/doc/pygobject/class-giofile.html -share/doc/pygobject/class-giofileattributeinfo.html -share/doc/pygobject/class-giofileenumerator.html -share/doc/pygobject/class-giofileicon.html -share/doc/pygobject/class-giofileinfo.html -share/doc/pygobject/class-giofileinputstream.html -share/doc/pygobject/class-giofilemonitor.html -share/doc/pygobject/class-giofileoutputstream.html -share/doc/pygobject/class-giofilterinputstream.html -share/doc/pygobject/class-giofilteroutputstream.html -share/doc/pygobject/class-gioicon.html -share/doc/pygobject/class-gioinputstream.html -share/doc/pygobject/class-gioloadableicon.html -share/doc/pygobject/class-giomemoryinputstream.html -share/doc/pygobject/class-giomemoryoutputstream.html -share/doc/pygobject/class-giomount.html -share/doc/pygobject/class-giomountoperation.html -share/doc/pygobject/class-giooutputstream.html -share/doc/pygobject/class-gioseekable.html -share/doc/pygobject/class-giosimpleasyncresult.html -share/doc/pygobject/class-giothemedicon.html -share/doc/pygobject/class-giounixinputstream.html -share/doc/pygobject/class-giounixoutputstream.html -share/doc/pygobject/class-giovolume.html -share/doc/pygobject/class-giovolumemonitor.html -share/doc/pygobject/class-glibmaincontext.html -share/doc/pygobject/class-glibmainloop.html -share/doc/pygobject/class-gobject.html -share/doc/pygobject/class-gobjectgboxed.html -share/doc/pygobject/class-gobjectginterface.html -share/doc/pygobject/class-gobjectgpointer.html -share/doc/pygobject/gio-class-reference.html -share/doc/pygobject/gio-constants.html -share/doc/pygobject/gio-functions.html -share/doc/pygobject/giounix-class-reference.html -share/doc/pygobject/glib-class-reference.html -share/doc/pygobject/glib-constants.html -share/doc/pygobject/glib-functions.html -share/doc/pygobject/gobject-class-reference.html -share/doc/pygobject/gobject-constants.html -share/doc/pygobject/gobject-functions.html -share/doc/pygobject/index.html -share/doc/pygobject/index.sgml -share/doc/pygobject/pygobject-introduction.html -share/doc/pygobject/pygobject.devhelp -share/doc/pygobject/style.css -share/pygobject/2.0/codegen/__init__.py -share/pygobject/2.0/codegen/__init__.pyc -share/pygobject/2.0/codegen/__init__.pyo -share/pygobject/2.0/codegen/argtypes.py -share/pygobject/2.0/codegen/argtypes.pyc -share/pygobject/2.0/codegen/argtypes.pyo -share/pygobject/2.0/codegen/code-coverage.py -share/pygobject/2.0/codegen/code-coverage.pyc -share/pygobject/2.0/codegen/codegen.py -share/pygobject/2.0/codegen/codegen.pyc -share/pygobject/2.0/codegen/createdefs.py -share/pygobject/2.0/codegen/createdefs.pyc -share/pygobject/2.0/codegen/definitions.py -share/pygobject/2.0/codegen/definitions.pyc -share/pygobject/2.0/codegen/definitions.pyo -share/pygobject/2.0/codegen/defsconvert.py -share/pygobject/2.0/codegen/defsconvert.pyc -share/pygobject/2.0/codegen/defsgen.py -share/pygobject/2.0/codegen/defsgen.pyc -share/pygobject/2.0/codegen/defsparser.py -share/pygobject/2.0/codegen/defsparser.pyc -share/pygobject/2.0/codegen/defsparser.pyo -share/pygobject/2.0/codegen/docextract.py -share/pygobject/2.0/codegen/docextract.pyc -share/pygobject/2.0/codegen/docextract.pyo -share/pygobject/2.0/codegen/docextract_to_xml.py -share/pygobject/2.0/codegen/docextract_to_xml.pyc -share/pygobject/2.0/codegen/docgen.py -share/pygobject/2.0/codegen/docgen.pyc -share/pygobject/2.0/codegen/h2def.py -share/pygobject/2.0/codegen/h2def.pyc -share/pygobject/2.0/codegen/mergedefs.py -share/pygobject/2.0/codegen/mergedefs.pyc -share/pygobject/2.0/codegen/missingdefs.py -share/pygobject/2.0/codegen/missingdefs.pyc -share/pygobject/2.0/codegen/mkskel.py -share/pygobject/2.0/codegen/mkskel.pyc -share/pygobject/2.0/codegen/override.py -share/pygobject/2.0/codegen/override.pyc -share/pygobject/2.0/codegen/override.pyo -share/pygobject/2.0/codegen/reversewrapper.py -share/pygobject/2.0/codegen/reversewrapper.pyc -share/pygobject/2.0/codegen/reversewrapper.pyo -share/pygobject/2.0/codegen/scanvirtuals.py -share/pygobject/2.0/codegen/scanvirtuals.pyc -share/pygobject/2.0/codegen/scmexpr.py -share/pygobject/2.0/codegen/scmexpr.pyc -share/pygobject/2.0/defs/gappinfo.override -share/pygobject/2.0/defs/gapplaunchcontext.override -share/pygobject/2.0/defs/gbufferedinputstream.override -share/pygobject/2.0/defs/gdatainputstream.override -share/pygobject/2.0/defs/gdrive.override -share/pygobject/2.0/defs/gfile.override -share/pygobject/2.0/defs/gfileattribute.override -share/pygobject/2.0/defs/gfileenumerator.override -share/pygobject/2.0/defs/gfileinfo.override -share/pygobject/2.0/defs/gfileinputstream.override -share/pygobject/2.0/defs/gfileoutputstream.override -share/pygobject/2.0/defs/gicon.override -share/pygobject/2.0/defs/ginputstream.override -share/pygobject/2.0/defs/gio-types.defs -share/pygobject/2.0/defs/gio.defs -share/pygobject/2.0/defs/gio.override -share/pygobject/2.0/defs/gmemoryinputstream.override -share/pygobject/2.0/defs/gmemoryoutputstream.override -share/pygobject/2.0/defs/gmount.override -share/pygobject/2.0/defs/goutputstream.override -share/pygobject/2.0/defs/gvolume.override -share/pygobject/2.0/defs/gvolumemonitor.override -share/pygobject/2.0/defs/unix-types.defs -share/pygobject/2.0/defs/unix.defs -share/pygobject/2.0/defs/unix.override -share/pygobject/xsl/common.xsl -share/pygobject/xsl/devhelp.xsl -share/pygobject/xsl/fixxref.py -share/pygobject/xsl/html.xsl -share/pygobject/xsl/pdf-style.xsl -share/pygobject/xsl/pdf.xsl -share/pygobject/xsl/ref-html-style.xsl -@dirrm share/pygobject/xsl -@dirrm share/pygobject/2.0/defs -@dirrm share/pygobject/2.0/codegen -@dirrm share/pygobject/2.0 -@dirrm share/pygobject -@dirrm share/doc/pygobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/glib -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/girepository -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gio -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrmtry include/pygtk-2.0 -@dirrm include/pygobject diff --git a/devel/seed/Makefile b/devel/seed/Makefile deleted file mode 100644 index ad59231d1..000000000 --- a/devel/seed/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: seed -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/seed/Makefile,v 1.7 2009/09/22 18:40:09 kwm Exp $ -# - -PORTNAME= seed -PORTVERSION= 2.28.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 \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - girepository-1.0.0:${PORTSDIR}/devel/gobject-introspection \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - mpfr.3:${PORTSDIR}/math/mpfr - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 intltool libxml2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--enable-gtk-doc=no - -MAN1= seed.1 - -post-patch: - @${REINPLACE_CMD} -e 's|== x|= x|g' \ - ${WRKSRC}/configure - @${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 - -.include <bsd.port.mk> diff --git a/devel/seed/distinfo b/devel/seed/distinfo deleted file mode 100644 index 3733f8394..000000000 --- a/devel/seed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seed-2.28.1.tar.bz2) = ac2b3e2789528510632154ed08380790 -SHA256 (gnome2/seed-2.28.1.tar.bz2) = c5018a9e4267d7b52c690ceb088f8c4573670460d6d5bc413afcc13510d4f4f2 -SIZE (gnome2/seed-2.28.1.tar.bz2) = 839512 diff --git a/devel/seed/files/patch-libseed_seed-importer.c b/devel/seed/files/patch-libseed_seed-importer.c deleted file mode 100644 index c216fa88c..000000000 --- a/devel/seed/files/patch-libseed_seed-importer.c +++ /dev/null @@ -1,49 +0,0 @@ ---- libseed/seed-importer.c.orig 2009-08-10 16:23:35.000000000 -0400 -+++ libseed/seed-importer.c 2009-08-22 14:36:00.000000000 -0400 -@@ -22,6 +22,8 @@ - - #include <gio/gio.h> - #include <string.h> -+#include <stdlib.h> -+#include <unistd.h> - - #include "seed-private.h" - -@@ -637,8 +639,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); -@@ -692,15 +695,24 @@ seed_importer_handle_file (JSContextRef - g_path_get_dirname (file_path), NULL); - } - -- normalized_path = canonicalize_file_name (absolute_path); -+#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 deleted file mode 100644 index 999f1d97a..000000000 --- a/devel/seed/files/patch-modules_gettext_seed-gettext.c +++ /dev/null @@ -1,27 +0,0 @@ ---- modules/gettext/seed-gettext.c.orig 2009-07-26 19:23:31.000000000 -0400 -+++ modules/gettext/seed-gettext.c 2009-07-26 19:25:12.000000000 -0400 -@@ -293,12 +293,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 deleted file mode 100644 index 1aec71b71..000000000 --- a/devel/seed/files/patch-modules_os_seed-os.c +++ /dev/null @@ -1,77 +0,0 @@ ---- modules/os/seed-os.c.orig 2009-08-10 16:23:35.000000000 -0400 -+++ modules/os/seed-os.c 2009-08-22 14:43:42.000000000 -0400 -@@ -31,6 +31,10 @@ - #include <sys/utsname.h> - - #include <sys/types.h> -+#include <sys/ioctl.h> -+#include <termios.h> -+#include <libutil.h> -+#include <unistd.h> - - #include <fcntl.h> - -@@ -54,18 +58,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 = canonicalize_file_name(arg); -+#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 -@@ -702,6 +720,7 @@ seed_os_fdatasync (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+#if !defined(__FreeBSD__) - gint fd; - - if (argument_count != 1) -@@ -711,6 +730,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 +1135,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 deleted file mode 100644 index ffc081bb3..000000000 --- a/devel/seed/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 54621017c..000000000 --- a/devel/seed/pkg-plist +++ /dev/null @@ -1,187 +0,0 @@ -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_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 -%%PORTEXAMPLES%%%%DATADIR%%/repl.js -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE -%%PORTDOCS%%%%DOCSDIR%%/conventions.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Gnio-server.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Gnio.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HACKING -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/accelgroup.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/actions.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async-quine.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserSettings.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserStatusbar.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserTab.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserToolbar.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserView.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/COPYING -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/TabbedBrowser.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/main.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator-mpfr.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-1.0.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-cairo-1.0.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-cogl-1.0.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/clutter-pad.ui -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/animated-rectangle.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/box2d.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/cairo.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/pink-stage.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/spring.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/main.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/redhand.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/ShaderEditor.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/ShaderView.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/bob.jpg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/default.glsl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/main.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/dbus-banshee.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/dbus-consolekit.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/dbus-networkmanager.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/networkManagerIfaces.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gconf.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gdkpixbufloader.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/env.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/pretty.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/thread.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/timeout.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/timer.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/twitter.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkplug.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtktextview.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtktreeview.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json-packing.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json-reddit.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ls.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-oscillator.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify-test.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/glut-teapot.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/seed-gears.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/triangle-actor.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango-fontset.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poppler.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quine.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/repl.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soup.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threaded-repl.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/video.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vte-test.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/sample.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/weather.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/xml-dom.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/xml-tree.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/xml-xpath.js -%%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 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/browser -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/clutter-pad/examples -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/clutter-pad -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/clutter-shader -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dbus -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glib -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/opengl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xml -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%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/editors/abiword-docs/Makefile b/editors/abiword-docs/Makefile deleted file mode 100644 index 829141a16..000000000 --- a/editors/abiword-docs/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: abiword-docs -# Date created: 2008-04-16 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= abiword-docs -PORTVERSION= 2.8.1 -CATEGORIES= editors -MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ -MASTER_SITE_SUBDIR= abiword -DIST_SUBDIR= AbiWord - -MAINTAINER= gnome@FreeBSD.org -COMMENT= AbiWord help files - -BUILD_DEPENDS= abiword:${PORTSDIR}/editors/abiword -RUN_DEPENDS= abiword:${PORTSDIR}/editors/abiword - -GNU_CONFIGURE= yes -USE_GMAKE= yes -# Don't give X warnings if DISPLAY is set -CONFIGURE_ENV= DISPLAY="" -MAKE_ENV= DISPLAY="" - -.include <bsd.port.mk> diff --git a/editors/abiword-docs/distinfo b/editors/abiword-docs/distinfo deleted file mode 100644 index 7563a0f82..000000000 --- a/editors/abiword-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (AbiWord/abiword-docs-2.8.1.tar.gz) = 6a6d8260004280687b862e3b9777c338 -SHA256 (AbiWord/abiword-docs-2.8.1.tar.gz) = e181a0678067d86fc8da53b20921c9f2b7aca5bf38214b909a47843886b24377 -SIZE (AbiWord/abiword-docs-2.8.1.tar.gz) = 1461900 diff --git a/editors/abiword-docs/files/patch-configure b/editors/abiword-docs/files/patch-configure deleted file mode 100644 index 4273e56a5..000000000 --- a/editors/abiword-docs/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-10-28 18:13:56.000000000 +0100 -+++ configure 2009-10-28 18:14:55.000000000 +0100 -@@ -2548,7 +2548,7 @@ - - - --if test "x$ABIWORD" == "x"; then -+if test "x$ABIWORD" \= "x"; then - { { $as_echo "$as_me:$LINENO: error: abiword not found in PATH" >&5 - $as_echo "$as_me: error: abiword not found in PATH" >&2;} - { (exit 1); exit 1; }; } diff --git a/editors/abiword-docs/pkg-descr b/editors/abiword-docs/pkg-descr deleted file mode 100644 index 68c328073..000000000 --- a/editors/abiword-docs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -AbiWord help files - -WWW: http://www.abisource.com/ diff --git a/editors/abiword-docs/pkg-plist b/editors/abiword-docs/pkg-plist deleted file mode 100644 index baaa6e872..000000000 --- a/editors/abiword-docs/pkg-plist +++ /dev/null @@ -1,242 +0,0 @@ -share/abiword-2.8/help/en-US/aboutos.html -share/abiword-2.8/help/en-US/azindex.html -share/abiword-2.8/help/en-US/credits.html -share/abiword-2.8/help/en-US/fdl.html -share/abiword-2.8/help/en-US/histyle.css -share/abiword-2.8/help/en-US/howto/howtobidi.html -share/abiword-2.8/help/en-US/howto/howtodocs.html -share/abiword-2.8/help/en-US/howto/howtodocument.html -share/abiword-2.8/help/en-US/howto/howtoexporthtml.html -share/abiword-2.8/help/en-US/howto/howtohistory.html -share/abiword-2.8/help/en-US/howto/howtolists.html -share/abiword-2.8/help/en-US/howto/howtomailmerge.html -share/abiword-2.8/help/en-US/howto/howtonormaltemplate.html -share/abiword-2.8/help/en-US/howto/howtoprefs.html -share/abiword-2.8/help/en-US/howto/howtorevisions.html -share/abiword-2.8/help/en-US/howto/howtotables.html -share/abiword-2.8/help/en-US/howto/howtotranslation.html -share/abiword-2.8/help/en-US/howto/howtoweb.html -share/abiword-2.8/help/en-US/howto/howtoword.html -share/abiword-2.8/help/en-US/howto/index.html -share/abiword-2.8/help/en-US/index.html -share/abiword-2.8/help/en-US/info/index.html -share/abiword-2.8/help/en-US/info/infoformats.html -share/abiword-2.8/help/en-US/info/infomsdi.html -share/abiword-2.8/help/en-US/info/inforequirements.html -share/abiword-2.8/help/en-US/info/infosections.html -share/abiword-2.8/help/en-US/info/infospelling.html -share/abiword-2.8/help/en-US/interface/dialogbackgroundcolor.html -share/abiword-2.8/help/en-US/interface/dialogbookmark.html -share/abiword-2.8/help/en-US/interface/dialogbreak.html -share/abiword-2.8/help/en-US/interface/dialogchangecase.html -share/abiword-2.8/help/en-US/interface/dialogcolumns.html -share/abiword-2.8/help/en-US/interface/dialogdateandtime.html -share/abiword-2.8/help/en-US/interface/dialogfield.html -share/abiword-2.8/help/en-US/interface/dialogfind.html -share/abiword-2.8/help/en-US/interface/dialogfont.html -share/abiword-2.8/help/en-US/interface/dialogformatfootnotes.html -share/abiword-2.8/help/en-US/interface/dialogformatheaderfooters.html -share/abiword-2.8/help/en-US/interface/dialogformattable.html -share/abiword-2.8/help/en-US/interface/dialogformattextbox.html -share/abiword-2.8/help/en-US/interface/dialoggoto.html -share/abiword-2.8/help/en-US/interface/dialoghtmlexport.html -share/abiword-2.8/help/en-US/interface/dialoghyperlink.html -share/abiword-2.8/help/en-US/interface/dialogimageproperties.html -share/abiword-2.8/help/en-US/interface/dialoginserttable.html -share/abiword-2.8/help/en-US/interface/dialoglanguage.html -share/abiword-2.8/help/en-US/interface/dialoglists.html -share/abiword-2.8/help/en-US/interface/dialogmailmerge.html -share/abiword-2.8/help/en-US/interface/dialogmailmergetool.html -share/abiword-2.8/help/en-US/interface/dialogmarkrevisions.html -share/abiword-2.8/help/en-US/interface/dialogmergecells.html -share/abiword-2.8/help/en-US/interface/dialogmodifystyle.html -share/abiword-2.8/help/en-US/interface/dialognew.html -share/abiword-2.8/help/en-US/interface/dialognewstyle.html -share/abiword-2.8/help/en-US/interface/dialogopenlinux.html -share/abiword-2.8/help/en-US/interface/dialogpagenumbers.html -share/abiword-2.8/help/en-US/interface/dialogpagesetup.html -share/abiword-2.8/help/en-US/interface/dialogparagraph.html -share/abiword-2.8/help/en-US/interface/dialogplugins.html -share/abiword-2.8/help/en-US/interface/dialogpreferences.html -share/abiword-2.8/help/en-US/interface/dialogprint.html -share/abiword-2.8/help/en-US/interface/dialogproperties.html -share/abiword-2.8/help/en-US/interface/dialogreplace.html -share/abiword-2.8/help/en-US/interface/dialogsavelinux.html -share/abiword-2.8/help/en-US/interface/dialogscreencolor.html -share/abiword-2.8/help/en-US/interface/dialogselectrevision.html -share/abiword-2.8/help/en-US/interface/dialogspelling.html -share/abiword-2.8/help/en-US/interface/dialogstyles.html -share/abiword-2.8/help/en-US/interface/dialogsymbol.html -share/abiword-2.8/help/en-US/interface/dialogtabs.html -share/abiword-2.8/help/en-US/interface/dialogviewdocument.html -share/abiword-2.8/help/en-US/interface/dialogwordcount.html -share/abiword-2.8/help/en-US/interface/dialogzoom.html -share/abiword-2.8/help/en-US/interface/index.html -share/abiword-2.8/help/en-US/interface/menucontextual.html -share/abiword-2.8/help/en-US/interface/menuedit.html -share/abiword-2.8/help/en-US/interface/menufile.html -share/abiword-2.8/help/en-US/interface/menuformat.html -share/abiword-2.8/help/en-US/interface/menuhelp.html -share/abiword-2.8/help/en-US/interface/menuinsert.html -share/abiword-2.8/help/en-US/interface/menutable.html -share/abiword-2.8/help/en-US/interface/menutools.html -share/abiword-2.8/help/en-US/interface/menuview.html -share/abiword-2.8/help/en-US/interface/menuwindow.html -share/abiword-2.8/help/en-US/interface/rulers.html -share/abiword-2.8/help/en-US/interface/toolbarextra.html -share/abiword-2.8/help/en-US/interface/toolbarformatting.html -share/abiword-2.8/help/en-US/interface/toolbarstandard.html -share/abiword-2.8/help/en-US/interface/toolbartable.html -share/abiword-2.8/help/en-US/interface/workspace.html -share/abiword-2.8/help/en-US/introduction.html -share/abiword-2.8/help/en-US/plugins/index.html -share/abiword-2.8/help/en-US/problems/index.html -share/abiword-2.8/help/en-US/problems/problemsbugs.html -share/abiword-2.8/help/en-US/problems/problemsfaq.html -share/abiword-2.8/help/en-US/problems/problemshelp.html -share/abiword-2.8/help/en-US/search.html -share/abiword-2.8/help/en-US/style.css -share/abiword-2.8/help/en-US/tutorial/index.html -share/abiword-2.8/help/en-US/tutorial/intro.html -share/abiword-2.8/help/en-US/tutorial/window.html -share/abiword-2.8/help/fr-FR/aboutos.html -share/abiword-2.8/help/fr-FR/credits.html -share/abiword-2.8/help/fr-FR/fdl.html -share/abiword-2.8/help/fr-FR/histyle.css -share/abiword-2.8/help/fr-FR/howto/howtonormaltemplate.html -share/abiword-2.8/help/fr-FR/howto/howtotables.html -share/abiword-2.8/help/fr-FR/howto/howtoweb.html -share/abiword-2.8/help/fr-FR/howto/howtoword.html -share/abiword-2.8/help/fr-FR/howto/index.html -share/abiword-2.8/help/fr-FR/index.html -share/abiword-2.8/help/fr-FR/info/index.html -share/abiword-2.8/help/fr-FR/info/infoformats.html -share/abiword-2.8/help/fr-FR/info/infomsdi.html -share/abiword-2.8/help/fr-FR/info/inforequirements.html -share/abiword-2.8/help/fr-FR/info/infosections.html -share/abiword-2.8/help/fr-FR/info/infospelling.html -share/abiword-2.8/help/fr-FR/interface/dialogactivatewindow.html -share/abiword-2.8/help/fr-FR/interface/dialogbackgroundcolor.html -share/abiword-2.8/help/fr-FR/interface/dialogbookmark.html -share/abiword-2.8/help/fr-FR/interface/dialogbreak.html -share/abiword-2.8/help/fr-FR/interface/dialogchangecase.html -share/abiword-2.8/help/fr-FR/interface/dialogcolumns.html -share/abiword-2.8/help/fr-FR/interface/dialogdateandtime.html -share/abiword-2.8/help/fr-FR/interface/dialogfield.html -share/abiword-2.8/help/fr-FR/interface/dialogfind.html -share/abiword-2.8/help/fr-FR/interface/dialogfont.html -share/abiword-2.8/help/fr-FR/interface/dialogformatheaderfooters.html -share/abiword-2.8/help/fr-FR/interface/dialoggoto.html -share/abiword-2.8/help/fr-FR/interface/dialoghyperlink.html -share/abiword-2.8/help/fr-FR/interface/dialogimageproperties.html -share/abiword-2.8/help/fr-FR/interface/dialoglanguage.html -share/abiword-2.8/help/fr-FR/interface/dialoglists.html -share/abiword-2.8/help/fr-FR/interface/dialogmodifystyle.html -share/abiword-2.8/help/fr-FR/interface/dialognew.html -share/abiword-2.8/help/fr-FR/interface/dialognewstyle.html -share/abiword-2.8/help/fr-FR/interface/dialogopenlinux.html -share/abiword-2.8/help/fr-FR/interface/dialogpagenumbers.html -share/abiword-2.8/help/fr-FR/interface/dialogpagesetup.html -share/abiword-2.8/help/fr-FR/interface/dialogparagraph.html -share/abiword-2.8/help/fr-FR/interface/dialogplugins.html -share/abiword-2.8/help/fr-FR/interface/dialogpreferences.html -share/abiword-2.8/help/fr-FR/interface/dialogreplace.html -share/abiword-2.8/help/fr-FR/interface/dialogsavelinux.html -share/abiword-2.8/help/fr-FR/interface/dialogscreencolor.html -share/abiword-2.8/help/fr-FR/interface/dialogspelling.html -share/abiword-2.8/help/fr-FR/interface/dialogstyles.html -share/abiword-2.8/help/fr-FR/interface/dialogsymbol.html -share/abiword-2.8/help/fr-FR/interface/dialogtabs.html -share/abiword-2.8/help/fr-FR/interface/dialogwordcount.html -share/abiword-2.8/help/fr-FR/interface/dialogzoom.html -share/abiword-2.8/help/fr-FR/interface/index.html -share/abiword-2.8/help/fr-FR/interface/menucontextual.html -share/abiword-2.8/help/fr-FR/interface/menuedit.html -share/abiword-2.8/help/fr-FR/interface/menufile.html -share/abiword-2.8/help/fr-FR/interface/menuformat.html -share/abiword-2.8/help/fr-FR/interface/menuhelp.html -share/abiword-2.8/help/fr-FR/interface/menuinsert.html -share/abiword-2.8/help/fr-FR/interface/menutools.html -share/abiword-2.8/help/fr-FR/interface/menuview.html -share/abiword-2.8/help/fr-FR/interface/menuweb.html -share/abiword-2.8/help/fr-FR/interface/menuwindow.html -share/abiword-2.8/help/fr-FR/interface/rulers.html -share/abiword-2.8/help/fr-FR/interface/toolbarextra.html -share/abiword-2.8/help/fr-FR/interface/toolbarformatting.html -share/abiword-2.8/help/fr-FR/interface/toolbarstandard.html -share/abiword-2.8/help/fr-FR/interface/workspace.html -share/abiword-2.8/help/fr-FR/introduction.html -share/abiword-2.8/help/fr-FR/plugins/index.html -share/abiword-2.8/help/fr-FR/style.css -share/abiword-2.8/help/fr-FR/tutorial/index.html -share/abiword-2.8/help/pl-PL/aboutos.html -share/abiword-2.8/help/pl-PL/credits.html -share/abiword-2.8/help/pl-PL/fdl.html -share/abiword-2.8/help/pl-PL/fdl_pl.html -share/abiword-2.8/help/pl-PL/histyle.css -share/abiword-2.8/help/pl-PL/howto/howtonormaltemplate.html -share/abiword-2.8/help/pl-PL/howto/howtotables.html -share/abiword-2.8/help/pl-PL/howto/howtoweb.html -share/abiword-2.8/help/pl-PL/howto/howtoword.html -share/abiword-2.8/help/pl-PL/howto/index.html -share/abiword-2.8/help/pl-PL/index.html -share/abiword-2.8/help/pl-PL/info/index.html -share/abiword-2.8/help/pl-PL/info/infoformats.html -share/abiword-2.8/help/pl-PL/info/infomsdi.html -share/abiword-2.8/help/pl-PL/info/inforequirements.html -share/abiword-2.8/help/pl-PL/info/infosections.html -share/abiword-2.8/help/pl-PL/interface/dialogactivatewindow.html -share/abiword-2.8/help/pl-PL/interface/dialogbookmark.html -share/abiword-2.8/help/pl-PL/interface/dialogfont.html -share/abiword-2.8/help/pl-PL/interface/dialogformatheaderfooters.html -share/abiword-2.8/help/pl-PL/interface/dialoggoto.html -share/abiword-2.8/help/pl-PL/interface/dialoghyperlink.html -share/abiword-2.8/help/pl-PL/interface/dialogmodifystyle.html -share/abiword-2.8/help/pl-PL/interface/dialognew.html -share/abiword-2.8/help/pl-PL/interface/dialogparagraph.html -share/abiword-2.8/help/pl-PL/interface/dialogwordcount.html -share/abiword-2.8/help/pl-PL/interface/dialogzoom.html -share/abiword-2.8/help/pl-PL/interface/index.html -share/abiword-2.8/help/pl-PL/interface/menucontextual.html -share/abiword-2.8/help/pl-PL/interface/menuedit.html -share/abiword-2.8/help/pl-PL/interface/menufile.html -share/abiword-2.8/help/pl-PL/interface/menuformat.html -share/abiword-2.8/help/pl-PL/interface/menuhelp.html -share/abiword-2.8/help/pl-PL/interface/menuinsert.html -share/abiword-2.8/help/pl-PL/interface/menutools.html -share/abiword-2.8/help/pl-PL/interface/menuweb.html -share/abiword-2.8/help/pl-PL/interface/menuwindow.html -share/abiword-2.8/help/pl-PL/interface/rulers.html -share/abiword-2.8/help/pl-PL/interface/toolbarextra.html -share/abiword-2.8/help/pl-PL/interface/toolbarformatting.html -share/abiword-2.8/help/pl-PL/interface/toolbarstandard.html -share/abiword-2.8/help/pl-PL/interface/workspace.html -share/abiword-2.8/help/pl-PL/introduction.html -share/abiword-2.8/help/pl-PL/plugins/index.html -share/abiword-2.8/help/pl-PL/problems/index.html -share/abiword-2.8/help/pl-PL/problems/problemsbugs.html -share/abiword-2.8/help/pl-PL/problems/problemsfaq.html -share/abiword-2.8/help/pl-PL/problems/problemshelp.html -share/abiword-2.8/help/pl-PL/style.css -share/abiword-2.8/help/pl-PL/tutorial/index.html -@dirrm share/abiword-2.8/help/pl-PL/tutorial -@dirrm share/abiword-2.8/help/pl-PL/problems -@dirrm share/abiword-2.8/help/pl-PL/plugins -@dirrm share/abiword-2.8/help/pl-PL/interface -@dirrm share/abiword-2.8/help/pl-PL/info -@dirrm share/abiword-2.8/help/pl-PL/howto -@dirrm share/abiword-2.8/help/pl-PL -@dirrm share/abiword-2.8/help/fr-FR/tutorial -@dirrm share/abiword-2.8/help/fr-FR/plugins -@dirrm share/abiword-2.8/help/fr-FR/interface -@dirrm share/abiword-2.8/help/fr-FR/info -@dirrm share/abiword-2.8/help/fr-FR/howto -@dirrm share/abiword-2.8/help/fr-FR -@dirrm share/abiword-2.8/help/en-US/tutorial -@dirrm share/abiword-2.8/help/en-US/problems -@dirrm share/abiword-2.8/help/en-US/plugins -@dirrm share/abiword-2.8/help/en-US/interface -@dirrm share/abiword-2.8/help/en-US/info -@dirrm share/abiword-2.8/help/en-US/howto -@dirrm share/abiword-2.8/help/en-US -@dirrm share/abiword-2.8/help diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile deleted file mode 100644 index e44ee4a9b..000000000 --- a/editors/abiword/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# New ports collection makefile for: AbiWord2 -# Date created: 22 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= abiword -PORTVERSION= 2.8.1 -CATEGORIES= editors -MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ -MASTER_SITE_SUBDIR= abiword -DIST_SUBDIR= AbiWord - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An open-source, cross-platform WYSIWYG word processor - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - png.5:${PORTSDIR}/graphics/png \ - wv-1.2:${PORTSDIR}/textproc/wv \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - fribidi.3:${PORTSDIR}/converters/fribidi \ - goffice-0.8.7:${PORTSDIR}/devel/goffice -RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu - -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gnomehack libxml2 gtk20 desktopfileutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --without-gnomevfs --disable-collab-backend-xmpp \ - --disable-collab-backend-sugar -USE_LDCONFIG= yes -INSTALLS_ICONS= yes - -ABIVERSION= 2.8 -PLIST_SUB+= ABIVERSION=${ABIVERSION} - -OPTIONS= DEBUG "Enable debug" off \ - BOOST "Build with boost" on \ - GUCHARMAP "Use Gucharmap as the symbol insertion tool" on \ - SPELLCHECK "Enable spell checking support" on \ - CLIPART "Install clipart" on \ - TEMPLATES "Install additional templates" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug --enable-symbols -.endif - -.if defined(WITH_BOOST) -CONFIGURE_ARGS+= --with-boost -LIB_DEPENDS+= boost_system.4:${PORTSDIR}/devel/boost-libs -.else -CONFIGURE_ARGS+= --without-boost -.endif - -.if defined(WITH_SPELLCHECK) -LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+= --enable-spell -PLIST_SUB+= DICT="" -.else -CONFIGURE_ARGS+= --disable-spell -PLIST_SUB+= DICT="@comment " -.endif - -.if defined(WITH_GUCHARMAP) -LIB_DEPENDS+= gucharmap.7:${PORTSDIR}/deskutils/gucharmap -CONFIGURE_ARGS+= --with-gucharmap -.else -CONFIGURE_ARGS+= --without-gucharmap -.endif - -.if defined(WITH_TEMPLATES) -CONFIGURE_ARGS+= --enable-templates -PLIST_SUB+= TEMPLATES="" -.else -CONFIGURE_ARGS+= --disable-templates -PLIST_SUB+= TEMPLATES="@comment " -.endif - -.if defined(WITH_CLIPART) -CONFIGURE_ARGS+= --enable-clipart -PLIST_SUB+= CLIPART="" -.else -CONFIGURE_ARGS+= --disable-clipart -PLIST_SUB+= CLIPART="@comment " -.endif - -post-install: - @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins - @-update-desktop-database - @${MKDIR} ${PREFIX}/share/mime-info/packages - @-update-mime-database ${PREFIX}/share/mime-info - -.include <bsd.port.post.mk> diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo deleted file mode 100644 index e4fe4f2e4..000000000 --- a/editors/abiword/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (AbiWord/abiword-2.8.1.tar.gz) = 284fe25289c160c3797b527a8aacad12 -SHA256 (AbiWord/abiword-2.8.1.tar.gz) = f51b614b1202cf63a5f7ede093d31d638ece3c8e76da4036cc4aed589a9cd2ec -SIZE (AbiWord/abiword-2.8.1.tar.gz) = 8618745 diff --git a/editors/abiword/files/patch-Makefile.in b/editors/abiword/files/patch-Makefile.in deleted file mode 100644 index cb470743b..000000000 --- a/editors/abiword/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-10-28 18:39:23.000000000 +0100 -+++ Makefile.in 2009-10-28 18:39:42.000000000 +0100 -@@ -418,7 +418,7 @@ DIST_SUBDIRS = goffice-bits src plugins - @WITH_GOFFICE_BUILTIN_TRUE@SUBDIRS = goffice-bits src plugins user - @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE@desktopdir = $(datadir)/applications - @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE@desktop_DATA = abiword.desktop --@TOOLKIT_GTK_TRUE@mimedir = @ABIWORD_DATADIR@/mime-info -+@TOOLKIT_GTK_TRUE@mimedir = $(datadir)/mime-info - @TOOLKIT_GTK_TRUE@mime_DATA = abiword.keys - @TOOLKIT_GTK_TRUE@pkgconfigdir = $(prefix)/libdata/pkgconfig - @TOOLKIT_GTK_TRUE@pkgconfig_DATA = abiword-$(ABIWORD_SERIES).pc diff --git a/editors/abiword/files/patch-abiword.desktop b/editors/abiword/files/patch-abiword.desktop deleted file mode 100644 index 787b93503..000000000 --- a/editors/abiword/files/patch-abiword.desktop +++ /dev/null @@ -1,11 +0,0 @@ ---- abiword.desktop.orig 2009-06-21 15:28:21.000000000 +0200 -+++ abiword.desktop 2009-10-27 22:41:05.000000000 +0100 -@@ -6,7 +6,7 @@ Type=Application - Categories=Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base; - StartupNotify=true - X-Desktop-File-Install-Version=0.9 --MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab; -+MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab; - Name=AbiWord - GenericName=Word Processor - Comment=Compose, edit, and view documents diff --git a/editors/abiword/files/patch-configure b/editors/abiword/files/patch-configure deleted file mode 100644 index a5af7a58e..000000000 --- a/editors/abiword/files/patch-configure +++ /dev/null @@ -1,2627 +0,0 @@ ---- configure.orig 2009-10-30 15:04:48.000000000 +0100 -+++ configure 2009-10-30 15:12:38.000000000 +0100 -@@ -16626,9 +16626,9 @@ - xp_funcs='localeconv strcspn strncasecmp strtoul' # "sqrt" test fails, hmm - funcs= - --if test "$PLATFORM" == "cocoa"; then -+if test "$PLATFORM" = "cocoa"; then - funcs="$cocoa_funcs $xp_funcs" --elif test "$PLATFORM" == "unix"; then -+elif test "$PLATFORM" = "unix"; then - - for ac_header in sys/time.h - do -@@ -17114,7 +17114,7 @@ - esac - - funcs="$unix_funcs $xp_funcs" --elif test "$PLATFORM" == "win"; then -+elif test "$PLATFORM" = "win"; then - funcs="$win_funcs $xp_funcs" - fi - -@@ -17233,7 +17233,7 @@ - # Check whether --enable-default-plugins was given. - if test "${enable_default_plugins+set}" = set; then - enableval=$enable_default_plugins; -- if test "$enableval" == "no"; then -+ if test "$enableval" = "no"; then - abi_cv_disable_default_plugins="yes" - fi - -@@ -17243,11 +17243,11 @@ - # Check whether --enable-plugins was given. - if test "${enable_plugins+set}" = set; then - enableval=$enable_plugins; -- if test "$enableval" == "no"; then -+ if test "$enableval" = "no"; then - abi_cv_disable_exports="yes" - abi_cv_disable_default_plugins="yes" - abi_cv_plugins="" -- elif test "$enableval" == "yes"; then -+ elif test "$enableval" = "yes"; then - # auto-detect which plugins can be built - abi_cv_plugins="auto" - else -@@ -17261,9 +17261,9 @@ - # Check whether --enable-builtin-plugins was given. - if test "${enable_builtin_plugins+set}" = set; then - enableval=$enable_builtin_plugins; -- if test "$enableval" == "no"; then -+ if test "$enableval" = "no"; then - abi_cv_builtin_plugins="" -- elif test "$enableval" == "yes"; then -+ elif test "$enableval" = "yes"; then - # just build default plugins - abi_cv_builtin_plugins="" - else -@@ -17298,8 +17298,8 @@ - fi - - --if test "$abi_cv_print" == "yes" && -- test "$TOOLKIT" == "gtk"; then -+if test "$abi_cv_print" = "yes" && -+ test "$TOOLKIT" = "gtk"; then - opt_pkgs="$opt_pkgs" - fi - -@@ -17427,7 +17427,7 @@ - else - - # autodetect -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$enchant_req \"") >&5 - ($PKG_CONFIG --exists --print-errors " $enchant_req ") 2>&5 -@@ -17449,7 +17449,7 @@ - fi - - --if test "$abi_cv_spell" == "yes"; then -+if test "$abi_cv_spell" = "yes"; then - opt_pkgs="$opt_pkgs $enchant_req" - fi - -@@ -17517,7 +17517,7 @@ - # - # deferred from the "enable-embedded" - # --if test "$abi_cv_embedded_platform" == "hildon"; then -+if test "$abi_cv_embedded_platform" = "hildon"; then - opt_pkgs="$opt_pkgs $hildon_pkgs" - fi - -@@ -17525,7 +17525,7 @@ - # Check whether --enable-debug was given. - if test "${enable_debug+set}" = set; then - enableval=$enable_debug; -- if test "$enableval" == "yes"; then -+ if test "$enableval" = "yes"; then - abi_cv_debug="yes" - fi - -@@ -17549,7 +17549,7 @@ - else - - # use gnomevfs if detected -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$gnomevfs_req \"") >&5 - ($PKG_CONFIG --exists --print-errors " $gnomevfs_req ") 2>&5 -@@ -17571,7 +17571,7 @@ - fi - - --if test "$abi_cv_gnomevfs" == "yes"; then -+if test "$abi_cv_gnomevfs" = "yes"; then - opt_pkgs="$opt_pkgs $gnomevfs_req" - fi - -@@ -17602,7 +17602,7 @@ - fi - - --if test "$abi_cv_gio" == "yes"; then -+if test "$abi_cv_gio" = "yes"; then - opt_pkgs="$opt_pkgs $gio_req" - fi - -@@ -17615,7 +17615,7 @@ - else - - # use goffice if detected -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$goffice_req \"") >&5 - ($PKG_CONFIG --exists --print-errors " $goffice_req ") 2>&5 -@@ -17637,8 +17637,8 @@ - - GOFFICE_BUILTIN_CPPFLAGS= - GOFFICE_BUILTIN_LIBS= --if test "$PLATFORM" == "unix" && \ -- test "$abi_cv_goffice" == "yes"; then -+if test "$PLATFORM" = "unix" && \ -+ test "$abi_cv_goffice" = "yes"; then - opt_pkgs="$opt_pkgs $goffice_req" - else - GOFFICE_BUILTIN_CPPFLAGS='-I${top_srcdir}/goffice-bits' -@@ -17656,7 +17656,7 @@ - else - - # use gucharmap if detected -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$gucharmap_req \"") >&5 - ($PKG_CONFIG --exists --print-errors " $gucharmap_req ") 2>&5 -@@ -17678,7 +17678,7 @@ - fi - - --if test "$abi_cv_gucharmap" == "yes"; then -+if test "$abi_cv_gucharmap" = "yes"; then - opt_pkgs="$opt_pkgs $gucharmap_req" - fi - -@@ -17712,7 +17712,7 @@ - # Check whether --with-abisdk was given. - if test "${with_abisdk+set}" = set; then - withval=$with_abisdk; -- if test "x$withval" == "x"; then -+ if test "x$withval" = "x"; then - { { $as_echo "$as_me:$LINENO: error: The AbiSDK path must be specified." >&5 - $as_echo "$as_me: error: The AbiSDK path must be specified." >&2;} - { (exit 1); exit 1; }; } -@@ -18331,13 +18331,13 @@ - deps_pkgs="$xp_pkgs $opt_pkgs" - SYSTEM_LIBS= - SYSTEM_CFLAGS= --if test "$TOOLKIT" == "win"; then -+if test "$TOOLKIT" = "win"; then - deps_pkgs="$deps_pkgs $win_pkgs" - # nonstandard dlls go below the blank line - SYSTEM_LIBS="-ladvapi32 -lcomctl32 -lcomdlg32 -lgdi32 -lkernel32 -lole32 -loleaut32 -lshell32 -luser32 -luuid -lversion -lwinspool \ - -lpng12 -lz -ljpeg" - SYSTEM_CFLAGS="-mthreads" --elif test "$TOOLKIT" == "cocoa"; then -+elif test "$TOOLKIT" = "cocoa"; then - deps_pkgs="$deps_pkgs $cocoa_pkgs" - SYSTEM_LIBS="-framework Cocoa" - # Extract the first word of "convert", so it can be a program name with args. -@@ -18493,7 +18493,7 @@ - $as_echo "yes" >&6; } - : - fi --if test "$TOOLKIT" == "gtk"; then -+if test "$TOOLKIT" = "gtk"; then - - pkg_failed=no - { $as_echo "$as_me:$LINENO: checking for GTK214" >&5 -@@ -18561,7 +18561,7 @@ - $as_echo "yes" >&6; } - abi_cv_gtk214=yes - fi -- if test "$abi_cv_gtk214" == "yes" ; then -+ if test "$abi_cv_gtk214" = "yes" ; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GTK214 1 -@@ -18570,7 +18570,7 @@ - fi - fi - --if test "$TOOLKIT" == "gtk" -o "$TOOLKIT" == "cocoa"; then -+if test "$TOOLKIT" = "gtk" -o "$TOOLKIT" = "cocoa"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_CAIRO 1 -@@ -18578,7 +18578,7 @@ - - WITH_CAIRO=1 - fi -- if test "$WITH_CAIRO" == "1"; then -+ if test "$WITH_CAIRO" = "1"; then - WITH_CAIRO_TRUE= - WITH_CAIRO_FALSE='#' - else -@@ -18589,7 +18589,7 @@ - - - --if test "$abi_cv_gio" == "yes"; then -+if test "$abi_cv_gio" = "yes"; then - - pkg_failed=no - { $as_echo "$as_me:$LINENO: checking for GSFGI" >&5 -@@ -18657,7 +18657,7 @@ - $as_echo "yes" >&6; } - abi_cv_gsf_gio=yes - fi -- if test "$abi_cv_gsf_gio" == "yes" ; then -+ if test "$abi_cv_gsf_gio" = "yes" ; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GSF_GIO 1 -@@ -18753,7 +18753,7 @@ - - ABIWORD_HEADERSDIR="${includedir}/${PACKAGE_NAME}-${ABIWORD_SERIES}" - --if test "$TOOLKIT" == "cocoa"; then -+if test "$TOOLKIT" = "cocoa"; then - ABIWORD_CONTENTSDIR="/AbiWord.app/Contents" - - ABIWORD_DATADIR="${ABIWORD_CONTENTSDIR}/Resources" -@@ -18779,7 +18779,7 @@ - - # maybe just switch on TOOLKIT instead of the fancy TARGET defines - # also for embedded, e.g. hildon would set TOOLKIT_GTK and TOOLKIT_HILDON -- if test "$TOOLKIT" == "cocoa"; then -+ if test "$TOOLKIT" = "cocoa"; then - TOOLKIT_COCOA_TRUE= - TOOLKIT_COCOA_FALSE='#' - else -@@ -18787,7 +18787,7 @@ - TOOLKIT_COCOA_FALSE= - fi - -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - TOOLKIT_GTK_TRUE= - TOOLKIT_GTK_FALSE='#' - else -@@ -18795,7 +18795,7 @@ - TOOLKIT_GTK_FALSE= - fi - -- if test "$TOOLKIT" == "win"; then -+ if test "$TOOLKIT" = "win"; then - TOOLKIT_WIN_TRUE= - TOOLKIT_WIN_FALSE='#' - else -@@ -18804,15 +18804,15 @@ - fi - - --if test "$enable_dynamic" == ""; then -+if test "$enable_dynamic" = ""; then - enable_dynamic="no" - fi - --if test "$enable_static" == ""; then -+if test "$enable_static" = ""; then - enable_static="no" - fi - --if test "$TOOLKIT" == "win"; then -+if test "$TOOLKIT" = "win"; then - - cat >>confdefs.h <<\_ACEOF - #define TOOLKIT_WIN 1 -@@ -18831,7 +18831,7 @@ - # override static/dynamic, on win32 only static is possible - enable_dynamic="no" - enable_static="yes" --elif test "$TOOLKIT" == "cocoa"; then -+elif test "$TOOLKIT" = "cocoa"; then - - cat >>confdefs.h <<\_ACEOF - #define TOOLKIT_COCOA 1 -@@ -18847,7 +18847,7 @@ - _ACEOF - - fi -- if test "$enable_dynamic" == "yes"; then -+ if test "$enable_dynamic" = "yes"; then - ENABLE_DYNAMIC_TRUE= - ENABLE_DYNAMIC_FALSE='#' - else -@@ -18855,7 +18855,7 @@ - ENABLE_DYNAMIC_FALSE= - fi - -- if test "$enable_static" == "yes"; then -+ if test "$enable_static" = "yes"; then - ENABLE_STATIC_TRUE= - ENABLE_STATIC_FALSE='#' - else -@@ -18974,22 +18974,22 @@ - : - fi - PLUGIN_CFLAGS="$PLUGIN_CFLAGS "'${WP_CPPFLAGS} -DABI_DLL' --if test "$TOOLKIT" == "gtk" && -- test "$enable_dynamic" == "yes"; then -+if test "$TOOLKIT" = "gtk" && -+ test "$enable_dynamic" = "yes"; then - # link plugins to work around gcc visibility issue with - # derived classes in dlopened modules - PLUGIN_LIBS="$PLUGIN_LIBS "'-L${top_builddir}/src'" -labiword-$ABIWORD_SERIES" --elif test "$TOOLKIT" == "win"; then -+elif test "$TOOLKIT" = "win"; then - PLUGIN_CFLAGS="$PLUGIN_CFLAGS "'-D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0500' - # link plugins to the executable so they can be loaded - PLUGIN_LIBS="$PLUGIN_LIBS "'-L${top_builddir}/src -labiword' --elif test "$TOOLKIT" == "cocoa" ; then -+elif test "$TOOLKIT" = "cocoa" ; then - PLUGIN_LIBS="$PLUGIN_LIBS "'-L${top_builddir}/src'" -labiword-$ABIWORD_SERIES" - fi - - - --if test "$abi_cv_disable_exports" == "yes"; then -+if test "$abi_cv_disable_exports" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define DISABLE_EXPORTS 1 -@@ -18997,14 +18997,14 @@ - - fi - --if test "$abi_cv_menubutton" == "yes"; then -+if test "$abi_cv_menubutton" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_MENUBUTTON 1 - _ACEOF - - fi -- if test "$abi_cv_menubutton" == "yes"; then -+ if test "$abi_cv_menubutton" = "yes"; then - ENABLE_MENUBUTTON_TRUE= - ENABLE_MENUBUTTON_FALSE='#' - else -@@ -19013,14 +19013,14 @@ - fi - - --if test "$abi_cv_print" == "yes"; then -+if test "$abi_cv_print" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_PRINT 1 - _ACEOF - - fi -- if test "$abi_cv_print" == "yes"; then -+ if test "$abi_cv_print" = "yes"; then - ENABLE_PRINT_TRUE= - ENABLE_PRINT_FALSE='#' - else -@@ -19029,7 +19029,7 @@ - fi - - --if test "$abi_cv_spell" == "yes"; then -+if test "$abi_cv_spell" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_SPELL 1 -@@ -19042,7 +19042,7 @@ - _ACEOF - - fi -- if test "$abi_cv_spell" == "yes"; then -+ if test "$abi_cv_spell" = "yes"; then - ENABLE_SPELL_TRUE= - ENABLE_SPELL_FALSE='#' - else -@@ -19051,14 +19051,14 @@ - fi - - --if test "$abi_cv_statusbar" == "yes"; then -+if test "$abi_cv_statusbar" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_STATUSBAR 1 - _ACEOF - - fi -- if test "$abi_cv_statusbar" == "yes"; then -+ if test "$abi_cv_statusbar" = "yes"; then - ENABLE_STATUSBAR_TRUE= - ENABLE_STATUSBAR_FALSE='#' - else -@@ -19074,7 +19074,7 @@ - _ACEOF - - fi -- if test "$abi_cv_embedded_target" == "EMBEDDED_TARGET_HILDON"; then -+ if test "$abi_cv_embedded_target" = "EMBEDDED_TARGET_HILDON"; then - EMBEDDED_HILDON_TRUE= - EMBEDDED_HILDON_FALSE='#' - else -@@ -19083,14 +19083,14 @@ - fi - - --if test "$abi_cv_emacs_keybinding" == "yes"; then -+if test "$abi_cv_emacs_keybinding" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_EMACS_KEYBINDING 1 - _ACEOF - - fi -- if test "$abi_cv_emacs_keybinding" == "yes"; then -+ if test "$abi_cv_emacs_keybinding" = "yes"; then - ENABLE_EMACS_KEYBINDING_TRUE= - ENABLE_EMACS_KEYBINDING_FALSE='#' - else -@@ -19099,14 +19099,14 @@ - fi - - --if test "$abi_cv_vi_keybinding" == "yes"; then -+if test "$abi_cv_vi_keybinding" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_VI_KEYBINDING 1 - _ACEOF - - fi -- if test "$abi_cv_vi_keybinding" == "yes"; then -+ if test "$abi_cv_vi_keybinding" = "yes"; then - ENABLE_VI_KEYBINDING_TRUE= - ENABLE_VI_KEYBINDING_FALSE='#' - else -@@ -19115,7 +19115,7 @@ - fi - - -- if test "$abi_cv_clipart" == "yes"; then -+ if test "$abi_cv_clipart" = "yes"; then - ENABLE_CLIPART_TRUE= - ENABLE_CLIPART_FALSE='#' - else -@@ -19123,7 +19123,7 @@ - ENABLE_CLIPART_FALSE= - fi - -- if test "$abi_cv_templates" == "yes"; then -+ if test "$abi_cv_templates" = "yes"; then - ENABLE_TEMPLATES_TRUE= - ENABLE_TEMPLATES_FALSE='#' - else -@@ -19132,7 +19132,7 @@ - fi - - --if test "$abi_cv_debug" == "yes"; then -+if test "$abi_cv_debug" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define DEBUG 1 -@@ -19145,7 +19145,7 @@ - _ACEOF - - fi -- if test "$abi_cv_debug" == "yes"; then -+ if test "$abi_cv_debug" = "yes"; then - DEBUG_TRUE= - DEBUG_FALSE='#' - else -@@ -19158,7 +19158,7 @@ - # Optional dependencies handling - # - --if test "$abi_cv_gnomevfs" == "yes"; then -+if test "$abi_cv_gnomevfs" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_GNOMEVFS 1 -@@ -19166,7 +19166,7 @@ - - fi - --if test "$abi_cv_gio" == "yes"; then -+if test "$abi_cv_gio" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_GIO 1 -@@ -19174,14 +19174,14 @@ - - fi - --if test "$abi_cv_goffice" == "yes"; then -+if test "$abi_cv_goffice" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_GOFFICE 1 - _ACEOF - - fi -- if test "$TOOLKIT" == "gtk" && test "$abi_cv_goffice" != "yes"; then -+ if test "$TOOLKIT" = "gtk" && test "$abi_cv_goffice" != "yes"; then - WITH_GOFFICE_BUILTIN_TRUE= - WITH_GOFFICE_BUILTIN_FALSE='#' - else -@@ -19191,14 +19191,14 @@ - - - --if test "$abi_cv_gucharmap" == "yes"; then -+if test "$abi_cv_gucharmap" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_GUCHARMAP 1 - _ACEOF - - fi -- if test "$abi_cv_gucharmap" == "yes"; then -+ if test "$abi_cv_gucharmap" = "yes"; then - WITH_GUCHARMAP_TRUE= - WITH_GUCHARMAP_FALSE='#' - else -@@ -19216,7 +19216,7 @@ - - - PLUGINS= --if test "$abi_cv_plugins" == "auto"; then -+if test "$abi_cv_plugins" = "auto"; then - - # which plugins to auto-enable - # this creates variables like "enable_wordperfect=auto" -@@ -19259,7 +19259,7 @@ - BUILTIN_PLUGINS_LA="$BUILTIN_PLUGINS_LA ../../plugins/$plugin/$plugin.la" - done - -- if test "$enable_loadbindings_builtin" == "yes"; then -+ if test "$enable_loadbindings_builtin" = "yes"; then - LOADBINDINGS_BUILTIN_TRUE= - LOADBINDINGS_BUILTIN_FALSE='#' - else -@@ -19267,7 +19267,7 @@ - LOADBINDINGS_BUILTIN_FALSE= - fi - -- if test "$enable_paint_builtin" == "yes"; then -+ if test "$enable_paint_builtin" = "yes"; then - PAINT_BUILTIN_TRUE= - PAINT_BUILTIN_FALSE='#' - else -@@ -19275,7 +19275,7 @@ - PAINT_BUILTIN_FALSE= - fi - -- if test "$enable_hrtext_builtin" == "yes"; then -+ if test "$enable_hrtext_builtin" = "yes"; then - HRTEXT_BUILTIN_TRUE= - HRTEXT_BUILTIN_FALSE='#' - else -@@ -19283,7 +19283,7 @@ - HRTEXT_BUILTIN_FALSE= - fi - -- if test "$enable_pdb_builtin" == "yes"; then -+ if test "$enable_pdb_builtin" = "yes"; then - PDB_BUILTIN_TRUE= - PDB_BUILTIN_FALSE='#' - else -@@ -19291,7 +19291,7 @@ - PDB_BUILTIN_FALSE= - fi - -- if test "$enable_goffice_builtin" == "yes"; then -+ if test "$enable_goffice_builtin" = "yes"; then - GOFFICE_BUILTIN_TRUE= - GOFFICE_BUILTIN_FALSE='#' - else -@@ -19299,7 +19299,7 @@ - GOFFICE_BUILTIN_FALSE= - fi - -- if test "$enable_gimp_builtin" == "yes"; then -+ if test "$enable_gimp_builtin" = "yes"; then - GIMP_BUILTIN_TRUE= - GIMP_BUILTIN_FALSE='#' - else -@@ -19307,7 +19307,7 @@ - GIMP_BUILTIN_FALSE= - fi - -- if test "$enable_mif_builtin" == "yes"; then -+ if test "$enable_mif_builtin" = "yes"; then - MIF_BUILTIN_TRUE= - MIF_BUILTIN_FALSE='#' - else -@@ -19315,7 +19315,7 @@ - MIF_BUILTIN_FALSE= - fi - -- if test "$enable_mht_builtin" == "yes"; then -+ if test "$enable_mht_builtin" = "yes"; then - MHT_BUILTIN_TRUE= - MHT_BUILTIN_FALSE='#' - else -@@ -19323,7 +19323,7 @@ - MHT_BUILTIN_FALSE= - fi - -- if test "$enable_applix_builtin" == "yes"; then -+ if test "$enable_applix_builtin" = "yes"; then - APPLIX_BUILTIN_TRUE= - APPLIX_BUILTIN_FALSE='#' - else -@@ -19331,7 +19331,7 @@ - APPLIX_BUILTIN_FALSE= - fi - -- if test "$enable_docbook_builtin" == "yes"; then -+ if test "$enable_docbook_builtin" = "yes"; then - DOCBOOK_BUILTIN_TRUE= - DOCBOOK_BUILTIN_FALSE='#' - else -@@ -19339,7 +19339,7 @@ - DOCBOOK_BUILTIN_FALSE= - fi - -- if test "$enable_wikipedia_builtin" == "yes"; then -+ if test "$enable_wikipedia_builtin" = "yes"; then - WIKIPEDIA_BUILTIN_TRUE= - WIKIPEDIA_BUILTIN_FALSE='#' - else -@@ -19347,7 +19347,7 @@ - WIKIPEDIA_BUILTIN_FALSE= - fi - -- if test "$enable_babelfish_builtin" == "yes"; then -+ if test "$enable_babelfish_builtin" = "yes"; then - BABELFISH_BUILTIN_TRUE= - BABELFISH_BUILTIN_FALSE='#' - else -@@ -19355,7 +19355,7 @@ - BABELFISH_BUILTIN_FALSE= - fi - -- if test "$enable_command_builtin" == "yes"; then -+ if test "$enable_command_builtin" = "yes"; then - COMMAND_BUILTIN_TRUE= - COMMAND_BUILTIN_FALSE='#' - else -@@ -19363,7 +19363,7 @@ - COMMAND_BUILTIN_FALSE= - fi - -- if test "$enable_garble_builtin" == "yes"; then -+ if test "$enable_garble_builtin" = "yes"; then - GARBLE_BUILTIN_TRUE= - GARBLE_BUILTIN_FALSE='#' - else -@@ -19371,7 +19371,7 @@ - GARBLE_BUILTIN_FALSE= - fi - -- if test "$enable_ots_builtin" == "yes"; then -+ if test "$enable_ots_builtin" = "yes"; then - OTS_BUILTIN_TRUE= - OTS_BUILTIN_FALSE='#' - else -@@ -19379,7 +19379,7 @@ - OTS_BUILTIN_FALSE= - fi - -- if test "$enable_google_builtin" == "yes"; then -+ if test "$enable_google_builtin" = "yes"; then - GOOGLE_BUILTIN_TRUE= - GOOGLE_BUILTIN_FALSE='#' - else -@@ -19387,7 +19387,7 @@ - GOOGLE_BUILTIN_FALSE= - fi - -- if test "$enable_opendocument_builtin" == "yes"; then -+ if test "$enable_opendocument_builtin" = "yes"; then - OPENDOCUMENT_BUILTIN_TRUE= - OPENDOCUMENT_BUILTIN_FALSE='#' - else -@@ -19395,7 +19395,7 @@ - OPENDOCUMENT_BUILTIN_FALSE= - fi - -- if test "$enable_wordperfect_builtin" == "yes"; then -+ if test "$enable_wordperfect_builtin" = "yes"; then - WORDPERFECT_BUILTIN_TRUE= - WORDPERFECT_BUILTIN_FALSE='#' - else -@@ -19403,7 +19403,7 @@ - WORDPERFECT_BUILTIN_FALSE= - fi - -- if test "$enable_urldict_builtin" == "yes"; then -+ if test "$enable_urldict_builtin" = "yes"; then - URLDICT_BUILTIN_TRUE= - URLDICT_BUILTIN_FALSE='#' - else -@@ -19411,7 +19411,7 @@ - URLDICT_BUILTIN_FALSE= - fi - -- if test "$enable_psion_builtin" == "yes"; then -+ if test "$enable_psion_builtin" = "yes"; then - PSION_BUILTIN_TRUE= - PSION_BUILTIN_FALSE='#' - else -@@ -19419,7 +19419,7 @@ - PSION_BUILTIN_FALSE= - fi - -- if test "$enable_opml_builtin" == "yes"; then -+ if test "$enable_opml_builtin" = "yes"; then - OPML_BUILTIN_TRUE= - OPML_BUILTIN_FALSE='#' - else -@@ -19427,7 +19427,7 @@ - OPML_BUILTIN_FALSE= - fi - -- if test "$enable_eml_builtin" == "yes"; then -+ if test "$enable_eml_builtin" = "yes"; then - EML_BUILTIN_TRUE= - EML_BUILTIN_FALSE='#' - else -@@ -19435,7 +19435,7 @@ - EML_BUILTIN_FALSE= - fi - -- if test "$enable_collab_builtin" == "yes"; then -+ if test "$enable_collab_builtin" = "yes"; then - COLLAB_BUILTIN_TRUE= - COLLAB_BUILTIN_FALSE='#' - else -@@ -19443,7 +19443,7 @@ - COLLAB_BUILTIN_FALSE= - fi - -- if test "$enable_pdf_builtin" == "yes"; then -+ if test "$enable_pdf_builtin" = "yes"; then - PDF_BUILTIN_TRUE= - PDF_BUILTIN_FALSE='#' - else -@@ -19451,7 +19451,7 @@ - PDF_BUILTIN_FALSE= - fi - -- if test "$enable_wmf_builtin" == "yes"; then -+ if test "$enable_wmf_builtin" = "yes"; then - WMF_BUILTIN_TRUE= - WMF_BUILTIN_FALSE='#' - else -@@ -19459,7 +19459,7 @@ - WMF_BUILTIN_FALSE= - fi - -- if test "$enable_t602_builtin" == "yes"; then -+ if test "$enable_t602_builtin" = "yes"; then - T602_BUILTIN_TRUE= - T602_BUILTIN_FALSE='#' - else -@@ -19467,7 +19467,7 @@ - T602_BUILTIN_FALSE= - fi - -- if test "$enable_mswrite_builtin" == "yes"; then -+ if test "$enable_mswrite_builtin" = "yes"; then - MSWRITE_BUILTIN_TRUE= - MSWRITE_BUILTIN_FALSE='#' - else -@@ -19475,7 +19475,7 @@ - MSWRITE_BUILTIN_FALSE= - fi - -- if test "$enable_clarisworks_builtin" == "yes"; then -+ if test "$enable_clarisworks_builtin" = "yes"; then - CLARISWORKS_BUILTIN_TRUE= - CLARISWORKS_BUILTIN_FALSE='#' - else -@@ -19483,7 +19483,7 @@ - CLARISWORKS_BUILTIN_FALSE= - fi - -- if test "$enable_freetranslation_builtin" == "yes"; then -+ if test "$enable_freetranslation_builtin" = "yes"; then - FREETRANSLATION_BUILTIN_TRUE= - FREETRANSLATION_BUILTIN_FALSE='#' - else -@@ -19491,7 +19491,7 @@ - FREETRANSLATION_BUILTIN_FALSE= - fi - -- if test "$enable_aiksaurus_builtin" == "yes"; then -+ if test "$enable_aiksaurus_builtin" = "yes"; then - AIKSAURUS_BUILTIN_TRUE= - AIKSAURUS_BUILTIN_FALSE='#' - else -@@ -19499,7 +19499,7 @@ - AIKSAURUS_BUILTIN_FALSE= - fi - -- if test "$enable_hancom_builtin" == "yes"; then -+ if test "$enable_hancom_builtin" = "yes"; then - HANCOM_BUILTIN_TRUE= - HANCOM_BUILTIN_FALSE='#' - else -@@ -19507,7 +19507,7 @@ - HANCOM_BUILTIN_FALSE= - fi - -- if test "$enable_iscii_builtin" == "yes"; then -+ if test "$enable_iscii_builtin" = "yes"; then - ISCII_BUILTIN_TRUE= - ISCII_BUILTIN_FALSE='#' - else -@@ -19515,7 +19515,7 @@ - ISCII_BUILTIN_FALSE= - fi - -- if test "$enable_openxml_builtin" == "yes"; then -+ if test "$enable_openxml_builtin" = "yes"; then - OPENXML_BUILTIN_TRUE= - OPENXML_BUILTIN_FALSE='#' - else -@@ -19523,7 +19523,7 @@ - OPENXML_BUILTIN_FALSE= - fi - -- if test "$enable_gdict_builtin" == "yes"; then -+ if test "$enable_gdict_builtin" = "yes"; then - GDICT_BUILTIN_TRUE= - GDICT_BUILTIN_FALSE='#' - else -@@ -19531,7 +19531,7 @@ - GDICT_BUILTIN_FALSE= - fi - -- if test "$enable_s5_builtin" == "yes"; then -+ if test "$enable_s5_builtin" = "yes"; then - S5_BUILTIN_TRUE= - S5_BUILTIN_FALSE='#' - else -@@ -19539,7 +19539,7 @@ - S5_BUILTIN_FALSE= - fi - -- if test "$enable_mathview_builtin" == "yes"; then -+ if test "$enable_mathview_builtin" = "yes"; then - MATHVIEW_BUILTIN_TRUE= - MATHVIEW_BUILTIN_FALSE='#' - else -@@ -19547,7 +19547,7 @@ - MATHVIEW_BUILTIN_FALSE= - fi - -- if test "$enable_gda_builtin" == "yes"; then -+ if test "$enable_gda_builtin" = "yes"; then - GDA_BUILTIN_TRUE= - GDA_BUILTIN_FALSE='#' - else -@@ -19555,7 +19555,7 @@ - GDA_BUILTIN_FALSE= - fi - -- if test "$enable_grammar_builtin" == "yes"; then -+ if test "$enable_grammar_builtin" = "yes"; then - GRAMMAR_BUILTIN_TRUE= - GRAMMAR_BUILTIN_FALSE='#' - else -@@ -19563,7 +19563,7 @@ - GRAMMAR_BUILTIN_FALSE= - fi - -- if test "$enable_bmp_builtin" == "yes"; then -+ if test "$enable_bmp_builtin" = "yes"; then - BMP_BUILTIN_TRUE= - BMP_BUILTIN_FALSE='#' - else -@@ -19571,7 +19571,7 @@ - BMP_BUILTIN_FALSE= - fi - -- if test "$enable_openwriter_builtin" == "yes"; then -+ if test "$enable_openwriter_builtin" "yes"; then - OPENWRITER_BUILTIN_TRUE= - OPENWRITER_BUILTIN_FALSE='#' - else -@@ -19579,7 +19579,7 @@ - OPENWRITER_BUILTIN_FALSE= - fi - -- if test "$enable_latex_builtin" == "yes"; then -+ if test "$enable_latex_builtin" = "yes"; then - LATEX_BUILTIN_TRUE= - LATEX_BUILTIN_FALSE='#' - else -@@ -19587,7 +19587,7 @@ - LATEX_BUILTIN_FALSE= - fi - -- if test "$enable_presentation_builtin" == "yes"; then -+ if test "$enable_presentation_builtin" = "yes"; then - PRESENTATION_BUILTIN_TRUE= - PRESENTATION_BUILTIN_FALSE='#' - else -@@ -19595,7 +19595,7 @@ - PRESENTATION_BUILTIN_FALSE= - fi - -- if test "$enable_rsvg_builtin" == "yes"; then -+ if test "$enable_rsvg_builtin" = "yes"; then - RSVG_BUILTIN_TRUE= - RSVG_BUILTIN_FALSE='#' - else -@@ -19603,7 +19603,7 @@ - RSVG_BUILTIN_FALSE= - fi - -- if test "$enable_wml_builtin" == "yes"; then -+ if test "$enable_wml_builtin" = "yes"; then - WML_BUILTIN_TRUE= - WML_BUILTIN_FALSE='#' - else -@@ -19611,7 +19611,7 @@ - WML_BUILTIN_FALSE= - fi - -- if test "$enable_passepartout_builtin" == "yes"; then -+ if test "$enable_passepartout_builtin" = "yes"; then - PASSEPARTOUT_BUILTIN_TRUE= - PASSEPARTOUT_BUILTIN_FALSE='#' - else -@@ -19619,7 +19619,7 @@ - PASSEPARTOUT_BUILTIN_FALSE= - fi - -- if test "$enable_wpg_builtin" == "yes"; then -+ if test "$enable_wpg_builtin" = "yes"; then - WPG_BUILTIN_TRUE= - WPG_BUILTIN_FALSE='#' - else -@@ -19627,7 +19627,7 @@ - WPG_BUILTIN_FALSE= - fi - -- if test "$enable_xslfo_builtin" == "yes"; then -+ if test "$enable_xslfo_builtin" = "yes"; then - XSLFO_BUILTIN_TRUE= - XSLFO_BUILTIN_FALSE='#' - else -@@ -19635,7 +19635,7 @@ - XSLFO_BUILTIN_FALSE= - fi - -- if test "$enable_kword_builtin" == "yes"; then -+ if test "$enable_kword_builtin" = "yes"; then - KWORD_BUILTIN_TRUE= - KWORD_BUILTIN_FALSE='#' - else -@@ -19643,7 +19643,7 @@ - KWORD_BUILTIN_FALSE= - fi - -- if test "$enable_sdw_builtin" == "yes"; then -+ if test "$enable_sdw_builtin" = "yes"; then - SDW_BUILTIN_TRUE= - SDW_BUILTIN_FALSE='#' - else -@@ -19670,15 +19670,15 @@ - - else - -- test "$enable_loadbindings" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: loadbindings plugin: dependencies not satisfied - $loadbindings_pkgs" >&5 -+ test "$enable_loadbindings" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: loadbindings plugin: dependencies not satisfied - $loadbindings_pkgs" >&5 - $as_echo "$as_me: WARNING: loadbindings plugin: dependencies not satisfied - $loadbindings_pkgs" >&2;} - - fi - - fi - --if test "$enable_loadbindings" == "yes" || \ -- test "$loadbindings_deps" == "yes"; then -+if test "$enable_loadbindings" = "yes" || \ -+ test "$loadbindings_deps" = "yes"; then - - - pkg_failed=no -@@ -19790,12 +19790,12 @@ - : - fi - --test "$enable_loadbindings" == "auto" && PLUGINS="$PLUGINS loadbindings" -+test "$enable_loadbindings" = "auto" && PLUGINS="$PLUGINS loadbindings" - - LOADBINDINGS_CFLAGS="$LOADBINDINGS_CFLAGS "'${PLUGIN_CFLAGS}' - LOADBINDINGS_LIBS="$LOADBINDINGS_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_loadbindings_builtin" == "yes"; then -+if test "$enable_loadbindings_builtin" = "yes"; then - LOADBINDINGS_CFLAGS="$LOADBINDINGS_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -19810,17 +19810,17 @@ - - if test "$enable_paint" != ""; then - --test "$enable_paint" == "auto" && PLUGINS="$PLUGINS paint" -+test "$enable_paint" = "auto" && PLUGINS="$PLUGINS paint" - - # TODO check for libpng --if test "$TOOLKIT" == "win"; then -+if test "$TOOLKIT" = "win"; then - PAINT_LIBS="-lgdi32 -lpng12" - fi - - PAINT_CFLAGS="$PAINT_CFLAGS "'${PLUGIN_CFLAGS}' - PAINT_LIBS="$PAINT_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_paint_builtin" == "yes"; then -+if test "$enable_paint_builtin" = "yes"; then - PAINT_CFLAGS="$PAINT_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -19835,12 +19835,12 @@ - - if test "$enable_hrtext" != ""; then - --test "$enable_hrtext" == "auto" && PLUGINS="$PLUGINS hrtext" -+test "$enable_hrtext" = "auto" && PLUGINS="$PLUGINS hrtext" - - HRTEXT_CFLAGS="$HRTEXT_CFLAGS "'${PLUGIN_CFLAGS}' - HRTEXT_LIBS="$HRTEXT_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_hrtext_builtin" == "yes"; then -+if test "$enable_hrtext_builtin" = "yes"; then - HRTEXT_CFLAGS="$HRTEXT_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -19866,15 +19866,15 @@ - - else - -- test "$enable_pdb" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: pdb plugin: dependencies not satisfied - $pdb_pkgs" >&5 -+ test "$enable_pdb" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: pdb plugin: dependencies not satisfied - $pdb_pkgs" >&5 - $as_echo "$as_me: WARNING: pdb plugin: dependencies not satisfied - $pdb_pkgs" >&2;} - - fi - - fi - --if test "$enable_pdb" == "yes" || \ -- test "$pdb_deps" == "yes"; then -+if test "$enable_pdb" = "yes" || \ -+ test "$pdb_deps" = "yes"; then - - - pkg_failed=no -@@ -19986,12 +19986,12 @@ - : - fi - --test "$enable_pdb" == "auto" && PLUGINS="$PLUGINS pdb" -+test "$enable_pdb" = "auto" && PLUGINS="$PLUGINS pdb" - - PDB_CFLAGS="$PDB_CFLAGS "'${PLUGIN_CFLAGS}' - PDB_LIBS="$PDB_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_pdb_builtin" == "yes"; then -+if test "$enable_pdb_builtin" = "yes"; then - PDB_CFLAGS="$PDB_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -20027,14 +20027,14 @@ - - { $as_echo "$as_me:$LINENO: checking for gtk toolkit" >&5 - $as_echo_n "checking for gtk toolkit... " >&6; } -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 - $as_echo "yes" >&6; } - goffice_deps="yes" - else - { $as_echo "$as_me:$LINENO: result: no" >&5 - $as_echo "no" >&6; } -- if test "$enable_goffice" == "auto"; then -+ if test "$enable_goffice" = "auto"; then - { $as_echo "$as_me:$LINENO: WARNING: goffice plugin: only supported with gtk" >&5 - $as_echo "$as_me: WARNING: goffice plugin: only supported with gtk" >&2;} - else -@@ -20046,17 +20046,17 @@ - - else - -- test "$enable_goffice" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: goffice plugin: dependencies not satisfied - $goffice_pkgs" >&5 -+ test "$enable_goffice" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: goffice plugin: dependencies not satisfied - $goffice_pkgs" >&5 - $as_echo "$as_me: WARNING: goffice plugin: dependencies not satisfied - $goffice_pkgs" >&2;} - - fi - - fi - --if test "$enable_goffice" == "yes" || \ -- test "$goffice_deps" == "yes"; then -+if test "$enable_goffice" = "yes" || \ -+ test "$goffice_deps" = "yes"; then - --if test "$enable_goffice_builtin" == "yes"; then -+if test "$enable_goffice_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: goffice plugin: static linking not supported" >&5 - $as_echo "$as_me: error: goffice plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -20172,7 +20172,7 @@ - : - fi - --test "$enable_goffice" == "auto" && PLUGINS="$PLUGINS goffice" -+test "$enable_goffice" = "auto" && PLUGINS="$PLUGINS goffice" - - GOFFICE_CFLAGS="$GOFFICE_CFLAGS "'${PLUGIN_CFLAGS}' - GOFFICE_LIBS="$GOFFICE_LIBS "'${PLUGIN_LIBS}' -@@ -20188,12 +20188,12 @@ - - if test "$enable_gimp" != ""; then - --test "$enable_gimp" == "auto" && PLUGINS="$PLUGINS gimp" -+test "$enable_gimp" = "auto" && PLUGINS="$PLUGINS gimp" - - GIMP_CFLAGS="$GIMP_CFLAGS "'${PLUGIN_CFLAGS}' - GIMP_LIBS="$GIMP_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_gimp_builtin" == "yes"; then -+if test "$enable_gimp_builtin" = "yes"; then - GIMP_CFLAGS="$GIMP_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -20208,12 +20208,12 @@ - - if test "$enable_mif" != ""; then - --test "$enable_mif" == "auto" && PLUGINS="$PLUGINS mif" -+test "$enable_mif" = "auto" && PLUGINS="$PLUGINS mif" - - MIF_CFLAGS="$MIF_CFLAGS "'${PLUGIN_CFLAGS}' - MIF_LIBS="$MIF_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_mif_builtin" == "yes"; then -+if test "$enable_mif_builtin" = "yes"; then - MIF_CFLAGS="$MIF_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -20270,19 +20270,19 @@ - - else - -- test "$enable_mht" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: mht plugin: dependencies not satisfied - $mht_pkgs" >&5 -+ test "$enable_mht" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: mht plugin: dependencies not satisfied - $mht_pkgs" >&5 - $as_echo "$as_me: WARNING: mht plugin: dependencies not satisfied - $mht_pkgs" >&2;} - - fi - - fi - --if test "$enable_mht" == "yes" || \ -- test "$mht_deps" == "yes"; then -+if test "$enable_mht" = "yes" || \ -+ test "$mht_deps" = "yes"; then - --test "$enable_mht" == "auto" && PLUGINS="$PLUGINS mht" -+test "$enable_mht" = "auto" && PLUGINS="$PLUGINS mht" - --if test "$enable_mht_builtin" == "yes"; then -+if test "$enable_mht_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: mht plugin: static linking not supported" >&5 - $as_echo "$as_me: error: mht plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -20612,27 +20612,27 @@ - # Settings - # - --if test "$mht_cv_inter7eps" == "yes" && -- test "$inter7eps_found" == "no"; then -+if test "$mht_cv_inter7eps" = "yes" && -+ test "$inter7eps_found" = "no"; then - { { $as_echo "$as_me:$LINENO: error: MHT plugin: error - inter7 EPS headers not found" >&5 - $as_echo "$as_me: error: MHT plugin: error - inter7 EPS headers not found" >&2;} - { (exit 1); exit 1; }; } --elif test "$mht_cv_inter7eps" == "auto"; then -+elif test "$mht_cv_inter7eps" = "auto"; then - mht_cv_inter7eps="$inter7eps_found" - fi --if test "$mht_cv_inter7eps" == "yes"; then -+if test "$mht_cv_inter7eps" = "yes"; then - MHT_OPT_LIBS="$MHT_OPT_LIBS -leps" - fi - --if test "$mht_cv_libtidy" == "yes" && -- test "$libtidy_found" == "no"; then -+if test "$mht_cv_libtidy" = "yes" && -+ test "$libtidy_found" = "no"; then - { { $as_echo "$as_me:$LINENO: error: MHT plugin: error - libtidy headers not found" >&5 - $as_echo "$as_me: error: MHT plugin: error - libtidy headers not found" >&2;} - { (exit 1); exit 1; }; } --elif test "$mht_cv_libtidy" == "auto"; then -+elif test "$mht_cv_libtidy" = "auto"; then - mht_cv_libtidy="$libtidy_found" - fi --if test "$mht_cv_libtidy" == "yes"; then -+if test "$mht_cv_libtidy" = "yes"; then - MHT_OPT_LIBS="$MHT_OPT_LIBS -ltidy" - fi - -@@ -20763,7 +20763,7 @@ - ABI_XHTML_XML2_FALSE= - fi - -- if test "$mht_cv_inter7eps" == "yes"; then -+ if test "$mht_cv_inter7eps" = "yes"; then - ABI_XHTML_MHT_TRUE= - ABI_XHTML_MHT_FALSE='#' - else -@@ -20771,7 +20771,7 @@ - ABI_XHTML_MHT_FALSE= - fi - -- if test "$mht_cv_libtidy" == "yes"; then -+ if test "$mht_cv_libtidy" = "yes"; then - ABI_XHTML_TIDY_TRUE= - ABI_XHTML_TIDY_FALSE='#' - else -@@ -20797,15 +20797,15 @@ - - else - -- test "$enable_applix" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: applix plugin: dependencies not satisfied - $applix_pkgs" >&5 -+ test "$enable_applix" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: applix plugin: dependencies not satisfied - $applix_pkgs" >&5 - $as_echo "$as_me: WARNING: applix plugin: dependencies not satisfied - $applix_pkgs" >&2;} - - fi - - fi - --if test "$enable_applix" == "yes" || \ -- test "$applix_deps" == "yes"; then -+if test "$enable_applix" = "yes" || \ -+ test "$applix_deps" = "yes"; then - - - pkg_failed=no -@@ -20917,12 +20917,12 @@ - : - fi - --test "$enable_applix" == "auto" && PLUGINS="$PLUGINS applix" -+test "$enable_applix" = "auto" && PLUGINS="$PLUGINS applix" - - APPLIX_CFLAGS="$APPLIX_CFLAGS "'${PLUGIN_CFLAGS}' - APPLIX_LIBS="$APPLIX_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_applix_builtin" == "yes"; then -+if test "$enable_applix_builtin" = "yes"; then - APPLIX_CFLAGS="$APPLIX_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -20948,15 +20948,15 @@ - - else - -- test "$enable_docbook" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: docbook plugin: dependencies not satisfied - $docbook_pkgs" >&5 -+ test "$enable_docbook" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: docbook plugin: dependencies not satisfied - $docbook_pkgs" >&5 - $as_echo "$as_me: WARNING: docbook plugin: dependencies not satisfied - $docbook_pkgs" >&2;} - - fi - - fi - --if test "$enable_docbook" == "yes" || \ -- test "$docbook_deps" == "yes"; then -+if test "$enable_docbook" = "yes" || \ -+ test "$docbook_deps" = "yes"; then - - { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 - $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } -@@ -21131,12 +21131,12 @@ - : - fi - --test "$enable_docbook" == "auto" && PLUGINS="$PLUGINS docbook" -+test "$enable_docbook" = "auto" && PLUGINS="$PLUGINS docbook" - - DOCBOOK_CFLAGS="$DOCBOOK_CFLAGS "'${PLUGIN_CFLAGS}' - DOCBOOK_LIBS="$DOCBOOK_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_docbook_builtin" == "yes"; then -+if test "$enable_docbook_builtin" = "yes"; then - DOCBOOK_CFLAGS="$DOCBOOK_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -21151,12 +21151,12 @@ - - if test "$enable_wikipedia" != ""; then - --test "$enable_wikipedia" == "auto" && PLUGINS="$PLUGINS wikipedia" -+test "$enable_wikipedia" = "auto" && PLUGINS="$PLUGINS wikipedia" - - WIKIPEDIA_CFLAGS="$WIKIPEDIA_CFLAGS "'${PLUGIN_CFLAGS}' - WIKIPEDIA_LIBS="$WIKIPEDIA_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_wikipedia_builtin" == "yes"; then -+if test "$enable_wikipedia_builtin" = "yes"; then - WIKIPEDIA_CFLAGS="$WIKIPEDIA_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -21171,12 +21171,12 @@ - - if test "$enable_babelfish" != ""; then - --test "$enable_babelfish" == "auto" && PLUGINS="$PLUGINS babelfish" -+test "$enable_babelfish" = "auto" && PLUGINS="$PLUGINS babelfish" - - BABELFISH_CFLAGS="$BABELFISH_CFLAGS "'${PLUGIN_CFLAGS}' - BABELFISH_LIBS="$BABELFISH_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_babelfish_builtin" == "yes"; then -+if test "$enable_babelfish_builtin" = "yes"; then - BABELFISH_CFLAGS="$BABELFISH_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -21618,10 +21618,10 @@ - fi - fi - --if test "$enable_command" == "yes" || \ -- test "$command_deps" == "yes"; then -+if test "$enable_command" = "yes" || \ -+ test "$command_deps" = "yes"; then - --if test "$enable_command_builtin" == "yes"; then -+if test "$enable_command_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: command plugin: static linking not supported" >&5 - $as_echo "$as_me: error: command plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -21639,7 +21639,7 @@ - COMMAND_LIBS="-lreadline -lhistory $COMMAND_LIBS" - fi - --test "$enable_command" == "auto" && PLUGINS="$PLUGINS command" -+test "$enable_command" = "auto" && PLUGINS="$PLUGINS command" - - COMMAND_CFLAGS="$COMMAND_CFLAGS "'${PLUGIN_CFLAGS}' - COMMAND_LIBS="$COMMAND_LIBS "'${PLUGIN_LIBS}' -@@ -21666,15 +21666,15 @@ - - else - -- test "$enable_garble" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: garble plugin: dependencies not satisfied - $garble_pkgs" >&5 -+ test "$enable_garble" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: garble plugin: dependencies not satisfied - $garble_pkgs" >&5 - $as_echo "$as_me: WARNING: garble plugin: dependencies not satisfied - $garble_pkgs" >&2;} - - fi - - fi - --if test "$enable_garble" == "yes" || \ -- test "$garble_deps" == "yes"; then -+if test "$enable_garble" = "yes" || \ -+ test "$garble_deps" = "yes"; then - - { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 - $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } -@@ -21849,12 +21849,12 @@ - : - fi - --test "$enable_garble" == "auto" && PLUGINS="$PLUGINS garble" -+test "$enable_garble" = "auto" && PLUGINS="$PLUGINS garble" - - GARBLE_CFLAGS="$GARBLE_CFLAGS "'${PLUGIN_CFLAGS}' - GARBLE_LIBS="$GARBLE_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_garble_builtin" == "yes"; then -+if test "$enable_garble_builtin" = "yes"; then - GARBLE_CFLAGS="$GARBLE_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -21880,19 +21880,19 @@ - - else - -- test "$enable_ots" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: ots plugin: dependencies not satisfied - $ots_pkgs" >&5 -+ test "$enable_ots" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: ots plugin: dependencies not satisfied - $ots_pkgs" >&5 - $as_echo "$as_me: WARNING: ots plugin: dependencies not satisfied - $ots_pkgs" >&2;} - - fi - - fi - --if test "$enable_ots" == "yes" || \ -- test "$ots_deps" == "yes"; then -+if test "$enable_ots" = "yes" || \ -+ test "$ots_deps" = "yes"; then - --test "$enable_ots" == "auto" && PLUGINS="$PLUGINS ots" -+test "$enable_ots" = "auto" && PLUGINS="$PLUGINS ots" - --if test "$enable_ots_builtin" == "yes"; then -+if test "$enable_ots_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: ots plugin: static linking not supported" >&5 - $as_echo "$as_me: error: ots plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -22022,12 +22022,12 @@ - - if test "$enable_google" != ""; then - --test "$enable_google" == "auto" && PLUGINS="$PLUGINS google" -+test "$enable_google" = "auto" && PLUGINS="$PLUGINS google" - - GOOGLE_CFLAGS="$GOOGLE_CFLAGS "'${PLUGIN_CFLAGS}' - GOOGLE_LIBS="$GOOGLE_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_google_builtin" == "yes"; then -+if test "$enable_google_builtin" = "yes"; then - GOOGLE_CFLAGS="$GOOGLE_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -22053,15 +22053,15 @@ - - else - -- test "$enable_opendocument" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: opendocument plugin: dependencies not satisfied - $opendocument_pkgs" >&5 -+ test "$enable_opendocument" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: opendocument plugin: dependencies not satisfied - $opendocument_pkgs" >&5 - $as_echo "$as_me: WARNING: opendocument plugin: dependencies not satisfied - $opendocument_pkgs" >&2;} - - fi - - fi - --if test "$enable_opendocument" == "yes" || \ -- test "$opendocument_deps" == "yes"; then -+if test "$enable_opendocument" = "yes" || \ -+ test "$opendocument_deps" = "yes"; then - - - pkg_failed=no -@@ -22173,12 +22173,12 @@ - : - fi - --test "$enable_opendocument" == "auto" && PLUGINS="$PLUGINS opendocument" -+test "$enable_opendocument" = "auto" && PLUGINS="$PLUGINS opendocument" - - OPENDOCUMENT_CFLAGS="$OPENDOCUMENT_CFLAGS "'${PLUGIN_CFLAGS}' - OPENDOCUMENT_LIBS="$OPENDOCUMENT_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_opendocument_builtin" == "yes"; then -+if test "$enable_opendocument_builtin" = "yes"; then - OPENDOCUMENT_CFLAGS="$OPENDOCUMENT_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -22209,17 +22209,17 @@ - - else - -- test "$enable_wordperfect" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: wordperfect plugin: dependencies not satisfied - $wordperfect_pkgs" >&5 -+ test "$enable_wordperfect" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: wordperfect plugin: dependencies not satisfied - $wordperfect_pkgs" >&5 - $as_echo "$as_me: WARNING: wordperfect plugin: dependencies not satisfied - $wordperfect_pkgs" >&2;} - - fi - - fi - --if test "$enable_wordperfect" == "yes" || \ -- test "$wordperfect_deps" == "yes"; then -+if test "$enable_wordperfect" = "yes" || \ -+ test "$wordperfect_deps" = "yes"; then - --if test "$enable_wordperfect_builtin" == "yes"; then -+if test "$enable_wordperfect_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: wordperfect plugin: static linking not supported" >&5 - $as_echo "$as_me: error: wordperfect plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -22349,7 +22349,7 @@ - : - fi - --test "$enable_wordperfect" == "auto" && PLUGINS="$PLUGINS wordperfect" -+test "$enable_wordperfect" = "auto" && PLUGINS="$PLUGINS wordperfect" - - WORDPERFECT_CFLAGS="$WORDPERFECT_CFLAGS "'${PLUGIN_CFLAGS}'"$WPS_DEFINE" - WORDPERFECT_LIBS="$WORDPERFECT_LIBS "'${PLUGIN_LIBS}' -@@ -22365,12 +22365,12 @@ - - if test "$enable_urldict" != ""; then - --test "$enable_urldict" == "auto" && PLUGINS="$PLUGINS urldict" -+test "$enable_urldict" = "auto" && PLUGINS="$PLUGINS urldict" - - URLDICT_CFLAGS="$URLDICT_CFLAGS "'${PLUGIN_CFLAGS}' - URLDICT_LIBS="$URLDICT_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_urldict_builtin" == "yes"; then -+if test "$enable_urldict_builtin" = "yes"; then - URLDICT_CFLAGS="$URLDICT_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -22479,8 +22479,8 @@ - - if test "$enable_psion" != ""; then - -- if test "$psiconvconfig" == ""; then -- if test "$enable_psion" == "yes"; then -+ if test "$psiconvconfig" = ""; then -+ if test "$enable_psion" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: psiconv plugin: program psiconv-config not found in path" >&5 - $as_echo "$as_me: error: psiconv plugin: program psiconv-config not found in path" >&2;} - { (exit 1); exit 1; }; } -@@ -22509,10 +22509,10 @@ - fi - fi - --if test "$enable_psion" == "yes" || \ -- test "$psion_deps" == "yes"; then -+if test "$enable_psion" = "yes" || \ -+ test "$psion_deps" = "yes"; then - --if test "$enable_psion_builtin" == "yes"; then -+if test "$enable_psion_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: psion plugin: static linking not supported" >&5 - $as_echo "$as_me: error: psion plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -22520,7 +22520,7 @@ - - { $as_echo "$as_me:$LINENO: checking for psiconv >= ${psiconv_major_req}.${psiconv_minor_req}.${psiconv_micro_req}" >&5 - $as_echo_n "checking for psiconv >= ${psiconv_major_req}.${psiconv_minor_req}.${psiconv_micro_req}... " >&6; } --if test "$psion_deps" == "yes"; then -+if test "$psion_deps" = "yes"; then - { $as_echo "$as_me:$LINENO: result: version ${psiconv_major_found}.${psiconv_minor_found}.${psiconv_micro_found} (ok)" >&5 - $as_echo "version ${psiconv_major_found}.${psiconv_minor_found}.${psiconv_micro_found} (ok)" >&6; } - PSION_CFLAGS=`$psiconvconfig --cflags` -@@ -22531,7 +22531,7 @@ - { (exit 1); exit 1; }; } - fi - --test "$enable_psion" == "auto" && PLUGINS="$PLUGINS psion" -+test "$enable_psion" = "auto" && PLUGINS="$PLUGINS psion" - - PSION_CFLAGS="$PSION_CFLAGS "'${PLUGIN_CFLAGS}' - PSION_LIBS="$PSION_LIBS "'${PLUGIN_LIBS}' -@@ -22547,12 +22547,12 @@ - - if test "$enable_opml" != ""; then - --test "$enable_opml" == "auto" && PLUGINS="$PLUGINS opml" -+test "$enable_opml" = "auto" && PLUGINS="$PLUGINS opml" - - OPML_CFLAGS="$OPML_CFLAGS "'${PLUGIN_CFLAGS}' - OPML_LIBS="$OPML_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_opml_builtin" == "yes"; then -+if test "$enable_opml_builtin" = "yes"; then - OPML_CFLAGS="$OPML_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -22567,12 +22567,12 @@ - - if test "$enable_eml" != ""; then - --test "$enable_eml" == "auto" && PLUGINS="$PLUGINS eml" -+test "$enable_eml" = "auto" && PLUGINS="$PLUGINS eml" - - EML_CFLAGS="$EML_CFLAGS "'${PLUGIN_CFLAGS}' - EML_LIBS="$EML_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_eml_builtin" == "yes"; then -+if test "$enable_eml_builtin" = "yes"; then - EML_CFLAGS="$EML_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -22617,7 +22617,7 @@ - - fi - --test "$enable_collab_backend_telepathy" == "yes" && collab_pkgs="$collab_pkgs $collab_telepathy_req" -+test "$enable_collab_backend_telepathy" = "yes" && collab_pkgs="$collab_pkgs $collab_telepathy_req" - { $as_echo "$as_me:$LINENO: checking for collab telepathy backend" >&5 - $as_echo_n "checking for collab telepathy backend... " >&6; } - { $as_echo "$as_me:$LINENO: result: $enable_collab_backend_telepathy" >&5 -@@ -22644,7 +22644,7 @@ - - fi - --test "$enable_collab_backend_xmpp" == "yes" && collab_pkgs="$collab_pkgs $collab_xmpp_req" -+test "$enable_collab_backend_xmpp" = "yes" && collab_pkgs="$collab_pkgs $collab_xmpp_req" - { $as_echo "$as_me:$LINENO: checking for collab xmpp backend" >&5 - $as_echo_n "checking for collab xmpp backend... " >&6; } - { $as_echo "$as_me:$LINENO: result: $enable_collab_backend_xmpp" >&5 -@@ -23020,7 +23020,7 @@ - - fi - --test "$enable_collab_backend_sugar" == "yes" && collab_pkgs="$collab_pkgs $collab_sugar_req" -+test "$enable_collab_backend_sugar" = "yes" && collab_pkgs="$collab_pkgs $collab_sugar_req" - { $as_echo "$as_me:$LINENO: checking for collab sugar backend" >&5 - $as_echo_n "checking for collab sugar backend... " >&6; } - { $as_echo "$as_me:$LINENO: result: $enable_collab_backend_sugar" >&5 -@@ -23370,7 +23370,7 @@ - - fi - --test "$enable_collab_backend_service" == "yes" && collab_pkgs="$collab_pkgs $collab_service_req" -+test "$enable_collab_backend_service" = "yes" && collab_pkgs="$collab_pkgs $collab_service_req" - { $as_echo "$as_me:$LINENO: checking for collab service backend" >&5 - $as_echo_n "checking for collab service backend... " >&6; } - { $as_echo "$as_me:$LINENO: result: $enable_collab_backend_service" >&5 -@@ -23409,17 +23409,17 @@ - - fi - --if test "$enable_collab" == "yes" || \ -- test "$collab_deps" == "yes"; then -+if test "$enable_collab" = "yes" || \ -+ test "$collab_deps" = "yes"; then - --if test "$enable_collab_builtin" == "yes"; then -+if test "$enable_collab_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: collab plugin: static linking not supported" >&5 - $as_echo "$as_me: error: collab plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } - fi - - # HACK, no way to detect, check only if explicitely enabled --if test "$enable_collab" == "yes"; then -+if test "$enable_collab" = "yes"; then - # check for various boost libs, needs to be done before - - -@@ -23807,48 +23807,48 @@ - : - fi - --if test "$enable_collab_backend_fake" == "yes"; then -+if test "$enable_collab_backend_fake" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_FAKE" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_FAKE" - fi --if test "$enable_collab_backend_telepathy" == "yes"; then -+if test "$enable_collab_backend_telepathy" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_TELEPATHY" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_TELEPATHY" - fi --if test "$enable_collab_backend_xmpp" == "yes"; then -+if test "$enable_collab_backend_xmpp" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_XMPP" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_XMPP" - fi --if test "$enable_collab_backend_tcp" == "yes"; then -+if test "$enable_collab_backend_tcp" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_TCP" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_TCP" - fi --if test "$enable_collab_backend_sugar" == "yes"; then -+if test "$enable_collab_backend_sugar" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_SUGAR" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_SUGAR" - fi --if test "$enable_collab_backend_service" == "yes"; then -+if test "$enable_collab_backend_service" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_SERVICE -DSOUP24" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_SERVICE" - fi --if test "$enable_collab_record_always" == "yes"; then -+if test "$enable_collab_record_always" = "yes"; then - COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_RECORD_ALWAYS" - COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_RECORD_ALWAYS" - fi - --if test "$enable_collab_backend_tcp" == "yes" || \ -- test "$enable_collab_backend_service" == "yes"; then -+if test "$enable_collab_backend_tcp" = "yes" || \ -+ test "$enable_collab_backend_service" = "yes"; then - COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -pthread" - fi - --test "$enable_collab" == "auto" && PLUGINS="$PLUGINS collab" -+test "$enable_collab" = "auto" && PLUGINS="$PLUGINS collab" - - COLLAB_CFLAGS="$COLLAB_CFLAGS "'${PLUGIN_CFLAGS}' - COLLAB_LIBS="$COLLAB_LIBS "'${PLUGIN_LIBS}' - - fi # plugin conditional - -- if test "$enable_collab_backend_fake" == "yes"; then -+ if test "$enable_collab_backend_fake" = "yes"; then - COLLAB_BACKEND_FAKE_TRUE= - COLLAB_BACKEND_FAKE_FALSE='#' - else -@@ -23856,7 +23856,7 @@ - COLLAB_BACKEND_FAKE_FALSE= - fi - -- if test "$enable_collab_backend_telepathy" == "yes"; then -+ if test "$enable_collab_backend_telepathy" = "yes"; then - COLLAB_BACKEND_TELEPATHY_TRUE= - COLLAB_BACKEND_TELEPATHY_FALSE='#' - else -@@ -23864,7 +23864,7 @@ - COLLAB_BACKEND_TELEPATHY_FALSE= - fi - -- if test "$enable_collab_backend_xmpp" == "yes"; then -+ if test "$enable_collab_backend_xmpp" = "yes"; then - COLLAB_BACKEND_XMPP_TRUE= - COLLAB_BACKEND_XMPP_FALSE='#' - else -@@ -23872,7 +23872,7 @@ - COLLAB_BACKEND_XMPP_FALSE= - fi - -- if test "$enable_collab_backend_tcp" == "yes"; then -+ if test "$enable_collab_backend_tcp" = "yes"; then - COLLAB_BACKEND_TCP_TRUE= - COLLAB_BACKEND_TCP_FALSE='#' - else -@@ -23880,7 +23880,7 @@ - COLLAB_BACKEND_TCP_FALSE= - fi - -- if test "$enable_collab_backend_sugar" == "yes"; then -+ if test "$enable_collab_backend_sugar" = "yes"; then - COLLAB_BACKEND_SUGAR_TRUE= - COLLAB_BACKEND_SUGAR_FALSE='#' - else -@@ -23888,7 +23888,7 @@ - COLLAB_BACKEND_SUGAR_FALSE= - fi - -- if test "$enable_collab_backend_service" == "yes"; then -+ if test "$enable_collab_backend_service" = "yes"; then - COLLAB_BACKEND_SERVICE_TRUE= - COLLAB_BACKEND_SERVICE_FALSE='#' - else -@@ -23896,7 +23896,7 @@ - COLLAB_BACKEND_SERVICE_FALSE= - fi - -- if test "$enable_collab_record_always" == "yes"; then -+ if test "$enable_collab_record_always" = "yes"; then - COLLAB_RECORD_ALWAYS_TRUE= - COLLAB_RECORD_ALWAYS_FALSE='#' - else -@@ -23929,15 +23929,15 @@ - - else - -- test "$enable_pdf" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: pdf plugin: dependencies not satisfied - $pdf_pkgs" >&5 -+ test "$enable_pdf" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: pdf plugin: dependencies not satisfied - $pdf_pkgs" >&5 - $as_echo "$as_me: WARNING: pdf plugin: dependencies not satisfied - $pdf_pkgs" >&2;} - - fi - - fi - --if test "$enable_pdf" == "yes" || \ -- test "$pdf_deps" == "yes"; then -+if test "$enable_pdf" = "yes" || \ -+ test "$pdf_deps" = "yes"; then - - - pkg_failed=no -@@ -24049,12 +24049,12 @@ - : - fi - --test "$enable_pdf" == "auto" && PLUGINS="$PLUGINS pdf" -+test "$enable_pdf" = "auto" && PLUGINS="$PLUGINS pdf" - - PDF_CFLAGS="$PDF_CFLAGS "'${PLUGIN_CFLAGS}' - PDF_LIBS="$PDF_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_pdf_builtin" == "yes"; then -+if test "$enable_pdf_builtin" = "yes"; then - PDF_CFLAGS="$PDF_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -24163,8 +24163,8 @@ - - if test "$enable_wmf" != ""; then - -- if test "$libwmfconfig" == ""; then -- if test "$enable_wmf" == "yes"; then -+ if test "$libwmfconfig" = ""; then -+ if test "$enable_wmf" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: wmf plugin: program libwmf-config not found in path" >&5 - $as_echo "$as_me: error: wmf plugin: program libwmf-config not found in path" >&2;} - { (exit 1); exit 1; }; } -@@ -24193,10 +24193,10 @@ - fi - fi - --if test "$enable_wmf" == "yes" || \ -- test "$wmf_deps" == "yes"; then -+if test "$enable_wmf" = "yes" || \ -+ test "$wmf_deps" = "yes"; then - --if test "$enable_wmf_builtin" == "yes"; then -+if test "$enable_wmf_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: wmf plugin: static linking not supported" >&5 - $as_echo "$as_me: error: wmf plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -24204,7 +24204,7 @@ - - { $as_echo "$as_me:$LINENO: checking for libwmf >= ${libwmf_major_req}.${libwmf_minor_req}.${libwmf_micro_req}" >&5 - $as_echo_n "checking for libwmf >= ${libwmf_major_req}.${libwmf_minor_req}.${libwmf_micro_req}... " >&6; } --if test "$wmf_deps" == "yes"; then -+if test "$wmf_deps" = "yes"; then - { $as_echo "$as_me:$LINENO: result: version ${libwmf_major_found}.${libwmf_minor_found}.${libwmf_micro_found} (ok)" >&5 - $as_echo "version ${libwmf_major_found}.${libwmf_minor_found}.${libwmf_micro_found} (ok)" >&6; } - WMF_CFLAGS=`$libwmfconfig --cflags` -@@ -24215,7 +24215,7 @@ - { (exit 1); exit 1; }; } - fi - --test "$enable_wmf" == "auto" && PLUGINS="$PLUGINS wmf" -+test "$enable_wmf" = "auto" && PLUGINS="$PLUGINS wmf" - - WMF_CFLAGS="$WMF_CFLAGS "'${PLUGIN_CFLAGS}' - WMF_LIBS="$WMF_LIBS "'${PLUGIN_LIBS}' -@@ -24242,15 +24242,15 @@ - - else - -- test "$enable_t602" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: t602 plugin: dependencies not satisfied - $t602_pkgs" >&5 -+ test "$enable_t602" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: t602 plugin: dependencies not satisfied - $t602_pkgs" >&5 - $as_echo "$as_me: WARNING: t602 plugin: dependencies not satisfied - $t602_pkgs" >&2;} - - fi - - fi - --if test "$enable_t602" == "yes" || \ -- test "$t602_deps" == "yes"; then -+if test "$enable_t602" = "yes" || \ -+ test "$t602_deps" = "yes"; then - - - pkg_failed=no -@@ -24362,12 +24362,12 @@ - : - fi - --test "$enable_t602" == "auto" && PLUGINS="$PLUGINS t602" -+test "$enable_t602" = "auto" && PLUGINS="$PLUGINS t602" - - T602_CFLAGS="$T602_CFLAGS "'${PLUGIN_CFLAGS}' - T602_LIBS="$T602_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_t602_builtin" == "yes"; then -+if test "$enable_t602_builtin" = "yes"; then - T602_CFLAGS="$T602_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -24393,15 +24393,15 @@ - - else - -- test "$enable_mswrite" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: mswrite plugin: dependencies not satisfied - $mswrite_pkgs" >&5 -+ test "$enable_mswrite" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: mswrite plugin: dependencies not satisfied - $mswrite_pkgs" >&5 - $as_echo "$as_me: WARNING: mswrite plugin: dependencies not satisfied - $mswrite_pkgs" >&2;} - - fi - - fi - --if test "$enable_mswrite" == "yes" || \ -- test "$mswrite_deps" == "yes"; then -+if test "$enable_mswrite" = "yes" || \ -+ test "$mswrite_deps" = "yes"; then - - - pkg_failed=no -@@ -24513,12 +24513,12 @@ - : - fi - --test "$enable_mswrite" == "auto" && PLUGINS="$PLUGINS mswrite" -+test "$enable_mswrite" = "auto" && PLUGINS="$PLUGINS mswrite" - - MSWRITE_CFLAGS="$MSWRITE_CFLAGS "'${PLUGIN_CFLAGS}' - MSWRITE_LIBS="$MSWRITE_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_mswrite_builtin" == "yes"; then -+if test "$enable_mswrite_builtin" = "yes"; then - MSWRITE_CFLAGS="$MSWRITE_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -24544,15 +24544,15 @@ - - else - -- test "$enable_clarisworks" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: clarisworks plugin: dependencies not satisfied - $clarisworks_pkgs" >&5 -+ test "$enable_clarisworks" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: clarisworks plugin: dependencies not satisfied - $clarisworks_pkgs" >&5 - $as_echo "$as_me: WARNING: clarisworks plugin: dependencies not satisfied - $clarisworks_pkgs" >&2;} - - fi - - fi - --if test "$enable_clarisworks" == "yes" || \ -- test "$clarisworks_deps" == "yes"; then -+if test "$enable_clarisworks" = "yes" || \ -+ test "$clarisworks_deps" = "yes"; then - - - pkg_failed=no -@@ -24664,12 +24664,12 @@ - : - fi - --test "$enable_clarisworks" == "auto" && PLUGINS="$PLUGINS clarisworks" -+test "$enable_clarisworks" = "auto" && PLUGINS="$PLUGINS clarisworks" - - CLARISWORKS_CFLAGS="$CLARISWORKS_CFLAGS "'${PLUGIN_CFLAGS}' - CLARISWORKS_LIBS="$CLARISWORKS_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_clarisworks_builtin" == "yes"; then -+if test "$enable_clarisworks_builtin" = "yes"; then - CLARISWORKS_CFLAGS="$CLARISWORKS_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -24684,12 +24684,12 @@ - - if test "$enable_freetranslation" != ""; then - --test "$enable_freetranslation" == "auto" && PLUGINS="$PLUGINS freetranslation" -+test "$enable_freetranslation" = "auto" && PLUGINS="$PLUGINS freetranslation" - - FREETRANSLATION_CFLAGS="$FREETRANSLATION_CFLAGS "'${PLUGIN_CFLAGS}' - FREETRANSLATION_LIBS="$FREETRANSLATION_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_freetranslation_builtin" == "yes"; then -+if test "$enable_freetranslation_builtin" = "yes"; then - FREETRANSLATION_CFLAGS="$FREETRANSLATION_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -24712,7 +24712,7 @@ - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$aiksaurus_gtk_pkgs \"") >&5 - ($PKG_CONFIG --exists --print-errors " $aiksaurus_gtk_pkgs ") 2>&5 -@@ -24724,7 +24724,7 @@ - - else - -- test "$enable_aiksaurus" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: aiksaurus plugin: dependencies not satisfied - $aiksaurus_gtk_pkgs" >&5 -+ test "$enable_aiksaurus" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: aiksaurus plugin: dependencies not satisfied - $aiksaurus_gtk_pkgs" >&5 - $as_echo "$as_me: WARNING: aiksaurus plugin: dependencies not satisfied - $aiksaurus_gtk_pkgs" >&2;} - - fi -@@ -24734,17 +24734,17 @@ - - else - -- test "$enable_aiksaurus" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: aiksaurus plugin: dependencies not satisfied - $aiksaurus_pkgs" >&5 -+ test "$enable_aiksaurus" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: aiksaurus plugin: dependencies not satisfied - $aiksaurus_pkgs" >&5 - $as_echo "$as_me: WARNING: aiksaurus plugin: dependencies not satisfied - $aiksaurus_pkgs" >&2;} - - fi - - fi - --if test "$enable_aiksaurus" == "yes" || \ -- test "$aiksaurus_deps" == "yes"; then -+if test "$enable_aiksaurus" = "yes" || \ -+ test "$aiksaurus_deps" = "yes"; then - --if test "$enable_aiksaurus_builtin" == "yes"; then -+if test "$enable_aiksaurus_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: aiksaurus plugin: static linking not supported" >&5 - $as_echo "$as_me: error: aiksaurus plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -24860,7 +24860,7 @@ - : - fi - --if test "$TOOLKIT" == "gtk"; then -+if test "$TOOLKIT" = "gtk"; then - - pkg_failed=no - { $as_echo "$as_me:$LINENO: checking for AIKSAURUS_GTK" >&5 -@@ -24974,7 +24974,7 @@ - AIKSAURUS_LIBS="$AIKSAURUS_LIBS $AIKSAURUS_GTK_LIBS" - fi - --test "$enable_aiksaurus" == "auto" && PLUGINS="$PLUGINS aiksaurus" -+test "$enable_aiksaurus" = "auto" && PLUGINS="$PLUGINS aiksaurus" - - AIKSAURUS_CFLAGS="$AIKSAURUS_CFLAGS "'${PLUGIN_CFLAGS}' - AIKSAURUS_LIBS="$AIKSAURUS_LIBS "'${PLUGIN_LIBS}' -@@ -25001,15 +25001,15 @@ - - else - -- test "$enable_hancom" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: hancom plugin: dependencies not satisfied - $hancom_pkgs" >&5 -+ test "$enable_hancom" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: hancom plugin: dependencies not satisfied - $hancom_pkgs" >&5 - $as_echo "$as_me: WARNING: hancom plugin: dependencies not satisfied - $hancom_pkgs" >&2;} - - fi - - fi - --if test "$enable_hancom" == "yes" || \ -- test "$hancom_deps" == "yes"; then -+if test "$enable_hancom" = "yes" || \ -+ test "$hancom_deps" = "yes"; then - - - pkg_failed=no -@@ -25121,12 +25121,12 @@ - : - fi - --test "$enable_hancom" == "auto" && PLUGINS="$PLUGINS hancom" -+test "$enable_hancom" = "auto" && PLUGINS="$PLUGINS hancom" - - HANCOM_CFLAGS="$HANCOM_CFLAGS "'${PLUGIN_CFLAGS}' - HANCOM_LIBS="$HANCOM_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_hancom_builtin" == "yes"; then -+if test "$enable_hancom_builtin" = "yes"; then - HANCOM_CFLAGS="$HANCOM_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -25141,12 +25141,12 @@ - - if test "$enable_iscii" != ""; then - --test "$enable_iscii" == "auto" && PLUGINS="$PLUGINS iscii" -+test "$enable_iscii" = "auto" && PLUGINS="$PLUGINS iscii" - - ISCII_CFLAGS="$ISCII_CFLAGS "'${PLUGIN_CFLAGS}' - ISCII_LIBS="$ISCII_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_iscii_builtin" == "yes"; then -+if test "$enable_iscii_builtin" = "yes"; then - ISCII_CFLAGS="$ISCII_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -25312,7 +25312,7 @@ - - else - -- if test "$enable_openxml" == "auto"; then -+ if test "$enable_openxml" = "auto"; then - { $as_echo "$as_me:$LINENO: WARNING: openxml plugin: \`boost/shared_ptr.hpp' not found, install boost or specify CPPFLAGS to include custom locations" >&5 - $as_echo "$as_me: WARNING: openxml plugin: \`boost/shared_ptr.hpp' not found, install boost or specify CPPFLAGS to include custom locations" >&2;} - else -@@ -25333,15 +25333,15 @@ - - else - -- test "$enable_openxml" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: openxml plugin: dependencies not satisfied - $openxml_pkgs" >&5 -+ test "$enable_openxml" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: openxml plugin: dependencies not satisfied - $openxml_pkgs" >&5 - $as_echo "$as_me: WARNING: openxml plugin: dependencies not satisfied - $openxml_pkgs" >&2;} - - fi - - fi - --if test "$enable_openxml" == "yes" || \ -- test "$openxml_deps" == "yes"; then -+if test "$enable_openxml" = "yes" || \ -+ test "$openxml_deps" = "yes"; then - - - pkg_failed=no -@@ -25453,12 +25453,12 @@ - : - fi - --test "$enable_openxml" == "auto" && PLUGINS="$PLUGINS openxml" -+test "$enable_openxml" = "auto" && PLUGINS="$PLUGINS openxml" - - OPENXML_CFLAGS="$OPENXML_CFLAGS "'${PLUGIN_CFLAGS}' - OPENXML_LIBS="$OPENXML_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_openxml_builtin" == "yes"; then -+if test "$enable_openxml_builtin" = "yes"; then - OPENXML_CFLAGS="$OPENXML_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -25476,14 +25476,14 @@ - - { $as_echo "$as_me:$LINENO: checking for unix/gtk platform" >&5 - $as_echo_n "checking for unix/gtk platform... " >&6; } --if test "$TOOLKIT" == "gtk"; then -+if test "$TOOLKIT" = "gtk"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 - $as_echo "yes" >&6; } - gdict_deps="yes" - else - { $as_echo "$as_me:$LINENO: result: no" >&5 - $as_echo "no" >&6; } -- if test "$enable_gdict" == "auto"; then -+ if test "$enable_gdict" = "auto"; then - { $as_echo "$as_me:$LINENO: WARNING: gdict plugin: only supported on UNIX/gtk platforms" >&5 - $as_echo "$as_me: WARNING: gdict plugin: only supported on UNIX/gtk platforms" >&2;} - else -@@ -25495,8 +25495,8 @@ - - fi - --if test "$enable_gdict" == "yes" || \ -- test "$gdict_deps" == "yes"; then -+if test "$enable_gdict" = "yes" || \ -+ test "$gdict_deps" = "yes"; then - - { $as_echo "$as_me:$LINENO: checking for pid_t" >&5 - $as_echo_n "checking for pid_t... " >&6; } -@@ -25603,7 +25603,7 @@ - fi - - --test "$enable_gdict" == "auto" && PLUGINS="$PLUGINS gdict" -+test "$enable_gdict" = "auto" && PLUGINS="$PLUGINS gdict" - - GDICT_CFLAGS="$GDICT_CFLAGS "'${PLUGIN_CFLAGS} -DUSE_FORK_AND_EXEC_METHOD=1' - GDICT_LIBS='${PLUGIN_LIBS}' -@@ -25623,12 +25623,12 @@ - - if test "$enable_s5" != ""; then - --test "$enable_s5" == "auto" && PLUGINS="$PLUGINS s5" -+test "$enable_s5" = "auto" && PLUGINS="$PLUGINS s5" - - S5_CFLAGS="$S5_CFLAGS "'${PLUGIN_CFLAGS}' - S5_LIBS="$S5_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_s5_builtin" == "yes"; then -+if test "$enable_s5_builtin" = "yes"; then - S5_CFLAGS="$S5_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -25957,17 +25957,17 @@ - - else - -- test "$enable_mathview" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: mathview plugin: dependencies not satisfied - $mathview_pkgs" >&5 -+ test "$enable_mathview" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: mathview plugin: dependencies not satisfied - $mathview_pkgs" >&5 - $as_echo "$as_me: WARNING: mathview plugin: dependencies not satisfied - $mathview_pkgs" >&2;} - - fi - - fi - --if test "$enable_mathview" == "yes" || \ -- test "$mathview_deps" == "yes"; then -+if test "$enable_mathview" = "yes" || \ -+ test "$mathview_deps" = "yes"; then - --if test "$enable_mathview_builtin" == "yes"; then -+if test "$enable_mathview_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: mathview plugin: static linking not supported" >&5 - $as_echo "$as_me: error: mathview plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -26083,7 +26083,7 @@ - : - fi - --test "$enable_mathview" == "auto" && PLUGINS="$PLUGINS mathview" -+test "$enable_mathview" = "auto" && PLUGINS="$PLUGINS mathview" - - MATHVIEW_CFLAGS="$MATHVIEW_CFLAGS $HASHMAP_CFLAGS "'${PLUGIN_CFLAGS}' - MATHVIEW_LIBS="$MATHVIEW_LIBS "'${PLUGIN_LIBS}' -@@ -26371,14 +26371,14 @@ - - { $as_echo "$as_me:$LINENO: checking for gtk toolkit" >&5 - $as_echo_n "checking for gtk toolkit... " >&6; } -- if test "$TOOLKIT" == "gtk"; then -+ if test "$TOOLKIT" = "gtk"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 - $as_echo "yes" >&6; } - gda_deps="yes" - else - { $as_echo "$as_me:$LINENO: result: no" >&5 - $as_echo "no" >&6; } -- if test "$enable_gda" == "auto"; then -+ if test "$enable_gda" = "auto"; then - { $as_echo "$as_me:$LINENO: WARNING: gda plugin: only supported with gtk" >&5 - $as_echo "$as_me: WARNING: gda plugin: only supported with gtk" >&2;} - else -@@ -26390,17 +26390,17 @@ - - else - -- test "$enable_gda" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: gda plugin: dependencies not satisfied - $gda_pkgs" >&5 -+ test "$enable_gda" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: gda plugin: dependencies not satisfied - $gda_pkgs" >&5 - $as_echo "$as_me: WARNING: gda plugin: dependencies not satisfied - $gda_pkgs" >&2;} - - fi - - fi - --if test "$enable_gda" == "yes" || \ -- test "$gda_deps" == "yes"; then -+if test "$enable_gda" = "yes" || \ -+ test "$gda_deps" = "yes"; then - --if test "$enable_gda_builtin" == "yes"; then -+if test "$enable_gda_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: gda plugin: static linking not supported" >&5 - $as_echo "$as_me: error: gda plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -26516,7 +26516,7 @@ - : - fi - --test "$enable_gda" == "auto" && PLUGINS="$PLUGINS gda" -+test "$enable_gda" = "auto" && PLUGINS="$PLUGINS gda" - - GDA_CFLAGS="$GDA_CFLAGS "'${PLUGIN_CFLAGS}' - GDA_LIBS="$GDA_LIBS "'${PLUGIN_LIBS}' -@@ -26530,7 +26530,7 @@ - grammar_pkgs='link-grammar >= 4.2.1' - grammar_deps="no" - --if test "$enable_grammar" != "" && test "$abi_cv_spell" == "yes"; then -+if test "$enable_grammar" != "" && test "$abi_cv_spell" = "yes"; then - - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$grammar_pkgs \"") >&5 -@@ -26543,17 +26543,17 @@ - - else - -- test "$enable_grammar" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: grammar plugin: dependencies not satisfied - $grammar_pkgs" >&5 -+ test "$enable_grammar" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: grammar plugin: dependencies not satisfied - $grammar_pkgs" >&5 - $as_echo "$as_me: WARNING: grammar plugin: dependencies not satisfied - $grammar_pkgs" >&2;} - - fi - - fi - --if test "$enable_grammar" == "yes" || \ -- test "$grammar_deps" == "yes"; then -+if test "$enable_grammar" = "yes" || \ -+ test "$grammar_deps" = "yes"; then - --if test "$enable_grammar_builtin" == "yes"; then -+if test "$enable_grammar_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: grammar plugin: static linking not supported" >&5 - $as_echo "$as_me: error: grammar plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -26669,7 +26669,7 @@ - : - fi - --test "$enable_grammar" == "auto" && PLUGINS="$PLUGINS grammar" -+test "$enable_grammar" = "auto" && PLUGINS="$PLUGINS grammar" - - GRAMMAR_CFLAGS="$GRAMMAR_CFLAGS "'${PLUGIN_CFLAGS}' - GRAMMAR_LIBS="$GRAMMAR_LIBS "'${PLUGIN_LIBS}' -@@ -26690,19 +26690,19 @@ - - fi - --if test "$enable_bmp" == "yes" || \ -- test "$bmp_deps" == "yes"; then -+if test "$enable_bmp" = "yes" || \ -+ test "$bmp_deps" = "yes"; then - - # TODO check for libpng, well abiword links to it anyways - - BMP_CFLAGS="$BMP_CFLAGS "'${PLUGIN_CFLAGS}' - BMP_LIBS="$BMP_LIBS "'${PLUGIN_LIBS} -lpng12' - --if test "$enable_bmp_builtin" == "yes"; then -+if test "$enable_bmp_builtin" = "yes"; then - BMP_CFLAGS="$BMP_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - --test "$enable_bmp" == "auto" && PLUGINS="$PLUGINS bmp" -+test "$enable_bmp" = "auto" && PLUGINS="$PLUGINS bmp" - - fi - -@@ -26726,15 +26726,15 @@ - - else - -- test "$enable_openwriter" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: openwriter plugin: dependencies not satisfied - $openwriter_pkgs" >&5 -+ test "$enable_openwriter" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: openwriter plugin: dependencies not satisfied - $openwriter_pkgs" >&5 - $as_echo "$as_me: WARNING: openwriter plugin: dependencies not satisfied - $openwriter_pkgs" >&2;} - - fi - - fi - --if test "$enable_openwriter" == "yes" || \ -- test "$openwriter_deps" == "yes"; then -+if test "$enable_openwriter" = "yes" || \ -+ test "$openwriter_deps" = "yes"; then - - - pkg_failed=no -@@ -26846,12 +26846,12 @@ - : - fi - --test "$enable_openwriter" == "auto" && PLUGINS="$PLUGINS openwriter" -+test "$enable_openwriter" = "auto" && PLUGINS="$PLUGINS openwriter" - - OPENWRITER_CFLAGS="$OPENWRITER_CFLAGS "'${PLUGIN_CFLAGS}' - OPENWRITER_LIBS="$OPENWRITER_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_openwriter_builtin" == "yes"; then -+if test "$enable_openwriter_builtin" = "yes"; then - OPENWRITER_CFLAGS="$OPENWRITER_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -26880,7 +26880,7 @@ - abi_cv_libxslt="no" - - fi -- if test "$abi_cv_libxslt" == "yes"; then -+ if test "$abi_cv_libxslt" = "yes"; then - HAVE_LIBXSLT_TRUE= - HAVE_LIBXSLT_FALSE='#' - else -@@ -26891,9 +26891,9 @@ - - if test "$enable_latex" != ""; then - --test "$enable_latex" == "auto" && PLUGINS="$PLUGINS latex" -+test "$enable_latex" = "auto" && PLUGINS="$PLUGINS latex" - --if test "$abi_cv_libxslt" == "yes"; then -+if test "$abi_cv_libxslt" = "yes"; then - - pkg_failed=no - { $as_echo "$as_me:$LINENO: checking for LIBXSLT" >&5 -@@ -27123,7 +27123,7 @@ - LATEX_CFLAGS="$LATEX_CFLAGS "'${PLUGIN_CFLAGS}' - LATEX_LIBS="$LATEX_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_latex_builtin" == "yes"; then -+if test "$enable_latex_builtin" = "yes"; then - LATEX_CFLAGS="$LATEX_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -27138,12 +27138,12 @@ - - if test "$enable_presentation" != ""; then - --test "$enable_presentation" == "auto" && PLUGINS="$PLUGINS presentation" -+test "$enable_presentation" = "auto" && PLUGINS="$PLUGINS presentation" - - PRESENTATION_CFLAGS="$PRESENTATION_CFLAGS "'${PLUGIN_CFLAGS}' - PRESENTATION_LIBS="$PRESENTATION_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_presentation_builtin" == "yes"; then -+if test "$enable_presentation_builtin" = "yes"; then - PRESENTATION_CFLAGS="$PRESENTATION_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -27156,9 +27156,9 @@ - rsvg_pkgs="librsvg-2.0 >= 2.0 glib-2.0" - rsvg_deps="no" - --if test "$TOOLKIT" == "gtk"; then -+if test "$TOOLKIT" = "gtk"; then - -- if test "$enable_rsvg" == "auto"; then -+ if test "$enable_rsvg" = "auto"; then - { $as_echo "$as_me:$LINENO: WARNING: rsvg plugin: not needed with gtk" >&5 - $as_echo "$as_me: WARNING: rsvg plugin: not needed with gtk" >&2;} - fi -@@ -27178,17 +27178,17 @@ - - else - -- test "$enable_rsvg" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: rsvg plugin: dependencies not satisfied - $rsvg_pkgs" >&5 -+ test "$enable_rsvg" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: rsvg plugin: dependencies not satisfied - $rsvg_pkgs" >&5 - $as_echo "$as_me: WARNING: rsvg plugin: dependencies not satisfied - $rsvg_pkgs" >&2;} - - fi - - fi - --if test "$enable_rsvg" == "yes" || \ -- test "$rsvg_deps" == "yes"; then -+if test "$enable_rsvg" = "yes" || \ -+ test "$rsvg_deps" = "yes"; then - --if test "$enable_rsvg_builtin" == "yes"; then -+if test "$enable_rsvg_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: rsvg plugin: static linking not supported" >&5 - $as_echo "$as_me: error: rsvg plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -27304,7 +27304,7 @@ - : - fi - --test "$enable_rsvg" == "auto" && PLUGINS="$PLUGINS rsvg" -+test "$enable_rsvg" = "auto" && PLUGINS="$PLUGINS rsvg" - - RSVG_CFLAGS="$RSVG_CFLAGS "'${PLUGIN_CFLAGS}' - RSVG_LIBS="$RSVG_LIBS "'${PLUGIN_LIBS}' -@@ -27331,15 +27331,15 @@ - - else - -- test "$enable_wml" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: wml plugin: dependencies not satisfied - $wml_pkgs" >&5 -+ test "$enable_wml" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: wml plugin: dependencies not satisfied - $wml_pkgs" >&5 - $as_echo "$as_me: WARNING: wml plugin: dependencies not satisfied - $wml_pkgs" >&2;} - - fi - - fi - --if test "$enable_wml" == "yes" || \ -- test "$wml_deps" == "yes"; then -+if test "$enable_wml" = "yes" || \ -+ test "$wml_deps" = "yes"; then - - - pkg_failed=no -@@ -27451,12 +27451,12 @@ - : - fi - --test "$enable_wml" == "auto" && PLUGINS="$PLUGINS wml" -+test "$enable_wml" = "auto" && PLUGINS="$PLUGINS wml" - - WML_CFLAGS="$WML_CFLAGS "'${PLUGIN_CFLAGS}' - WML_LIBS="$WML_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_wml_builtin" == "yes"; then -+if test "$enable_wml_builtin" = "yes"; then - WML_CFLAGS="$WML_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -27471,12 +27471,12 @@ - - if test "$enable_passepartout" != ""; then - --test "$enable_passepartout" == "auto" && PLUGINS="$PLUGINS passepartout" -+test "$enable_passepartout" = "auto" && PLUGINS="$PLUGINS passepartout" - - PASSEPARTOUT_CFLAGS="$PASSEPARTOUT_CFLAGS "'${PLUGIN_CFLAGS}' - PASSEPARTOUT_LIBS="$PASSEPARTOUT_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_passepartout_builtin" == "yes"; then -+if test "$enable_passepartout_builtin" = "yes"; then - PASSEPARTOUT_CFLAGS="$PASSEPARTOUT_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -27502,17 +27502,17 @@ - - else - -- test "$enable_wpg" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: wpg plugin: dependencies not satisfied - $wpg_pkgs" >&5 -+ test "$enable_wpg" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: wpg plugin: dependencies not satisfied - $wpg_pkgs" >&5 - $as_echo "$as_me: WARNING: wpg plugin: dependencies not satisfied - $wpg_pkgs" >&2;} - - fi - - fi - --if test "$enable_wpg" == "yes" || \ -- test "$wpg_deps" == "yes"; then -+if test "$enable_wpg" = "yes" || \ -+ test "$wpg_deps" = "yes"; then - --if test "$enable_wpg_builtin" == "yes"; then -+if test "$enable_wpg_builtin" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: wpg plugin: static linking not supported" >&5 - $as_echo "$as_me: error: wpg plugin: static linking not supported" >&2;} - { (exit 1); exit 1; }; } -@@ -27628,7 +27628,7 @@ - : - fi - --test "$enable_wpg" == "auto" && PLUGINS="$PLUGINS wpg" -+test "$enable_wpg" = "auto" && PLUGINS="$PLUGINS wpg" - - WPG_CFLAGS="$WPG_CFLAGS "'${PLUGIN_CFLAGS}' - WPG_LIBS="$WPG_LIBS "'${PLUGIN_LIBS}' -@@ -27655,15 +27655,15 @@ - - else - -- test "$enable_xslfo" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: xslfo plugin: dependencies not satisfied - $xslfo_pkgs" >&5 -+ test "$enable_xslfo" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: xslfo plugin: dependencies not satisfied - $xslfo_pkgs" >&5 - $as_echo "$as_me: WARNING: xslfo plugin: dependencies not satisfied - $xslfo_pkgs" >&2;} - - fi - - fi - --if test "$enable_xslfo" == "yes" || \ -- test "$xslfo_deps" == "yes"; then -+if test "$enable_xslfo" = "yes" || \ -+ test "$xslfo_deps" = "yes"; then - - - pkg_failed=no -@@ -27775,12 +27775,12 @@ - : - fi - --test "$enable_xslfo" == "auto" && PLUGINS="$PLUGINS xslfo" -+test "$enable_xslfo" = "auto" && PLUGINS="$PLUGINS xslfo" - - XSLFO_CFLAGS="$XSLFO_CFLAGS "'${PLUGIN_CFLAGS}' - XSLFO_LIBS="$XSLFO_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_xslfo_builtin" == "yes"; then -+if test "$enable_xslfo_builtin" = "yes"; then - XSLFO_CFLAGS="$XSLFO_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - -@@ -27806,15 +27806,15 @@ - - else - -- test "$enable_kword" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: kword plugin: dependencies not satisfied - $kword_pkgs" >&5 -+ test "$enable_kword" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: kword plugin: dependencies not satisfied - $kword_pkgs" >&5 - $as_echo "$as_me: WARNING: kword plugin: dependencies not satisfied - $kword_pkgs" >&2;} - - fi - - fi - --if test "$enable_kword" == "yes" || \ -- test "$kword_deps" == "yes"; then -+if test "$enable_kword" = "yes" || \ -+ test "$kword_deps" = "yes"; then - - - pkg_failed=no -@@ -27926,7 +27926,7 @@ - : - fi - --test "$enable_kword" == "auto" && PLUGINS="$PLUGINS kword" -+test "$enable_kword" = "auto" && PLUGINS="$PLUGINS kword" - - KWORD_CFLAGS="$KWORD_CFLAGS "'${PLUGIN_CFLAGS}' - KWORD_LIBS="$KWORD_LIBS "'${PLUGIN_LIBS}' -@@ -27957,15 +27957,15 @@ - - else - -- test "$enable_sdw" == "auto" && { $as_echo "$as_me:$LINENO: WARNING: sdw plugin: dependencies not satisfied - $sdw_pkgs" >&5 -+ test "$enable_sdw" = "auto" && { $as_echo "$as_me:$LINENO: WARNING: sdw plugin: dependencies not satisfied - $sdw_pkgs" >&5 - $as_echo "$as_me: WARNING: sdw plugin: dependencies not satisfied - $sdw_pkgs" >&2;} - - fi - - fi - --if test "$enable_sdw" == "yes" || \ -- test "$sdw_deps" == "yes"; then -+if test "$enable_sdw" = "yes" || \ -+ test "$sdw_deps" = "yes"; then - - - pkg_failed=no -@@ -28077,12 +28077,12 @@ - : - fi - --test "$enable_sdw" == "auto" && PLUGINS="$PLUGINS sdw" -+test "$enable_sdw" = "auto" && PLUGINS="$PLUGINS sdw" - - SDW_CFLAGS="$SDW_CFLAGS "'${PLUGIN_CFLAGS}' - SDW_LIBS="$SDW_LIBS "'${PLUGIN_LIBS}' - --if test "$enable_sdw_builtin" == "yes"; then -+if test "$enable_sdw_builtin" = "yes"; then - SDW_CFLAGS="$SDW_CFLAGS -DABI_PLUGIN_BUILTIN" - fi - diff --git a/editors/abiword/files/patch-default-font b/editors/abiword/files/patch-default-font deleted file mode 100644 index 4588b73d0..000000000 --- a/editors/abiword/files/patch-default-font +++ /dev/null @@ -1,732 +0,0 @@ -diff -u -r user/wp/templates/normal.awt user/wp/templates/normal.awt ---- user/wp/templates/normal.awt 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt 2008-07-21 19:20:42.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - - <pagesize pagetype="Letter" orientation="portrait" width="8.500000" height="11.000000" units="in" page-scale="1.000000"/> -diff -u -r user/wp/templates/normal.awt-am_ET user/wp/templates/normal.awt-am_ET ---- user/wp/templates/normal.awt-am_ET 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-am_ET 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ar user/wp/templates/normal.awt-ar ---- user/wp/templates/normal.awt-ar 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ar 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ar_EG user/wp/templates/normal.awt-ar_EG ---- user/wp/templates/normal.awt-ar_EG 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ar_EG 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ar_SA user/wp/templates/normal.awt-ar_SA ---- user/wp/templates/normal.awt-ar_SA 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ar_SA 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-bg_BG user/wp/templates/normal.awt-bg_BG ---- user/wp/templates/normal.awt-bg_BG 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-bg_BG 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ca_ES user/wp/templates/normal.awt-ca_ES ---- user/wp/templates/normal.awt-ca_ES 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ca_ES 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-cs_CZ user/wp/templates/normal.awt-cs_CZ ---- user/wp/templates/normal.awt-cs_CZ 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-cs_CZ 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-da_DK user/wp/templates/normal.awt-da_DK ---- user/wp/templates/normal.awt-da_DK 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-da_DK 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-de user/wp/templates/normal.awt-de ---- user/wp/templates/normal.awt-de 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-de 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-de_AT user/wp/templates/normal.awt-de_AT ---- user/wp/templates/normal.awt-de_AT 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-de_AT 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-de_CH user/wp/templates/normal.awt-de_CH ---- user/wp/templates/normal.awt-de_CH 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-de_CH 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-de_DE user/wp/templates/normal.awt-de_DE ---- user/wp/templates/normal.awt-de_DE 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-de_DE 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-div_MV user/wp/templates/normal.awt-div_MV ---- user/wp/templates/normal.awt-div_MV 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-div_MV 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; lang:div-MV; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; lang:div-MV; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-el_GR user/wp/templates/normal.awt-el_GR ---- user/wp/templates/normal.awt-el_GR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-el_GR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-en_AU user/wp/templates/normal.awt-en_AU ---- user/wp/templates/normal.awt-en_AU 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-en_AU 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-en_CA user/wp/templates/normal.awt-en_CA ---- user/wp/templates/normal.awt-en_CA 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-en_CA 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="Letter" orientation="portrait" width="216.000000" height="279.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-en_GB user/wp/templates/normal.awt-en_GB ---- user/wp/templates/normal.awt-en_GB 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-en_GB 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-en_IE user/wp/templates/normal.awt-en_IE ---- user/wp/templates/normal.awt-en_IE 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-en_IE 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-en_NZ user/wp/templates/normal.awt-en_NZ ---- user/wp/templates/normal.awt-en_NZ 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-en_NZ 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-en_ZA user/wp/templates/normal.awt-en_ZA ---- user/wp/templates/normal.awt-en_ZA 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-en_ZA 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-es user/wp/templates/normal.awt-es ---- user/wp/templates/normal.awt-es 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-es 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-es_AR user/wp/templates/normal.awt-es_AR ---- user/wp/templates/normal.awt-es_AR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-es_AR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-es_ES user/wp/templates/normal.awt-es_ES ---- user/wp/templates/normal.awt-es_ES 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-es_ES 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-es_IR user/wp/templates/normal.awt-es_IR ---- user/wp/templates/normal.awt-es_IR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-es_IR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-es_MX user/wp/templates/normal.awt-es_MX ---- user/wp/templates/normal.awt-es_MX 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-es_MX 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fa_IR user/wp/templates/normal.awt-fa_IR ---- user/wp/templates/normal.awt-fa_IR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fa_IR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fi_FI user/wp/templates/normal.awt-fi_FI ---- user/wp/templates/normal.awt-fi_FI 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fi_FI 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fr user/wp/templates/normal.awt-fr ---- user/wp/templates/normal.awt-fr 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fr 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fr_BE user/wp/templates/normal.awt-fr_BE ---- user/wp/templates/normal.awt-fr_BE 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fr_BE 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fr_CA user/wp/templates/normal.awt-fr_CA ---- user/wp/templates/normal.awt-fr_CA 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fr_CA 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="Letter" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fr_CH user/wp/templates/normal.awt-fr_CH ---- user/wp/templates/normal.awt-fr_CH 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fr_CH 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-fr_FR user/wp/templates/normal.awt-fr_FR ---- user/wp/templates/normal.awt-fr_FR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-fr_FR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-gl_ES user/wp/templates/normal.awt-gl_ES ---- user/wp/templates/normal.awt-gl_ES 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-gl_ES 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-he user/wp/templates/normal.awt-he ---- user/wp/templates/normal.awt-he 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-he 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-he_IL user/wp/templates/normal.awt-he_IL ---- user/wp/templates/normal.awt-he_IL 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-he_IL 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-hu_HU user/wp/templates/normal.awt-hu_HU ---- user/wp/templates/normal.awt-hu_HU 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-hu_HU 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-it_IT user/wp/templates/normal.awt-it_IT ---- user/wp/templates/normal.awt-it_IT 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-it_IT 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ja_JP user/wp/templates/normal.awt-ja_JP ---- user/wp/templates/normal.awt-ja_JP 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ja_JP 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-lt_LT user/wp/templates/normal.awt-lt_LT ---- user/wp/templates/normal.awt-lt_LT 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-lt_LT 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-nb_NO user/wp/templates/normal.awt-nb_NO ---- user/wp/templates/normal.awt-nb_NO 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-nb_NO 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-nl_NL user/wp/templates/normal.awt-nl_NL ---- user/wp/templates/normal.awt-nl_NL 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-nl_NL 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-nn_NO user/wp/templates/normal.awt-nn_NO ---- user/wp/templates/normal.awt-nn_NO 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-nn_NO 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-pl_PL user/wp/templates/normal.awt-pl_PL ---- user/wp/templates/normal.awt-pl_PL 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-pl_PL 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ps user/wp/templates/normal.awt-ps ---- user/wp/templates/normal.awt-ps 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ps 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-pt_BR user/wp/templates/normal.awt-pt_BR ---- user/wp/templates/normal.awt-pt_BR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-pt_BR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-pt_PT user/wp/templates/normal.awt-pt_PT ---- user/wp/templates/normal.awt-pt_PT 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-pt_PT 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ru user/wp/templates/normal.awt-ru ---- user/wp/templates/normal.awt-ru 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ru 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ru_RU user/wp/templates/normal.awt-ru_RU ---- user/wp/templates/normal.awt-ru_RU 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ru_RU 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-sk_SK user/wp/templates/normal.awt-sk_SK ---- user/wp/templates/normal.awt-sk_SK 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-sk_SK 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-sl user/wp/templates/normal.awt-sl ---- user/wp/templates/normal.awt-sl 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-sl 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-sv user/wp/templates/normal.awt-sv ---- user/wp/templates/normal.awt-sv 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-sv 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-sv_SE user/wp/templates/normal.awt-sv_SE ---- user/wp/templates/normal.awt-sv_SE 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-sv_SE 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-syr user/wp/templates/normal.awt-syr ---- user/wp/templates/normal.awt-syr 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-syr 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; lang:syr; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; lang:syr; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-tr user/wp/templates/normal.awt-tr ---- user/wp/templates/normal.awt-tr 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-tr 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-tr_TR user/wp/templates/normal.awt-tr_TR ---- user/wp/templates/normal.awt-tr_TR 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-tr_TR 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-uk_UA user/wp/templates/normal.awt-uk_UA ---- user/wp/templates/normal.awt-uk_UA 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-uk_UA 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-ur_PK user/wp/templates/normal.awt-ur_PK ---- user/wp/templates/normal.awt-ur_PK 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-ur_PK 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-yi user/wp/templates/normal.awt-yi ---- user/wp/templates/normal.awt-yi 2008-07-13 15:11:00.000000000 +0200 -+++ user/wp/templates/normal.awt-yi 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-zh_CN user/wp/templates/normal.awt-zh_CN ---- user/wp/templates/normal.awt-zh_CN 2008-07-13 15:10:59.000000000 +0200 -+++ user/wp/templates/normal.awt-zh_CN 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> -diff -u -r user/wp/templates/normal.awt-zh_TW user/wp/templates/normal.awt-zh_TW ---- user/wp/templates/normal.awt-zh_TW 2008-07-13 15:11:01.000000000 +0200 -+++ user/wp/templates/normal.awt-zh_TW 2008-07-21 19:20:43.000000000 +0200 -@@ -9,7 +9,7 @@ - <!-- ===================================================================== --> - - <styles> --<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:Times New Roman; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> -+<s type="P" name="Normal" basedon="" followedby="Current Settings" props="font-family:DejaVu Serif; margin-top:0pt; font-variant:normal; margin-left:0pt; text-indent:0in; widows:2; font-style:normal; font-weight:normal; text-decoration:none; color:000000; line-height:1.0; text-align:left; margin-bottom:0pt; text-position:normal; margin-right:0pt; bgcolor:transparent; font-size:12pt; font-stretch:normal"/> - </styles> - <pagesize pagetype="A4" orientation="portrait" width="210.000000" height="297.000000" units="mm" page-scale="1.000000"/> - <section props="page-margin-right:1.0000in; page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"> diff --git a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp deleted file mode 100644 index fbbca1b6c..000000000 --- a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/af/util/xp/ut_iconv.cpp.orig 2009-06-25 02:52:27.000000000 +0200 -+++ src/af/util/xp/ut_iconv.cpp 2009-10-27 22:43:07.000000000 +0100 -@@ -264,10 +264,10 @@ const char * ucs4Internal () - // we special-case the win32 build, otherwise spelling and other stuff - // just doesn't work - return "UCS-4LE"; --#elif defined(_LIBICONV_H) -+#elif defined(_LIBICONV_H) || defined(__FreeBSD__) - // libiconv seems to prefer UCS-4-INTERNAL to UCS-4BE and UCS-4LE - return "UCS-4-INTERNAL"; --#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) -+#elif defined(__OpenBSD__) || defined(__NetBSD__) - // we special case the BSDs since spelling just doesn't work - return "UCS4"; - #else diff --git a/editors/abiword/pkg-descr b/editors/abiword/pkg-descr deleted file mode 100644 index 44abfdaab..000000000 --- a/editors/abiword/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -AbiWord is an open-source, cross-platform WYSIWYG word processor. It works -on Windows and most Unix Systems. - -Features include: - - - Basic character formatting (bold, underline, italics, etc.) - - Paragraph alignment - - Spell-check - - Import of Word97 and RTF documents - - Export to RTF, Text, HTML, and LaTeX formats - - Interactive rulers and tabs - - Styles - - Unlimited undo/redo - - Multiple column control - - Widow/orphan control - - Find/Replace - - Anti-aliased fonts - - Images - -For more information, or to see screenshots, visit the AbiSource home page. - -WWW: http://www.abisource.com/ diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist deleted file mode 100644 index 5f71fc93d..000000000 --- a/editors/abiword/pkg-plist +++ /dev/null @@ -1,308 +0,0 @@ -bin/abiword -include/abiword-%%ABIVERSION%%/abiwidget.h -include/abiword-%%ABIVERSION%%/libabiword.h -include/abiword-%%ABIVERSION%%/xap_UnixTableWidget.h -lib/abiword-%%ABIVERSION%%/plugins/opendocument.a -lib/abiword-%%ABIVERSION%%/plugins/opendocument.la -lib/abiword-%%ABIVERSION%%/plugins/opendocument.so -lib/libabiword-%%ABIVERSION%%.a -lib/libabiword-%%ABIVERSION%%.la -lib/libabiword-%%ABIVERSION%%.so -libdata/pkgconfig/abiword-%%ABIVERSION%%.pc -%%CLIPART%%share/abiword-2.8/clipart/book.png -%%CLIPART%%share/abiword-2.8/clipart/chip.png -%%CLIPART%%share/abiword-2.8/clipart/fun.png -%%CLIPART%%share/abiword-2.8/clipart/gear.png -%%CLIPART%%share/abiword-2.8/clipart/gnomea.png -%%CLIPART%%share/abiword-2.8/clipart/gnomeb.png -%%CLIPART%%share/abiword-2.8/clipart/gnomec.png -%%CLIPART%%share/abiword-2.8/clipart/gnomecorner.png -%%CLIPART%%share/abiword-2.8/clipart/gnomed.png -%%CLIPART%%share/abiword-2.8/clipart/gnomedecor1.png -%%CLIPART%%share/abiword-2.8/clipart/gnomedecor2.png -%%CLIPART%%share/abiword-2.8/clipart/gnomee.png -%%CLIPART%%share/abiword-2.8/clipart/gnomeflowers.png -%%CLIPART%%share/abiword-2.8/clipart/gnomeline.png -%%CLIPART%%share/abiword-2.8/clipart/idea.png -%%CLIPART%%share/abiword-2.8/clipart/lamp.png -%%CLIPART%%share/abiword-2.8/clipart/monitor.png -%%CLIPART%%share/abiword-2.8/clipart/music1.png -%%CLIPART%%share/abiword-2.8/clipart/pinceau.png -%%CLIPART%%share/abiword-2.8/clipart/simca.png -%%CLIPART%%share/abiword-2.8/clipart/surprise.png -%%CLIPART%%share/abiword-2.8/clipart/together.png -%%CLIPART%%share/abiword-2.8/clipart/toolbox.png -%%CLIPART%%share/abiword-2.8/clipart/tree.png -%%CLIPART%%share/abiword-2.8/clipart/tux_bordelais.png -%%CLIPART%%share/abiword-2.8/clipart/weather.png -%%CLIPART%%share/abiword-2.8/clipart/write.png -share/abiword-%%ABIVERSION%%/system.profile-ro -share/abiword-%%ABIVERSION%%/system.profile-ro-RO -%%TEMPLATES%%share/abiword-2.8/templates/A4.awt -%%TEMPLATES%%share/abiword-2.8/templates/Business-Letter.awt -%%TEMPLATES%%share/abiword-2.8/templates/Business-Report.awt -%%TEMPLATES%%share/abiword-2.8/templates/Employee-Directory.awt -%%TEMPLATES%%share/abiword-2.8/templates/Fax-Coversheet.awt -%%TEMPLATES%%share/abiword-2.8/templates/Friendly-Letter.awt -%%TEMPLATES%%share/abiword-2.8/templates/Memo.awt -%%TEMPLATES%%share/abiword-2.8/templates/Press-Release.awt -%%TEMPLATES%%share/abiword-2.8/templates/Resume.awt -%%TEMPLATES%%share/abiword-2.8/templates/Two-Columns.awt -%%TEMPLATES%%share/abiword-2.8/templates/US-Letter.awt -share/abiword-%%ABIVERSION%%/templates/normal.awt-ro -share/abiword-%%ABIVERSION%%/templates/normal.awt-ro_RO -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Break.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Field.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Insert_DateTime.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Latex.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MailMerge.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MetaData.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_New.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options_ColorSel.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageNumbers.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageSetup.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Replace.xml -%%DICT%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Spell.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Styles.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist_modal.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_History.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Image.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Language.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_ListDocuments.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Password.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_PluginManager.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_WindowMore.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Zoom.xml -share/abiword-%%ABIVERSION%%/readme.abw -share/abiword-%%ABIVERSION%%/readme.txt -share/abiword-%%ABIVERSION%%/strings/am-ET.strings -share/abiword-%%ABIVERSION%%/strings/ar.strings -share/abiword-%%ABIVERSION%%/strings/ast-ES.strings -share/abiword-%%ABIVERSION%%/strings/ayc-BO.strings -share/abiword-%%ABIVERSION%%/strings/aym-BO.strings -share/abiword-%%ABIVERSION%%/strings/be-BY.strings -share/abiword-%%ABIVERSION%%/strings/bg-BG.strings -share/abiword-%%ABIVERSION%%/strings/br-FR.strings -share/abiword-%%ABIVERSION%%/strings/ca-ES.strings -share/abiword-%%ABIVERSION%%/strings/cs-CZ.strings -share/abiword-%%ABIVERSION%%/strings/cy-GB.strings -share/abiword-%%ABIVERSION%%/strings/da-DK.strings -share/abiword-%%ABIVERSION%%/strings/de-CH.strings -share/abiword-%%ABIVERSION%%/strings/de-DE.strings -share/abiword-%%ABIVERSION%%/strings/el-GR.strings -share/abiword-%%ABIVERSION%%/strings/en-AU.strings -share/abiword-%%ABIVERSION%%/strings/en-CA.strings -share/abiword-%%ABIVERSION%%/strings/en-GB.strings -share/abiword-%%ABIVERSION%%/strings/en-IE.strings -share/abiword-%%ABIVERSION%%/strings/eo.strings -share/abiword-%%ABIVERSION%%/strings/es-ES.strings -share/abiword-%%ABIVERSION%%/strings/es-MX.strings -share/abiword-%%ABIVERSION%%/strings/et.strings -share/abiword-%%ABIVERSION%%/strings/eu-ES.strings -share/abiword-%%ABIVERSION%%/strings/fi-FI.strings -share/abiword-%%ABIVERSION%%/strings/fr-FR.strings -share/abiword-%%ABIVERSION%%/strings/ga-IE.strings -share/abiword-%%ABIVERSION%%/strings/gl.strings -share/abiword-%%ABIVERSION%%/strings/he-IL.strings -share/abiword-%%ABIVERSION%%/strings/hr-HR.strings -share/abiword-%%ABIVERSION%%/strings/hu-HU.strings -share/abiword-%%ABIVERSION%%/strings/id-ID.strings -share/abiword-%%ABIVERSION%%/strings/it-IT.strings -share/abiword-%%ABIVERSION%%/strings/ja-JP.strings -share/abiword-%%ABIVERSION%%/strings/jbo.strings -share/abiword-%%ABIVERSION%%/strings/ko.strings -share/abiword-%%ABIVERSION%%/strings/ku.strings -share/abiword-%%ABIVERSION%%/strings/lt-LT.strings -share/abiword-%%ABIVERSION%%/strings/lv-LV.strings -share/abiword-%%ABIVERSION%%/strings/mg-MG.strings -share/abiword-%%ABIVERSION%%/strings/mh-MH.strings -share/abiword-%%ABIVERSION%%/strings/mk-MK.strings -share/abiword-%%ABIVERSION%%/strings/ms-MY.strings -share/abiword-%%ABIVERSION%%/strings/nb-NO.strings -share/abiword-%%ABIVERSION%%/strings/ne-NP.strings -share/abiword-%%ABIVERSION%%/strings/nl-NL.strings -share/abiword-%%ABIVERSION%%/strings/nn-NO.strings -share/abiword-%%ABIVERSION%%/strings/pl-PL.strings -share/abiword-%%ABIVERSION%%/strings/pt-BR.strings -share/abiword-%%ABIVERSION%%/strings/pt-PT.strings -share/abiword-%%ABIVERSION%%/strings/quh-BO.strings -share/abiword-%%ABIVERSION%%/strings/qul-BO.strings -share/abiword-%%ABIVERSION%%/strings/ro-RO.strings -share/abiword-%%ABIVERSION%%/strings/ru-RU.strings -share/abiword-%%ABIVERSION%%/strings/sc-IT.strings -share/abiword-%%ABIVERSION%%/strings/sk-SK.strings -share/abiword-%%ABIVERSION%%/strings/sl-SI.strings -share/abiword-%%ABIVERSION%%/strings/sq-AL.strings -share/abiword-%%ABIVERSION%%/strings/sr.strings -share/abiword-%%ABIVERSION%%/strings/sv-SE.strings -share/abiword-%%ABIVERSION%%/strings/ta-IN.strings -share/abiword-%%ABIVERSION%%/strings/tr-TR.strings -share/abiword-%%ABIVERSION%%/strings/uk-UA.strings -share/abiword-%%ABIVERSION%%/strings/ur.strings -share/abiword-%%ABIVERSION%%/strings/vi-VN.strings -share/abiword-%%ABIVERSION%%/strings/wo-SN.strings -share/abiword-%%ABIVERSION%%/strings/yi.strings -share/abiword-%%ABIVERSION%%/strings/zh-CN.strings -share/abiword-%%ABIVERSION%%/strings/zh-HK.strings -share/abiword-%%ABIVERSION%%/strings/zh-TW.strings -share/abiword-%%ABIVERSION%%/system.profile -share/abiword-%%ABIVERSION%%/system.profile-CP1254 -share/abiword-%%ABIVERSION%%/system.profile-KOI8-R -share/abiword-%%ABIVERSION%%/system.profile-KOI8-U -share/abiword-%%ABIVERSION%%/system.profile-KOI8-UB -share/abiword-%%ABIVERSION%%/system.profile-am-ET -share/abiword-%%ABIVERSION%%/system.profile-ar -share/abiword-%%ABIVERSION%%/system.profile-ar-EG -share/abiword-%%ABIVERSION%%/system.profile-ar-SA -share/abiword-%%ABIVERSION%%/system.profile-bg-BG -share/abiword-%%ABIVERSION%%/system.profile-ca-ES -share/abiword-%%ABIVERSION%%/system.profile-cs-CZ -share/abiword-%%ABIVERSION%%/system.profile-da-DK -share/abiword-%%ABIVERSION%%/system.profile-de -share/abiword-%%ABIVERSION%%/system.profile-de-AT -share/abiword-%%ABIVERSION%%/system.profile-de-CH -share/abiword-%%ABIVERSION%%/system.profile-de-DE -share/abiword-%%ABIVERSION%%/system.profile-div-MV -share/abiword-%%ABIVERSION%%/system.profile-el-GR -share/abiword-%%ABIVERSION%%/system.profile-en -share/abiword-%%ABIVERSION%%/system.profile-en-AU -share/abiword-%%ABIVERSION%%/system.profile-en-CA -share/abiword-%%ABIVERSION%%/system.profile-en-GB -share/abiword-%%ABIVERSION%%/system.profile-en-IE -share/abiword-%%ABIVERSION%%/system.profile-en-NZ -share/abiword-%%ABIVERSION%%/system.profile-en-US -share/abiword-%%ABIVERSION%%/system.profile-en-ZA -share/abiword-%%ABIVERSION%%/system.profile-es -share/abiword-%%ABIVERSION%%/system.profile-es-ES -share/abiword-%%ABIVERSION%%/system.profile-es-MX -share/abiword-%%ABIVERSION%%/system.profile-eu -share/abiword-%%ABIVERSION%%/system.profile-eu-ES -share/abiword-%%ABIVERSION%%/system.profile-fa-IR -share/abiword-%%ABIVERSION%%/system.profile-fi-FI -share/abiword-%%ABIVERSION%%/system.profile-fr -share/abiword-%%ABIVERSION%%/system.profile-fr-BE -share/abiword-%%ABIVERSION%%/system.profile-fr-CA -share/abiword-%%ABIVERSION%%/system.profile-fr-CH -share/abiword-%%ABIVERSION%%/system.profile-fr-FR -share/abiword-%%ABIVERSION%%/system.profile-gl-ES -share/abiword-%%ABIVERSION%%/system.profile-he -share/abiword-%%ABIVERSION%%/system.profile-he-IL -share/abiword-%%ABIVERSION%%/system.profile-hu-HU -share/abiword-%%ABIVERSION%%/system.profile-it-IT -share/abiword-%%ABIVERSION%%/system.profile-ja-JP -share/abiword-%%ABIVERSION%%/system.profile-lt-LT -share/abiword-%%ABIVERSION%%/system.profile-nb-NO -share/abiword-%%ABIVERSION%%/system.profile-nl-NL -share/abiword-%%ABIVERSION%%/system.profile-nn-NO -share/abiword-%%ABIVERSION%%/system.profile-pl-PL -share/abiword-%%ABIVERSION%%/system.profile-ps -share/abiword-%%ABIVERSION%%/system.profile-pt-BR -share/abiword-%%ABIVERSION%%/system.profile-pt-PT -share/abiword-%%ABIVERSION%%/system.profile-ru -share/abiword-%%ABIVERSION%%/system.profile-ru-RU -share/abiword-%%ABIVERSION%%/system.profile-sk-SK -share/abiword-%%ABIVERSION%%/system.profile-sk-SK.CP1250 -share/abiword-%%ABIVERSION%%/system.profile-sl -share/abiword-%%ABIVERSION%%/system.profile-sv -share/abiword-%%ABIVERSION%%/system.profile-sv-SE -share/abiword-%%ABIVERSION%%/system.profile-syr -share/abiword-%%ABIVERSION%%/system.profile-tr -share/abiword-%%ABIVERSION%%/system.profile-tr-TR -share/abiword-%%ABIVERSION%%/system.profile-tr-TR.CP1254 -share/abiword-%%ABIVERSION%%/system.profile-uk-UA -share/abiword-%%ABIVERSION%%/system.profile-ur-PK -share/abiword-%%ABIVERSION%%/system.profile-yi -share/abiword-%%ABIVERSION%%/system.profile-zh-CN -share/abiword-%%ABIVERSION%%/system.profile-zh-TW -share/abiword-%%ABIVERSION%%/templates/normal.awt -share/abiword-%%ABIVERSION%%/templates/normal.awt-am_ET -share/abiword-%%ABIVERSION%%/templates/normal.awt-ar -share/abiword-%%ABIVERSION%%/templates/normal.awt-ar_EG -share/abiword-%%ABIVERSION%%/templates/normal.awt-ar_SA -share/abiword-%%ABIVERSION%%/templates/normal.awt-bg_BG -share/abiword-%%ABIVERSION%%/templates/normal.awt-ca_ES -share/abiword-%%ABIVERSION%%/templates/normal.awt-cs_CZ -share/abiword-%%ABIVERSION%%/templates/normal.awt-da_DK -share/abiword-%%ABIVERSION%%/templates/normal.awt-de -share/abiword-%%ABIVERSION%%/templates/normal.awt-de_AT -share/abiword-%%ABIVERSION%%/templates/normal.awt-de_CH -share/abiword-%%ABIVERSION%%/templates/normal.awt-de_DE -share/abiword-%%ABIVERSION%%/templates/normal.awt-div_MV -share/abiword-%%ABIVERSION%%/templates/normal.awt-el_GR -share/abiword-%%ABIVERSION%%/templates/normal.awt-en_AU -share/abiword-%%ABIVERSION%%/templates/normal.awt-en_CA -share/abiword-%%ABIVERSION%%/templates/normal.awt-en_GB -share/abiword-%%ABIVERSION%%/templates/normal.awt-en_IE -share/abiword-%%ABIVERSION%%/templates/normal.awt-en_NZ -share/abiword-%%ABIVERSION%%/templates/normal.awt-en_ZA -share/abiword-%%ABIVERSION%%/templates/normal.awt-es -share/abiword-%%ABIVERSION%%/templates/normal.awt-es_AR -share/abiword-%%ABIVERSION%%/templates/normal.awt-es_ES -share/abiword-%%ABIVERSION%%/templates/normal.awt-es_IR -share/abiword-%%ABIVERSION%%/templates/normal.awt-es_MX -share/abiword-%%ABIVERSION%%/templates/normal.awt-fa_IR -share/abiword-%%ABIVERSION%%/templates/normal.awt-fi_FI -share/abiword-%%ABIVERSION%%/templates/normal.awt-fr -share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_BE -share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_CA -share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_CH -share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_FR -share/abiword-%%ABIVERSION%%/templates/normal.awt-gl_ES -share/abiword-%%ABIVERSION%%/templates/normal.awt-he -share/abiword-%%ABIVERSION%%/templates/normal.awt-he_IL -share/abiword-%%ABIVERSION%%/templates/normal.awt-hu_HU -share/abiword-%%ABIVERSION%%/templates/normal.awt-it_IT -share/abiword-%%ABIVERSION%%/templates/normal.awt-ja_JP -share/abiword-%%ABIVERSION%%/templates/normal.awt-lt_LT -share/abiword-%%ABIVERSION%%/templates/normal.awt-nb_NO -share/abiword-%%ABIVERSION%%/templates/normal.awt-nl_NL -share/abiword-%%ABIVERSION%%/templates/normal.awt-nn_NO -share/abiword-%%ABIVERSION%%/templates/normal.awt-pl_PL -share/abiword-%%ABIVERSION%%/templates/normal.awt-ps -share/abiword-%%ABIVERSION%%/templates/normal.awt-pt_BR -share/abiword-%%ABIVERSION%%/templates/normal.awt-pt_PT -share/abiword-%%ABIVERSION%%/templates/normal.awt-ru -share/abiword-%%ABIVERSION%%/templates/normal.awt-ru_RU -share/abiword-%%ABIVERSION%%/templates/normal.awt-sk_SK -share/abiword-%%ABIVERSION%%/templates/normal.awt-sl -share/abiword-%%ABIVERSION%%/templates/normal.awt-sv -share/abiword-%%ABIVERSION%%/templates/normal.awt-sv_SE -share/abiword-%%ABIVERSION%%/templates/normal.awt-syr -share/abiword-%%ABIVERSION%%/templates/normal.awt-tr -share/abiword-%%ABIVERSION%%/templates/normal.awt-tr_TR -share/abiword-%%ABIVERSION%%/templates/normal.awt-uk_UA -share/abiword-%%ABIVERSION%%/templates/normal.awt-ur_PK -share/abiword-%%ABIVERSION%%/templates/normal.awt-yi -share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_CN -share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_TW -share/applications/abiword.desktop -share/icons/abiword_48.png -share/mime-info/abiword.keys -@dirrmtry share/applications -@dirrm share/abiword-%%ABIVERSION%%/ui -@dirrm share/abiword-%%ABIVERSION%%/templates -@dirrm share/abiword-%%ABIVERSION%%/strings -%%CLIPART%%@dirrm share/abiword-%%ABIVERSION%%/clipart -@dirrm share/abiword-%%ABIVERSION%% -@exec /bin/mkdir -p %D/lib/abiword-%%ABIVERSION%%/plugins -@dirrmtry lib/abiword-%%ABIVERSION%%/plugins -@dirrmtry lib/abiword-%%ABIVERSION%% -@dirrm include/abiword-%%ABIVERSION%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime-info > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime-info > /dev/null || /usr/bin/true diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile deleted file mode 100644 index e65e8e434..000000000 --- a/editors/gedit-plugins/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: gedit-plugins -# Date created: 19 September 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.38 2009/08/26 18:04:53 marcus Exp $ -# - -PORTNAME= gedit-plugins -PORTVERSION= 2.28.0 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plugins for GEdit 2 - -BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ - gucharmap:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ - gucharmap:${PORTSDIR}/deskutils/gucharmap - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gnomeprefix intlhack gnomevfs2 -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas - -OPTIONS= PYTHON "Build plugins that depend on python" off - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" || defined(WITH_PYTHON) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo deleted file mode 100644 index c981f360b..000000000 --- a/editors/gedit-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-plugins-2.28.0.tar.bz2) = 7a0068ef250f2cfe8d60a5cf0e7a7c93 -SHA256 (gnome2/gedit-plugins-2.28.0.tar.bz2) = d615d2f26e66d7a23f37205089096a60faa2cb6e9108f9034cf2e66b940bf2ca -SIZE (gnome2/gedit-plugins-2.28.0.tar.bz2) = 541165 diff --git a/editors/gedit-plugins/pkg-descr b/editors/gedit-plugins/pkg-descr deleted file mode 100644 index f4eabb23d..000000000 --- a/editors/gedit-plugins/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Various additional plug-ins for GEdit 2. diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist deleted file mode 100644 index 7b1a2d2f1..000000000 --- a/editors/gedit-plugins/pkg-plist +++ /dev/null @@ -1,147 +0,0 @@ -lib/gedit-2/plugins/bookmarks.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.py -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyc -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyo -lib/gedit-2/plugins/charmap.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/codecomment.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/codecomment.py -%%PYTHON%%lib/gedit-2/plugins/codecomment.pyc -%%PYTHON%%lib/gedit-2/plugins/codecomment.pyo -%%PYTHON%%lib/gedit-2/plugins/colorpicker.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/colorpicker.py -%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyc -%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyo -lib/gedit-2/plugins/drawspaces.gedit-plugin -lib/gedit-2/plugins/gpdefs.py -lib/gedit-2/plugins/gpdefs.pyc -lib/gedit-2/plugins/gpdefs.pyo -%%PYTHON%%lib/gedit-2/plugins/joinlines.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/joinlines.py -%%PYTHON%%lib/gedit-2/plugins/joinlines.pyc -%%PYTHON%%lib/gedit-2/plugins/joinlines.pyo -lib/gedit-2/plugins/libbookmarks.a -lib/gedit-2/plugins/libbookmarks.la -lib/gedit-2/plugins/libbookmarks.so -lib/gedit-2/plugins/libcharmap.a -lib/gedit-2/plugins/libcharmap.la -lib/gedit-2/plugins/libcharmap.so -lib/gedit-2/plugins/libdrawspaces.a -lib/gedit-2/plugins/libdrawspaces.la -lib/gedit-2/plugins/libdrawspaces.so -lib/gedit-2/plugins/libshowtabbar.a -lib/gedit-2/plugins/libshowtabbar.la -lib/gedit-2/plugins/libshowtabbar.so -%%PYTHON%%lib/gedit-2/plugins/sessionsaver.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyo -lib/gedit-2/plugins/showtabbar.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/smartspaces.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/smartspaces.py -%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyc -%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyo -%%PYTHON%%lib/gedit-2/plugins/terminal.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/terminal.py -%%PYTHON%%lib/gedit-2/plugins/terminal.pyc -%%PYTHON%%lib/gedit-2/plugins/terminal.pyo -share/gedit-2/plugins/bookmarks/bookmark.png -share/gedit-2/plugins/drawspaces/drawspaces.ui -%%PYTHON%%share/gedit-2/plugins/sessionsaver/sessionsaver.ui -share/locale/ar/LC_MESSAGES/gedit-plugins.mo -share/locale/as/LC_MESSAGES/gedit-plugins.mo -share/locale/az/LC_MESSAGES/gedit-plugins.mo -share/locale/be/LC_MESSAGES/gedit-plugins.mo -share/locale/be@latin/LC_MESSAGES/gedit-plugins.mo -share/locale/bg/LC_MESSAGES/gedit-plugins.mo -share/locale/bn_IN/LC_MESSAGES/gedit-plugins.mo -share/locale/ca/LC_MESSAGES/gedit-plugins.mo -share/locale/cs/LC_MESSAGES/gedit-plugins.mo -share/locale/da/LC_MESSAGES/gedit-plugins.mo -share/locale/de/LC_MESSAGES/gedit-plugins.mo -share/locale/dz/LC_MESSAGES/gedit-plugins.mo -share/locale/el/LC_MESSAGES/gedit-plugins.mo -share/locale/en_CA/LC_MESSAGES/gedit-plugins.mo -share/locale/en_GB/LC_MESSAGES/gedit-plugins.mo -share/locale/es/LC_MESSAGES/gedit-plugins.mo -share/locale/et/LC_MESSAGES/gedit-plugins.mo -share/locale/eu/LC_MESSAGES/gedit-plugins.mo -share/locale/fi/LC_MESSAGES/gedit-plugins.mo -share/locale/fr/LC_MESSAGES/gedit-plugins.mo -share/locale/ga/LC_MESSAGES/gedit-plugins.mo -share/locale/gl/LC_MESSAGES/gedit-plugins.mo -share/locale/gu/LC_MESSAGES/gedit-plugins.mo -share/locale/he/LC_MESSAGES/gedit-plugins.mo -share/locale/hi/LC_MESSAGES/gedit-plugins.mo -share/locale/hr/LC_MESSAGES/gedit-plugins.mo -share/locale/hu/LC_MESSAGES/gedit-plugins.mo -share/locale/it/LC_MESSAGES/gedit-plugins.mo -share/locale/ja/LC_MESSAGES/gedit-plugins.mo -share/locale/kn/LC_MESSAGES/gedit-plugins.mo -share/locale/ko/LC_MESSAGES/gedit-plugins.mo -share/locale/lt/LC_MESSAGES/gedit-plugins.mo -share/locale/lv/LC_MESSAGES/gedit-plugins.mo -share/locale/mk/LC_MESSAGES/gedit-plugins.mo -share/locale/ml/LC_MESSAGES/gedit-plugins.mo -share/locale/mn/LC_MESSAGES/gedit-plugins.mo -share/locale/mr/LC_MESSAGES/gedit-plugins.mo -share/locale/ms/LC_MESSAGES/gedit-plugins.mo -share/locale/nb/LC_MESSAGES/gedit-plugins.mo -share/locale/ne/LC_MESSAGES/gedit-plugins.mo -share/locale/nl/LC_MESSAGES/gedit-plugins.mo -share/locale/nn/LC_MESSAGES/gedit-plugins.mo -share/locale/oc/LC_MESSAGES/gedit-plugins.mo -share/locale/or/LC_MESSAGES/gedit-plugins.mo -share/locale/pa/LC_MESSAGES/gedit-plugins.mo -share/locale/pl/LC_MESSAGES/gedit-plugins.mo -share/locale/pt/LC_MESSAGES/gedit-plugins.mo -share/locale/pt_BR/LC_MESSAGES/gedit-plugins.mo -share/locale/ro/LC_MESSAGES/gedit-plugins.mo -share/locale/ru/LC_MESSAGES/gedit-plugins.mo -share/locale/rw/LC_MESSAGES/gedit-plugins.mo -share/locale/sk/LC_MESSAGES/gedit-plugins.mo -share/locale/sl/LC_MESSAGES/gedit-plugins.mo -share/locale/sq/LC_MESSAGES/gedit-plugins.mo -share/locale/sr/LC_MESSAGES/gedit-plugins.mo -share/locale/sr@Latn/LC_MESSAGES/gedit-plugins.mo -share/locale/sv/LC_MESSAGES/gedit-plugins.mo -share/locale/ta/LC_MESSAGES/gedit-plugins.mo -share/locale/te/LC_MESSAGES/gedit-plugins.mo -share/locale/th/LC_MESSAGES/gedit-plugins.mo -share/locale/tr/LC_MESSAGES/gedit-plugins.mo -share/locale/uk/LC_MESSAGES/gedit-plugins.mo -share/locale/vi/LC_MESSAGES/gedit-plugins.mo -share/locale/wa/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_CN/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_HK/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo -%%PYTHON%%@dirrm lib/gedit-2/plugins/sessionsaver -@dirrm share/gedit-2/plugins/sessionsaver -@dirrm share/gedit-2/plugins/drawspaces -@dirrm share/gedit-2/plugins/bookmarks -@dirrm share/gedit-2/plugins -@dirrm share/gedit-2 -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@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/editors/gedit/Makefile b/editors/gedit/Makefile deleted file mode 100644 index 0db18907f..000000000 --- a/editors/gedit/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.108 2009/09/21 22:39:06 kwm Exp $ -# - -PORTNAME= gedit -PORTVERSION= 2.28.1 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small but powerful text editor for GNOME 2 Desktop Environment - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_XORG= sm -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ - desktopfileutils gnomedocutils ltasneededhack -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.20" - -MAN1= gedit.1 -GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -#pre-build: -# ${MKDIR} ${WRKSRC}/bindings/python/.deps -#.for ff in gedit_la-gedit.Plo gedit_la-geditcommands.Plo gedit_la-geditutils.Plo -# ${TOUCH} ${WRKSRC}/bindings/python/.deps/${ff} -#.endfor - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo deleted file mode 100644 index b62cfcc9f..000000000 --- a/editors/gedit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-2.28.1.tar.bz2) = 5de5239114d662ecd90340a409b68bc5 -SHA256 (gnome2/gedit-2.28.1.tar.bz2) = 77a0bda7c38ed2b3c72ea0e78ae21d71cc27116e0aba1616f734bf85562e81f0 -SIZE (gnome2/gedit-2.28.1.tar.bz2) = 4635002 diff --git a/editors/gedit/pkg-descr b/editors/gedit/pkg-descr deleted file mode 100644 index 29135d79f..000000000 --- a/editors/gedit/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gEdit is a Gtk+-2 text editor. Its features include: - - * Complete integration with the GNOME Environment, including GnomeMDI - * Global Search and Replace - * Dynamically loaded fonts - * Splitscreen Mode - * Printing support - * Configurable Plugins system - * Unlimited Undo/Redo - -WWW: http://www.gnome.org/projects/gedit/ diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist deleted file mode 100644 index df6419e6e..000000000 --- a/editors/gedit/pkg-plist +++ /dev/null @@ -1,684 +0,0 @@ -bin/gedit -bin/gnome-text-editor -include/gedit-%%VERSION%%/gedit/gedit-app.h -include/gedit-%%VERSION%%/gedit/gedit-commands.h -include/gedit-%%VERSION%%/gedit/gedit-convert.h -include/gedit-%%VERSION%%/gedit/gedit-debug.h -include/gedit-%%VERSION%%/gedit/gedit-document.h -include/gedit-%%VERSION%%/gedit/gedit-encodings-option-menu.h -include/gedit-%%VERSION%%/gedit/gedit-encodings.h -include/gedit-%%VERSION%%/gedit/gedit-file-chooser-dialog.h -include/gedit-%%VERSION%%/gedit/gedit-help.h -include/gedit-%%VERSION%%/gedit/gedit-message-bus.h -include/gedit-%%VERSION%%/gedit/gedit-message-type.h -include/gedit-%%VERSION%%/gedit/gedit-message.h -include/gedit-%%VERSION%%/gedit/gedit-metadata-manager.h -include/gedit-%%VERSION%%/gedit/gedit-notebook.h -include/gedit-%%VERSION%%/gedit/gedit-panel.h -include/gedit-%%VERSION%%/gedit/gedit-plugin-loader.h -include/gedit-%%VERSION%%/gedit/gedit-plugin.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h -include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h -include/gedit-%%VERSION%%/gedit/gedit-statusbar.h -include/gedit-%%VERSION%%/gedit/gedit-status-combo-box.h -include/gedit-%%VERSION%%/gedit/gedit-tab.h -include/gedit-%%VERSION%%/gedit/gedit-utils.h -include/gedit-%%VERSION%%/gedit/gedit-view.h -include/gedit-%%VERSION%%/gedit/gedit-window.h -lib/gedit-2/plugin-loaders/libcloader.a -lib/gedit-2/plugin-loaders/libcloader.la -lib/gedit-2/plugin-loaders/libcloader.so -%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.a -%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.la -%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.so -lib/gedit-2/plugins/changecase.gedit-plugin -lib/gedit-2/plugins/docinfo.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/externaltools.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyo -lib/gedit-2/plugins/filebrowser.gedit-plugin -lib/gedit-2/plugins/indent.gedit-plugin -lib/gedit-2/plugins/libchangecase.a -lib/gedit-2/plugins/libchangecase.la -lib/gedit-2/plugins/libchangecase.so -lib/gedit-2/plugins/libdocinfo.a -lib/gedit-2/plugins/libdocinfo.la -lib/gedit-2/plugins/libdocinfo.so -lib/gedit-2/plugins/libfilebrowser.a -lib/gedit-2/plugins/libfilebrowser.la -lib/gedit-2/plugins/libfilebrowser.so -lib/gedit-2/plugins/libindent.a -lib/gedit-2/plugins/libindent.la -lib/gedit-2/plugins/libindent.so -lib/gedit-2/plugins/libmodelines.a -lib/gedit-2/plugins/libmodelines.la -lib/gedit-2/plugins/libmodelines.so -lib/gedit-2/plugins/libsort.a -lib/gedit-2/plugins/libsort.la -lib/gedit-2/plugins/libsort.so -lib/gedit-2/plugins/libspell.a -lib/gedit-2/plugins/libspell.la -lib/gedit-2/plugins/libspell.so -lib/gedit-2/plugins/libtaglist.a -lib/gedit-2/plugins/libtaglist.la -lib/gedit-2/plugins/libtaglist.so -lib/gedit-2/plugins/libtime.a -lib/gedit-2/plugins/libtime.la -lib/gedit-2/plugins/libtime.so -lib/gedit-2/plugins/modelines.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyo -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.py -%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.py -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.py -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyo -lib/gedit-2/plugins/sort.gedit-plugin -lib/gedit-2/plugins/spell.gedit-plugin -lib/gedit-2/plugins/taglist.gedit-plugin -lib/gedit-2/plugins/time.gedit-plugin -libdata/pkgconfig/gedit-%%VERSION%%.pc -libexec/gedit-2/gedit-bugreport.sh -share/applications/gedit.desktop -%%DOCSDIR%%/GeditApp.html -%%DOCSDIR%%/GeditDocument.html -%%DOCSDIR%%/GeditEncodingsOptionMenu.html -%%DOCSDIR%%/GeditFileChooserDialog.html -%%DOCSDIR%%/GeditMessage.html -%%DOCSDIR%%/GeditMessageBus.html -%%DOCSDIR%%/GeditNotebook.html -%%DOCSDIR%%/GeditPanel.html -%%DOCSDIR%%/GeditPlugin.html -%%DOCSDIR%%/GeditProgressMessageArea.html -%%DOCSDIR%%/GeditStatusbar.html -%%DOCSDIR%%/GeditTab.html -%%DOCSDIR%%/GeditView.html -%%DOCSDIR%%/GeditWindow.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/gedit-GeditMessageType.html -%%DOCSDIR%%/gedit-GeditPrintJob.html -%%DOCSDIR%%/gedit-GeditPrintJobPreview.html -%%DOCSDIR%%/gedit-gedit-convert.html -%%DOCSDIR%%/gedit-gedit-debug.html -%%DOCSDIR%%/gedit-gedit-encodings.html -%%DOCSDIR%%/gedit-gedit-help.html -%%DOCSDIR%%/gedit-gedit-metadata-manager.html -%%DOCSDIR%%/gedit-gedit-prefs-manager-app.html -%%DOCSDIR%%/gedit-gedit-prefs-manager.html -%%DOCSDIR%%/gedit-gedit-utils.html -%%DOCSDIR%%/gedit.devhelp -%%DOCSDIR%%/gedit.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gedit-2/icons/gedit-plugin.png -share/gedit-2/logo/gedit-logo.png -@exec mkdir -p %D/share/gedit-2/plugins/changecase -share/gedit-2/plugins/docinfo/docinfo.ui -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/build -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/open-terminal-here -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/remove-trailing-spaces -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/run-command -%%PYTHON%%share/gedit-2/plugins/externaltools/ui/tools.ui -%%PYTHON%%share/gedit-2/plugins/externaltools/ui/outputpanel.ui -share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml -@exec mkdir -p %D/share/gedit-2/plugins/indent -share/gedit-2/plugins/modelines/language-mappings -%%PYTHON%%share/gedit-2/plugins/pythonconsole/ui/config.ui -%%PYTHON%%share/gedit-2/plugins/snippets/c.xml -%%PYTHON%%share/gedit-2/plugins/snippets/chdr.xml -%%PYTHON%%share/gedit-2/plugins/snippets/cpp.xml -%%PYTHON%%share/gedit-2/plugins/snippets/css.xml -%%PYTHON%%share/gedit-2/plugins/snippets/docbook.xml -%%PYTHON%%share/gedit-2/plugins/snippets/fortran.xml -%%PYTHON%%share/gedit-2/plugins/snippets/global.xml -%%PYTHON%%share/gedit-2/plugins/snippets/haskell.xml -%%PYTHON%%share/gedit-2/plugins/snippets/html.xml -%%PYTHON%%share/gedit-2/plugins/snippets/idl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/java.xml -%%PYTHON%%share/gedit-2/plugins/snippets/javascript.xml -%%PYTHON%%share/gedit-2/plugins/snippets/lang/snippets.lang -%%PYTHON%%share/gedit-2/plugins/snippets/latex.xml -%%PYTHON%%share/gedit-2/plugins/snippets/perl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/php.xml -%%PYTHON%%share/gedit-2/plugins/snippets/python.xml -%%PYTHON%%share/gedit-2/plugins/snippets/ruby.xml -%%PYTHON%%share/gedit-2/plugins/snippets/sh.xml -%%PYTHON%%share/gedit-2/plugins/snippets/snippets.xml -%%PYTHON%%share/gedit-2/plugins/snippets/tcl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/ui/snippets.ui -%%PYTHON%%share/gedit-2/plugins/snippets/xml.xml -share/gedit-2/plugins/sort/sort.ui -share/gedit-2/plugins/spell/languages-dialog.ui -share/gedit-2/plugins/spell/spell-checker.ui -share/gedit-2/plugins/taglist/HTML.tags.gz -share/gedit-2/plugins/taglist/Latex.tags.gz -share/gedit-2/plugins/taglist/XSLT.tags.gz -share/gedit-2/plugins/taglist/XUL.tags.gz -share/gedit-2/plugins/time/gedit-time-dialog.ui -share/gedit-2/plugins/time/gedit-time-setup-dialog.ui -share/gedit-2/ui/gedit-encodings-dialog.ui -share/gedit-2/ui/gedit-preferences-dialog.ui -share/gedit-2/ui/gedit-print-preferences.ui -share/gedit-2/ui/gedit-search-dialog.ui -share/gedit-2/ui/gedit-ui.xml -share/gnome/help/gedit/C/figures/gedit_format_bold.png -share/gnome/help/gedit/C/figures/gedit_format_italic.png -share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/C/figures/gedit_format_underline.png -share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/C/figures/gedit_window.png -share/gnome/help/gedit/C/gedit.xml -share/gnome/help/gedit/C/legal.xml -share/gnome/help/gedit/ar/figures/gedit_format_bold.png -share/gnome/help/gedit/ar/figures/gedit_format_italic.png -share/gnome/help/gedit/ar/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ar/figures/gedit_format_underline.png -share/gnome/help/gedit/ar/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ar/figures/gedit_window.png -share/gnome/help/gedit/ar/gedit.xml -share/gnome/help/gedit/ar/legal.xml -share/gnome/help/gedit/bg/figures/gedit_format_bold.png -share/gnome/help/gedit/bg/figures/gedit_format_italic.png -share/gnome/help/gedit/bg/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/bg/figures/gedit_format_underline.png -share/gnome/help/gedit/bg/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/bg/figures/gedit_window.png -share/gnome/help/gedit/bg/gedit.xml -share/gnome/help/gedit/bg/legal.xml -share/gnome/help/gedit/ca/figures/gedit_format_bold.png -share/gnome/help/gedit/ca/figures/gedit_format_italic.png -share/gnome/help/gedit/ca/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ca/figures/gedit_format_underline.png -share/gnome/help/gedit/ca/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ca/figures/gedit_window.png -share/gnome/help/gedit/ca/gedit.xml -share/gnome/help/gedit/ca/legal.xml -share/gnome/help/gedit/cs/figures/gedit_format_bold.png -share/gnome/help/gedit/cs/figures/gedit_format_italic.png -share/gnome/help/gedit/cs/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/cs/figures/gedit_format_underline.png -share/gnome/help/gedit/cs/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/cs/figures/gedit_window.png -share/gnome/help/gedit/cs/gedit.xml -share/gnome/help/gedit/cs/legal.xml -share/gnome/help/gedit/da/figures/gedit_format_bold.png -share/gnome/help/gedit/da/figures/gedit_format_italic.png -share/gnome/help/gedit/da/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/da/figures/gedit_format_underline.png -share/gnome/help/gedit/da/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/da/figures/gedit_window.png -share/gnome/help/gedit/da/gedit.xml -share/gnome/help/gedit/da/legal.xml -share/gnome/help/gedit/de/figures/gedit_format_bold.png -share/gnome/help/gedit/de/figures/gedit_format_italic.png -share/gnome/help/gedit/de/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/de/figures/gedit_format_underline.png -share/gnome/help/gedit/de/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/de/figures/gedit_window.png -share/gnome/help/gedit/de/gedit.xml -share/gnome/help/gedit/de/legal.xml -share/gnome/help/gedit/el/figures/gedit_format_bold.png -share/gnome/help/gedit/el/figures/gedit_format_italic.png -share/gnome/help/gedit/el/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/el/figures/gedit_format_underline.png -share/gnome/help/gedit/el/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/el/figures/gedit_window.png -share/gnome/help/gedit/el/gedit.xml -share/gnome/help/gedit/el/legal.xml -share/gnome/help/gedit/es/figures/gedit_format_bold.png -share/gnome/help/gedit/es/figures/gedit_format_italic.png -share/gnome/help/gedit/es/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/es/figures/gedit_format_underline.png -share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/es/figures/gedit_window.png -share/gnome/help/gedit/es/gedit.xml -share/gnome/help/gedit/es/legal.xml -share/gnome/help/gedit/fi/figures/gedit_format_bold.png -share/gnome/help/gedit/fi/figures/gedit_format_italic.png -share/gnome/help/gedit/fi/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/fi/figures/gedit_format_underline.png -share/gnome/help/gedit/fi/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/fi/figures/gedit_window.png -share/gnome/help/gedit/fi/gedit.xml -share/gnome/help/gedit/fi/legal.xml -share/gnome/help/gedit/fr/figures/gedit_format_bold.png -share/gnome/help/gedit/fr/figures/gedit_format_italic.png -share/gnome/help/gedit/fr/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/fr/figures/gedit_format_underline.png -share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/fr/figures/gedit_window.png -share/gnome/help/gedit/fr/gedit.xml -share/gnome/help/gedit/fr/legal.xml -share/gnome/help/gedit/hu/figures/gedit_format_bold.png -share/gnome/help/gedit/hu/figures/gedit_format_italic.png -share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/hu/figures/gedit_format_underline.png -share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/hu/figures/gedit_window.png -share/gnome/help/gedit/hu/gedit.xml -share/gnome/help/gedit/hu/legal.xml -share/gnome/help/gedit/it/figures/gedit_format_bold.png -share/gnome/help/gedit/it/figures/gedit_format_italic.png -share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/it/figures/gedit_format_underline.png -share/gnome/help/gedit/it/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/it/figures/gedit_window.png -share/gnome/help/gedit/it/gedit.xml -share/gnome/help/gedit/it/legal.xml -share/gnome/help/gedit/ja/figures/gedit_format_bold.png -share/gnome/help/gedit/ja/figures/gedit_format_italic.png -share/gnome/help/gedit/ja/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ja/figures/gedit_format_underline.png -share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ja/figures/gedit_window.png -share/gnome/help/gedit/ja/gedit.xml -share/gnome/help/gedit/ja/legal.xml -share/gnome/help/gedit/ko/figures/gedit_format_bold.png -share/gnome/help/gedit/ko/figures/gedit_format_italic.png -share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ko/figures/gedit_format_underline.png -share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ko/figures/gedit_window.png -share/gnome/help/gedit/ko/gedit.xml -share/gnome/help/gedit/ko/legal.xml -share/gnome/help/gedit/oc/figures/gedit_format_bold.png -share/gnome/help/gedit/oc/figures/gedit_format_italic.png -share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/oc/figures/gedit_format_underline.png -share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/oc/figures/gedit_window.png -share/gnome/help/gedit/oc/gedit.xml -share/gnome/help/gedit/oc/legal.xml -share/gnome/help/gedit/pt_BR/figures/gedit_format_bold.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_italic.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_underline.png -share/gnome/help/gedit/pt_BR/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/pt_BR/figures/gedit_window.png -share/gnome/help/gedit/pt_BR/gedit.xml -share/gnome/help/gedit/pt_BR/legal.xml -share/gnome/help/gedit/ru/figures/gedit_format_bold.png -share/gnome/help/gedit/ru/figures/gedit_format_italic.png -share/gnome/help/gedit/ru/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ru/figures/gedit_format_underline.png -share/gnome/help/gedit/ru/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ru/figures/gedit_window.png -share/gnome/help/gedit/ru/gedit.xml -share/gnome/help/gedit/ru/legal.xml -share/gnome/help/gedit/sv/figures/gedit_format_bold.png -share/gnome/help/gedit/sv/figures/gedit_format_italic.png -share/gnome/help/gedit/sv/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/sv/figures/gedit_format_underline.png -share/gnome/help/gedit/sv/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/sv/figures/gedit_window.png -share/gnome/help/gedit/sv/gedit.xml -share/gnome/help/gedit/sv/legal.xml -share/gnome/help/gedit/th/figures/gedit_format_bold.png -share/gnome/help/gedit/th/figures/gedit_format_italic.png -share/gnome/help/gedit/th/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/th/figures/gedit_format_underline.png -share/gnome/help/gedit/th/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/th/figures/gedit_window.png -share/gnome/help/gedit/th/gedit.xml -share/gnome/help/gedit/th/legal.xml -share/gnome/help/gedit/uk/figures/gedit_format_bold.png -share/gnome/help/gedit/uk/figures/gedit_format_italic.png -share/gnome/help/gedit/uk/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/uk/figures/gedit_format_underline.png -share/gnome/help/gedit/uk/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/uk/figures/gedit_window.png -share/gnome/help/gedit/uk/gedit.xml -share/gnome/help/gedit/uk/legal.xml -share/gnome/help/gedit/zh_CN/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_CN/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_CN/figures/gedit_window.png -share/gnome/help/gedit/zh_CN/gedit.xml -share/gnome/help/gedit/zh_CN/legal.xml -share/gnome/help/gedit/zh_HK/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_HK/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_HK/figures/gedit_window.png -share/gnome/help/gedit/zh_HK/gedit.xml -share/gnome/help/gedit/zh_HK/legal.xml -share/gnome/help/gedit/zh_TW/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_TW/figures/gedit_window.png -share/gnome/help/gedit/zh_TW/gedit.xml -share/gnome/help/gedit/zh_TW/legal.xml -share/locale/af/LC_MESSAGES/gedit.mo -share/locale/am/LC_MESSAGES/gedit.mo -share/locale/ar/LC_MESSAGES/gedit.mo -share/locale/as/LC_MESSAGES/gedit.mo -share/locale/ast/LC_MESSAGES/gedit.mo -share/locale/az/LC_MESSAGES/gedit.mo -share/locale/be/LC_MESSAGES/gedit.mo -share/locale/be@latin/LC_MESSAGES/gedit.mo -share/locale/bg/LC_MESSAGES/gedit.mo -share/locale/bn/LC_MESSAGES/gedit.mo -share/locale/bn_IN/LC_MESSAGES/gedit.mo -share/locale/br/LC_MESSAGES/gedit.mo -share/locale/bs/LC_MESSAGES/gedit.mo -share/locale/ca/LC_MESSAGES/gedit.mo -share/locale/ca@valencia/LC_MESSAGES/gedit.mo -share/locale/crh/LC_MESSAGES/gedit.mo -share/locale/cs/LC_MESSAGES/gedit.mo -share/locale/cy/LC_MESSAGES/gedit.mo -share/locale/da/LC_MESSAGES/gedit.mo -share/locale/de/LC_MESSAGES/gedit.mo -share/locale/dz/LC_MESSAGES/gedit.mo -share/locale/el/LC_MESSAGES/gedit.mo -share/locale/en_CA/LC_MESSAGES/gedit.mo -share/locale/en_GB/LC_MESSAGES/gedit.mo -share/locale/eo/LC_MESSAGES/gedit.mo -share/locale/es/LC_MESSAGES/gedit.mo -share/locale/et/LC_MESSAGES/gedit.mo -share/locale/eu/LC_MESSAGES/gedit.mo -share/locale/fa/LC_MESSAGES/gedit.mo -share/locale/fi/LC_MESSAGES/gedit.mo -share/locale/fr/LC_MESSAGES/gedit.mo -share/locale/ga/LC_MESSAGES/gedit.mo -share/locale/gl/LC_MESSAGES/gedit.mo -share/locale/gu/LC_MESSAGES/gedit.mo -share/locale/he/LC_MESSAGES/gedit.mo -share/locale/hi/LC_MESSAGES/gedit.mo -share/locale/hr/LC_MESSAGES/gedit.mo -share/locale/hu/LC_MESSAGES/gedit.mo -share/locale/hy/LC_MESSAGES/gedit.mo -share/locale/id/LC_MESSAGES/gedit.mo -share/locale/is/LC_MESSAGES/gedit.mo -share/locale/it/LC_MESSAGES/gedit.mo -share/locale/ja/LC_MESSAGES/gedit.mo -share/locale/ka/LC_MESSAGES/gedit.mo -share/locale/kn/LC_MESSAGES/gedit.mo -share/locale/ko/LC_MESSAGES/gedit.mo -share/locale/ku/LC_MESSAGES/gedit.mo -share/locale/la/LC_MESSAGES/gedit.mo -share/locale/lt/LC_MESSAGES/gedit.mo -share/locale/lv/LC_MESSAGES/gedit.mo -share/locale/mai/LC_MESSAGES/gedit.mo -share/locale/mg/LC_MESSAGES/gedit.mo -share/locale/mi/LC_MESSAGES/gedit.mo -share/locale/mk/LC_MESSAGES/gedit.mo -share/locale/ml/LC_MESSAGES/gedit.mo -share/locale/mn/LC_MESSAGES/gedit.mo -share/locale/mr/LC_MESSAGES/gedit.mo -share/locale/ms/LC_MESSAGES/gedit.mo -share/locale/nb/LC_MESSAGES/gedit.mo -share/locale/ne/LC_MESSAGES/gedit.mo -share/locale/nl/LC_MESSAGES/gedit.mo -share/locale/nn/LC_MESSAGES/gedit.mo -share/locale/oc/LC_MESSAGES/gedit.mo -share/locale/or/LC_MESSAGES/gedit.mo -share/locale/pa/LC_MESSAGES/gedit.mo -share/locale/pl/LC_MESSAGES/gedit.mo -share/locale/ps/LC_MESSAGES/gedit.mo -share/locale/pt/LC_MESSAGES/gedit.mo -share/locale/pt_BR/LC_MESSAGES/gedit.mo -share/locale/ro/LC_MESSAGES/gedit.mo -share/locale/ru/LC_MESSAGES/gedit.mo -share/locale/rw/LC_MESSAGES/gedit.mo -share/locale/si/LC_MESSAGES/gedit.mo -share/locale/sk/LC_MESSAGES/gedit.mo -share/locale/sl/LC_MESSAGES/gedit.mo -share/locale/sq/LC_MESSAGES/gedit.mo -share/locale/sr/LC_MESSAGES/gedit.mo -share/locale/sr@latin/LC_MESSAGES/gedit.mo -share/locale/sv/LC_MESSAGES/gedit.mo -share/locale/ta/LC_MESSAGES/gedit.mo -share/locale/te/LC_MESSAGES/gedit.mo -share/locale/th/LC_MESSAGES/gedit.mo -share/locale/tk/LC_MESSAGES/gedit.mo -share/locale/tr/LC_MESSAGES/gedit.mo -share/locale/uk/LC_MESSAGES/gedit.mo -share/locale/vi/LC_MESSAGES/gedit.mo -share/locale/wa/LC_MESSAGES/gedit.mo -share/locale/xh/LC_MESSAGES/gedit.mo -share/locale/zh_CN/LC_MESSAGES/gedit.mo -share/locale/zh_HK/LC_MESSAGES/gedit.mo -share/locale/zh_TW/LC_MESSAGES/gedit.mo -share/omf/gedit/gedit-C.omf -share/omf/gedit/gedit-ar.omf -share/omf/gedit/gedit-bg.omf -share/omf/gedit/gedit-ca.omf -share/omf/gedit/gedit-cs.omf -share/omf/gedit/gedit-da.omf -share/omf/gedit/gedit-de.omf -share/omf/gedit/gedit-el.omf -share/omf/gedit/gedit-es.omf -share/omf/gedit/gedit-fi.omf -share/omf/gedit/gedit-fr.omf -share/omf/gedit/gedit-hu.omf -share/omf/gedit/gedit-it.omf -share/omf/gedit/gedit-ja.omf -share/omf/gedit/gedit-ko.omf -share/omf/gedit/gedit-oc.omf -share/omf/gedit/gedit-pt_BR.omf -share/omf/gedit/gedit-ru.omf -share/omf/gedit/gedit-sv.omf -share/omf/gedit/gedit-th.omf -share/omf/gedit/gedit-uk.omf -share/omf/gedit/gedit-zh_CN.omf -share/omf/gedit/gedit-zh_HK.omf -share/omf/gedit/gedit-zh_TW.omf -@dirrm share/omf/gedit -@dirrm share/gnome/help/gedit/zh_TW/figures -@dirrm share/gnome/help/gedit/zh_TW -@dirrm share/gnome/help/gedit/zh_HK/figures -@dirrm share/gnome/help/gedit/zh_HK -@dirrm share/gnome/help/gedit/zh_CN/figures -@dirrm share/gnome/help/gedit/zh_CN -@dirrm share/gnome/help/gedit/uk/figures -@dirrm share/gnome/help/gedit/uk -@dirrm share/gnome/help/gedit/th/figures -@dirrm share/gnome/help/gedit/th -@dirrm share/gnome/help/gedit/sv/figures -@dirrm share/gnome/help/gedit/sv -@dirrm share/gnome/help/gedit/ru/figures -@dirrm share/gnome/help/gedit/ru -@dirrm share/gnome/help/gedit/pt_BR/figures -@dirrm share/gnome/help/gedit/pt_BR -@dirrm share/gnome/help/gedit/oc/figures -@dirrm share/gnome/help/gedit/oc -@dirrm share/gnome/help/gedit/ko/figures -@dirrm share/gnome/help/gedit/ko -@dirrm share/gnome/help/gedit/ja/figures -@dirrm share/gnome/help/gedit/ja -@dirrm share/gnome/help/gedit/it/figures -@dirrm share/gnome/help/gedit/it -@dirrm share/gnome/help/gedit/hu/figures -@dirrm share/gnome/help/gedit/hu -@dirrm share/gnome/help/gedit/fr/figures -@dirrm share/gnome/help/gedit/fr -@dirrm share/gnome/help/gedit/fi/figures -@dirrm share/gnome/help/gedit/fi -@dirrm share/gnome/help/gedit/es/figures -@dirrm share/gnome/help/gedit/es -@dirrm share/gnome/help/gedit/el/figures -@dirrm share/gnome/help/gedit/el -@dirrm share/gnome/help/gedit/de/figures -@dirrm share/gnome/help/gedit/de -@dirrm share/gnome/help/gedit/da/figures -@dirrm share/gnome/help/gedit/da -@dirrm share/gnome/help/gedit/cs/figures -@dirrm share/gnome/help/gedit/cs -@dirrm share/gnome/help/gedit/ca/figures -@dirrm share/gnome/help/gedit/ca -@dirrm share/gnome/help/gedit/bg/figures -@dirrm share/gnome/help/gedit/bg -@dirrm share/gnome/help/gedit/ar/figures -@dirrm share/gnome/help/gedit/ar -@dirrm share/gnome/help/gedit/C/figures -@dirrm share/gnome/help/gedit/C -@dirrm share/gnome/help/gedit -@dirrm share/gedit-2/ui -@dirrm share/gedit-2/plugins/time -@dirrm share/gedit-2/plugins/taglist -@dirrm share/gedit-2/plugins/spell -@dirrm share/gedit-2/plugins/sort -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/ui -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets -%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole/ui -%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole -@dirrm share/gedit-2/plugins/modelines -@dirrm share/gedit-2/plugins/indent -@dirrm share/gedit-2/plugins/filebrowser -%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/ui -%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/tools -%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools -@dirrm share/gedit-2/plugins/docinfo -@dirrm share/gedit-2/plugins/changecase -@dirrm share/gedit-2/plugins -@dirrm share/gedit-2/logo -@dirrm share/gedit-2/icons -@dirrm share/gedit-2 -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry libexec/gedit-2 -%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets -%%PYTHON%%@dirrm lib/gedit-2/plugins/quickopen -%%PYTHON%%@dirrm lib/gedit-2/plugins/pythonconsole -%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools -@dirrmtry lib/gedit-2/plugins -@dirrmtry lib/gedit-2/plugin-loaders -@dirrmtry lib/gedit-2 -@dirrm include/gedit-%%VERSION%%/gedit -@dirrm include/gedit-%%VERSION%% -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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 diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile deleted file mode 100644 index 963f4e4ef..000000000 --- a/editors/mlview/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Ports collection Makefile for: mlview -# Date created: 24 September 2003 -# Whom: Simon Barner <barner@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= mlview -PORTVERSION= 0.8 -PORTREVISION= 10 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tree oriented XML editor for Gnome - -USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 -USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview libgnomeui -USE_GMAKE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0`" LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0`" - -GCONF_SCHEMAS= mlview.schemas - -.include <bsd.port.pre.mk> - -# Autodetect dbus -.if exists (${LOCALBASE}/lib/libdbus-1.so.3) -WITH_DBUS= yes -.endif - -.if defined (WITH_DBUS) -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+="--enable-dbus=yes" -.endif - -pre-everything:: -.if !defined (WITH_DBUS) - @${ECHO_CMD} - @${ECHO_CMD} Re-run with -DWITH_DBUS in order to enable dbus support! - @${ECHO_CMD} -.endif - -.include <bsd.port.post.mk> diff --git a/editors/mlview/distinfo b/editors/mlview/distinfo deleted file mode 100644 index f401ab110..000000000 --- a/editors/mlview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mlview-0.8.tar.bz2) = ffbf4dbbe32d8312ca516633bf57b921 -SHA256 (gnome2/mlview-0.8.tar.bz2) = 5e27abcac30b00136470abb6eb7c2551b4ae1920267e796ab5131e9a41b1ee51 -SIZE (gnome2/mlview-0.8.tar.bz2) = 728600 diff --git a/editors/mlview/files/patch-configure.in b/editors/mlview/files/patch-configure.in deleted file mode 100644 index 46ba9f2cf..000000000 --- a/editors/mlview/files/patch-configure.in +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.in.orig 2005-07-03 17:17:49.000000000 +0000 -+++ configure.in 2008-08-04 13:30:02.000000000 +0000 -@@ -69,6 +69,5 @@ - --MLVIEW_EXE=$prefix/bin/mlv -+MLVIEW_EXE=$prefix/bin/mlview - AC_SUBST(MLVIEW_VERSION_NUMBER) - AC_SUBST(MLVIEW_VERSION) --AC_SUBST(AC_PACKAGE_VERSION) - AC_SUBST(LIBMLVIEW_VERSION_NUMBER) -@@ -76,3 +75,2 @@ - AC_SUBST(LIBMLVIEW_VERSION) --AC_SUBST(AC_PACKAGE_VERSION) - AC_SUBST(MLVIEW_EXE) diff --git a/editors/mlview/files/patch-desktop.in b/editors/mlview/files/patch-desktop.in deleted file mode 100644 index 4dfbe32c7..000000000 --- a/editors/mlview/files/patch-desktop.in +++ /dev/null @@ -1,19 +0,0 @@ ---- mlview.desktop.in.orig Sat Jun 25 14:57:05 2005 -+++ mlview.desktop.in Sat Jul 23 13:02:57 2005 -@@ -1,13 +1,13 @@ - [Desktop Entry] --Version=0.9.4 -+Version=0.8.0 - Encoding=UTF-8 - Type=Application - Name=MlView XML Editor - GenericName=MlView Generic XML Editor - Categories=Application;Development; - Comment=A generic simple XML editor for GNOME --Icon=mlview-app-icon.xpm --TryExec=mlv -+Icon=mlview-app-icon.xpm -+TryExec=mlview - Exec=@MLVIEW_EXE@ %F - Terminal=false - diff --git a/editors/mlview/files/patch-src_mlview-app-context.c b/editors/mlview/files/patch-src_mlview-app-context.c deleted file mode 100644 index 3265da17e..000000000 --- a/editors/mlview/files/patch-src_mlview-app-context.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/mlview-app-context.c.orig Tue Jan 11 09:37:44 2005 -+++ src/mlview-app-context.c Tue Jan 11 09:38:02 2005 -@@ -1348,13 +1348,14 @@ - mlview_app_context_get_file_chooser (MlViewAppContext *a_this, - const gchar *a_title, MlViewFileChooserMode a_mode) - { -+ GtkWidget * parent_window = NULL ; -+ - g_return_val_if_fail (a_this - && MLVIEW_IS_APP_CONTEXT (a_this) - && PRIVATE (a_this), - NULL) ; - - /*if (!PRIVATE (a_this)->file_chooser) {*/ -- GtkWidget * parent_window = NULL ; - - parent_window = mlview_app_context_get_element (a_this, - "MlViewMainWindow") ; diff --git a/editors/mlview/files/patch-src_mlview-editor-dbc.c b/editors/mlview/files/patch-src_mlview-editor-dbc.c deleted file mode 100644 index c95ef6817..000000000 --- a/editors/mlview/files/patch-src_mlview-editor-dbc.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-editor-dbc.c.orig Mon Sep 5 12:55:40 2005 -+++ src/mlview-editor-dbc.c Mon Sep 5 12:56:44 2005 -@@ -168,13 +168,16 @@ - 0, - (GInstanceInitFunc)mlview_editor_dbc_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewEditorDBC", -- &type_info, 0) ; -+ - static const GInterfaceInfo idbc_info = { - (GInterfaceInitFunc) mlview_editor_dbc_idbc_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewEditorDBC", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBC, - &idbc_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-editor-dbo.c b/editors/mlview/files/patch-src_mlview-editor-dbo.c deleted file mode 100644 index 853d30d25..000000000 --- a/editors/mlview/files/patch-src_mlview-editor-dbo.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-editor-dbo.c.orig Mon Sep 5 12:50:28 2005 -+++ src/mlview-editor-dbo.c Mon Sep 5 12:51:41 2005 -@@ -303,14 +303,16 @@ - 0, - (GInstanceInitFunc) mlview_editor_dbo_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewEditorDBO", -- &type_info, 0) ; - - static const GInterfaceInfo idbo_info = { - (GInterfaceInitFunc) mlview_editor_dbo_idbo_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewEditorDBO", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBO, - &idbo_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-ping-dbc.c b/editors/mlview/files/patch-src_mlview-ping-dbc.c deleted file mode 100644 index 8d5b65506..000000000 --- a/editors/mlview/files/patch-src_mlview-ping-dbc.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-ping-dbc.c.orig Mon Sep 5 12:57:39 2005 -+++ src/mlview-ping-dbc.c Mon Sep 5 12:58:35 2005 -@@ -166,14 +166,16 @@ - 0, - (GInstanceInitFunc) mlview_ping_dbc_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewPingDBC", -- &type_info, 0) ; - - static const GInterfaceInfo idbc_info = { - (GInterfaceInitFunc) mlview_ping_dbc_idbc_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewPingDBC", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBC, - &idbc_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-ping-dbo.c b/editors/mlview/files/patch-src_mlview-ping-dbo.c deleted file mode 100644 index 72dd45a7c..000000000 --- a/editors/mlview/files/patch-src_mlview-ping-dbo.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-ping-dbo.c.orig Mon Sep 5 12:52:49 2005 -+++ src/mlview-ping-dbo.c Mon Sep 5 12:53:50 2005 -@@ -362,13 +362,16 @@ - 0, - (GInstanceInitFunc) mlview_ping_dbo_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewPingDBO", -- &type_info, 0) ; -+ - static const GInterfaceInfo idbo_info = { - (GInterfaceInitFunc) mlview_ping_dbo_idbo_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewPingDBO", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBO, - &idbo_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-service.c b/editors/mlview/files/patch-src_mlview-service.c deleted file mode 100644 index c9bdba8f2..000000000 --- a/editors/mlview/files/patch-src_mlview-service.c +++ /dev/null @@ -1,39 +0,0 @@ ---- src/mlview-service.c.orig Sat Jul 23 12:10:16 2005 -+++ src/mlview-service.c Sat Jul 23 12:23:14 2005 -@@ -282,23 +282,23 @@ - service_name = g_strdup_printf ("%s.%s", - PRIVATE (a_this)->name, - tab) ; -- service_result = dbus_bus_acquire_service -+ service_result = dbus_bus_request_name - (dbus_connection, - service_name, 0, &dbus_error) ; - - switch (service_result) { -- case DBUS_SERVICE_REPLY_PRIMARY_OWNER: -+ case DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER: - /*we started the service, OK*/ - mlview_utils_trace_debug - ("Service name: %s registered\n", - service_name) ; - status = register_dbus_objects (a_this) ; - break ; -- case DBUS_SERVICE_REPLY_ALREADY_OWNER: -+ case DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER: - /*we were already started as service. OK still*/ - status = MLVIEW_OK ; - break ; -- case DBUS_SERVICE_REPLY_SERVICE_EXISTS: -+ case DBUS_REQUEST_NAME_REPLY_EXISTS: - /* - * an other process has been registered under - * with the same service name. So we can't be registered -@@ -312,7 +312,7 @@ - "moment") ; - } - goto try_service_name ; -- case DBUS_SERVICE_REPLY_IN_QUEUE: -+ case DBUS_REQUEST_NAME_REPLY_IN_QUEUE: - /* - * our request is queued. (bus overcrowded ?) KO - */ diff --git a/editors/mlview/files/patch-src_mlview-source-view.c b/editors/mlview/files/patch-src_mlview-source-view.c deleted file mode 100644 index 82cc65126..000000000 --- a/editors/mlview/files/patch-src_mlview-source-view.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mlview-source-view.c.orig Mon Sep 5 12:24:55 2005 -+++ src/mlview-source-view.c Mon Sep 5 12:25:47 2005 -@@ -1321,15 +1321,17 @@ - (GInstanceInitFunc) - mlview_source_view_init - } ; -- type = g_type_register_static -- (MLVIEW_TYPE_VIEW_ADAPTER, -- "MlViewSourceView", &type_info, 0); - - static const GInterfaceInfo iview_info = { - (GInterfaceInitFunc) mlview_source_view_iview_init, - NULL, - NULL - } ; -+ -+ type = g_type_register_static -+ (MLVIEW_TYPE_VIEW_ADAPTER, -+ "MlViewSourceView", &type_info, 0); -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IVIEW, - &iview_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-tree-view.c b/editors/mlview/files/patch-src_mlview-tree-view.c deleted file mode 100644 index d3811f82c..000000000 --- a/editors/mlview/files/patch-src_mlview-tree-view.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mlview-tree-view.c.orig Mon Sep 5 12:22:34 2005 -+++ src/mlview-tree-view.c Mon Sep 5 12:24:10 2005 -@@ -2628,15 +2628,17 @@ - (GInstanceInitFunc) - mlview_tree_view_init - }; -- type = g_type_register_static -- (MLVIEW_TYPE_VIEW_ADAPTER, -- "MlViewTreeView", &type_info, 0); - - static const GInterfaceInfo iview_info = { - (GInterfaceInitFunc) mlview_tree_view_iview_init, - NULL, - NULL - } ; -+ -+ type = g_type_register_static -+ (MLVIEW_TYPE_VIEW_ADAPTER, -+ "MlViewTreeView", &type_info, 0); -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IVIEW, &iview_info) ; - } - return type; diff --git a/editors/mlview/files/patch-src_mlview-view-adapter.c b/editors/mlview/files/patch-src_mlview-view-adapter.c deleted file mode 100644 index 4dac738f4..000000000 --- a/editors/mlview/files/patch-src_mlview-view-adapter.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mlview-view-adapter.c.orig Mon Sep 5 12:19:12 2005 -+++ src/mlview-view-adapter.c Mon Sep 5 12:21:26 2005 -@@ -865,14 +865,17 @@ - (GInstanceInitFunc) - mlview_view_adapter_init - }; -- type_id = g_type_register_static (GTK_TYPE_VBOX, -- "MlViewViewAdapter", -- &type_info, 0); -+ - static const GInterfaceInfo iview_info = { - (GInterfaceInitFunc) mlview_view_adapter_iview_init, - NULL, - NULL - } ; -+ -+ type_id = g_type_register_static (GTK_TYPE_VBOX, -+ "MlViewViewAdapter", -+ &type_info, 0); -+ - g_type_add_interface_static (type_id, MLVIEW_TYPE_IVIEW, - &iview_info) ; - } diff --git a/editors/mlview/pkg-descr b/editors/mlview/pkg-descr deleted file mode 100644 index d570c2d48..000000000 --- a/editors/mlview/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A tree oriented xml editor for gnome. It is an attempt to ease editing -xml documents with or without validation by focusing on their tree view. - -WWW: http://www.freespiders.org/projects/gmlview/ diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist deleted file mode 100644 index 070393de5..000000000 --- a/editors/mlview/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/mlview -bin/mlviewctl -lib/libmlview.a -lib/libmlview.la -lib/libmlview.so -lib/libmlview.so.8 -lib/libmlviewdbusclient.a -lib/libmlviewdbusclient.la -lib/libmlviewdbusclient.so.8 -lib/libmlviewdbusclient.so -share/applications/mlview.desktop -share/application-registry/mlview.applications -share/mime-info/mlview.keys -share/mlview/main-menu-bar.xml -share/mlview/main-toolbar.xml -share/mlview/mlview-css-picker.glade -share/mlview/mlview-dtd-schema.png -share/mlview/mlview-dtd-choice-dtd-not-resolved.glade -share/mlview/mlview-dtd-choice.glade -share/mlview/mlview-main-app-win.glade -share/mlview/mlview-main-app-win2.glade -share/mlview/mlview-new-document.glade -share/mlview/mlview-node-editor.glade -share/mlview/mlview-preferences.glade -share/mlview/mlview-rng-schema.png -share/mlview/mlview-schemas-window.glade -share/mlview/mlview-search-box.glade -share/mlview/mlview-search-node.glade -share/mlview/mlview-uri-dialog.glade -share/mlview/mlview-validation-report.glade -share/mlview/mlview-xsd-schema.png -share/mlview/source-view-edit-menu.xml -share/mlview/tree-view-edit-menu.xml -share/mlview/xml-comment-node.png -share/mlview/xml-element-node-open.png -share/mlview/xml-element-node.png -share/mlview/xml-entity-ref-node.png -share/mlview/xml-pi-node.png -share/mlview/xml-root-open.png -share/mlview/xml-root.png -share/mlview/xml-text-node.png -share/pixmaps/mlview-app-icon.png -share/pixmaps/mlview-app-icon.xpm -share/locale/az/LC_MESSAGES/mlview.mo -share/locale/ca/LC_MESSAGES/mlview.mo -share/locale/cs/LC_MESSAGES/mlview.mo -share/locale/de/LC_MESSAGES/mlview.mo -share/locale/en_CA/LC_MESSAGES/mlview.mo -share/locale/en_GB/LC_MESSAGES/mlview.mo -share/locale/es/LC_MESSAGES/mlview.mo -share/locale/fr/LC_MESSAGES/mlview.mo -share/locale/hr/LC_MESSAGES/mlview.mo -share/locale/ja/LC_MESSAGES/mlview.mo -share/locale/ml/LC_MESSAGES/mlview.mo -share/locale/ms/LC_MESSAGES/mlview.mo -share/locale/nl/LC_MESSAGES/mlview.mo -share/locale/no/LC_MESSAGES/mlview.mo -share/locale/pl/LC_MESSAGES/mlview.mo -share/locale/pt/LC_MESSAGES/mlview.mo -share/locale/pt_BR/LC_MESSAGES/mlview.mo -share/locale/ru/LC_MESSAGES/mlview.mo -share/locale/sr/LC_MESSAGES/mlview.mo -share/locale/sr@Latn/LC_MESSAGES/mlview.mo -share/locale/sv/LC_MESSAGES/mlview.mo -@dirrm share/mlview -@dirrmtry share/applications diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile deleted file mode 100644 index c7b34c9c3..000000000 --- a/ftp/gwget/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: gwget -# Date created: 1 November 2004 -# Whom: Radek Kozlowski <radek@raadradd.com> -# -# $FreeBSD$ -# - -PORTNAME= gwget -PORTVERSION= 1.0.4 -CATEGORIES= ftp gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= avl@FreeBSD.org -COMMENT= GNOME wget front-end - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget - -OPTIONS= LIBNOTIFY "Enable libnotify support" on \ - EPIPHANY "Enable Epiphany extension" on - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gtk20 gconf2 libgnomeui \ - desktopfileutils -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= ${PORTNAME}.schemas - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_LIBNOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if defined(WITH_EPIPHANY) -BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -CONFIGURE_ARGS+= --enable-epiphany-extension -PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.28" -.else -CONFIGURE_ARGS+= --disable-epiphany-extension -PLIST_SUB+= EPIPHANY="@comment " -.endif - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/ftp/gwget/distinfo b/ftp/gwget/distinfo deleted file mode 100644 index 72a1cfa0d..000000000 --- a/ftp/gwget/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gwget-1.0.4.tar.bz2) = b65ebc752cad068e747ae6ef45fafdcc -SHA256 (gnome2/gwget-1.0.4.tar.bz2) = a65b2b2b3befb6cf34a697a13111b35498a6d63f9a9b048a22b8654f35ef643f -SIZE (gnome2/gwget-1.0.4.tar.bz2) = 444843 diff --git a/ftp/gwget/pkg-descr b/ftp/gwget/pkg-descr deleted file mode 100644 index 80c469aa0..000000000 --- a/ftp/gwget/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Gwget is a download manager for the Gnome Desktop. The main features are: - -* Resume: By default, gwget tries to continue any download. -* Notification: Gwget tries to use the Gnome notification area support, - if available. You can close the main window and gwget runs in the background. -* Recursivity: Gwget detects when you put a html, php, asp or a web page dir in - the url to download, and ask you to only download certain files (multimedia, - only the index, and so on). -* Drag & Drop: You can d&d a url to the main gwget window or the notification - area icon to add a new download. - -WWW: http://projects.gnome.org/gwget/ diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist deleted file mode 100644 index 97a126eb2..000000000 --- a/ftp/gwget/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/gwget -share/applications/gwget.desktop -share/dbus-1/services/org.gnome.gwget.service -%%DATADIR%%/gwget.xpm -%%DATADIR%%/gwget.png -%%DATADIR%%/gwget-off.png -%%DATADIR%%/gwget-large.png -%%DATADIR%%/downloading.png -%%DATADIR%%/newdownload.png -%%DATADIR%%/preferences.ui -%%DATADIR%%/gwget.ui -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/gwget.xml -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libgwgetextension.a -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libgwgetextension.la -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libgwgetextension.so -share/locale/ar/LC_MESSAGES/gwget.mo -share/locale/bg/LC_MESSAGES/gwget.mo -share/locale/ca/LC_MESSAGES/gwget.mo -share/locale/cs/LC_MESSAGES/gwget.mo -share/locale/da/LC_MESSAGES/gwget.mo -share/locale/de/LC_MESSAGES/gwget.mo -share/locale/dz/LC_MESSAGES/gwget.mo -share/locale/el/LC_MESSAGES/gwget.mo -share/locale/en_CA/LC_MESSAGES/gwget.mo -share/locale/en_GB/LC_MESSAGES/gwget.mo -share/locale/es/LC_MESSAGES/gwget.mo -share/locale/eu/LC_MESSAGES/gwget.mo -share/locale/fi/LC_MESSAGES/gwget.mo -share/locale/fr/LC_MESSAGES/gwget.mo -share/locale/he/LC_MESSAGES/gwget.mo -share/locale/hu/LC_MESSAGES/gwget.mo -share/locale/it/LC_MESSAGES/gwget.mo -share/locale/ja/LC_MESSAGES/gwget.mo -share/locale/lt/LC_MESSAGES/gwget.mo -share/locale/lv/LC_MESSAGES/gwget.mo -share/locale/mk/LC_MESSAGES/gwget.mo -share/locale/nb/LC_MESSAGES/gwget.mo -share/locale/ne/LC_MESSAGES/gwget.mo -share/locale/nl/LC_MESSAGES/gwget.mo -share/locale/oc/LC_MESSAGES/gwget.mo -share/locale/pa/LC_MESSAGES/gwget.mo -share/locale/pl/LC_MESSAGES/gwget.mo -share/locale/pt/LC_MESSAGES/gwget.mo -share/locale/pt_BR/LC_MESSAGES/gwget.mo -share/locale/ro/LC_MESSAGES/gwget.mo -share/locale/ru/LC_MESSAGES/gwget.mo -share/locale/rw/LC_MESSAGES/gwget.mo -share/locale/sk/LC_MESSAGES/gwget.mo -share/locale/sq/LC_MESSAGES/gwget.mo -share/locale/sv/LC_MESSAGES/gwget.mo -share/locale/th/LC_MESSAGES/gwget.mo -share/locale/tr/LC_MESSAGES/gwget.mo -share/locale/uk/LC_MESSAGES/gwget.mo -share/locale/vi/LC_MESSAGES/gwget.mo -share/locale/zh_CN/LC_MESSAGES/gwget.mo -share/locale/zh_HK/LC_MESSAGES/gwget.mo -share/locale/zh_TW/LC_MESSAGES/gwget.mo -share/pixmaps/gwget.png -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1 -%%EPIPHANY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%/extensions -%%EPIPHANY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%% -%%EPIPHANY%%@dirrmtry lib/epiphany diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile deleted file mode 100644 index 8c4cd27fb..000000000 --- a/games/gnome-games-extra-data/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnomegames2-extra-data -# Date created: 16 August 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/games/gnome-games-extra-data/Makefile,v 1.28 2009/09/21 17:42:57 kwm Exp $ -# - -PORTNAME= gnome-games-extra-data -PORTVERSION= 2.28.0 -CATEGORIES= games gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Themes and artwork for the gnome-games package - -RUN_DEPENDS= ${LOCALBASE}/bin/sol:${PORTSDIR}/games/gnome-games - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/games/gnome-games-extra-data/distinfo b/games/gnome-games-extra-data/distinfo deleted file mode 100644 index ceb06a79c..000000000 --- a/games/gnome-games-extra-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-extra-data-2.28.0.tar.bz2) = a9f6ca8a2ae28659feb4ee3254020115 -SHA256 (gnome2/gnome-games-extra-data-2.28.0.tar.bz2) = 8432f372f09476ed2d2bfe639001937452c5b4c10258e342fa6fda4ed91cfe70 -SIZE (gnome2/gnome-games-extra-data-2.28.0.tar.bz2) = 4104502 diff --git a/games/gnome-games-extra-data/pkg-descr b/games/gnome-games-extra-data/pkg-descr deleted file mode 100644 index 992c00ea9..000000000 --- a/games/gnome-games-extra-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains extra data files for the gnome-games package. At -the moment this is almost entirely extra themes and artwork for the -games. diff --git a/games/gnome-games-extra-data/pkg-plist b/games/gnome-games-extra-data/pkg-plist deleted file mode 100644 index c18ecd60f..000000000 --- a/games/gnome-games-extra-data/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -share/gnome-games-common/cards/anglo.svg -share/gnome-games-common/cards/anglo_bitmap.svg -share/gnome-games-common/cards/bellot.svg -share/gnome-games-common/cards/bonded.svg -share/gnome-games-common/cards/dondorf.svg -share/gnome-games-common/cards/gnomangelo.svg -share/gnome-games-common/cards/ornamental.svg -share/gnome-games-common/cards/paris.svg -share/gnome-games-common/cards/tango.svg -share/gnome-games/glines/pixmaps/classic.png -share/gnome-games/glines/pixmaps/dots.png -share/gnome-games/glines/pixmaps/gumball.png -share/gnome-games/glines/pixmaps/pulse.png -share/gnome-games/gnobots2/themes/cows.png -share/gnome-games/gnobots2/themes/eggs.png -share/gnome-games/gnobots2/themes/mice.png -share/gnome-games/gnometris/pixmaps/5blocks-tig.png -share/gnome-games/gnometris/pixmaps/5blocks-tim.png -share/gnome-games/gnometris/pixmaps/5blocks.png -share/gnome-games/gnometris/pixmaps/7blocks.png -share/gnome-games/gnometris/pixmaps/7stones-gn.png -share/gnome-games/gnometris/pixmaps/7stones2-gn.png -share/gnome-games/iagno/pixmaps/blend.png -share/gnome-games/iagno/pixmaps/flipblend.png -share/gnome-games/iagno/pixmaps/metal.png -share/gnome-games/iagno/pixmaps/metal2.png -share/gnome-games/iagno/pixmaps/shrink.png -share/gnome-games/iagno/pixmaps/sunmoon.png -share/gnome-games/mahjongg/pixmaps/default.png -share/gnome-games/mahjongg/pixmaps/default2.png -share/gnome-games/mahjongg/pixmaps/greek-letters.png -share/gnome-games/mahjongg/pixmaps/maya.png -share/gnome-games/mahjongg/pixmaps/seta.png -share/gnome-games/same-gnome/themes/2.10/blink.png -share/gnome-games/same-gnome/themes/2.10/glass.png -share/gnome-games/same-gnome/themes/2.10/marbles.png -share/gnome-games/same-gnome/themes/2.10/matrix.png -share/gnome-games/same-gnome/themes/2.10/rotate.svg diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile deleted file mode 100644 index 8d36a8a70..000000000 --- a/games/gnome-games/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: gnomegames2 -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.205 2009/09/21 21:55:59 kwm Exp $ -# - -PORTNAME= gnome-games -PORTVERSION= 2.28.1 -CATEGORIES= games gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The game applications package for the GNOME 2 Desktop Environment - -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \ - ggzmod.5:${PORTSDIR}/games/ggz-client-libs - -USE_BZIP2= yes -USE_PYTHON= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ - librsvg2 desktopfileutils pygnomedesktop gnomedocutils -USE_GSTREAMER= vorbis ogg -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-sound=gstreamer \ - --disable-tests \ - --enable-introspection=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas glchess.schemas \ - glines.schemas gnect.schemas gnibbles.schemas \ - gnobots2.schemas gnome-sudoku.schemas gnometris.schemas \ - gnomine.schemas gnotravex.schemas gnotski.schemas \ - gtali.schemas iagno.schemas mahjongg.schemas same-gnome.schemas - -CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* - -DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \ - gnibbles/gnibbles-client.dsc - -MAN6= blackjack.6 glchess.6 glines.6 gnect.6 gnibbles.6 gnobots2.6 \ - gnome-sudoku.6 gnometris.6 gnomine.6 gnotravex.6 gnotski.6 \ - gtali.6 iagno.6 mahjongg.6 same-gnome.6 sol.6 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \ - ${WRKSRC}/glchess/src/lib/defaults.py.in - -post-install: - ${MKDIR} ${PREFIX}/share/ggz/gnome-games -.for dsc in ${DSC_FILES} - ${INSTALL_DATA} ${WRKSRC}/${dsc} ${PREFIX}/share/ggz/gnome-games/${dsc:T} -.endfor - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo deleted file mode 100644 index a7d7dcfbe..000000000 --- a/games/gnome-games/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-2.28.1.tar.bz2) = c67497debd70aa8847874616660dae48 -SHA256 (gnome2/gnome-games-2.28.1.tar.bz2) = a6c2010ebb8418babba7942ae347f2c6ed2a587e56905156d88c2fc3607042b9 -SIZE (gnome2/gnome-games-2.28.1.tar.bz2) = 25391923 diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp deleted file mode 100644 index e99798100..000000000 --- a/games/gnome-games/files/patch-blackjack_src_game.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005 -+++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005 -@@ -24,6 +24,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <ctype.h> - #include <glib/gi18n.h> - #include <glib/gstdio.h> - #include <libxml/tree.h> diff --git a/games/gnome-games/files/patch-blackjack_src_player.cpp b/games/gnome-games/files/patch-blackjack_src_player.cpp deleted file mode 100644 index 0a2d1ac3b..000000000 --- a/games/gnome-games/files/patch-blackjack_src_player.cpp +++ /dev/null @@ -1,75 +0,0 @@ ---- blackjack/src/player.cpp.orig Tue Jul 6 12:56:50 2004 -+++ blackjack/src/player.cpp Tue Jul 6 12:59:29 2004 -@@ -262,8 +262,8 @@ - // Player can always stand. - - bestValue = value = getValueStand (*lplayer, upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Stand"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Stand"), (long double)(value * 100)); - bestOption = KEY_S; - bestOptionNumber = num_options; - -@@ -271,8 +271,8 @@ - if (bj_hand_can_be_hit ()) { - value = getValueHit (*lplayer, upCard); - -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Hit"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Hit"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_H; -@@ -282,8 +282,8 @@ - // Check if player can double down. - if (bj_hand_can_be_doubled ()) { - value = getValueDoubleDown (*lplayer, upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Double"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Double"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_D; -@@ -296,8 +296,8 @@ - - if (bj_hand_can_be_split ()) { - value = getValueSplit(lplayer->cards[0].value (), upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Split"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Split"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_P; -@@ -308,8 +308,8 @@ - // Check if player can surrender. - if (bj_hand_can_be_surrendered ()) { - value = -0.5; -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Surrender"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Surrender"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_R; -@@ -439,12 +439,12 @@ - reset (); - - mark_list[0] = g_strdup_printf ("<b>%s</b>\n", _("Dealer hand probabilities")); -- mark_list[1] = g_strdup_printf (" %s %5.2lf%%\n", _("Bust"), -- getProbabilityBust (lupCard) * 100.0 / notBlackjack); -+ mark_list[1] = g_strdup_printf (" %s %5.2Lf%%\n", _("Bust"), -+ (long double)(getProbabilityBust (lupCard) * 100.0 / notBlackjack)); - for (int count = 17; count <= 21; count++) { -- mark_list[count-15] = g_strdup_printf (" %2d %5.2lf%%\n", count, -- getProbabilityCount (count, lupCard) -- * 100.0 / notBlackjack); -+ mark_list[count-15] = g_strdup_printf (" %2d %5.2Lf%%\n", count, -+ (long double)(getProbabilityCount (count, lupCard) -+ * 100.0 / notBlackjack)); - } - - markup = g_strconcat ("<span size=\"small\" font_family=\"monospace\" foreground=\"#eaeac1\">", diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr deleted file mode 100644 index 0323c9ff4..000000000 --- a/games/gnome-games/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GNOME Desktop Environment's games application package includes -card games (including a solitaire package which knows 69 distinct solitaire -variations); knockoffs of Minesweeper, Tetris, mahjongg, and Nibbles; action -games; puzzle games; and even more card games. - -This package uses the GNOME 2 libraries. - -WWW: http://www.gnome.org/projects/gnome-games/ diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install deleted file mode 100644 index 71ccbbf10..000000000 --- a/games/gnome-games/pkg-install +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - mkdir -p ${PKG_PREFIX}/share/games - SCORES="glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.19.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.Colors.scores gtali.Regular.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Large.scores same-gnome.Medium.scores same-gnome.Small.scores" - for i in ${SCORES}; do - if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then - touch -f ${PKG_PREFIX}/share/games/${i} - chown games:games ${PKG_PREFIX}/share/games/${i} - chmod 0666 ${PKG_PREFIX}/share/games/${i} - fi - done - if [ -f ${PKG_PREFIX}/share/games/same-gnome.scores ]; then - mv -f ${PKG_PREFIX}/share/games/same-gnome.scores \ - ${PKG_PREFIX}/share/games/same-gnome.Small.scores - ln -sf ${PKG_PREFIX}/share/games/same-gnome.Small.scores \ - ${PKG_PREFIX}/share/games/same-gnome.scores - fi - ;; -esac diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist deleted file mode 100644 index 35eaf4454..000000000 --- a/games/gnome-games/pkg-plist +++ /dev/null @@ -1,2688 +0,0 @@ -bin/blackjack -bin/glchess -bin/glines -bin/gnect -bin/gnibbles -bin/gnobots2 -bin/gnome-gnuchess -bin/gnome-sudoku -bin/gnometris -bin/gnomine -bin/gnotravex -bin/gnotski -bin/gtali -bin/iagno -bin/mahjongg -bin/same-gnome -bin/sol -@unexec [ -s %D/share/games/glines.Large.scores ] || rm -f %D/share/games/glines.Large.scores -@unexec [ -s %D/share/games/glines.Medium.scores ] || rm -f %D/share/games/glines.Medium.scores -@unexec [ -s %D/share/games/glines.Small.scores ] || rm -f %D/share/games/glines.Small.scores -@unexec [ -s %D/share/games/gnibbles.1.0.scores ] || rm -f %D/share/games/gnibbles.1.0.scores -@unexec [ -s %D/share/games/gnibbles.1.1.scores ] || rm -f %D/share/games/gnibbles.1.1.scores -@unexec [ -s %D/share/games/gnibbles.2.0.scores ] || rm -f %D/share/games/gnibbles.2.0.scores -@unexec [ -s %D/share/games/gnibbles.2.1.scores ] || rm -f %D/share/games/gnibbles.2.1.scores -@unexec [ -s %D/share/games/gnibbles.3.0.scores ] || rm -f %D/share/games/gnibbles.3.0.scores -@unexec [ -s %D/share/games/gnibbles.3.1.scores ] || rm -f %D/share/games/gnibbles.3.1.scores -@unexec [ -s %D/share/games/gnibbles.4.0.scores ] || rm -f %D/share/games/gnibbles.4.0.scores -@unexec [ -s %D/share/games/gnibbles.4.1.scores ] || rm -f %D/share/games/gnibbles.4.1.scores -@unexec [ -s %D/share/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/games/gnobots2.classic_robots-safe.scores -@unexec [ -s %D/share/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/games/gnobots2.classic_robots-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.classic_robots.scores ] || rm -f %D/share/games/gnobots2.classic_robots.scores -@unexec [ -s %D/share/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/games/gnobots2.nightmare-safe.scores -@unexec [ -s %D/share/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/games/gnobots2.nightmare-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.nightmare.scores ] || rm -f %D/share/games/gnobots2.nightmare.scores -@unexec [ -s %D/share/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/games/gnobots2.robots2-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots2-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2.scores ] || rm -f %D/share/games/gnobots2.robots2.scores -@unexec [ -s %D/share/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/games/gnobots2.robots2_easy-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots2_easy-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/games/gnobots2.robots2_easy.scores -@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport.scores -@unexec [ -s %D/share/games/gnometris.scores ] || rm -f %D/share/games/gnometris.scores -@unexec [ -s %D/share/games/gnomine.Custom.scores ] || rm -f %D/share/games/gnomine.Custom.scores -@unexec [ -s %D/share/games/gnomine.Large.scores ] || rm -f %D/share/games/gnomine.Large.scores -@unexec [ -s %D/share/games/gnomine.Medium.scores ] || rm -f %D/share/games/gnomine.Medium.scores -@unexec [ -s %D/share/games/gnomine.Small.scores ] || rm -f %D/share/games/gnomine.Small.scores -@unexec [ -s %D/share/games/gnotravex.2x2.scores ] || rm -f %D/share/games/gnotravex.2x2.scores -@unexec [ -s %D/share/games/gnotravex.3x3.scores ] || rm -f %D/share/games/gnotravex.3x3.scores -@unexec [ -s %D/share/games/gnotravex.4x4.scores ] || rm -f %D/share/games/gnotravex.4x4.scores -@unexec [ -s %D/share/games/gnotravex.5x5.scores ] || rm -f %D/share/games/gnotravex.5x5.scores -@unexec [ -s %D/share/games/gnotravex.6x6.scores ] || rm -f %D/share/games/gnotravex.6x6.scores -@unexec [ -s %D/share/games/gnotski.1.scores ] || rm -f %D/share/games/gnotski.1.scores -@unexec [ -s %D/share/games/gnotski.10.scores ] || rm -f %D/share/games/gnotski.10.scores -@unexec [ -s %D/share/games/gnotski.11.scores ] || rm -f %D/share/games/gnotski.11.scores -@unexec [ -s %D/share/games/gnotski.12.scores ] || rm -f %D/share/games/gnotski.12.scores -@unexec [ -s %D/share/games/gnotski.13.scores ] || rm -f %D/share/games/gnotski.13.scores -@unexec [ -s %D/share/games/gnotski.14.scores ] || rm -f %D/share/games/gnotski.14.scores -@unexec [ -s %D/share/games/gnotski.15.scores ] || rm -f %D/share/games/gnotski.15.scores -@unexec [ -s %D/share/games/gnotski.16.scores ] || rm -f %D/share/games/gnotski.16.scores -@unexec [ -s %D/share/games/gnotski.17.scores ] || rm -f %D/share/games/gnotski.17.scores -@unexec [ -s %D/share/games/gnotski.18.scores ] || rm -f %D/share/games/gnotski.18.scores -@unexec [ -s %D/share/games/gnotski.19.scores ] || rm -f %D/share/games/gnotski.19.scores -@unexec [ -s %D/share/games/gnotski.2.scores ] || rm -f %D/share/games/gnotski.2.scores -@unexec [ -s %D/share/games/gnotski.20.scores ] || rm -f %D/share/games/gnotski.20.scores -@unexec [ -s %D/share/games/gnotski.21.scores ] || rm -f %D/share/games/gnotski.21.scores -@unexec [ -s %D/share/games/gnotski.22.scores ] || rm -f %D/share/games/gnotski.22.scores -@unexec [ -s %D/share/games/gnotski.23.scores ] || rm -f %D/share/games/gnotski.23.scores -@unexec [ -s %D/share/games/gnotski.24.scores ] || rm -f %D/share/games/gnotski.24.scores -@unexec [ -s %D/share/games/gnotski.25.scores ] || rm -f %D/share/games/gnotski.25.scores -@unexec [ -s %D/share/games/gnotski.26.scores ] || rm -f %D/share/games/gnotski.26.scores -@unexec [ -s %D/share/games/gnotski.27.scores ] || rm -f %D/share/games/gnotski.27.scores -@unexec [ -s %D/share/games/gnotski.28.scores ] || rm -f %D/share/games/gnotski.28.scores -@unexec [ -s %D/share/games/gnotski.29.scores ] || rm -f %D/share/games/gnotski.29.scores -@unexec [ -s %D/share/games/gnotski.3.scores ] || rm -f %D/share/games/gnotski.3.scores -@unexec [ -s %D/share/games/gnotski.30.scores ] || rm -f %D/share/games/gnotski.30.scores -@unexec [ -s %D/share/games/gnotski.31.scores ] || rm -f %D/share/games/gnotski.31.scores -@unexec [ -s %D/share/games/gnotski.32.scores ] || rm -f %D/share/games/gnotski.32.scores -@unexec [ -s %D/share/games/gnotski.33.scores ] || rm -f %D/share/games/gnotski.33.scores -@unexec [ -s %D/share/games/gnotski.34.scores ] || rm -f %D/share/games/gnotski.34.scores -@unexec [ -s %D/share/games/gnotski.35.scores ] || rm -f %D/share/games/gnotski.35.scores -@unexec [ -s %D/share/games/gnotski.36.scores ] || rm -f %D/share/games/gnotski.36.scores -@unexec [ -s %D/share/games/gnotski.37.scores ] || rm -f %D/share/games/gnotski.37.scores -@unexec [ -s %D/share/games/gnotski.4.scores ] || rm -f %D/share/games/gnotski.4.scores -@unexec [ -s %D/share/games/gnotski.5.scores ] || rm -f %D/share/games/gnotski.5.scores -@unexec [ -s %D/share/games/gnotski.6.scores ] || rm -f %D/share/games/gnotski.6.scores -@unexec [ -s %D/share/games/gnotski.7.scores ] || rm -f %D/share/games/gnotski.7.scores -@unexec [ -s %D/share/games/gnotski.8.scores ] || rm -f %D/share/games/gnotski.8.scores -@unexec [ -s %D/share/games/gnotski.9.scores ] || rm -f %D/share/games/gnotski.9.scores -@unexec [ -s %D/share/games/gtali.Colors.scores ] || rm -f %D/share/games/gtali.Colors.scores -@unexec [ -s %D/share/games/gtali.Regular.scores ] || rm -f %D/share/games/gtali.Regular.scores -@unexec [ -s %D/share/games/mahjongg.bridges.scores ] || rm -f %D/share/games/mahjongg.bridges.scores -@unexec [ -s %D/share/games/mahjongg.cloud.scores ] || rm -f %D/share/games/mahjongg.cloud.scores -@unexec [ -s %D/share/games/mahjongg.confounding.scores ] || rm -f %D/share/games/mahjongg.confounding.scores -@unexec [ -s %D/share/games/mahjongg.difficult.scores ] || rm -f %D/share/games/mahjongg.difficult.scores -@unexec [ -s %D/share/games/mahjongg.dragon.scores ] || rm -f %D/share/games/mahjongg.dragon.scores -@unexec [ -s %D/share/games/mahjongg.easy.scores ] || rm -f %D/share/games/mahjongg.easy.scores -@unexec [ -s %D/share/games/mahjongg.pyramid.scores ] || rm -f %D/share/games/mahjongg.pyramid.scores -@unexec [ -s %D/share/games/mahjongg.tictactoe.scores ] || rm -f %D/share/games/mahjongg.tictactoe.scores -@unexec [ -s %D/share/games/mahjongg.ziggurat.scores ] || rm -f %D/share/games/mahjongg.ziggurat.scores -@unexec [ -s %D/share/games/same-gnome.Large.scores ] || rm -f %D/share/games/same-gnome.Large.scores -@unexec [ -s %D/share/games/same-gnome.Medium.scores ] || rm -f %D/share/games/same-gnome.Medium.scores -@unexec [ -s %D/share/games/same-gnome.Small.scores ] || rm -f %D/share/games/same-gnome.Small.scores -@unexec [ -L %D/share/games/same-gnome.scores ] || rm -f %D/share/games/same-gnome.scores -lib/gnome-games/gnome-games-render-cards -%%PYTHON_SITELIBDIR%%/glchess/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/ai.py -%%PYTHON_SITELIBDIR%%/glchess/ai.pyc -%%PYTHON_SITELIBDIR%%/glchess/ai.pyo -%%PYTHON_SITELIBDIR%%/glchess/cecp.py -%%PYTHON_SITELIBDIR%%/glchess/cecp.pyc -%%PYTHON_SITELIBDIR%%/glchess/cecp.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/bitboard.py -%%PYTHON_SITELIBDIR%%/glchess/chess/bitboard.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/bitboard.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/board.py -%%PYTHON_SITELIBDIR%%/glchess/chess/board.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/board.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/client.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/client.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/client.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/server.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/server.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/server.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/style12.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/style12.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/style12.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/telnet.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/telnet.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/telnet.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/lan.py -%%PYTHON_SITELIBDIR%%/glchess/chess/lan.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/lan.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.py -%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/san.py -%%PYTHON_SITELIBDIR%%/glchess/chess/san.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/san.pyo -%%PYTHON_SITELIBDIR%%/glchess/config.py -%%PYTHON_SITELIBDIR%%/glchess/config.pyc -%%PYTHON_SITELIBDIR%%/glchess/config.pyo -%%PYTHON_SITELIBDIR%%/glchess/defaults.py -%%PYTHON_SITELIBDIR%%/glchess/defaults.pyc -%%PYTHON_SITELIBDIR%%/glchess/defaults.pyo -%%PYTHON_SITELIBDIR%%/glchess/display.py -%%PYTHON_SITELIBDIR%%/glchess/display.pyc -%%PYTHON_SITELIBDIR%%/glchess/display.pyo -%%PYTHON_SITELIBDIR%%/glchess/game.py -%%PYTHON_SITELIBDIR%%/glchess/game.pyc -%%PYTHON_SITELIBDIR%%/glchess/game.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/chess.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/chess.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/chess.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/client.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/client.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/client.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/protocol.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/protocol.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/protocol.pyo -%%PYTHON_SITELIBDIR%%/glchess/glchess.py -%%PYTHON_SITELIBDIR%%/glchess/glchess.pyc -%%PYTHON_SITELIBDIR%%/glchess/glchess.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/chessview.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/chessview.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/chessview.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/log.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/log.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/log.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/network.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/network.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/network.pyo -%%PYTHON_SITELIBDIR%%/glchess/history.py -%%PYTHON_SITELIBDIR%%/glchess/history.pyc -%%PYTHON_SITELIBDIR%%/glchess/history.pyo -%%PYTHON_SITELIBDIR%%/glchess/i18n.py -%%PYTHON_SITELIBDIR%%/glchess/i18n.pyc -%%PYTHON_SITELIBDIR%%/glchess/i18n.pyo -%%PYTHON_SITELIBDIR%%/glchess/main.py -%%PYTHON_SITELIBDIR%%/glchess/main.pyc -%%PYTHON_SITELIBDIR%%/glchess/main.pyo -%%PYTHON_SITELIBDIR%%/glchess/network.py -%%PYTHON_SITELIBDIR%%/glchess/network.pyc -%%PYTHON_SITELIBDIR%%/glchess/network.pyo -%%PYTHON_SITELIBDIR%%/glchess/player.py -%%PYTHON_SITELIBDIR%%/glchess/player.pyc -%%PYTHON_SITELIBDIR%%/glchess/player.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.py -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/human.py -%%PYTHON_SITELIBDIR%%/glchess/scene/human.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/human.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/models.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/models.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/models.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.pyo -%%PYTHON_SITELIBDIR%%/glchess/uci.py -%%PYTHON_SITELIBDIR%%/glchess/uci.pyc -%%PYTHON_SITELIBDIR%%/glchess/uci.pyo -%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/ui/ui.py -%%PYTHON_SITELIBDIR%%/glchess/ui/ui.pyc -%%PYTHON_SITELIBDIR%%/glchess/ui/ui.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dancer.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dancer.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dancer.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/number_box.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/number_box.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/number_box.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/main.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/main.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/main.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_thumber.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_thumber.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_thumber.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyo -share/applications/blackjack.desktop -share/applications/freecell.desktop -share/applications/glchess.desktop -share/applications/glines.desktop -share/applications/gnect.desktop -share/applications/gnibbles.desktop -share/applications/gnobots2.desktop -share/applications/gnome-sudoku.desktop -share/applications/gnometris.desktop -share/applications/gnomine.desktop -share/applications/gnotravex.desktop -share/applications/gnotski.desktop -share/applications/gtali.desktop -share/applications/iagno.desktop -share/applications/mahjongg.desktop -share/applications/same-gnome.desktop -share/applications/sol.desktop -share/ggz/gnome-games/about_bg.png -share/ggz/gnome-games/ggz_gtk_admin.svg -share/ggz/gnome-games/ggz_gtk_bot.svg -share/ggz/gnome-games/ggz_gtk_guest.svg -share/ggz/gnome-games/ggz_gtk_lag0.svg -share/ggz/gnome-games/ggz_gtk_lag1.svg -share/ggz/gnome-games/ggz_gtk_lag2.svg -share/ggz/gnome-games/ggz_gtk_lag3.svg -share/ggz/gnome-games/ggz_gtk_lag4.svg -share/ggz/gnome-games/ggz_gtk_lag5.svg -share/ggz/gnome-games/ggz_gtk_registered.svg -@unexec %%LOCALBASE%%/bin/ggz-config -D --remove --modfile=%D/share/ggz/gnome-games/gnect-client.dsc -share/ggz/gnome-games/gnect-client.dsc -@exec %%LOCALBASE%%/bin/ggz-config -D --install --modfile=%D/share/ggz/gnome-games/gnect-client.dsc --force -@unexec %%LOCALBASE%%/bin/ggz-config -D --remove --modfile=%D/share/ggz/gnome-games/gnibbles-client.dsc -share/ggz/gnome-games/gnibbles-client.dsc -@exec %%LOCALBASE%%/bin/ggz-config -D --install --modfile=%D/share/ggz/gnome-games/gnibbles-client.dsc --force -@unexec %%LOCALBASE%%/bin/ggz-config -D --remove --modfile=%D/share/ggz/gnome-games/iagno-client.dsc -share/ggz/gnome-games/iagno-client.dsc -@exec %%LOCALBASE%%/bin/ggz-config -D --install --modfile=%D/share/ggz/gnome-games/iagno-client.dsc --force -share/glchess/ai.xml -share/glchess/chess_view.ui -share/glchess/glchess.ui -share/glchess/load_game.ui -share/glchess/log.ui -share/glchess/network_game.ui -share/glchess/network_new_server.ui -share/glchess/new_game.ui -share/glchess/preferences.ui -share/glchess/save_game.ui -share/glchess/textures/board.png -share/glchess/textures/piece.png -share/gnome-games-common/cards/gnomangelo_bitmap.svg -%%DATADIR%%/aisleriot/games/accordion.scm -%%DATADIR%%/aisleriot/games/agnes.scm -%%DATADIR%%/aisleriot/games/athena.scm -%%DATADIR%%/aisleriot/games/auld_lang_syne.scm -%%DATADIR%%/aisleriot/games/backbone.scm -%%DATADIR%%/aisleriot/games/bakers_dozen.scm -%%DATADIR%%/aisleriot/games/bakers_game.scm -%%DATADIR%%/aisleriot/games/bear_river.scm -%%DATADIR%%/aisleriot/games/beleaguered_castle.scm -%%DATADIR%%/aisleriot/games/block_ten.scm -%%DATADIR%%/aisleriot/games/bristol.scm -%%DATADIR%%/aisleriot/games/camelot.scm -%%DATADIR%%/aisleriot/games/canfield.scm -%%DATADIR%%/aisleriot/games/carpet.scm -%%DATADIR%%/aisleriot/games/chessboard.scm -%%DATADIR%%/aisleriot/games/clock.scm -%%DATADIR%%/aisleriot/games/cover.scm -%%DATADIR%%/aisleriot/games/cruel.scm -%%DATADIR%%/aisleriot/games/diamond_mine.scm -%%DATADIR%%/aisleriot/games/doublets.scm -%%DATADIR%%/aisleriot/games/eagle_wing.scm -%%DATADIR%%/aisleriot/games/easthaven.scm -%%DATADIR%%/aisleriot/games/eight_off.scm -%%DATADIR%%/aisleriot/games/elevator.scm -%%DATADIR%%/aisleriot/games/escalator.scm -%%DATADIR%%/aisleriot/games/first_law.scm -%%DATADIR%%/aisleriot/games/fortress.scm -%%DATADIR%%/aisleriot/games/fortunes.scm -%%DATADIR%%/aisleriot/games/forty_thieves.scm -%%DATADIR%%/aisleriot/games/fourteen.scm -%%DATADIR%%/aisleriot/games/freecell.scm -%%DATADIR%%/aisleriot/games/gaps.scm -%%DATADIR%%/aisleriot/games/gay_gordons.scm -%%DATADIR%%/aisleriot/games/giant.scm -%%DATADIR%%/aisleriot/games/glenwood.scm -%%DATADIR%%/aisleriot/games/gold_mine.scm -%%DATADIR%%/aisleriot/games/golf.scm -%%DATADIR%%/aisleriot/games/gypsy.scm -%%DATADIR%%/aisleriot/games/helsinki.scm -%%DATADIR%%/aisleriot/games/hopscotch.scm -%%DATADIR%%/aisleriot/games/isabel.scm -%%DATADIR%%/aisleriot/games/jamestown.scm -%%DATADIR%%/aisleriot/games/jumbo.scm -%%DATADIR%%/aisleriot/games/kansas.scm -%%DATADIR%%/aisleriot/games/king_albert.scm -%%DATADIR%%/aisleriot/games/kings_audience.scm -%%DATADIR%%/aisleriot/games/klondike.scm -%%DATADIR%%/aisleriot/games/labyrinth.scm -%%DATADIR%%/aisleriot/games/lady_jane.scm -%%DATADIR%%/aisleriot/games/maze.scm -%%DATADIR%%/aisleriot/games/monte_carlo.scm -%%DATADIR%%/aisleriot/games/napoleons_tomb.scm -%%DATADIR%%/aisleriot/games/neighbor.scm -%%DATADIR%%/aisleriot/games/odessa.scm -%%DATADIR%%/aisleriot/games/osmosis.scm -%%DATADIR%%/aisleriot/games/peek.scm -%%DATADIR%%/aisleriot/games/pileon.scm -%%DATADIR%%/aisleriot/games/plait.scm -%%DATADIR%%/aisleriot/games/poker.scm -%%DATADIR%%/aisleriot/games/quatorze.scm -%%DATADIR%%/aisleriot/games/royal_east.scm -%%DATADIR%%/aisleriot/games/saratoga.scm -%%DATADIR%%/aisleriot/games/scorpion.scm -%%DATADIR%%/aisleriot/games/scuffle.scm -%%DATADIR%%/aisleriot/games/seahaven.scm -%%DATADIR%%/aisleriot/games/sir_tommy.scm -%%DATADIR%%/aisleriot/games/sol.scm -%%DATADIR%%/aisleriot/games/spider.scm -%%DATADIR%%/aisleriot/games/spider_three_decks.scm -%%DATADIR%%/aisleriot/games/spiderette.scm -%%DATADIR%%/aisleriot/games/straight_up.scm -%%DATADIR%%/aisleriot/games/streets_and_alleys.scm -%%DATADIR%%/aisleriot/games/ten_across.scm -%%DATADIR%%/aisleriot/games/terrace.scm -%%DATADIR%%/aisleriot/games/thieves.scm -%%DATADIR%%/aisleriot/games/thirteen.scm -%%DATADIR%%/aisleriot/games/thumb_and_pouch.scm -%%DATADIR%%/aisleriot/games/treize.scm -%%DATADIR%%/aisleriot/games/triple_peaks.scm -%%DATADIR%%/aisleriot/games/union_square.scm -%%DATADIR%%/aisleriot/games/valentine.scm -%%DATADIR%%/aisleriot/games/westhaven.scm -%%DATADIR%%/aisleriot/games/whitehead.scm -%%DATADIR%%/aisleriot/games/will_o_the_wisp.scm -%%DATADIR%%/aisleriot/games/yield.scm -%%DATADIR%%/aisleriot/games/yukon.scm -%%DATADIR%%/aisleriot/games/zebra.scm -%%DATADIR%%/blackjack/games/Ameristar.rules -%%DATADIR%%/blackjack/games/Atlantic_City.rules -%%DATADIR%%/blackjack/games/Vegas_Downtown.rules -%%DATADIR%%/blackjack/games/Vegas_Strip.rules -%%DATADIR%%/blackjack/pixmaps/baize.png -%%DATADIR%%/blackjack/pixmaps/blackjack-splash.png -%%DATADIR%%/blackjack/pixmaps/chip-1.svg -%%DATADIR%%/blackjack/pixmaps/chip-100.svg -%%DATADIR%%/blackjack/pixmaps/chip-25.svg -%%DATADIR%%/blackjack/pixmaps/chip-5.svg -%%DATADIR%%/blackjack/pixmaps/white-outline.svg -%%DATADIR%%/glines/pixmaps/balls.svg -%%DATADIR%%/glines/pixmaps/shapes.svg -%%DATADIR%%/gnect/pixmaps/bg_grotty.jpg -%%DATADIR%%/gnect/pixmaps/bg_nightfall.jpg -%%DATADIR%%/gnect/pixmaps/bg_toplight.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_catseyes.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_glassy.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_hcinverse.svg -%%DATADIR%%/gnect/pixmaps/tileset_50x50_hcontrast.svg -%%DATADIR%%/gnect/pixmaps/tileset_50x50_square.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_sunspot.svg -%%DATADIR%%/gnect/white_ob.cn4.gz -%%DATADIR%%/gnibbles/games/level001.gnl -%%DATADIR%%/gnibbles/games/level002.gnl -%%DATADIR%%/gnibbles/games/level003.gnl -%%DATADIR%%/gnibbles/games/level004.gnl -%%DATADIR%%/gnibbles/games/level005.gnl -%%DATADIR%%/gnibbles/games/level006.gnl -%%DATADIR%%/gnibbles/games/level007.gnl -%%DATADIR%%/gnibbles/games/level008.gnl -%%DATADIR%%/gnibbles/games/level009.gnl -%%DATADIR%%/gnibbles/games/level010.gnl -%%DATADIR%%/gnibbles/games/level011.gnl -%%DATADIR%%/gnibbles/games/level012.gnl -%%DATADIR%%/gnibbles/games/level013.gnl -%%DATADIR%%/gnibbles/games/level014.gnl -%%DATADIR%%/gnibbles/games/level015.gnl -%%DATADIR%%/gnibbles/games/level016.gnl -%%DATADIR%%/gnibbles/games/level017.gnl -%%DATADIR%%/gnibbles/games/level018.gnl -%%DATADIR%%/gnibbles/games/level019.gnl -%%DATADIR%%/gnibbles/games/level020.gnl -%%DATADIR%%/gnibbles/games/level021.gnl -%%DATADIR%%/gnibbles/games/level022.gnl -%%DATADIR%%/gnibbles/games/level023.gnl -%%DATADIR%%/gnibbles/games/level024.gnl -%%DATADIR%%/gnibbles/games/level025.gnl -%%DATADIR%%/gnibbles/games/level026.gnl -%%DATADIR%%/gnibbles/pixmaps/blank.svg -%%DATADIR%%/gnibbles/pixmaps/bonus1.svg -%%DATADIR%%/gnibbles/pixmaps/bonus2.svg -%%DATADIR%%/gnibbles/pixmaps/bonus3.svg -%%DATADIR%%/gnibbles/pixmaps/bonus4.svg -%%DATADIR%%/gnibbles/pixmaps/bonus5.svg -%%DATADIR%%/gnibbles/pixmaps/diamond.svg -%%DATADIR%%/gnibbles/pixmaps/gnibbles-logo.svg -%%DATADIR%%/gnibbles/pixmaps/life.svg -%%DATADIR%%/gnibbles/pixmaps/questionmark.svg -%%DATADIR%%/gnibbles/pixmaps/snake-blue.svg -%%DATADIR%%/gnibbles/pixmaps/snake-cyan.svg -%%DATADIR%%/gnibbles/pixmaps/snake-green.svg -%%DATADIR%%/gnibbles/pixmaps/snake-grey.svg -%%DATADIR%%/gnibbles/pixmaps/snake-magenta.svg -%%DATADIR%%/gnibbles/pixmaps/snake-red.svg -%%DATADIR%%/gnibbles/pixmaps/snake-yellow.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-bottom-left.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-bottom-right.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-top-left.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-top-right.svg -%%DATADIR%%/gnibbles/pixmaps/wall-cross.svg -%%DATADIR%%/gnibbles/pixmaps/wall-empty.svg -%%DATADIR%%/gnibbles/pixmaps/wall-straight-side.svg -%%DATADIR%%/gnibbles/pixmaps/wall-straight-up.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-down.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-left.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-right.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-up.svg -%%DATADIR%%/gnobots2/games/classic_robots.cfg -%%DATADIR%%/gnobots2/games/nightmare.cfg -%%DATADIR%%/gnobots2/games/robots2.cfg -%%DATADIR%%/gnobots2/games/robots2_easy.cfg -%%DATADIR%%/gnobots2/games/robots_with_safe_teleport.cfg -%%DATADIR%%/gnobots2/pixmaps/aieee.png -%%DATADIR%%/gnobots2/pixmaps/splat.png -%%DATADIR%%/gnobots2/themes/ufo.svg -%%DATADIR%%/gnobots2/themes/boo.svg -%%DATADIR%%/gnobots2/themes/gnomes.png -%%DATADIR%%/gnobots2/themes/robots.svg -%%DATADIR%%/gnobots2/pixmaps/yahoo.png -%%DATADIR%%/gnometris/pixmaps/7blocks-gw.png -%%DATADIR%%/gnometris/pixmaps/7blocks-tig.png -%%DATADIR%%/gnometris/pixmaps/gnometris.svg -%%DATADIR%%/gnomine/pixmaps/bang.svg -%%DATADIR%%/gnomine/pixmaps/face-cool.svg -%%DATADIR%%/gnomine/pixmaps/face-sad.svg -%%DATADIR%%/gnomine/pixmaps/face-smile.svg -%%DATADIR%%/gnomine/pixmaps/face-win.svg -%%DATADIR%%/gnomine/pixmaps/face-worried.svg -%%DATADIR%%/gnomine/pixmaps/flag-question.svg -%%DATADIR%%/gnomine/pixmaps/flag.svg -%%DATADIR%%/gnomine/pixmaps/mine.svg -%%DATADIR%%/gnomine/pixmaps/warning.svg -%%DATADIR%%/gnotski/pixmaps/gnotski.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-1.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-2.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-3.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-4.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-5.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-6.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-none.svg -%%DATADIR%%/gtali/pixmaps/kismet-none.svg -%%DATADIR%%/gtali/pixmaps/kismet1.svg -%%DATADIR%%/gtali/pixmaps/kismet2.svg -%%DATADIR%%/gtali/pixmaps/kismet3.svg -%%DATADIR%%/gtali/pixmaps/kismet4.svg -%%DATADIR%%/gtali/pixmaps/kismet5.svg -%%DATADIR%%/gtali/pixmaps/kismet6.svg -%%DATADIR%%/iagno/pixmaps/classic.png -%%DATADIR%%/iagno/pixmaps/woodtrim.png -%%DATADIR%%/icons/hicolor/16x16/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/22x22/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/24x24/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/24x24/actions/teleport-random.png -%%DATADIR%%/icons/hicolor/24x24/actions/teleport.png -%%DATADIR%%/icons/hicolor/32x32/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/48x48/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/scalable/actions/cards-deal.svg -%%DATADIR%%/mahjongg/games/mahjongg.map -%%DATADIR%%/mahjongg/pixmaps/postmodern.svg -%%DATADIR%%/mahjongg/pixmaps/smooth.png -%%DATADIR%%/pixmaps/baize.png -%%DATADIR%%/pixmaps/slot.svg -%%DATADIR%%/same-gnome/themes/2.10/planets.png -%%DATADIR%%/same-gnome/themes/2.10/stones.png -%%DATADIR%%/sounds/appear.ogg -%%DATADIR%%/sounds/bad.ogg -%%DATADIR%%/sounds/bonus.ogg -%%DATADIR%%/sounds/click.ogg -%%DATADIR%%/sounds/crash.ogg -%%DATADIR%%/sounds/die.ogg -%%DATADIR%%/sounds/flip-piece.ogg -%%DATADIR%%/sounds/gameover.ogg -%%DATADIR%%/sounds/gnometris.ogg -%%DATADIR%%/sounds/gobble.ogg -%%DATADIR%%/sounds/land.ogg -%%DATADIR%%/sounds/laughter.ogg -%%DATADIR%%/sounds/life.ogg -%%DATADIR%%/sounds/lines1.ogg -%%DATADIR%%/sounds/lines2.ogg -%%DATADIR%%/sounds/lines3.ogg -%%DATADIR%%/sounds/pop.ogg -%%DATADIR%%/sounds/reverse.ogg -%%DATADIR%%/sounds/slide.ogg -%%DATADIR%%/sounds/splat.ogg -%%DATADIR%%/sounds/teleport.ogg -%%DATADIR%%/sounds/turn.ogg -%%DATADIR%%/sounds/victory.ogg -%%DATADIR%%/sounds/yahoo.ogg -share/gnome-sudoku/images/footprints.png -share/gnome-sudoku/print_games.ui -share/gnome-sudoku/puzzle_generator.ui -share/gnome-sudoku/puzzles/easy -share/gnome-sudoku/puzzles/hard -share/gnome-sudoku/puzzles/medium -share/gnome-sudoku/puzzles/very_hard -share/gnome-sudoku/select_game.ui -share/gnome-sudoku/tracker.ui -share/gnome/help/aisleriot/C/accordion.xml -share/gnome/help/aisleriot/C/agnes.xml -share/gnome/help/aisleriot/C/aisleriot.xml -share/gnome/help/aisleriot/C/athena.xml -share/gnome/help/aisleriot/C/auld_lang_syne.xml -share/gnome/help/aisleriot/C/aunt_mary.xml -share/gnome/help/aisleriot/C/backbone.xml -share/gnome/help/aisleriot/C/bear_river.xml -share/gnome/help/aisleriot/C/bakers_dozen.xml -share/gnome/help/aisleriot/C/bakers_game.xml -share/gnome/help/aisleriot/C/beleaguered_castle.xml -share/gnome/help/aisleriot/C/block_ten.xml -share/gnome/help/aisleriot/C/bristol.xml -share/gnome/help/aisleriot/C/camelot.xml -share/gnome/help/aisleriot/C/canfield.xml -share/gnome/help/aisleriot/C/carpet.xml -share/gnome/help/aisleriot/C/chessboard.xml -share/gnome/help/aisleriot/C/clock.xml -share/gnome/help/aisleriot/C/cover.xml -share/gnome/help/aisleriot/C/cruel.xml -share/gnome/help/aisleriot/C/definitions.xml -share/gnome/help/aisleriot/C/diamond_mine.xml -share/gnome/help/aisleriot/C/doublets.xml -share/gnome/help/aisleriot/C/eagle-wing.xml -share/gnome/help/aisleriot/C/easthaven.xml -share/gnome/help/aisleriot/C/eight_off.xml -share/gnome/help/aisleriot/C/elevator.xml -share/gnome/help/aisleriot/C/escalator.xml -share/gnome/help/aisleriot/C/figures/camelot-goal.png -share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.xml -share/gnome/help/aisleriot/C/fortress.xml -share/gnome/help/aisleriot/C/fortunes.xml -share/gnome/help/aisleriot/C/forty_thieves.xml -share/gnome/help/aisleriot/C/fourteen.xml -share/gnome/help/aisleriot/C/freecell.xml -share/gnome/help/aisleriot/C/gaps.xml -share/gnome/help/aisleriot/C/gay_gordons.xml -share/gnome/help/aisleriot/C/giant.xml -share/gnome/help/aisleriot/C/glenwood.xml -share/gnome/help/aisleriot/C/gold_mine.xml -share/gnome/help/aisleriot/C/golf.xml -share/gnome/help/aisleriot/C/gypsy.xml -share/gnome/help/aisleriot/C/helsinki.xml -share/gnome/help/aisleriot/C/hopscotch.xml -share/gnome/help/aisleriot/C/isabel.xml -share/gnome/help/aisleriot/C/jamestown.xml -share/gnome/help/aisleriot/C/jumbo.xml -share/gnome/help/aisleriot/C/kansas.xml -share/gnome/help/aisleriot/C/king_albert.xml -share/gnome/help/aisleriot/C/kings_audience.xml -share/gnome/help/aisleriot/C/klondike.xml -share/gnome/help/aisleriot/C/labyrinth.xml -share/gnome/help/aisleriot/C/lady_jane.xml -share/gnome/help/aisleriot/C/legal.xml -share/gnome/help/aisleriot/C/maze.xml -share/gnome/help/aisleriot/C/monte_carlo.xml -share/gnome/help/aisleriot/C/napoleons_tomb.xml -share/gnome/help/aisleriot/C/neighbor.xml -share/gnome/help/aisleriot/C/odessa.xml -share/gnome/help/aisleriot/C/osmosis.xml -share/gnome/help/aisleriot/C/peek.xml -share/gnome/help/aisleriot/C/pileon.xml -share/gnome/help/aisleriot/C/plait.xml -share/gnome/help/aisleriot/C/poker.xml -share/gnome/help/aisleriot/C/quatorze.xml -share/gnome/help/aisleriot/C/royal_east.xml -share/gnome/help/aisleriot/C/saratoga.xml -share/gnome/help/aisleriot/C/scorpion.xml -share/gnome/help/aisleriot/C/scuffle.xml -share/gnome/help/aisleriot/C/seahaven.xml -share/gnome/help/aisleriot/C/sir_tommy.xml -share/gnome/help/aisleriot/C/spider.xml -share/gnome/help/aisleriot/C/spider_three_decks.xml -share/gnome/help/aisleriot/C/spiderette.xml -share/gnome/help/aisleriot/C/straight_up.xml -share/gnome/help/aisleriot/C/streets_and_alleys.xml -share/gnome/help/aisleriot/C/ten_across.xml -share/gnome/help/aisleriot/C/terrace.xml -share/gnome/help/aisleriot/C/thieves.xml -share/gnome/help/aisleriot/C/thirteen.xml -share/gnome/help/aisleriot/C/thumb_and_pouch.xml -share/gnome/help/aisleriot/C/treize.xml -share/gnome/help/aisleriot/C/triple_peaks.xml -share/gnome/help/aisleriot/C/union_square.xml -share/gnome/help/aisleriot/C/valentine.xml -share/gnome/help/aisleriot/C/westhaven.xml -share/gnome/help/aisleriot/C/whitehead.xml -share/gnome/help/aisleriot/C/will_o_the_wisp.xml -share/gnome/help/aisleriot/C/yield.xml -share/gnome/help/aisleriot/C/yukon.xml -share/gnome/help/aisleriot/C/zebra.xml -share/gnome/help/aisleriot/ca/aisleriot.xml -share/gnome/help/aisleriot/ca/figures/camelot-goal.png -share/gnome/help/aisleriot/ca/figures/clock-rules.png -share/gnome/help/aisleriot/de/aisleriot.xml -share/gnome/help/aisleriot/de/figures/camelot-goal.png -share/gnome/help/aisleriot/de/figures/clock-rules.png -share/gnome/help/aisleriot/el/aisleriot.xml -share/gnome/help/aisleriot/el/figures/camelot-goal.png -share/gnome/help/aisleriot/el/figures/clock-rules.png -share/gnome/help/aisleriot/es/aisleriot.xml -share/gnome/help/aisleriot/es/figures/camelot-goal.png -share/gnome/help/aisleriot/es/figures/clock-rules.png -share/gnome/help/aisleriot/eu/aisleriot.xml -share/gnome/help/aisleriot/eu/figures/camelot-goal.png -share/gnome/help/aisleriot/eu/figures/clock-rules.png -share/gnome/help/aisleriot/fr/aisleriot.xml -share/gnome/help/aisleriot/fr/figures/camelot-goal.png -share/gnome/help/aisleriot/fr/figures/clock-rules.png -share/gnome/help/aisleriot/oc/aisleriot.xml -share/gnome/help/aisleriot/oc/figures/camelot-goal.png -share/gnome/help/aisleriot/oc/figures/clock-rules.png -share/gnome/help/aisleriot/ru/aisleriot.xml -share/gnome/help/aisleriot/ru/figures/camelot-goal.png -share/gnome/help/aisleriot/ru/figures/clock-rules.png -share/gnome/help/aisleriot/sv/aisleriot.xml -share/gnome/help/aisleriot/sv/figures/camelot-goal.png -share/gnome/help/aisleriot/sv/figures/clock-rules.png -share/gnome/help/blackjack/C/blackjack.xml -share/gnome/help/blackjack/C/figures/blackjack_start_window.png -share/gnome/help/blackjack/C/figures/blackjack_win_window.png -share/gnome/help/blackjack/C/legal.xml -share/gnome/help/blackjack/ca/blackjack.xml -share/gnome/help/blackjack/ca/figures/blackjack_start_window.png -share/gnome/help/blackjack/ca/figures/blackjack_win_window.png -share/gnome/help/blackjack/cs/blackjack.xml -share/gnome/help/blackjack/cs/figures/blackjack_start_window.png -share/gnome/help/blackjack/cs/figures/blackjack_win_window.png -share/gnome/help/blackjack/da/blackjack.xml -share/gnome/help/blackjack/da/figures/blackjack_start_window.png -share/gnome/help/blackjack/da/figures/blackjack_win_window.png -share/gnome/help/blackjack/de/blackjack.xml -share/gnome/help/blackjack/de/figures/blackjack_start_window.png -share/gnome/help/blackjack/de/figures/blackjack_win_window.png -share/gnome/help/blackjack/el/blackjack.xml -share/gnome/help/blackjack/el/figures/blackjack_start_window.png -share/gnome/help/blackjack/el/figures/blackjack_win_window.png -share/gnome/help/blackjack/en_GB/blackjack.xml -share/gnome/help/blackjack/en_GB/figures/blackjack_start_window.png -share/gnome/help/blackjack/en_GB/figures/blackjack_win_window.png -share/gnome/help/blackjack/es/blackjack.xml -share/gnome/help/blackjack/es/figures/blackjack_start_window.png -share/gnome/help/blackjack/es/figures/blackjack_win_window.png -share/gnome/help/blackjack/eu/blackjack.xml -share/gnome/help/blackjack/eu/figures/blackjack_start_window.png -share/gnome/help/blackjack/eu/figures/blackjack_win_window.png -share/gnome/help/blackjack/fr/blackjack.xml -share/gnome/help/blackjack/fr/figures/blackjack_start_window.png -share/gnome/help/blackjack/fr/figures/blackjack_win_window.png -share/gnome/help/blackjack/oc/blackjack.xml -share/gnome/help/blackjack/oc/figures/blackjack_start_window.png -share/gnome/help/blackjack/oc/figures/blackjack_win_window.png -share/gnome/help/blackjack/sv/blackjack.xml -share/gnome/help/blackjack/sv/figures/blackjack_start_window.png -share/gnome/help/blackjack/sv/figures/blackjack_win_window.png -share/gnome/help/glchess/C/figures/game.png -share/gnome/help/glchess/C/figures/new_game.png -share/gnome/help/glchess/C/figures/preferences_game.png -share/gnome/help/glchess/C/figures/preferences_view.png -share/gnome/help/glchess/C/glchess.xml -share/gnome/help/glchess/C/legal.xml -share/gnome/help/glchess/ca/figures/game.png -share/gnome/help/glchess/ca/figures/new_game.png -share/gnome/help/glchess/ca/figures/preferences_game.png -share/gnome/help/glchess/ca/figures/preferences_view.png -share/gnome/help/glchess/ca/glchess.xml -share/gnome/help/glchess/cs/figures/game.png -share/gnome/help/glchess/cs/figures/new_game.png -share/gnome/help/glchess/cs/figures/preferences_game.png -share/gnome/help/glchess/cs/figures/preferences_view.png -share/gnome/help/glchess/cs/glchess.xml -share/gnome/help/glchess/de/figures/game.png -share/gnome/help/glchess/de/figures/new_game.png -share/gnome/help/glchess/de/figures/preferences_game.png -share/gnome/help/glchess/de/figures/preferences_view.png -share/gnome/help/glchess/de/glchess.xml -share/gnome/help/glchess/el/figures/game.png -share/gnome/help/glchess/el/figures/new_game.png -share/gnome/help/glchess/el/figures/preferences_game.png -share/gnome/help/glchess/el/figures/preferences_view.png -share/gnome/help/glchess/el/glchess.xml -share/gnome/help/glchess/en_GB/figures/game.png -share/gnome/help/glchess/en_GB/figures/new_game.png -share/gnome/help/glchess/en_GB/figures/preferences_game.png -share/gnome/help/glchess/en_GB/figures/preferences_view.png -share/gnome/help/glchess/en_GB/glchess.xml -share/gnome/help/glchess/es/figures/game.png -share/gnome/help/glchess/es/figures/new_game.png -share/gnome/help/glchess/es/figures/preferences_game.png -share/gnome/help/glchess/es/figures/preferences_view.png -share/gnome/help/glchess/es/glchess.xml -share/gnome/help/glchess/eu/figures/game.png -share/gnome/help/glchess/eu/figures/new_game.png -share/gnome/help/glchess/eu/figures/preferences_game.png -share/gnome/help/glchess/eu/figures/preferences_view.png -share/gnome/help/glchess/eu/glchess.xml -share/gnome/help/glchess/fr/figures/game.png -share/gnome/help/glchess/fr/figures/new_game.png -share/gnome/help/glchess/fr/figures/preferences_game.png -share/gnome/help/glchess/fr/figures/preferences_view.png -share/gnome/help/glchess/fr/glchess.xml -share/gnome/help/glchess/oc/figures/game.png -share/gnome/help/glchess/oc/figures/new_game.png -share/gnome/help/glchess/oc/figures/preferences_game.png -share/gnome/help/glchess/oc/figures/preferences_view.png -share/gnome/help/glchess/oc/glchess.xml -share/gnome/help/glchess/pt_BR/figures/game.png -share/gnome/help/glchess/pt_BR/figures/new_game.png -share/gnome/help/glchess/pt_BR/figures/preferences_game.png -share/gnome/help/glchess/pt_BR/figures/preferences_view.png -share/gnome/help/glchess/pt_BR/glchess.xml -share/gnome/help/glchess/ru/figures/game.png -share/gnome/help/glchess/ru/figures/new_game.png -share/gnome/help/glchess/ru/figures/preferences_game.png -share/gnome/help/glchess/ru/figures/preferences_view.png -share/gnome/help/glchess/ru/glchess.xml -share/gnome/help/glchess/sv/figures/game.png -share/gnome/help/glchess/sv/figures/new_game.png -share/gnome/help/glchess/sv/figures/preferences_game.png -share/gnome/help/glchess/sv/figures/preferences_view.png -share/gnome/help/glchess/sv/glchess.xml -share/gnome/help/glines/C/figures/glines-gameover.png -share/gnome/help/glines/C/figures/glines-startgame.png -share/gnome/help/glines/C/figures/preferences.png -share/gnome/help/glines/C/glines.xml -share/gnome/help/glines/C/legal.xml -share/gnome/help/glines/ca/figures/glines-gameover.png -share/gnome/help/glines/ca/figures/glines-startgame.png -share/gnome/help/glines/ca/figures/preferences.png -share/gnome/help/glines/ca/glines.xml -share/gnome/help/glines/cs/figures/glines-gameover.png -share/gnome/help/glines/cs/figures/glines-startgame.png -share/gnome/help/glines/cs/figures/preferences.png -share/gnome/help/glines/cs/glines.xml -share/gnome/help/glines/de/figures/glines-gameover.png -share/gnome/help/glines/de/figures/glines-startgame.png -share/gnome/help/glines/de/figures/preferences.png -share/gnome/help/glines/de/glines.xml -share/gnome/help/glines/el/figures/glines-gameover.png -share/gnome/help/glines/el/figures/glines-startgame.png -share/gnome/help/glines/el/figures/preferences.png -share/gnome/help/glines/el/glines.xml -share/gnome/help/glines/en_GB/figures/glines-gameover.png -share/gnome/help/glines/en_GB/figures/glines-startgame.png -share/gnome/help/glines/en_GB/figures/preferences.png -share/gnome/help/glines/en_GB/glines.xml -share/gnome/help/glines/es/figures/glines-gameover.png -share/gnome/help/glines/es/figures/glines-startgame.png -share/gnome/help/glines/es/figures/preferences.png -share/gnome/help/glines/es/glines.xml -share/gnome/help/glines/eu/figures/glines-gameover.png -share/gnome/help/glines/eu/figures/glines-startgame.png -share/gnome/help/glines/eu/figures/preferences.png -share/gnome/help/glines/eu/glines.xml -share/gnome/help/glines/fr/figures/glines-gameover.png -share/gnome/help/glines/fr/figures/glines-startgame.png -share/gnome/help/glines/fr/figures/preferences.png -share/gnome/help/glines/fr/glines.xml -share/gnome/help/glines/it/figures/glines-gameover.png -share/gnome/help/glines/it/figures/glines-startgame.png -share/gnome/help/glines/it/figures/preferences.png -share/gnome/help/glines/it/glines.xml -share/gnome/help/glines/oc/figures/glines-gameover.png -share/gnome/help/glines/oc/figures/glines-startgame.png -share/gnome/help/glines/oc/figures/preferences.png -share/gnome/help/glines/oc/glines.xml -share/gnome/help/glines/ru/figures/glines-gameover.png -share/gnome/help/glines/ru/figures/glines-startgame.png -share/gnome/help/glines/ru/figures/preferences.png -share/gnome/help/glines/ru/glines.xml -share/gnome/help/glines/sv/figures/glines-gameover.png -share/gnome/help/glines/sv/figures/glines-startgame.png -share/gnome/help/glines/sv/figures/preferences.png -share/gnome/help/glines/sv/glines.xml -share/gnome/help/glines/tr/figures/glines-gameover.png -share/gnome/help/glines/tr/figures/glines-startgame.png -share/gnome/help/glines/tr/figures/preferences.png -share/gnome/help/glines/tr/glines.xml -share/gnome/help/gnect/C/figures/connect.png -share/gnome/help/gnect/C/figures/mainwindow.png -share/gnome/help/gnect/C/figures/tables.png -share/gnome/help/gnect/C/figures/tileset.png -share/gnome/help/gnect/C/gnect.xml -share/gnome/help/gnect/C/legal.xml -share/gnome/help/gnect/C/network-games.xml -share/gnome/help/gnect/ca/figures/connect.png -share/gnome/help/gnect/ca/figures/mainwindow.png -share/gnome/help/gnect/ca/figures/tables.png -share/gnome/help/gnect/ca/figures/tileset.png -share/gnome/help/gnect/ca/gnect.xml -share/gnome/help/gnect/cs/figures/connect.png -share/gnome/help/gnect/cs/figures/mainwindow.png -share/gnome/help/gnect/cs/figures/tables.png -share/gnome/help/gnect/cs/figures/tileset.png -share/gnome/help/gnect/cs/gnect.xml -share/gnome/help/gnect/de/figures/connect.png -share/gnome/help/gnect/de/figures/mainwindow.png -share/gnome/help/gnect/de/figures/tables.png -share/gnome/help/gnect/de/figures/tileset.png -share/gnome/help/gnect/de/gnect.xml -share/gnome/help/gnect/el/figures/connect.png -share/gnome/help/gnect/el/figures/mainwindow.png -share/gnome/help/gnect/el/figures/tables.png -share/gnome/help/gnect/el/figures/tileset.png -share/gnome/help/gnect/el/gnect.xml -share/gnome/help/gnect/en_GB/figures/connect.png -share/gnome/help/gnect/en_GB/figures/mainwindow.png -share/gnome/help/gnect/en_GB/figures/tables.png -share/gnome/help/gnect/en_GB/figures/tileset.png -share/gnome/help/gnect/en_GB/gnect.xml -share/gnome/help/gnect/es/figures/connect.png -share/gnome/help/gnect/es/figures/mainwindow.png -share/gnome/help/gnect/es/figures/tables.png -share/gnome/help/gnect/es/figures/tileset.png -share/gnome/help/gnect/es/gnect.xml -share/gnome/help/gnect/eu/figures/connect.png -share/gnome/help/gnect/eu/figures/mainwindow.png -share/gnome/help/gnect/eu/figures/tables.png -share/gnome/help/gnect/eu/figures/tileset.png -share/gnome/help/gnect/eu/gnect.xml -share/gnome/help/gnect/fi/figures/connect.png -share/gnome/help/gnect/fi/figures/mainwindow.png -share/gnome/help/gnect/fi/figures/tables.png -share/gnome/help/gnect/fi/figures/tileset.png -share/gnome/help/gnect/fi/gnect.xml -share/gnome/help/gnect/fr/figures/connect.png -share/gnome/help/gnect/fr/figures/mainwindow.png -share/gnome/help/gnect/fr/figures/tables.png -share/gnome/help/gnect/fr/figures/tileset.png -share/gnome/help/gnect/fr/gnect.xml -share/gnome/help/gnect/it/figures/connect.png -share/gnome/help/gnect/it/figures/mainwindow.png -share/gnome/help/gnect/it/figures/tables.png -share/gnome/help/gnect/it/figures/tileset.png -share/gnome/help/gnect/it/gnect.xml -share/gnome/help/gnect/oc/figures/connect.png -share/gnome/help/gnect/oc/figures/mainwindow.png -share/gnome/help/gnect/oc/figures/tables.png -share/gnome/help/gnect/oc/figures/tileset.png -share/gnome/help/gnect/oc/gnect.xml -share/gnome/help/gnect/sv/figures/connect.png -share/gnome/help/gnect/sv/figures/mainwindow.png -share/gnome/help/gnect/sv/figures/tables.png -share/gnome/help/gnect/sv/figures/tileset.png -share/gnome/help/gnect/sv/gnect.xml -share/gnome/help/gnibbles/C/figures/connect.png -share/gnome/help/gnibbles/C/figures/game.png -share/gnome/help/gnibbles/C/figures/intro.png -share/gnome/help/gnibbles/C/figures/playing.png -share/gnome/help/gnibbles/C/figures/tables.png -share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.xml -share/gnome/help/gnibbles/C/legal.xml -share/gnome/help/gnibbles/C/network-games.xml -share/gnome/help/gnibbles/ca/figures/connect.png -share/gnome/help/gnibbles/ca/figures/game.png -share/gnome/help/gnibbles/ca/figures/intro.png -share/gnome/help/gnibbles/ca/figures/playing.png -share/gnome/help/gnibbles/ca/figures/tables.png -share/gnome/help/gnibbles/ca/figures/worm_op.png -share/gnome/help/gnibbles/ca/gnibbles.xml -share/gnome/help/gnibbles/cs/figures/connect.png -share/gnome/help/gnibbles/cs/figures/game.png -share/gnome/help/gnibbles/cs/figures/intro.png -share/gnome/help/gnibbles/cs/figures/playing.png -share/gnome/help/gnibbles/cs/figures/tables.png -share/gnome/help/gnibbles/cs/figures/worm_op.png -share/gnome/help/gnibbles/cs/gnibbles.xml -share/gnome/help/gnibbles/de/figures/connect.png -share/gnome/help/gnibbles/de/figures/game.png -share/gnome/help/gnibbles/de/figures/intro.png -share/gnome/help/gnibbles/de/figures/playing.png -share/gnome/help/gnibbles/de/figures/tables.png -share/gnome/help/gnibbles/de/figures/worm_op.png -share/gnome/help/gnibbles/de/gnibbles.xml -share/gnome/help/gnibbles/el/figures/connect.png -share/gnome/help/gnibbles/el/figures/game.png -share/gnome/help/gnibbles/el/figures/intro.png -share/gnome/help/gnibbles/el/figures/playing.png -share/gnome/help/gnibbles/el/figures/tables.png -share/gnome/help/gnibbles/el/figures/worm_op.png -share/gnome/help/gnibbles/el/gnibbles.xml -share/gnome/help/gnibbles/en_GB/figures/connect.png -share/gnome/help/gnibbles/en_GB/figures/game.png -share/gnome/help/gnibbles/en_GB/figures/intro.png -share/gnome/help/gnibbles/en_GB/figures/playing.png -share/gnome/help/gnibbles/en_GB/figures/tables.png -share/gnome/help/gnibbles/en_GB/figures/worm_op.png -share/gnome/help/gnibbles/en_GB/gnibbles.xml -share/gnome/help/gnibbles/es/figures/connect.png -share/gnome/help/gnibbles/es/figures/game.png -share/gnome/help/gnibbles/es/figures/intro.png -share/gnome/help/gnibbles/es/figures/playing.png -share/gnome/help/gnibbles/es/figures/tables.png -share/gnome/help/gnibbles/es/figures/worm_op.png -share/gnome/help/gnibbles/es/gnibbles.xml -share/gnome/help/gnibbles/eu/figures/connect.png -share/gnome/help/gnibbles/eu/figures/game.png -share/gnome/help/gnibbles/eu/figures/intro.png -share/gnome/help/gnibbles/eu/figures/playing.png -share/gnome/help/gnibbles/eu/figures/tables.png -share/gnome/help/gnibbles/eu/figures/worm_op.png -share/gnome/help/gnibbles/eu/gnibbles.xml -share/gnome/help/gnibbles/fr/figures/connect.png -share/gnome/help/gnibbles/fr/figures/game.png -share/gnome/help/gnibbles/fr/figures/intro.png -share/gnome/help/gnibbles/fr/figures/playing.png -share/gnome/help/gnibbles/fr/figures/tables.png -share/gnome/help/gnibbles/fr/figures/worm_op.png -share/gnome/help/gnibbles/fr/gnibbles.xml -share/gnome/help/gnibbles/it/figures/connect.png -share/gnome/help/gnibbles/it/figures/game.png -share/gnome/help/gnibbles/it/figures/intro.png -share/gnome/help/gnibbles/it/figures/playing.png -share/gnome/help/gnibbles/it/figures/tables.png -share/gnome/help/gnibbles/it/figures/worm_op.png -share/gnome/help/gnibbles/it/gnibbles.xml -share/gnome/help/gnibbles/oc/figures/connect.png -share/gnome/help/gnibbles/oc/figures/game.png -share/gnome/help/gnibbles/oc/figures/intro.png -share/gnome/help/gnibbles/oc/figures/playing.png -share/gnome/help/gnibbles/oc/figures/tables.png -share/gnome/help/gnibbles/oc/figures/worm_op.png -share/gnome/help/gnibbles/oc/gnibbles.xml -share/gnome/help/gnibbles/sv/figures/connect.png -share/gnome/help/gnibbles/sv/figures/game.png -share/gnome/help/gnibbles/sv/figures/intro.png -share/gnome/help/gnibbles/sv/figures/playing.png -share/gnome/help/gnibbles/sv/figures/tables.png -share/gnome/help/gnibbles/sv/figures/worm_op.png -share/gnome/help/gnibbles/sv/gnibbles.xml -share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.xml -share/gnome/help/gnobots2/C/legal.xml -share/gnome/help/gnobots2/ca/figures/gnobots2-main.png -share/gnome/help/gnobots2/ca/gnobots2.xml -share/gnome/help/gnobots2/cs/figures/gnobots2-main.png -share/gnome/help/gnobots2/cs/gnobots2.xml -share/gnome/help/gnobots2/de/figures/gnobots2-main.png -share/gnome/help/gnobots2/de/gnobots2.xml -share/gnome/help/gnobots2/el/figures/gnobots2-main.png -share/gnome/help/gnobots2/el/gnobots2.xml -share/gnome/help/gnobots2/en_GB/figures/gnobots2-main.png -share/gnome/help/gnobots2/en_GB/gnobots2.xml -share/gnome/help/gnobots2/es/figures/gnobots2-main.png -share/gnome/help/gnobots2/es/gnobots2.xml -share/gnome/help/gnobots2/eu/figures/gnobots2-main.png -share/gnome/help/gnobots2/eu/gnobots2.xml -share/gnome/help/gnobots2/fr/figures/gnobots2-main.png -share/gnome/help/gnobots2/fr/gnobots2.xml -share/gnome/help/gnobots2/it/figures/gnobots2-main.png -share/gnome/help/gnobots2/it/gnobots2.xml -share/gnome/help/gnobots2/oc/figures/gnobots2-main.png -share/gnome/help/gnobots2/oc/gnobots2.xml -share/gnome/help/gnobots2/sv/figures/gnobots2-main.png -share/gnome/help/gnobots2/sv/gnobots2.xml -share/gnome/help/gnome-sudoku/C/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/C/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/C/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/C/figures/highlighting.png -share/gnome/help/gnome-sudoku/C/figures/hints.png -share/gnome/help/gnome-sudoku/C/figures/resuming.png -share/gnome/help/gnome-sudoku/C/figures/starting.png -share/gnome/help/gnome-sudoku/C/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/C/legal.xml -share/gnome/help/gnome-sudoku/ca/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/ca/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/ca/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/ca/figures/highlighting.png -share/gnome/help/gnome-sudoku/ca/figures/hints.png -share/gnome/help/gnome-sudoku/ca/figures/resuming.png -share/gnome/help/gnome-sudoku/ca/figures/starting.png -share/gnome/help/gnome-sudoku/ca/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/cs/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/cs/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/cs/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/cs/figures/highlighting.png -share/gnome/help/gnome-sudoku/cs/figures/hints.png -share/gnome/help/gnome-sudoku/cs/figures/resuming.png -share/gnome/help/gnome-sudoku/cs/figures/starting.png -share/gnome/help/gnome-sudoku/cs/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/da/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/da/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/da/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/da/figures/highlighting.png -share/gnome/help/gnome-sudoku/da/figures/hints.png -share/gnome/help/gnome-sudoku/da/figures/resuming.png -share/gnome/help/gnome-sudoku/da/figures/starting.png -share/gnome/help/gnome-sudoku/da/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/de/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/de/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/de/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/de/figures/highlighting.png -share/gnome/help/gnome-sudoku/de/figures/hints.png -share/gnome/help/gnome-sudoku/de/figures/resuming.png -share/gnome/help/gnome-sudoku/de/figures/starting.png -share/gnome/help/gnome-sudoku/de/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/el/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/el/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/el/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/el/figures/highlighting.png -share/gnome/help/gnome-sudoku/el/figures/hints.png -share/gnome/help/gnome-sudoku/el/figures/resuming.png -share/gnome/help/gnome-sudoku/el/figures/starting.png -share/gnome/help/gnome-sudoku/el/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/en_GB/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/en_GB/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/en_GB/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/en_GB/figures/highlighting.png -share/gnome/help/gnome-sudoku/en_GB/figures/hints.png -share/gnome/help/gnome-sudoku/en_GB/figures/resuming.png -share/gnome/help/gnome-sudoku/en_GB/figures/starting.png -share/gnome/help/gnome-sudoku/en_GB/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/es/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/es/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/es/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/es/figures/highlighting.png -share/gnome/help/gnome-sudoku/es/figures/hints.png -share/gnome/help/gnome-sudoku/es/figures/resuming.png -share/gnome/help/gnome-sudoku/es/figures/starting.png -share/gnome/help/gnome-sudoku/es/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/eu/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/eu/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/eu/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/eu/figures/highlighting.png -share/gnome/help/gnome-sudoku/eu/figures/hints.png -share/gnome/help/gnome-sudoku/eu/figures/resuming.png -share/gnome/help/gnome-sudoku/eu/figures/starting.png -share/gnome/help/gnome-sudoku/eu/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/fr/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/fr/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/fr/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/fr/figures/highlighting.png -share/gnome/help/gnome-sudoku/fr/figures/hints.png -share/gnome/help/gnome-sudoku/fr/figures/resuming.png -share/gnome/help/gnome-sudoku/fr/figures/starting.png -share/gnome/help/gnome-sudoku/fr/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/it/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/it/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/it/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/it/figures/highlighting.png -share/gnome/help/gnome-sudoku/it/figures/hints.png -share/gnome/help/gnome-sudoku/it/figures/resuming.png -share/gnome/help/gnome-sudoku/it/figures/starting.png -share/gnome/help/gnome-sudoku/it/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/oc/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/oc/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/oc/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/oc/figures/highlighting.png -share/gnome/help/gnome-sudoku/oc/figures/hints.png -share/gnome/help/gnome-sudoku/oc/figures/resuming.png -share/gnome/help/gnome-sudoku/oc/figures/starting.png -share/gnome/help/gnome-sudoku/oc/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/pt_BR/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/pt_BR/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/pt_BR/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/pt_BR/figures/highlighting.png -share/gnome/help/gnome-sudoku/pt_BR/figures/hints.png -share/gnome/help/gnome-sudoku/pt_BR/figures/resuming.png -share/gnome/help/gnome-sudoku/pt_BR/figures/starting.png -share/gnome/help/gnome-sudoku/pt_BR/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/ru/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/ru/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/ru/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/ru/figures/highlighting.png -share/gnome/help/gnome-sudoku/ru/figures/hints.png -share/gnome/help/gnome-sudoku/ru/figures/resuming.png -share/gnome/help/gnome-sudoku/ru/figures/starting.png -share/gnome/help/gnome-sudoku/ru/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/sv/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/sv/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/sv/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/sv/figures/highlighting.png -share/gnome/help/gnome-sudoku/sv/figures/hints.png -share/gnome/help/gnome-sudoku/sv/figures/resuming.png -share/gnome/help/gnome-sudoku/sv/figures/starting.png -share/gnome/help/gnome-sudoku/sv/gnome-sudoku.xml -share/gnome/help/gnometris/C/gnometris.xml -share/gnome/help/gnometris/C/legal.xml -share/gnome/help/gnometris/ca/gnometris.xml -share/gnome/help/gnometris/cs/gnometris.xml -share/gnome/help/gnometris/de/gnometris.xml -share/gnome/help/gnometris/el/gnometris.xml -share/gnome/help/gnometris/en_GB/gnometris.xml -share/gnome/help/gnometris/es/gnometris.xml -share/gnome/help/gnometris/eu/gnometris.xml -share/gnome/help/gnometris/fi/gnometris.xml -share/gnome/help/gnometris/fr/gnometris.xml -share/gnome/help/gnometris/it/gnometris.xml -share/gnome/help/gnometris/oc/gnometris.xml -share/gnome/help/gnometris/sv/gnometris.xml -share/gnome/help/gnometris/zh_CN/gnometris.xml -share/gnome/help/gnomine/C/figures/easy-hints-1.png -share/gnome/help/gnomine/C/figures/easy-hints-2.png -share/gnome/help/gnomine/C/figures/easy-hints-3.png -share/gnome/help/gnomine/C/figures/faces.png -share/gnome/help/gnomine/C/figures/flags.png -share/gnome/help/gnomine/C/figures/hard-hints-1.png -share/gnome/help/gnomine/C/figures/hard-hints-2.png -share/gnome/help/gnomine/C/figures/hard-hints-3.png -share/gnome/help/gnomine/C/figures/highscores.png -share/gnome/help/gnomine/C/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/C/figures/main-window.png -share/gnome/help/gnomine/C/figures/preferences.png -share/gnome/help/gnomine/C/figures/statusbar.png -share/gnome/help/gnomine/C/gnomine.xml -share/gnome/help/gnomine/C/legal.xml -share/gnome/help/gnomine/ca/figures/easy-hints-1.png -share/gnome/help/gnomine/ca/figures/easy-hints-2.png -share/gnome/help/gnomine/ca/figures/easy-hints-3.png -share/gnome/help/gnomine/ca/figures/faces.png -share/gnome/help/gnomine/ca/figures/flags.png -share/gnome/help/gnomine/ca/figures/hard-hints-1.png -share/gnome/help/gnomine/ca/figures/hard-hints-2.png -share/gnome/help/gnomine/ca/figures/hard-hints-3.png -share/gnome/help/gnomine/ca/figures/highscores.png -share/gnome/help/gnomine/ca/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/ca/figures/main-window.png -share/gnome/help/gnomine/ca/figures/preferences.png -share/gnome/help/gnomine/ca/figures/statusbar.png -share/gnome/help/gnomine/ca/gnomine.xml -share/gnome/help/gnomine/cs/figures/easy-hints-1.png -share/gnome/help/gnomine/cs/figures/easy-hints-2.png -share/gnome/help/gnomine/cs/figures/easy-hints-3.png -share/gnome/help/gnomine/cs/figures/faces.png -share/gnome/help/gnomine/cs/figures/flags.png -share/gnome/help/gnomine/cs/figures/hard-hints-1.png -share/gnome/help/gnomine/cs/figures/hard-hints-2.png -share/gnome/help/gnomine/cs/figures/hard-hints-3.png -share/gnome/help/gnomine/cs/figures/highscores.png -share/gnome/help/gnomine/cs/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/cs/figures/main-window.png -share/gnome/help/gnomine/cs/figures/preferences.png -share/gnome/help/gnomine/cs/figures/statusbar.png -share/gnome/help/gnomine/cs/gnomine.xml -share/gnome/help/gnomine/de/figures/easy-hints-1.png -share/gnome/help/gnomine/de/figures/easy-hints-2.png -share/gnome/help/gnomine/de/figures/easy-hints-3.png -share/gnome/help/gnomine/de/figures/faces.png -share/gnome/help/gnomine/de/figures/flags.png -share/gnome/help/gnomine/de/figures/hard-hints-1.png -share/gnome/help/gnomine/de/figures/hard-hints-2.png -share/gnome/help/gnomine/de/figures/hard-hints-3.png -share/gnome/help/gnomine/de/figures/highscores.png -share/gnome/help/gnomine/de/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/de/figures/main-window.png -share/gnome/help/gnomine/de/figures/preferences.png -share/gnome/help/gnomine/de/figures/statusbar.png -share/gnome/help/gnomine/de/gnomine.xml -share/gnome/help/gnomine/el/figures/easy-hints-1.png -share/gnome/help/gnomine/el/figures/easy-hints-2.png -share/gnome/help/gnomine/el/figures/easy-hints-3.png -share/gnome/help/gnomine/el/figures/faces.png -share/gnome/help/gnomine/el/figures/flags.png -share/gnome/help/gnomine/el/figures/hard-hints-1.png -share/gnome/help/gnomine/el/figures/hard-hints-2.png -share/gnome/help/gnomine/el/figures/hard-hints-3.png -share/gnome/help/gnomine/el/figures/highscores.png -share/gnome/help/gnomine/el/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/el/figures/main-window.png -share/gnome/help/gnomine/el/figures/preferences.png -share/gnome/help/gnomine/el/figures/statusbar.png -share/gnome/help/gnomine/el/gnomine.xml -share/gnome/help/gnomine/en_GB/figures/easy-hints-1.png -share/gnome/help/gnomine/en_GB/figures/easy-hints-2.png -share/gnome/help/gnomine/en_GB/figures/easy-hints-3.png -share/gnome/help/gnomine/en_GB/figures/faces.png -share/gnome/help/gnomine/en_GB/figures/flags.png -share/gnome/help/gnomine/en_GB/figures/hard-hints-1.png -share/gnome/help/gnomine/en_GB/figures/hard-hints-2.png -share/gnome/help/gnomine/en_GB/figures/hard-hints-3.png -share/gnome/help/gnomine/en_GB/figures/highscores.png -share/gnome/help/gnomine/en_GB/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/en_GB/figures/main-window.png -share/gnome/help/gnomine/en_GB/figures/preferences.png -share/gnome/help/gnomine/en_GB/figures/statusbar.png -share/gnome/help/gnomine/en_GB/gnomine.xml -share/gnome/help/gnomine/es/figures/easy-hints-1.png -share/gnome/help/gnomine/es/figures/easy-hints-2.png -share/gnome/help/gnomine/es/figures/easy-hints-3.png -share/gnome/help/gnomine/es/figures/faces.png -share/gnome/help/gnomine/es/figures/flags.png -share/gnome/help/gnomine/es/figures/hard-hints-1.png -share/gnome/help/gnomine/es/figures/hard-hints-2.png -share/gnome/help/gnomine/es/figures/hard-hints-3.png -share/gnome/help/gnomine/es/figures/highscores.png -share/gnome/help/gnomine/es/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/es/figures/main-window.png -share/gnome/help/gnomine/es/figures/preferences.png -share/gnome/help/gnomine/es/figures/statusbar.png -share/gnome/help/gnomine/es/gnomine.xml -share/gnome/help/gnomine/eu/figures/easy-hints-1.png -share/gnome/help/gnomine/eu/figures/easy-hints-2.png -share/gnome/help/gnomine/eu/figures/easy-hints-3.png -share/gnome/help/gnomine/eu/figures/faces.png -share/gnome/help/gnomine/eu/figures/flags.png -share/gnome/help/gnomine/eu/figures/hard-hints-1.png -share/gnome/help/gnomine/eu/figures/hard-hints-2.png -share/gnome/help/gnomine/eu/figures/hard-hints-3.png -share/gnome/help/gnomine/eu/figures/highscores.png -share/gnome/help/gnomine/eu/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/eu/figures/main-window.png -share/gnome/help/gnomine/eu/figures/preferences.png -share/gnome/help/gnomine/eu/figures/statusbar.png -share/gnome/help/gnomine/eu/gnomine.xml -share/gnome/help/gnomine/fr/figures/easy-hints-1.png -share/gnome/help/gnomine/fr/figures/easy-hints-2.png -share/gnome/help/gnomine/fr/figures/easy-hints-3.png -share/gnome/help/gnomine/fr/figures/faces.png -share/gnome/help/gnomine/fr/figures/flags.png -share/gnome/help/gnomine/fr/figures/hard-hints-1.png -share/gnome/help/gnomine/fr/figures/hard-hints-2.png -share/gnome/help/gnomine/fr/figures/hard-hints-3.png -share/gnome/help/gnomine/fr/figures/highscores.png -share/gnome/help/gnomine/fr/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/fr/figures/main-window.png -share/gnome/help/gnomine/fr/figures/preferences.png -share/gnome/help/gnomine/fr/figures/statusbar.png -share/gnome/help/gnomine/fr/gnomine.xml -share/gnome/help/gnomine/it/figures/easy-hints-1.png -share/gnome/help/gnomine/it/figures/easy-hints-2.png -share/gnome/help/gnomine/it/figures/easy-hints-3.png -share/gnome/help/gnomine/it/figures/faces.png -share/gnome/help/gnomine/it/figures/flags.png -share/gnome/help/gnomine/it/figures/hard-hints-1.png -share/gnome/help/gnomine/it/figures/hard-hints-2.png -share/gnome/help/gnomine/it/figures/hard-hints-3.png -share/gnome/help/gnomine/it/figures/highscores.png -share/gnome/help/gnomine/it/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/it/figures/main-window.png -share/gnome/help/gnomine/it/figures/preferences.png -share/gnome/help/gnomine/it/figures/statusbar.png -share/gnome/help/gnomine/it/gnomine.xml -share/gnome/help/gnomine/oc/figures/easy-hints-1.png -share/gnome/help/gnomine/oc/figures/easy-hints-2.png -share/gnome/help/gnomine/oc/figures/easy-hints-3.png -share/gnome/help/gnomine/oc/figures/faces.png -share/gnome/help/gnomine/oc/figures/flags.png -share/gnome/help/gnomine/oc/figures/hard-hints-1.png -share/gnome/help/gnomine/oc/figures/hard-hints-2.png -share/gnome/help/gnomine/oc/figures/hard-hints-3.png -share/gnome/help/gnomine/oc/figures/highscores.png -share/gnome/help/gnomine/oc/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/oc/figures/main-window.png -share/gnome/help/gnomine/oc/figures/preferences.png -share/gnome/help/gnomine/oc/figures/statusbar.png -share/gnome/help/gnomine/oc/gnomine.xml -share/gnome/help/gnomine/sv/figures/easy-hints-1.png -share/gnome/help/gnomine/sv/figures/easy-hints-2.png -share/gnome/help/gnomine/sv/figures/easy-hints-3.png -share/gnome/help/gnomine/sv/figures/faces.png -share/gnome/help/gnomine/sv/figures/flags.png -share/gnome/help/gnomine/sv/figures/hard-hints-1.png -share/gnome/help/gnomine/sv/figures/hard-hints-2.png -share/gnome/help/gnomine/sv/figures/hard-hints-3.png -share/gnome/help/gnomine/sv/figures/highscores.png -share/gnome/help/gnomine/sv/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/sv/figures/main-window.png -share/gnome/help/gnomine/sv/figures/preferences.png -share/gnome/help/gnomine/sv/figures/statusbar.png -share/gnome/help/gnomine/zh_CN/figures/easy-hints-1.png -share/gnome/help/gnomine/zh_CN/figures/easy-hints-2.png -share/gnome/help/gnomine/zh_CN/figures/easy-hints-3.png -share/gnome/help/gnomine/zh_CN/figures/faces.png -share/gnome/help/gnomine/zh_CN/figures/flags.png -share/gnome/help/gnomine/zh_CN/figures/hard-hints-1.png -share/gnome/help/gnomine/zh_CN/figures/hard-hints-2.png -share/gnome/help/gnomine/zh_CN/figures/hard-hints-3.png -share/gnome/help/gnomine/zh_CN/figures/highscores.png -share/gnome/help/gnomine/zh_CN/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/zh_CN/figures/main-window.png -share/gnome/help/gnomine/zh_CN/figures/preferences.png -share/gnome/help/gnomine/zh_CN/figures/statusbar.png -share/gnome/help/gnomine/zh_CN/gnomine.xml -share/gnome/help/gnomine/sv/gnomine.xml -share/gnome/help/gnotravex/C/figures/gnotravex_game.png -share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.xml -share/gnome/help/gnotravex/C/legal.xml -share/gnome/help/gnotravex/ca/figures/gnotravex_game.png -share/gnome/help/gnotravex/ca/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/ca/gnotravex.xml -share/gnome/help/gnotravex/cs/figures/gnotravex_game.png -share/gnome/help/gnotravex/cs/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/cs/gnotravex.xml -share/gnome/help/gnotravex/da/figures/gnotravex_game.png -share/gnome/help/gnotravex/da/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/da/gnotravex.xml -share/gnome/help/gnotravex/de/figures/gnotravex_game.png -share/gnome/help/gnotravex/de/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/de/gnotravex.xml -share/gnome/help/gnotravex/el/figures/gnotravex_game.png -share/gnome/help/gnotravex/el/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/el/gnotravex.xml -share/gnome/help/gnotravex/en_GB/figures/gnotravex_game.png -share/gnome/help/gnotravex/en_GB/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/en_GB/gnotravex.xml -share/gnome/help/gnotravex/es/figures/gnotravex_game.png -share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/es/gnotravex.xml -share/gnome/help/gnotravex/eu/figures/gnotravex_game.png -share/gnome/help/gnotravex/eu/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/eu/gnotravex.xml -share/gnome/help/gnotravex/fr/figures/gnotravex_game.png -share/gnome/help/gnotravex/fr/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/fr/gnotravex.xml -share/gnome/help/gnotravex/it/figures/gnotravex_game.png -share/gnome/help/gnotravex/it/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/it/gnotravex.xml -share/gnome/help/gnotravex/oc/figures/gnotravex_game.png -share/gnome/help/gnotravex/oc/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/oc/gnotravex.xml -share/gnome/help/gnotravex/ru/figures/gnotravex_game.png -share/gnome/help/gnotravex/ru/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/ru/gnotravex.xml -share/gnome/help/gnotravex/sv/figures/gnotravex_game.png -share/gnome/help/gnotravex/sv/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/sv/gnotravex.xml -share/gnome/help/gnotski/C/figures/gnotski_start_window.png -share/gnome/help/gnotski/C/figures/gnotski_win.png -share/gnome/help/gnotski/C/gnotski.xml -share/gnome/help/gnotski/C/legal.xml -share/gnome/help/gnotski/ca/figures/gnotski_start_window.png -share/gnome/help/gnotski/ca/figures/gnotski_win.png -share/gnome/help/gnotski/ca/gnotski.xml -share/gnome/help/gnotski/cs/figures/gnotski_start_window.png -share/gnome/help/gnotski/cs/figures/gnotski_win.png -share/gnome/help/gnotski/cs/gnotski.xml -share/gnome/help/gnotski/de/figures/gnotski_start_window.png -share/gnome/help/gnotski/de/figures/gnotski_win.png -share/gnome/help/gnotski/de/gnotski.xml -share/gnome/help/gnotski/el/figures/gnotski_start_window.png -share/gnome/help/gnotski/el/figures/gnotski_win.png -share/gnome/help/gnotski/el/gnotski.xml -share/gnome/help/gnotski/en_GB/figures/gnotski_start_window.png -share/gnome/help/gnotski/en_GB/figures/gnotski_win.png -share/gnome/help/gnotski/en_GB/gnotski.xml -share/gnome/help/gnotski/es/figures/gnotski_start_window.png -share/gnome/help/gnotski/es/figures/gnotski_win.png -share/gnome/help/gnotski/es/gnotski.xml -share/gnome/help/gnotski/eu/figures/gnotski_start_window.png -share/gnome/help/gnotski/eu/figures/gnotski_win.png -share/gnome/help/gnotski/eu/gnotski.xml -share/gnome/help/gnotski/fr/figures/gnotski_start_window.png -share/gnome/help/gnotski/fr/figures/gnotski_win.png -share/gnome/help/gnotski/fr/gnotski.xml -share/gnome/help/gnotski/it/figures/gnotski_start_window.png -share/gnome/help/gnotski/it/figures/gnotski_win.png -share/gnome/help/gnotski/it/gnotski.xml -share/gnome/help/gnotski/oc/figures/gnotski_start_window.png -share/gnome/help/gnotski/oc/figures/gnotski_win.png -share/gnome/help/gnotski/oc/gnotski.xml -share/gnome/help/gnotski/sv/figures/gnotski_start_window.png -share/gnome/help/gnotski/sv/figures/gnotski_win.png -share/gnome/help/gnotski/sv/gnotski.xml -share/gnome/help/gtali/C/figures/mainwindow.png -share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.xml -share/gnome/help/gtali/C/legal.xml -share/gnome/help/gtali/ca/figures/mainwindow.png -share/gnome/help/gtali/ca/figures/preferences.png -share/gnome/help/gtali/ca/gtali.xml -share/gnome/help/gtali/cs/figures/mainwindow.png -share/gnome/help/gtali/cs/figures/preferences.png -share/gnome/help/gtali/cs/gtali.xml -share/gnome/help/gtali/de/figures/mainwindow.png -share/gnome/help/gtali/de/figures/preferences.png -share/gnome/help/gtali/de/gtali.xml -share/gnome/help/gtali/el/figures/mainwindow.png -share/gnome/help/gtali/el/figures/preferences.png -share/gnome/help/gtali/el/gtali.xml -share/gnome/help/gtali/en_GB/figures/mainwindow.png -share/gnome/help/gtali/en_GB/figures/preferences.png -share/gnome/help/gtali/en_GB/gtali.xml -share/gnome/help/gtali/es/figures/mainwindow.png -share/gnome/help/gtali/es/figures/preferences.png -share/gnome/help/gtali/es/gtali.xml -share/gnome/help/gtali/eu/figures/mainwindow.png -share/gnome/help/gtali/eu/figures/preferences.png -share/gnome/help/gtali/eu/gtali.xml -share/gnome/help/gtali/fr/figures/mainwindow.png -share/gnome/help/gtali/fr/figures/preferences.png -share/gnome/help/gtali/fr/gtali.xml -share/gnome/help/gtali/it/figures/mainwindow.png -share/gnome/help/gtali/it/figures/preferences.png -share/gnome/help/gtali/it/gtali.xml -share/gnome/help/gtali/oc/figures/mainwindow.png -share/gnome/help/gtali/oc/figures/preferences.png -share/gnome/help/gtali/oc/gtali.xml -share/gnome/help/gtali/pt_BR/figures/mainwindow.png -share/gnome/help/gtali/pt_BR/figures/preferences.png -share/gnome/help/gtali/pt_BR/gtali.xml -share/gnome/help/gtali/sv/figures/mainwindow.png -share/gnome/help/gtali/sv/figures/preferences.png -share/gnome/help/gtali/sv/gtali.xml -share/gnome/help/iagno/C/figures/ANIMATION.png -share/gnome/help/iagno/C/figures/BLOCK.png -share/gnome/help/iagno/C/figures/FIRST.png -share/gnome/help/iagno/C/figures/PLAYER.png -share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/figures/connect.png -share/gnome/help/iagno/C/figures/tables.png -share/gnome/help/iagno/C/iagno.xml -share/gnome/help/iagno/C/legal.xml -share/gnome/help/iagno/C/network-games.xml -share/gnome/help/iagno/ca/figures/ANIMATION.png -share/gnome/help/iagno/ca/figures/BLOCK.png -share/gnome/help/iagno/ca/figures/FIRST.png -share/gnome/help/iagno/ca/figures/PLAYER.png -share/gnome/help/iagno/ca/figures/START.png -share/gnome/help/iagno/ca/figures/connect.png -share/gnome/help/iagno/ca/figures/tables.png -share/gnome/help/iagno/ca/iagno.xml -share/gnome/help/iagno/cs/figures/ANIMATION.png -share/gnome/help/iagno/cs/figures/BLOCK.png -share/gnome/help/iagno/cs/figures/FIRST.png -share/gnome/help/iagno/cs/figures/PLAYER.png -share/gnome/help/iagno/cs/figures/START.png -share/gnome/help/iagno/cs/figures/connect.png -share/gnome/help/iagno/cs/figures/tables.png -share/gnome/help/iagno/cs/iagno.xml -share/gnome/help/iagno/de/figures/ANIMATION.png -share/gnome/help/iagno/de/figures/BLOCK.png -share/gnome/help/iagno/de/figures/FIRST.png -share/gnome/help/iagno/de/figures/PLAYER.png -share/gnome/help/iagno/de/figures/START.png -share/gnome/help/iagno/de/figures/connect.png -share/gnome/help/iagno/de/figures/tables.png -share/gnome/help/iagno/de/iagno.xml -share/gnome/help/iagno/el/figures/ANIMATION.png -share/gnome/help/iagno/el/figures/BLOCK.png -share/gnome/help/iagno/el/figures/FIRST.png -share/gnome/help/iagno/el/figures/PLAYER.png -share/gnome/help/iagno/el/figures/START.png -share/gnome/help/iagno/el/figures/connect.png -share/gnome/help/iagno/el/figures/tables.png -share/gnome/help/iagno/el/iagno.xml -share/gnome/help/iagno/en_GB/figures/ANIMATION.png -share/gnome/help/iagno/en_GB/figures/BLOCK.png -share/gnome/help/iagno/en_GB/figures/FIRST.png -share/gnome/help/iagno/en_GB/figures/PLAYER.png -share/gnome/help/iagno/en_GB/figures/START.png -share/gnome/help/iagno/en_GB/figures/connect.png -share/gnome/help/iagno/en_GB/figures/tables.png -share/gnome/help/iagno/en_GB/iagno.xml -share/gnome/help/iagno/es/figures/ANIMATION.png -share/gnome/help/iagno/es/figures/BLOCK.png -share/gnome/help/iagno/es/figures/FIRST.png -share/gnome/help/iagno/es/figures/PLAYER.png -share/gnome/help/iagno/es/figures/START.png -share/gnome/help/iagno/es/figures/connect.png -share/gnome/help/iagno/es/figures/tables.png -share/gnome/help/iagno/es/iagno.xml -share/gnome/help/iagno/eu/figures/ANIMATION.png -share/gnome/help/iagno/eu/figures/BLOCK.png -share/gnome/help/iagno/eu/figures/FIRST.png -share/gnome/help/iagno/eu/figures/PLAYER.png -share/gnome/help/iagno/eu/figures/START.png -share/gnome/help/iagno/eu/figures/connect.png -share/gnome/help/iagno/eu/figures/tables.png -share/gnome/help/iagno/eu/iagno.xml -share/gnome/help/iagno/fr/figures/ANIMATION.png -share/gnome/help/iagno/fr/figures/BLOCK.png -share/gnome/help/iagno/fr/figures/FIRST.png -share/gnome/help/iagno/fr/figures/PLAYER.png -share/gnome/help/iagno/fr/figures/START.png -share/gnome/help/iagno/fr/figures/connect.png -share/gnome/help/iagno/fr/figures/tables.png -share/gnome/help/iagno/fr/iagno.xml -share/gnome/help/iagno/it/figures/ANIMATION.png -share/gnome/help/iagno/it/figures/BLOCK.png -share/gnome/help/iagno/it/figures/FIRST.png -share/gnome/help/iagno/it/figures/PLAYER.png -share/gnome/help/iagno/it/figures/START.png -share/gnome/help/iagno/it/figures/connect.png -share/gnome/help/iagno/it/figures/tables.png -share/gnome/help/iagno/it/iagno.xml -share/gnome/help/iagno/oc/figures/ANIMATION.png -share/gnome/help/iagno/oc/figures/BLOCK.png -share/gnome/help/iagno/oc/figures/FIRST.png -share/gnome/help/iagno/oc/figures/PLAYER.png -share/gnome/help/iagno/oc/figures/START.png -share/gnome/help/iagno/oc/figures/connect.png -share/gnome/help/iagno/oc/figures/tables.png -share/gnome/help/iagno/oc/iagno.xml -share/gnome/help/iagno/pt_BR/figures/ANIMATION.png -share/gnome/help/iagno/pt_BR/figures/BLOCK.png -share/gnome/help/iagno/pt_BR/figures/FIRST.png -share/gnome/help/iagno/pt_BR/figures/PLAYER.png -share/gnome/help/iagno/pt_BR/figures/START.png -share/gnome/help/iagno/pt_BR/figures/connect.png -share/gnome/help/iagno/pt_BR/figures/tables.png -share/gnome/help/iagno/pt_BR/iagno.xml -share/gnome/help/iagno/sv/figures/ANIMATION.png -share/gnome/help/iagno/sv/figures/BLOCK.png -share/gnome/help/iagno/sv/figures/FIRST.png -share/gnome/help/iagno/sv/figures/PLAYER.png -share/gnome/help/iagno/sv/figures/START.png -share/gnome/help/iagno/sv/figures/connect.png -share/gnome/help/iagno/sv/figures/tables.png -share/gnome/help/iagno/sv/iagno.xml -share/gnome/help/mahjongg/C/figures/mahjongg.png -share/gnome/help/mahjongg/C/figures/no-move.png -share/gnome/help/mahjongg/C/figures/preferences.png -share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/legal.xml -share/gnome/help/mahjongg/C/mahjongg.xml -share/gnome/help/mahjongg/ca/figures/mahjongg.png -share/gnome/help/mahjongg/ca/figures/no-move.png -share/gnome/help/mahjongg/ca/figures/preferences.png -share/gnome/help/mahjongg/ca/figures/toolbar.png -share/gnome/help/mahjongg/ca/mahjongg.xml -share/gnome/help/mahjongg/cs/figures/mahjongg.png -share/gnome/help/mahjongg/cs/figures/no-move.png -share/gnome/help/mahjongg/cs/figures/preferences.png -share/gnome/help/mahjongg/cs/figures/toolbar.png -share/gnome/help/mahjongg/cs/mahjongg.xml -share/gnome/help/mahjongg/de/figures/mahjongg.png -share/gnome/help/mahjongg/de/figures/no-move.png -share/gnome/help/mahjongg/de/figures/preferences.png -share/gnome/help/mahjongg/de/figures/toolbar.png -share/gnome/help/mahjongg/de/mahjongg.xml -share/gnome/help/mahjongg/el/figures/mahjongg.png -share/gnome/help/mahjongg/el/figures/no-move.png -share/gnome/help/mahjongg/el/figures/preferences.png -share/gnome/help/mahjongg/el/figures/toolbar.png -share/gnome/help/mahjongg/el/mahjongg.xml -share/gnome/help/mahjongg/en_GB/figures/mahjongg.png -share/gnome/help/mahjongg/en_GB/figures/no-move.png -share/gnome/help/mahjongg/en_GB/figures/preferences.png -share/gnome/help/mahjongg/en_GB/figures/toolbar.png -share/gnome/help/mahjongg/en_GB/mahjongg.xml -share/gnome/help/mahjongg/es/figures/mahjongg.png -share/gnome/help/mahjongg/es/figures/no-move.png -share/gnome/help/mahjongg/es/figures/preferences.png -share/gnome/help/mahjongg/es/figures/toolbar.png -share/gnome/help/mahjongg/es/mahjongg.xml -share/gnome/help/mahjongg/eu/figures/mahjongg.png -share/gnome/help/mahjongg/eu/figures/no-move.png -share/gnome/help/mahjongg/eu/figures/preferences.png -share/gnome/help/mahjongg/eu/figures/toolbar.png -share/gnome/help/mahjongg/eu/mahjongg.xml -share/gnome/help/mahjongg/fr/figures/mahjongg.png -share/gnome/help/mahjongg/fr/figures/no-move.png -share/gnome/help/mahjongg/fr/figures/preferences.png -share/gnome/help/mahjongg/fr/figures/toolbar.png -share/gnome/help/mahjongg/fr/mahjongg.xml -share/gnome/help/mahjongg/it/figures/mahjongg.png -share/gnome/help/mahjongg/it/figures/no-move.png -share/gnome/help/mahjongg/it/figures/preferences.png -share/gnome/help/mahjongg/it/figures/toolbar.png -share/gnome/help/mahjongg/it/mahjongg.xml -share/gnome/help/mahjongg/oc/figures/mahjongg.png -share/gnome/help/mahjongg/oc/figures/no-move.png -share/gnome/help/mahjongg/oc/figures/preferences.png -share/gnome/help/mahjongg/oc/figures/toolbar.png -share/gnome/help/mahjongg/oc/mahjongg.xml -share/gnome/help/mahjongg/sv/figures/mahjongg.png -share/gnome/help/mahjongg/sv/figures/no-move.png -share/gnome/help/mahjongg/sv/figures/preferences.png -share/gnome/help/mahjongg/sv/figures/toolbar.png -share/gnome/help/mahjongg/sv/mahjongg.xml -share/gnome/help/same-gnome/C/figures/play1.png -share/gnome/help/same-gnome/C/figures/play2.png -share/gnome/help/same-gnome/C/figures/play3.png -share/gnome/help/same-gnome/C/figures/play4.png -share/gnome/help/same-gnome/C/figures/start-up.png -share/gnome/help/same-gnome/C/legal.xml -share/gnome/help/same-gnome/C/same-gnome.xml -share/gnome/help/same-gnome/ca/figures/play1.png -share/gnome/help/same-gnome/ca/figures/play2.png -share/gnome/help/same-gnome/ca/figures/play3.png -share/gnome/help/same-gnome/ca/figures/play4.png -share/gnome/help/same-gnome/ca/figures/start-up.png -share/gnome/help/same-gnome/ca/legal.xml -share/gnome/help/same-gnome/ca/same-gnome.xml -share/gnome/help/same-gnome/cs/figures/play1.png -share/gnome/help/same-gnome/cs/figures/play2.png -share/gnome/help/same-gnome/cs/figures/play3.png -share/gnome/help/same-gnome/cs/figures/play4.png -share/gnome/help/same-gnome/cs/figures/start-up.png -share/gnome/help/same-gnome/cs/legal.xml -share/gnome/help/same-gnome/cs/same-gnome.xml -share/gnome/help/same-gnome/de/figures/play1.png -share/gnome/help/same-gnome/de/figures/play2.png -share/gnome/help/same-gnome/de/figures/play3.png -share/gnome/help/same-gnome/de/figures/play4.png -share/gnome/help/same-gnome/de/figures/start-up.png -share/gnome/help/same-gnome/de/legal.xml -share/gnome/help/same-gnome/de/same-gnome.xml -share/gnome/help/same-gnome/el/figures/play1.png -share/gnome/help/same-gnome/el/figures/play2.png -share/gnome/help/same-gnome/el/figures/play3.png -share/gnome/help/same-gnome/el/figures/play4.png -share/gnome/help/same-gnome/el/figures/start-up.png -share/gnome/help/same-gnome/el/legal.xml -share/gnome/help/same-gnome/el/same-gnome.xml -share/gnome/help/same-gnome/en_GB/figures/play1.png -share/gnome/help/same-gnome/en_GB/figures/play2.png -share/gnome/help/same-gnome/en_GB/figures/play3.png -share/gnome/help/same-gnome/en_GB/figures/play4.png -share/gnome/help/same-gnome/en_GB/figures/start-up.png -share/gnome/help/same-gnome/en_GB/legal.xml -share/gnome/help/same-gnome/en_GB/same-gnome.xml -share/gnome/help/same-gnome/es/figures/play1.png -share/gnome/help/same-gnome/es/figures/play2.png -share/gnome/help/same-gnome/es/figures/play3.png -share/gnome/help/same-gnome/es/figures/play4.png -share/gnome/help/same-gnome/es/figures/start-up.png -share/gnome/help/same-gnome/es/legal.xml -share/gnome/help/same-gnome/es/same-gnome.xml -share/gnome/help/same-gnome/eu/figures/play1.png -share/gnome/help/same-gnome/eu/figures/play2.png -share/gnome/help/same-gnome/eu/figures/play3.png -share/gnome/help/same-gnome/eu/figures/play4.png -share/gnome/help/same-gnome/eu/figures/start-up.png -share/gnome/help/same-gnome/eu/legal.xml -share/gnome/help/same-gnome/eu/same-gnome.xml -share/gnome/help/same-gnome/fr/figures/play1.png -share/gnome/help/same-gnome/fr/figures/play2.png -share/gnome/help/same-gnome/fr/figures/play3.png -share/gnome/help/same-gnome/fr/figures/play4.png -share/gnome/help/same-gnome/fr/figures/start-up.png -share/gnome/help/same-gnome/fr/legal.xml -share/gnome/help/same-gnome/fr/same-gnome.xml -share/gnome/help/same-gnome/it/figures/play1.png -share/gnome/help/same-gnome/it/figures/play2.png -share/gnome/help/same-gnome/it/figures/play3.png -share/gnome/help/same-gnome/it/figures/play4.png -share/gnome/help/same-gnome/it/figures/start-up.png -share/gnome/help/same-gnome/it/legal.xml -share/gnome/help/same-gnome/it/same-gnome.xml -share/gnome/help/same-gnome/oc/figures/play1.png -share/gnome/help/same-gnome/oc/figures/play2.png -share/gnome/help/same-gnome/oc/figures/play3.png -share/gnome/help/same-gnome/oc/figures/play4.png -share/gnome/help/same-gnome/oc/figures/start-up.png -share/gnome/help/same-gnome/oc/legal.xml -share/gnome/help/same-gnome/oc/same-gnome.xml -share/gnome/help/same-gnome/ru/figures/play1.png -share/gnome/help/same-gnome/ru/figures/play2.png -share/gnome/help/same-gnome/ru/figures/play3.png -share/gnome/help/same-gnome/ru/figures/play4.png -share/gnome/help/same-gnome/ru/figures/start-up.png -share/gnome/help/same-gnome/ru/legal.xml -share/gnome/help/same-gnome/ru/same-gnome.xml -share/gnome/help/same-gnome/sv/figures/play1.png -share/gnome/help/same-gnome/sv/figures/play2.png -share/gnome/help/same-gnome/sv/figures/play3.png -share/gnome/help/same-gnome/sv/figures/play4.png -share/gnome/help/same-gnome/sv/figures/start-up.png -share/gnome/help/same-gnome/sv/legal.xml -share/gnome/help/same-gnome/sv/same-gnome.xml -share/icons/hicolor/16x16/apps/gnome-aisleriot.png -share/icons/hicolor/16x16/apps/gnome-blackjack.png -share/icons/hicolor/16x16/apps/gnome-freecell.png -share/icons/hicolor/16x16/apps/gnome-glchess.png -share/icons/hicolor/16x16/apps/gnome-glines.png -share/icons/hicolor/16x16/apps/gnome-gnect.png -share/icons/hicolor/16x16/apps/gnome-gnibbles.png -share/icons/hicolor/16x16/apps/gnome-gnometris.png -share/icons/hicolor/16x16/apps/gnome-iagno.png -share/icons/hicolor/16x16/apps/gnome-klotski.png -share/icons/hicolor/16x16/apps/gnome-mahjongg.png -share/icons/hicolor/16x16/apps/gnome-mines.png -share/icons/hicolor/16x16/apps/gnome-robots.png -share/icons/hicolor/16x16/apps/gnome-samegnome.png -share/icons/hicolor/16x16/apps/gnome-sudoku.png -share/icons/hicolor/16x16/apps/gnome-tali.png -share/icons/hicolor/16x16/apps/gnome-tetravex.png -share/icons/hicolor/22x22/apps/gnome-aisleriot.png -share/icons/hicolor/22x22/apps/gnome-blackjack.png -share/icons/hicolor/22x22/apps/gnome-freecell.png -share/icons/hicolor/22x22/apps/gnome-glchess.png -share/icons/hicolor/22x22/apps/gnome-glines.png -share/icons/hicolor/22x22/apps/gnome-gnect.png -share/icons/hicolor/22x22/apps/gnome-gnibbles.png -share/icons/hicolor/22x22/apps/gnome-gnometris.png -share/icons/hicolor/22x22/apps/gnome-iagno.png -share/icons/hicolor/22x22/apps/gnome-klotski.png -share/icons/hicolor/22x22/apps/gnome-mahjongg.png -share/icons/hicolor/22x22/apps/gnome-mines.png -share/icons/hicolor/22x22/apps/gnome-robots.png -share/icons/hicolor/22x22/apps/gnome-samegnome.png -share/icons/hicolor/22x22/apps/gnome-sudoku.png -share/icons/hicolor/22x22/apps/gnome-tali.png -share/icons/hicolor/22x22/apps/gnome-tetravex.png -share/icons/hicolor/24x24/apps/gnome-aisleriot.png -share/icons/hicolor/24x24/apps/gnome-blackjack.png -share/icons/hicolor/24x24/apps/gnome-freecell.png -share/icons/hicolor/24x24/apps/gnome-glchess.png -share/icons/hicolor/24x24/apps/gnome-glines.png -share/icons/hicolor/24x24/apps/gnome-gnect.png -share/icons/hicolor/24x24/apps/gnome-gnibbles.png -share/icons/hicolor/24x24/apps/gnome-gnometris.png -share/icons/hicolor/24x24/apps/gnome-iagno.png -share/icons/hicolor/24x24/apps/gnome-klotski.png -share/icons/hicolor/24x24/apps/gnome-mahjongg.png -share/icons/hicolor/24x24/apps/gnome-mines.png -share/icons/hicolor/24x24/apps/gnome-robots.png -share/icons/hicolor/24x24/apps/gnome-samegnome.png -share/icons/hicolor/24x24/apps/gnome-sudoku.png -share/icons/hicolor/24x24/apps/gnome-tali.png -share/icons/hicolor/24x24/apps/gnome-tetravex.png -share/icons/hicolor/32x32/apps/gnome-aisleriot.png -share/icons/hicolor/32x32/apps/gnome-blackjack.png -share/icons/hicolor/32x32/apps/gnome-freecell.png -share/icons/hicolor/32x32/apps/gnome-glchess.png -share/icons/hicolor/32x32/apps/gnome-glines.png -share/icons/hicolor/32x32/apps/gnome-gnect.png -share/icons/hicolor/32x32/apps/gnome-gnibbles.png -share/icons/hicolor/32x32/apps/gnome-gnometris.png -share/icons/hicolor/32x32/apps/gnome-iagno.png -share/icons/hicolor/32x32/apps/gnome-klotski.png -share/icons/hicolor/32x32/apps/gnome-mahjongg.png -share/icons/hicolor/32x32/apps/gnome-mines.png -share/icons/hicolor/32x32/apps/gnome-robots.png -share/icons/hicolor/32x32/apps/gnome-samegnome.png -share/icons/hicolor/32x32/apps/gnome-sudoku.png -share/icons/hicolor/32x32/apps/gnome-tali.png -share/icons/hicolor/32x32/apps/gnome-tetravex.png -share/icons/hicolor/48x48/apps/gnome-aisleriot.png -share/icons/hicolor/48x48/apps/gnome-blackjack.png -share/icons/hicolor/48x48/apps/gnome-freecell.png -share/icons/hicolor/48x48/apps/gnome-glchess.png -share/icons/hicolor/48x48/apps/gnome-glines.png -share/icons/hicolor/48x48/apps/gnome-gnect.png -share/icons/hicolor/48x48/apps/gnome-gnibbles.png -share/icons/hicolor/48x48/apps/gnome-gnometris.png -share/icons/hicolor/48x48/apps/gnome-iagno.png -share/icons/hicolor/48x48/apps/gnome-klotski.png -share/icons/hicolor/48x48/apps/gnome-mahjongg.png -share/icons/hicolor/48x48/apps/gnome-mines.png -share/icons/hicolor/48x48/apps/gnome-robots.png -share/icons/hicolor/48x48/apps/gnome-samegnome.png -share/icons/hicolor/48x48/apps/gnome-sudoku.png -share/icons/hicolor/48x48/apps/gnome-tali.png -share/icons/hicolor/48x48/apps/gnome-tetravex.png -share/icons/hicolor/scalable/apps/gnome-aisleriot.svg -share/icons/hicolor/scalable/apps/gnome-blackjack.svg -share/icons/hicolor/scalable/apps/gnome-freecell.svg -share/icons/hicolor/scalable/apps/gnome-glchess.svg -share/icons/hicolor/scalable/apps/gnome-glines.svg -share/icons/hicolor/scalable/apps/gnome-gnect.svg -share/icons/hicolor/scalable/apps/gnome-gnibbles.svg -share/icons/hicolor/scalable/apps/gnome-gnometris.svg -share/icons/hicolor/scalable/apps/gnome-iagno.svg -share/icons/hicolor/scalable/apps/gnome-klotski.svg -share/icons/hicolor/scalable/apps/gnome-mahjongg.svg -share/icons/hicolor/scalable/apps/gnome-mines.svg -share/icons/hicolor/scalable/apps/gnome-robots.svg -share/icons/hicolor/scalable/apps/gnome-samegnome.svg -share/icons/hicolor/scalable/apps/gnome-sudoku.svg -share/icons/hicolor/scalable/apps/gnome-tali.svg -share/icons/hicolor/scalable/apps/gnome-tetravex.svg -share/locale/af/LC_MESSAGES/gnome-games.mo -share/locale/am/LC_MESSAGES/gnome-games.mo -share/locale/ar/LC_MESSAGES/gnome-games.mo -share/locale/as/LC_MESSAGES/gnome-games.mo -share/locale/az/LC_MESSAGES/gnome-games.mo -share/locale/be/LC_MESSAGES/gnome-games.mo -share/locale/bg/LC_MESSAGES/gnome-games.mo -share/locale/bn/LC_MESSAGES/gnome-games.mo -share/locale/bn_IN/LC_MESSAGES/gnome-games.mo -share/locale/br/LC_MESSAGES/gnome-games.mo -share/locale/ca/LC_MESSAGES/gnome-games.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-games.mo -share/locale/cs/LC_MESSAGES/gnome-games.mo -share/locale/cy/LC_MESSAGES/gnome-games.mo -share/locale/da/LC_MESSAGES/gnome-games.mo -share/locale/de/LC_MESSAGES/gnome-games.mo -share/locale/dz/LC_MESSAGES/gnome-games.mo -share/locale/el/LC_MESSAGES/gnome-games.mo -share/locale/en_CA/LC_MESSAGES/gnome-games.mo -share/locale/en_GB/LC_MESSAGES/gnome-games.mo -share/locale/es/LC_MESSAGES/gnome-games.mo -share/locale/et/LC_MESSAGES/gnome-games.mo -share/locale/eu/LC_MESSAGES/gnome-games.mo -share/locale/fa/LC_MESSAGES/gnome-games.mo -share/locale/fi/LC_MESSAGES/gnome-games.mo -share/locale/fr/LC_MESSAGES/gnome-games.mo -share/locale/ga/LC_MESSAGES/gnome-games.mo -share/locale/gl/LC_MESSAGES/gnome-games.mo -share/locale/gu/LC_MESSAGES/gnome-games.mo -share/locale/he/LC_MESSAGES/gnome-games.mo -share/locale/hi/LC_MESSAGES/gnome-games.mo -share/locale/hr/LC_MESSAGES/gnome-games.mo -share/locale/hu/LC_MESSAGES/gnome-games.mo -share/locale/id/LC_MESSAGES/gnome-games.mo -share/locale/is/LC_MESSAGES/gnome-games.mo -share/locale/it/LC_MESSAGES/gnome-games.mo -share/locale/ja/LC_MESSAGES/gnome-games.mo -share/locale/ka/LC_MESSAGES/gnome-games.mo -share/locale/kn/LC_MESSAGES/gnome-games.mo -share/locale/ko/LC_MESSAGES/gnome-games.mo -share/locale/ku/LC_MESSAGES/gnome-games.mo -share/locale/lt/LC_MESSAGES/gnome-games.mo -share/locale/lv/LC_MESSAGES/gnome-games.mo -share/locale/mai/LC_MESSAGES/gnome-games.mo -share/locale/mk/LC_MESSAGES/gnome-games.mo -share/locale/ml/LC_MESSAGES/gnome-games.mo -share/locale/mn/LC_MESSAGES/gnome-games.mo -share/locale/mr/LC_MESSAGES/gnome-games.mo -share/locale/ms/LC_MESSAGES/gnome-games.mo -share/locale/nb/LC_MESSAGES/gnome-games.mo -share/locale/ne/LC_MESSAGES/gnome-games.mo -share/locale/nl/LC_MESSAGES/gnome-games.mo -share/locale/nn/LC_MESSAGES/gnome-games.mo -share/locale/oc/LC_MESSAGES/gnome-games.mo -share/locale/or/LC_MESSAGES/gnome-games.mo -share/locale/pa/LC_MESSAGES/gnome-games.mo -share/locale/pl/LC_MESSAGES/gnome-games.mo -share/locale/pt/LC_MESSAGES/gnome-games.mo -share/locale/pt_BR/LC_MESSAGES/gnome-games.mo -share/locale/ro/LC_MESSAGES/gnome-games.mo -share/locale/ru/LC_MESSAGES/gnome-games.mo -share/locale/rw/LC_MESSAGES/gnome-games.mo -share/locale/si/LC_MESSAGES/gnome-games.mo -share/locale/sk/LC_MESSAGES/gnome-games.mo -share/locale/sl/LC_MESSAGES/gnome-games.mo -share/locale/sq/LC_MESSAGES/gnome-games.mo -share/locale/sr/LC_MESSAGES/gnome-games.mo -share/locale/sr@latin/LC_MESSAGES/gnome-games.mo -share/locale/sv/LC_MESSAGES/gnome-games.mo -share/locale/ta/LC_MESSAGES/gnome-games.mo -share/locale/te/LC_MESSAGES/gnome-games.mo -share/locale/th/LC_MESSAGES/gnome-games.mo -share/locale/tr/LC_MESSAGES/gnome-games.mo -share/locale/uk/LC_MESSAGES/gnome-games.mo -share/locale/vi/LC_MESSAGES/gnome-games.mo -share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/xh/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN/LC_MESSAGES/gnome-games.mo -share/locale/zh_HK/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW/LC_MESSAGES/gnome-games.mo -share/omf/aisleriot/aisleriot-C.omf -share/omf/aisleriot/aisleriot-ca.omf -share/omf/aisleriot/aisleriot-de.omf -share/omf/aisleriot/aisleriot-el.omf -share/omf/aisleriot/aisleriot-es.omf -share/omf/aisleriot/aisleriot-eu.omf -share/omf/aisleriot/aisleriot-fr.omf -share/omf/aisleriot/aisleriot-oc.omf -share/omf/aisleriot/aisleriot-ru.omf -share/omf/aisleriot/aisleriot-sv.omf -share/omf/blackjack/blackjack-C.omf -share/omf/blackjack/blackjack-ca.omf -share/omf/blackjack/blackjack-cs.omf -share/omf/blackjack/blackjack-da.omf -share/omf/blackjack/blackjack-de.omf -share/omf/blackjack/blackjack-el.omf -share/omf/blackjack/blackjack-en_GB.omf -share/omf/blackjack/blackjack-es.omf -share/omf/blackjack/blackjack-eu.omf -share/omf/blackjack/blackjack-fr.omf -share/omf/blackjack/blackjack-oc.omf -share/omf/blackjack/blackjack-sv.omf -share/omf/glchess/glchess-C.omf -share/omf/glchess/glchess-ca.omf -share/omf/glchess/glchess-cs.omf -share/omf/glchess/glchess-de.omf -share/omf/glchess/glchess-el.omf -share/omf/glchess/glchess-en_GB.omf -share/omf/glchess/glchess-es.omf -share/omf/glchess/glchess-eu.omf -share/omf/glchess/glchess-fr.omf -share/omf/glchess/glchess-oc.omf -share/omf/glchess/glchess-pt_BR.omf -share/omf/glchess/glchess-ru.omf -share/omf/glchess/glchess-sv.omf -share/omf/glines/glines-C.omf -share/omf/glines/glines-ca.omf -share/omf/glines/glines-cs.omf -share/omf/glines/glines-de.omf -share/omf/glines/glines-el.omf -share/omf/glines/glines-en_GB.omf -share/omf/glines/glines-es.omf -share/omf/glines/glines-eu.omf -share/omf/glines/glines-fr.omf -share/omf/glines/glines-it.omf -share/omf/glines/glines-oc.omf -share/omf/glines/glines-ru.omf -share/omf/glines/glines-sv.omf -share/omf/glines/glines-tr.omf -share/omf/gnect/gnect-C.omf -share/omf/gnect/gnect-ca.omf -share/omf/gnect/gnect-cs.omf -share/omf/gnect/gnect-de.omf -share/omf/gnect/gnect-el.omf -share/omf/gnect/gnect-en_GB.omf -share/omf/gnect/gnect-es.omf -share/omf/gnect/gnect-eu.omf -share/omf/gnect/gnect-fi.omf -share/omf/gnect/gnect-fr.omf -share/omf/gnect/gnect-it.omf -share/omf/gnect/gnect-oc.omf -share/omf/gnect/gnect-sv.omf -share/omf/gnibbles/gnibbles-C.omf -share/omf/gnibbles/gnibbles-ca.omf -share/omf/gnibbles/gnibbles-cs.omf -share/omf/gnibbles/gnibbles-de.omf -share/omf/gnibbles/gnibbles-el.omf -share/omf/gnibbles/gnibbles-en_GB.omf -share/omf/gnibbles/gnibbles-es.omf -share/omf/gnibbles/gnibbles-eu.omf -share/omf/gnibbles/gnibbles-fr.omf -share/omf/gnibbles/gnibbles-it.omf -share/omf/gnibbles/gnibbles-oc.omf -share/omf/gnibbles/gnibbles-sv.omf -share/omf/gnobots2/gnobots2-C.omf -share/omf/gnobots2/gnobots2-ca.omf -share/omf/gnobots2/gnobots2-cs.omf -share/omf/gnobots2/gnobots2-de.omf -share/omf/gnobots2/gnobots2-el.omf -share/omf/gnobots2/gnobots2-en_GB.omf -share/omf/gnobots2/gnobots2-es.omf -share/omf/gnobots2/gnobots2-eu.omf -share/omf/gnobots2/gnobots2-fr.omf -share/omf/gnobots2/gnobots2-it.omf -share/omf/gnobots2/gnobots2-oc.omf -share/omf/gnobots2/gnobots2-sv.omf -share/omf/gnome-sudoku/gnome-sudoku-C.omf -share/omf/gnome-sudoku/gnome-sudoku-ca.omf -share/omf/gnome-sudoku/gnome-sudoku-cs.omf -share/omf/gnome-sudoku/gnome-sudoku-da.omf -share/omf/gnome-sudoku/gnome-sudoku-de.omf -share/omf/gnome-sudoku/gnome-sudoku-el.omf -share/omf/gnome-sudoku/gnome-sudoku-en_GB.omf -share/omf/gnome-sudoku/gnome-sudoku-es.omf -share/omf/gnome-sudoku/gnome-sudoku-eu.omf -share/omf/gnome-sudoku/gnome-sudoku-fr.omf -share/omf/gnome-sudoku/gnome-sudoku-it.omf -share/omf/gnome-sudoku/gnome-sudoku-oc.omf -share/omf/gnome-sudoku/gnome-sudoku-pt_BR.omf -share/omf/gnome-sudoku/gnome-sudoku-ru.omf -share/omf/gnome-sudoku/gnome-sudoku-sv.omf -share/omf/gnometris/gnometris-C.omf -share/omf/gnometris/gnometris-ca.omf -share/omf/gnometris/gnometris-cs.omf -share/omf/gnometris/gnometris-de.omf -share/omf/gnometris/gnometris-el.omf -share/omf/gnometris/gnometris-en_GB.omf -share/omf/gnometris/gnometris-es.omf -share/omf/gnometris/gnometris-eu.omf -share/omf/gnometris/gnometris-fi.omf -share/omf/gnometris/gnometris-fr.omf -share/omf/gnometris/gnometris-it.omf -share/omf/gnometris/gnometris-oc.omf -share/omf/gnometris/gnometris-sv.omf -share/omf/gnometris/gnometris-zh_CN.omf -share/omf/gnomine/gnomine-C.omf -share/omf/gnomine/gnomine-ca.omf -share/omf/gnomine/gnomine-cs.omf -share/omf/gnomine/gnomine-de.omf -share/omf/gnomine/gnomine-el.omf -share/omf/gnomine/gnomine-en_GB.omf -share/omf/gnomine/gnomine-es.omf -share/omf/gnomine/gnomine-eu.omf -share/omf/gnomine/gnomine-fr.omf -share/omf/gnomine/gnomine-it.omf -share/omf/gnomine/gnomine-oc.omf -share/omf/gnomine/gnomine-sv.omf -share/omf/gnomine/gnomine-zh_CN.omf -share/omf/gnotravex/gnotravex-C.omf -share/omf/gnotravex/gnotravex-ca.omf -share/omf/gnotravex/gnotravex-cs.omf -share/omf/gnotravex/gnotravex-da.omf -share/omf/gnotravex/gnotravex-de.omf -share/omf/gnotravex/gnotravex-el.omf -share/omf/gnotravex/gnotravex-en_GB.omf -share/omf/gnotravex/gnotravex-es.omf -share/omf/gnotravex/gnotravex-eu.omf -share/omf/gnotravex/gnotravex-fr.omf -share/omf/gnotravex/gnotravex-it.omf -share/omf/gnotravex/gnotravex-oc.omf -share/omf/gnotravex/gnotravex-ru.omf -share/omf/gnotravex/gnotravex-sv.omf -share/omf/gnotski/gnotski-C.omf -share/omf/gnotski/gnotski-ca.omf -share/omf/gnotski/gnotski-cs.omf -share/omf/gnotski/gnotski-de.omf -share/omf/gnotski/gnotski-el.omf -share/omf/gnotski/gnotski-en_GB.omf -share/omf/gnotski/gnotski-es.omf -share/omf/gnotski/gnotski-eu.omf -share/omf/gnotski/gnotski-fr.omf -share/omf/gnotski/gnotski-it.omf -share/omf/gnotski/gnotski-oc.omf -share/omf/gnotski/gnotski-sv.omf -share/omf/gtali/gtali-C.omf -share/omf/gtali/gtali-ca.omf -share/omf/gtali/gtali-cs.omf -share/omf/gtali/gtali-de.omf -share/omf/gtali/gtali-el.omf -share/omf/gtali/gtali-en_GB.omf -share/omf/gtali/gtali-es.omf -share/omf/gtali/gtali-eu.omf -share/omf/gtali/gtali-fr.omf -share/omf/gtali/gtali-it.omf -share/omf/gtali/gtali-oc.omf -share/omf/gtali/gtali-pt_BR.omf -share/omf/gtali/gtali-sv.omf -share/omf/iagno/iagno-C.omf -share/omf/iagno/iagno-ca.omf -share/omf/iagno/iagno-cs.omf -share/omf/iagno/iagno-de.omf -share/omf/iagno/iagno-el.omf -share/omf/iagno/iagno-en_GB.omf -share/omf/iagno/iagno-es.omf -share/omf/iagno/iagno-eu.omf -share/omf/iagno/iagno-fr.omf -share/omf/iagno/iagno-it.omf -share/omf/iagno/iagno-oc.omf -share/omf/iagno/iagno-pt_BR.omf -share/omf/iagno/iagno-sv.omf -share/omf/mahjongg/mahjongg-C.omf -share/omf/mahjongg/mahjongg-ca.omf -share/omf/mahjongg/mahjongg-cs.omf -share/omf/mahjongg/mahjongg-de.omf -share/omf/mahjongg/mahjongg-el.omf -share/omf/mahjongg/mahjongg-en_GB.omf -share/omf/mahjongg/mahjongg-es.omf -share/omf/mahjongg/mahjongg-eu.omf -share/omf/mahjongg/mahjongg-fr.omf -share/omf/mahjongg/mahjongg-it.omf -share/omf/mahjongg/mahjongg-oc.omf -share/omf/mahjongg/mahjongg-sv.omf -share/omf/same-gnome/same-gnome-C.omf -share/omf/same-gnome/same-gnome-ca.omf -share/omf/same-gnome/same-gnome-cs.omf -share/omf/same-gnome/same-gnome-de.omf -share/omf/same-gnome/same-gnome-el.omf -share/omf/same-gnome/same-gnome-en_GB.omf -share/omf/same-gnome/same-gnome-es.omf -share/omf/same-gnome/same-gnome-eu.omf -share/omf/same-gnome/same-gnome-fr.omf -share/omf/same-gnome/same-gnome-it.omf -share/omf/same-gnome/same-gnome-oc.omf -share/omf/same-gnome/same-gnome-ru.omf -share/omf/same-gnome/same-gnome-sv.omf -@dirrm share/omf/same-gnome -@dirrm share/omf/mahjongg -@dirrm share/omf/iagno -@dirrm share/omf/gtali -@dirrm share/omf/gnotski -@dirrm share/omf/gnotravex -@dirrm share/omf/gnomine -@dirrm share/omf/gnometris -@dirrm share/omf/gnome-sudoku -@dirrm share/omf/gnobots2 -@dirrm share/omf/gnibbles -@dirrm share/omf/gnect -@dirrm share/omf/glines -@dirrm share/omf/glchess -@dirrm share/omf/blackjack -@dirrm share/omf/aisleriot -@dirrm share/gnome/help/same-gnome/sv/figures -@dirrm share/gnome/help/same-gnome/sv -@dirrm share/gnome/help/same-gnome/ru/figures -@dirrm share/gnome/help/same-gnome/ru -@dirrm share/gnome/help/same-gnome/oc/figures -@dirrm share/gnome/help/same-gnome/oc -@dirrm share/gnome/help/same-gnome/it/figures -@dirrm share/gnome/help/same-gnome/it -@dirrm share/gnome/help/same-gnome/fr/figures -@dirrm share/gnome/help/same-gnome/fr -@dirrm share/gnome/help/same-gnome/eu/figures -@dirrm share/gnome/help/same-gnome/eu -@dirrm share/gnome/help/same-gnome/es/figures -@dirrm share/gnome/help/same-gnome/es -@dirrm share/gnome/help/same-gnome/en_GB/figures -@dirrm share/gnome/help/same-gnome/en_GB -@dirrm share/gnome/help/same-gnome/el/figures -@dirrm share/gnome/help/same-gnome/el -@dirrm share/gnome/help/same-gnome/de/figures -@dirrm share/gnome/help/same-gnome/de -@dirrm share/gnome/help/same-gnome/cs/figures -@dirrm share/gnome/help/same-gnome/cs -@dirrm share/gnome/help/same-gnome/ca/figures -@dirrm share/gnome/help/same-gnome/ca -@dirrm share/gnome/help/same-gnome/C/figures -@dirrm share/gnome/help/same-gnome/C -@dirrm share/gnome/help/same-gnome -@dirrm share/gnome/help/mahjongg/sv/figures -@dirrm share/gnome/help/mahjongg/sv -@dirrm share/gnome/help/mahjongg/oc/figures -@dirrm share/gnome/help/mahjongg/oc -@dirrm share/gnome/help/mahjongg/it/figures -@dirrm share/gnome/help/mahjongg/it -@dirrm share/gnome/help/mahjongg/fr/figures -@dirrm share/gnome/help/mahjongg/fr -@dirrm share/gnome/help/mahjongg/eu/figures -@dirrm share/gnome/help/mahjongg/eu -@dirrm share/gnome/help/mahjongg/es/figures -@dirrm share/gnome/help/mahjongg/es -@dirrm share/gnome/help/mahjongg/en_GB/figures -@dirrm share/gnome/help/mahjongg/en_GB -@dirrm share/gnome/help/mahjongg/el/figures -@dirrm share/gnome/help/mahjongg/el -@dirrm share/gnome/help/mahjongg/de/figures -@dirrm share/gnome/help/mahjongg/de -@dirrm share/gnome/help/mahjongg/cs/figures -@dirrm share/gnome/help/mahjongg/cs -@dirrm share/gnome/help/mahjongg/ca/figures -@dirrm share/gnome/help/mahjongg/ca -@dirrm share/gnome/help/mahjongg/C/figures -@dirrm share/gnome/help/mahjongg/C -@dirrm share/gnome/help/mahjongg -@dirrm share/gnome/help/iagno/sv/figures -@dirrm share/gnome/help/iagno/sv -@dirrm share/gnome/help/iagno/pt_BR/figures -@dirrm share/gnome/help/iagno/pt_BR -@dirrm share/gnome/help/iagno/oc/figures -@dirrm share/gnome/help/iagno/oc -@dirrm share/gnome/help/iagno/it/figures -@dirrm share/gnome/help/iagno/it -@dirrm share/gnome/help/iagno/fr/figures -@dirrm share/gnome/help/iagno/fr -@dirrm share/gnome/help/iagno/eu/figures -@dirrm share/gnome/help/iagno/eu -@dirrm share/gnome/help/iagno/es/figures -@dirrm share/gnome/help/iagno/es -@dirrm share/gnome/help/iagno/en_GB/figures -@dirrm share/gnome/help/iagno/en_GB -@dirrm share/gnome/help/iagno/el/figures -@dirrm share/gnome/help/iagno/el -@dirrm share/gnome/help/iagno/de/figures -@dirrm share/gnome/help/iagno/de -@dirrm share/gnome/help/iagno/cs/figures -@dirrm share/gnome/help/iagno/cs -@dirrm share/gnome/help/iagno/ca/figures -@dirrm share/gnome/help/iagno/ca -@dirrm share/gnome/help/iagno/C/figures -@dirrm share/gnome/help/iagno/C -@dirrm share/gnome/help/iagno -@dirrm share/gnome/help/gtali/sv/figures -@dirrm share/gnome/help/gtali/sv -@dirrm share/gnome/help/gtali/pt_BR/figures -@dirrm share/gnome/help/gtali/pt_BR -@dirrm share/gnome/help/gtali/oc/figures -@dirrm share/gnome/help/gtali/oc -@dirrm share/gnome/help/gtali/it/figures -@dirrm share/gnome/help/gtali/it -@dirrm share/gnome/help/gtali/fr/figures -@dirrm share/gnome/help/gtali/fr -@dirrm share/gnome/help/gtali/eu/figures -@dirrm share/gnome/help/gtali/eu -@dirrm share/gnome/help/gtali/es/figures -@dirrm share/gnome/help/gtali/es -@dirrm share/gnome/help/gtali/en_GB/figures -@dirrm share/gnome/help/gtali/en_GB -@dirrm share/gnome/help/gtali/el/figures -@dirrm share/gnome/help/gtali/el -@dirrm share/gnome/help/gtali/de/figures -@dirrm share/gnome/help/gtali/de -@dirrm share/gnome/help/gtali/cs/figures -@dirrm share/gnome/help/gtali/cs -@dirrm share/gnome/help/gtali/ca/figures -@dirrm share/gnome/help/gtali/ca -@dirrm share/gnome/help/gtali/C/figures -@dirrm share/gnome/help/gtali/C -@dirrm share/gnome/help/gtali -@dirrm share/gnome/help/gnotski/sv/figures -@dirrm share/gnome/help/gnotski/sv -@dirrm share/gnome/help/gnotski/oc/figures -@dirrm share/gnome/help/gnotski/oc -@dirrm share/gnome/help/gnotski/it/figures -@dirrm share/gnome/help/gnotski/it -@dirrm share/gnome/help/gnotski/fr/figures -@dirrm share/gnome/help/gnotski/fr -@dirrm share/gnome/help/gnotski/eu/figures -@dirrm share/gnome/help/gnotski/eu -@dirrm share/gnome/help/gnotski/es/figures -@dirrm share/gnome/help/gnotski/es -@dirrm share/gnome/help/gnotski/en_GB/figures -@dirrm share/gnome/help/gnotski/en_GB -@dirrm share/gnome/help/gnotski/el/figures -@dirrm share/gnome/help/gnotski/el -@dirrm share/gnome/help/gnotski/de/figures -@dirrm share/gnome/help/gnotski/de -@dirrm share/gnome/help/gnotski/cs/figures -@dirrm share/gnome/help/gnotski/cs -@dirrm share/gnome/help/gnotski/ca/figures -@dirrm share/gnome/help/gnotski/ca -@dirrm share/gnome/help/gnotski/C/figures -@dirrm share/gnome/help/gnotski/C -@dirrm share/gnome/help/gnotski -@dirrm share/gnome/help/gnotravex/sv/figures -@dirrm share/gnome/help/gnotravex/sv -@dirrm share/gnome/help/gnotravex/ru/figures -@dirrm share/gnome/help/gnotravex/ru -@dirrm share/gnome/help/gnotravex/oc/figures -@dirrm share/gnome/help/gnotravex/oc -@dirrm share/gnome/help/gnotravex/it/figures -@dirrm share/gnome/help/gnotravex/it -@dirrm share/gnome/help/gnotravex/fr/figures -@dirrm share/gnome/help/gnotravex/fr -@dirrm share/gnome/help/gnotravex/eu/figures -@dirrm share/gnome/help/gnotravex/eu -@dirrm share/gnome/help/gnotravex/es/figures -@dirrm share/gnome/help/gnotravex/es -@dirrm share/gnome/help/gnotravex/en_GB/figures -@dirrm share/gnome/help/gnotravex/en_GB -@dirrm share/gnome/help/gnotravex/el/figures -@dirrm share/gnome/help/gnotravex/el -@dirrm share/gnome/help/gnotravex/de/figures -@dirrm share/gnome/help/gnotravex/de -@dirrm share/gnome/help/gnotravex/da/figures -@dirrm share/gnome/help/gnotravex/da -@dirrm share/gnome/help/gnotravex/cs/figures -@dirrm share/gnome/help/gnotravex/cs -@dirrm share/gnome/help/gnotravex/ca/figures -@dirrm share/gnome/help/gnotravex/ca -@dirrm share/gnome/help/gnotravex/C/figures -@dirrm share/gnome/help/gnotravex/C -@dirrm share/gnome/help/gnotravex -@dirrm share/gnome/help/gnomine/zh_CN/figures -@dirrm share/gnome/help/gnomine/zh_CN -@dirrm share/gnome/help/gnomine/sv/figures -@dirrm share/gnome/help/gnomine/sv -@dirrm share/gnome/help/gnomine/oc/figures -@dirrm share/gnome/help/gnomine/oc -@dirrm share/gnome/help/gnomine/it/figures -@dirrm share/gnome/help/gnomine/it -@dirrm share/gnome/help/gnomine/fr/figures -@dirrm share/gnome/help/gnomine/fr -@dirrm share/gnome/help/gnomine/eu/figures -@dirrm share/gnome/help/gnomine/eu -@dirrm share/gnome/help/gnomine/es/figures -@dirrm share/gnome/help/gnomine/es -@dirrm share/gnome/help/gnomine/en_GB/figures -@dirrm share/gnome/help/gnomine/en_GB -@dirrm share/gnome/help/gnomine/el/figures -@dirrm share/gnome/help/gnomine/el -@dirrm share/gnome/help/gnomine/de/figures -@dirrm share/gnome/help/gnomine/de -@dirrm share/gnome/help/gnomine/cs/figures -@dirrm share/gnome/help/gnomine/cs -@dirrm share/gnome/help/gnomine/ca/figures -@dirrm share/gnome/help/gnomine/ca -@dirrm share/gnome/help/gnomine/C/figures -@dirrm share/gnome/help/gnomine/C -@dirrm share/gnome/help/gnomine -@dirrm share/gnome/help/gnometris/zh_CN -@dirrm share/gnome/help/gnometris/sv -@dirrm share/gnome/help/gnometris/oc -@dirrm share/gnome/help/gnometris/it -@dirrm share/gnome/help/gnometris/fr -@dirrm share/gnome/help/gnometris/fi -@dirrm share/gnome/help/gnometris/eu -@dirrm share/gnome/help/gnometris/es -@dirrm share/gnome/help/gnometris/en_GB -@dirrm share/gnome/help/gnometris/el -@dirrm share/gnome/help/gnometris/de -@dirrm share/gnome/help/gnometris/cs -@dirrm share/gnome/help/gnometris/ca -@dirrm share/gnome/help/gnometris/C -@dirrm share/gnome/help/gnometris -@dirrm share/gnome/help/gnome-sudoku/sv/figures -@dirrm share/gnome/help/gnome-sudoku/sv -@dirrm share/gnome/help/gnome-sudoku/ru/figures -@dirrm share/gnome/help/gnome-sudoku/ru -@dirrm share/gnome/help/gnome-sudoku/pt_BR/figures -@dirrm share/gnome/help/gnome-sudoku/pt_BR -@dirrm share/gnome/help/gnome-sudoku/oc/figures -@dirrm share/gnome/help/gnome-sudoku/oc -@dirrm share/gnome/help/gnome-sudoku/it/figures -@dirrm share/gnome/help/gnome-sudoku/it -@dirrm share/gnome/help/gnome-sudoku/fr/figures -@dirrm share/gnome/help/gnome-sudoku/fr -@dirrm share/gnome/help/gnome-sudoku/eu/figures -@dirrm share/gnome/help/gnome-sudoku/eu -@dirrm share/gnome/help/gnome-sudoku/es/figures -@dirrm share/gnome/help/gnome-sudoku/es -@dirrm share/gnome/help/gnome-sudoku/en_GB/figures -@dirrm share/gnome/help/gnome-sudoku/en_GB -@dirrm share/gnome/help/gnome-sudoku/el/figures -@dirrm share/gnome/help/gnome-sudoku/el -@dirrm share/gnome/help/gnome-sudoku/de/figures -@dirrm share/gnome/help/gnome-sudoku/de -@dirrm share/gnome/help/gnome-sudoku/da/figures -@dirrm share/gnome/help/gnome-sudoku/da -@dirrm share/gnome/help/gnome-sudoku/cs/figures -@dirrm share/gnome/help/gnome-sudoku/cs -@dirrm share/gnome/help/gnome-sudoku/ca/figures -@dirrm share/gnome/help/gnome-sudoku/ca -@dirrm share/gnome/help/gnome-sudoku/C/figures -@dirrm share/gnome/help/gnome-sudoku/C -@dirrm share/gnome/help/gnome-sudoku -@dirrm share/gnome/help/gnobots2/sv/figures -@dirrm share/gnome/help/gnobots2/sv -@dirrm share/gnome/help/gnobots2/oc/figures -@dirrm share/gnome/help/gnobots2/oc -@dirrm share/gnome/help/gnobots2/it/figures -@dirrm share/gnome/help/gnobots2/it -@dirrm share/gnome/help/gnobots2/fr/figures -@dirrm share/gnome/help/gnobots2/fr -@dirrm share/gnome/help/gnobots2/eu/figures -@dirrm share/gnome/help/gnobots2/eu -@dirrm share/gnome/help/gnobots2/es/figures -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/en_GB/figures -@dirrm share/gnome/help/gnobots2/en_GB -@dirrm share/gnome/help/gnobots2/el/figures -@dirrm share/gnome/help/gnobots2/el -@dirrm share/gnome/help/gnobots2/de/figures -@dirrm share/gnome/help/gnobots2/de -@dirrm share/gnome/help/gnobots2/cs/figures -@dirrm share/gnome/help/gnobots2/cs -@dirrm share/gnome/help/gnobots2/ca/figures -@dirrm share/gnome/help/gnobots2/ca -@dirrm share/gnome/help/gnobots2/C/figures -@dirrm share/gnome/help/gnobots2/C -@dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/sv/figures -@dirrm share/gnome/help/gnibbles/sv -@dirrm share/gnome/help/gnibbles/oc/figures -@dirrm share/gnome/help/gnibbles/oc -@dirrm share/gnome/help/gnibbles/it/figures -@dirrm share/gnome/help/gnibbles/it -@dirrm share/gnome/help/gnibbles/fr/figures -@dirrm share/gnome/help/gnibbles/fr -@dirrm share/gnome/help/gnibbles/eu/figures -@dirrm share/gnome/help/gnibbles/eu -@dirrm share/gnome/help/gnibbles/es/figures -@dirrm share/gnome/help/gnibbles/es -@dirrm share/gnome/help/gnibbles/en_GB/figures -@dirrm share/gnome/help/gnibbles/en_GB -@dirrm share/gnome/help/gnibbles/el/figures -@dirrm share/gnome/help/gnibbles/el -@dirrm share/gnome/help/gnibbles/de/figures -@dirrm share/gnome/help/gnibbles/de -@dirrm share/gnome/help/gnibbles/cs/figures -@dirrm share/gnome/help/gnibbles/cs -@dirrm share/gnome/help/gnibbles/ca/figures -@dirrm share/gnome/help/gnibbles/ca -@dirrm share/gnome/help/gnibbles/C/figures -@dirrm share/gnome/help/gnibbles/C -@dirrm share/gnome/help/gnibbles -@dirrm share/gnome/help/gnect/sv/figures -@dirrm share/gnome/help/gnect/sv -@dirrm share/gnome/help/gnect/oc/figures -@dirrm share/gnome/help/gnect/oc -@dirrm share/gnome/help/gnect/it/figures -@dirrm share/gnome/help/gnect/it -@dirrm share/gnome/help/gnect/fr/figures -@dirrm share/gnome/help/gnect/fr -@dirrm share/gnome/help/gnect/fi/figures -@dirrm share/gnome/help/gnect/fi -@dirrm share/gnome/help/gnect/eu/figures -@dirrm share/gnome/help/gnect/eu -@dirrm share/gnome/help/gnect/es/figures -@dirrm share/gnome/help/gnect/es -@dirrm share/gnome/help/gnect/en_GB/figures -@dirrm share/gnome/help/gnect/en_GB -@dirrm share/gnome/help/gnect/el/figures -@dirrm share/gnome/help/gnect/el -@dirrm share/gnome/help/gnect/de/figures -@dirrm share/gnome/help/gnect/de -@dirrm share/gnome/help/gnect/cs/figures -@dirrm share/gnome/help/gnect/cs -@dirrm share/gnome/help/gnect/ca/figures -@dirrm share/gnome/help/gnect/ca -@dirrm share/gnome/help/gnect/C/figures -@dirrm share/gnome/help/gnect/C -@dirrm share/gnome/help/gnect -@dirrm share/gnome/help/glines/tr/figures -@dirrm share/gnome/help/glines/tr -@dirrm share/gnome/help/glines/sv/figures -@dirrm share/gnome/help/glines/sv -@dirrm share/gnome/help/glines/ru/figures -@dirrm share/gnome/help/glines/ru -@dirrm share/gnome/help/glines/oc/figures -@dirrm share/gnome/help/glines/oc -@dirrm share/gnome/help/glines/it/figures -@dirrm share/gnome/help/glines/it -@dirrm share/gnome/help/glines/fr/figures -@dirrm share/gnome/help/glines/fr -@dirrm share/gnome/help/glines/eu/figures -@dirrm share/gnome/help/glines/eu -@dirrm share/gnome/help/glines/es/figures -@dirrm share/gnome/help/glines/es -@dirrm share/gnome/help/glines/en_GB/figures -@dirrm share/gnome/help/glines/en_GB -@dirrm share/gnome/help/glines/el/figures -@dirrm share/gnome/help/glines/el -@dirrm share/gnome/help/glines/de/figures -@dirrm share/gnome/help/glines/de -@dirrm share/gnome/help/glines/cs/figures -@dirrm share/gnome/help/glines/cs -@dirrm share/gnome/help/glines/ca/figures -@dirrm share/gnome/help/glines/ca -@dirrm share/gnome/help/glines/C/figures -@dirrm share/gnome/help/glines/C -@dirrm share/gnome/help/glines -@dirrm share/gnome/help/glchess/sv/figures -@dirrm share/gnome/help/glchess/sv -@dirrm share/gnome/help/glchess/ru/figures -@dirrm share/gnome/help/glchess/ru -@dirrm share/gnome/help/glchess/pt_BR/figures -@dirrm share/gnome/help/glchess/pt_BR -@dirrm share/gnome/help/glchess/oc/figures -@dirrm share/gnome/help/glchess/oc -@dirrm share/gnome/help/glchess/fr/figures -@dirrm share/gnome/help/glchess/fr -@dirrm share/gnome/help/glchess/eu/figures -@dirrm share/gnome/help/glchess/eu -@dirrm share/gnome/help/glchess/es/figures -@dirrm share/gnome/help/glchess/es -@dirrm share/gnome/help/glchess/en_GB/figures -@dirrm share/gnome/help/glchess/en_GB -@dirrm share/gnome/help/glchess/el/figures -@dirrm share/gnome/help/glchess/el -@dirrm share/gnome/help/glchess/de/figures -@dirrm share/gnome/help/glchess/de -@dirrm share/gnome/help/glchess/cs/figures -@dirrm share/gnome/help/glchess/cs -@dirrm share/gnome/help/glchess/ca/figures -@dirrm share/gnome/help/glchess/ca -@dirrm share/gnome/help/glchess/C/figures -@dirrm share/gnome/help/glchess/C -@dirrm share/gnome/help/glchess -@dirrm share/gnome/help/blackjack/sv/figures -@dirrm share/gnome/help/blackjack/sv -@dirrm share/gnome/help/blackjack/oc/figures -@dirrm share/gnome/help/blackjack/oc -@dirrm share/gnome/help/blackjack/fr/figures -@dirrm share/gnome/help/blackjack/fr -@dirrm share/gnome/help/blackjack/eu/figures -@dirrm share/gnome/help/blackjack/eu -@dirrm share/gnome/help/blackjack/es/figures -@dirrm share/gnome/help/blackjack/es -@dirrm share/gnome/help/blackjack/en_GB/figures -@dirrm share/gnome/help/blackjack/en_GB -@dirrm share/gnome/help/blackjack/el/figures -@dirrm share/gnome/help/blackjack/el -@dirrm share/gnome/help/blackjack/de/figures -@dirrm share/gnome/help/blackjack/de -@dirrm share/gnome/help/blackjack/da/figures -@dirrm share/gnome/help/blackjack/da -@dirrm share/gnome/help/blackjack/cs/figures -@dirrm share/gnome/help/blackjack/cs -@dirrm share/gnome/help/blackjack/ca/figures -@dirrm share/gnome/help/blackjack/ca -@dirrm share/gnome/help/blackjack/C/figures -@dirrm share/gnome/help/blackjack/C -@dirrm share/gnome/help/blackjack -@dirrm share/gnome/help/aisleriot/sv/figures -@dirrm share/gnome/help/aisleriot/sv -@dirrm share/gnome/help/aisleriot/ru/figures -@dirrm share/gnome/help/aisleriot/ru -@dirrm share/gnome/help/aisleriot/oc/figures -@dirrm share/gnome/help/aisleriot/oc -@dirrm share/gnome/help/aisleriot/fr/figures -@dirrm share/gnome/help/aisleriot/fr -@dirrm share/gnome/help/aisleriot/eu/figures -@dirrm share/gnome/help/aisleriot/eu -@dirrm share/gnome/help/aisleriot/es/figures -@dirrm share/gnome/help/aisleriot/es -@dirrm share/gnome/help/aisleriot/el/figures -@dirrm share/gnome/help/aisleriot/el -@dirrm share/gnome/help/aisleriot/de/figures -@dirrm share/gnome/help/aisleriot/de -@dirrm share/gnome/help/aisleriot/ca/figures -@dirrm share/gnome/help/aisleriot/ca -@dirrm share/gnome/help/aisleriot/C/figures -@dirrm share/gnome/help/aisleriot/C -@dirrm share/gnome/help/aisleriot -@dirrm share/gnome-sudoku/puzzles -@dirrm share/gnome-sudoku/images -@dirrm share/gnome-sudoku -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/same-gnome/themes/2.10 -@dirrm %%DATADIR%%/same-gnome/themes -@dirrm %%DATADIR%%/same-gnome -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/mahjongg/pixmaps -@dirrm %%DATADIR%%/mahjongg/games -@dirrm %%DATADIR%%/mahjongg -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/iagno/pixmaps -@dirrm %%DATADIR%%/iagno -@dirrm %%DATADIR%%/gtali/pixmaps -@dirrm %%DATADIR%%/gtali -@dirrm %%DATADIR%%/gnotski/pixmaps -@dirrm %%DATADIR%%/gnotski -@dirrm %%DATADIR%%/gnomine/pixmaps -@dirrm %%DATADIR%%/gnomine -@dirrm %%DATADIR%%/gnometris/pixmaps -@dirrm %%DATADIR%%/gnometris -@dirrm %%DATADIR%%/gnobots2/themes -@dirrm %%DATADIR%%/gnobots2/pixmaps -@dirrm %%DATADIR%%/gnobots2/games -@dirrm %%DATADIR%%/gnobots2 -@dirrm %%DATADIR%%/gnibbles/pixmaps -@dirrm %%DATADIR%%/gnibbles/games -@dirrm %%DATADIR%%/gnibbles -@dirrm %%DATADIR%%/gnect/pixmaps -@dirrm %%DATADIR%%/gnect -@dirrm %%DATADIR%%/glines/pixmaps -@dirrm %%DATADIR%%/glines -@dirrm %%DATADIR%%/blackjack/pixmaps -@dirrm %%DATADIR%%/blackjack/games -@dirrm %%DATADIR%%/blackjack -@dirrm %%DATADIR%%/aisleriot/games -@dirrm %%DATADIR%%/aisleriot -@dirrm share/gnome-games-common/cards -@dirrm share/gnome-games-common -@dirrm %%DATADIR%% -@dirrm share/glchess/textures -@dirrm share/glchess -@dirrmtry share/ggz/gnome-games -@dirrmtry share/ggz -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies -@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku -@dirrm %%PYTHON_SITELIBDIR%%/glchess/ui -@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene/opengl -@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene/cairo -@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene -@dirrm %%PYTHON_SITELIBDIR%%/glchess/gtkui -@dirrm %%PYTHON_SITELIBDIR%%/glchess/ggz -@dirrm %%PYTHON_SITELIBDIR%%/glchess/chess/fics -@dirrm %%PYTHON_SITELIBDIR%%/glchess/chess -@dirrm %%PYTHON_SITELIBDIR%%/glchess -@dirrm lib/gnome-games -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile deleted file mode 100644 index 179361268..000000000 --- a/graphics/clutter-box2d/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: clutter-box2d -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-box2d -PORTVERSION= 0.10.0 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/0.10/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clutter Box2D integration library - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack ltverhack gnomeprefix -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-introspection=no -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/clutter-box2d/distinfo b/graphics/clutter-box2d/distinfo deleted file mode 100644 index 63f714655..000000000 --- a/graphics/clutter-box2d/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-box2d-0.10.0.tar.gz) = 293912473cc5fcb9f0ad8b2da1be1b79 -SHA256 (clutter-box2d-0.10.0.tar.gz) = 21d3a9b74f9fc4417914b5a4d61f503f77cc732f1ef565586b358dd275e3cc5b -SIZE (clutter-box2d-0.10.0.tar.gz) = 491980 diff --git a/graphics/clutter-box2d/files/patch-clutter-box2d_Makefile.in b/graphics/clutter-box2d/files/patch-clutter-box2d_Makefile.in deleted file mode 100644 index f74166a09..000000000 --- a/graphics/clutter-box2d/files/patch-clutter-box2d_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- clutter-box2d/Makefile.in.orig 2009-08-07 16:28:57.000000000 +0200 -+++ clutter-box2d/Makefile.in 2009-08-07 16:29:26.000000000 +0200 -@@ -269,7 +269,7 @@ - EXTRA_DIST = \ - clutter-box2d-marshal.list - --BUILT_GIRSOURCES = ClutterBox2D-@CLUTTER_BOX2D_API_VERSION@.gir -+BUILT_GIRSOURCES = # ClutterBox2D-@CLUTTER_BOX2D_API_VERSION@.gir - - # INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to - # install anything - we need to install inside our prefix. diff --git a/graphics/clutter-box2d/pkg-descr b/graphics/clutter-box2d/pkg-descr deleted file mode 100644 index 4d113c3a5..000000000 --- a/graphics/clutter-box2d/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -A glue layer between clutter and box2d that provides a special group where the -actors can be set to be static or dynamic in regard to a physics simulation. The -source tree currently contains an embedded version of box2d trunk. - -Features: -- Children of the ClutterBox2d group can be simulated as static or dynamic - rigid bodies. Collision detection. -- Specifying the gravity of the world. -- play/pause control over the box2d physics engine -- Setting linear and angular velocities of simulated children. -- automatic position synchronization between clutter and box2d. -- joints -- prismatic. -- revolute. -- distance (spring) -- mouse (for dragging objects around and manipulating them). - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-box2d/pkg-plist b/graphics/clutter-box2d/pkg-plist deleted file mode 100644 index 0caba7fba..000000000 --- a/graphics/clutter-box2d/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -include/clutter-1.0/clutter-box2d/clutter-box2d-collision.h -include/clutter-1.0/clutter-box2d/clutter-box2d-contact.h -include/clutter-1.0/clutter-box2d/clutter-box2d-joint.h -include/clutter-1.0/clutter-box2d/clutter-box2d-marshal.h -include/clutter-1.0/clutter-box2d/clutter-box2d-util.h -include/clutter-1.0/clutter-box2d/clutter-box2d.h -lib/libclutter-box2d-0.10.a -lib/libclutter-box2d-0.10.la -lib/libclutter-box2d-0.10.so -lib/libclutter-box2d-0.10.so.0 -libdata/pkgconfig/clutter-box2d-0.10.pc -%%DOCSDIR%%/ClutterBox2D.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/clutter-box2d-ClutterBox2D-Actor.html -%%DOCSDIR%%/clutter-box2d-ClutterBox2D-Joint.html -%%DOCSDIR%%/clutter-box2d.devhelp -%%DOCSDIR%%/clutter-box2d.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrmtry %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-box2d -@dirrmtry include/clutter-1.0 diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile deleted file mode 100644 index 7fa00ebd2..000000000 --- a/graphics/clutter-gtk/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: clutter-gtk -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gtk -PORTVERSION= 0.10.2 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK+ Integration library for Clutter - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|clutter-x11-0.9|clutter-x11-1.0|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo deleted file mode 100644 index 1fe426c8b..000000000 --- a/graphics/clutter-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gtk-0.10.2.tar.bz2) = bb275b07f722631ff1764dd212843d11 -SHA256 (clutter-gtk-0.10.2.tar.bz2) = de2af20d44d2237811f27ee081b9df999a0af30ee0d410cd7c2872622386b0c9 -SIZE (clutter-gtk-0.10.2.tar.bz2) = 314372 diff --git a/graphics/clutter-gtk/pkg-descr b/graphics/clutter-gtk/pkg-descr deleted file mode 100644 index cf83a5ac9..000000000 --- a/graphics/clutter-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ -applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the -default ClutterStage into any GtkContainer. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-gtk/pkg-plist b/graphics/clutter-gtk/pkg-plist deleted file mode 100644 index 4652f55cd..000000000 --- a/graphics/clutter-gtk/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -include/clutter-1.0/clutter-gtk/clutter-gtk.h -include/clutter-1.0/clutter-gtk/gtk-clutter-embed.h -include/clutter-1.0/clutter-gtk/gtk-clutter-scrollable.h -include/clutter-1.0/clutter-gtk/gtk-clutter-util.h -include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h -include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h -lib/girepository-1.0/GtkClutter-0.10.typelib -lib/libclutter-gtk-0.10.a -lib/libclutter-gtk-0.10.la -lib/libclutter-gtk-0.10.so -lib/libclutter-gtk-0.10.so.0 -libdata/pkgconfig/clutter-gtk-0.10.pc -%%DOCSDIR%%/GtkClutterEmbed.html -%%DOCSDIR%%/GtkClutterScrollable.html -%%DOCSDIR%%/GtkClutterViewport.html -%%DOCSDIR%%/GtkClutterZoomable.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/clutter-gtk-Utility-Functions.html -%%DOCSDIR%%/clutter-gtk.devhelp -%%DOCSDIR%%/clutter-gtk.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/GtkClutter-0.10.gir -@dirrm %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-gtk -@dirrm include/clutter-1.0 diff --git a/graphics/clutter-qt/Makefile b/graphics/clutter-qt/Makefile deleted file mode 100644 index 1fc197b88..000000000 --- a/graphics/clutter-qt/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: clutter-qt -# Date created: 04 Aug 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-qt -PORTVERSION= 1.0.0 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= QT+ Integration library for Clutter - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build -USE_GNOME= gnomehack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-patch: - @${RM} ${WRKSRC}/examples/moc_testqt.cc \ - ${WRKSRC}/clutter-qt/moc_clutter-qt.cc - -.include <bsd.port.mk> diff --git a/graphics/clutter-qt/distinfo b/graphics/clutter-qt/distinfo deleted file mode 100644 index 645f395e2..000000000 --- a/graphics/clutter-qt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-qt-1.0.0.tar.bz2) = 656e0eaa088547c01aa6e716f84e7340 -SHA256 (clutter-qt-1.0.0.tar.bz2) = b1599c270e98128e64bc0c0293e97af092f705c23896bcb20c5c1fd662c92155 -SIZE (clutter-qt-1.0.0.tar.bz2) = 270984 diff --git a/graphics/clutter-qt/pkg-descr b/graphics/clutter-qt/pkg-descr deleted file mode 100644 index 1dc727b9e..000000000 --- a/graphics/clutter-qt/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -QT+ Integration library for Clutter. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-qt/pkg-plist b/graphics/clutter-qt/pkg-plist deleted file mode 100644 index dd40b2c08..000000000 --- a/graphics/clutter-qt/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/clutter-1.0/clutter-qt/clutter-qt.h -lib/libclutter-qt-1.0.a -lib/libclutter-qt-1.0.la -lib/libclutter-qt-1.0.so -lib/libclutter-qt-1.0.so.0 -libdata/pkgconfig/clutter-qt-1.0.pc -@dirrm include/clutter-1.0/clutter-qt diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile deleted file mode 100644 index 6f0bc5607..000000000 --- a/graphics/clutter/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: clutter -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter -PORTVERSION= 1.0.8 -CATEGORIES= graphics -MASTER_SITES= GNOME \ - http://www.clutter-project.org/sources/${PORTNAME}/1.0/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OpenGL based interactive canvas library - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango - -USE_GMAKE= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix -USE_GL= gl -USE_XORG= glproto x11 xfixes xdamage xcomposite xi -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-x --with-json=internal -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo deleted file mode 100644 index c9568ee48..000000000 --- a/graphics/clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-1.0.8.tar.bz2) = 687f9699ea5590091282034a936c6dc7 -SHA256 (clutter-1.0.8.tar.bz2) = 54fa3b64b7e0539d07a09eb751c5d945a4cedc8d2beb355a51ea7f04ae637501 -SIZE (clutter-1.0.8.tar.bz2) = 2017907 diff --git a/graphics/clutter/pkg-descr b/graphics/clutter/pkg-descr deleted file mode 100644 index 593f4afbc..000000000 --- a/graphics/clutter/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Clutter it an open source software library for creating fast, visually -rich and animated graphical user interfaces. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist deleted file mode 100644 index 5312850e8..000000000 --- a/graphics/clutter/pkg-plist +++ /dev/null @@ -1,224 +0,0 @@ -include/clutter-1.0/clutter/clutter-actor.h -include/clutter-1.0/clutter/clutter-alpha.h -include/clutter-1.0/clutter/clutter-animatable.h -include/clutter-1.0/clutter/clutter-animation.h -include/clutter-1.0/clutter/clutter-backend.h -include/clutter-1.0/clutter/clutter-behaviour-depth.h -include/clutter-1.0/clutter/clutter-behaviour-ellipse.h -include/clutter-1.0/clutter/clutter-behaviour-opacity.h -include/clutter-1.0/clutter/clutter-behaviour-path.h -include/clutter-1.0/clutter/clutter-behaviour-rotate.h -include/clutter-1.0/clutter/clutter-behaviour-scale.h -include/clutter-1.0/clutter/clutter-behaviour.h -include/clutter-1.0/clutter/clutter-binding-pool.h -include/clutter-1.0/clutter/clutter-cairo-texture.h -include/clutter-1.0/clutter/clutter-child-meta.h -include/clutter-1.0/clutter/clutter-clone.h -include/clutter-1.0/clutter/clutter-color.h -include/clutter-1.0/clutter/clutter-container.h -include/clutter-1.0/clutter/clutter-deprecated.h -include/clutter-1.0/clutter/clutter-enum-types.h -include/clutter-1.0/clutter/clutter-event.h -include/clutter-1.0/clutter/clutter-feature.h -include/clutter-1.0/clutter/clutter-fixed.h -include/clutter-1.0/clutter/clutter-frame-source.h -include/clutter-1.0/clutter/clutter-group.h -include/clutter-1.0/clutter/clutter-interval.h -include/clutter-1.0/clutter/clutter-json.h -include/clutter-1.0/clutter/clutter-keysyms.h -include/clutter-1.0/clutter/clutter-list-model.h -include/clutter-1.0/clutter/clutter-main.h -include/clutter-1.0/clutter/clutter-media.h -include/clutter-1.0/clutter/clutter-model.h -include/clutter-1.0/clutter/clutter-path.h -include/clutter-1.0/clutter/clutter-rectangle.h -include/clutter-1.0/clutter/clutter-score.h -include/clutter-1.0/clutter/clutter-script.h -include/clutter-1.0/clutter/clutter-scriptable.h -include/clutter-1.0/clutter/clutter-shader-types.h -include/clutter-1.0/clutter/clutter-shader.h -include/clutter-1.0/clutter/clutter-stage-manager.h -include/clutter-1.0/clutter/clutter-stage.h -include/clutter-1.0/clutter/clutter-text.h -include/clutter-1.0/clutter/clutter-texture.h -include/clutter-1.0/clutter/clutter-timeline.h -include/clutter-1.0/clutter/clutter-timeout-pool.h -include/clutter-1.0/clutter/clutter-types.h -include/clutter-1.0/clutter/clutter-units.h -include/clutter-1.0/clutter/clutter-util.h -include/clutter-1.0/clutter/clutter-version.h -include/clutter-1.0/clutter/clutter.h -include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h -include/clutter-1.0/clutter/glx/clutter-glx.h -include/clutter-1.0/clutter/json/json-generator.h -include/clutter-1.0/clutter/json/json-glib.h -include/clutter-1.0/clutter/json/json-marshal.h -include/clutter-1.0/clutter/json/json-parser.h -include/clutter-1.0/clutter/json/json-types.h -include/clutter-1.0/clutter/x11/clutter-x11-enum-types.h -include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h -include/clutter-1.0/clutter/x11/clutter-x11.h -include/clutter-1.0/cogl/cogl-bitmap.h -include/clutter-1.0/cogl/cogl-color.h -include/clutter-1.0/cogl/cogl-debug.h -include/clutter-1.0/cogl/cogl-defines-gl.h -include/clutter-1.0/cogl/cogl-deprecated.h -include/clutter-1.0/cogl/cogl-enum-types.h -include/clutter-1.0/cogl/cogl-fixed.h -include/clutter-1.0/cogl/cogl-material.h -include/clutter-1.0/cogl/cogl-matrix.h -include/clutter-1.0/cogl/cogl-offscreen.h -include/clutter-1.0/cogl/cogl-pango.h -include/clutter-1.0/cogl/cogl-path.h -include/clutter-1.0/cogl/cogl-shader.h -include/clutter-1.0/cogl/cogl-texture.h -include/clutter-1.0/cogl/cogl-types.h -include/clutter-1.0/cogl/cogl-vertex-buffer.h -include/clutter-1.0/cogl/cogl.h -lib/girepository-1.0/Clutter-1.0.typelib -lib/girepository-1.0/Cogl-1.0.typelib -lib/girepository-1.0/ClutterJson-1.0.typelib -lib/libclutter-glx-1.0.a -lib/libclutter-glx-1.0.la -lib/libclutter-glx-1.0.so -lib/libclutter-glx-1.0.so.0 -libdata/pkgconfig/clutter-1.0.pc -libdata/pkgconfig/clutter-glx-1.0.pc -libdata/pkgconfig/clutter-x11-1.0.pc -libdata/pkgconfig/cogl-1.0.pc -libdata/pkgconfig/cogl-gl-1.0.pc -%%DOCSDIR%%/ClutterActor.html -%%DOCSDIR%%/ClutterAlpha.html -%%DOCSDIR%%/ClutterAnimatable.html -%%DOCSDIR%%/ClutterBehaviour.html -%%DOCSDIR%%/ClutterBehaviourDepth.html -%%DOCSDIR%%/ClutterBehaviourEllipse.html -%%DOCSDIR%%/ClutterBehaviourOpacity.html -%%DOCSDIR%%/ClutterBehaviourPath.html -%%DOCSDIR%%/ClutterBehaviourRotate.html -%%DOCSDIR%%/ClutterBehaviourScale.html -%%DOCSDIR%%/ClutterCairoTexture.html -%%DOCSDIR%%/ClutterChildMeta.html -%%DOCSDIR%%/ClutterClone.html -%%DOCSDIR%%/ClutterContainer.html -%%DOCSDIR%%/ClutterGroup.html -%%DOCSDIR%%/ClutterListModel.html -%%DOCSDIR%%/ClutterMedia.html -%%DOCSDIR%%/ClutterModel.html -%%DOCSDIR%%/ClutterModelIter.html -%%DOCSDIR%%/ClutterPath.html -%%DOCSDIR%%/ClutterRectangle.html -%%DOCSDIR%%/ClutterScore.html -%%DOCSDIR%%/ClutterScript.html -%%DOCSDIR%%/ClutterScriptable.html -%%DOCSDIR%%/ClutterShader.html -%%DOCSDIR%%/ClutterStage.html -%%DOCSDIR%%/ClutterText.html -%%DOCSDIR%%/ClutterTexture.html -%%DOCSDIR%%/ClutterTimeline.html -%%DOCSDIR%%/actor-box.png -%%DOCSDIR%%/additionaldocs.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/building-clutter.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/ch09.html -%%DOCSDIR%%/clutter-ClutterBackend.html -%%DOCSDIR%%/clutter-Colors.html -%%DOCSDIR%%/clutter-EGL-Specific-Support.html -%%DOCSDIR%%/clutter-EGLX-Specific-Support.html -%%DOCSDIR%%/clutter-Events.html -%%DOCSDIR%%/clutter-GLX-Specific-Support.html -%%DOCSDIR%%/clutter-General.html -%%DOCSDIR%%/clutter-Implicit-Animations.html -%%DOCSDIR%%/clutter-Key-Bindings.html -%%DOCSDIR%%/clutter-Unit-conversion.html -%%DOCSDIR%%/clutter-Utilities.html -%%DOCSDIR%%/clutter-Value-intervals.html -%%DOCSDIR%%/clutter-Versioning-Macros.html -%%DOCSDIR%%/clutter-Win32-Specific-Support.html -%%DOCSDIR%%/clutter-X11-Specific-Support.html -%%DOCSDIR%%/clutter-animation-behaviours.html -%%DOCSDIR%%/clutter-animation-conclusion.html -%%DOCSDIR%%/clutter-animation-implicit.html -%%DOCSDIR%%/clutter-animation-timelines.html -%%DOCSDIR%%/clutter-animations.html -%%DOCSDIR%%/clutter-overview.html -%%DOCSDIR%%/clutter-subclassing-ClutterActor.html -%%DOCSDIR%%/clutter.devhelp -%%DOCSDIR%%/clutter.devhelp2 -%%DOCSDIR%%/clutteranimation.html -%%DOCSDIR%%/clutterbackends.html -%%DOCSDIR%%/clutterbase.html -%%DOCSDIR%%/clutterglossary.html -%%DOCSDIR%%/clutterobjecthierarchy.html -%%DOCSDIR%%/clutterobjectindex.html -%%DOCSDIR%%/clutterobjects.html -%%DOCSDIR%%/cluttertools.html -%%DOCSDIR%%/creating-your-own-behaviours.html -%%DOCSDIR%%/easing-modes.png -%%DOCSDIR%%/event-flow.png -%%DOCSDIR%%/go01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/iterating-paths.html -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/ix07.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/migrating-ClutterEffect.html -%%DOCSDIR%%/migrating-ClutterPath.html -%%DOCSDIR%%/migration.html -%%DOCSDIR%%/path-alpha-func.png -%%DOCSDIR%%/pt10.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/running-clutter.html -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/using-cairo.html -share/doc/cogl/ch01.html -share/doc/cogl/cogl-Blend-Strings.html -share/doc/cogl/cogl-Color-Type.html -share/doc/cogl/cogl-Fixed-Point-API.html -share/doc/cogl/cogl-General-API.html -share/doc/cogl/cogl-Materials.html -share/doc/cogl/cogl-Matrices.html -share/doc/cogl/cogl-Offscreen-Buffers.html -share/doc/cogl/cogl-Primitives.html -share/doc/cogl/cogl-Shaders-and-Programmable-Pipeline.html -share/doc/cogl/cogl-Textures.html -share/doc/cogl/cogl-Vertex-Buffers.html -share/doc/cogl/cogl.devhelp -share/doc/cogl/cogl.devhelp2 -share/doc/cogl/home.png -share/doc/cogl/index.html -share/doc/cogl/index.sgml -share/doc/cogl/ix01.html -share/doc/cogl/left.png -share/doc/cogl/license.html -share/doc/cogl/right.png -share/doc/cogl/style.css -share/doc/cogl/up.png -share/gir-1.0/Clutter-1.0.gir -share/gir-1.0/ClutterJson-1.0.gir -share/gir-1.0/Cogl-1.0.gir -@dirrm share/doc/cogl -@dirrm %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter/x11 -@dirrm include/clutter-1.0/clutter/json -@dirrm include/clutter-1.0/clutter/glx -@dirrm include/clutter-1.0/clutter -@dirrm include/clutter-1.0/cogl -@dirrm include/clutter-1.0 diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile deleted file mode 100644 index c61e396bc..000000000 --- a/graphics/eog-plugins/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: eog-plugins -# Date created: 28 August 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/eog-plugins/Makefile,v 1.4 2009/10/19 20:30:50 kwm Exp $ -# - -PORTNAME= eog-plugins -PORTVERSION= 2.28.1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plug-ins for the Eye of GNOME image viewer application - -BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog -RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 -WANT_GNOME= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_CHAMPLAIN) || \ - (exists(${LOCALBASE}/lib/libchamplain-0.4.so)) || defined(WITH_CHAMPLIAN) -LIB_DEPENDS+= champlain-0.4.1:${PORTSDIR}/graphics/libchamplain -PLIST_SUB+= CHAMPLAIN="" -.else -PLUST_SUB+= CHAMPLAIN="@comment " -.endif - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -.else -PLIST_SUB+= EXIF="@comment " -.endif - -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/eog-plugins/distinfo b/graphics/eog-plugins/distinfo deleted file mode 100644 index f93de94ff..000000000 --- a/graphics/eog-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-plugins-2.28.1.tar.bz2) = 570857f4f9a32df31c64e5410125f98c -SHA256 (gnome2/eog-plugins-2.28.1.tar.bz2) = cc15a7da85ebbe77701484e038be620858f00ed8696f69c8824ea769e74b1bee -SIZE (gnome2/eog-plugins-2.28.1.tar.bz2) = 307193 diff --git a/graphics/eog-plugins/pkg-descr b/graphics/eog-plugins/pkg-descr deleted file mode 100644 index 7eed446bb..000000000 --- a/graphics/eog-plugins/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -EoG-plugins is a collection of plugins for use with the Eye of GNOME Image -Viewer. diff --git a/graphics/eog-plugins/pkg-plist b/graphics/eog-plugins/pkg-plist deleted file mode 100644 index b91fe7e6b..000000000 --- a/graphics/eog-plugins/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -%%CHAMPLAIN%%lib/eog/plugins/champlain.eog-plugin -%%PYTHON%%lib/eog/plugins/console.py -%%PYTHON%%lib/eog/plugins/console.pyc -%%PYTHON%%lib/eog/plugins/console.pyo -%%EXIF%%lib/eog/plugins/exif-display.eog-plugin -%%EXIF%%lib/eog/plugins/exif-display/exif-display-config.ui -%%EXIF%%lib/eog/plugins/exif-display/exif-display.ui -lib/eog/plugins/fit-to-width.eog-plugin -%%CHAMPLAIN%%lib/eog/plugins/libchamplain.la -%%CHAMPLAIN%%lib/eog/plugins/libchamplain.so -%%EXIF%%lib/eog/plugins/libexif-display.la -%%EXIF%%lib/eog/plugins/libexif-display.so -lib/eog/plugins/libfit-to-width.la -lib/eog/plugins/libfit-to-width.so -%%PYTHON%%lib/eog/plugins/pythonconsole.eog-plugin -%%PYTHON%%lib/eog/plugins/pythonconsole.py -%%PYTHON%%lib/eog/plugins/pythonconsole.pyc -%%PYTHON%%lib/eog/plugins/pythonconsole.pyo -%%PYTHON%%lib/eog/plugins/slideshowshuffle.eog-plugin -%%PYTHON%%lib/eog/plugins/slideshowshuffle.py -%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyc -%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyo -share/locale/ar/LC_MESSAGES/eog-plugins.mo -share/locale/as/LC_MESSAGES/eog-plugins.mo -share/locale/be@latin/LC_MESSAGES/eog-plugins.mo -share/locale/bg/LC_MESSAGES/eog-plugins.mo -share/locale/bn_IN/LC_MESSAGES/eog-plugins.mo -share/locale/ca/LC_MESSAGES/eog-plugins.mo -share/locale/cs/LC_MESSAGES/eog-plugins.mo -share/locale/da/LC_MESSAGES/eog-plugins.mo -share/locale/de/LC_MESSAGES/eog-plugins.mo -share/locale/el/LC_MESSAGES/eog-plugins.mo -share/locale/en_GB/LC_MESSAGES/eog-plugins.mo -share/locale/es/LC_MESSAGES/eog-plugins.mo -share/locale/eu/LC_MESSAGES/eog-plugins.mo -share/locale/fi/LC_MESSAGES/eog-plugins.mo -share/locale/fr/LC_MESSAGES/eog-plugins.mo -share/locale/gl/LC_MESSAGES/eog-plugins.mo -share/locale/gu/LC_MESSAGES/eog-plugins.mo -share/locale/hu/LC_MESSAGES/eog-plugins.mo -share/locale/it/LC_MESSAGES/eog-plugins.mo -share/locale/ja/LC_MESSAGES/eog-plugins.mo -share/locale/kn/LC_MESSAGES/eog-plugins.mo -share/locale/lt/LC_MESSAGES/eog-plugins.mo -share/locale/mk/LC_MESSAGES/eog-plugins.mo -share/locale/ml/LC_MESSAGES/eog-plugins.mo -share/locale/mr/LC_MESSAGES/eog-plugins.mo -share/locale/nb/LC_MESSAGES/eog-plugins.mo -share/locale/or/LC_MESSAGES/eog-plugins.mo -share/locale/pa/LC_MESSAGES/eog-plugins.mo -share/locale/pl/LC_MESSAGES/eog-plugins.mo -share/locale/pt/LC_MESSAGES/eog-plugins.mo -share/locale/pt_BR/LC_MESSAGES/eog-plugins.mo -share/locale/sl/LC_MESSAGES/eog-plugins.mo -share/locale/sq/LC_MESSAGES/eog-plugins.mo -share/locale/sv/LC_MESSAGES/eog-plugins.mo -share/locale/ta/LC_MESSAGES/eog-plugins.mo -share/locale/te/LC_MESSAGES/eog-plugins.mo -share/locale/vi/LC_MESSAGES/eog-plugins.mo -share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo -share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo -share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/as/LC_MESSAGES -@dirrmtry share/locale/as -%%EXIF%%@dirrm lib/eog/plugins/exif-display diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile deleted file mode 100644 index dbbeba7c7..000000000 --- a/graphics/eog/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: eog2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.104 2009/09/22 08:29:54 kwm Exp $ -# - -PORTNAME= eog -PORTVERSION= 2.28.1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ - gnomedesktop -WANT_GNOME= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= eog.schemas - -.include <bsd.port.pre.mk> - -_WITH_EXIF= no -_WITH_EXEMPI= no - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -_WITH_EXIF= yes -.else -PLIST_SUB+= EXIF="@comment " -.endif - -.if !defined(WITHOUT_EXEMPI) || (exists(${LOCALBASE}/lib/libexempi.so)) || \ - defined(WITH_EXEMPI) -LIB_DEPENDS+= exempi.3:${PORTSDIR}/textproc/exempi -_WITH_EXEMPI= yes -.endif - -.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" -PLIST_SUB+= EXIFEXEMPI="" -.else -PLIST_SUB+= EXIFEXEMPI="@comment " -.endif - -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -.else -CONFIGURE_ARGS+=--disable-python -.endif - -post-install: - @-update-desktop-database > /dev/null - -.include <bsd.port.post.mk> diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo deleted file mode 100644 index 16dd7f894..000000000 --- a/graphics/eog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-2.28.1.tar.bz2) = efb488a22cbb0ca70f4b6a0f2d8aa83e -SHA256 (gnome2/eog-2.28.1.tar.bz2) = e30b2f8f05d74acd715f1a93467cc3200850033338ddad05b6b06db8386ad27e -SIZE (gnome2/eog-2.28.1.tar.bz2) = 2677525 diff --git a/graphics/eog/pkg-descr b/graphics/eog/pkg-descr deleted file mode 100644 index 920f1863a..000000000 --- a/graphics/eog/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Eye of Gnome, a GNOME 2 image viewer and cataloging -application. It provides inline image viewing support for -nautilus. - -WWW: http://www.gnome.org/gnome-office/eog.shtml diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist deleted file mode 100644 index f7832164f..000000000 --- a/graphics/eog/pkg-plist +++ /dev/null @@ -1,455 +0,0 @@ -bin/eog -include/eog-2.20/eog/eog-application.h -include/eog-2.20/eog/eog-debug.h -include/eog-2.20/eog/eog-dialog.h -include/eog-2.20/eog/eog-enums.h -include/eog-2.20/eog/eog-error-message-area.h -%%EXIFEXEMPI%%include/eog-2.20/eog/eog-exif-details.h -%%EXIF%%include/eog-2.20/eog/eog-exif-util.h -include/eog-2.20/eog/eog-file-chooser.h -include/eog-2.20/eog/eog-image-save-info.h -include/eog-2.20/eog/eog-image.h -include/eog-2.20/eog/eog-job-queue.h -include/eog-2.20/eog/eog-jobs.h -include/eog-2.20/eog/eog-list-store.h -include/eog-2.20/eog/eog-message-area.h -include/eog-2.20/eog/eog-plugin.h -include/eog-2.20/eog/eog-properties-dialog.h -include/eog-2.20/eog/eog-scroll-view.h -include/eog-2.20/eog/eog-sidebar.h -include/eog-2.20/eog/eog-statusbar.h -include/eog-2.20/eog/eog-thumb-nav.h -include/eog-2.20/eog/eog-thumb-view.h -include/eog-2.20/eog/eog-thumbnail.h -include/eog-2.20/eog/eog-transform.h -include/eog-2.20/eog/eog-window.h -lib/eog/plugins/fullscreen.eog-plugin -lib/eog/plugins/libfullscreen.la -lib/eog/plugins/libfullscreen.so -lib/eog/plugins/libreload.la -lib/eog/plugins/libreload.so -lib/eog/plugins/libstatusbar-date.la -lib/eog/plugins/libstatusbar-date.so -lib/eog/plugins/reload.eog-plugin -lib/eog/plugins/statusbar-date.eog-plugin -libdata/pkgconfig/eog.pc -share/applications/eog.desktop -%%DOCSDIR%%/EogApplication.html -%%DOCSDIR%%/EogDialog.html -%%DOCSDIR%%/EogExifDetails.html -%%DOCSDIR%%/EogFileChooser.html -%%DOCSDIR%%/EogImage.html -%%DOCSDIR%%/EogImageSaveInfo.html -%%DOCSDIR%%/EogJobCopy.html -%%DOCSDIR%%/EogListStore.html -%%DOCSDIR%%/EogMessageArea.html -%%DOCSDIR%%/EogMetadataReaderJpg.html -%%DOCSDIR%%/EogMetadataReaderPng.html -%%DOCSDIR%%/EogPlugin.html -%%DOCSDIR%%/EogPluginManager.html -%%DOCSDIR%%/EogPreferencesDialog.html -%%DOCSDIR%%/EogPrintImageSetup.html -%%DOCSDIR%%/EogPrintPreview.html -%%DOCSDIR%%/EogPropertiesDialog.html -%%DOCSDIR%%/EogScrollView.html -%%DOCSDIR%%/EogSidebar.html -%%DOCSDIR%%/EogStatusbar.html -%%DOCSDIR%%/EogThumbNav.html -%%DOCSDIR%%/EogThumbView.html -%%DOCSDIR%%/EogTransform.html -%%DOCSDIR%%/EogURIConverter.html -%%DOCSDIR%%/EogWindow.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/eog-eog-config-keys.html -%%DOCSDIR%%/eog-eog-debug.html -%%DOCSDIR%%/eog-eog-error-message-area.html -%%DOCSDIR%%/eog-eog-exif-util.html -%%DOCSDIR%%/eog-eog-job-queue.html -%%DOCSDIR%%/eog-eog-metadata-reader.html -%%DOCSDIR%%/eog-eog-pixbuf-util.html -%%DOCSDIR%%/eog-eog-plugin-engine.html -%%DOCSDIR%%/eog-eog-print.html -%%DOCSDIR%%/eog-eog-save-as-dialog-helper.html -%%DOCSDIR%%/eog-eog-session.html -%%DOCSDIR%%/eog-eog-thumbnail.html -%%DOCSDIR%%/eog-eog-util.html -%%DOCSDIR%%/eog-uta.html -%%DOCSDIR%%/eog-zoom.html -%%DOCSDIR%%/eog.devhelp -%%DOCSDIR%%/eog.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/eog-image-properties-dialog.ui -%%DATADIR%%/eog-multiple-save-as-dialog.ui -%%DATADIR%%/eog-preferences-dialog.ui -%%DATADIR%%/eog-toolbar.xml -%%DATADIR%%/eog-ui.xml -%%DATADIR%%/gtkrc -%%DATADIR%%/icons/hicolor/16x16/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/16x16/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/16x16/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/22x22/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/24x24/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/24x24/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/32x32/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/48x48/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/scalable/actions/eog-image-collection.svg -%%DATADIR%%/icons/hicolor/scalable/actions/eog-plugin.svg -%%DATADIR%%/icons/hicolor/scalable/actions/slideshow-play.svg -%%DATADIR%%/pixmaps/thumbnail-frame.png -share/gnome/help/eog/C/eog.xml -share/gnome/help/eog/C/figures/eog_save_as_window.png -share/gnome/help/eog/C/figures/eog_start_window.png -share/gnome/help/eog/C/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/C/legal.xml -share/gnome/help/eog/ar/eog.xml -share/gnome/help/eog/ar/figures/eog_save_as_window.png -share/gnome/help/eog/ar/figures/eog_start_window.png -share/gnome/help/eog/ar/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ca/eog.xml -share/gnome/help/eog/ca/figures/eog_save_as_window.png -share/gnome/help/eog/ca/figures/eog_start_window.png -share/gnome/help/eog/ca/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/cs/eog.xml -share/gnome/help/eog/cs/figures/eog_save_as_window.png -share/gnome/help/eog/cs/figures/eog_start_window.png -share/gnome/help/eog/cs/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/da/eog.xml -share/gnome/help/eog/da/figures/eog_save_as_window.png -share/gnome/help/eog/da/figures/eog_start_window.png -share/gnome/help/eog/da/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/de/eog.xml -share/gnome/help/eog/de/figures/eog_save_as_window.png -share/gnome/help/eog/de/figures/eog_start_window.png -share/gnome/help/eog/de/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/el/eog.xml -share/gnome/help/eog/el/figures/eog_save_as_window.png -share/gnome/help/eog/el/figures/eog_start_window.png -share/gnome/help/eog/el/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/en_GB/eog.xml -share/gnome/help/eog/en_GB/figures/eog_save_as_window.png -share/gnome/help/eog/en_GB/figures/eog_start_window.png -share/gnome/help/eog/en_GB/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/es/eog.xml -share/gnome/help/eog/es/figures/eog_save_as_window.png -share/gnome/help/eog/es/figures/eog_start_window.png -share/gnome/help/eog/es/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/eu/eog.xml -share/gnome/help/eog/eu/figures/eog_save_as_window.png -share/gnome/help/eog/eu/figures/eog_start_window.png -share/gnome/help/eog/eu/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/fr/eog.xml -share/gnome/help/eog/fr/figures/eog_save_as_window.png -share/gnome/help/eog/fr/figures/eog_start_window.png -share/gnome/help/eog/fr/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/it/eog.xml -share/gnome/help/eog/it/figures/eog_save_as_window.png -share/gnome/help/eog/it/figures/eog_start_window.png -share/gnome/help/eog/it/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ja/eog.xml -share/gnome/help/eog/ja/figures/eog_save_as_window.png -share/gnome/help/eog/ja/figures/eog_start_window.png -share/gnome/help/eog/ja/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ko/eog.xml -share/gnome/help/eog/ko/figures/eog_save_as_window.png -share/gnome/help/eog/ko/figures/eog_start_window.png -share/gnome/help/eog/ko/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/oc/eog.xml -share/gnome/help/eog/oc/figures/eog_save_as_window.png -share/gnome/help/eog/oc/figures/eog_start_window.png -share/gnome/help/eog/oc/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pa/eog.xml -share/gnome/help/eog/pa/figures/eog_save_as_window.png -share/gnome/help/eog/pa/figures/eog_start_window.png -share/gnome/help/eog/pa/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pl/eog.xml -share/gnome/help/eog/pl/figures/eog_save_as_window.png -share/gnome/help/eog/pl/figures/eog_start_window.png -share/gnome/help/eog/pl/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pt_BR/eog.xml -share/gnome/help/eog/pt_BR/figures/eog_save_as_window.png -share/gnome/help/eog/pt_BR/figures/eog_start_window.png -share/gnome/help/eog/pt_BR/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ru/eog.xml -share/gnome/help/eog/ru/figures/eog_save_as_window.png -share/gnome/help/eog/ru/figures/eog_start_window.png -share/gnome/help/eog/ru/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/sv/eog.xml -share/gnome/help/eog/sv/figures/eog_save_as_window.png -share/gnome/help/eog/sv/figures/eog_start_window.png -share/gnome/help/eog/sv/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/th/eog.xml -share/gnome/help/eog/th/figures/eog_save_as_window.png -share/gnome/help/eog/th/figures/eog_start_window.png -share/gnome/help/eog/th/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/uk/eog.xml -share/gnome/help/eog/uk/figures/eog_save_as_window.png -share/gnome/help/eog/uk/figures/eog_start_window.png -share/gnome/help/eog/uk/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/zh_CN/eog.xml -share/gnome/help/eog/zh_CN/figures/eog_save_as_window.png -share/gnome/help/eog/zh_CN/figures/eog_start_window.png -share/gnome/help/eog/zh_CN/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/zh_TW/eog.xml -share/gnome/help/eog/zh_TW/figures/eog_save_as_window.png -share/gnome/help/eog/zh_TW/figures/eog_start_window.png -share/gnome/help/eog/zh_TW/figures/eog_toolbar_editor_window.png -share/icons/hicolor/16x16/apps/eog.png -share/icons/hicolor/22x22/apps/eog.png -share/icons/hicolor/24x24/apps/eog.png -share/icons/hicolor/32x32/apps/eog.png -share/icons/hicolor/scalable/apps/eog.svg -share/locale/af/LC_MESSAGES/eog.mo -share/locale/am/LC_MESSAGES/eog.mo -share/locale/ar/LC_MESSAGES/eog.mo -share/locale/as/LC_MESSAGES/eog.mo -share/locale/ast/LC_MESSAGES/eog.mo -share/locale/az/LC_MESSAGES/eog.mo -share/locale/be/LC_MESSAGES/eog.mo -share/locale/be@latin/LC_MESSAGES/eog.mo -share/locale/bg/LC_MESSAGES/eog.mo -share/locale/bn/LC_MESSAGES/eog.mo -share/locale/bn_IN/LC_MESSAGES/eog.mo -share/locale/br/LC_MESSAGES/eog.mo -share/locale/bs/LC_MESSAGES/eog.mo -share/locale/ca/LC_MESSAGES/eog.mo -share/locale/ca@valencia/LC_MESSAGES/eog.mo -share/locale/cs/LC_MESSAGES/eog.mo -share/locale/cy/LC_MESSAGES/eog.mo -share/locale/da/LC_MESSAGES/eog.mo -share/locale/de/LC_MESSAGES/eog.mo -share/locale/dz/LC_MESSAGES/eog.mo -share/locale/el/LC_MESSAGES/eog.mo -share/locale/en_CA/LC_MESSAGES/eog.mo -share/locale/en_GB/LC_MESSAGES/eog.mo -share/locale/es/LC_MESSAGES/eog.mo -share/locale/et/LC_MESSAGES/eog.mo -share/locale/eu/LC_MESSAGES/eog.mo -share/locale/fa/LC_MESSAGES/eog.mo -share/locale/fi/LC_MESSAGES/eog.mo -share/locale/fr/LC_MESSAGES/eog.mo -share/locale/fur/LC_MESSAGES/eog.mo -share/locale/ga/LC_MESSAGES/eog.mo -share/locale/gl/LC_MESSAGES/eog.mo -share/locale/gu/LC_MESSAGES/eog.mo -share/locale/he/LC_MESSAGES/eog.mo -share/locale/hi/LC_MESSAGES/eog.mo -share/locale/hr/LC_MESSAGES/eog.mo -share/locale/hu/LC_MESSAGES/eog.mo -share/locale/id/LC_MESSAGES/eog.mo -share/locale/is/LC_MESSAGES/eog.mo -share/locale/it/LC_MESSAGES/eog.mo -share/locale/ja/LC_MESSAGES/eog.mo -share/locale/ka/LC_MESSAGES/eog.mo -share/locale/kn/LC_MESSAGES/eog.mo -share/locale/ko/LC_MESSAGES/eog.mo -share/locale/ks/LC_MESSAGES/eog.mo -share/locale/ku/LC_MESSAGES/eog.mo -share/locale/lt/LC_MESSAGES/eog.mo -share/locale/lv/LC_MESSAGES/eog.mo -share/locale/mai/LC_MESSAGES/eog.mo -share/locale/mg/LC_MESSAGES/eog.mo -share/locale/mk/LC_MESSAGES/eog.mo -share/locale/ml/LC_MESSAGES/eog.mo -share/locale/mn/LC_MESSAGES/eog.mo -share/locale/mr/LC_MESSAGES/eog.mo -share/locale/ms/LC_MESSAGES/eog.mo -share/locale/nb/LC_MESSAGES/eog.mo -share/locale/ne/LC_MESSAGES/eog.mo -share/locale/nl/LC_MESSAGES/eog.mo -share/locale/nn/LC_MESSAGES/eog.mo -share/locale/nso/LC_MESSAGES/eog.mo -share/locale/oc/LC_MESSAGES/eog.mo -share/locale/or/LC_MESSAGES/eog.mo -share/locale/pa/LC_MESSAGES/eog.mo -share/locale/pl/LC_MESSAGES/eog.mo -share/locale/ps/LC_MESSAGES/eog.mo -share/locale/pt/LC_MESSAGES/eog.mo -share/locale/pt_BR/LC_MESSAGES/eog.mo -share/locale/ro/LC_MESSAGES/eog.mo -share/locale/ru/LC_MESSAGES/eog.mo -share/locale/rw/LC_MESSAGES/eog.mo -share/locale/si/LC_MESSAGES/eog.mo -share/locale/sk/LC_MESSAGES/eog.mo -share/locale/sl/LC_MESSAGES/eog.mo -share/locale/sq/LC_MESSAGES/eog.mo -share/locale/sr/LC_MESSAGES/eog.mo -share/locale/sr@latin/LC_MESSAGES/eog.mo -share/locale/sv/LC_MESSAGES/eog.mo -share/locale/ta/LC_MESSAGES/eog.mo -share/locale/te/LC_MESSAGES/eog.mo -share/locale/th/LC_MESSAGES/eog.mo -share/locale/tk/LC_MESSAGES/eog.mo -share/locale/tr/LC_MESSAGES/eog.mo -share/locale/ug/LC_MESSAGES/eog.mo -share/locale/uk/LC_MESSAGES/eog.mo -share/locale/uz/LC_MESSAGES/eog.mo -share/locale/uz@cyrillic/LC_MESSAGES/eog.mo -share/locale/vi/LC_MESSAGES/eog.mo -share/locale/wa/LC_MESSAGES/eog.mo -share/locale/xh/LC_MESSAGES/eog.mo -share/locale/zh_CN/LC_MESSAGES/eog.mo -share/locale/zh_HK/LC_MESSAGES/eog.mo -share/locale/zh_TW/LC_MESSAGES/eog.mo -share/locale/zu/LC_MESSAGES/eog.mo -share/omf/eog/eog-C.omf -share/omf/eog/eog-ar.omf -share/omf/eog/eog-ca.omf -share/omf/eog/eog-cs.omf -share/omf/eog/eog-da.omf -share/omf/eog/eog-de.omf -share/omf/eog/eog-el.omf -share/omf/eog/eog-en_GB.omf -share/omf/eog/eog-es.omf -share/omf/eog/eog-eu.omf -share/omf/eog/eog-fr.omf -share/omf/eog/eog-it.omf -share/omf/eog/eog-ja.omf -share/omf/eog/eog-ko.omf -share/omf/eog/eog-oc.omf -share/omf/eog/eog-pa.omf -share/omf/eog/eog-pl.omf -share/omf/eog/eog-pt_BR.omf -share/omf/eog/eog-ru.omf -share/omf/eog/eog-sv.omf -share/omf/eog/eog-th.omf -share/omf/eog/eog-uk.omf -share/omf/eog/eog-zh_CN.omf -share/omf/eog/eog-zh_TW.omf -@dirrm share/omf/eog -@dirrm share/gnome/help/eog/zh_TW/figures -@dirrm share/gnome/help/eog/zh_TW -@dirrm share/gnome/help/eog/zh_CN/figures -@dirrm share/gnome/help/eog/zh_CN -@dirrm share/gnome/help/eog/uk/figures -@dirrm share/gnome/help/eog/uk -@dirrm share/gnome/help/eog/th/figures -@dirrm share/gnome/help/eog/th -@dirrm share/gnome/help/eog/sv/figures -@dirrm share/gnome/help/eog/sv -@dirrm share/gnome/help/eog/ru/figures -@dirrm share/gnome/help/eog/ru -@dirrm share/gnome/help/eog/pt_BR/figures -@dirrm share/gnome/help/eog/pt_BR -@dirrm share/gnome/help/eog/pl/figures -@dirrm share/gnome/help/eog/pl -@dirrm share/gnome/help/eog/pa/figures -@dirrm share/gnome/help/eog/pa -@dirrm share/gnome/help/eog/oc/figures -@dirrm share/gnome/help/eog/oc -@dirrm share/gnome/help/eog/ko/figures -@dirrm share/gnome/help/eog/ko -@dirrm share/gnome/help/eog/ja/figures -@dirrm share/gnome/help/eog/ja -@dirrm share/gnome/help/eog/it/figures -@dirrm share/gnome/help/eog/it -@dirrm share/gnome/help/eog/fr/figures -@dirrm share/gnome/help/eog/fr -@dirrm share/gnome/help/eog/eu/figures -@dirrm share/gnome/help/eog/eu -@dirrm share/gnome/help/eog/es/figures -@dirrm share/gnome/help/eog/es -@dirrm share/gnome/help/eog/en_GB/figures -@dirrm share/gnome/help/eog/en_GB -@dirrm share/gnome/help/eog/el/figures -@dirrm share/gnome/help/eog/el -@dirrm share/gnome/help/eog/de/figures -@dirrm share/gnome/help/eog/de -@dirrm share/gnome/help/eog/da/figures -@dirrm share/gnome/help/eog/da -@dirrm share/gnome/help/eog/cs/figures -@dirrm share/gnome/help/eog/cs -@dirrm share/gnome/help/eog/ca/figures -@dirrm share/gnome/help/eog/ca -@dirrm share/gnome/help/eog/ar/figures -@dirrm share/gnome/help/eog/ar -@dirrm share/gnome/help/eog/C/figures -@dirrm share/gnome/help/eog/C -@dirrm share/gnome/help/eog -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/eog/plugins -@dirrm lib/eog -@dirrm include/eog-2.20/eog -@dirrm include/eog-2.20 -@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/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile deleted file mode 100644 index c849c24ab..000000000 --- a/graphics/evince/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# New ports collection makefile for: evince -# Date created: 09 January 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.129 2009/09/22 03:06:50 avl Exp $ -# - -PORTNAME= evince -PORTVERSION= 2.28.1 -CATEGORIES= graphics print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 multi-format document viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ - spectre.1:${PORTSDIR}/print/libspectre -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ - gnomedocutils ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= evince.schemas \ - evince-thumbnailer.schemas \ - evince-thumbnailer-ps.schemas - -MAN1= evince.1 - -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - DBUS "Enable D-BUS support" on \ - COMICS "Enable comic book archives support" on \ - IMPRESS "Enable Impress presentations support" off \ - DJVU "Enable DJVU support" off - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so) -WITH_DBUS= yes -.endif - -.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a) -BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base - -CONFIGURE_ARGS+= --enable-dvi -GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas -PLIST_SUB+= DVI="" -. if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - -CONFIGURE_ARGS+= --enable-t1lib -. endif -.else -PLIST_SUB+= DVI="@comment " -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -USE_GNOME+= libglade2 -CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " -.endif - -.if defined(WITH_IMPRESS) -CONFIGURE_ARGS+= --enable-impress -PLIST_SUB+= IMPRESS="" -.else -CONFIGURE_ARGS+= --disable-impress -PLIST_SUB+= IMPRESS="@comment " -.endif - -.if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 -CONFIGURE_ARGS+= --enable-djvu -GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas -PLIST_SUB+= DJVU="" -.else -CONFIGURE_ARGS+= --disable-djvu -PLIST_SUB+= DJVU="@comment " -.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.endif - -.if !defined(WITHOUT_COMICS) -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -CONFIGURE_ARGS+= --enable-comics -GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas -PLIST_SUB+= COMICS="" -.else -CONFIGURE_ARGS+= --disable-comics -PLIST_SUB+= COMICS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo deleted file mode 100644 index 2c95413b7..000000000 --- a/graphics/evince/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evince-2.28.1.tar.bz2) = 3f0bf750825f5455d307ec21a27d1f3e -SHA256 (gnome2/evince-2.28.1.tar.bz2) = c64047d4dc8424b613274651a5ef6bc78d306fc71bef36a3e033c07ddc2487a6 -SIZE (gnome2/evince-2.28.1.tar.bz2) = 2033193 diff --git a/graphics/evince/pkg-descr b/graphics/evince/pkg-descr deleted file mode 100644 index 800f6fcd3..000000000 --- a/graphics/evince/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Evince is a document viewer for multiple document formats including PDF and -Postscript. The goal of evince is to replace document viewers such as ggv and -gpdf with a single, simple application. - -WWW: http://www.gnome.org/projects/evince/ diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist deleted file mode 100644 index 1d1a6d126..000000000 --- a/graphics/evince/pkg-plist +++ /dev/null @@ -1,457 +0,0 @@ -bin/evince -bin/evince-previewer -bin/evince-thumbnailer -include/evince/2.25/evince-document.h -include/evince/2.25/evince-view.h -include/evince/2.25/libdocument/ev-annotation.h -include/evince/2.25/libdocument/ev-async-renderer.h -include/evince/2.25/libdocument/ev-attachment.h -include/evince/2.25/libdocument/ev-backends-manager.h -include/evince/2.25/libdocument/ev-document-annotations.h -include/evince/2.25/libdocument/ev-document-factory.h -include/evince/2.25/libdocument/ev-document-find.h -include/evince/2.25/libdocument/ev-document-fonts.h -include/evince/2.25/libdocument/ev-document-forms.h -include/evince/2.25/libdocument/ev-document-images.h -include/evince/2.25/libdocument/ev-document-info.h -include/evince/2.25/libdocument/ev-document-layers.h -include/evince/2.25/libdocument/ev-document-links.h -include/evince/2.25/libdocument/ev-document-misc.h -include/evince/2.25/libdocument/ev-document-print.h -include/evince/2.25/libdocument/ev-document-security.h -include/evince/2.25/libdocument/ev-document-thumbnails.h -include/evince/2.25/libdocument/ev-document-transition.h -include/evince/2.25/libdocument/ev-document-type-builtins.h -include/evince/2.25/libdocument/ev-document.h -include/evince/2.25/libdocument/ev-file-exporter.h -include/evince/2.25/libdocument/ev-file-helpers.h -include/evince/2.25/libdocument/ev-form-field.h -include/evince/2.25/libdocument/ev-image.h -include/evince/2.25/libdocument/ev-init.h -include/evince/2.25/libdocument/ev-layer.h -include/evince/2.25/libdocument/ev-link-action.h -include/evince/2.25/libdocument/ev-link-dest.h -include/evince/2.25/libdocument/ev-link.h -include/evince/2.25/libdocument/ev-mapping.h -include/evince/2.25/libdocument/ev-page.h -include/evince/2.25/libdocument/ev-render-context.h -include/evince/2.25/libdocument/ev-selection.h -include/evince/2.25/libdocument/ev-transition-effect.h -include/evince/2.25/libdocument/ev-version.h -include/evince/2.25/libview/ev-job-scheduler.h -include/evince/2.25/libview/ev-jobs.h -include/evince/2.25/libview/ev-page-cache.h -include/evince/2.25/libview/ev-stock-icons.h -include/evince/2.25/libview/ev-view-type-builtins.h -include/evince/2.25/libview/ev-view.h -%%COMICS%%lib/evince/1/backends/comicsdocument.evince-backend -%%DJVU%%lib/evince/1/backends/djvudocument.evince-backend -%%DVI%%lib/evince/1/backends/dvidocument.evince-backend -%%IMPRESS%%lib/evince/1/backends/impressdocument.evince-backend -%%COMICS%%lib/evince/1/backends/libcomicsdocument.a -%%COMICS%%lib/evince/1/backends/libcomicsdocument.la -%%COMICS%%lib/evince/1/backends/libcomicsdocument.so -%%DJVU%%lib/evince/1/backends/libdjvudocument.a -%%DJVU%%lib/evince/1/backends/libdjvudocument.la -%%DJVU%%lib/evince/1/backends/libdjvudocument.so -%%DVI%%lib/evince/1/backends/libdvidocument.a -%%DVI%%lib/evince/1/backends/libdvidocument.la -%%DVI%%lib/evince/1/backends/libdvidocument.so -%%IMPRESS%%lib/evince/1/backends/libimpressdocument.a -%%IMPRESS%%lib/evince/1/backends/libimpressdocument.la -%%IMPRESS%%lib/evince/1/backends/libimpressdocument.so -lib/evince/1/backends/libpdfdocument.a -lib/evince/1/backends/libpdfdocument.la -lib/evince/1/backends/libpdfdocument.so -lib/evince/1/backends/libpsdocument.a -lib/evince/1/backends/libpsdocument.la -lib/evince/1/backends/libpsdocument.so -lib/evince/1/backends/libtiffdocument.a -lib/evince/1/backends/libtiffdocument.la -lib/evince/1/backends/libtiffdocument.so -lib/evince/1/backends/pdfdocument.evince-backend -lib/evince/1/backends/psdocument.evince-backend -lib/evince/1/backends/tiffdocument.evince-backend -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.so -lib/libevdocument.a -lib/libevdocument.la -lib/libevdocument.so -lib/libevdocument.so.1 -lib/libevview.a -lib/libevview.la -lib/libevview.so -lib/libevview.so.1 -libdata/pkgconfig/evince-document-2.25.pc -libdata/pkgconfig/evince-view-2.25.pc -share/applications/evince.desktop -%%DOCSDIR%%/EvNavigationAction.html -%%DOCSDIR%%/EvNavigationActionWidget.html -%%DOCSDIR%%/EvPageAction.html -%%DOCSDIR%%/EvPageActionWidget.html -%%DOCSDIR%%/EvWindow.html -%%DOCSDIR%%/evince-EvHistory.html -%%DOCSDIR%%/evince-EvPasswordView.html -%%DOCSDIR%%/evince-EvSidebar.html -%%DOCSDIR%%/evince-EvSidebarAttachments.html -%%DOCSDIR%%/evince-EvSidebarLinks.html -%%DOCSDIR%%/evince-EvSidebarPage.html -%%DOCSDIR%%/evince-EvSidebarThumbnails.html -%%DOCSDIR%%/evince-ev-metadata-manager.html -%%DOCSDIR%%/evince-ev-properties-dialog.html -%%DOCSDIR%%/evince-ev-properties-fonts.html -%%DOCSDIR%%/evince-ev-utils.html -%%DOCSDIR%%/evince-ev-window-title.html -%%DOCSDIR%%/evince.devhelp -%%DOCSDIR%%/evince.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/pt01.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/doc/libevdocument/EvAsyncRenderer.html -share/doc/libevdocument/EvAttachment.html -share/doc/libevdocument/EvDocument.html -share/doc/libevdocument/EvDocumentFind.html -share/doc/libevdocument/EvDocumentFonts.html -share/doc/libevdocument/EvDocumentForms.html -share/doc/libevdocument/EvDocumentImages.html -share/doc/libevdocument/EvDocumentLayers.html -share/doc/libevdocument/EvDocumentLinks.html -share/doc/libevdocument/EvDocumentSecurity.html -share/doc/libevdocument/EvDocumentThumbnails.html -share/doc/libevdocument/EvDocumentTransition.html -share/doc/libevdocument/EvFileExporter.html -share/doc/libevdocument/EvFormFieldSignature.html -share/doc/libevdocument/EvImage.html -share/doc/libevdocument/EvLayer.html -share/doc/libevdocument/EvPage.html -share/doc/libevdocument/EvRenderContext.html -share/doc/libevdocument/EvSelection.html -share/doc/libevdocument/data.html -share/doc/libevdocument/helper.html -share/doc/libevdocument/home.png -share/doc/libevdocument/index.html -share/doc/libevdocument/index.sgml -share/doc/libevdocument/interfaces.html -share/doc/libevdocument/left.png -share/doc/libevdocument/libevdocument-ev-backends-manager.html -share/doc/libevdocument/libevdocument-ev-document-factory.html -share/doc/libevdocument/libevdocument-ev-document-info.html -share/doc/libevdocument/libevdocument-ev-document-misc.html -share/doc/libevdocument/libevdocument-ev-file-helpers.html -share/doc/libevdocument/libevdocument-ev-init.html -share/doc/libevdocument/libevdocument-ev-link-action.html -share/doc/libevdocument/libevdocument-ev-link-dest.html -share/doc/libevdocument/libevdocument-ev-link.html -share/doc/libevdocument/libevdocument-ev-transition-effect.html -share/doc/libevdocument/libevdocument.devhelp -share/doc/libevdocument/libevdocument.devhelp2 -share/doc/libevdocument/right.png -share/doc/libevdocument/style.css -share/doc/libevdocument/up.png -share/doc/libevview/ch01.html -share/doc/libevview/home.png -share/doc/libevview/index.html -share/doc/libevview/index.sgml -share/doc/libevview/left.png -share/doc/libevview/libevview-EvJobPrint.html -share/doc/libevview/libevview-ev-job-scheduler.html -share/doc/libevview/libevview-ev-page-cache.html -share/doc/libevview/libevview-ev-stock-icons.html -share/doc/libevview/libevview-ev-view.html -share/doc/libevview/libevview.devhelp -share/doc/libevview/libevview.devhelp2 -share/doc/libevview/right.png -share/doc/libevview/style.css -share/doc/libevview/up.png -%%DATADIR%%/evince-previewer-ui.xml -%%DATADIR%%/evince-toolbar.xml -%%DATADIR%%/evince-ui.xml -%%DATADIR%%/hand-open.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png -%%DATADIR%%/icons/hicolor/22x22/actions/eye.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/48x48/actions/close.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png -share/gnome/help/evince/C/evince.xml -share/gnome/help/evince/C/figures/evince_start_window.png -share/gnome/help/evince/C/legal.xml -share/gnome/help/evince/bg/evince.xml -share/gnome/help/evince/bg/figures/evince_start_window.png -share/gnome/help/evince/ca/evince.xml -share/gnome/help/evince/ca/figures/evince_start_window.png -share/gnome/help/evince/cs/evince.xml -share/gnome/help/evince/cs/figures/evince_start_window.png -share/gnome/help/evince/de/evince.xml -share/gnome/help/evince/de/figures/evince_start_window.png -share/gnome/help/evince/el/evince.xml -share/gnome/help/evince/el/figures/evince_start_window.png -share/gnome/help/evince/en_GB/evince.xml -share/gnome/help/evince/en_GB/figures/evince_start_window.png -share/gnome/help/evince/es/evince.xml -share/gnome/help/evince/es/figures/evince_start_window.png -share/gnome/help/evince/eu/evince.xml -share/gnome/help/evince/eu/figures/evince_start_window.png -share/gnome/help/evince/fi/evince.xml -share/gnome/help/evince/fi/figures/evince_start_window.png -share/gnome/help/evince/fr/evince.xml -share/gnome/help/evince/fr/figures/evince_start_window.png -share/gnome/help/evince/it/evince.xml -share/gnome/help/evince/it/figures/evince_start_window.png -share/gnome/help/evince/ja/evince.xml -share/gnome/help/evince/ja/figures/evince_start_window.png -share/gnome/help/evince/nl/evince.xml -share/gnome/help/evince/nl/figures/evince_start_window.png -share/gnome/help/evince/oc/evince.xml -share/gnome/help/evince/oc/figures/evince_start_window.png -share/gnome/help/evince/pt_BR/evince.xml -share/gnome/help/evince/pt_BR/figures/evince_start_window.png -share/gnome/help/evince/ru/evince.xml -share/gnome/help/evince/ru/figures/evince_start_window.png -share/gnome/help/evince/sr/evince.xml -share/gnome/help/evince/sr/figures/evince_start_window.png -share/gnome/help/evince/sv/evince.xml -share/gnome/help/evince/sv/figures/evince_start_window.png -share/gnome/help/evince/uk/evince.xml -share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/help/evince/vi/evince.xml -share/gnome/help/evince/vi/figures/evince_start_window.png -share/gnome/help/evince/zh_CN/evince.xml -share/gnome/help/evince/zh_CN/figures/evince_start_window.png -share/icons/hicolor/16x16/apps/evince.png -share/icons/hicolor/22x22/apps/evince.png -share/icons/hicolor/24x24/apps/evince.png -share/icons/hicolor/48x48/apps/evince.png -share/icons/hicolor/scalable/apps/evince.svg -share/locale/af/LC_MESSAGES/evince.mo -share/locale/ar/LC_MESSAGES/evince.mo -share/locale/as/LC_MESSAGES/evince.mo -share/locale/ast/LC_MESSAGES/evince.mo -share/locale/be/LC_MESSAGES/evince.mo -share/locale/bg/LC_MESSAGES/evince.mo -share/locale/bn/LC_MESSAGES/evince.mo -share/locale/bn_IN/LC_MESSAGES/evince.mo -share/locale/br/LC_MESSAGES/evince.mo -share/locale/ca/LC_MESSAGES/evince.mo -share/locale/ca@valencia/LC_MESSAGES/evince.mo -share/locale/cs/LC_MESSAGES/evince.mo -share/locale/cy/LC_MESSAGES/evince.mo -share/locale/da/LC_MESSAGES/evince.mo -share/locale/de/LC_MESSAGES/evince.mo -share/locale/dz/LC_MESSAGES/evince.mo -share/locale/el/LC_MESSAGES/evince.mo -share/locale/en_CA/LC_MESSAGES/evince.mo -share/locale/en_GB/LC_MESSAGES/evince.mo -share/locale/es/LC_MESSAGES/evince.mo -share/locale/et/LC_MESSAGES/evince.mo -share/locale/eu/LC_MESSAGES/evince.mo -share/locale/fa/LC_MESSAGES/evince.mo -share/locale/fi/LC_MESSAGES/evince.mo -share/locale/fr/LC_MESSAGES/evince.mo -share/locale/ga/LC_MESSAGES/evince.mo -share/locale/gl/LC_MESSAGES/evince.mo -share/locale/gu/LC_MESSAGES/evince.mo -share/locale/he/LC_MESSAGES/evince.mo -share/locale/hi/LC_MESSAGES/evince.mo -share/locale/hu/LC_MESSAGES/evince.mo -share/locale/id/LC_MESSAGES/evince.mo -share/locale/it/LC_MESSAGES/evince.mo -share/locale/ja/LC_MESSAGES/evince.mo -share/locale/ka/LC_MESSAGES/evince.mo -share/locale/kn/LC_MESSAGES/evince.mo -share/locale/ko/LC_MESSAGES/evince.mo -share/locale/ks/LC_MESSAGES/evince.mo -share/locale/ku/LC_MESSAGES/evince.mo -share/locale/lt/LC_MESSAGES/evince.mo -share/locale/lv/LC_MESSAGES/evince.mo -share/locale/mai/LC_MESSAGES/evince.mo -share/locale/mg/LC_MESSAGES/evince.mo -share/locale/mk/LC_MESSAGES/evince.mo -share/locale/ml/LC_MESSAGES/evince.mo -share/locale/mr/LC_MESSAGES/evince.mo -share/locale/nb/LC_MESSAGES/evince.mo -share/locale/ne/LC_MESSAGES/evince.mo -share/locale/nl/LC_MESSAGES/evince.mo -share/locale/nn/LC_MESSAGES/evince.mo -share/locale/oc/LC_MESSAGES/evince.mo -share/locale/or/LC_MESSAGES/evince.mo -share/locale/pa/LC_MESSAGES/evince.mo -share/locale/pl/LC_MESSAGES/evince.mo -share/locale/ps/LC_MESSAGES/evince.mo -share/locale/pt/LC_MESSAGES/evince.mo -share/locale/pt_BR/LC_MESSAGES/evince.mo -share/locale/ro/LC_MESSAGES/evince.mo -share/locale/ru/LC_MESSAGES/evince.mo -share/locale/rw/LC_MESSAGES/evince.mo -share/locale/si/LC_MESSAGES/evince.mo -share/locale/sk/LC_MESSAGES/evince.mo -share/locale/sl/LC_MESSAGES/evince.mo -share/locale/sq/LC_MESSAGES/evince.mo -share/locale/sr/LC_MESSAGES/evince.mo -share/locale/sv/LC_MESSAGES/evince.mo -share/locale/ta/LC_MESSAGES/evince.mo -share/locale/te/LC_MESSAGES/evince.mo -share/locale/th/LC_MESSAGES/evince.mo -share/locale/tr/LC_MESSAGES/evince.mo -share/locale/uk/LC_MESSAGES/evince.mo -share/locale/vi/LC_MESSAGES/evince.mo -share/locale/wa/LC_MESSAGES/evince.mo -share/locale/zh_CN/LC_MESSAGES/evince.mo -share/locale/zh_HK/LC_MESSAGES/evince.mo -share/locale/zh_TW/LC_MESSAGES/evince.mo -share/omf/evince/evince-C.omf -share/omf/evince/evince-bg.omf -share/omf/evince/evince-ca.omf -share/omf/evince/evince-cs.omf -share/omf/evince/evince-de.omf -share/omf/evince/evince-el.omf -share/omf/evince/evince-en_GB.omf -share/omf/evince/evince-es.omf -share/omf/evince/evince-eu.omf -share/omf/evince/evince-fi.omf -share/omf/evince/evince-fr.omf -share/omf/evince/evince-it.omf -share/omf/evince/evince-ja.omf -share/omf/evince/evince-nl.omf -share/omf/evince/evince-oc.omf -share/omf/evince/evince-pt_BR.omf -share/omf/evince/evince-ru.omf -share/omf/evince/evince-sr.omf -share/omf/evince/evince-sv.omf -share/omf/evince/evince-uk.omf -share/omf/evince/evince-vi.omf -share/omf/evince/evince-zh_CN.omf -share/locale/be@latin/LC_MESSAGES/evince.mo -share/locale/sr@latin/LC_MESSAGES/evince.mo -@dirrm share/omf/evince -@dirrm share/gnome/help/evince/zh_CN/figures -@dirrm share/gnome/help/evince/zh_CN -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@dirrm share/gnome/help/evince/vi/figures -@dirrm share/gnome/help/evince/vi -@dirrm share/gnome/help/evince/sv/figures -@dirrm share/gnome/help/evince/sv -@dirrm share/gnome/help/evince/sr/figures -@dirrm share/gnome/help/evince/sr -@dirrm share/gnome/help/evince/ru/figures -@dirrm share/gnome/help/evince/ru -@dirrm share/gnome/help/evince/pt_BR/figures -@dirrm share/gnome/help/evince/pt_BR -@dirrm share/gnome/help/evince/oc/figures -@dirrm share/gnome/help/evince/oc -@dirrm share/gnome/help/evince/nl/figures -@dirrm share/gnome/help/evince/nl -@dirrm share/gnome/help/evince/ja/figures -@dirrm share/gnome/help/evince/ja -@dirrm share/gnome/help/evince/it/figures -@dirrm share/gnome/help/evince/it -@dirrm share/gnome/help/evince/fr/figures -@dirrm share/gnome/help/evince/fr -@dirrm share/gnome/help/evince/fi/figures -@dirrm share/gnome/help/evince/fi -@dirrm share/gnome/help/evince/eu/figures -@dirrm share/gnome/help/evince/eu -@dirrm share/gnome/help/evince/es/figures -@dirrm share/gnome/help/evince/es -@dirrm share/gnome/help/evince/en_GB/figures -@dirrm share/gnome/help/evince/en_GB -@dirrm share/gnome/help/evince/el/figures -@dirrm share/gnome/help/evince/el -@dirrm share/gnome/help/evince/de/figures -@dirrm share/gnome/help/evince/de -@dirrm share/gnome/help/evince/cs/figures -@dirrm share/gnome/help/evince/cs -@dirrm share/gnome/help/evince/ca/figures -@dirrm share/gnome/help/evince/ca -@dirrm share/gnome/help/evince/bg/figures -@dirrm share/gnome/help/evince/bg -@dirrm share/gnome/help/evince/C/figures -@dirrm share/gnome/help/evince/C -@dirrm share/gnome/help/evince -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/doc/libevview -@dirrm share/doc/libevdocument -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/evince/1/backends -@dirrm lib/evince/1 -@dirrm lib/evince -@dirrm include/evince/2.25/libview -@dirrm include/evince/2.25/libdocument -@dirrm include/evince/2.25 -@dirrm include/evince -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@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 diff --git a/graphics/gambas2-gb-pdf/Makefile b/graphics/gambas2-gb-pdf/Makefile deleted file mode 100644 index 1626b91aa..000000000 --- a/graphics/gambas2-gb-pdf/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: gambas2-gb-pdf -# Date created: 2009-05-02 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 1 -CATEGORIES= graphics lang -PKGNAMESUFFIX= -gb-pdf - -COMMENT= The gambas pdf component - -MASTERDIR= ${.CURDIR}/../../lang/gambas2-base - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gambas2-gb-pdf/files/patch-gb.pdf_src_CPdfDocument.cpp b/graphics/gambas2-gb-pdf/files/patch-gb.pdf_src_CPdfDocument.cpp deleted file mode 100644 index 65d1f7c27..000000000 --- a/graphics/gambas2-gb-pdf/files/patch-gb.pdf_src_CPdfDocument.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- gb.pdf/src/CPdfDocument.cpp.orig 2009-09-27 18:30:35.000000000 +0200 -+++ gb.pdf/src/CPdfDocument.cpp 2009-09-27 20:10:45.000000000 +0200 -@@ -510,9 +510,15 @@ END_PROPERTY - BEGIN_PROPERTY(PDFINFO_format) - - char *ctx=NULL; -+ double version; -+ int major, minor; -+ -+ major = THIS->doc->getPDFMajorVersion(); -+ minor = THIS->doc->getPDFMinorVersion(); -+ version = (double)(major + minor *0.1); - - GB.Alloc(POINTER(&ctx),16*sizeof(char)); -- snprintf(ctx,16*sizeof(char),"%.2g",THIS->doc->getPDFVersion()); -+ snprintf(ctx,16*sizeof(char),"%.2g", version); - GB.ReturnNewZeroString(ctx); - GB.Free(POINTER(&ctx)); - diff --git a/graphics/gambas2-gb-pdf/pkg-plist b/graphics/gambas2-gb-pdf/pkg-plist deleted file mode 100644 index 8ecfcfd5d..000000000 --- a/graphics/gambas2-gb-pdf/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -@comment $FreeBSD$ -lib/gambas2/gb.pdf.component -lib/gambas2/gb.pdf.so.0 -lib/gambas2/gb.pdf.so -lib/gambas2/gb.pdf.la -%%DATADIR%%/info/gb.pdf.info -%%DATADIR%%/info/gb.pdf.list -@dirrmtry lib/gambas2 -@dirrmtry %%DATADIR%%/info -@dirrmtry %%DATADIR%% diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index 7d01e19fc..000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,201 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.47 2009/09/08 19:21:50 kwm Exp $ -# - -PORTNAME= gimp-app -DISTVERSION= 2.6.7 -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.5:${PORTSDIR}/graphics/png \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.0.22:${PORTSDIR}/graphics/gegl -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:22 -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+= webkit-1.0.13:${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.4:${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"|"libpng12"|' \ - -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 deleted file mode 100644 index d1bcbd18a..000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.6.7.tar.bz2) = 77ed86a8de9b48587efb24f2b115ad38 -SHA256 (gimp-2.6.7.tar.bz2) = a401c5fbe59e812413cb4d0b37607680089bf254056d8b5853aa79e03a6fe115 -SIZE (gimp-2.6.7.tar.bz2) = 16341756 diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure deleted file mode 100644 index 1a89a1cc2..000000000 --- a/graphics/gimp-app/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 deleted file mode 100644 index a1bb86bbf..000000000 --- a/graphics/gimp-app/files/patch-libgimp_gimp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 deleted file mode 100644 index 4f46084a0..000000000 --- a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in +++ /dev/null @@ -1,104 +0,0 @@ ---- 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 deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp-app/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index dfba40fd5..000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,2116 +0,0 @@ -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/GimpModule.html -share/doc/gimp/libgimpmodule/GimpModuleDB.html -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-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/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/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/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.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 -@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 -@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/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 diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile deleted file mode 100644 index a5c24db40..000000000 --- a/graphics/gimp/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports-stable/graphics/gimp/Makefile,v 1.3 2007/12/02 18:43:48 ahze Exp $ -# - -PORTNAME= gimp -DISTVERSION?= 2.6.7 -PORTREVISION?= 0 -PORTEPOCH?= 2 -CATEGORIES= graphics gnome -MASTER_SITES?= # empty -DISTFILES?= # empty -EXTRACT_ONLY?= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for The Gimp - -RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app - -OPTIONS= PYTHON "Python-fu support" Off \ - PRINT "Gutenprint (gimp-print) plugin" On \ - HELP "Install Gimp-Help (50+MB distfile)" Off - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if defined(WITH_HELP) -RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help -.endif - -.if defined(WITH_PYTHON) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp -.endif - -.if !defined(WITHOUT_PRINT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint -RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint -.endif - -do-install: # empty - -.include <bsd.port.post.mk> diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr deleted file mode 100644 index 35939f2a6..000000000 --- a/graphics/gimp/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -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. - -This is "The Gimp" meta-port, see ports/graphics/gimp-app for more details - -WWW: http://www.gimp.org/ diff --git a/graphics/gir-repository-goocanvas/Makefile b/graphics/gir-repository-goocanvas/Makefile deleted file mode 100644 index 6b0067e1c..000000000 --- a/graphics/gir-repository-goocanvas/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-goocanvas -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= graphics - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -goocanvas - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/graphics/gir-repository-poppler/Makefile b/graphics/gir-repository-poppler/Makefile deleted file mode 100644 index 0337015c1..000000000 --- a/graphics/gir-repository-poppler/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-poppler -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= graphics - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -poppler - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile deleted file mode 100644 index 829239635..000000000 --- a/graphics/inkscape/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: inkscape -# Date created: 17 Nov 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= inkscape -PORTVERSION= 0.47 -CATEGORIES= graphics gnome -MASTER_SITES= SF - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program seeks to become a full featured open source SVG editor - -BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gc.1:${PORTSDIR}/devel/boehm-gc \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - lcms.1:${PORTSDIR}/graphics/lcms \ - wpg-0.1.1:${PORTSDIR}/graphics/libwpg \ - Magick++.2:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL - -USE_BZIP2= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack desktopfileutils intlhack libxslt -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= inkscape.1 -MAN1_EN= inkview.1 -MANLANG= "" fr - -OPTIONS= POPPLER "Enable libpoppler-cairo for rendering PDF preview" off - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomevfs2} != "" -USE_GNOME+= gnomevfs2 -CONFIGURE_ARGS+= --with-gnome-vfs -.else -CONFIGURE_ARGS+= --without-gnome-vfs -.endif - -.if defined(WITH_POPPLER) -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk -CONFIGURE_ARGS+= --enable-poppler-cairo -.else -CONFIGURE_ARGS+= --enable-poppler-cairo=no -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|ieefp.h|ieeefp.h|' \ - ${WRKSRC}/src/2geom/bezier-utils.cpp - @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng12 >= 1.2|g' \ - ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "*.h" -o -name "*.cpp" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' -.if !defined(WITH_POPPLER) - @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \ - ${WRKSRC}/configure -.endif - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo deleted file mode 100644 index 1ac697e42..000000000 --- a/graphics/inkscape/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (inkscape-0.47.tar.bz2) = 7b497c8f673e40b05295a29f6e2111f4 -SHA256 (inkscape-0.47.tar.bz2) = 4985bc5bf1938d818fee31c72151a2d889300c0be00fab5dc94ccd84df39ef3a -SIZE (inkscape-0.47.tar.bz2) = 20742550 diff --git a/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp b/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp deleted file mode 100644 index ff6662782..000000000 --- a/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/libnr/nr-matrix.cpp.org 2008-04-02 22:01:32.000000000 +0200 -+++ src/libnr/nr-matrix.cpp 2008-04-02 22:01:54.000000000 +0200 -@@ -11,6 +11,7 @@ - * This code is in public domain - */ - -+#include <cstdio> - #include <cstdlib> - #include "nr-matrix.h" - diff --git a/graphics/inkscape/files/patch-src::livarot::Path.cpp b/graphics/inkscape/files/patch-src::livarot::Path.cpp deleted file mode 100644 index 587ec22c4..000000000 --- a/graphics/inkscape/files/patch-src::livarot::Path.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/livarot/Path.cpp.orig Sat Apr 10 03:53:47 2004 -+++ src/livarot/Path.cpp Sat Apr 10 03:53:52 2004 -@@ -7,6 +7,7 @@ - */ - - #include <glib.h> -+#include <cstdio> - #include "Path.h" - #include <libnr/nr-point.h> - #include <libnr/nr-point-ops.h> diff --git a/graphics/inkscape/files/patch-src::remove-last.h b/graphics/inkscape/files/patch-src::remove-last.h deleted file mode 100644 index 059f14ac7..000000000 --- a/graphics/inkscape/files/patch-src::remove-last.h +++ /dev/null @@ -1,19 +0,0 @@ ---- src/remove-last.h.orig Mon Apr 12 09:56:06 2004 -+++ src/remove-last.h Mon Apr 12 09:56:47 2004 -@@ -2,6 +2,7 @@ - #define __REMOVE_LAST_H__ - - #include <vector> -+#include <algorithm> - #include <glib.h> - - template<class T> -@@ -9,7 +10,7 @@ - { - using std::vector; - -- typename vector<T>::reverse_iterator i(find(seq.rbegin(), seq.rend(), elem)); -+ typename vector<T>::reverse_iterator i(std::find(seq.rbegin(), seq.rend(), elem)); - g_assert( i != seq.rend() ); - typename vector<T>::iterator ii(&*i); - seq.erase(ii); diff --git a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp b/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp deleted file mode 100644 index 82eb4bc8f..000000000 --- a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp +++ /dev/null @@ -1,89 +0,0 @@ ---- src/extension/internal/pdfinput/pdf-parser.cpp.orig 2009-11-26 03:14:38.000000000 +0100 -+++ src/extension/internal/pdfinput/pdf-parser.cpp 2009-11-26 03:14:47.000000000 +0100 -@@ -809,7 +809,7 @@ void PdfParser::opSetExtGState(Object ar - blendingColorSpace = NULL; - isolated = knockout = gFalse; - if (!obj4.dictLookup(const_cast<char*>("CS"), &obj5)->isNull()) { -- blendingColorSpace = GfxColorSpace::parse(&obj5); -+ blendingColorSpace = GfxColorSpace::parse(&obj5,(Gfx*)this); - } - obj5.free(); - if (obj4.dictLookup(const_cast<char*>("I"), &obj5)->isBool()) { -@@ -1009,9 +1009,9 @@ void PdfParser::opSetFillColorSpace(Obje - state->setFillPattern(NULL); - res->lookupColorSpace(args[0].getName(), &obj); - if (obj.isNull()) { -- colorSpace = GfxColorSpace::parse(&args[0]); -+ colorSpace = GfxColorSpace::parse(&args[0],(Gfx*)this); - } else { -- colorSpace = GfxColorSpace::parse(&obj); -+ colorSpace = GfxColorSpace::parse(&obj,(Gfx*)this); - } - obj.free(); - if (colorSpace) { -@@ -1032,9 +1032,9 @@ void PdfParser::opSetStrokeColorSpace(Ob - state->setStrokePattern(NULL); - res->lookupColorSpace(args[0].getName(), &obj); - if (obj.isNull()) { -- colorSpace = GfxColorSpace::parse(&args[0]); -+ colorSpace = GfxColorSpace::parse(&args[0],(Gfx*)this); - } else { -- colorSpace = GfxColorSpace::parse(&obj); -+ colorSpace = GfxColorSpace::parse(&obj,(Gfx*)this); - } - obj.free(); - if (colorSpace) { -@@ -1101,7 +1101,7 @@ void PdfParser::opSetFillColorN(Object a - builder->updateStyle(state); - } - if (args[numArgs-1].isName() && -- (pattern = res->lookupPattern(args[numArgs-1].getName()))) { -+ (pattern = res->lookupPattern(args[numArgs-1].getName(),(Gfx*)this))) { - state->setFillPattern(pattern); - builder->updateStyle(state); - } -@@ -1145,7 +1145,7 @@ void PdfParser::opSetStrokeColorN(Object - builder->updateStyle(state); - } - if (args[numArgs-1].isName() && -- (pattern = res->lookupPattern(args[numArgs-1].getName()))) { -+ (pattern = res->lookupPattern(args[numArgs-1].getName(),(Gfx*)this))) { - state->setStrokePattern(pattern); - builder->updateStyle(state); - } -@@ -1543,7 +1543,7 @@ void PdfParser::opShFill(Object args[], - double *matrix = NULL; - GBool savedState = gFalse; - -- if (!(shading = res->lookupShading(args[0].getName()))) { -+ if (!(shading = res->lookupShading(args[0].getName(),(Gfx*)this))) { - return; - } - -@@ -2507,7 +2655,7 @@ void PdfParser::doImage(Object *ref, Str - } - } - if (!obj1.isNull()) { -- colorSpace = GfxColorSpace::parse(&obj1); -+ colorSpace = GfxColorSpace::parse(&obj1,(Gfx*)this); - } else if (csMode == streamCSDeviceGray) { - colorSpace = new GfxDeviceGrayColorSpace(); - } else if (csMode == streamCSDeviceRGB) { -@@ -2592,7 +2740,7 @@ void PdfParser::doImage(Object *ref, Str - obj2.free(); - } - } -- maskColorSpace = GfxColorSpace::parse(&obj1); -+ maskColorSpace = GfxColorSpace::parse(&obj1,(Gfx*)this); - obj1.free(); - if (!maskColorSpace || maskColorSpace->getMode() != csDeviceGray) { - goto err1; -@@ -2767,7 +2915,7 @@ void PdfParser::doForm(Object *str) { - if (obj1.dictLookup(const_cast<char*>("S"), &obj2)->isName(const_cast<char*>("Transparency"))) { - transpGroup = gTrue; - if (!obj1.dictLookup(const_cast<char*>("CS"), &obj3)->isNull()) { -- blendingColorSpace = GfxColorSpace::parse(&obj3); -+ blendingColorSpace = GfxColorSpace::parse(&obj3,(Gfx*)this); - } - obj3.free(); - if (obj1.dictLookup(const_cast<char*>("I"), &obj3)->isBool()) { diff --git a/graphics/inkscape/files/patch-src_trace_potrace_inkscape-potrace.cpp b/graphics/inkscape/files/patch-src_trace_potrace_inkscape-potrace.cpp deleted file mode 100644 index 832ff9757..000000000 --- a/graphics/inkscape/files/patch-src_trace_potrace_inkscape-potrace.cpp +++ /dev/null @@ -1,124 +0,0 @@ ---- src/trace/potrace/inkscape-potrace.cpp.orig Sat Jun 24 22:46:26 2006 -+++ src/trace/potrace/inkscape-potrace.cpp Sun Jun 25 01:29:20 2006 -@@ -54,6 +54,121 @@ static void potraceStatusCallback(double - // (Inkscape::Trace::Potrace::PotraceTracingEngine *)userData; - } - -+#ifndef log2 -+static const double -+ln2 = 0.6931471805599452862268, -+two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ -+Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ -+Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ -+Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ -+Lg4 = 2.222219843214978396e-01, /* 3FCC71C5 1D8E78AF */ -+Lg5 = 1.818357216161805012e-01, /* 3FC74664 96CB03DE */ -+Lg6 = 1.531383769920937332e-01, /* 3FC39A09 D078C69F */ -+Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ -+ -+static const double zero = 0.0; -+ -+#if BYTE_ORDER == BIG_ENDIAN -+ -+typedef union -+{ -+ double value; -+ struct -+ { -+ u_int32_t msw; -+ u_int32_t lsw; -+ } parts; -+} ieee_double_shape_type; -+ -+#endif -+ -+#if BYTE_ORDER == LITTLE_ENDIAN -+ -+typedef union -+{ -+ double value; -+ struct -+ { -+ u_int32_t lsw; -+ u_int32_t msw; -+ } parts; -+} ieee_double_shape_type; -+ -+#endif -+ -+#define EXTRACT_WORDS(ix0,ix1,d) \ -+ do { \ -+ ieee_double_shape_type ew_u; \ -+ ew_u.value = (d); \ -+ (ix0) = ew_u.parts.msw; \ -+ (ix1) = ew_u.parts.lsw; \ -+ } while (0) -+ -+#define GET_HIGH_WORD(i,d) \ -+ do { \ -+ ieee_double_shape_type gh_u; \ -+ gh_u.value = (d); \ -+ (i) = gh_u.parts.msw; \ -+ } while (0) -+ -+#define SET_HIGH_WORD(d,v) \ -+ do { \ -+ ieee_double_shape_type sh_u; \ -+ sh_u.value = (d); \ -+ sh_u.parts.msw = (v); \ -+ (d) = sh_u.value; \ -+ } while (0) -+ -+static double -+_log2(double x) -+{ -+ double hfsq,f,s,z,R,w,t1,t2,dk; -+ int32_t k,hx,i,j; -+ u_int32_t lx; -+ -+ EXTRACT_WORDS(hx,lx,x); -+ -+ k=0; -+ if (hx < 0x00100000) { /* x < 2**-1022 */ -+ if (((hx&0x7fffffff)|lx)==0) -+ return -two54/zero; /* log(+-0)=-inf */ -+ if (hx<0) return (x-x)/zero; /* log(-#) = NaN */ -+ k -= 54; x *= two54; /* subnormal number, scale up x */ -+ GET_HIGH_WORD(hx,x); -+ } -+ if (hx >= 0x7ff00000) return x+x; -+ k += (hx>>20)-1023; -+ hx &= 0x000fffff; -+ i = (hx+0x95f64)&0x100000; -+ SET_HIGH_WORD(x,hx|(i^0x3ff00000)); /* normalize x or x/2 */ -+ k += (i>>20); -+ f = x-1.0; -+ dk = (double)k; -+ if((0x000fffff&(2+hx))<3) { /* |f| < 2**-20 */ -+ if (f==zero) -+ return (dk); -+ R = f*f*(0.5-0.33333333333333333*f); -+ return (dk-(R-f)/ln2); -+ } -+ s = f/(2.0+f); -+ z = s*s; -+ i = hx-0x6147a; -+ w = z*z; -+ j = 0x6b851-hx; -+ t1= w*(Lg2+w*(Lg4+w*Lg6)); -+ t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); -+ i |= j; -+ R = t2+t1; -+ if(i>0) { -+ hfsq=0.5*f*f; -+ return (dk-(hfsq-s*(hfsq+R)-f)/ln2); -+ } else -+ return (dk-((s*(f-R))-f)/ln2); -+} -+ -+#define log2(x) _log2(x) -+#endif -+ - - - diff --git a/graphics/inkscape/pkg-descr b/graphics/inkscape/pkg-descr deleted file mode 100644 index fbd138147..000000000 --- a/graphics/inkscape/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Inkscape seeks to become a full featured open source SVG editor. -Derived from the highly popular Sodipodi codebase, Inkscape strives -to build full XML, SVG, and CSS2 compliance. - -Features include alpha blending, node editing, svg-to-png export, -and more. Project aims for capabilities similar to Illustrator, -CorelDraw, Visio, etc. - -WWW: http://www.inkscape.org diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist deleted file mode 100644 index 2f5925c0d..000000000 --- a/graphics/inkscape/pkg-plist +++ /dev/null @@ -1,798 +0,0 @@ -bin/inkscape -bin/inkview -share/applications/inkscape.desktop -%%DATADIR%%/clipart/README -%%DATADIR%%/clipart/draw-freely.ru.svg -%%DATADIR%%/clipart/draw-freely.svg -%%DATADIR%%/clipart/inkscape.logo.svg -%%DATADIR%%/clipart/orav.svg -%%DATADIR%%/clipart/tux.svg -%%DATADIR%%/examples/README -%%DATADIR%%/examples/animated-clock.svg -%%DATADIR%%/examples/art-nouveau-P3.svg -%%DATADIR%%/examples/blend_modes.svg -%%DATADIR%%/examples/car.svgz -%%DATADIR%%/examples/data_uri.svg -%%DATADIR%%/examples/eastern-motive-P4G.svg -%%DATADIR%%/examples/filters.svg -%%DATADIR%%/examples/flow-go.svg -%%DATADIR%%/examples/flowsample.svg -%%DATADIR%%/examples/gallardo.svgz -%%DATADIR%%/examples/glass.svg -%%DATADIR%%/examples/gradient-mesh-experimental.svgz -%%DATADIR%%/examples/gradient.svg -%%DATADIR%%/examples/i18n.svg -%%DATADIR%%/examples/istest.pov -%%DATADIR%%/examples/l-systems.svgz -%%DATADIR%%/examples/lighting_filters.svg -%%DATADIR%%/examples/live-path-effects-curvestitch.svg -%%DATADIR%%/examples/live-path-effects-gears.svg -%%DATADIR%%/examples/live-path-effects-pathalongpath.svg -%%DATADIR%%/examples/markers.svg -%%DATADIR%%/examples/replace-hue.svg -%%DATADIR%%/examples/rope-3D.svg -%%DATADIR%%/examples/stars.svgz -%%DATADIR%%/examples/svgfont.svg -%%DATADIR%%/examples/tesselation-P3.svg -%%DATADIR%%/examples/text-on-path.svg -%%DATADIR%%/examples/tiger.svgz -%%DATADIR%%/examples/tref.svg -%%DATADIR%%/examples/turbulence_filters.svg -%%DATADIR%%/extensions/Barcode/Base.py -%%DATADIR%%/extensions/Barcode/Code128.py -%%DATADIR%%/extensions/Barcode/Code39.py -%%DATADIR%%/extensions/Barcode/Code39Ext.py -%%DATADIR%%/extensions/Barcode/Code93.py -%%DATADIR%%/extensions/Barcode/EAN13.py -%%DATADIR%%/extensions/Barcode/EAN8.py -%%DATADIR%%/extensions/Barcode/RM4CC.py -%%DATADIR%%/extensions/Barcode/UPCA.py -%%DATADIR%%/extensions/Barcode/UPCE.py -%%DATADIR%%/extensions/Barcode/__init__.py -%%DATADIR%%/extensions/Inkscape.pm -%%DATADIR%%/extensions/Poly3DObjects/cube.obj -%%DATADIR%%/extensions/Poly3DObjects/cuboct.obj -%%DATADIR%%/extensions/Poly3DObjects/dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/great_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/great_rhombicosidodec.obj -%%DATADIR%%/extensions/Poly3DObjects/great_rhombicuboct.obj -%%DATADIR%%/extensions/Poly3DObjects/great_stel_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/icos.obj -%%DATADIR%%/extensions/Poly3DObjects/icosidodec.obj -%%DATADIR%%/extensions/Poly3DObjects/jessens_orthog_icos.obj -%%DATADIR%%/extensions/Poly3DObjects/methane.obj -%%DATADIR%%/extensions/Poly3DObjects/oct.obj -%%DATADIR%%/extensions/Poly3DObjects/rh_axes.obj -%%DATADIR%%/extensions/Poly3DObjects/rhomb_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/rhomb_triacont.obj -%%DATADIR%%/extensions/Poly3DObjects/small_rhombicosidodec.obj -%%DATADIR%%/extensions/Poly3DObjects/small_rhombicuboct.obj -%%DATADIR%%/extensions/Poly3DObjects/small_triam_icos.obj -%%DATADIR%%/extensions/Poly3DObjects/snub_cube.obj -%%DATADIR%%/extensions/Poly3DObjects/snub_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/szilassi.obj -%%DATADIR%%/extensions/Poly3DObjects/tet.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_cube.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_icos.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_oct.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_tet.obj -%%DATADIR%%/extensions/SpSVG.pm -%%DATADIR%%/extensions/addnodes.inx -%%DATADIR%%/extensions/addnodes.py -%%DATADIR%%/extensions/ai_input.inx -%%DATADIR%%/extensions/aisvg.inx -%%DATADIR%%/extensions/aisvg.xslt -%%DATADIR%%/extensions/alphabet_soup/2.svg -%%DATADIR%%/extensions/alphabet_soup/3.svg -%%DATADIR%%/extensions/alphabet_soup/6.svg -%%DATADIR%%/extensions/alphabet_soup/7.svg -%%DATADIR%%/extensions/alphabet_soup/Cblob.svg -%%DATADIR%%/extensions/alphabet_soup/Chook.svg -%%DATADIR%%/extensions/alphabet_soup/Ctail.svg -%%DATADIR%%/extensions/alphabet_soup/Delta.svg -%%DATADIR%%/extensions/alphabet_soup/Eb.svg -%%DATADIR%%/extensions/alphabet_soup/Eserif.svg -%%DATADIR%%/extensions/alphabet_soup/Et.svg -%%DATADIR%%/extensions/alphabet_soup/G.svg -%%DATADIR%%/extensions/alphabet_soup/IBSerif.svg -%%DATADIR%%/extensions/alphabet_soup/ITSerif.svg -%%DATADIR%%/extensions/alphabet_soup/Lb.svg -%%DATADIR%%/extensions/alphabet_soup/Lt.svg -%%DATADIR%%/extensions/alphabet_soup/Ocross.svg -%%DATADIR%%/extensions/alphabet_soup/Oterm.svg -%%DATADIR%%/extensions/alphabet_soup/P.svg -%%DATADIR%%/extensions/alphabet_soup/Q.svg -%%DATADIR%%/extensions/alphabet_soup/Rblock.svg -%%DATADIR%%/extensions/alphabet_soup/Tb.svg -%%DATADIR%%/extensions/alphabet_soup/Tt.svg -%%DATADIR%%/extensions/alphabet_soup/U.svg -%%DATADIR%%/extensions/alphabet_soup/Vser.svg -%%DATADIR%%/extensions/alphabet_soup/Xh.svg -%%DATADIR%%/extensions/alphabet_soup/Xne.svg -%%DATADIR%%/extensions/alphabet_soup/Xnw.svg -%%DATADIR%%/extensions/alphabet_soup/Xvb.svg -%%DATADIR%%/extensions/alphabet_soup/Xvt.svg -%%DATADIR%%/extensions/alphabet_soup/a.svg -%%DATADIR%%/extensions/alphabet_soup/abase.svg -%%DATADIR%%/extensions/alphabet_soup/acap.svg -%%DATADIR%%/extensions/alphabet_soup/b.svg -%%DATADIR%%/extensions/alphabet_soup/bar.svg -%%DATADIR%%/extensions/alphabet_soup/bar2.svg -%%DATADIR%%/extensions/alphabet_soup/barcap.svg -%%DATADIR%%/extensions/alphabet_soup/c.svg -%%DATADIR%%/extensions/alphabet_soup/cross.svg -%%DATADIR%%/extensions/alphabet_soup/cserif.svg -%%DATADIR%%/extensions/alphabet_soup/e.svg -%%DATADIR%%/extensions/alphabet_soup/epsilon.svg -%%DATADIR%%/extensions/alphabet_soup/f.svg -%%DATADIR%%/extensions/alphabet_soup/gamma.svg -%%DATADIR%%/extensions/alphabet_soup/h.svg -%%DATADIR%%/extensions/alphabet_soup/h2.svg -%%DATADIR%%/extensions/alphabet_soup/hcap.svg -%%DATADIR%%/extensions/alphabet_soup/idot.svg -%%DATADIR%%/extensions/alphabet_soup/j.svg -%%DATADIR%%/extensions/alphabet_soup/k.svg -%%DATADIR%%/extensions/alphabet_soup/l.svg -%%DATADIR%%/extensions/alphabet_soup/lserif.svg -%%DATADIR%%/extensions/alphabet_soup/m.svg -%%DATADIR%%/extensions/alphabet_soup/mcap.svg -%%DATADIR%%/extensions/alphabet_soup/n.svg -%%DATADIR%%/extensions/alphabet_soup/o.svg -%%DATADIR%%/extensions/alphabet_soup/ocap.svg -%%DATADIR%%/extensions/alphabet_soup/question.svg -%%DATADIR%%/extensions/alphabet_soup/r.svg -%%DATADIR%%/extensions/alphabet_soup/rcap.svg -%%DATADIR%%/extensions/alphabet_soup/s.svg -%%DATADIR%%/extensions/alphabet_soup/serif.svg -%%DATADIR%%/extensions/alphabet_soup/t.svg -%%DATADIR%%/extensions/alphabet_soup/tserif.svg -%%DATADIR%%/extensions/alphabet_soup/v.svg -%%DATADIR%%/extensions/alphabet_soup/vcap.svg -%%DATADIR%%/extensions/alphabet_soup/vserl.svg -%%DATADIR%%/extensions/alphabet_soup/vserr.svg -%%DATADIR%%/extensions/alphabet_soup/x.svg -%%DATADIR%%/extensions/alphabet_soup/y.svg -%%DATADIR%%/extensions/alphabet_soup/yogh.svg -%%DATADIR%%/extensions/alphabet_soup/z.svg -%%DATADIR%%/extensions/bezmisc.py -%%DATADIR%%/extensions/ccx_input.inx -%%DATADIR%%/extensions/cdr_input.inx -%%DATADIR%%/extensions/cdt_input.inx -%%DATADIR%%/extensions/cgm_input.inx -%%DATADIR%%/extensions/chardataeffect.py -%%DATADIR%%/extensions/cmx_input.inx -%%DATADIR%%/extensions/color_brighter.inx -%%DATADIR%%/extensions/color_brighter.py -%%DATADIR%%/extensions/color_custom.inx -%%DATADIR%%/extensions/color_custom.py -%%DATADIR%%/extensions/color_darker.inx -%%DATADIR%%/extensions/color_darker.py -%%DATADIR%%/extensions/color_desaturate.inx -%%DATADIR%%/extensions/color_desaturate.py -%%DATADIR%%/extensions/color_grayscale.inx -%%DATADIR%%/extensions/color_grayscale.py -%%DATADIR%%/extensions/color_lesshue.inx -%%DATADIR%%/extensions/color_lesshue.py -%%DATADIR%%/extensions/color_lesslight.inx -%%DATADIR%%/extensions/color_lesslight.py -%%DATADIR%%/extensions/color_lesssaturation.inx -%%DATADIR%%/extensions/color_lesssaturation.py -%%DATADIR%%/extensions/color_morehue.inx -%%DATADIR%%/extensions/color_morehue.py -%%DATADIR%%/extensions/color_morelight.inx -%%DATADIR%%/extensions/color_morelight.py -%%DATADIR%%/extensions/color_moresaturation.inx -%%DATADIR%%/extensions/color_moresaturation.py -%%DATADIR%%/extensions/color_negative.inx -%%DATADIR%%/extensions/color_negative.py -%%DATADIR%%/extensions/color_randomize.inx -%%DATADIR%%/extensions/color_randomize.py -%%DATADIR%%/extensions/color_removeblue.inx -%%DATADIR%%/extensions/color_removeblue.py -%%DATADIR%%/extensions/color_removegreen.inx -%%DATADIR%%/extensions/color_removegreen.py -%%DATADIR%%/extensions/color_removered.inx -%%DATADIR%%/extensions/color_removered.py -%%DATADIR%%/extensions/color_replace.inx -%%DATADIR%%/extensions/color_replace.py -%%DATADIR%%/extensions/color_rgbbarrel.inx -%%DATADIR%%/extensions/color_rgbbarrel.py -%%DATADIR%%/extensions/coloreffect.py -%%DATADIR%%/extensions/colors.xml -%%DATADIR%%/extensions/convert2dashes.inx -%%DATADIR%%/extensions/convert2dashes.py -%%DATADIR%%/extensions/cspsubdiv.py -%%DATADIR%%/extensions/cubicsuperpath.py -%%DATADIR%%/extensions/dia.inx -%%DATADIR%%/extensions/dia2svg.sh -%%DATADIR%%/extensions/dimension.inx -%%DATADIR%%/extensions/dimension.py -%%DATADIR%%/extensions/dots.inx -%%DATADIR%%/extensions/dots.py -%%DATADIR%%/extensions/draw_from_triangle.inx -%%DATADIR%%/extensions/draw_from_triangle.py -%%DATADIR%%/extensions/dxf_input.inx -%%DATADIR%%/extensions/dxf_input.py -%%DATADIR%%/extensions/dxf_outlines.inx -%%DATADIR%%/extensions/dxf_outlines.py -%%DATADIR%%/extensions/dxf_output.inx -%%DATADIR%%/extensions/dxf_templates.py -%%DATADIR%%/extensions/edge3d.inx -%%DATADIR%%/extensions/edge3d.py -%%DATADIR%%/extensions/embed_raster_in_svg.pl -%%DATADIR%%/extensions/embedimage.inx -%%DATADIR%%/extensions/embedimage.py -%%DATADIR%%/extensions/eps_input.inx -%%DATADIR%%/extensions/eqtexsvg.inx -%%DATADIR%%/extensions/eqtexsvg.py -%%DATADIR%%/extensions/export_gimp_palette.inx -%%DATADIR%%/extensions/export_gimp_palette.py -%%DATADIR%%/extensions/extractimage.inx -%%DATADIR%%/extensions/extractimage.py -%%DATADIR%%/extensions/extrude.inx -%%DATADIR%%/extensions/extrude.py -%%DATADIR%%/extensions/ffgeom.py -%%DATADIR%%/extensions/fig2dev-ext.py -%%DATADIR%%/extensions/fig_input.inx -%%DATADIR%%/extensions/flatten.inx -%%DATADIR%%/extensions/flatten.py -%%DATADIR%%/extensions/foldablebox.inx -%%DATADIR%%/extensions/foldablebox.py -%%DATADIR%%/extensions/fractalize.inx -%%DATADIR%%/extensions/fractalize.py -%%DATADIR%%/extensions/funcplot.inx -%%DATADIR%%/extensions/funcplot.py -%%DATADIR%%/extensions/gears.inx -%%DATADIR%%/extensions/gears.py -%%DATADIR%%/extensions/gimp_xcf.inx -%%DATADIR%%/extensions/gimp_xcf.py -%%DATADIR%%/extensions/grid_cartesian.inx -%%DATADIR%%/extensions/grid_cartesian.py -%%DATADIR%%/extensions/grid_polar.inx -%%DATADIR%%/extensions/grid_polar.py -%%DATADIR%%/extensions/guides_creator.inx -%%DATADIR%%/extensions/guides_creator.py -%%DATADIR%%/extensions/handles.inx -%%DATADIR%%/extensions/handles.py -%%DATADIR%%/extensions/hpgl_output.inx -%%DATADIR%%/extensions/hpgl_output.py -%%DATADIR%%/extensions/ill2svg.pl -%%DATADIR%%/extensions/inkex.py -%%DATADIR%%/extensions/inkscape_help_askaquestion.inx -%%DATADIR%%/extensions/inkscape_help_commandline.inx -%%DATADIR%%/extensions/inkscape_help_faq.inx -%%DATADIR%%/extensions/inkscape_help_keys.inx -%%DATADIR%%/extensions/inkscape_help_manual.inx -%%DATADIR%%/extensions/inkscape_help_relnotes.inx -%%DATADIR%%/extensions/inkscape_help_reportabug.inx -%%DATADIR%%/extensions/inkscape_help_svgspec.inx -%%DATADIR%%/extensions/inkweb.js -%%DATADIR%%/extensions/inkwebeffect.py -%%DATADIR%%/extensions/interp.inx -%%DATADIR%%/extensions/interp.py -%%DATADIR%%/extensions/interp_att_g.inx -%%DATADIR%%/extensions/interp_att_g.py -%%DATADIR%%/extensions/launch_webbrowser.py -%%DATADIR%%/extensions/lindenmayer.inx -%%DATADIR%%/extensions/lindenmayer.py -%%DATADIR%%/extensions/lorem_ipsum.inx -%%DATADIR%%/extensions/lorem_ipsum.py -%%DATADIR%%/extensions/markers_strokepaint.inx -%%DATADIR%%/extensions/markers_strokepaint.py -%%DATADIR%%/extensions/measure.inx -%%DATADIR%%/extensions/measure.py -%%DATADIR%%/extensions/motion.inx -%%DATADIR%%/extensions/motion.py -%%DATADIR%%/extensions/outline2svg.inx -%%DATADIR%%/extensions/outline2svg.pl -%%DATADIR%%/extensions/param_curves.inx -%%DATADIR%%/extensions/param_curves.py -%%DATADIR%%/extensions/pathalongpath.inx -%%DATADIR%%/extensions/pathalongpath.py -%%DATADIR%%/extensions/pathmodifier.py -%%DATADIR%%/extensions/pathscatter.inx -%%DATADIR%%/extensions/pathscatter.py -%%DATADIR%%/extensions/perfectboundcover.inx -%%DATADIR%%/extensions/perfectboundcover.py -%%DATADIR%%/extensions/perspective.inx -%%DATADIR%%/extensions/perspective.py -%%DATADIR%%/extensions/plt_input.inx -%%DATADIR%%/extensions/plt_output.inx -%%DATADIR%%/extensions/plt_output.py -%%DATADIR%%/extensions/polyhedron_3d.inx -%%DATADIR%%/extensions/polyhedron_3d.py -%%DATADIR%%/extensions/printing-marks.inx -%%DATADIR%%/extensions/printing-marks.py -%%DATADIR%%/extensions/ps2dxf.sh -%%DATADIR%%/extensions/ps2pdf-ext.py -%%DATADIR%%/extensions/ps_input.inx -%%DATADIR%%/extensions/pturtle.py -%%DATADIR%%/extensions/radiusrand.inx -%%DATADIR%%/extensions/radiusrand.py -%%DATADIR%%/extensions/render_alphabetsoup.inx -%%DATADIR%%/extensions/render_alphabetsoup.py -%%DATADIR%%/extensions/render_alphabetsoup_config.py -%%DATADIR%%/extensions/render_barcode.inx -%%DATADIR%%/extensions/render_barcode.py -%%DATADIR%%/extensions/restack.inx -%%DATADIR%%/extensions/restack.py -%%DATADIR%%/extensions/rtree.inx -%%DATADIR%%/extensions/rtree.py -%%DATADIR%%/extensions/rubberstretch.inx -%%DATADIR%%/extensions/rubberstretch.py -%%DATADIR%%/extensions/run_command.py -%%DATADIR%%/extensions/scour.inkscape.py -%%DATADIR%%/extensions/scour.inx -%%DATADIR%%/extensions/scour.py -%%DATADIR%%/extensions/simplepath.py -%%DATADIR%%/extensions/simplepath.rb -%%DATADIR%%/extensions/simplestyle.py -%%DATADIR%%/extensions/simpletransform.py -%%DATADIR%%/extensions/sk1_input.inx -%%DATADIR%%/extensions/sk1_output.inx -%%DATADIR%%/extensions/sk1_output.py -%%DATADIR%%/extensions/sk2svg.sh -%%DATADIR%%/extensions/sk_input.inx -%%DATADIR%%/extensions/spirograph.inx -%%DATADIR%%/extensions/spirograph.py -%%DATADIR%%/extensions/straightseg.inx -%%DATADIR%%/extensions/straightseg.py -%%DATADIR%%/extensions/summersnight.inx -%%DATADIR%%/extensions/summersnight.py -%%DATADIR%%/extensions/svg2xaml.inx -%%DATADIR%%/extensions/svg2xaml.xsl -%%DATADIR%%/extensions/svg_and_media_zip_output.inx -%%DATADIR%%/extensions/svg_and_media_zip_output.py -%%DATADIR%%/extensions/svg_regex.py -%%DATADIR%%/extensions/svgcalendar.inx -%%DATADIR%%/extensions/svgcalendar.py -%%DATADIR%%/extensions/text_braille.inx -%%DATADIR%%/extensions/text_braille.py -%%DATADIR%%/extensions/text_flipcase.inx -%%DATADIR%%/extensions/text_flipcase.py -%%DATADIR%%/extensions/text_lowercase.inx -%%DATADIR%%/extensions/text_lowercase.py -%%DATADIR%%/extensions/text_randomcase.inx -%%DATADIR%%/extensions/text_randomcase.py -%%DATADIR%%/extensions/text_replace.inx -%%DATADIR%%/extensions/text_replace.py -%%DATADIR%%/extensions/text_sentencecase.inx -%%DATADIR%%/extensions/text_sentencecase.py -%%DATADIR%%/extensions/text_titlecase.inx -%%DATADIR%%/extensions/text_titlecase.py -%%DATADIR%%/extensions/text_uppercase.inx -%%DATADIR%%/extensions/text_uppercase.py -%%DATADIR%%/extensions/triangle.inx -%%DATADIR%%/extensions/triangle.py -%%DATADIR%%/extensions/txt2svg.inx -%%DATADIR%%/extensions/txt2svg.pl -%%DATADIR%%/extensions/uniconv-ext.py -%%DATADIR%%/extensions/uniconv_output.py -%%DATADIR%%/extensions/web-set-att.inx -%%DATADIR%%/extensions/web-set-att.py -%%DATADIR%%/extensions/web-transmit-att.inx -%%DATADIR%%/extensions/web-transmit-att.py -%%DATADIR%%/extensions/whirl.inx -%%DATADIR%%/extensions/whirl.py -%%DATADIR%%/extensions/wmf_input.inx -%%DATADIR%%/extensions/wmf_output.inx -%%DATADIR%%/extensions/wmf_output.py -%%DATADIR%%/extensions/xaml2svg.inx -%%DATADIR%%/extensions/xaml2svg.xsl -%%DATADIR%%/extensions/xaml2svg/Makefile.am -%%DATADIR%%/extensions/xaml2svg/animation.xsl -%%DATADIR%%/extensions/xaml2svg/brushes.xsl -%%DATADIR%%/extensions/xaml2svg/canvas.xsl -%%DATADIR%%/extensions/xaml2svg/geometry.xsl -%%DATADIR%%/extensions/xaml2svg/properties.xsl -%%DATADIR%%/extensions/xaml2svg/shapes.xsl -%%DATADIR%%/extensions/xaml2svg/transform.xsl -%%DATADIR%%/extensions/yocto_css.py -%%DATADIR%%/filters/README -%%DATADIR%%/filters/filters.svg -%%DATADIR%%/filters/filters.svg.h -%%DATADIR%%/fonts/README -%%DATADIR%%/gradients/README -%%DATADIR%%/icons/README -%%DATADIR%%/icons/feBlend-icon.png -%%DATADIR%%/icons/feBlend-icon.svg -%%DATADIR%%/icons/feColorMatrix-icon.png -%%DATADIR%%/icons/feColorMatrix-icon.svg -%%DATADIR%%/icons/feComposite-icon.png -%%DATADIR%%/icons/feComposite-icon.svg -%%DATADIR%%/icons/feConvolveMatrix-icon.png -%%DATADIR%%/icons/feConvolveMatrix-icon.svg -%%DATADIR%%/icons/feDiffuseLighting-icon.png -%%DATADIR%%/icons/feDiffuseLighting-icon.svg -%%DATADIR%%/icons/feDisplacementMap-icon.png -%%DATADIR%%/icons/feDisplacementMap-icon.svg -%%DATADIR%%/icons/feFlood-icon.png -%%DATADIR%%/icons/feFlood-icon.svg -%%DATADIR%%/icons/feGaussianBlur-icon.png -%%DATADIR%%/icons/feGaussianBlur-icon.svg -%%DATADIR%%/icons/feImage-icon.png -%%DATADIR%%/icons/feImage-icon.svg -%%DATADIR%%/icons/feMerge-icon.png -%%DATADIR%%/icons/feMerge-icon.svg -%%DATADIR%%/icons/feMorphology-icon.png -%%DATADIR%%/icons/feMorphology-icon.svg -%%DATADIR%%/icons/feOffset-icon.png -%%DATADIR%%/icons/feOffset-icon.svg -%%DATADIR%%/icons/feSpecularLighting-icon.png -%%DATADIR%%/icons/feSpecularLighting-icon.svg -%%DATADIR%%/icons/feTurbulence-icon.png -%%DATADIR%%/icons/feTurbulence-icon.svg -%%DATADIR%%/icons/icons.svg -%%DATADIR%%/icons/inkscape.file.png -%%DATADIR%%/icons/inkscape.file.svg -%%DATADIR%%/icons/inkscape.svg -%%DATADIR%%/icons/remove-color.png -%%DATADIR%%/icons/remove-color.svg -%%DATADIR%%/icons/tango_icons.svg -%%DATADIR%%/icons/ticotico.jpg -%%DATADIR%%/keys/acd-canvas.xml -%%DATADIR%%/keys/adobe-illustrator-cs2.xml -%%DATADIR%%/keys/corel-draw-x4.xml -%%DATADIR%%/keys/default.xml -%%DATADIR%%/keys/inkscape.xml -%%DATADIR%%/keys/macromedia-freehand-mx.xml -%%DATADIR%%/keys/right-handed-illustration.xml -%%DATADIR%%/keys/xara.xml -%%DATADIR%%/keys/zoner-draw.xml -%%DATADIR%%/markers/markers.svg -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/Gray.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/LaTeX-Beamer.gpl -%%DATADIR%%/palettes/MATLAB-Jet-72.gpl -%%DATADIR%%/palettes/README -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Tango-Palette.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Ubuntu.gpl -%%DATADIR%%/palettes/echo-palette.gpl -%%DATADIR%%/palettes/inkscape.gpl -%%DATADIR%%/palettes/svg.gpl -%%DATADIR%%/palettes/webhex.gpl -%%DATADIR%%/palettes/websafe22.gpl -%%DATADIR%%/palettes/windowsXP.gpl -%%DATADIR%%/patterns/README -%%DATADIR%%/patterns/patterns.svg -%%DATADIR%%/patterns/patterns.svg.h -%%DATADIR%%/screens/about.be.svg -%%DATADIR%%/screens/about.bg.svg -%%DATADIR%%/screens/about.br.svg -%%DATADIR%%/screens/about.ca.svg -%%DATADIR%%/screens/about.cs.svg -%%DATADIR%%/screens/about.de.svg -%%DATADIR%%/screens/about.es.svg -%%DATADIR%%/screens/about.eu.svg -%%DATADIR%%/screens/about.fi.svg -%%DATADIR%%/screens/about.fr.svg -%%DATADIR%%/screens/about.gl.svg -%%DATADIR%%/screens/about.hu.svg -%%DATADIR%%/screens/about.it.svg -%%DATADIR%%/screens/about.nl.svg -%%DATADIR%%/screens/about.pl.svg -%%DATADIR%%/screens/about.pt_BR.svg -%%DATADIR%%/screens/about.ru.svg -%%DATADIR%%/screens/about.sk.svg -%%DATADIR%%/screens/about.sl.svg -%%DATADIR%%/screens/about.sr.svg -%%DATADIR%%/screens/about.sr@latin.svg -%%DATADIR%%/screens/about.uk.svg -%%DATADIR%%/screens/about.svg -%%DATADIR%%/templates/A4.svg -%%DATADIR%%/templates/A4_landscape.svg -%%DATADIR%%/templates/CD_cover_300dpi.svg -%%DATADIR%%/templates/DVD_cover_regular_300dpi.svg -%%DATADIR%%/templates/DVD_cover_slim_300dpi.svg -%%DATADIR%%/templates/DVD_cover_superslim_300dpi.svg -%%DATADIR%%/templates/DVD_cover_ultraslim_300dpi.svg -%%DATADIR%%/templates/LaTeX_Beamer.svg -%%DATADIR%%/templates/Letter.svg -%%DATADIR%%/templates/Letter_landscape.svg -%%DATADIR%%/templates/README -%%DATADIR%%/templates/black_opaque.svg -%%DATADIR%%/templates/business_card_85x54mm.svg -%%DATADIR%%/templates/business_card_90x50mm.svg -%%DATADIR%%/templates/default.be.svg -%%DATADIR%%/templates/default.ca.svg -%%DATADIR%%/templates/default.cs.svg -%%DATADIR%%/templates/default.de.svg -%%DATADIR%%/templates/default.eo.svg -%%DATADIR%%/templates/default.es.svg -%%DATADIR%%/templates/default.eu.svg -%%DATADIR%%/templates/default.fi.svg -%%DATADIR%%/templates/default.fr.svg -%%DATADIR%%/templates/default.hu.svg -%%DATADIR%%/templates/default.it.svg -%%DATADIR%%/templates/default.ja.svg -%%DATADIR%%/templates/default.lt.svg -%%DATADIR%%/templates/default.nl.svg -%%DATADIR%%/templates/default.pl.svg -%%DATADIR%%/templates/default.pt_BR.svg -%%DATADIR%%/templates/default.sk.svg -%%DATADIR%%/templates/default.svg -%%DATADIR%%/templates/default_mm.svg -%%DATADIR%%/templates/default_pt.svg -%%DATADIR%%/templates/desktop_1024x768.svg -%%DATADIR%%/templates/desktop_1600x1200.svg -%%DATADIR%%/templates/desktop_640x480.svg -%%DATADIR%%/templates/desktop_800x600.svg -%%DATADIR%%/templates/fontforge_glyph.svg -%%DATADIR%%/templates/icon_16x16.svg -%%DATADIR%%/templates/icon_32x32.svg -%%DATADIR%%/templates/icon_48x48.svg -%%DATADIR%%/templates/icon_64x64.svg -%%DATADIR%%/templates/no_borders.svg -%%DATADIR%%/templates/no_layers.svg -%%DATADIR%%/templates/video_HDTV_1920x1080.svg -%%DATADIR%%/templates/video_NTSC_720x486.svg -%%DATADIR%%/templates/video_PAL_720x576.svg -%%DATADIR%%/templates/web_banner_468x60.svg -%%DATADIR%%/templates/web_banner_728x90.svg -%%DATADIR%%/templates/white_opaque.svg -%%DATADIR%%/tutorials/README -%%DATADIR%%/tutorials/edge3d.svg -%%DATADIR%%/tutorials/gpl-2.svg -%%DATADIR%%/tutorials/making_markers.svg -%%DATADIR%%/tutorials/oldguitar.jpg -%%DATADIR%%/tutorials/potrace-ca.png -%%DATADIR%%/tutorials/potrace-de.png -%%DATADIR%%/tutorials/potrace-en.png -%%DATADIR%%/tutorials/potrace-es.png -%%DATADIR%%/tutorials/potrace-eu.png -%%DATADIR%%/tutorials/potrace-fr.png -%%DATADIR%%/tutorials/potrace-hu.png -%%DATADIR%%/tutorials/potrace-ja.png -%%DATADIR%%/tutorials/potrace-pl.png -%%DATADIR%%/tutorials/potrace-pt_BR.png -%%DATADIR%%/tutorials/potrace-ru.png -%%DATADIR%%/tutorials/potrace-sk.png -%%DATADIR%%/tutorials/potrace-sl.png -%%DATADIR%%/tutorials/potrace-vi.png -%%DATADIR%%/tutorials/potrace-zh_CN.png -%%DATADIR%%/tutorials/potrace-zh_TW.png -%%DATADIR%%/tutorials/potrace.png -%%DATADIR%%/tutorials/tutorial-advanced.ca.svg -%%DATADIR%%/tutorials/tutorial-advanced.cs.svg -%%DATADIR%%/tutorials/tutorial-advanced.de.svg -%%DATADIR%%/tutorials/tutorial-advanced.es.svg -%%DATADIR%%/tutorials/tutorial-advanced.eu.svg -%%DATADIR%%/tutorials/tutorial-advanced.fr.svg -%%DATADIR%%/tutorials/tutorial-advanced.hu.svg -%%DATADIR%%/tutorials/tutorial-advanced.it.svg -%%DATADIR%%/tutorials/tutorial-advanced.ja.svg -%%DATADIR%%/tutorials/tutorial-advanced.pl.svg -%%DATADIR%%/tutorials/tutorial-advanced.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-advanced.ru.svg -%%DATADIR%%/tutorials/tutorial-advanced.sk.svg -%%DATADIR%%/tutorials/tutorial-advanced.sl.svg -%%DATADIR%%/tutorials/tutorial-advanced.svg -%%DATADIR%%/tutorials/tutorial-advanced.vi.svg -%%DATADIR%%/tutorials/tutorial-advanced.zh_CN.svg -%%DATADIR%%/tutorials/tutorial-advanced.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-basic.bg.svg -%%DATADIR%%/tutorials/tutorial-basic.ca.svg -%%DATADIR%%/tutorials/tutorial-basic.cs.svg -%%DATADIR%%/tutorials/tutorial-basic.da.svg -%%DATADIR%%/tutorials/tutorial-basic.de.svg -%%DATADIR%%/tutorials/tutorial-basic.eo.svg -%%DATADIR%%/tutorials/tutorial-basic.es.svg -%%DATADIR%%/tutorials/tutorial-basic.eu.svg -%%DATADIR%%/tutorials/tutorial-basic.fr.svg -%%DATADIR%%/tutorials/tutorial-basic.hu.svg -%%DATADIR%%/tutorials/tutorial-basic.it.svg -%%DATADIR%%/tutorials/tutorial-basic.ja.svg -%%DATADIR%%/tutorials/tutorial-basic.nl.svg -%%DATADIR%%/tutorials/tutorial-basic.nn.svg -%%DATADIR%%/tutorials/tutorial-basic.pl.svg -%%DATADIR%%/tutorials/tutorial-basic.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-basic.ru.svg -%%DATADIR%%/tutorials/tutorial-basic.sk.svg -%%DATADIR%%/tutorials/tutorial-basic.sl.svg -%%DATADIR%%/tutorials/tutorial-basic.svg -%%DATADIR%%/tutorials/tutorial-basic.tr.svg -%%DATADIR%%/tutorials/tutorial-basic.vi.svg -%%DATADIR%%/tutorials/tutorial-basic.zh_CN.svg -%%DATADIR%%/tutorials/tutorial-basic.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.ca.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.cs.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.de.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.es.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.eu.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.fr.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.hu.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.ja.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.pl.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.ru.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.sk.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.sl.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.vi.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-elements.ca.svg -%%DATADIR%%/tutorials/tutorial-elements.de.svg -%%DATADIR%%/tutorials/tutorial-elements.es.svg -%%DATADIR%%/tutorials/tutorial-elements.eu.svg -%%DATADIR%%/tutorials/tutorial-elements.fr.svg -%%DATADIR%%/tutorials/tutorial-elements.hu.svg -%%DATADIR%%/tutorials/tutorial-elements.ja.svg -%%DATADIR%%/tutorials/tutorial-elements.pl.svg -%%DATADIR%%/tutorials/tutorial-elements.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-elements.ru.svg -%%DATADIR%%/tutorials/tutorial-elements.sk.svg -%%DATADIR%%/tutorials/tutorial-elements.sl.svg -%%DATADIR%%/tutorials/tutorial-elements.svg -%%DATADIR%%/tutorials/tutorial-elements.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-interpolate.de.svg -%%DATADIR%%/tutorials/tutorial-interpolate.fr.svg -%%DATADIR%%/tutorials/tutorial-interpolate.hu.svg -%%DATADIR%%/tutorials/tutorial-interpolate.pl.svg -%%DATADIR%%/tutorials/tutorial-interpolate.sl.svg -%%DATADIR%%/tutorials/tutorial-interpolate.svg -%%DATADIR%%/tutorials/tutorial-interpolate.vi.svg -%%DATADIR%%/tutorials/tutorial-shapes.ca.svg -%%DATADIR%%/tutorials/tutorial-shapes.cs.svg -%%DATADIR%%/tutorials/tutorial-shapes.de.svg -%%DATADIR%%/tutorials/tutorial-shapes.es.svg -%%DATADIR%%/tutorials/tutorial-shapes.eu.svg -%%DATADIR%%/tutorials/tutorial-shapes.fr.svg -%%DATADIR%%/tutorials/tutorial-shapes.hu.svg -%%DATADIR%%/tutorials/tutorial-shapes.it.svg -%%DATADIR%%/tutorials/tutorial-shapes.ja.svg -%%DATADIR%%/tutorials/tutorial-shapes.pl.svg -%%DATADIR%%/tutorials/tutorial-shapes.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-shapes.ru.svg -%%DATADIR%%/tutorials/tutorial-shapes.sk.svg -%%DATADIR%%/tutorials/tutorial-shapes.sl.svg -%%DATADIR%%/tutorials/tutorial-shapes.svg -%%DATADIR%%/tutorials/tutorial-shapes.vi.svg -%%DATADIR%%/tutorials/tutorial-shapes.zh_CN.svg -%%DATADIR%%/tutorials/tutorial-shapes.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-tips.ca.svg -%%DATADIR%%/tutorials/tutorial-tips.de.svg -%%DATADIR%%/tutorials/tutorial-tips.es.svg -%%DATADIR%%/tutorials/tutorial-tips.eu.svg -%%DATADIR%%/tutorials/tutorial-tips.fr.svg -%%DATADIR%%/tutorials/tutorial-tips.hu.svg -%%DATADIR%%/tutorials/tutorial-tips.it.svg -%%DATADIR%%/tutorials/tutorial-tips.ja.svg -%%DATADIR%%/tutorials/tutorial-tips.pl.svg -%%DATADIR%%/tutorials/tutorial-tips.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-tips.ru.svg -%%DATADIR%%/tutorials/tutorial-tips.sk.svg -%%DATADIR%%/tutorials/tutorial-tips.sl.svg -%%DATADIR%%/tutorials/tutorial-tips.svg -%%DATADIR%%/tutorials/tutorial-tips.vi.svg -%%DATADIR%%/tutorials/tutorial-tips.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-tracing.ca.svg -%%DATADIR%%/tutorials/tutorial-tracing.de.svg -%%DATADIR%%/tutorials/tutorial-tracing.es.svg -%%DATADIR%%/tutorials/tutorial-tracing.eu.svg -%%DATADIR%%/tutorials/tutorial-tracing.fr.svg -%%DATADIR%%/tutorials/tutorial-tracing.hu.svg -%%DATADIR%%/tutorials/tutorial-tracing.ja.svg -%%DATADIR%%/tutorials/tutorial-tracing.pl.svg -%%DATADIR%%/tutorials/tutorial-tracing.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-tracing.ru.svg -%%DATADIR%%/tutorials/tutorial-tracing.sk.svg -%%DATADIR%%/tutorials/tutorial-tracing.sl.svg -%%DATADIR%%/tutorials/tutorial-tracing.svg -%%DATADIR%%/tutorials/tutorial-tracing.vi.svg -%%DATADIR%%/tutorials/tutorial-tracing.zh_TW.svg -%%DATADIR%%/tutorials/tux.png -%%DATADIR%%/ui/keybindings.rc -%%DATADIR%%/ui/menus-bars.xml -%%DATADIR%%/ui/toolbox.xml -%%DATADIR%%/ui/units.txt -%%DATADIR%%/ui/units.xml -share/locale/am/LC_MESSAGES/inkscape.mo -share/locale/ar/LC_MESSAGES/inkscape.mo -share/locale/az/LC_MESSAGES/inkscape.mo -share/locale/be/LC_MESSAGES/inkscape.mo -share/locale/bg/LC_MESSAGES/inkscape.mo -share/locale/bn/LC_MESSAGES/inkscape.mo -share/locale/br/LC_MESSAGES/inkscape.mo -share/locale/ca/LC_MESSAGES/inkscape.mo -share/locale/ca@valencia/LC_MESSAGES/inkscape.mo -share/locale/cs/LC_MESSAGES/inkscape.mo -share/locale/da/LC_MESSAGES/inkscape.mo -share/locale/de/LC_MESSAGES/inkscape.mo -share/locale/dz/LC_MESSAGES/inkscape.mo -share/locale/el/LC_MESSAGES/inkscape.mo -share/locale/en_AU/LC_MESSAGES/inkscape.mo -share/locale/en_CA/LC_MESSAGES/inkscape.mo -share/locale/en_GB/LC_MESSAGES/inkscape.mo -share/locale/en_US@piglatin/LC_MESSAGES/inkscape.mo -share/locale/eo/LC_MESSAGES/inkscape.mo -share/locale/es/LC_MESSAGES/inkscape.mo -share/locale/es_MX/LC_MESSAGES/inkscape.mo -share/locale/et/LC_MESSAGES/inkscape.mo -share/locale/eu/LC_MESSAGES/inkscape.mo -share/locale/fi/LC_MESSAGES/inkscape.mo -share/locale/fr/LC_MESSAGES/inkscape.mo -share/locale/ga/LC_MESSAGES/inkscape.mo -share/locale/gl/LC_MESSAGES/inkscape.mo -share/locale/he/LC_MESSAGES/inkscape.mo -share/locale/hr/LC_MESSAGES/inkscape.mo -share/locale/hu/LC_MESSAGES/inkscape.mo -share/locale/hy/LC_MESSAGES/inkscape.mo -share/locale/id/LC_MESSAGES/inkscape.mo -share/locale/it/LC_MESSAGES/inkscape.mo -share/locale/ja/LC_MESSAGES/inkscape.mo -share/locale/km/LC_MESSAGES/inkscape.mo -share/locale/ko/LC_MESSAGES/inkscape.mo -share/locale/lt/LC_MESSAGES/inkscape.mo -share/locale/mk/LC_MESSAGES/inkscape.mo -share/locale/mn/LC_MESSAGES/inkscape.mo -share/locale/nb/LC_MESSAGES/inkscape.mo -share/locale/ne/LC_MESSAGES/inkscape.mo -share/locale/nl/LC_MESSAGES/inkscape.mo -share/locale/nn/LC_MESSAGES/inkscape.mo -share/locale/pa/LC_MESSAGES/inkscape.mo -share/locale/pl/LC_MESSAGES/inkscape.mo -share/locale/pt/LC_MESSAGES/inkscape.mo -share/locale/pt_BR/LC_MESSAGES/inkscape.mo -share/locale/ro/LC_MESSAGES/inkscape.mo -share/locale/ru/LC_MESSAGES/inkscape.mo -share/locale/rw/LC_MESSAGES/inkscape.mo -share/locale/sk/LC_MESSAGES/inkscape.mo -share/locale/sl/LC_MESSAGES/inkscape.mo -share/locale/sq/LC_MESSAGES/inkscape.mo -share/locale/sr/LC_MESSAGES/inkscape.mo -share/locale/sr@latin/LC_MESSAGES/inkscape.mo -share/locale/sv/LC_MESSAGES/inkscape.mo -share/locale/th/LC_MESSAGES/inkscape.mo -share/locale/tr/LC_MESSAGES/inkscape.mo -share/locale/uk/LC_MESSAGES/inkscape.mo -share/locale/vi/LC_MESSAGES/inkscape.mo -share/locale/zh_CN/LC_MESSAGES/inkscape.mo -share/locale/zh_TW/LC_MESSAGES/inkscape.mo -share/pixmaps/inkscape.png -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/tutorials -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/screens -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/markers -@dirrm %%DATADIR%%/keys -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/filters -@dirrm %%DATADIR%%/extensions/xaml2svg -@dirrm %%DATADIR%%/extensions/alphabet_soup -@dirrm %%DATADIR%%/extensions/Poly3DObjects -@dirrm %%DATADIR%%/extensions/Barcode -@dirrm %%DATADIR%%/extensions -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/clipart -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@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/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en_US@piglatin/LC_MESSAGES -@dirrmtry share/locale/en_US@piglatin -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile deleted file mode 100644 index a6053fcf6..000000000 --- a/graphics/libchamplain/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: libchamplain -# Date Created: 04 Aug 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/libchamplain/Makefile,v 1.10 2009/10/19 20:29:54 kwm Exp $ -# - -PORTNAME= libchamplain -PORTVERSION= 0.4.2 -CATEGORIES= graphics -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -# python bindings and mono need to be ported to clutter 1.0 first. -# And clutter 1.0 versions of py-clutter and clutter-sharp need to -# get released upstream too. -CONFIGURE_ARGS+=--enable-managed=no - -PLIST_SUB= VERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= yes -PYCLUTTER_GTK= ${LOCALBASE}/libdata/pkgconfig/pyclutter-gtk-0.9.pc -BUILD_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk -RUN_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk -CONFIGURE_ARGS+= --enable-python=yes -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+= --enable-python=no -PLIST_SUB+= PYTHON="@comment " -.endif - -.pre-everything: - @${ECHO_CMD} "" - @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings" - @${ECHO_CMD} "" - -.include <bsd.port.mk> diff --git a/graphics/libchamplain/distinfo b/graphics/libchamplain/distinfo deleted file mode 100644 index 0dc58e456..000000000 --- a/graphics/libchamplain/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libchamplain-0.4.2.tar.bz2) = 20bd6c479ba4ba17d413a689d82923d9 -SHA256 (libchamplain-0.4.2.tar.bz2) = 2b1f8fc49e306a3a6da3ef3fea8630c76cecdffbfa53c251e7e15af8f4b8d77f -SIZE (libchamplain-0.4.2.tar.bz2) = 519743 diff --git a/graphics/libchamplain/pkg-descr b/graphics/libchamplain/pkg-descr deleted file mode 100644 index c93152a7d..000000000 --- a/graphics/libchamplain/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Libchamplain is a C library providing a ClutterActor to display maps. It also -provides a Gtk+ widget to display maps in Gtk+ applications. Mono, Python and -Perl bindings are available. - -It supports numerous free map sources such as OpenStreetMap [1], -OpenAerialMap [2] and Maps for free [3]. -[1] http://www.openstreetmap.org/ [2] http://www.openaerialmap.org/ -[3] http://www.maps-for-free.com/ - -WWW: http://projects.gnome.org/libchamplain/ diff --git a/graphics/libchamplain/pkg-plist b/graphics/libchamplain/pkg-plist deleted file mode 100644 index 1ecbf217c..000000000 --- a/graphics/libchamplain/pkg-plist +++ /dev/null @@ -1,93 +0,0 @@ -include/libchamplain-%%VERSION%%/champlain/champlain-base-marker.h -include/libchamplain-%%VERSION%%/champlain/champlain-cache.h -include/libchamplain-%%VERSION%%/champlain/champlain-defines.h -include/libchamplain-%%VERSION%%/champlain/champlain-enum-types.h -include/libchamplain-%%VERSION%%/champlain/champlain-layer.h -include/libchamplain-%%VERSION%%/champlain/champlain-map-source-desc.h -include/libchamplain-%%VERSION%%/champlain/champlain-map-source-factory.h -include/libchamplain-%%VERSION%%/champlain/champlain-map-source.h -include/libchamplain-%%VERSION%%/champlain/champlain-marker.h -include/libchamplain-%%VERSION%%/champlain/champlain-network-map-source.h -include/libchamplain-%%VERSION%%/champlain/champlain-point.h -include/libchamplain-%%VERSION%%/champlain/champlain-polygon.h -include/libchamplain-%%VERSION%%/champlain/champlain-selection-layer.h -include/libchamplain-%%VERSION%%/champlain/champlain-tile.h -include/libchamplain-%%VERSION%%/champlain/champlain-version.h -include/libchamplain-%%VERSION%%/champlain/champlain-view.h -include/libchamplain-%%VERSION%%/champlain/champlain-zoom-level.h -include/libchamplain-%%VERSION%%/champlain/champlain.h -include/libchamplain-gtk-%%VERSION%%/champlain-gtk/champlain-gtk.h -include/libchamplain-gtk-%%VERSION%%/champlain-gtk/gtk-champlain-embed.h -lib/girepository-1.0/Champlain-%%VERSION%%.typelib -lib/girepository-1.0/GtkChamplain-%%VERSION%%.typelib -lib/libchamplain-%%VERSION%%.a -lib/libchamplain-%%VERSION%%.la -lib/libchamplain-%%VERSION%%.so -lib/libchamplain-%%VERSION%%.so.1 -lib/libchamplain-gtk-%%VERSION%%.a -lib/libchamplain-gtk-%%VERSION%%.la -lib/libchamplain-gtk-%%VERSION%%.so -lib/libchamplain-gtk-%%VERSION%%.so.1 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.so -libdata/pkgconfig/champlain-%%VERSION%%.pc -libdata/pkgconfig/champlain-gtk-%%VERSION%%.pc -share/gir-1.0/Champlain-%%VERSION%%.gir -share/gir-1.0/GtkChamplain-%%VERSION%%.gir -share/gtk-doc/html/libchamplain-gtk/GtkChamplainEmbed.html -share/gtk-doc/html/libchamplain-gtk/ch01.html -share/gtk-doc/html/libchamplain-gtk/home.png -share/gtk-doc/html/libchamplain-gtk/index.html -share/gtk-doc/html/libchamplain-gtk/index.sgml -share/gtk-doc/html/libchamplain-gtk/left.png -share/gtk-doc/html/libchamplain-gtk/libchamplain-gtk.devhelp -share/gtk-doc/html/libchamplain-gtk/libchamplain-gtk.devhelp2 -share/gtk-doc/html/libchamplain-gtk/right.png -share/gtk-doc/html/libchamplain-gtk/style.css -share/gtk-doc/html/libchamplain-gtk/up.png -share/gtk-doc/html/libchamplain/ChamplainBaseMarker.html -share/gtk-doc/html/libchamplain/ChamplainCache.html -share/gtk-doc/html/libchamplain/ChamplainLayer.html -share/gtk-doc/html/libchamplain/ChamplainMapSource.html -share/gtk-doc/html/libchamplain/ChamplainMapSourceFactory.html -share/gtk-doc/html/libchamplain/ChamplainMarker.html -share/gtk-doc/html/libchamplain/ChamplainNetworkMapSource.html -share/gtk-doc/html/libchamplain/ChamplainPolygon.html -share/gtk-doc/html/libchamplain/ChamplainSelectionLayer.html -share/gtk-doc/html/libchamplain/ChamplainTile.html -share/gtk-doc/html/libchamplain/ChamplainView.html -share/gtk-doc/html/libchamplain/ch01.html -share/gtk-doc/html/libchamplain/ch02.html -share/gtk-doc/html/libchamplain/ch03.html -share/gtk-doc/html/libchamplain/home.png -share/gtk-doc/html/libchamplain/index.html -share/gtk-doc/html/libchamplain/index.sgml -share/gtk-doc/html/libchamplain/ix01.html -share/gtk-doc/html/libchamplain/ix02.html -share/gtk-doc/html/libchamplain/ix03.html -share/gtk-doc/html/libchamplain/ix04.html -share/gtk-doc/html/libchamplain/ix05.html -share/gtk-doc/html/libchamplain/ix06.html -share/gtk-doc/html/libchamplain/ix07.html -share/gtk-doc/html/libchamplain/ix08.html -share/gtk-doc/html/libchamplain/left.png -share/gtk-doc/html/libchamplain/libchamplain-Champlain.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainPoint.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainVersion.html -share/gtk-doc/html/libchamplain/libchamplain.devhelp -share/gtk-doc/html/libchamplain/libchamplain.devhelp2 -share/gtk-doc/html/libchamplain/right.png -share/gtk-doc/html/libchamplain/style.css -share/gtk-doc/html/libchamplain/up.png -@dirrm share/gtk-doc/html/libchamplain -@dirrm share/gtk-doc/html/libchamplain-gtk -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libchamplain-gtk-%%VERSION%%/champlain-gtk -@dirrm include/libchamplain-gtk-%%VERSION%% -@dirrm include/libchamplain-%%VERSION%%/champlain -@dirrm include/libchamplain-%%VERSION%% diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile deleted file mode 100644 index c305f4733..000000000 --- a/graphics/librsvg2/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: librsvg2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.127 2009/09/26 13:41:59 marcus Exp $ -# - -PORTNAME= librsvg2 -PORTVERSION= 2.26.0 -PORTREVISION= 2 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= librsvg-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for parsing and rendering SVG vector-graphic files - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-svgz \ - --without-gimp \ - --with-croco \ - --disable-gnome-vfs \ - --enable-gtk-theme \ - --disable-gnome-print - -CROCO_VERSION= 0.6 - -MAN1= rsvg.1 - -OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= libxul seamonkey -USE_WEBPLUGINS= gecko19 -WEBPLUGINS_FILES=libmozsvgdec.so -CONFIGURE_ENV+= MOZILLA_CONFIG=no -CONFIGURE_ARGS+=--enable-mozilla-plugin=yes - -PLIST_SUB+= PLUGIN="" -.else -CONFIGURE_ARGS+=--enable-mozilla-plugin=no - -PLIST_SUB+= PLUGIN="@comment " -.endif - -post-patch: -.if defined(WITH_MOZILLA_PLUGIN) -.if "${GECKO:Mlibxul}" - @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \ - ${WRKSRC}/configure -.endif - @${REINPLACE_CMD} -e 's|[$$][(]libdir[)]/mozilla/plugins|${WEBPLUGINS_DIR}|g' \ - ${WRKSRC}/moz-plugin/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo deleted file mode 100644 index 0807c3d1b..000000000 --- a/graphics/librsvg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/librsvg-2.26.0.tar.bz2) = 65dbd726a514fe8b797d26254b8efc1e -SHA256 (gnome2/librsvg-2.26.0.tar.bz2) = fdcab5f0d86198d8cbd4ffe5b333076f75e707f6d7e4af5e87a8644ff7533bea -SIZE (gnome2/librsvg-2.26.0.tar.bz2) = 477499 diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in deleted file mode 100644 index 728d20fcb..000000000 --- a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- moz-plugin/Makefile.in.orig 2008-09-23 15:17:45.000000000 -0500 -+++ moz-plugin/Makefile.in 2008-09-23 15:19:11.000000000 -0500 -@@ -270,7 +270,7 @@ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" -+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" - @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f=$(am__strip_dir) \ diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr deleted file mode 100644 index 9e39343a5..000000000 --- a/graphics/librsvg2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The librsvg library is a lightweight library for parsing and rendering -vector-graphic files in SVG format (like the ones made by sodipodi). It also -includes functions that render anti-aliased fonts using freetype, including -caching of glyphs. It is used by Nautilus for drawing vector icons and -anti-aliased text. - -WWW: http://librsvg.sourceforge.net/ diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist deleted file mode 100644 index c89581974..000000000 --- a/graphics/librsvg2/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/rsvg -bin/rsvg-convert -bin/rsvg-view -include/librsvg-2/librsvg/librsvg-enum-types.h -include/librsvg-2/librsvg/librsvg-features.h -include/librsvg-2/librsvg/rsvg-cairo.h -include/librsvg-2/librsvg/rsvg.h -%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.a -%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.la -%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.a -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.la -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.so -lib/librsvg-2.a -lib/librsvg-2.la -lib/librsvg-2.so -lib/librsvg-2.so.2 -libdata/pkgconfig/librsvg-2.0.pc -share/doc/rsvg/home.png -share/doc/rsvg/index.html -share/doc/rsvg/index.sgml -share/doc/rsvg/ix01.html -share/doc/rsvg/left.png -share/doc/rsvg/pt02.html -share/doc/rsvg/pt03.html -share/doc/rsvg/pt04.html -share/doc/rsvg/right.png -share/doc/rsvg/rsvg-Cairo.html -share/doc/rsvg/rsvg-Core-API.html -share/doc/rsvg/rsvg-GdkPixbuf.html -share/doc/rsvg/rsvg.devhelp -share/doc/rsvg/rsvg.devhelp2 -share/doc/rsvg/rsvg.html -share/doc/rsvg/style.css -share/doc/rsvg/up.png -share/pixmaps/svg-viewer.svg -@dirrm share/doc/rsvg -%%PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%% -@dirrm include/librsvg-2/librsvg -@dirrm include/librsvg-2 -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile deleted file mode 100644 index 1e0a5dcb4..000000000 --- a/graphics/nip2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: vips -# Date created: 19 December 2003 -# Whom: Lev Serebryakov <lev@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nip2 -PORTVERSION= 7.14.5 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ - -MAINTAINER= mi@aldan.algebra.com -COMMENT= Graphical user interface for VIPS - -LIB_DEPENDS= vips:${PORTSDIR}/graphics/vips \ - gsl:${PORTSDIR}/math/gsl \ - xml2:${PORTSDIR}/textproc/libxml2 - -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` -# This port has no man-pages. It installs a number of HTML files, -# which are available through the GUI's Help. For this reason, they -# are always installed, regardless of the NOPORTDOCS setting. -# The PDF version of the documentation is another story: -.if defined(NOPORTDOCS) -EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude nipguide --exclude pdf -.endif -# Somehow vendor's configure misses these: -MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \ - UPDATE_DESKTOP_DATABASE=update-desktop-database - -MAN1= nip2.1 - -post-patch: - ${REINPLACE_CMD} -e 's, malkovich,,' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|n_bytes|x_n_bytes|g' -e 's|text_size|x_text_size|g' \ - ${WRKSRC}/src/gtkitementry.c - -.include <bsd.port.mk> diff --git a/graphics/nip2/distinfo b/graphics/nip2/distinfo deleted file mode 100644 index 7a903dae1..000000000 --- a/graphics/nip2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nip2-7.14.5.tar.gz) = 33696f1640676213f8510e28bc14841c -SHA256 (nip2-7.14.5.tar.gz) = 27e1102682c6650b707d74327746f28f8f55badcc73ff46ec8d021a3444f5aa2 -SIZE (nip2-7.14.5.tar.gz) = 8385657 diff --git a/graphics/nip2/pkg-descr b/graphics/nip2/pkg-descr deleted file mode 100644 index 08ff1e679..000000000 --- a/graphics/nip2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -nip2 is a graphical user interface for VIPS - -WWW: http://www.vips.ecs.soton.ac.uk/ diff --git a/graphics/nip2/pkg-plist b/graphics/nip2/pkg-plist deleted file mode 100644 index b7278851a..000000000 --- a/graphics/nip2/pkg-plist +++ /dev/null @@ -1,284 +0,0 @@ -bin/nip2 -bin/run-nip2.sh -share/nip2/rc/ipgtkrc -share/nip2/data/examples/logo/logo2.ws -share/nip2/data/examples/1_point_mosiac/cd1.2.jpg -share/nip2/data/examples/1_point_mosiac/cd4.2.jpg -share/nip2/data/examples/1_point_mosiac/cd2.1.jpg -share/nip2/data/examples/1_point_mosiac/cd4.1.jpg -share/nip2/data/examples/1_point_mosiac/cd1.1.jpg -share/nip2/data/examples/1_point_mosiac/cd3.2.jpg -share/nip2/data/examples/1_point_mosiac/cd2.2.jpg -share/nip2/data/examples/1_point_mosiac/cd3.1.jpg -share/nip2/data/examples/1_point_mosiac/1pt_mosaic.ws -share/nip2/data/examples/overlays_and_blending/overlay_blend.ws -share/nip2/data/examples/overlays_and_blending/blend_example_ir.jpg -share/nip2/data/examples/overlays_and_blending/blend_example_vis.jpg -share/nip2/data/examples/overlays_and_blending/blend_example_xray.jpg -share/nip2/data/examples/manual_balance/mask_01.png -share/nip2/data/examples/manual_balance/mask_02.png -share/nip2/data/examples/manual_balance/simp_base.png -share/nip2/data/examples/manual_balance/mask_03.png -share/nip2/data/examples/manual_balance/mask_control.png -share/nip2/data/examples/manual_balance/manual_balance.ws -share/nip2/data/examples/2_point_mosiac/example_im_02.jpg -share/nip2/data/examples/2_point_mosiac/example_im_04.jpg -share/nip2/data/examples/2_point_mosiac/example_im_03.jpg -share/nip2/data/examples/2_point_mosiac/full_image.jpg -share/nip2/data/examples/2_point_mosiac/example_im_01.jpg -share/nip2/data/examples/2_point_mosiac/example_im_05.jpg -share/nip2/data/examples/2_point_mosiac/example_im_06.jpg -share/nip2/data/examples/2_point_mosiac/2pts_mosaic.ws -share/nip2/data/examples/registering/example_im_2.jpg -share/nip2/data/examples/registering/registering.ws -share/nip2/data/examples/registering/example_im_1.jpg -share/nip2/data/examples/registering/example_im_4.jpg -share/nip2/data/examples/registering/example_im_3.jpg -share/nip2/data/examples/clone/clone.ws -share/nip2/data/examples/clone/example_im_01.png -share/nip2/data/examples/clone/example_im_02.png -share/nip2/data/examples/businesscard/businesscard.ws -share/nip2/data/examples/businesscard/slanted_oval_vase2.jpg -share/nip2/data/examples/framing/framing_distorted_frame.png -share/nip2/data/examples/framing/framing.ws -share/nip2/data/examples/framing/framing_complex.png -share/nip2/data/examples/framing/framing_corner.png -share/nip2/data/examples/framing/framing_picture.jpg -share/nip2/data/examples/print_test_image.v -share/nip2/data/rachel.con -share/nip2/data/AdobeRGB1998.icc -share/nip2/data/sRGB.icm -share/nip2/data/macbeth_lab_d65.mat -share/nip2/data/macbeth_lab_d50.mat -share/nip2/data/vips-128.png -share/nip2/data/nip2-icon.ico -share/nip2/data/HP5000_UVDuraImageGlossMaxQ.icc -share/nip2/data/stock-tool-ink-22.png -share/nip2/data/stock-tool-path-22.png -share/nip2/data/stock-tool-text-22.png -share/nip2/data/stock-tool-smudge-22.png -share/nip2/data/stock-tool-bucket-fill-22.png -share/nip2/data/stock-tool-rect-select-22.png -share/nip2/data/stock-tool-select-22.png -share/nip2/data/nip-slider-16.png -share/nip2/data/stock-tool-move-22.png -share/nip2/data/stock-led-red-18.png -share/nip2/data/stock-led-green-18.png -share/nip2/data/stock-led-blue-18.png -share/nip2/data/stock-led-cyan-18.png -share/nip2/data/stock-led-yellow-18.png -share/nip2/data/stock-led-off-18.png -share/nip2/start/Math.def -share/nip2/start/Image.def -share/nip2/start/Colour.def -share/nip2/start/Tasks.def -share/nip2/start/Object.def -share/nip2/start/Filter.def -share/nip2/start/Matrix.def -share/nip2/start/Widgets.def -share/nip2/start/Histogram.def -share/nip2/start/Preferences.ws -share/nip2/start/_joe_extra.def -share/nip2/start/_joe_utilities.def -share/nip2/start/_convert.def -share/nip2/start/_generate.def -share/nip2/start/_list.def -share/nip2/start/_predicate.def -share/nip2/start/_stdenv.def -share/nip2/start/_Object.def -share/nip2/start/_types.def -share/nip2/compat/7.8/Math.def -share/nip2/compat/7.8/Image.def -share/nip2/compat/7.8/Mosaic.def -share/nip2/compat/7.8/Colour.def -share/nip2/compat/7.8/Resize.def -share/nip2/compat/7.8/Capture.def -share/nip2/compat/7.8/Format.def -share/nip2/compat/7.8/Filter.def -share/nip2/compat/7.8/Morphology.def -share/nip2/compat/7.8/New.def -share/nip2/compat/7.8/Histogram.def -share/nip2/compat/7.8/Print.def -share/nip2/compat/7.8/Rotate.def -share/nip2/compat/7.8/Statistics.def -share/nip2/compat/7.8/X_ray.def -share/nip2/compat/7.8/_convert.def -share/nip2/compat/7.8/_errors.def -share/nip2/compat/7.8/_generate.def -share/nip2/compat/7.8/_list.def -share/nip2/compat/7.8/_predicate.def -share/nip2/compat/7.8/_stdenv.def -share/nip2/compat/7.8/_types.def -share/nip2/compat/7.9/Math.def -share/nip2/compat/7.9/Image.def -share/nip2/compat/7.9/Mosaic.def -share/nip2/compat/7.9/Colour.def -share/nip2/compat/7.9/Resize.def -share/nip2/compat/7.9/Capture.def -share/nip2/compat/7.9/Format.def -share/nip2/compat/7.9/Filter.def -share/nip2/compat/7.9/Morphology.def -share/nip2/compat/7.9/New.def -share/nip2/compat/7.9/Histogram.def -share/nip2/compat/7.9/Print.def -share/nip2/compat/7.9/Rotate.def -share/nip2/compat/7.9/Statistics.def -share/nip2/compat/7.9/X_ray.def -share/nip2/compat/7.9/_convert.def -share/nip2/compat/7.9/_errors.def -share/nip2/compat/7.9/_generate.def -share/nip2/compat/7.9/_list.def -share/nip2/compat/7.9/_predicate.def -share/nip2/compat/7.9/_stdenv.def -share/nip2/compat/7.9/_types.def -share/nip2/compat/7.10/Colour.def -share/nip2/compat/7.10/_convert.def -share/nip2/compat/7.10/Filter.def -share/nip2/compat/7.10/Format.def -share/nip2/compat/7.10/_generate.def -share/nip2/compat/7.10/Histogram.def -share/nip2/compat/7.10/Image.def -share/nip2/compat/7.10/_joe_extra.def -share/nip2/compat/7.10/_joe_utilities.def -share/nip2/compat/7.10/_list.def -share/nip2/compat/7.10/Math.def -share/nip2/compat/7.10/Matrix.def -share/nip2/compat/7.10/_predicate.def -share/nip2/compat/7.10/_stdenv.def -share/nip2/compat/7.10/Tasks.def -share/nip2/compat/7.10/_types.def -share/nip2/compat/7.10/Widgets.def -share/nip2/compat/7.12/Math.def -share/nip2/compat/7.12/Image.def -share/nip2/compat/7.12/Colour.def -share/nip2/compat/7.12/Tasks.def -share/nip2/compat/7.12/Format.def -share/nip2/compat/7.12/Filter.def -share/nip2/compat/7.12/Matrix.def -share/nip2/compat/7.12/Widgets.def -share/nip2/compat/7.12/Histogram.def -share/nip2/compat/7.12/Preferences.ws -share/nip2/compat/7.12/_joe_extra.def -share/nip2/compat/7.12/_joe_utilities.def -share/nip2/compat/7.12/_convert.def -share/nip2/compat/7.12/_generate.def -share/nip2/compat/7.12/_list.def -share/nip2/compat/7.12/_predicate.def -share/nip2/compat/7.12/_stdenv.def -share/nip2/compat/7.12/_types.def -@dirrm share/nip2/compat/7.8 -@dirrm share/nip2/compat/7.9 -@dirrm share/nip2/compat/7.10 -@dirrm share/nip2/compat/7.12 -@dirrm share/nip2/compat -@dirrm share/nip2/data/examples/1_point_mosiac -@dirrm share/nip2/data/examples/2_point_mosiac -@dirrm share/nip2/data/examples/businesscard -@dirrm share/nip2/data/examples/clone -@dirrm share/nip2/data/examples/framing -@dirrm share/nip2/data/examples/logo -@dirrm share/nip2/data/examples/manual_balance -@dirrm share/nip2/data/examples/overlays_and_blending -@dirrm share/nip2/data/examples/registering -@dirrm share/nip2/data/examples -@dirrm share/nip2/data -@dirrm share/nip2/rc -@dirrm share/nip2/start -@dirrm share/nip2 -%%DOCSDIR%%/html/figs/ir1.jpg -%%DOCSDIR%%/html/figs/ir2.jpg -%%DOCSDIR%%/html/figs/ir3.jpg -%%DOCSDIR%%/html/figs/ir4.jpg -%%DOCSDIR%%/html/figs/ir5.jpg -%%DOCSDIR%%/html/figs/ir6.jpg -%%DOCSDIR%%/html/figs/ir7.jpg -%%DOCSDIR%%/html/figs/ir8a.jpg -%%DOCSDIR%%/html/figs/ir9.jpg -%%DOCSDIR%%/html/figs/mos2.png -%%DOCSDIR%%/html/figs/scr21a.png -%%DOCSDIR%%/html/figs/scr22.png -%%DOCSDIR%%/html/figs/scr23.jpg -%%DOCSDIR%%/html/figs/scr24.jpg -%%DOCSDIR%%/html/figs/scr25.jpg -%%DOCSDIR%%/html/figs/scr26.png -%%DOCSDIR%%/html/figs/snap1.jpg -%%DOCSDIR%%/html/figs/snap10.jpg -%%DOCSDIR%%/html/figs/snap11.jpg -%%DOCSDIR%%/html/figs/snap12.jpg -%%DOCSDIR%%/html/figs/snap13.jpg -%%DOCSDIR%%/html/figs/snap14.jpg -%%DOCSDIR%%/html/figs/snap15.jpg -%%DOCSDIR%%/html/figs/snap16.jpg -%%DOCSDIR%%/html/figs/snap2.jpg -%%DOCSDIR%%/html/figs/snap3.jpg -%%DOCSDIR%%/html/figs/snap4.jpg -%%DOCSDIR%%/html/figs/snap5.jpg -%%DOCSDIR%%/html/figs/snap6.jpg -%%DOCSDIR%%/html/figs/snap7.jpg -%%DOCSDIR%%/html/figs/snap7a.jpg -%%DOCSDIR%%/html/figs/snap8.jpg -%%DOCSDIR%%/html/figs/snap9.jpg -%%DOCSDIR%%/html/figs/toolkit.jpg -%%DOCSDIR%%/html/figs/toolkit2.jpg -%%DOCSDIR%%/html/figs/toolkit3.jpg -%%DOCSDIR%%/html/nipguide.css -%%DOCSDIR%%/html/nipguide.html -%%DOCSDIR%%/html/nipguide37.html -%%DOCSDIR%%/html/nipguideap1.html -%%DOCSDIR%%/html/nipguidech1.html -%%DOCSDIR%%/html/nipguidech2.html -%%DOCSDIR%%/html/nipguidech3.html -%%DOCSDIR%%/html/nipguidech4.html -%%DOCSDIR%%/html/nipguidech5.html -%%DOCSDIR%%/html/nipguidech6.html -%%DOCSDIR%%/html/nipguideli1.html -%%DOCSDIR%%/html/nipguideli2.html -%%DOCSDIR%%/html/nipguideli3.html -%%DOCSDIR%%/html/nipguidese1.html -%%DOCSDIR%%/html/nipguidese10.html -%%DOCSDIR%%/html/nipguidese11.html -%%DOCSDIR%%/html/nipguidese12.html -%%DOCSDIR%%/html/nipguidese13.html -%%DOCSDIR%%/html/nipguidese14.html -%%DOCSDIR%%/html/nipguidese15.html -%%DOCSDIR%%/html/nipguidese16.html -%%DOCSDIR%%/html/nipguidese17.html -%%DOCSDIR%%/html/nipguidese18.html -%%DOCSDIR%%/html/nipguidese19.html -%%DOCSDIR%%/html/nipguidese2.html -%%DOCSDIR%%/html/nipguidese20.html -%%DOCSDIR%%/html/nipguidese21.html -%%DOCSDIR%%/html/nipguidese22.html -%%DOCSDIR%%/html/nipguidese23.html -%%DOCSDIR%%/html/nipguidese24.html -%%DOCSDIR%%/html/nipguidese25.html -%%DOCSDIR%%/html/nipguidese26.html -%%DOCSDIR%%/html/nipguidese27.html -%%DOCSDIR%%/html/nipguidese28.html -%%DOCSDIR%%/html/nipguidese29.html -%%DOCSDIR%%/html/nipguidese3.html -%%DOCSDIR%%/html/nipguidese30.html -%%DOCSDIR%%/html/nipguidese31.html -%%DOCSDIR%%/html/nipguidese32.html -%%DOCSDIR%%/html/nipguidese33.html -%%DOCSDIR%%/html/nipguidese34.html -%%DOCSDIR%%/html/nipguidese35.html -%%DOCSDIR%%/html/nipguidese36.html -%%DOCSDIR%%/html/nipguidese4.html -%%DOCSDIR%%/html/nipguidese5.html -%%DOCSDIR%%/html/nipguidese6.html -%%DOCSDIR%%/html/nipguidese7.html -%%DOCSDIR%%/html/nipguidese8.html -%%DOCSDIR%%/html/nipguidese9.html -%%PORTDOCS%%%%DOCSDIR%%/pdf/nipguide.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -@dirrm %%DOCSDIR%%/html/figs -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% -share/mime/packages/nip2.xml -share/applications/nip2.desktop -@dirrmtry share/applications -@exec update-mime-database %D/share/mime || : -@exec update-desktop-database %D/share/applications || : -@unexec update-mime-database %D/share/mime || : -@unexec update-desktop-database %D/share/applications || : diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile deleted file mode 100644 index 9df24a3b4..000000000 --- a/graphics/p5-clutter/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: p5-clutter -# Date created: Dezember 27, 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter -PORTVERSION= 1.0.1 -CATEGORIES= graphics perl5 -MASTER_SITES= http://www.clutter-project.org/sources/clutter-perl/${PORTVERSION:R}/ -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-perl-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Perl bindings to the Clutter OpenGL canvas - -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${SITE_PERL}/${PERL_ARCH}/Pango.pm:${PORTSDIR}/x11-toolkits/p5-Pango \ - ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter -RUN_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${SITE_PERL}/${PERL_ARCH}/Pango.pm:${PORTSDIR}/x11-toolkits/p5-Pango \ - ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo - -USE_BZIP2= yes -PERL_CONFIGURE= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-perl-${PORTVERSION} - -MAN3= Clutter.3 Clutter::Actor.3 Clutter::ActorBox.3 Clutter::Alpha.3 \ - Clutter::Animation.3 Clutter::Backend.3 Clutter::Behaviour.3 \ - Clutter::Behaviour::Depth.3 Clutter::Behaviour::Ellipse.3 \ - Clutter::Behaviour::Opacity.3 Clutter::Behaviour::Path.3 \ - Clutter::Behaviour::Rotate.3 Clutter::Behaviour::Scale.3 \ - Clutter::BindingPool.3 Clutter::Cairo.3 Clutter::CairoTexture.3 \ - Clutter::ChildMeta.3 Clutter::Clone.3 Clutter::Cogl.3 \ - Clutter::Cogl::Color.3 Clutter::Cogl::Handle.3 \ - Clutter::Cogl::Material.3 Clutter::Cogl::MaterialLayer.3 \ - Clutter::Cogl::Matrix.3 Clutter::Cogl::Pango.3 Clutter::Cogl::Path.3 \ - Clutter::Cogl::Program.3 Clutter::Cogl::Shader.3 \ - Clutter::Cogl::Texture.3 Clutter::Color.3 Clutter::Container.3 \ - Clutter::Container::ForeachFunc.3 Clutter::Cookbook.3 Clutter::Event.3 \ - Clutter::Event::Button.3 Clutter::Event::Crossing.3 \ - Clutter::Event::Key.3 Clutter::Event::Motion.3 \ - Clutter::Event::Scroll.3 Clutter::Event::StageState.3 \ - Clutter::Geometry.3 Clutter::Group.3 Clutter::Interval.3 \ - Clutter::Keysyms.3 Clutter::Knot.3 Clutter::ListModel.3 \ - Clutter::Media.3 Clutter::Model.3 Clutter::Model::Iter.3 \ - Clutter::ParamSpec.3 Clutter::Path.3 Clutter::Path::Node.3 \ - Clutter::Rectangle.3 Clutter::Score.3 Clutter::Script.3 \ - Clutter::Shader.3 Clutter::Stage.3 Clutter::StageManager.3 \ - Clutter::Text.3 Clutter::Texture.3 Clutter::Threads.3 \ - Clutter::Timeline.3 Clutter::Units.3 Clutter::Vertex.3 \ - Clutter::index.3 Clutter::main.3 Clutter::version.3 - -.include <bsd.port.mk> diff --git a/graphics/p5-clutter/distinfo b/graphics/p5-clutter/distinfo deleted file mode 100644 index 1f956d017..000000000 --- a/graphics/p5-clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-perl-1.0.1.tar.bz2) = 0dbc0d830e1290deabe52c0133ad7059 -SHA256 (clutter-perl-1.0.1.tar.bz2) = 30f23665dde4e438bb98f2bf7fa3ff927f70471c3c34c801be911dcbd9ee9368 -SIZE (clutter-perl-1.0.1.tar.bz2) = 86160 diff --git a/graphics/p5-clutter/pkg-descr b/graphics/p5-clutter/pkg-descr deleted file mode 100644 index 3649214dd..000000000 --- a/graphics/p5-clutter/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice -and easy GObject based API for creating fast, heavily stylised applications, -such as media box UI, presentations, kiosk style applications, etc. - -Clutter uses OpenGL for rendering. - -The Clutter Perl bindings allow you to write canvas-based applications in -a Perlish and object-oriented way, freeing you from having to care about -casting and memory management of the original Clutter C API, and yet -remaining close to its spirit. - -WWW: http://www.clutter-project.org/ diff --git a/graphics/p5-clutter/pkg-plist b/graphics/p5-clutter/pkg-plist deleted file mode 100644 index 5e9cf51c9..000000000 --- a/graphics/p5-clutter/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Actor.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ActorBox.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Alpha.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Animation.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Backend.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Depth.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Ellipse.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Opacity.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Path.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Rotate.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Scale.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/BindingPool.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cairo.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/CairoTexture.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ChildMeta.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Clone.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Color.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Handle.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Material.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/MaterialLayer.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Matrix.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Pango.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Path.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Program.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Shader.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Texture.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Color.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Container.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Container/ForeachFunc.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cookbook.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Button.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Crossing.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Key.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Motion.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Scroll.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/StageState.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Geometry.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Group.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter-perl-autogen.h -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter-perl.h -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter-perl.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/doctypes -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Interval.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Keysyms.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Knot.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ListModel.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Media.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Model.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Model/Iter.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ParamSpec.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Path.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Path/Node.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Rectangle.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Score.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Script.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Shader.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Stage.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/StageManager.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/TestHelper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Text.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Texture.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Threads.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Timeline.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Units.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Vertex.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/index.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/main.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/version.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter/Clutter.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter/Clutter.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Path/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Model -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Container -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter diff --git a/graphics/poppler-data/Makefile b/graphics/poppler-data/Makefile deleted file mode 100644 index ee3a3e940..000000000 --- a/graphics/poppler-data/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: poppler-data -# Date created: 2006-09-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= poppler-data -PORTVERSION= 0.3.1 -CATEGORIES= graphics -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Poppler encoding data - -NO_BUILD= yes - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/graphics/poppler-data/distinfo b/graphics/poppler-data/distinfo deleted file mode 100644 index 3a4f70dee..000000000 --- a/graphics/poppler-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (poppler-data-0.3.1.tar.gz) = 1222399ddebf74482e10be815c8df035 -SHA256 (poppler-data-0.3.1.tar.gz) = b5e4c0671156e540462d0095fd0ba8302602314120e153c0246080110d9f0ff3 -SIZE (poppler-data-0.3.1.tar.gz) = 2618617 diff --git a/graphics/poppler-data/pkg-descr b/graphics/poppler-data/pkg-descr deleted file mode 100644 index 4244716fa..000000000 --- a/graphics/poppler-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Poppler encoding data - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler-data/pkg-plist b/graphics/poppler-data/pkg-plist deleted file mode 100644 index 9e874e1c8..000000000 --- a/graphics/poppler-data/pkg-plist +++ /dev/null @@ -1,211 +0,0 @@ -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-0 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-1 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-2 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-3 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-4 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-5 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-6 -share/poppler/cMap/Adobe-CNS1/B5-H -share/poppler/cMap/Adobe-CNS1/B5-V -share/poppler/cMap/Adobe-CNS1/B5pc-H -share/poppler/cMap/Adobe-CNS1/B5pc-V -share/poppler/cMap/Adobe-CNS1/CNS-EUC-H -share/poppler/cMap/Adobe-CNS1/CNS-EUC-V -share/poppler/cMap/Adobe-CNS1/CNS1-H -share/poppler/cMap/Adobe-CNS1/CNS1-V -share/poppler/cMap/Adobe-CNS1/CNS2-H -share/poppler/cMap/Adobe-CNS1/CNS2-V -share/poppler/cMap/Adobe-CNS1/ETHK-B5-H -share/poppler/cMap/Adobe-CNS1/ETHK-B5-V -share/poppler/cMap/Adobe-CNS1/ETen-B5-H -share/poppler/cMap/Adobe-CNS1/ETen-B5-V -share/poppler/cMap/Adobe-CNS1/ETenms-B5-H -share/poppler/cMap/Adobe-CNS1/ETenms-B5-V -share/poppler/cMap/Adobe-CNS1/HKdla-B5-H -share/poppler/cMap/Adobe-CNS1/HKdla-B5-V -share/poppler/cMap/Adobe-CNS1/HKdlb-B5-H -share/poppler/cMap/Adobe-CNS1/HKdlb-B5-V -share/poppler/cMap/Adobe-CNS1/HKgccs-B5-H -share/poppler/cMap/Adobe-CNS1/HKgccs-B5-V -share/poppler/cMap/Adobe-CNS1/HKm314-B5-H -share/poppler/cMap/Adobe-CNS1/HKm314-B5-V -share/poppler/cMap/Adobe-CNS1/HKm471-B5-H -share/poppler/cMap/Adobe-CNS1/HKm471-B5-V -share/poppler/cMap/Adobe-CNS1/HKscs-B5-H -share/poppler/cMap/Adobe-CNS1/HKscs-B5-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-V -share/poppler/cMap/Adobe-GB1/Adobe-GB1-0 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-1 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-2 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-3 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-4 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-5 -share/poppler/cMap/Adobe-GB1/GB-EUC-H -share/poppler/cMap/Adobe-GB1/GB-EUC-V -share/poppler/cMap/Adobe-GB1/GB-H -share/poppler/cMap/Adobe-GB1/GB-V -share/poppler/cMap/Adobe-GB1/GBK-EUC-H -share/poppler/cMap/Adobe-GB1/GBK-EUC-V -share/poppler/cMap/Adobe-GB1/GBK2K-H -share/poppler/cMap/Adobe-GB1/GBK2K-V -share/poppler/cMap/Adobe-GB1/GBKp-EUC-H -share/poppler/cMap/Adobe-GB1/GBKp-EUC-V -share/poppler/cMap/Adobe-GB1/GBT-EUC-H -share/poppler/cMap/Adobe-GB1/GBT-EUC-V -share/poppler/cMap/Adobe-GB1/GBT-H -share/poppler/cMap/Adobe-GB1/GBT-V -share/poppler/cMap/Adobe-GB1/GBTpc-EUC-H -share/poppler/cMap/Adobe-GB1/GBTpc-EUC-V -share/poppler/cMap/Adobe-GB1/GBpc-EUC-H -share/poppler/cMap/Adobe-GB1/GBpc-EUC-V -share/poppler/cMap/Adobe-GB1/UniGB-UCS2-H -share/poppler/cMap/Adobe-GB1/UniGB-UCS2-V -share/poppler/cMap/Adobe-GB1/UniGB-UTF16-H -share/poppler/cMap/Adobe-GB1/UniGB-UTF16-V -share/poppler/cMap/Adobe-GB1/UniGB-UTF32-H -share/poppler/cMap/Adobe-GB1/UniGB-UTF32-V -share/poppler/cMap/Adobe-GB1/UniGB-UTF8-H -share/poppler/cMap/Adobe-GB1/UniGB-UTF8-V -share/poppler/cMap/Adobe-Japan1/78-EUC-H -share/poppler/cMap/Adobe-Japan1/78-EUC-V -share/poppler/cMap/Adobe-Japan1/78-H -share/poppler/cMap/Adobe-Japan1/78-RKSJ-H -share/poppler/cMap/Adobe-Japan1/78-RKSJ-V -share/poppler/cMap/Adobe-Japan1/78-V -share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-H -share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-V -share/poppler/cMap/Adobe-Japan1/83pv-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-V -share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-V -share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-V -share/poppler/cMap/Adobe-Japan1/Add-H -share/poppler/cMap/Adobe-Japan1/Add-RKSJ-H -share/poppler/cMap/Adobe-Japan1/Add-RKSJ-V -share/poppler/cMap/Adobe-Japan1/Add-V -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-0 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-1 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-2 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-3 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-4 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-5 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-6 -share/poppler/cMap/Adobe-Japan1/EUC-H -share/poppler/cMap/Adobe-Japan1/EUC-V -share/poppler/cMap/Adobe-Japan1/Ext-H -share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-H -share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-V -share/poppler/cMap/Adobe-Japan1/Ext-V -share/poppler/cMap/Adobe-Japan1/H -share/poppler/cMap/Adobe-Japan1/Hankaku -share/poppler/cMap/Adobe-Japan1/Hiragana -share/poppler/cMap/Adobe-Japan1/Hojo-EUC-H -share/poppler/cMap/Adobe-Japan1/Hojo-EUC-V -share/poppler/cMap/Adobe-Japan1/Hojo-H -share/poppler/cMap/Adobe-Japan1/Hojo-V -share/poppler/cMap/Adobe-Japan1/Katakana -share/poppler/cMap/Adobe-Japan1/NWP-H -share/poppler/cMap/Adobe-Japan1/NWP-V -share/poppler/cMap/Adobe-Japan1/RKSJ-H -share/poppler/cMap/Adobe-Japan1/RKSJ-V -share/poppler/cMap/Adobe-Japan1/Roman -share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-V -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-V -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-H -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-V -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-H -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-HW-V -share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-V -share/poppler/cMap/Adobe-Japan1/UniJISPro-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-V -share/poppler/cMap/Adobe-Japan1/V -share/poppler/cMap/Adobe-Japan1/WP-Symbol -share/poppler/cMap/Adobe-Japan2/Adobe-Japan2-0 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-0 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-1 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-2 -share/poppler/cMap/Adobe-Korea1/KSC-EUC-H -share/poppler/cMap/Adobe-Korea1/KSC-EUC-V -share/poppler/cMap/Adobe-Korea1/KSC-H -share/poppler/cMap/Adobe-Korea1/KSC-Johab-H -share/poppler/cMap/Adobe-Korea1/KSC-Johab-V -share/poppler/cMap/Adobe-Korea1/KSC-V -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-H -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-H -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-V -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-V -share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-H -share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-V -share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-H -share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-V -share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-H -share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-V -share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-H -share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-V -share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-H -share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-V -share/poppler/cidToUnicode/Adobe-CNS1 -share/poppler/cidToUnicode/Adobe-GB1 -share/poppler/cidToUnicode/Adobe-Japan1 -share/poppler/cidToUnicode/Adobe-Korea1 -share/poppler/nameToUnicode/Bulgarian -share/poppler/nameToUnicode/Greek -share/poppler/nameToUnicode/Thai -share/poppler/unicodeMap/Big5 -share/poppler/unicodeMap/Big5ascii -share/poppler/unicodeMap/EUC-CN -share/poppler/unicodeMap/EUC-JP -share/poppler/unicodeMap/GBK -share/poppler/unicodeMap/ISO-2022-CN -share/poppler/unicodeMap/ISO-2022-JP -share/poppler/unicodeMap/ISO-2022-KR -share/poppler/unicodeMap/ISO-8859-6 -share/poppler/unicodeMap/ISO-8859-7 -share/poppler/unicodeMap/ISO-8859-8 -share/poppler/unicodeMap/ISO-8859-9 -share/poppler/unicodeMap/KOI8-R -share/poppler/unicodeMap/Latin2 -share/poppler/unicodeMap/Shift-JIS -share/poppler/unicodeMap/TIS-620 -share/poppler/unicodeMap/Windows-1255 -@dirrm share/poppler/unicodeMap -@dirrm share/poppler/nameToUnicode -@dirrm share/poppler/cidToUnicode -@dirrm share/poppler/cMap/Adobe-Korea1 -@dirrm share/poppler/cMap/Adobe-Japan2 -@dirrm share/poppler/cMap/Adobe-Japan1 -@dirrm share/poppler/cMap/Adobe-GB1 -@dirrm share/poppler/cMap/Adobe-CNS1 -@dirrm share/poppler/cMap -@dirrmtry share/poppler diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile deleted file mode 100644 index 154f87a96..000000000 --- a/graphics/poppler-gtk/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: poppler-gtk -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.15 2009/07/18 16:03:50 mezz Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -gtk - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= gtk -PLIST= ${.CURDIR}/pkg-plist - -pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} libpoppler-cairo.la - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-gtk/pkg-plist b/graphics/poppler-gtk/pkg-plist deleted file mode 100644 index 6bb080493..000000000 --- a/graphics/poppler-gtk/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -include/poppler/glib/poppler-action.h -include/poppler/glib/poppler-annot.h -include/poppler/glib/poppler-attachment.h -include/poppler/glib/poppler-date.h -include/poppler/glib/poppler-document.h -include/poppler/glib/poppler-enums.h -include/poppler/glib/poppler-features.h -include/poppler/glib/poppler-form-field.h -include/poppler/glib/poppler-layer.h -include/poppler/glib/poppler-page.h -include/poppler/glib/poppler.h -lib/libpoppler-glib.a -lib/libpoppler-glib.la -lib/libpoppler-glib.so -lib/libpoppler-glib.so.4 -libdata/pkgconfig/poppler-glib.pc -%%DOCSDIR%%/poppler/ch01.html -%%DOCSDIR%%/poppler/home.png -%%DOCSDIR%%/poppler/index.html -%%DOCSDIR%%/poppler/index.sgml -%%DOCSDIR%%/poppler/left.png -%%DOCSDIR%%/poppler/poppler-poppler-action.html -%%DOCSDIR%%/poppler/poppler-poppler-annot.html -%%DOCSDIR%%/poppler/poppler-poppler-attachment.html -%%DOCSDIR%%/poppler/poppler-poppler-document.html -%%DOCSDIR%%/poppler/poppler-poppler-enums.html -%%DOCSDIR%%/poppler/poppler-poppler-features.html -%%DOCSDIR%%/poppler/poppler-poppler-form-field.html -%%DOCSDIR%%/poppler/poppler-poppler-layer.html -%%DOCSDIR%%/poppler/poppler-poppler-page.html -%%DOCSDIR%%/poppler/poppler-poppler.html -%%DOCSDIR%%/poppler/poppler.devhelp -%%DOCSDIR%%/poppler/poppler.devhelp2 -%%DOCSDIR%%/poppler/right.png -%%DOCSDIR%%/poppler/style.css -%%DOCSDIR%%/poppler/up.png -@dirrmtry %%DOCSDIR%%/poppler -@dirrmtry %%DOCSDIR%% -@dirrm include/poppler/glib diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile deleted file mode 100644 index a82866acf..000000000 --- a/graphics/poppler-qt4/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-qt4 -# Date created: June 26, 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.10 2009/07/18 16:03:50 mezz Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt4 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt4 bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt4 -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt4/pkg-plist b/graphics/poppler-qt4/pkg-plist deleted file mode 100644 index d20d75d3e..000000000 --- a/graphics/poppler-qt4/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/poppler/qt4/poppler-annotation.h -include/poppler/qt4/poppler-export.h -include/poppler/qt4/poppler-form.h -include/poppler/qt4/poppler-link.h -include/poppler/qt4/poppler-optcontent.h -include/poppler/qt4/poppler-page-transition.h -include/poppler/qt4/poppler-page-transition-private.h -include/poppler/qt4/poppler-qt4.h -lib/libpoppler-qt4.a -lib/libpoppler-qt4.la -lib/libpoppler-qt4.so -lib/libpoppler-qt4.so.3 -libdata/pkgconfig/poppler-qt4.pc -@dirrm include/poppler/qt4 diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile deleted file mode 100644 index 530afb02d..000000000 --- a/graphics/poppler-utils/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-utils -# Date created: 2006-05-01 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -utils - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Poppler's xpdf-workalike command line utilities - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= utils -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-utils/pkg-plist b/graphics/poppler-utils/pkg-plist deleted file mode 100644 index 0b49f0caa..000000000 --- a/graphics/poppler-utils/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/pdffonts -bin/pdfimages -bin/pdfinfo -bin/pdftoabw -bin/pdftohtml -bin/pdftoppm -bin/pdftops -bin/pdftotext diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile deleted file mode 100644 index 3d89eea28..000000000 --- a/graphics/poppler/Makefile +++ /dev/null @@ -1,132 +0,0 @@ -# New ports collection makefile for: poppler -# Date created: 03 March 2005 -# Whom: marcus@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.55 2009/10/25 17:01:02 marcus Exp $ -# - -PORTNAME= poppler -PORTVERSION= 0.12.2 -PORTREVISION?= 0 -CATEGORIES= graphics print -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A PDF rendering library - -LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - lcms.1:${PORTSDIR}/graphics/lcms -RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-zlib \ - --enable-xpdf-headers \ - --with-html-dir=${DOCSDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.if !defined(SLAVEPORT) -OPTIONS= CAIRO "Enable cairo output backend" on \ - OPENJPEG "Enable JPEG 2000 support" on -.endif - -.include <bsd.port.pre.mk> - -.if defined(SLAVEPORT) -LIB_DEPENDS+= poppler.5:${PORTSDIR}/graphics/poppler - -.if ${SLAVEPORT}=="gtk" -CONFIGURE_ARGS+=--enable-poppler-glib -USE_GNOME+= gtk20 -BUILD_WRKSRC= ${WRKSRC}/glib -INSTALL_WRKSRC= ${WRKSRC}/glib -.else -CONFIGURE_ARGS+=--disable-poppler-glib \ - --disable-gdk \ - --disable-gtk-test -.endif - -.if ${SLAVEPORT}=="qt" -CONFIGURE_ARGS+=--enable-poppler-qt -USE_QT_VER+= 3 -BUILD_WRKSRC= ${WRKSRC}/qt -INSTALL_WRKSRC= ${WRKSRC}/qt -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.else -CONFIGURE_ARGS+=--disable-poppler-qt -.endif - -.if ${SLAVEPORT}=="qt4" -CONFIGURE_ARGS+=--enable-poppler-qt4 -USE_QT_VER+= 4 -QT_COMPONENTS= gui corelib xml qtestlib moc_build -# It requires poppler/splash to be built unless you disable splash backend -# support to allow you use BUILD_WRKSRC here. It seems that splash backend -# can read more PDF files than without, tested with demos's poppler_qt4viewer. -#BUILD_WRKSRC= ${WRKSRC}/qt4 -INSTALL_WRKSRC= ${WRKSRC}/qt4 -.else -CONFIGURE_ARGS+=--disable-poppler-qt4 -.endif - -.if ${SLAVEPORT}=="utils" -CONFIGURE_ARGS+=--enable-utils -CONFLICTS= xpdf-[0-9]* -BUILD_WRKSRC= ${WRKSRC}/utils -INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ - pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 -.else -CONFIGURE_ARGS+=--disable-utils -.endif - -.else -CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \ - --disable-poppler-qt4 --disable-utils --disable-gdk \ - --disable-gtk-test - -.if defined(WITHOUT_CAIRO) -CONFIGURE_ARGS+=--disable-cairo-output -PLIST_SUB+= CAIRO="@comment " -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -PLIST_SUB+= CAIRO="" -.endif - -.if defined(WITHOUT_OPENJPEG) -CONFIGURE_ARGS+=--disable-libopenjpeg -.else -CONFIGURE_ARGS+=--enable-libopenjpeg -LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg -.endif -.endif - -post-patch: -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" - @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \ - s|/usr/local/qt/lib|${LOCALBASE}/lib|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$QTDIR|${QT_PREFIX}|' ${WRKSRC}/configure -.endif -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4" - @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ - ${WRKSRC}/configure -.endif - -post-install: -.if defined(SLAVEPORT) -.if ${SLAVEPORT}=="gtk" - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt4" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo deleted file mode 100644 index bb6a38c85..000000000 --- a/graphics/poppler/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (poppler-0.12.2.tar.gz) = 60c00b55acf7dd389bf256d178af70bf -SHA256 (poppler-0.12.2.tar.gz) = bebfb8c0b091f44026a0c0d61790a0490b04b3c0132f82bd0b39e861bdaf2719 -SIZE (poppler-0.12.2.tar.gz) = 1614984 diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in deleted file mode 100644 index 94d7703cd..000000000 --- a/graphics/poppler/files/patch-glib_Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- glib/Makefile.in.orig 2008-03-24 09:03:54.000000000 -0400 -+++ glib/Makefile.in 2008-03-24 09:04:38.000000000 -0400 -@@ -66,7 +66,6 @@ - @BUILD_CAIRO_OUTPUT_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler-cairo.la \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_1) - libpoppler_glib_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) - am__objects_1 = poppler-enums.lo -@@ -80,7 +79,6 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.$(OBJEXT) - test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) - @BUILD_WITH_GDK_TRUE@test_poppler_glib_DEPENDENCIES = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ - @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ -@@ -295,7 +293,7 @@ - @BUILD_CAIRO_OUTPUT_TRUE@ $(top_builddir)/poppler/libpoppler-cairo.la \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(CAIRO_LIBS) - --SUBDIRS = . reference demo -+SUBDIRS = . reference - INCLUDES = \ - -DG_LOG_DOMAIN=\"Poppler\" \ - -I$(top_srcdir) \ -@@ -336,7 +334,7 @@ - poppler-private.h - - libpoppler_glib_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(POPPLER_GLIB_LIBS) \ - $(GDK_LIBS) \ - $(FREETYPE_LIBS) \ -@@ -348,7 +346,7 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.cc - - @BUILD_WITH_GDK_TRUE@test_poppler_glib_LDADD = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ -+@BUILD_WITH_GDK_TRUE@ -lpoppler \ - @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la \ - @BUILD_WITH_GDK_TRUE@ $(POPPLER_GLIB_LIBS) \ - @BUILD_WITH_GDK_TRUE@ $(GDK_LIBS) \ diff --git a/graphics/poppler/files/patch-poppler_Page.cc b/graphics/poppler/files/patch-poppler_Page.cc deleted file mode 100644 index 1d0f63298..000000000 --- a/graphics/poppler/files/patch-poppler_Page.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- poppler/Page.cc.orig 2008-07-09 17:53:56.000000000 +0200 -+++ poppler/Page.cc 2008-07-09 17:54:49.000000000 +0200 -@@ -230,7 +230,7 @@ - - Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) { - Object tmp; -- -+ pageWidgets = NULL; - ok = gTrue; - xref = xrefA; - num = numA; diff --git a/graphics/poppler/files/patch-qt4_Makefile.in b/graphics/poppler/files/patch-qt4_Makefile.in deleted file mode 100644 index ffb4777b4..000000000 --- a/graphics/poppler/files/patch-qt4_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- qt4/Makefile.in.orig 2008-03-24 08:30:49.000000000 -0400 -+++ qt4/Makefile.in 2008-03-24 08:30:34.000000000 -0400 -@@ -223,7 +223,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - win32_libs = @win32_libs@ --SUBDIRS = src tests demos -+SUBDIRS = src - all: all-recursive - - .SUFFIXES: diff --git a/graphics/poppler/files/patch-qt4_src_Makefile.in b/graphics/poppler/files/patch-qt4_src_Makefile.in deleted file mode 100644 index e9f0ee2e3..000000000 --- a/graphics/poppler/files/patch-qt4_src_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- qt4/src/Makefile.in.orig 2008-07-02 14:06:32.000000000 -0500 -+++ qt4/src/Makefile.in 2008-07-02 14:07:35.000000000 -0500 -@@ -62,7 +62,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libpoppler_qt4_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__append_1) - am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \ - poppler-fontinfo.lo poppler-embeddedfile.lo poppler-textbox.lo \ -@@ -303,7 +302,7 @@ - poppler-export.h \ - poppler-private.h - --libpoppler_qt4_la_LIBADD = $(top_builddir)/poppler/libpoppler.la \ -+libpoppler_qt4_la_LIBADD = -lpoppler \ - $(FONTCONFIG_LIBS) $(POPPLER_QT4_LIBS) $(am__append_1) - libpoppler_qt4_la_LDFLAGS = -version-info 3:0:0 - all: all-am diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in deleted file mode 100644 index d872262ea..000000000 --- a/graphics/poppler/files/patch-qt_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- qt/Makefile.in.orig 2008-03-27 08:17:35.000000000 -0400 -+++ qt/Makefile.in 2008-03-27 08:18:20.000000000 -0400 -@@ -59,8 +59,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ - poppler-link.lo poppler-page.lo poppler-page-transition.lo -@@ -71,7 +70,7 @@ - PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT) - test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS) --test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+test_poppler_qt_DEPENDENCIES = \ - libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -273,7 +272,7 @@ - poppler-private.h - - libpoppler_qt_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) \ - $(FONTCONFIG_LIBS) -@@ -283,7 +282,7 @@ - test-poppler-qt.cpp - - test_poppler_qt_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - libpoppler-qt.la \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) diff --git a/graphics/poppler/files/patch-utils_Makefile.in b/graphics/poppler/files/patch-utils_Makefile.in deleted file mode 100644 index 4a621ba6e..000000000 --- a/graphics/poppler/files/patch-utils_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- utils/Makefile.in.orig 2009-10-22 20:33:17.000000000 +0200 -+++ utils/Makefile.in 2009-10-22 20:33:49.000000000 +0200 -@@ -64,7 +64,7 @@ am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) - pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) - pdffonts_LDADD = $(LDADD) - am__DEPENDENCIES_1 = --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdffonts_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -@@ -73,19 +73,19 @@ am_pdfimages_OBJECTS = pdfimages.$(OBJEX - $(am__objects_1) - pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) - pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfimages_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) - pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfinfo_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoabw_SOURCES_DIST = pdftoabw.cc parseargs.c parseargs.h - @BUILD_ABIWORD_OUTPUT_TRUE@am_pdftoabw_OBJECTS = pdftoabw.$(OBJEXT) \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__objects_1) - pdftoabw_OBJECTS = $(am_pdftoabw_OBJECTS) --am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler.la \ -+am__DEPENDENCIES_2 = \ - $(am__DEPENDENCIES_1) - @BUILD_ABIWORD_OUTPUT_TRUE@pdftoabw_DEPENDENCIES = \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) \ -@@ -94,25 +94,25 @@ am_pdftohtml_OBJECTS = pdftohtml.$(OBJEX - HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1) - pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) - pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftohtml_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.c parseargs.h - @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \ - @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) - pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) - pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftoppm_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) - pdftops_OBJECTS = $(am_pdftops_OBJECTS) - pdftops_LDADD = $(LDADD) --pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftops_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) - pdftotext_LDADD = $(LDADD) --pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftotext_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -382,7 +382,7 @@ INCLUDES = \ - $(ABIWORD_CFLAGS) - - LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(UTILS_LIBS) \ - $(FONTCONFIG_LIBS) - diff --git a/graphics/poppler/pkg-descr b/graphics/poppler/pkg-descr deleted file mode 100644 index d10674940..000000000 --- a/graphics/poppler/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg -of Glyph and Cog, LLC. It provides PDF rendering functionality as a -shared library, and uses modern components from Freedesktop.org such as -fontconfig and cairo to take advantage of modern UNIX desktops. - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist deleted file mode 100644 index 5ccd2f4ab..000000000 --- a/graphics/poppler/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -include/poppler/Annot.h -include/poppler/Array.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h -include/poppler/CMap.h -include/poppler/Catalog.h -include/poppler/CharCodeToUnicode.h -include/poppler/CharTypes.h -include/poppler/CompactFontTables.h -include/poppler/DateInfo.h -include/poppler/Decrypt.h -include/poppler/Dict.h -include/poppler/Error.h -include/poppler/ErrorCodes.h -include/poppler/FileSpec.h -include/poppler/FontEncodingTables.h -include/poppler/FontInfo.h -include/poppler/Form.h -include/poppler/Function.h -include/poppler/Gfx.h -include/poppler/GfxFont.h -include/poppler/GfxState.h -include/poppler/GfxState_helpers.h -include/poppler/GlobalParams.h -include/poppler/JArithmeticDecoder.h -include/poppler/JBIG2Stream.h -include/poppler/Lexer.h -include/poppler/Link.h -include/poppler/Movie.h -include/poppler/NameToCharCode.h -include/poppler/NameToUnicodeTable.h -include/poppler/Object.h -include/poppler/OptionalContent.h -include/poppler/Outline.h -include/poppler/OutputDev.h -include/poppler/PDFDoc.h -include/poppler/PDFDocEncoding.h -include/poppler/PSOutputDev.h -include/poppler/PSTokenizer.h -include/poppler/Page.h -include/poppler/PageTransition.h -include/poppler/Parser.h -include/poppler/PopplerCache.h -include/poppler/PreScanOutputDev.h -include/poppler/ProfileData.h -include/poppler/SecurityHandler.h -include/poppler/Sound.h -include/poppler/SplashOutputDev.h -include/poppler/Stream-CCITT.h -include/poppler/Stream.h -include/poppler/TextOutputDev.h -include/poppler/UTF8.h -include/poppler/UnicodeCClassTables.h -include/poppler/UnicodeCompTables.h -include/poppler/UnicodeDecompTables.h -include/poppler/UnicodeMap.h -include/poppler/UnicodeMapTables.h -include/poppler/UnicodeTypeTable.h -include/poppler/XRef.h -include/poppler/XpdfPluginAPI.h -include/poppler/fofi/FoFiBase.h -include/poppler/fofi/FoFiEncodings.h -include/poppler/fofi/FoFiTrueType.h -include/poppler/fofi/FoFiType1.h -include/poppler/fofi/FoFiType1C.h -include/poppler/goo/FixedPoint.h -include/poppler/goo/GooHash.h -include/poppler/goo/GooList.h -include/poppler/goo/GooMutex.h -include/poppler/goo/GooString.h -include/poppler/goo/GooTimer.h -include/poppler/goo/GooVector.h -include/poppler/goo/PNGWriter.h -include/poppler/goo/gfile.h -include/poppler/goo/gmem.h -include/poppler/goo/gstrtod.h -include/poppler/goo/gtypes.h -include/poppler/poppler-config.h -include/poppler/splash/Splash.h -include/poppler/splash/SplashBitmap.h -include/poppler/splash/SplashClip.h -include/poppler/splash/SplashErrorCodes.h -include/poppler/splash/SplashFTFont.h -include/poppler/splash/SplashFTFontEngine.h -include/poppler/splash/SplashFTFontFile.h -include/poppler/splash/SplashFont.h -include/poppler/splash/SplashFontEngine.h -include/poppler/splash/SplashFontFile.h -include/poppler/splash/SplashFontFileID.h -include/poppler/splash/SplashGlyphBitmap.h -include/poppler/splash/SplashMath.h -include/poppler/splash/SplashPath.h -include/poppler/splash/SplashPattern.h -include/poppler/splash/SplashScreen.h -include/poppler/splash/SplashState.h -include/poppler/splash/SplashT1Font.h -include/poppler/splash/SplashT1FontEngine.h -include/poppler/splash/SplashT1FontFile.h -include/poppler/splash/SplashTypes.h -include/poppler/splash/SplashXPath.h -include/poppler/splash/SplashXPathScanner.h -lib/libpoppler.a -lib/libpoppler.la -lib/libpoppler.so -lib/libpoppler.so.5 -%%CAIRO%%libdata/pkgconfig/poppler-cairo.pc -libdata/pkgconfig/poppler-splash.pc -libdata/pkgconfig/poppler.pc -@dirrm include/poppler/splash -@dirrm include/poppler/goo -@dirrm include/poppler/fofi -@dirrm include/poppler diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile deleted file mode 100644 index 3f7af6197..000000000 --- a/graphics/py-clutter-gtk/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: py-clutter-gtk -# Date created: 04 Sep 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= clutter -PORTVERSION= 0.9.3 -CATEGORIES= graphics -#MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/ -MASTER_SITES= LOCAL/kwm -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= gtk -DISTNAME= py${PORTNAME}-gtk-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python modules for Clutter-gtk toolkit - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter -LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk - -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack pygnome2 pygtk2 -USE_PYTHON= 2.5+ -CONFIGURE_ARGS= --disable-docs -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/py-clutter-gtk/distinfo b/graphics/py-clutter-gtk/distinfo deleted file mode 100644 index 847fdb293..000000000 --- a/graphics/py-clutter-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyclutter-gtk-0.9.3.tar.gz) = bd384f40119f7af5b3ec5eb28da14855 -SHA256 (pyclutter-gtk-0.9.3.tar.gz) = 8e05bc93254f3f5b0bcbaea73f58101a7b980b574018a97f9413f2af4eb9e443 -SIZE (pyclutter-gtk-0.9.3.tar.gz) = 312307 diff --git a/graphics/py-clutter-gtk/pkg-descr b/graphics/py-clutter-gtk/pkg-descr deleted file mode 100644 index 9fdb41a52..000000000 --- a/graphics/py-clutter-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for clutter-gtk - -WWW: http://www.clutter-project.org diff --git a/graphics/py-clutter-gtk/pkg-plist b/graphics/py-clutter-gtk/pkg-plist deleted file mode 100644 index 2db5df914..000000000 --- a/graphics/py-clutter-gtk/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.py -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.a -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.la -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.so -libdata/pkgconfig/pyclutter-gtk-0.9.pc -share/pyclutter/1.0/defs/cluttergtk.defs -share/pyclutter/1.0/defs/cluttergtk-types.defs -@dirrm %%PYTHON_SITELIBDIR%%/cluttergtk diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile deleted file mode 100644 index 6031684a4..000000000 --- a/graphics/py-clutter/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: py-clutter -# Date created: 2008-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-clutter/Makefile,v 1.2 2009/08/30 12:36:46 kwm Exp $ -# - -PORTNAME= clutter -PORTVERSION= 1.0.0 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python modules for Clutter toolkit - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack pygnome2 pygtk2 -USE_PYTHON= 2.5+ -CONFIGURE_ARGS= --disable-docs -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/py-clutter/distinfo b/graphics/py-clutter/distinfo deleted file mode 100644 index c501d3442..000000000 --- a/graphics/py-clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyclutter-1.0.0.tar.bz2) = 1cfbb64eceef6828e47e9a64689ffa41 -SHA256 (pyclutter-1.0.0.tar.bz2) = 1c916bc9ab1c98803fecc23ac0276cc02e95a047aa42f7defe05dca81912b537 -SIZE (pyclutter-1.0.0.tar.bz2) = 422185 diff --git a/graphics/py-clutter/pkg-descr b/graphics/py-clutter/pkg-descr deleted file mode 100644 index e0eb4ffe1..000000000 --- a/graphics/py-clutter/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains the Python modules that allow you to use the -Clutter toolkit in Python programs. - -WWW: http://clutter-project.org/ diff --git a/graphics/py-clutter/pkg-plist b/graphics/py-clutter/pkg-plist deleted file mode 100644 index 954ad348d..000000000 --- a/graphics/py-clutter/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -include/pyclutter-1.0/pyclutter/pyclutter.h -%%PYTHON_SITELIBDIR%%/clutter/__init__.py -%%PYTHON_SITELIBDIR%%/clutter/__init__.pyc -%%PYTHON_SITELIBDIR%%/clutter/__init__.pyo -%%PYTHON_SITELIBDIR%%/clutter/_clutter.a -%%PYTHON_SITELIBDIR%%/clutter/_clutter.la -%%PYTHON_SITELIBDIR%%/clutter/_clutter.so -%%PYTHON_SITELIBDIR%%/clutter/deprecation.py -%%PYTHON_SITELIBDIR%%/clutter/deprecation.pyc -%%PYTHON_SITELIBDIR%%/clutter/deprecation.pyo -%%PYTHON_SITELIBDIR%%/clutter/keysyms.py -%%PYTHON_SITELIBDIR%%/clutter/keysyms.pyc -%%PYTHON_SITELIBDIR%%/clutter/keysyms.pyo -libdata/pkgconfig/pyclutter-1.0.pc -share/pyclutter/1.0/defs/clutter-base-types.defs -share/pyclutter/1.0/defs/clutter-base.defs -share/pyclutter/1.0/defs/clutter-types.defs -share/pyclutter/1.0/defs/clutter.defs -share/pyclutter/1.0/defs/cogl-base-types.defs -share/pyclutter/1.0/defs/cogl-base.defs -share/pyclutter/1.0/defs/cogl-types.defs -share/pyclutter/1.0/defs/cogl.defs -@dirrm share/pyclutter/1.0/defs -@dirrm share/pyclutter/1.0 -@dirrm share/pyclutter -@dirrm %%PYTHON_SITELIBDIR%%/clutter -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrm include/pyclutter-1.0/pyclutter -@dirrm include/pyclutter-1.0 diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile deleted file mode 100644 index 092de5253..000000000 --- a/graphics/py-gimp/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: py-gimp -# Date created: 2006-12-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-gimp/Makefile,v 1.4 2007/10/24 21:22:00 ahze Exp $ - -PORTREVISION= 0 -PORTEPOCH= 0 -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GIMP python plugin - -GIMP_SLAVE= pygimp - -USE_PYTHON= yes -USE_GNOME= pygtk2 - -CONFIGURE_ARGS= --enable-python -PLIST= ${.CURDIR}/pkg-plist - -BUILD_WRKSRC= ${WRKSRC}/plug-ins/pygimp -INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp - -MASTERDIR= ${.CURDIR}/../../graphics/gimp-app - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/py-gimp/pkg-plist b/graphics/py-gimp/pkg-plist deleted file mode 100644 index cf694f8b6..000000000 --- a/graphics/py-gimp/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -libexec/gimp/2.2/environ/pygimp.env -libexec/gimp/2.2/interpreters/pygimp.interp -libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/palette-offset.py -libexec/gimp/2.2/plug-ins/palette-sort.py -libexec/gimp/2.2/plug-ins/palette-to-gradient.py -libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/pyconsole.py -libexec/gimp/2.2/plug-ins/python-console.py -libexec/gimp/2.2/plug-ins/python-eval.py -libexec/gimp/2.2/python/_gimpenums.a -libexec/gimp/2.2/python/_gimpenums.la -libexec/gimp/2.2/python/_gimpenums.so -libexec/gimp/2.2/python/_gimpui.a -libexec/gimp/2.2/python/_gimpui.la -libexec/gimp/2.2/python/_gimpui.so -libexec/gimp/2.2/python/gimp.a -libexec/gimp/2.2/python/gimp.la -libexec/gimp/2.2/python/gimp.so -libexec/gimp/2.2/python/gimpcolor.a -libexec/gimp/2.2/python/gimpcolor.la -libexec/gimp/2.2/python/gimpcolor.so -libexec/gimp/2.2/python/gimpenums.py -libexec/gimp/2.2/python/gimpenums.pyc -libexec/gimp/2.2/python/gimpenums.pyo -libexec/gimp/2.2/python/gimpfu.py -libexec/gimp/2.2/python/gimpfu.pyc -libexec/gimp/2.2/python/gimpfu.pyo -libexec/gimp/2.2/python/gimpplugin.py -libexec/gimp/2.2/python/gimpplugin.pyc -libexec/gimp/2.2/python/gimpplugin.pyo -libexec/gimp/2.2/python/gimpshelf.py -libexec/gimp/2.2/python/gimpshelf.pyc -libexec/gimp/2.2/python/gimpshelf.pyo -libexec/gimp/2.2/python/gimpthumb.a -libexec/gimp/2.2/python/gimpthumb.la -libexec/gimp/2.2/python/gimpthumb.so -libexec/gimp/2.2/python/gimpui.py -libexec/gimp/2.2/python/gimpui.pyc -libexec/gimp/2.2/python/gimpui.pyo -libexec/gimp/2.2/python/pygimp-logo.png -@dirrm libexec/gimp/2.2/python diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile deleted file mode 100644 index 7cb5ee790..000000000 --- a/lang/gjs/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gjs -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/lang/gjs/Makefile,v 1.1 2009/08/16 21:50:41 kwm Exp $ -# - -PORTNAME= gjs -PORTVERSION= 0.4 -CATEGORIES= lang gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Javascript binding - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GECKO= libxul -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_PYTHON= build -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ - ${WRKSRC}/scripts/make-tests - -.include <bsd.port.mk> diff --git a/lang/gjs/distinfo b/lang/gjs/distinfo deleted file mode 100644 index a3a0e979a..000000000 --- a/lang/gjs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gjs-0.4.tar.bz2) = 584594b22e433d56d660a7dda650809d -SHA256 (gnome2/gjs-0.4.tar.bz2) = 78c3116cfb0feba08c79b4beea4b6ef16bfca3be9b59efcfa7e6eca79911aca6 -SIZE (gnome2/gjs-0.4.tar.bz2) = 401868 diff --git a/lang/gjs/pkg-descr b/lang/gjs/pkg-descr deleted file mode 100644 index 5b4871abc..000000000 --- a/lang/gjs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -JavaScript bindings based on gobject-introspection. - -WWW: http://live.gnome.org/Gjs diff --git a/lang/gjs/pkg-plist b/lang/gjs/pkg-plist deleted file mode 100644 index 47c9e7359..000000000 --- a/lang/gjs/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -bin/gjs -bin/gjs-console -include/gjs-1.0/gjs-dbus/dbus-proxy.h -include/gjs-1.0/gjs-dbus/dbus.h -include/gjs-1.0/gjs/context.h -include/gjs-1.0/gjs/gi/arg.h -include/gjs-1.0/gjs/gi/boxed.h -include/gjs-1.0/gjs/gi/closure.h -include/gjs-1.0/gjs/gi/enumeration.h -include/gjs-1.0/gjs/gi/function.h -include/gjs-1.0/gjs/gi/keep-alive.h -include/gjs-1.0/gjs/gi/ns.h -include/gjs-1.0/gjs/gi/object.h -include/gjs-1.0/gjs/gi/param.h -include/gjs-1.0/gjs/gi/repo.h -include/gjs-1.0/gjs/gi/union.h -include/gjs-1.0/gjs/gi/value.h -include/gjs-1.0/gjs/gjs.h -include/gjs-1.0/gjs/importer.h -include/gjs-1.0/gjs/jsapi-util.h -include/gjs-1.0/gjs/mem.h -include/gjs-1.0/gjs/native.h -lib/gjs-1.0/console.a -lib/gjs-1.0/console.la -lib/gjs-1.0/console.so -lib/gjs-1.0/dbusNative.a -lib/gjs-1.0/dbusNative.la -lib/gjs-1.0/dbusNative.so -lib/gjs-1.0/debugger.a -lib/gjs-1.0/debugger.la -lib/gjs-1.0/debugger.so -lib/gjs-1.0/gettextNative.a -lib/gjs-1.0/gettextNative.la -lib/gjs-1.0/gettextNative.so -lib/gjs-1.0/gi.a -lib/gjs-1.0/gi.la -lib/gjs-1.0/gi.so -lib/gjs-1.0/mainloop.a -lib/gjs-1.0/mainloop.la -lib/gjs-1.0/mainloop.so -lib/libgjs-dbus.a -lib/libgjs-dbus.la -lib/libgjs-dbus.so -lib/libgjs-dbus.so.0 -lib/libgjs-gi.a -lib/libgjs-gi.la -lib/libgjs-gi.so -lib/libgjs-gi.so.0 -lib/libgjs.a -lib/libgjs.la -lib/libgjs.so -lib/libgjs.so.0 -libdata/pkgconfig/gjs-1.0.pc -libdata/pkgconfig/gjs-dbus-1.0.pc -libdata/pkgconfig/gjs-gi-1.0.pc -share/gjs-1.0/dbus.js -share/gjs-1.0/gettext.js -share/gjs-1.0/jsUnit.js -share/gjs-1.0/lang.js -share/gjs-1.0/signals.js -share/gjs-1.0/tweener/equations.js -share/gjs-1.0/tweener/tweenList.js -share/gjs-1.0/tweener/tweener.js -@dirrm share/gjs-1.0/tweener -@dirrm share/gjs-1.0 -@dirrm lib/gjs-1.0 -@dirrm include/gjs-1.0/gjs/gi -@dirrm include/gjs-1.0/gjs -@dirrm include/gjs-1.0/gjs-dbus -@dirrm include/gjs-1.0 diff --git a/lang/vala/Makefile b/lang/vala/Makefile deleted file mode 100644 index a63c587ea..000000000 --- a/lang/vala/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: vala -# Date created: 2007-07-09 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/lang/vala/Makefile,v 1.28 2009/09/19 17:55:28 marcus Exp $ -# - -PORTNAME= vala -PORTVERSION= 0.7.8 -CATEGORIES= lang gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Programming language and compiler that converts Vala code into C code - -OPTIONS= VAPIGEN "Enable VAPI generator" Off -USE_BZIP2= yes -USE_GNOME= glib20 gnomeprefix libxslt -GNU_CONFIGURE= yes -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}" LDFLAGS="-L${LOCALBASE}/lib" -USE_BISON= build -USE_LDCONFIG= yes - -MAN1= valac.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_VAPIGEN) -CONFIGURE_ARGS+=--enable-vapigen -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML -MAN1+= vala-gen-introspect.1 vapigen.1 -PLIST_SUB+= VAPIGEN="" -.else -CONFIGURE_ARGS+=--disable-vapigen -PLIST_SUB+= VAPIGEN="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> diff --git a/lang/vala/distinfo b/lang/vala/distinfo deleted file mode 100644 index cdc36e141..000000000 --- a/lang/vala/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vala-0.7.8.tar.bz2) = accd0d350c6d6de7527a0a65c40f8be2 -SHA256 (vala-0.7.8.tar.bz2) = b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747 -SIZE (vala-0.7.8.tar.bz2) = 1949627 diff --git a/lang/vala/pkg-descr b/lang/vala/pkg-descr deleted file mode 100644 index e5c2f9fc4..000000000 --- a/lang/vala/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Vala is a new programming language that aims to bring modern programming -language features to GNOME developers without imposing any additional -runtime requirements and without using a different ABI compared to -applications and libraries written in C. - -valac, the Vala compiler, is a self-hosting compiler that translates -Vala source code into C source and header files. It uses the GObject -type system to create classes and interfaces declared in the Vala source -code. It's also planned to generate GIDL files when gobject- -introspection is ready. - -WWW: http://live.gnome.org/Vala diff --git a/lang/vala/pkg-plist b/lang/vala/pkg-plist deleted file mode 100644 index b45e17f66..000000000 --- a/lang/vala/pkg-plist +++ /dev/null @@ -1,197 +0,0 @@ -%%VAPIGEN%%bin/vala-gen-introspect -bin/valac -%%VAPIGEN%%bin/vapicheck -%%VAPIGEN%%bin/vapigen -include/vala-1.0/vala.h -include/vala-1.0/valaccode.h -include/vala-1.0/valacodegen.h -include/vala-1.0/valagee.h -lib/libvala.la -lib/libvala.so -lib/libvala.so.0 -%%VAPIGEN%%lib/vala/gen-introspect -libdata/pkgconfig/vala-1.0.pc -share/devhelp/books/vala/attributes.html -share/devhelp/books/vala/classes.html -share/devhelp/books/vala/default.css -share/devhelp/books/vala/delegates.html -share/devhelp/books/vala/enums.html -share/devhelp/books/vala/exceptions.html -share/devhelp/books/vala/expressions.html -share/devhelp/books/vala/index.html -share/devhelp/books/vala/interfaces.html -share/devhelp/books/vala/methods.html -share/devhelp/books/vala/namespaces.html -share/devhelp/books/vala/overview.html -share/devhelp/books/vala/statements.html -share/devhelp/books/vala/structs.html -share/devhelp/books/vala/types.html -share/devhelp/books/vala/vala.devhelp2 -%%DATADIR%%/vapi/alsa.vapi -%%DATADIR%%/vapi/atk.vapi -%%DATADIR%%/vapi/bzlib.vapi -%%DATADIR%%/vapi/cairo-xcb.deps -%%DATADIR%%/vapi/cairo-xcb.vapi -%%DATADIR%%/vapi/cairo.vapi -%%DATADIR%%/vapi/clutter-1.0.deps -%%DATADIR%%/vapi/clutter-1.0.vapi -%%DATADIR%%/vapi/clutter-json-1.0.vapi -%%DATADIR%%/vapi/cogl-1.0.deps -%%DATADIR%%/vapi/cogl-1.0.vapi -%%DATADIR%%/vapi/curses.vapi -%%DATADIR%%/vapi/dbus-glib-1.vapi -%%DATADIR%%/vapi/dconf.vapi -%%DATADIR%%/vapi/enchant.vapi -%%DATADIR%%/vapi/fuse.deps -%%DATADIR%%/vapi/fuse.vapi -%%DATADIR%%/vapi/gconf-2.0.vapi -%%DATADIR%%/vapi/gdk-2.0.deps -%%DATADIR%%/vapi/gdk-2.0.vapi -%%DATADIR%%/vapi/gdk-pixbuf-2.0.deps -%%DATADIR%%/vapi/gdk-pixbuf-2.0.vapi -%%DATADIR%%/vapi/gdk-x11-2.0.deps -%%DATADIR%%/vapi/gdk-x11-2.0.vapi -%%DATADIR%%/vapi/gio-2.0.vapi -%%DATADIR%%/vapi/gio-unix-2.0.deps -%%DATADIR%%/vapi/gio-unix-2.0.vapi -%%DATADIR%%/vapi/gl-1.0.vapi -%%DATADIR%%/vapi/glib-2.0.vapi -%%DATADIR%%/vapi/gmodule-2.0.vapi -%%DATADIR%%/vapi/gnet-2.0.deps -%%DATADIR%%/vapi/gnet-2.0.vapi -%%DATADIR%%/vapi/gnome-desktop-2.0.deps -%%DATADIR%%/vapi/gnome-desktop-2.0.vapi -%%DATADIR%%/vapi/gnome-keyring-1.vapi -%%DATADIR%%/vapi/gnome-vfs-2.0.vapi -%%DATADIR%%/vapi/gnutls.vapi -%%DATADIR%%/vapi/gobject-2.0.vapi -%%DATADIR%%/vapi/goocanvas.deps -%%DATADIR%%/vapi/goocanvas.vapi -%%DATADIR%%/vapi/gsl.vapi -%%DATADIR%%/vapi/gstreamer-0.10.deps -%%DATADIR%%/vapi/gstreamer-0.10.vapi -%%DATADIR%%/vapi/gstreamer-audio-0.10.deps -%%DATADIR%%/vapi/gstreamer-audio-0.10.vapi -%%DATADIR%%/vapi/gstreamer-base-0.10.deps -%%DATADIR%%/vapi/gstreamer-base-0.10.vapi -%%DATADIR%%/vapi/gstreamer-check-0.10.deps -%%DATADIR%%/vapi/gstreamer-check-0.10.vapi -%%DATADIR%%/vapi/gstreamer-controller-0.10.deps -%%DATADIR%%/vapi/gstreamer-controller-0.10.vapi -%%DATADIR%%/vapi/gstreamer-dataprotocol-0.10.deps -%%DATADIR%%/vapi/gstreamer-dataprotocol-0.10.vapi -%%DATADIR%%/vapi/gstreamer-fft-0.10.deps -%%DATADIR%%/vapi/gstreamer-fft-0.10.vapi -%%DATADIR%%/vapi/gstreamer-interfaces-0.10.deps -%%DATADIR%%/vapi/gstreamer-interfaces-0.10.vapi -%%DATADIR%%/vapi/gstreamer-net-0.10.deps -%%DATADIR%%/vapi/gstreamer-net-0.10.vapi -%%DATADIR%%/vapi/gstreamer-netbuffer-0.10.deps -%%DATADIR%%/vapi/gstreamer-netbuffer-0.10.vapi -%%DATADIR%%/vapi/gstreamer-pbutils-0.10.deps -%%DATADIR%%/vapi/gstreamer-pbutils-0.10.vapi -%%DATADIR%%/vapi/gstreamer-riff-0.10.deps -%%DATADIR%%/vapi/gstreamer-riff-0.10.vapi -%%DATADIR%%/vapi/gstreamer-rtp-0.10.deps -%%DATADIR%%/vapi/gstreamer-rtp-0.10.vapi -%%DATADIR%%/vapi/gstreamer-rtsp-0.10.deps -%%DATADIR%%/vapi/gstreamer-rtsp-0.10.vapi -%%DATADIR%%/vapi/gstreamer-sdp-0.10.deps -%%DATADIR%%/vapi/gstreamer-sdp-0.10.vapi -%%DATADIR%%/vapi/gstreamer-tag-0.10.deps -%%DATADIR%%/vapi/gstreamer-tag-0.10.vapi -%%DATADIR%%/vapi/gstreamer-video-0.10.deps -%%DATADIR%%/vapi/gstreamer-video-0.10.vapi -%%DATADIR%%/vapi/gtk+-2.0.deps -%%DATADIR%%/vapi/gtk+-2.0.vapi -%%DATADIR%%/vapi/gtkmozembed.deps -%%DATADIR%%/vapi/gtkmozembed.vapi -%%DATADIR%%/vapi/gtksourceview-2.0.deps -%%DATADIR%%/vapi/gtksourceview-2.0.vapi -%%DATADIR%%/vapi/hal.deps -%%DATADIR%%/vapi/hal.vapi -%%DATADIR%%/vapi/hildon-1.deps -%%DATADIR%%/vapi/hildon-1.vapi -%%DATADIR%%/vapi/hildon-fm-2.deps -%%DATADIR%%/vapi/hildon-fm-2.vapi -%%DATADIR%%/vapi/json-glib-1.0.vapi -%%DATADIR%%/vapi/libbonoboui-2.0.vapi -%%DATADIR%%/vapi/libdaemon.vapi -%%DATADIR%%/vapi/libepc-1.0.vapi -%%DATADIR%%/vapi/libftdi.deps -%%DATADIR%%/vapi/libftdi.vapi -%%DATADIR%%/vapi/libgda-4.0.deps -%%DATADIR%%/vapi/libgda-4.0.vapi -%%DATADIR%%/vapi/libgdata.deps -%%DATADIR%%/vapi/libgdata.vapi -%%DATADIR%%/vapi/libglade-2.0.deps -%%DATADIR%%/vapi/libglade-2.0.vapi -%%DATADIR%%/vapi/libgnome-2.0.vapi -%%DATADIR%%/vapi/libgnome-menu.vapi -%%DATADIR%%/vapi/libgnomeui-2.0.deps -%%DATADIR%%/vapi/libgnomeui-2.0.vapi -%%DATADIR%%/vapi/libgsf-1.deps -%%DATADIR%%/vapi/libgsf-1.vapi -%%DATADIR%%/vapi/libnl-1.vapi -%%DATADIR%%/vapi/libnotify.deps -%%DATADIR%%/vapi/libnotify.vapi -%%DATADIR%%/vapi/liboobs-1.vapi -%%DATADIR%%/vapi/libosso.vapi -%%DATADIR%%/vapi/libpanelapplet-2.0.deps -%%DATADIR%%/vapi/libpanelapplet-2.0.vapi -%%DATADIR%%/vapi/libpq.vapi -%%DATADIR%%/vapi/librsvg-2.0.deps -%%DATADIR%%/vapi/librsvg-2.0.vapi -%%DATADIR%%/vapi/libsexy.deps -%%DATADIR%%/vapi/libsexy.vapi -%%DATADIR%%/vapi/libsoup-2.2.vapi -%%DATADIR%%/vapi/libsoup-2.4.deps -%%DATADIR%%/vapi/libsoup-2.4.vapi -%%DATADIR%%/vapi/libusb-1.0.deps -%%DATADIR%%/vapi/libusb-1.0.vapi -%%DATADIR%%/vapi/libusb.vapi -%%DATADIR%%/vapi/libwnck-1.0.deps -%%DATADIR%%/vapi/libwnck-1.0.vapi -%%DATADIR%%/vapi/libxml-2.0.vapi -%%DATADIR%%/vapi/linux.deps -%%DATADIR%%/vapi/linux.vapi -%%DATADIR%%/vapi/loudmouth-1.0.vapi -%%DATADIR%%/vapi/lua.vapi -%%DATADIR%%/vapi/mysql.vapi -%%DATADIR%%/vapi/pango.deps -%%DATADIR%%/vapi/pango.vapi -%%DATADIR%%/vapi/pangocairo.deps -%%DATADIR%%/vapi/pangocairo.vapi -%%DATADIR%%/vapi/poppler-glib.deps -%%DATADIR%%/vapi/poppler-glib.vapi -%%DATADIR%%/vapi/posix.vapi -%%DATADIR%%/vapi/raptor.vapi -%%DATADIR%%/vapi/rasqal.vapi -%%DATADIR%%/vapi/rest.deps -%%DATADIR%%/vapi/rest.vapi -%%DATADIR%%/vapi/sdl-gfx.vapi -%%DATADIR%%/vapi/sdl-image.vapi -%%DATADIR%%/vapi/sdl-mixer.vapi -%%DATADIR%%/vapi/sdl-net.vapi -%%DATADIR%%/vapi/sdl-ttf.vapi -%%DATADIR%%/vapi/sdl.vapi -%%DATADIR%%/vapi/sqlite3.vapi -%%DATADIR%%/vapi/taglib_c.vapi -%%DATADIR%%/vapi/tiff.vapi -%%DATADIR%%/vapi/tracker-indexer-module-1.0.vapi -%%DATADIR%%/vapi/unique-1.0.deps -%%DATADIR%%/vapi/unique-1.0.vapi -%%DATADIR%%/vapi/v4l2.vapi -%%DATADIR%%/vapi/vala-1.0.vapi -%%DATADIR%%/vapi/vte.deps -%%DATADIR%%/vapi/vte.vapi -%%DATADIR%%/vapi/webkit-1.0.deps -%%DATADIR%%/vapi/webkit-1.0.vapi -%%DATADIR%%/vapi/x11.vapi -%%DATADIR%%/vapi/xcb.vapi -%%DATADIR%%/vapi/zlib.vapi -@dirrm share/devhelp/books/vala -@dirrmtry share/devhelp/books -@dirrmtry share/devhelp -%%VAPIGEN%%@dirrm lib/vala -@dirrm include/vala-1.0 diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile deleted file mode 100644 index 5774412b3..000000000 --- a/mail/evolution-exchange/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: evolution-exchange -# Date created: 28 April, 2005 -# Whom: Adam Weinberger, based off kiesel's ximian-exchange port -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.145 2009/09/21 13:56:45 kwm Exp $ -# - -PORTNAME= evolution-exchange -PORTVERSION= 2.28.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -USE_BDB= 41 -USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ - --with-static-ldap=no \ - --disable-compile-warnings \ - --with-libdb=${LOCALBASE} - -EVO_VERSION= 2.28 -VERSION= 2.28 -PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ - EDS_VERSION="1.2" - -GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -.endif - -.if exists(${LOCALBASE}/include/mapi.h) -IGNORE= build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo deleted file mode 100644 index 55fbcfeb1..000000000 --- a/mail/evolution-exchange/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-exchange-2.28.1.tar.bz2) = fa8892c4859018b464a33acaf3383e91 -SHA256 (gnome2/evolution-exchange-2.28.1.tar.bz2) = 247a176723789a9ce9bd36cafa29b7d470abcb5aa8f9426f350c7f93adb98984 -SIZE (gnome2/evolution-exchange-2.28.1.tar.bz2) = 965508 diff --git a/mail/evolution-exchange/pkg-descr b/mail/evolution-exchange/pkg-descr deleted file mode 100644 index 03dc3b673..000000000 --- a/mail/evolution-exchange/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Evolution-exchange is a plugin for Evolution that adds Exchange client -capabilities to Evolution. - -With Evolution-Exchange installed, Evolution functions as an -Exchange client, enabling users to become full participants in company-wide -group scheduling and other collaborative tasks. Linux, Solaris and FreeBSD -users can access public folders, Global Address Lists, email, calendar, -task lists, and group scheduling information. - -- Alex Kiesel -kiesel@schlund.de diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist deleted file mode 100644 index 2242adac7..000000000 --- a/mail/evolution-exchange/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/exchange-connector-setup-%%VERSION%% -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls -libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server -libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage -%%DOCSDIR%%/E2kContext.html -%%DOCSDIR%%/E2kGlobalCatalog.html -%%DOCSDIR%%/E2kSecurityDescriptor.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/evolution-exchange-E2kAutoconfig.html -%%DOCSDIR%%/evolution-exchange-E2kContext-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation.html -%%DOCSDIR%%/evolution-exchange-E2kProperties.html -%%DOCSDIR%%/evolution-exchange-E2kRestriction-(vaporware).html -%%DOCSDIR%%/evolution-exchange-E2kResult-(private).html -%%DOCSDIR%%/evolution-exchange-E2kSid.html -%%DOCSDIR%%/evolution-exchange-E2kUserDialog.html -%%DOCSDIR%%/evolution-exchange-MAPI.html -%%DOCSDIR%%/evolution-exchange-e2k-action.html -%%DOCSDIR%%/evolution-exchange-e2k-freebusy.html -%%DOCSDIR%%/evolution-exchange-e2k-http-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-kerberos.html -%%DOCSDIR%%/evolution-exchange-e2k-restriction.html -%%DOCSDIR%%/evolution-exchange-e2k-result.html -%%DOCSDIR%%/evolution-exchange-e2k-rule.html -%%DOCSDIR%%/evolution-exchange-e2k-uri.html -%%DOCSDIR%%/evolution-exchange-e2k-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-xml-utils.html -%%DOCSDIR%%/evolution-exchange-test-utils.html -%%DOCSDIR%%/evolution-exchange-xntlm-des.html -%%DOCSDIR%%/evolution-exchange-xntlm-md4.html -%%DOCSDIR%%/evolution-exchange-xntlm.html -%%DOCSDIR%%/evolution-exchange.devhelp -%%DOCSDIR%%/evolution-exchange.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/ximian-connector-autoconfig.html -%%DOCSDIR%%/ximian-connector-bug-private.html -%%DOCSDIR%%/ximian-connector-bug-xml.html -%%DOCSDIR%%/ximian-connector-calendar.html -%%DOCSDIR%%/ximian-connector-delegation.html -%%DOCSDIR%%/ximian-connector-favorites.html -%%DOCSDIR%%/ximian-connector-fba.html -%%DOCSDIR%%/ximian-connector-freebusy.html -%%DOCSDIR%%/ximian-connector-mail-threading.html -%%DOCSDIR%%/ximian-connector-mail.html -%%DOCSDIR%%/ximian-connector-ntlm.html -%%DOCSDIR%%/ximian-connector-oof.html -%%DOCSDIR%%/ximian-connector-other-users.html -%%DOCSDIR%%/ximian-connector-permissions.html -%%DOCSDIR%%/ximian-connnector-booking.html -%%DATADIR%%/%%VERSION%%/glade/exchange-autoconfig-wizard.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-change-password.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-delegates.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-folder-tree.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-oof.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-passwd-expiry.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-permissions-dialog.glade -%%DATADIR%%/%%VERSION%%/images/connector-mini.png -%%DATADIR%%/%%VERSION%%/images/connector.png -%%DATADIR%%/%%VERSION%%/images/exchange-delegates-48.png -%%DATADIR%%/%%VERSION%%/images/exchange-oof-48.png -%%DATADIR%%/%%VERSION%%/ui/ximian-connector.xml -share/locale/ar/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile deleted file mode 100644 index b1d4bdb8f..000000000 --- a/mail/evolution-mapi/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: evolution-mapi -# Date created: 24 Mar, 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-mapi/Makefile,v 1.4 2009/09/22 09:57:04 kwm Exp $ -# - -PORTNAME= evolution-mapi -PORTVERSION= 0.28.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution -LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution - -PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= evolutiondataserver -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EVO_VERSION= 2.28 -EDS_VERSION= 1.2 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/src/libexchangemapi/Makefile.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-mapi/distinfo b/mail/evolution-mapi/distinfo deleted file mode 100644 index d4f34a164..000000000 --- a/mail/evolution-mapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-mapi-0.28.1.tar.bz2) = 9a165a3e12f9f8a77e54914837ef5359 -SHA256 (gnome2/evolution-mapi-0.28.1.tar.bz2) = 72829d7616d31014d31f5f0ccdea74c55b8d0626da6d549f6730004aa83cbf68 -SIZE (gnome2/evolution-mapi-0.28.1.tar.bz2) = 505155 diff --git a/mail/evolution-mapi/pkg-descr b/mail/evolution-mapi/pkg-descr deleted file mode 100644 index 21610bb54..000000000 --- a/mail/evolution-mapi/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -WWW: http://www.go-evolution.org/MAPIProvider diff --git a/mail/evolution-mapi/pkg-plist b/mail/evolution-mapi/pkg-plist deleted file mode 100644 index 26dcf1428..000000000 --- a/mail/evolution-mapi/pkg-plist +++ /dev/null @@ -1,101 +0,0 @@ -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-defs.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-folder.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-connection.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-tz-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-recur-utils.h -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.so -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.la -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.so -lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-exchange-mapi.eplug -lib/libexchangemapi-1.0.la -lib/libexchangemapi-1.0.so -lib/libexchangemapi-1.0.so.0 -share/locale/as/LC_MESSAGES/evolution-mapi.mo -share/locale/bg/LC_MESSAGES/evolution-mapi.mo -share/locale/bn_IN/LC_MESSAGES/evolution-mapi.mo -share/locale/ca/LC_MESSAGES/evolution-mapi.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-mapi.mo -share/locale/cs/LC_MESSAGES/evolution-mapi.mo -share/locale/da/LC_MESSAGES/evolution-mapi.mo -share/locale/de/LC_MESSAGES/evolution-mapi.mo -share/locale/el/LC_MESSAGES/evolution-mapi.mo -share/locale/en_GB/LC_MESSAGES/evolution-mapi.mo -share/locale/es/LC_MESSAGES/evolution-mapi.mo -share/locale/et/LC_MESSAGES/evolution-mapi.mo -share/locale/eu/LC_MESSAGES/evolution-mapi.mo -share/locale/fi/LC_MESSAGES/evolution-mapi.mo -share/locale/fr/LC_MESSAGES/evolution-mapi.mo -share/locale/gl/LC_MESSAGES/evolution-mapi.mo -share/locale/gu/LC_MESSAGES/evolution-mapi.mo -share/locale/he/LC_MESSAGES/evolution-mapi.mo -share/locale/hi/LC_MESSAGES/evolution-mapi.mo -share/locale/hu/LC_MESSAGES/evolution-mapi.mo -share/locale/it/LC_MESSAGES/evolution-mapi.mo -share/locale/ja/LC_MESSAGES/evolution-mapi.mo -share/locale/kn/LC_MESSAGES/evolution-mapi.mo -share/locale/ko/LC_MESSAGES/evolution-mapi.mo -share/locale/lt/LC_MESSAGES/evolution-mapi.mo -share/locale/mai/LC_MESSAGES/evolution-mapi.mo -share/locale/ml/LC_MESSAGES/evolution-mapi.mo -share/locale/mr/LC_MESSAGES/evolution-mapi.mo -share/locale/nb/LC_MESSAGES/evolution-mapi.mo -share/locale/nl/LC_MESSAGES/evolution-mapi.mo -share/locale/or/LC_MESSAGES/evolution-mapi.mo -share/locale/pa/LC_MESSAGES/evolution-mapi.mo -share/locale/pl/LC_MESSAGES/evolution-mapi.mo -share/locale/pt/LC_MESSAGES/evolution-mapi.mo -share/locale/pt_BR/LC_MESSAGES/evolution-mapi.mo -share/locale/ro/LC_MESSAGES/evolution-mapi.mo -share/locale/ru/LC_MESSAGES/evolution-mapi.mo -share/locale/si/LC_MESSAGES/evolution-mapi.mo -share/locale/sk/LC_MESSAGES/evolution-mapi.mo -share/locale/sl/LC_MESSAGES/evolution-mapi.mo -share/locale/sr/LC_MESSAGES/evolution-mapi.mo -share/locale/sr@latin/LC_MESSAGES/evolution-mapi.mo -share/locale/sv/LC_MESSAGES/evolution-mapi.mo -share/locale/ta/LC_MESSAGES/evolution-mapi.mo -share/locale/te/LC_MESSAGES/evolution-mapi.mo -share/locale/th/LC_MESSAGES/evolution-mapi.mo -share/locale/tr/LC_MESSAGES/evolution-mapi.mo -share/locale/uk/LC_MESSAGES/evolution-mapi.mo -share/locale/vi/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_CN/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_HK/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_TW/LC_MESSAGES/evolution-mapi.mo -libdata/pkgconfig/libexchangemapi-1.0.pc -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-mapi-to-ical -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-ical-to-mapi -@dirrmtry share/local/zh_TW/LC_MESSAGES -@dirrmtry share/local/zh_TW -@dirrmtry share/local/zh_HK/LC_MESSAGES -@dirrmtry share/local/zh_HK -@dirrmtry share/local/zh_CN/LC_MESSAGES -@dirrmtry share/local/zh_CN -@dirrmtry share/local/te/LC_MESSAGES -@dirrmtry share/local/te -@dirrmtry share/local/sr@latin/LC_MESSAGES -@dirrmtry share/local/sr@latin -@dirrmtry share/local/si/LC_MESSAGES -@dirrmtry share/local/si -@dirrmtry share/local/mr/LC_MESSAGES -@dirrmtry share/local/mr -@dirrmtry share/local/mai/LC_MESSAGES -@dirrmtry share/local/mai -@dirrmtry share/local/ca@valencia/LC_MESSAGES -@dirrmtry share/local/ca@valencia -@dirrmtry share/local/bn_IN/LC_MESSAGES -@dirrmtry share/local/bn_IN -@dirrmtry share/local/as/LC_MESSAGES -@dirrmtry share/local/as -@dirrm share/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrm include/evolution-data-server-%%EVO_VERSION%%/mapi diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile deleted file mode 100644 index fe9ae9273..000000000 --- a/mail/evolution-sharp/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: evolution-sharp -# Date created: 20041012 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $Id: Makefile,v 1.15 2009-11-28 05:59:01 mezz Exp $ -# - -PORTNAME= evolution-sharp -PORTVERSION= 0.20.0 -PORTREVISION= 1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME - -MAINTAINER= bsd-sharp@googlegroups.com -COMMENT= Mono bindings for evolution - -BROKEN= Doesn't accept current evolution version - -BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution - -USE_GNOME= gnomehack evolutiondataserver gtksharp20 -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} 's|.@EBOOK_SOVERSION@||g ; \ - s|.@ECAL_SOVERSION@||g ; \ - s|.@EDS_SOVERSION@||g' \ - ${WRKSRC}/evolution/evolution-sharp.dll.config.in - -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include <bsd.port.mk> diff --git a/mail/evolution-sharp/distinfo b/mail/evolution-sharp/distinfo deleted file mode 100644 index 0900c63d9..000000000 --- a/mail/evolution-sharp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evolution-sharp-0.20.0.tar.bz2) = ca4f75a795aa2af36c4573971c0534f7 -SHA256 (evolution-sharp-0.20.0.tar.bz2) = 3a09c724e7c9c14d2a8ca18ad3d2686c8e80347adc8eaf0b72a598ab2980b111 -SIZE (evolution-sharp-0.20.0.tar.bz2) = 334986 diff --git a/mail/evolution-sharp/files/patch-evolution::Makefile.in b/mail/evolution-sharp/files/patch-evolution::Makefile.in deleted file mode 100644 index 0ce012486..000000000 --- a/mail/evolution-sharp/files/patch-evolution::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- evolution/Makefile.in.orig 2008-09-09 01:50:18.000000000 -0500 -+++ evolution/Makefile.in 2008-09-09 01:51:13.000000000 -0500 -@@ -467,8 +467,8 @@ - - install-data-local: - @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \ -- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \ -+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib"; \ -+ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \ - fi - - uninstall-local: diff --git a/mail/evolution-sharp/pkg-descr b/mail/evolution-sharp/pkg-descr deleted file mode 100644 index c9c5ef4d4..000000000 --- a/mail/evolution-sharp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Evolution# is a .NET language binding for various Ximian Evolution (tm) -libraries. - -WWW: http://www.gnome.org diff --git a/mail/evolution-sharp/pkg-plist b/mail/evolution-sharp/pkg-plist deleted file mode 100644 index 597309803..000000000 --- a/mail/evolution-sharp/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -lib/libevolutionglue.a -lib/libevolutionglue.la -lib/libevolutionglue.so -lib/mono/evolution-sharp/evolution-sharp.dll -lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844/evolution-sharp.dll -lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844/evolution-sharp.dll.config -lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844/evolution-sharp.dll.mdb -libdata/pkgconfig/evolution-sharp.pc -share/gapi-2.0/evolution-api.xml -@dirrm lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844 -@dirrm lib/mono/gac/evolution-sharp -@dirrm lib/mono/evolution-sharp diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile deleted file mode 100644 index 4355e10a0..000000000 --- a/mail/evolution/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.203 2009/09/21 13:51:38 kwm Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.28.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An integrated mail, calendar and address book distributed suite - -LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss -RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop -USE_AUTOTOOLS= libtool:22 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% -CONFIGURE_ARGS= --enable-nss=yes \ - --enable-mono=no \ - --disable-nm \ - --with-sub-version=" FreeBSD GNOME Team Port" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ - apps-evolution-attachment-reminder.schemas \ - apps_evolution_calendar.schemas \ - apps_evolution_email_custom_header.schemas \ - apps-evolution-mail-notification.schemas \ - apps-evolution-mail-prompts-checkdefault.schemas \ - apps_evolution_shell.schemas \ - apps-evolution-template-placeholders.schemas \ - bogo-junk-plugin.schemas \ - evolution-mail.schemas - -EVO_VERSION= 2.28 -PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.12 - -OPTIONS= PILOT "Enable Palm Pilot sync support" off \ - LDAP "Enable LDAP support" on \ - SPAMASSASSIN "Enable SpamAssassin spam filtering" off - -.include <bsd.port.pre.mk> - -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} -.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" - -.if defined(WITH_PILOT) -LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot -CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \ - --enable-pilot-conduits=yes -PLIST_SUB+= PILOT:="" -.else -PLIST_SUB+= PILOT:="@comment " -.endif - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-openldap=no -.endif - -.if defined(WITH_SPAMASSASSIN) -RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin -.endif - -.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so) -CONFIGURE_ARGS+= --with-krb5=/usr -.else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.if defined(HEIMDAL_HOME) -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include -.else -CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} -.endif -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|stdlib.n|stdlib.h|' \ - ${WRKSRC}/iconv-detect.c - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c - @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ - ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c - -.include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo deleted file mode 100644 index 6fa96677d..000000000 --- a/mail/evolution/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-2.28.1.tar.bz2) = 15043e64f22000f6f0bf57e0373c7169 -SHA256 (gnome2/evolution-2.28.1.tar.bz2) = 5faf63e769f41ee9e4d857f5ac3bcae1fe45c57a3dbd4873402281c3aec7a135 -SIZE (gnome2/evolution-2.28.1.tar.bz2) = 29728219 diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index 44b359190..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- configure.orig 2009-08-24 11:10:44.000000000 +0200 -+++ configure 2009-08-24 11:13:05.000000000 +0200 -@@ -16389,6 +16389,16 @@ case "$host" in - SOFTOKN3_LIB='' - HAL_REQUIREMENT='' - ;; -+*freebsd*) os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ SOEXT='.so' -+ SA_JUNK_PLUGIN=sa-junk-plugin -+ BF_JUNK_PLUGIN=bogo-junk-plugin -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ HAL_REQUIREMENT='hal' -+ ;; - *) - os_win32=no - NO_UNDEFINED='' -@@ -18403,6 +18413,7 @@ cat >>conftest.$ac_ext <<_ACEOF - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - -@@ -22101,7 +22112,7 @@ if test "x${with_krb5}" != "xno"; then - LIBS_save="$LIBS" - - mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" -- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" -+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" - sunlibs="-lkrb5 -lgss" - { $as_echo "$as_me:$LINENO: checking for Kerberos 5" >&5 - $as_echo_n "checking for Kerberos 5... " >&6; } -@@ -30112,7 +30123,7 @@ componentdir="$privlibdir/components" - idldir='${datadir}'/idl/evolution-$BASE_VERSION - - --serverdir="$libdir/bonobo/servers" -+serverdir="$prefix/libdata/bonobo/servers" - - - evolutionuidir="$privdatadir/ui" diff --git a/mail/evolution/files/patch-mail_em-migrate.c b/mail/evolution/files/patch-mail_em-migrate.c deleted file mode 100644 index e2df9c618..000000000 --- a/mail/evolution/files/patch-mail_em-migrate.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mail/em-migrate.c.orig 2007-12-15 16:58:56.000000000 +0100 -+++ mail/em-migrate.c 2007-12-21 16:17:32.000000000 +0100 -@@ -1493,7 +1493,7 @@ - ut.actime = st.st_atime; - ut.modtime = st.st_mtime; - utime (dest, &ut); -- chmod (dest, st.st_mode); -+ chmod (dest, st.st_mode | S_IWUSR); - - return 0; - diff --git a/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in b/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in deleted file mode 100644 index 2ecb54002..000000000 --- a/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/exchange-operations/Makefile.in.orig 2008-04-27 23:58:09.000000000 -0400 -+++ plugins/exchange-operations/Makefile.in 2008-04-28 00:02:31.000000000 -0400 -@@ -463,6 +463,7 @@ liborg_gnome_exchange_operations_la_LIBA - $(top_builddir)/calendar/gui/libevolution-calendar.la \ - $(top_builddir)/mail/libevolution-mail.la \ - $(top_builddir)/addressbook/gui/component/libevolution-addressbook.la \ -+ -Wl,--no-as-needed,$(top_builddir)/addressbook/gui/component/.libs/libevolution-addressbook.so \ - $(CAMEL_EXCHANGE_LIBS) \ - $(EVOLUTION_MAIL_LIBS) - diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr deleted file mode 100644 index 068e19e1a..000000000 --- a/mail/evolution/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Ximian Evolution[tm] is the premier personal and workgroup information -management solution for UNIX. Evolution seamlessly integrates email, -calendaring, meeting scheduling, contact management and online task lists -in one powerful, fast, and easy to use application. It also delivers a -comprehensive set of features that help keep work organized and projects -on track. The unique Ximian vFolders[tm] are virtual folders used to -create and save powerful contextual views of email messages. - -WWW: http://www.gnome.org/projects/evolution/ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist deleted file mode 100644 index 7f20b345c..000000000 --- a/mail/evolution/pkg-plist +++ /dev/null @@ -1,1955 +0,0 @@ -bin/evolution -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-menu.h -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-popup.h -include/evolution-%%VERSION%%/calendar/gui/cal-editor-utils.h -include/evolution-%%VERSION%%/calendar/gui/cal-search-bar.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/comp-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-attachment-select-file.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-prefs-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/calendar-setup.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cancel-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/changed-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/copy-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-error.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recurrence-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h -include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h -include/evolution-%%VERSION%%/calendar/gui/e-attachment-handler-calendar.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-event.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model-calendar.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-popup.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cell-date-edit-text.h -include/evolution-%%VERSION%%/calendar/gui/e-comp-editor-registry.h -include/evolution-%%VERSION%%/calendar/gui/e-date-edit-config.h -include/evolution-%%VERSION%%/calendar/gui/e-date-time-list.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-config.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-time-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-top-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-attendee.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-store.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel-item.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-types.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-utils.h -include/evolution-%%VERSION%%/calendar/gui/e-mini-calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-editable.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-renderer.h -include/evolution-%%VERSION%%/calendar/gui/e-timezone-entry.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-config.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-event-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view.h -include/evolution-%%VERSION%%/calendar/gui/goto.h -include/evolution-%%VERSION%%/calendar/gui/itip-utils.h -include/evolution-%%VERSION%%/calendar/gui/misc.h -include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h -include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h -include/evolution-%%VERSION%%/composer/e-composer-actions.h -include/evolution-%%VERSION%%/composer/e-composer-autosave.h -include/evolution-%%VERSION%%/composer/e-composer-common.h -include/evolution-%%VERSION%%/composer/e-composer-from-header.h -include/evolution-%%VERSION%%/composer/e-composer-header-table.h -include/evolution-%%VERSION%%/composer/e-composer-header.h -include/evolution-%%VERSION%%/composer/e-composer-name-header.h -include/evolution-%%VERSION%%/composer/e-composer-post-header.h -include/evolution-%%VERSION%%/composer/e-composer-private.h -include/evolution-%%VERSION%%/composer/e-composer-text-header.h -include/evolution-%%VERSION%%/composer/e-msg-composer.h -include/evolution-%%VERSION%%/e-conduit/e-pilot-map.h -include/evolution-%%VERSION%%/e-conduit/e-pilot-util.h -include/evolution-%%VERSION%%/e-util/e-bconf-map.h -include/evolution-%%VERSION%%/e-util/e-binding.h -include/evolution-%%VERSION%%/e-util/e-bit-array.h -include/evolution-%%VERSION%%/e-util/e-categories-config.h -include/evolution-%%VERSION%%/e-util/e-config.h -include/evolution-%%VERSION%%/e-util/e-corba-utils.h -include/evolution-%%VERSION%%/e-util/e-cursor.h -include/evolution-%%VERSION%%/e-util/e-datetime-format.h -include/evolution-%%VERSION%%/e-util/e-dialog-utils.h -include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h -include/evolution-%%VERSION%%/e-util/e-error.h -include/evolution-%%VERSION%%/e-util/e-event.h -include/evolution-%%VERSION%%/e-util/e-folder-map.h -include/evolution-%%VERSION%%/e-util/e-fsutils.h -include/evolution-%%VERSION%%/e-util/e-html-utils.h -include/evolution-%%VERSION%%/e-util/e-icon-factory.h -include/evolution-%%VERSION%%/e-util/e-import.h -include/evolution-%%VERSION%%/e-util/e-logger.h -include/evolution-%%VERSION%%/e-util/e-marshal.h -include/evolution-%%VERSION%%/e-util/e-menu.h -include/evolution-%%VERSION%%/e-util/e-mktemp.h -include/evolution-%%VERSION%%/e-util/e-non-intrusive-error-dialog.h -include/evolution-%%VERSION%%/e-util/e-plugin-ui.h -include/evolution-%%VERSION%%/e-util/e-plugin.h -include/evolution-%%VERSION%%/e-util/e-popup.h -include/evolution-%%VERSION%%/e-util/e-print.h -include/evolution-%%VERSION%%/e-util/e-profile-event.h -include/evolution-%%VERSION%%/e-util/e-request.h -include/evolution-%%VERSION%%/e-util/e-signature-list.h -include/evolution-%%VERSION%%/e-util/e-signature.h -include/evolution-%%VERSION%%/e-util/e-sorter-array.h -include/evolution-%%VERSION%%/e-util/e-sorter.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor.h -include/evolution-%%VERSION%%/e-util/e-util-labels.h -include/evolution-%%VERSION%%/e-util/e-util.h -include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/filter/filter-code.h -include/evolution-%%VERSION%%/filter/filter-colour.h -include/evolution-%%VERSION%%/filter/filter-datespec.h -include/evolution-%%VERSION%%/filter/filter-element.h -include/evolution-%%VERSION%%/filter/filter-file.h -include/evolution-%%VERSION%%/filter/filter-input.h -include/evolution-%%VERSION%%/filter/filter-int.h -include/evolution-%%VERSION%%/filter/filter-option.h -include/evolution-%%VERSION%%/filter/filter-part.h -include/evolution-%%VERSION%%/filter/filter-rule.h -include/evolution-%%VERSION%%/filter/rule-context.h -include/evolution-%%VERSION%%/filter/rule-editor.h -include/evolution-%%VERSION%%/mail/Evolution-Mail.h -include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.h -include/evolution-%%VERSION%%/mail/e-mail-search-bar.h -include/evolution-%%VERSION%%/mail/e-searching-tokenizer.h -include/evolution-%%VERSION%%/mail/em-account-editor.h -include/evolution-%%VERSION%%/mail/em-composer-utils.h -include/evolution-%%VERSION%%/mail/em-config.h -include/evolution-%%VERSION%%/mail/em-event.h -include/evolution-%%VERSION%%/mail/em-filter-context.h -include/evolution-%%VERSION%%/mail/em-filter-editor.h -include/evolution-%%VERSION%%/mail/em-filter-folder-element.h -include/evolution-%%VERSION%%/mail/em-filter-rule.h -include/evolution-%%VERSION%%/mail/em-filter-source-element.h -include/evolution-%%VERSION%%/mail/em-folder-browser.h -include/evolution-%%VERSION%%/mail/em-folder-tree-model.h -include/evolution-%%VERSION%%/mail/em-folder-tree.h -include/evolution-%%VERSION%%/mail/em-folder-utils.h -include/evolution-%%VERSION%%/mail/em-folder-view.h -include/evolution-%%VERSION%%/mail/em-format-hook.h -include/evolution-%%VERSION%%/mail/em-format-html-display.h -include/evolution-%%VERSION%%/mail/em-format-html-print.h -include/evolution-%%VERSION%%/mail/em-format-html.h -include/evolution-%%VERSION%%/mail/em-format-quote.h -include/evolution-%%VERSION%%/mail/em-format.h -include/evolution-%%VERSION%%/mail/em-html-stream.h -include/evolution-%%VERSION%%/mail/em-icon-stream.h -include/evolution-%%VERSION%%/mail/em-inline-filter.h -include/evolution-%%VERSION%%/mail/em-junk-hook.h -include/evolution-%%VERSION%%/mail/em-menu.h -include/evolution-%%VERSION%%/mail/em-message-browser.h -include/evolution-%%VERSION%%/mail/em-popup.h -include/evolution-%%VERSION%%/mail/em-search-context.h -include/evolution-%%VERSION%%/mail/em-stripsig-filter.h -include/evolution-%%VERSION%%/mail/em-sync-stream.h -include/evolution-%%VERSION%%/mail/em-utils.h -include/evolution-%%VERSION%%/mail/mail-autofilter.h -include/evolution-%%VERSION%%/mail/mail-component.h -include/evolution-%%VERSION%%/mail/mail-config.h -include/evolution-%%VERSION%%/mail/mail-folder-cache.h -include/evolution-%%VERSION%%/mail/mail-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.h -include/evolution-%%VERSION%%/mail/mail-send-recv.h -include/evolution-%%VERSION%%/mail/mail-session.h -include/evolution-%%VERSION%%/mail/mail-tools.h -include/evolution-%%VERSION%%/mail/mail-vfolder.h -include/evolution-%%VERSION%%/mail/message-list.h -include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h -include/evolution-%%VERSION%%/menus/gal-define-views-model.h -include/evolution-%%VERSION%%/menus/gal-view-collection.h -include/evolution-%%VERSION%%/menus/gal-view-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory.h -include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h -include/evolution-%%VERSION%%/menus/gal-view-instance.h -include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h -include/evolution-%%VERSION%%/menus/gal-view.h -include/evolution-%%VERSION%%/misc/e-account-combo-box.h -include/evolution-%%VERSION%%/misc/e-activity-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-button.h -include/evolution-%%VERSION%%/misc/e-attachment-dialog.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h -include/evolution-%%VERSION%%/misc/e-attachment-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h -include/evolution-%%VERSION%%/misc/e-attachment-paned.h -include/evolution-%%VERSION%%/misc/e-attachment-store.h -include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h -include/evolution-%%VERSION%%/misc/e-attachment-view.h -include/evolution-%%VERSION%%/misc/e-attachment.h -include/evolution-%%VERSION%%/misc/e-calendar-item.h -include/evolution-%%VERSION%%/misc/e-calendar.h -include/evolution-%%VERSION%%/misc/e-canvas-background.h -include/evolution-%%VERSION%%/misc/e-canvas-utils.h -include/evolution-%%VERSION%%/misc/e-canvas-vbox.h -include/evolution-%%VERSION%%/misc/e-canvas.h -include/evolution-%%VERSION%%/misc/e-cell-date-edit.h -include/evolution-%%VERSION%%/misc/e-cell-percent.h -include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h -include/evolution-%%VERSION%%/misc/e-charset-picker.h -include/evolution-%%VERSION%%/misc/e-colors.h -include/evolution-%%VERSION%%/misc/e-combo-button.h -include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h -include/evolution-%%VERSION%%/misc/e-config-page.h -include/evolution-%%VERSION%%/misc/e-cursors.h -include/evolution-%%VERSION%%/misc/e-dateedit.h -include/evolution-%%VERSION%%/misc/e-dropdown-button.h -include/evolution-%%VERSION%%/misc/e-filter-bar.h -include/evolution-%%VERSION%%/misc/e-gui-utils.h -include/evolution-%%VERSION%%/misc/e-hsv-utils.h -include/evolution-%%VERSION%%/misc/e-icon-entry.h -include/evolution-%%VERSION%%/misc/e-image-chooser.h -include/evolution-%%VERSION%%/misc/e-info-label.h -include/evolution-%%VERSION%%/misc/e-map.h -include/evolution-%%VERSION%%/misc/e-multi-config-dialog.h -include/evolution-%%VERSION%%/misc/e-online-button.h -%%PILOT:%%include/evolution-%%VERSION%%/misc/e-pilot-settings.h -include/evolution-%%VERSION%%/misc/e-popup-menu.h -include/evolution-%%VERSION%%/misc/e-printable.h -include/evolution-%%VERSION%%/misc/e-reflow-model.h -include/evolution-%%VERSION%%/misc/e-reflow.h -include/evolution-%%VERSION%%/misc/e-search-bar.h -include/evolution-%%VERSION%%/misc/e-selection-model-array.h -include/evolution-%%VERSION%%/misc/e-selection-model-simple.h -include/evolution-%%VERSION%%/misc/e-selection-model.h -include/evolution-%%VERSION%%/misc/e-send-options.h -include/evolution-%%VERSION%%/misc/e-signature-combo-box.h -include/evolution-%%VERSION%%/misc/e-spinner.c -include/evolution-%%VERSION%%/misc/e-spinner.h -include/evolution-%%VERSION%%/misc/e-task-bar.h -include/evolution-%%VERSION%%/misc/e-task-widget.h -include/evolution-%%VERSION%%/misc/e-unicode.h -include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/shell/Evolution.h -include/evolution-%%VERSION%%/shell/e-component-view.h -include/evolution-%%VERSION%%/shell/e-user-creatable-items-handler.h -include/evolution-%%VERSION%%/shell/es-event.h -include/evolution-%%VERSION%%/shell/es-menu.h -include/evolution-%%VERSION%%/shell/evolution-component.h -include/evolution-%%VERSION%%/shell/evolution-config-control.h -include/evolution-%%VERSION%%/shell/evolution-listener.h -include/evolution-%%VERSION%%/shell/evolution-shell-component-utils.h -include/evolution-%%VERSION%%/table/e-cell-checkbox.h -include/evolution-%%VERSION%%/table/e-cell-combo.h -include/evolution-%%VERSION%%/table/e-cell-date.h -include/evolution-%%VERSION%%/table/e-cell-hbox.h -include/evolution-%%VERSION%%/table/e-cell-number.h -include/evolution-%%VERSION%%/table/e-cell-pixbuf.h -include/evolution-%%VERSION%%/table/e-cell-popup.h -include/evolution-%%VERSION%%/table/e-cell-size.h -include/evolution-%%VERSION%%/table/e-cell-text.h -include/evolution-%%VERSION%%/table/e-cell-toggle.h -include/evolution-%%VERSION%%/table/e-cell-tree.h -include/evolution-%%VERSION%%/table/e-cell-vbox.h -include/evolution-%%VERSION%%/table/e-cell.h -include/evolution-%%VERSION%%/table/e-table-click-to-add.h -include/evolution-%%VERSION%%/table/e-table-col-dnd.h -include/evolution-%%VERSION%%/table/e-table-col.h -include/evolution-%%VERSION%%/table/e-table-column-specification.h -include/evolution-%%VERSION%%/table/e-table-config.h -include/evolution-%%VERSION%%/table/e-table-defines.h -include/evolution-%%VERSION%%/table/e-table-extras.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h -include/evolution-%%VERSION%%/table/e-table-field-chooser.h -include/evolution-%%VERSION%%/table/e-table-group-container.h -include/evolution-%%VERSION%%/table/e-table-group-leaf.h -include/evolution-%%VERSION%%/table/e-table-group.h -include/evolution-%%VERSION%%/table/e-table-header-item.h -include/evolution-%%VERSION%%/table/e-table-header-utils.h -include/evolution-%%VERSION%%/table/e-table-header.h -include/evolution-%%VERSION%%/table/e-table-item.h -include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-table-memory-store.h -include/evolution-%%VERSION%%/table/e-table-memory.h -include/evolution-%%VERSION%%/table/e-table-model.h -include/evolution-%%VERSION%%/table/e-table-one.h -include/evolution-%%VERSION%%/table/e-table-scrolled.h -include/evolution-%%VERSION%%/table/e-table-search.h -include/evolution-%%VERSION%%/table/e-table-selection-model.h -include/evolution-%%VERSION%%/table/e-table-simple.h -include/evolution-%%VERSION%%/table/e-table-sort-info.h -include/evolution-%%VERSION%%/table/e-table-sorted-variable.h -include/evolution-%%VERSION%%/table/e-table-sorted.h -include/evolution-%%VERSION%%/table/e-table-sorter.h -include/evolution-%%VERSION%%/table/e-table-sorting-utils.h -include/evolution-%%VERSION%%/table/e-table-specification.h -include/evolution-%%VERSION%%/table/e-table-state.h -include/evolution-%%VERSION%%/table/e-table-subset-variable.h -include/evolution-%%VERSION%%/table/e-table-subset.h -include/evolution-%%VERSION%%/table/e-table-tooltip.h -include/evolution-%%VERSION%%/table/e-table-utils.h -include/evolution-%%VERSION%%/table/e-table-without.h -include/evolution-%%VERSION%%/table/e-table.h -include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-tree-memory.h -include/evolution-%%VERSION%%/table/e-tree-model.h -include/evolution-%%VERSION%%/table/e-tree-scrolled.h -include/evolution-%%VERSION%%/table/e-tree-selection-model.h -include/evolution-%%VERSION%%/table/e-tree-sorted.h -include/evolution-%%VERSION%%/table/e-tree-table-adapter.h -include/evolution-%%VERSION%%/table/e-tree.h -include/evolution-%%VERSION%%/text/e-text-model-repos.h -include/evolution-%%VERSION%%/text/e-text-model.h -include/evolution-%%VERSION%%/text/e-text.h -lib/evolution/%%VERSION%%/components/libevolution-addressbook.a -lib/evolution/%%VERSION%%/components/libevolution-addressbook.la -lib/evolution/%%VERSION%%/components/libevolution-addressbook.so -lib/evolution/%%VERSION%%/components/libevolution-calendar.a -lib/evolution/%%VERSION%%/components/libevolution-calendar.la -lib/evolution/%%VERSION%%/components/libevolution-calendar.so -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.a -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.la -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.so -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.a -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.la -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.so -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.a -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.la -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.so -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.a -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.la -%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.so -lib/evolution/%%VERSION%%/components/libevolution-mail.a -lib/evolution/%%VERSION%%/components/libevolution-mail.la -lib/evolution/%%VERSION%%/components/libevolution-mail.so -lib/evolution/%%VERSION%%/libeabutil.a -lib/evolution/%%VERSION%%/libeabutil.la -lib/evolution/%%VERSION%%/libeabutil.so -lib/evolution/%%VERSION%%/libeabutil.so.0 -lib/evolution/%%VERSION%%/libeconduit.a -lib/evolution/%%VERSION%%/libeconduit.la -lib/evolution/%%VERSION%%/libeconduit.so -lib/evolution/%%VERSION%%/libeconduit.so.0 -lib/evolution/%%VERSION%%/libecontacteditor.a -lib/evolution/%%VERSION%%/libecontacteditor.la -lib/evolution/%%VERSION%%/libecontacteditor.so -lib/evolution/%%VERSION%%/libecontacteditor.so.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.a -lib/evolution/%%VERSION%%/libecontactlisteditor.la -lib/evolution/%%VERSION%%/libecontactlisteditor.so -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0 -lib/evolution/%%VERSION%%/libefilterbar.a -lib/evolution/%%VERSION%%/libefilterbar.la -lib/evolution/%%VERSION%%/libefilterbar.so -lib/evolution/%%VERSION%%/libefilterbar.so.0 -lib/evolution/%%VERSION%%/libemiscwidgets.a -lib/evolution/%%VERSION%%/libemiscwidgets.la -lib/evolution/%%VERSION%%/libemiscwidgets.so -lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libeshell.a -lib/evolution/%%VERSION%%/libeshell.la -lib/evolution/%%VERSION%%/libeshell.so -lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libessmime.a -lib/evolution/%%VERSION%%/libessmime.la -lib/evolution/%%VERSION%%/libessmime.so -lib/evolution/%%VERSION%%/libessmime.so.0 -lib/evolution/%%VERSION%%/libetable.a -lib/evolution/%%VERSION%%/libetable.la -lib/evolution/%%VERSION%%/libetable.so -lib/evolution/%%VERSION%%/libetable.so.0 -lib/evolution/%%VERSION%%/libetext.a -lib/evolution/%%VERSION%%/libetext.la -lib/evolution/%%VERSION%%/libetext.so -lib/evolution/%%VERSION%%/libetext.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.a -lib/evolution/%%VERSION%%/libetimezonedialog.la -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 -lib/evolution/%%VERSION%%/libeutil.a -lib/evolution/%%VERSION%%/libeutil.la -lib/evolution/%%VERSION%%/libeutil.so -lib/evolution/%%VERSION%%/libeutil.so.0 -lib/evolution/%%VERSION%%/libevolution-a11y.a -lib/evolution/%%VERSION%%/libevolution-a11y.la -lib/evolution/%%VERSION%%/libevolution-a11y.so -lib/evolution/%%VERSION%%/libevolution-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.a -lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.la -lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.so -lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.a -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-cal-shared.a -lib/evolution/%%VERSION%%/libevolution-cal-shared.la -lib/evolution/%%VERSION%%/libevolution-cal-shared.so -lib/evolution/%%VERSION%%/libevolution-cal-shared.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-a11y.a -lib/evolution/%%VERSION%%/libevolution-calendar-a11y.la -lib/evolution/%%VERSION%%/libevolution-calendar-a11y.so -lib/evolution/%%VERSION%%/libevolution-calendar-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.a -lib/evolution/%%VERSION%%/libevolution-calendar-importers.la -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.a -lib/evolution/%%VERSION%%/libevolution-mail-importers.la -lib/evolution/%%VERSION%%/libevolution-mail-importers.so -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-shared.a -lib/evolution/%%VERSION%%/libevolution-mail-shared.la -lib/evolution/%%VERSION%%/libevolution-mail-shared.so -lib/evolution/%%VERSION%%/libevolution-mail-shared.so.0 -lib/evolution/%%VERSION%%/libevolution-smime.a -lib/evolution/%%VERSION%%/libevolution-smime.la -lib/evolution/%%VERSION%%/libevolution-smime.so -lib/evolution/%%VERSION%%/libevolution-smime.so.0 -lib/evolution/%%VERSION%%/libevolution-widgets-a11y.a -lib/evolution/%%VERSION%%/libevolution-widgets-a11y.la -lib/evolution/%%VERSION%%/libevolution-widgets-a11y.so -lib/evolution/%%VERSION%%/libevolution-widgets-a11y.so.0 -lib/evolution/%%VERSION%%/libfilter.a -lib/evolution/%%VERSION%%/libfilter.la -lib/evolution/%%VERSION%%/libfilter.so -lib/evolution/%%VERSION%%/libfilter.so.0 -lib/evolution/%%VERSION%%/libmenus.a -lib/evolution/%%VERSION%%/libmenus.la -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/plugins/attachment-reminder.glade -lib/evolution/%%VERSION%%/plugins/libmail-account-disable.a -lib/evolution/%%VERSION%%/plugins/libmail-account-disable.la -lib/evolution/%%VERSION%%/plugins/libmail-account-disable.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-copy-tool.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-copy-tool.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-copy-tool.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-gw-account-setup.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-gw-account-setup.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-gw-account-setup.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-select-one-source.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-select-one-source.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-select-one-source.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.so -lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-bogo-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-copy-tool.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-default-mailer.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-caldav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-google.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-startup-wizard.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-webdav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-ab-subscription.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-cal-subscription.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-operations.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-tasks-subscription.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-folder-permissions.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-folder-subscription.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-gw-account-setup.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-account-disable.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-select-one-source.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug -lib/evolution/%%VERSION%%/plugins/templates.glade -libdata/bonobo/servers/GNOME_Evolution_Addressbook.server -libdata/bonobo/servers/GNOME_Evolution_Calendar.server -libdata/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify.server -libdata/bonobo/servers/GNOME_Evolution_Mail.server -libdata/bonobo/servers/GNOME_Evolution_Shell.server -libdata/pkgconfig/evolution-plugin.pc -libdata/pkgconfig/evolution-shell.pc -libexec/evolution/%%VERSION%%/csv2vcard -libexec/evolution/%%VERSION%%/evolution-addressbook-clean -libexec/evolution/%%VERSION%%/evolution-addressbook-export -libexec/evolution/%%VERSION%%/evolution-alarm-notify -libexec/evolution/%%VERSION%%/evolution-backup -libexec/evolution/%%VERSION%%/killev -share/applications/evolution.desktop -%%DATADIR%%/%%VERSION%%/addresstypes.xml -%%DATADIR%%/%%VERSION%%/caltypes.xml -%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/hu/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/it/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ko/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ro/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps -%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps -%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps -%%DATADIR%%/%%VERSION%%/errors/addressbook.error -%%DATADIR%%/%%VERSION%%/errors/calendar.error -%%DATADIR%%/%%VERSION%%/errors/e-system.error -%%DATADIR%%/%%VERSION%%/errors/filter.error -%%DATADIR%%/%%VERSION%%/errors/mail-composer.error -%%DATADIR%%/%%VERSION%%/errors/mail.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-default-mailer.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-exchange-operations.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-process-meeting.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.error -%%DATADIR%%/%%VERSION%%/errors/shell.error -%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec -%%DATADIR%%/%%VERSION%%/filtertypes.xml -%%DATADIR%%/%%VERSION%%/glade/alarm-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/alarm-list-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/alarm-notify.glade -%%DATADIR%%/%%VERSION%%/glade/cal-prefs-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/contact-editor.glade -%%DATADIR%%/%%VERSION%%/glade/contact-list-editor.glade -%%DATADIR%%/%%VERSION%%/glade/e-active-connection-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/e-delegate-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/e-foreign-folder-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/e-itip-control.glade -%%DATADIR%%/%%VERSION%%/glade/e-send-options.glade -%%DATADIR%%/%%VERSION%%/glade/e-table-config.glade -%%DATADIR%%/%%VERSION%%/glade/e-table-field-chooser.glade -%%DATADIR%%/%%VERSION%%/glade/e-timezone-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/eab-contact-commit-duplicate-detected.glade -%%DATADIR%%/%%VERSION%%/glade/eab-contact-duplicate-detected.glade -%%DATADIR%%/%%VERSION%%/glade/email-custom-header.glade -%%DATADIR%%/%%VERSION%%/glade/event-page.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-change-password.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-delegates.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-folder-tree.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-oof.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-passwd-expiry.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-permissions-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/exchange-send-options.glade -%%DATADIR%%/%%VERSION%%/glade/filter.glade -%%DATADIR%%/%%VERSION%%/glade/fullname.glade -%%DATADIR%%/%%VERSION%%/glade/gal-define-views.glade -%%DATADIR%%/%%VERSION%%/glade/gal-view-instance-save-as-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/gal-view-new-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/goto-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/imap-headers.glade -%%DATADIR%%/%%VERSION%%/glade/import.glade -%%DATADIR%%/%%VERSION%%/glade/junk-settings.glade -%%DATADIR%%/%%VERSION%%/glade/ldap-config.glade -%%DATADIR%%/%%VERSION%%/glade/mail-config.glade -%%DATADIR%%/%%VERSION%%/glade/mail-dialogs.glade -%%DATADIR%%/%%VERSION%%/glade/memo-page.glade -%%DATADIR%%/%%VERSION%%/glade/org-gnome-email-custom-header.glade -%%DATADIR%%/%%VERSION%%/glade/properties.glade -%%DATADIR%%/%%VERSION%%/glade/proxy-add-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/proxy-listing.glade -%%DATADIR%%/%%VERSION%%/glade/proxy-login-dialog.glade -%%DATADIR%%/%%VERSION%%/glade/publish-calendar.glade -%%DATADIR%%/%%VERSION%%/glade/recurrence-page.glade -%%DATADIR%%/%%VERSION%%/glade/schedule-page.glade -%%DATADIR%%/%%VERSION%%/glade/smime-ui.glade -%%DATADIR%%/%%VERSION%%/glade/task-details-page.glade -%%DATADIR%%/%%VERSION%%/glade/task-page.glade -%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/ca/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/cs/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/hu/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/wrapped.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-autocompletion.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-certificates.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-composer.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-day.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-list.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg -%%DATADIR%%/%%VERSION%%/images/minus.png -%%DATADIR%%/%%VERSION%%/images/plus.png -%%DATADIR%%/%%VERSION%%/images/world_map-960.png -%%DATADIR%%/%%VERSION%%/memotypes.xml -%%DATADIR%%/%%VERSION%%/searchtypes.xml -%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav -%%DATADIR%%/%%VERSION%%/tasktypes.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-addressbook.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-calendar.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-global.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-list.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-message.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-messagedisplay.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-memos.xml -%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.xml -%%DATADIR%%/%%VERSION%%/ui/evolution.xml -%%DATADIR%%/%%VERSION%%/vfoldertypes.xml -%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml -%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview -%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml -%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview -%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview -%%DATADIR%%/%%VERSION%%/views/mail/galview.xml -%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview -%%DATADIR%%/%%VERSION%%/views/memos/galview.xml -%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview -%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml -%%DATADIR%%/%%VERSION%%/weather/category_weather_cloudy_16.png -%%DATADIR%%/%%VERSION%%/weather/category_weather_fog_16.png -%%DATADIR%%/%%VERSION%%/weather/category_weather_partly_cloudy_16.png -%%DATADIR%%/%%VERSION%%/weather/category_weather_rain_16.png -%%DATADIR%%/%%VERSION%%/weather/category_weather_snow_16.png -%%DATADIR%%/%%VERSION%%/weather/category_weather_sun_16.png -%%DATADIR%%/%%VERSION%%/weather/category_weather_tstorm_16.png -share/gnome/help/evolution/C/evolution.xml -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar_preference_display.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/C/figures/delgt-add.png -share/gnome/help/evolution/C/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/C/figures/evo_backup_warning.png -share/gnome/help/evolution/C/figures/evo_blink.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/C/figures/evo_calstatus_a.png -share/gnome/help/evolution/C/figures/evo_caltasks_a.png -share/gnome/help/evolution/C/figures/evo_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/C/figures/evo_dialog-info.png -share/gnome/help/evolution/C/figures/evo_dialog-warning.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_exchng_mapi.png -share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/C/figures/evo_gwreceive_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_junk_a.png -share/gnome/help/evolution/C/figures/evo_label_a.png -share/gnome/help/evolution/C/figures/evo_labels_a.png -share/gnome/help/evolution/C/figures/evo_mail_a.png -share/gnome/help/evolution/C/figures/evo_mail_callout_a.png -share/gnome/help/evolution/C/figures/evo_mail_notifier.png -share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/C/figures/evo_memo_a.png -share/gnome/help/evolution/C/figures/evo_mhreceive_a.png -share/gnome/help/evolution/C/figures/evo_newmail.png -share/gnome/help/evolution/C/figures/evo_newmess_a.png -share/gnome/help/evolution/C/figures/evo_offline.png -share/gnome/help/evolution/C/figures/evo_popreceive_a.png -share/gnome/help/evolution/C/figures/evo_proxyadd_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_send_option_a.png -share/gnome/help/evolution/C/figures/evo_send_setup_a.png -share/gnome/help/evolution/C/figures/evo_sendstatus_a.png -share/gnome/help/evolution/C/figures/evo_shd_memo_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/evolution_contact_preference.png -share/gnome/help/evolution/C/figures/evolution_mail_preference.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/folder_plus.png -share/gnome/help/evolution/C/figures/folder_size_mapi.png -share/gnome/help/evolution/C/figures/folder_size_preference.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/groupwise_resend.png -share/gnome/help/evolution/C/figures/groupwise_resend_retract.png -share/gnome/help/evolution/C/figures/local_ics_calendar.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/meeting.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/quick_add_a.png -share/gnome/help/evolution/C/figures/quick_reference.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar_preference_display.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/cs/figures/delgt-add.png -share/gnome/help/evolution/cs/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/cs/figures/evo_backup_warning.png -share/gnome/help/evolution/cs/figures/evo_blink.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/cs/figures/evo_calstatus_a.png -share/gnome/help/evolution/cs/figures/evo_caltasks_a.png -share/gnome/help/evolution/cs/figures/evo_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/cs/figures/evo_dialog-info.png -share/gnome/help/evolution/cs/figures/evo_dialog-warning.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_exchng_mapi.png -share/gnome/help/evolution/cs/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceive_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_junk_a.png -share/gnome/help/evolution/cs/figures/evo_label_a.png -share/gnome/help/evolution/cs/figures/evo_labels_a.png -share/gnome/help/evolution/cs/figures/evo_mail_a.png -share/gnome/help/evolution/cs/figures/evo_mail_callout_a.png -share/gnome/help/evolution/cs/figures/evo_mail_notifier.png -share/gnome/help/evolution/cs/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/cs/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/cs/figures/evo_memo_a.png -share/gnome/help/evolution/cs/figures/evo_mhreceive_a.png -share/gnome/help/evolution/cs/figures/evo_newmail.png -share/gnome/help/evolution/cs/figures/evo_newmess_a.png -share/gnome/help/evolution/cs/figures/evo_offline.png -share/gnome/help/evolution/cs/figures/evo_popreceive_a.png -share/gnome/help/evolution/cs/figures/evo_proxyadd_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_send_option_a.png -share/gnome/help/evolution/cs/figures/evo_send_setup_a.png -share/gnome/help/evolution/cs/figures/evo_sendstatus_a.png -share/gnome/help/evolution/cs/figures/evo_shd_memo_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/evolution_contact_preference.png -share/gnome/help/evolution/cs/figures/evolution_mail_preference.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/folder_plus.png -share/gnome/help/evolution/cs/figures/folder_size_mapi.png -share/gnome/help/evolution/cs/figures/folder_size_preference.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/groupwise_resend.png -share/gnome/help/evolution/cs/figures/groupwise_resend_retract.png -share/gnome/help/evolution/cs/figures/local_ics_calendar.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/meeting.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/quick_add_a.png -share/gnome/help/evolution/cs/figures/quick_reference.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar_preference_display.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/de/figures/delgt-add.png -share/gnome/help/evolution/de/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/de/figures/evo_backup_warning.png -share/gnome/help/evolution/de/figures/evo_blink.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/de/figures/evo_calstatus_a.png -share/gnome/help/evolution/de/figures/evo_caltasks_a.png -share/gnome/help/evolution/de/figures/evo_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/de/figures/evo_dialog-info.png -share/gnome/help/evolution/de/figures/evo_dialog-warning.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_exchng_mapi.png -share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/de/figures/evo_gwreceive_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_junk_a.png -share/gnome/help/evolution/de/figures/evo_label_a.png -share/gnome/help/evolution/de/figures/evo_labels_a.png -share/gnome/help/evolution/de/figures/evo_mail_a.png -share/gnome/help/evolution/de/figures/evo_mail_callout_a.png -share/gnome/help/evolution/de/figures/evo_mail_notifier.png -share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/de/figures/evo_memo_a.png -share/gnome/help/evolution/de/figures/evo_mhreceive_a.png -share/gnome/help/evolution/de/figures/evo_newmail.png -share/gnome/help/evolution/de/figures/evo_newmess_a.png -share/gnome/help/evolution/de/figures/evo_offline.png -share/gnome/help/evolution/de/figures/evo_popreceive_a.png -share/gnome/help/evolution/de/figures/evo_proxyadd_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_send_option_a.png -share/gnome/help/evolution/de/figures/evo_send_setup_a.png -share/gnome/help/evolution/de/figures/evo_sendstatus_a.png -share/gnome/help/evolution/de/figures/evo_shd_memo_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/evolution_contact_preference.png -share/gnome/help/evolution/de/figures/evolution_mail_preference.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/folder_plus.png -share/gnome/help/evolution/de/figures/folder_size_mapi.png -share/gnome/help/evolution/de/figures/folder_size_preference.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/groupwise_resend.png -share/gnome/help/evolution/de/figures/groupwise_resend_retract.png -share/gnome/help/evolution/de/figures/local_ics_calendar.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/meeting.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/quick_add_a.png -share/gnome/help/evolution/de/figures/quick_reference.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar_preference_display.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/el/figures/delgt-add.png -share/gnome/help/evolution/el/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/el/figures/evo_backup_warning.png -share/gnome/help/evolution/el/figures/evo_blink.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/el/figures/evo_calstatus_a.png -share/gnome/help/evolution/el/figures/evo_caltasks_a.png -share/gnome/help/evolution/el/figures/evo_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/el/figures/evo_dialog-info.png -share/gnome/help/evolution/el/figures/evo_dialog-warning.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_exchng_mapi.png -share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/el/figures/evo_gwreceive_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_junk_a.png -share/gnome/help/evolution/el/figures/evo_label_a.png -share/gnome/help/evolution/el/figures/evo_labels_a.png -share/gnome/help/evolution/el/figures/evo_mail_a.png -share/gnome/help/evolution/el/figures/evo_mail_callout_a.png -share/gnome/help/evolution/el/figures/evo_mail_notifier.png -share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/el/figures/evo_memo_a.png -share/gnome/help/evolution/el/figures/evo_mhreceive_a.png -share/gnome/help/evolution/el/figures/evo_newmail.png -share/gnome/help/evolution/el/figures/evo_newmess_a.png -share/gnome/help/evolution/el/figures/evo_offline.png -share/gnome/help/evolution/el/figures/evo_popreceive_a.png -share/gnome/help/evolution/el/figures/evo_proxyadd_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_send_option_a.png -share/gnome/help/evolution/el/figures/evo_send_setup_a.png -share/gnome/help/evolution/el/figures/evo_sendstatus_a.png -share/gnome/help/evolution/el/figures/evo_shd_memo_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/evolution_contact_preference.png -share/gnome/help/evolution/el/figures/evolution_mail_preference.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/folder_plus.png -share/gnome/help/evolution/el/figures/folder_size_mapi.png -share/gnome/help/evolution/el/figures/folder_size_preference.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/groupwise_resend.png -share/gnome/help/evolution/el/figures/groupwise_resend_retract.png -share/gnome/help/evolution/el/figures/local_ics_calendar.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/meeting.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/quick_add_a.png -share/gnome/help/evolution/el/figures/quick_reference.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar_preference_display.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/delgt-add.png -share/gnome/help/evolution/en_GB/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png -share/gnome/help/evolution/en_GB/figures/evo_blink.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_caltasks_a.png -share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-info.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-warning.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_exchng_mapi.png -share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_junk_a.png -share/gnome/help/evolution/en_GB/figures/evo_label_a.png -share/gnome/help/evolution/en_GB/figures/evo_labels_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_notifier.png -share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_newmail.png -share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png -share/gnome/help/evolution/en_GB/figures/evo_offline.png -share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_option_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_sendstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_shd_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/evolution_contact_preference.png -share/gnome/help/evolution/en_GB/figures/evolution_mail_preference.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/folder_plus.png -share/gnome/help/evolution/en_GB/figures/folder_size_mapi.png -share/gnome/help/evolution/en_GB/figures/folder_size_preference.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend_retract.png -share/gnome/help/evolution/en_GB/figures/local_ics_calendar.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/meeting.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/quick_add_a.png -share/gnome/help/evolution/en_GB/figures/quick_reference.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar_preference_display.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/es/figures/delgt-add.png -share/gnome/help/evolution/es/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/es/figures/evo_backup_warning.png -share/gnome/help/evolution/es/figures/evo_blink.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/es/figures/evo_calstatus_a.png -share/gnome/help/evolution/es/figures/evo_caltasks_a.png -share/gnome/help/evolution/es/figures/evo_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/es/figures/evo_dialog-info.png -share/gnome/help/evolution/es/figures/evo_dialog-warning.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_exchng_mapi.png -share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/es/figures/evo_gwreceive_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_junk_a.png -share/gnome/help/evolution/es/figures/evo_label_a.png -share/gnome/help/evolution/es/figures/evo_labels_a.png -share/gnome/help/evolution/es/figures/evo_mail_a.png -share/gnome/help/evolution/es/figures/evo_mail_callout_a.png -share/gnome/help/evolution/es/figures/evo_mail_notifier.png -share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/es/figures/evo_memo_a.png -share/gnome/help/evolution/es/figures/evo_mhreceive_a.png -share/gnome/help/evolution/es/figures/evo_newmail.png -share/gnome/help/evolution/es/figures/evo_newmess_a.png -share/gnome/help/evolution/es/figures/evo_offline.png -share/gnome/help/evolution/es/figures/evo_popreceive_a.png -share/gnome/help/evolution/es/figures/evo_proxyadd_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_send_option_a.png -share/gnome/help/evolution/es/figures/evo_send_setup_a.png -share/gnome/help/evolution/es/figures/evo_sendstatus_a.png -share/gnome/help/evolution/es/figures/evo_shd_memo_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/evolution_contact_preference.png -share/gnome/help/evolution/es/figures/evolution_mail_preference.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/folder_plus.png -share/gnome/help/evolution/es/figures/folder_size_mapi.png -share/gnome/help/evolution/es/figures/folder_size_preference.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/groupwise_resend.png -share/gnome/help/evolution/es/figures/groupwise_resend_retract.png -share/gnome/help/evolution/es/figures/local_ics_calendar.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/meeting.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/quick_add_a.png -share/gnome/help/evolution/es/figures/quick_reference.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/eu/evolution.xml -share/gnome/help/evolution/eu/figures/attach_reminder_a.png -share/gnome/help/evolution/eu/figures/calendar_preference_display.png -share/gnome/help/evolution/eu/figures/categories_a.png -share/gnome/help/evolution/eu/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/eu/figures/delgt-add.png -share/gnome/help/evolution/eu/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/eu/figures/evo_adv_search_a.png -share/gnome/help/evolution/eu/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/eu/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/eu/figures/evo_backup_warning.png -share/gnome/help/evolution/eu/figures/evo_blink.png -share/gnome/help/evolution/eu/figures/evo_cal_callout_a.png -share/gnome/help/evolution/eu/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/eu/figures/evo_calstatus_a.png -share/gnome/help/evolution/eu/figures/evo_caltasks_a.png -share/gnome/help/evolution/eu/figures/evo_contacteditor_a.png -share/gnome/help/evolution/eu/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/eu/figures/evo_dialog-info.png -share/gnome/help/evolution/eu/figures/evo_dialog-warning.png -share/gnome/help/evolution/eu/figures/evo_edit_search.png -share/gnome/help/evolution/eu/figures/evo_exchng_mapi.png -share/gnome/help/evolution/eu/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/eu/figures/evo_gwreceive_a.png -share/gnome/help/evolution/eu/figures/evo_gwstatustrack.png -share/gnome/help/evolution/eu/figures/evo_imapreceive_a.png -share/gnome/help/evolution/eu/figures/evo_junk_a.png -share/gnome/help/evolution/eu/figures/evo_label_a.png -share/gnome/help/evolution/eu/figures/evo_labels_a.png -share/gnome/help/evolution/eu/figures/evo_mail_a.png -share/gnome/help/evolution/eu/figures/evo_mail_callout_a.png -share/gnome/help/evolution/eu/figures/evo_mail_notifier.png -share/gnome/help/evolution/eu/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/eu/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/eu/figures/evo_memo_a.png -share/gnome/help/evolution/eu/figures/evo_mhreceive_a.png -share/gnome/help/evolution/eu/figures/evo_newmail.png -share/gnome/help/evolution/eu/figures/evo_newmess_a.png -share/gnome/help/evolution/eu/figures/evo_offline.png -share/gnome/help/evolution/eu/figures/evo_popreceive_a.png -share/gnome/help/evolution/eu/figures/evo_proxyadd_a.png -share/gnome/help/evolution/eu/figures/evo_rule_a.png -share/gnome/help/evolution/eu/figures/evo_send_option_a.png -share/gnome/help/evolution/eu/figures/evo_send_setup_a.png -share/gnome/help/evolution/eu/figures/evo_sendstatus_a.png -share/gnome/help/evolution/eu/figures/evo_shd_memo_a.png -share/gnome/help/evolution/eu/figures/evo_usereceive_a.png -share/gnome/help/evolution/eu/figures/evolution_contact_preference.png -share/gnome/help/evolution/eu/figures/evolution_mail_preference.png -share/gnome/help/evolution/eu/figures/exchng-rec-mails.png -share/gnome/help/evolution/eu/figures/exchng-rec-options.png -share/gnome/help/evolution/eu/figures/filter-new-fig.png -share/gnome/help/evolution/eu/figures/folder_plus.png -share/gnome/help/evolution/eu/figures/folder_size_mapi.png -share/gnome/help/evolution/eu/figures/folder_size_preference.png -share/gnome/help/evolution/eu/figures/google_cal_view.png -share/gnome/help/evolution/eu/figures/groupwise_resend.png -share/gnome/help/evolution/eu/figures/groupwise_resend_retract.png -share/gnome/help/evolution/eu/figures/local_ics_calendar.png -share/gnome/help/evolution/eu/figures/mailer_preferences.png -share/gnome/help/evolution/eu/figures/meeting.png -share/gnome/help/evolution/eu/figures/minus.png -share/gnome/help/evolution/eu/figures/plus.png -share/gnome/help/evolution/eu/figures/quick_add_a.png -share/gnome/help/evolution/eu/figures/quick_reference.png -share/gnome/help/evolution/eu/figures/stock_search.png -share/gnome/help/evolution/eu/figures/ver_view_a.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar_preference_display.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/fr/figures/delgt-add.png -share/gnome/help/evolution/fr/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/fr/figures/evo_backup_warning.png -share/gnome/help/evolution/fr/figures/evo_blink.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/fr/figures/evo_calstatus_a.png -share/gnome/help/evolution/fr/figures/evo_caltasks_a.png -share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/fr/figures/evo_dialog-info.png -share/gnome/help/evolution/fr/figures/evo_dialog-warning.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_exchng_mapi.png -share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_junk_a.png -share/gnome/help/evolution/fr/figures/evo_label_a.png -share/gnome/help/evolution/fr/figures/evo_labels_a.png -share/gnome/help/evolution/fr/figures/evo_mail_a.png -share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png -share/gnome/help/evolution/fr/figures/evo_mail_notifier.png -share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/fr/figures/evo_memo_a.png -share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png -share/gnome/help/evolution/fr/figures/evo_newmail.png -share/gnome/help/evolution/fr/figures/evo_newmess_a.png -share/gnome/help/evolution/fr/figures/evo_offline.png -share/gnome/help/evolution/fr/figures/evo_popreceive_a.png -share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_send_option_a.png -share/gnome/help/evolution/fr/figures/evo_send_setup_a.png -share/gnome/help/evolution/fr/figures/evo_sendstatus_a.png -share/gnome/help/evolution/fr/figures/evo_shd_memo_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/evolution_contact_preference.png -share/gnome/help/evolution/fr/figures/evolution_mail_preference.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/folder_plus.png -share/gnome/help/evolution/fr/figures/folder_size_mapi.png -share/gnome/help/evolution/fr/figures/folder_size_preference.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/groupwise_resend.png -share/gnome/help/evolution/fr/figures/groupwise_resend_retract.png -share/gnome/help/evolution/fr/figures/local_ics_calendar.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/meeting.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/quick_add_a.png -share/gnome/help/evolution/fr/figures/quick_reference.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar_preference_display.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/mk/figures/delgt-add.png -share/gnome/help/evolution/mk/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/mk/figures/evo_backup_warning.png -share/gnome/help/evolution/mk/figures/evo_blink.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/mk/figures/evo_calstatus_a.png -share/gnome/help/evolution/mk/figures/evo_caltasks_a.png -share/gnome/help/evolution/mk/figures/evo_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/mk/figures/evo_dialog-info.png -share/gnome/help/evolution/mk/figures/evo_dialog-warning.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_exchng_mapi.png -share/gnome/help/evolution/mk/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceive_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_junk_a.png -share/gnome/help/evolution/mk/figures/evo_label_a.png -share/gnome/help/evolution/mk/figures/evo_labels_a.png -share/gnome/help/evolution/mk/figures/evo_mail_a.png -share/gnome/help/evolution/mk/figures/evo_mail_callout_a.png -share/gnome/help/evolution/mk/figures/evo_mail_notifier.png -share/gnome/help/evolution/mk/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/mk/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/mk/figures/evo_memo_a.png -share/gnome/help/evolution/mk/figures/evo_mhreceive_a.png -share/gnome/help/evolution/mk/figures/evo_newmail.png -share/gnome/help/evolution/mk/figures/evo_newmess_a.png -share/gnome/help/evolution/mk/figures/evo_offline.png -share/gnome/help/evolution/mk/figures/evo_popreceive_a.png -share/gnome/help/evolution/mk/figures/evo_proxyadd_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_send_option_a.png -share/gnome/help/evolution/mk/figures/evo_send_setup_a.png -share/gnome/help/evolution/mk/figures/evo_sendstatus_a.png -share/gnome/help/evolution/mk/figures/evo_shd_memo_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/evolution_contact_preference.png -share/gnome/help/evolution/mk/figures/evolution_mail_preference.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/folder_plus.png -share/gnome/help/evolution/mk/figures/folder_size_mapi.png -share/gnome/help/evolution/mk/figures/folder_size_preference.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/groupwise_resend.png -share/gnome/help/evolution/mk/figures/groupwise_resend_retract.png -share/gnome/help/evolution/mk/figures/local_ics_calendar.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/meeting.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/quick_add_a.png -share/gnome/help/evolution/mk/figures/quick_reference.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar_preference_display.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/oc/figures/delgt-add.png -share/gnome/help/evolution/oc/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/oc/figures/evo_backup_warning.png -share/gnome/help/evolution/oc/figures/evo_blink.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/oc/figures/evo_calstatus_a.png -share/gnome/help/evolution/oc/figures/evo_caltasks_a.png -share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/oc/figures/evo_dialog-info.png -share/gnome/help/evolution/oc/figures/evo_dialog-warning.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_exchng_mapi.png -share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_junk_a.png -share/gnome/help/evolution/oc/figures/evo_label_a.png -share/gnome/help/evolution/oc/figures/evo_labels_a.png -share/gnome/help/evolution/oc/figures/evo_mail_a.png -share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png -share/gnome/help/evolution/oc/figures/evo_mail_notifier.png -share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/oc/figures/evo_memo_a.png -share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png -share/gnome/help/evolution/oc/figures/evo_newmail.png -share/gnome/help/evolution/oc/figures/evo_newmess_a.png -share/gnome/help/evolution/oc/figures/evo_offline.png -share/gnome/help/evolution/oc/figures/evo_popreceive_a.png -share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_send_option_a.png -share/gnome/help/evolution/oc/figures/evo_send_setup_a.png -share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png -share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/evolution_contact_preference.png -share/gnome/help/evolution/oc/figures/evolution_mail_preference.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/folder_plus.png -share/gnome/help/evolution/oc/figures/folder_size_mapi.png -share/gnome/help/evolution/oc/figures/folder_size_preference.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/groupwise_resend.png -share/gnome/help/evolution/oc/figures/groupwise_resend_retract.png -share/gnome/help/evolution/oc/figures/local_ics_calendar.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/meeting.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/quick_add_a.png -share/gnome/help/evolution/oc/figures/quick_reference.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar_preference_display.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/ru/figures/delgt-add.png -share/gnome/help/evolution/ru/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/ru/figures/evo_backup_warning.png -share/gnome/help/evolution/ru/figures/evo_blink.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/ru/figures/evo_calstatus_a.png -share/gnome/help/evolution/ru/figures/evo_caltasks_a.png -share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/ru/figures/evo_dialog-info.png -share/gnome/help/evolution/ru/figures/evo_dialog-warning.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_exchng_mapi.png -share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_junk_a.png -share/gnome/help/evolution/ru/figures/evo_label_a.png -share/gnome/help/evolution/ru/figures/evo_labels_a.png -share/gnome/help/evolution/ru/figures/evo_mail_a.png -share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png -share/gnome/help/evolution/ru/figures/evo_mail_notifier.png -share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/ru/figures/evo_memo_a.png -share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png -share/gnome/help/evolution/ru/figures/evo_newmail.png -share/gnome/help/evolution/ru/figures/evo_newmess_a.png -share/gnome/help/evolution/ru/figures/evo_offline.png -share/gnome/help/evolution/ru/figures/evo_popreceive_a.png -share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_send_option_a.png -share/gnome/help/evolution/ru/figures/evo_send_setup_a.png -share/gnome/help/evolution/ru/figures/evo_sendstatus_a.png -share/gnome/help/evolution/ru/figures/evo_shd_memo_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/evolution_contact_preference.png -share/gnome/help/evolution/ru/figures/evolution_mail_preference.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/folder_plus.png -share/gnome/help/evolution/ru/figures/folder_size_mapi.png -share/gnome/help/evolution/ru/figures/folder_size_preference.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/groupwise_resend.png -share/gnome/help/evolution/ru/figures/groupwise_resend_retract.png -share/gnome/help/evolution/ru/figures/local_ics_calendar.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/meeting.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/quick_add_a.png -share/gnome/help/evolution/ru/figures/quick_reference.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar_preference_display.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/sv/figures/delgt-add.png -share/gnome/help/evolution/sv/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/sv/figures/evo_backup_warning.png -share/gnome/help/evolution/sv/figures/evo_blink.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/sv/figures/evo_calstatus_a.png -share/gnome/help/evolution/sv/figures/evo_caltasks_a.png -share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/sv/figures/evo_dialog-info.png -share/gnome/help/evolution/sv/figures/evo_dialog-warning.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_exchng_mapi.png -share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_junk_a.png -share/gnome/help/evolution/sv/figures/evo_label_a.png -share/gnome/help/evolution/sv/figures/evo_labels_a.png -share/gnome/help/evolution/sv/figures/evo_mail_a.png -share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png -share/gnome/help/evolution/sv/figures/evo_mail_notifier.png -share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/sv/figures/evo_memo_a.png -share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png -share/gnome/help/evolution/sv/figures/evo_newmail.png -share/gnome/help/evolution/sv/figures/evo_newmess_a.png -share/gnome/help/evolution/sv/figures/evo_offline.png -share/gnome/help/evolution/sv/figures/evo_popreceive_a.png -share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_send_option_a.png -share/gnome/help/evolution/sv/figures/evo_send_setup_a.png -share/gnome/help/evolution/sv/figures/evo_sendstatus_a.png -share/gnome/help/evolution/sv/figures/evo_shd_memo_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/evolution_contact_preference.png -share/gnome/help/evolution/sv/figures/evolution_mail_preference.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/folder_plus.png -share/gnome/help/evolution/sv/figures/folder_size_mapi.png -share/gnome/help/evolution/sv/figures/folder_size_preference.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/groupwise_resend.png -share/gnome/help/evolution/sv/figures/groupwise_resend_retract.png -share/gnome/help/evolution/sv/figures/local_ics_calendar.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/meeting.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/quick_add_a.png -share/gnome/help/evolution/sv/figures/quick_reference.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -share/icons/hicolor/16x16/apps/evolution-mail.png -share/icons/hicolor/16x16/apps/evolution-memos.png -share/icons/hicolor/16x16/apps/evolution-tasks.png -share/icons/hicolor/16x16/apps/evolution.png -share/icons/hicolor/22x22/apps/evolution-mail.png -share/icons/hicolor/22x22/apps/evolution-memos.png -share/icons/hicolor/22x22/apps/evolution-tasks.png -share/icons/hicolor/22x22/apps/evolution.png -share/icons/hicolor/24x24/apps/evolution-mail.png -share/icons/hicolor/24x24/apps/evolution-memos.png -share/icons/hicolor/24x24/apps/evolution-tasks.png -share/icons/hicolor/24x24/apps/evolution.png -share/icons/hicolor/32x32/apps/evolution-mail.png -share/icons/hicolor/32x32/apps/evolution-memos.png -share/icons/hicolor/32x32/apps/evolution-tasks.png -share/icons/hicolor/32x32/apps/evolution.png -share/icons/hicolor/48x48/apps/evolution-mail.png -share/icons/hicolor/48x48/apps/evolution-memos.png -share/icons/hicolor/48x48/apps/evolution-tasks.png -share/icons/hicolor/48x48/apps/evolution.png -share/icons/hicolor/scalable/apps/evolution.svg -share/idl/evolution-%%VERSION%%/Evolution-Component.idl -share/idl/evolution-%%VERSION%%/Evolution-ConfigControl.idl -share/idl/evolution-%%VERSION%%/Evolution-Mail.idl -share/idl/evolution-%%VERSION%%/Evolution-Shell.idl -share/idl/evolution-%%VERSION%%/Evolution.idl -share/idl/evolution-%%VERSION%%/evolution-calendar.idl -share/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ps/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo -share/mime-info/evolution.keys -share/mime-info/evolution.mime -share/omf/evolution/evolution-C.omf -share/omf/evolution/evolution-cs.omf -share/omf/evolution/evolution-de.omf -share/omf/evolution/evolution-el.omf -share/omf/evolution/evolution-en_GB.omf -share/omf/evolution/evolution-es.omf -share/omf/evolution/evolution-eu.omf -share/omf/evolution/evolution-fr.omf -share/omf/evolution/evolution-mk.omf -share/omf/evolution/evolution-oc.omf -share/omf/evolution/evolution-ru.omf -share/omf/evolution/evolution-sv.omf -@dirrm share/omf/evolution -@dirrm share/idl/evolution-%%VERSION%% -@dirrm share/gnome/help/evolution/sv/figures -@dirrm share/gnome/help/evolution/sv -@dirrm share/gnome/help/evolution/ru/figures -@dirrm share/gnome/help/evolution/ru -@dirrm share/gnome/help/evolution/oc/figures -@dirrm share/gnome/help/evolution/oc -@dirrm share/gnome/help/evolution/mk/figures -@dirrm share/gnome/help/evolution/mk -@dirrm share/gnome/help/evolution/fr/figures -@dirrm share/gnome/help/evolution/fr -@dirrm share/gnome/help/evolution/eu/figures -@dirrm share/gnome/help/evolution/eu -@dirrm share/gnome/help/evolution/es/figures -@dirrm share/gnome/help/evolution/es -@dirrm share/gnome/help/evolution/en_GB/figures -@dirrm share/gnome/help/evolution/en_GB -@dirrm share/gnome/help/evolution/el/figures -@dirrm share/gnome/help/evolution/el -@dirrm share/gnome/help/evolution/de/figures -@dirrm share/gnome/help/evolution/de -@dirrm share/gnome/help/evolution/cs/figures -@dirrm share/gnome/help/evolution/cs -@dirrm share/gnome/help/evolution/C/figures -@dirrm share/gnome/help/evolution/C -@dirrm share/gnome/help/evolution -@dirrm %%DATADIR%%/%%VERSION%%/weather -@dirrm %%DATADIR%%/%%VERSION%%/views/tasks -@dirrm %%DATADIR%%/%%VERSION%%/views/memos -@dirrm %%DATADIR%%/%%VERSION%%/views/mail -@dirrm %%DATADIR%%/%%VERSION%%/views/calendar -@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook -@dirrm %%DATADIR%%/%%VERSION%%/views -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/sounds -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor -@dirrm %%DATADIR%%/%%VERSION%%/icons -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref -@dirrm %%DATADIR%%/%%VERSION%%/help -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%%/etspec -@dirrm %%DATADIR%%/%%VERSION%%/errors -@dirrm %%DATADIR%%/%%VERSION%%/ecps -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sv -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ro -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pt -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pl -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/nl -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/mk -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/lt -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ko -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ja -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/it -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/hu -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fr -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fi -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/es -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/de -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/cs -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ca -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/C -@dirrm %%DATADIR%%/%%VERSION%%/default -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/evolution/%%VERSION%% -@dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/plugins -@dirrm lib/evolution/%%VERSION%%/components -@dirrm lib/evolution/%%VERSION%% -@dirrm lib/evolution -@dirrm include/evolution-%%VERSION%%/text -@dirrm include/evolution-%%VERSION%%/table -@dirrm include/evolution-%%VERSION%%/shell -@dirrm include/evolution-%%VERSION%%/misc -@dirrm include/evolution-%%VERSION%%/menus -@dirrm include/evolution-%%VERSION%%/mail -@dirrm include/evolution-%%VERSION%%/filter -@dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/e-conduit -@dirrm include/evolution-%%VERSION%%/composer -@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs -@dirrm include/evolution-%%VERSION%%/calendar/gui -@dirrm include/evolution-%%VERSION%%/calendar -@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets -@dirrm include/evolution-%%VERSION%%/addressbook/gui -@dirrm include/evolution-%%VERSION%%/addressbook -@dirrm include/evolution-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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 diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile deleted file mode 100644 index dbe082a80..000000000 --- a/mail/libmapi/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: libmapi -# Date created: 1 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libmapi -PORTVERSION= 0.8.2 -CATEGORIES= mail -MASTER_SITES= SF -MASTER_SITE_SUBDIR=openchange/libmapi/${PORTNAME}-${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-${CODENAME} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Open Source implementation of Microsoft Exchange protocols - -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - ${HOSTCONFIG}:${PORTSDIR}/net/samba4-devel \ - pidl:${PORTSDIR}/devel/p5-Parse-Pidl -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - ical.43:${PORTSDIR}/devel/libical \ - tdb.1:${PORTSDIR}/databases/tdb \ - talloc.1:${PORTSDIR}/devel/talloc -RUN_DEPENDS= ${HOSTCONFIG}:${PORTSDIR}/net/samba4-devel - -HOSTCONFIG= ${LOCALBASE}/libdata/pkgconfig/samba-hostconfig.pc - -CODENAME= ROMULUS -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_PYTHON= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-samba=${LOCALBASE} - -OPTIONS= BOOST "Enable libmapi++ (needs boost)" yes \ - DOXYGEN "Enble building documentation" no - -.include <bsd.port.pre.mk> - -CONFIGURE_ARGS+= --disable-swig-perl -CONFIGURE_ARGS+= --disable-pymapi - -.if exists(${LOCALBASE}/lib/libboost_thread.so) -WITH_BOOST=yes -.endif - -.if defined(WITH_BOOST) -LIB_DEPENDS+= boost_thread.4:${PORTSDIR}/devel/boost-libs -PLIST_SUB+= BOOST="" -.else -PLIST_SUB+= BOOST="@comment " -.endif - -.if defined(WITH_DOXYGEN) || exists(${LOCALBASE}/bin/doxygen) -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -PLIST_SUB+= DOXYGEN="" -.else -PLIST_SUB+= DOXYGEN="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/bin/sh|${LOCALBASE}/bin/bash|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile - -post-install: -.for i in libmapi libmapiadmin libmapiproxy libmapiserver libmapistore libocpf - @${LN} -fs ${PREFIX}/lib/${i}.so.0.8 ${PREFIX}/lib/${i}.so.0 -.endfor - -.include <bsd.port.post.mk> diff --git a/mail/libmapi/distinfo b/mail/libmapi/distinfo deleted file mode 100644 index abf1d13dd..000000000 --- a/mail/libmapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libmapi-0.8.2-ROMULUS.tar.gz) = b956870860cd786a0793bd89783df185 -SHA256 (libmapi-0.8.2-ROMULUS.tar.gz) = 82dfe90fdc5ba0b34950719ea0ea9cc1cf7835bd1a9127fd177435e1eeba0ffa -SIZE (libmapi-0.8.2-ROMULUS.tar.gz) = 1529269 diff --git a/mail/libmapi/pkg-descr b/mail/libmapi/pkg-descr deleted file mode 100644 index 2f78882e5..000000000 --- a/mail/libmapi/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The OpenChange MAPI library aims to provide interoperability with an -Open Source implementation of Microsoft Exchange protocols under UNIX/Linux. -The current implementation offers a client-side library which can be used in -existing messaging clients and offer native compatibility with Exchange Servers -up to 2007. - -MAPI stands for Messaging Application Programming Interface and is used in the -Microsoft Exchange Server groupware server. This solution works with Outlook -and provides collaborative features such as a messaging server, shared -calendars, contact databases, public folders and tasks. - -WWW: http://www.openchange.org diff --git a/mail/libmapi/pkg-plist b/mail/libmapi/pkg-plist deleted file mode 100644 index 7bac15f50..000000000 --- a/mail/libmapi/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/exchange2ical -bin/exchange2mbox -bin/locale_codepage -bin/mapiprofile -bin/mapitest -bin/openchangeclient -bin/openchangemapidump -bin/openchangepfadmin -bin/schemaIDGUID -include/gen_ndr/exchange.h -include/gen_ndr/property.h -%%BOOST%%include/libmapi++/attachment.h -%%BOOST%%include/libmapi++/clibmapi.h -%%BOOST%%include/libmapi++/folder.h -%%BOOST%%include/libmapi++/impl/message.ipp -%%BOOST%%include/libmapi++/impl/object.ipp -%%BOOST%%include/libmapi++/impl/session.ipp -%%BOOST%%include/libmapi++/libmapi++.h -%%BOOST%%include/libmapi++/mapi_exception.h -%%BOOST%%include/libmapi++/message.h -%%BOOST%%include/libmapi++/message_store.h -%%BOOST%%include/libmapi++/object.h -%%BOOST%%include/libmapi++/profile.h -%%BOOST%%include/libmapi++/property_container.h -%%BOOST%%include/libmapi++/session.h -include/libmapi/dlinklist.h -include/libmapi/emsmdb.h -include/libmapi/libmapi.h -include/libmapi/mapi_ctx.h -include/libmapi/mapi_id_array.h -include/libmapi/mapi_nameid.h -include/libmapi/mapi_notification.h -include/libmapi/mapi_object.h -include/libmapi/mapi_profile.h -include/libmapi/mapi_provider.h -include/libmapi/mapicode.h -include/libmapi/mapidefs.h -include/libmapi/nspi.h -include/libmapi/proto.h -include/libmapi/socket/netif.h -include/libmapi/version.h -include/libmapiadmin/libmapiadmin.h -include/libmapiadmin/proto.h -include/libmapiproxy.h -include/libmapiserver.h -include/libocpf/ocpf.h -include/libocpf/proto.h -include/mapistore/mapistore.h -include/mapistore/mapistore_errors.h -lib/libmapi.so -lib/libmapi.so.0 -lib/libmapi.so.0.8 -lib/libmapiadmin.so -lib/libmapiadmin.so.0 -lib/libmapiadmin.so.0.8 -lib/libmapiproxy.so -lib/libmapiproxy.so.0 -lib/libmapiproxy.so.0.8 -lib/libmapiserver.so -lib/libmapiserver.so.0 -lib/libmapiserver.so.0.8 -lib/libmapistore.so -lib/libmapistore.so.0 -lib/libmapistore.so.0.8 -lib/libocpf.so -lib/libocpf.so.0 -lib/libocpf.so.0.8 -lib/mapistore_backends/mapistore_sqlite3.so -lib/nagios/check_exchange -libdata/pkgconfig/libmapi.pc -libdata/pkgconfig/libmapiadmin.pc -libdata/pkgconfig/libmapiproxy.pc -libdata/pkgconfig/libmapiserver.pc -libdata/pkgconfig/libocpf.pc -%%PYTHON_SITELIBDIR%%/openchange/__init__.py -%%PYTHON_SITELIBDIR%%/openchange/mailbox.py -%%PYTHON_SITELIBDIR%%/openchange/provision.py -%%PYTHON_SITELIBDIR%%/openchange/tests/__init__.py -%%PYTHON_SITELIBDIR%%/openchange/tests/test_mailbox.py -%%PYTHON_SITELIBDIR%%/openchange/tests/test_provision.py -modules/dcerpc_mapiproxy/mpm_cache.so -modules/dcerpc_mapiproxy/mpm_downgrade.so -modules/dcerpc_mapiproxy/mpm_dummy.so -modules/dcerpc_mapiproxy/mpm_pack.so -modules/dcerpc_mapiproxy_server/exchange_ds_rfr.so -modules/dcerpc_mapiproxy_server/exchange_emsmdb.so -modules/dcerpc_mapiproxy_server/exchange_nsp.so -modules/dcerpc_server/dcesrv_mapiproxy.so -modules/torture/openchange.so -share/setup/AD/oc_provision_configuration.ldif -share/setup/AD/oc_provision_schema.ldif -share/setup/AD/oc_provision_schema_ADSC.ldif -share/setup/AD/oc_provision_schema_modify.ldif -share/setup/AD/prefixMap.txt -share/setup/openchangedb/oc_provision_openchange_init.ldif -share/setup/openchangedb/oc_provision_openchange_mailbox.ldif -share/setup/profiles/oc_profiles_init.ldif -share/setup/profiles/oc_profiles_schema.ldif -@dirrm share/setup/profiles -@dirrm share/setup/openchangedb -@dirrm share/setup/AD -@dirrm share/setup -@dirrm %%PYTHON_SITELIBDIR%%/openchange/tests -@dirrm %%PYTHON_SITELIBDIR%%/openchange -@dirrm modules/torture -@dirrm modules/dcerpc_server -@dirrm modules/dcerpc_mapiproxy_server -@dirrm modules/dcerpc_mapiproxy -@dirrmtry modules -@dirrm lib/nagios -@dirrm lib/mapistore_backends -@dirrm include/mapistore -@dirrm include/libocpf -@dirrm include/libmapiadmin -@dirrm include/libmapi/socket -@dirrm include/libmapi -%%BOOST%%@dirrm include/libmapi++/impl -%%BOOST%%@dirrm include/libmapi++ -@dirrm include/gen_ndr diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile deleted file mode 100644 index 1453b93c7..000000000 --- a/math/gcalctool/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gcalctool -# Date created: 12 Jun 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.122 2009/09/22 10:12:35 avl Exp $ -# - -PORTNAME= gcalctool -PORTVERSION= 5.28.1 -PORTEPOCH= 2 -CATEGORIES= math gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows - -USE_BZIP2= yes -USE_BISON= build -INSTALLS_OMF= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gcalctool.1 -GCONF_SCHEMAS= gcalctool.schemas - -.include <bsd.port.mk> diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo deleted file mode 100644 index 027e0e5cc..000000000 --- a/math/gcalctool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gcalctool-5.28.1.tar.bz2) = c75cdccfa3a1dc7052dbec33f83809fe -SHA256 (gnome2/gcalctool-5.28.1.tar.bz2) = a960bd46a5faffd8c8cd6dac71be281aec4454d8954062fd26269ed8615f7731 -SIZE (gnome2/gcalctool-5.28.1.tar.bz2) = 2209471 diff --git a/math/gcalctool/pkg-descr b/math/gcalctool/pkg-descr deleted file mode 100644 index 30e69fa21..000000000 --- a/math/gcalctool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gcalctool is a powerful graphical calulator with financial, logical and -scientific modes. It uses a multiple precision package to do its arithmetic to -give a high degree of accuracy. - -WWW: http://calctool.sourceforge.net/ diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist deleted file mode 100644 index b2e862d86..000000000 --- a/math/gcalctool/pkg-plist +++ /dev/null @@ -1,319 +0,0 @@ -bin/gcalctool -bin/gnome-calculator -share/applications/gcalctool.desktop -%%DATADIR%%/gcalctool.ui -%%DATADIR%%/financial.ui -share/gnome/help/gcalctool/C/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/C/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/C/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/C/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/C/gcalctool.xml -share/gnome/help/gcalctool/C/legal.xml -share/gnome/help/gcalctool/bg/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/bg/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/bg/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/bg/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/bg/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/bg/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/bg/gcalctool.xml -share/gnome/help/gcalctool/ca/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/ca/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/ca/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/ca/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/ca/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/ca/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/ca/gcalctool.xml -share/gnome/help/gcalctool/cs/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/cs/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/cs/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/cs/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/cs/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/cs/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/cs/gcalctool.xml -share/gnome/help/gcalctool/de/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/de/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/de/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/de/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/de/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/de/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/de/gcalctool.xml -share/gnome/help/gcalctool/el/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/el/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/el/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/el/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/el/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/el/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/el/gcalctool.xml -share/gnome/help/gcalctool/es/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/es/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/es/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/es/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/es/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/es/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/es/gcalctool.xml -share/gnome/help/gcalctool/eu/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/eu/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/eu/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/eu/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/eu/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/eu/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/eu/gcalctool.xml -share/gnome/help/gcalctool/fr/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/fr/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/fr/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/fr/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/fr/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/fr/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/fr/gcalctool.xml -share/gnome/help/gcalctool/it/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/it/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/it/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/it/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/it/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/it/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/it/gcalctool.xml -share/gnome/help/gcalctool/ja/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/ja/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/ja/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/ja/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/ja/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/ja/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/ja/gcalctool.xml -share/gnome/help/gcalctool/ko/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/ko/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/ko/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/ko/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/ko/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/ko/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/ko/gcalctool.xml -share/gnome/help/gcalctool/oc/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/oc/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/oc/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/oc/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/oc/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/oc/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/oc/gcalctool.xml -share/gnome/help/gcalctool/pt_BR/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/pt_BR/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/pt_BR/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/pt_BR/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/pt_BR/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/pt_BR/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/pt_BR/gcalctool.xml -share/gnome/help/gcalctool/ru/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/ru/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/ru/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/ru/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/ru/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/ru/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/ru/gcalctool.xml -share/gnome/help/gcalctool/sv/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/sv/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/sv/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/sv/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/sv/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/sv/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/sv/gcalctool.xml -share/gnome/help/gcalctool/zh_CN/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/zh_CN/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/zh_CN/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/zh_CN/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/zh_CN/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/zh_CN/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/zh_CN/gcalctool.xml -share/gnome/help/gcalctool/zh_HK/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/zh_HK/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/zh_HK/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/zh_HK/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/zh_HK/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/zh_HK/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/zh_HK/gcalctool.xml -share/gnome/help/gcalctool/zh_TW/figures/gcalctool_advanced_window.png -share/gnome/help/gcalctool/zh_TW/figures/gcalctool_basic_window.png -share/gnome/help/gcalctool/zh_TW/figures/gcalctool_financial_window.png -share/gnome/help/gcalctool/zh_TW/figures/gcalctool_menu_symbol.png -share/gnome/help/gcalctool/zh_TW/figures/gcalctool_programming_window.png -share/gnome/help/gcalctool/zh_TW/figures/gcalctool_scientific_window.png -share/gnome/help/gcalctool/zh_TW/gcalctool.xml -share/locale/af/LC_MESSAGES/gcalctool.mo -share/locale/am/LC_MESSAGES/gcalctool.mo -share/locale/ar/LC_MESSAGES/gcalctool.mo -share/locale/as/LC_MESSAGES/gcalctool.mo -share/locale/ast/LC_MESSAGES/gcalctool.mo -share/locale/az/LC_MESSAGES/gcalctool.mo -share/locale/be/LC_MESSAGES/gcalctool.mo -share/locale/be@latin/LC_MESSAGES/gcalctool.mo -share/locale/bg/LC_MESSAGES/gcalctool.mo -share/locale/bn/LC_MESSAGES/gcalctool.mo -share/locale/bn_IN/LC_MESSAGES/gcalctool.mo -share/locale/bs/LC_MESSAGES/gcalctool.mo -share/locale/ca/LC_MESSAGES/gcalctool.mo -share/locale/ca@valencia/LC_MESSAGES/gcalctool.mo -share/locale/cs/LC_MESSAGES/gcalctool.mo -share/locale/cy/LC_MESSAGES/gcalctool.mo -share/locale/da/LC_MESSAGES/gcalctool.mo -share/locale/de/LC_MESSAGES/gcalctool.mo -share/locale/dz/LC_MESSAGES/gcalctool.mo -share/locale/el/LC_MESSAGES/gcalctool.mo -share/locale/en_CA/LC_MESSAGES/gcalctool.mo -share/locale/en_GB/LC_MESSAGES/gcalctool.mo -share/locale/en_US/LC_MESSAGES/gcalctool.mo -share/locale/es/LC_MESSAGES/gcalctool.mo -share/locale/et/LC_MESSAGES/gcalctool.mo -share/locale/eu/LC_MESSAGES/gcalctool.mo -share/locale/fa/LC_MESSAGES/gcalctool.mo -share/locale/fi/LC_MESSAGES/gcalctool.mo -share/locale/fr/LC_MESSAGES/gcalctool.mo -share/locale/ga/LC_MESSAGES/gcalctool.mo -share/locale/gl/LC_MESSAGES/gcalctool.mo -share/locale/gu/LC_MESSAGES/gcalctool.mo -share/locale/he/LC_MESSAGES/gcalctool.mo -share/locale/hi/LC_MESSAGES/gcalctool.mo -share/locale/hr/LC_MESSAGES/gcalctool.mo -share/locale/hu/LC_MESSAGES/gcalctool.mo -share/locale/id/LC_MESSAGES/gcalctool.mo -share/locale/it/LC_MESSAGES/gcalctool.mo -share/locale/ja/LC_MESSAGES/gcalctool.mo -share/locale/ka/LC_MESSAGES/gcalctool.mo -share/locale/kn/LC_MESSAGES/gcalctool.mo -share/locale/ko/LC_MESSAGES/gcalctool.mo -share/locale/ku/LC_MESSAGES/gcalctool.mo -share/locale/lt/LC_MESSAGES/gcalctool.mo -share/locale/lv/LC_MESSAGES/gcalctool.mo -share/locale/mai/LC_MESSAGES/gcalctool.mo -share/locale/mg/LC_MESSAGES/gcalctool.mo -share/locale/mk/LC_MESSAGES/gcalctool.mo -share/locale/ml/LC_MESSAGES/gcalctool.mo -share/locale/mn/LC_MESSAGES/gcalctool.mo -share/locale/mr/LC_MESSAGES/gcalctool.mo -share/locale/ms/LC_MESSAGES/gcalctool.mo -share/locale/nb/LC_MESSAGES/gcalctool.mo -share/locale/ne/LC_MESSAGES/gcalctool.mo -share/locale/nl/LC_MESSAGES/gcalctool.mo -share/locale/nn/LC_MESSAGES/gcalctool.mo -share/locale/oc/LC_MESSAGES/gcalctool.mo -share/locale/or/LC_MESSAGES/gcalctool.mo -share/locale/pa/LC_MESSAGES/gcalctool.mo -share/locale/pl/LC_MESSAGES/gcalctool.mo -share/locale/pt/LC_MESSAGES/gcalctool.mo -share/locale/pt_BR/LC_MESSAGES/gcalctool.mo -share/locale/ro/LC_MESSAGES/gcalctool.mo -share/locale/ru/LC_MESSAGES/gcalctool.mo -share/locale/rw/LC_MESSAGES/gcalctool.mo -share/locale/si/LC_MESSAGES/gcalctool.mo -share/locale/sk/LC_MESSAGES/gcalctool.mo -share/locale/sl/LC_MESSAGES/gcalctool.mo -share/locale/sq/LC_MESSAGES/gcalctool.mo -share/locale/sr/LC_MESSAGES/gcalctool.mo -share/locale/sr@latin/LC_MESSAGES/gcalctool.mo -share/locale/sv/LC_MESSAGES/gcalctool.mo -share/locale/ta/LC_MESSAGES/gcalctool.mo -share/locale/te/LC_MESSAGES/gcalctool.mo -share/locale/th/LC_MESSAGES/gcalctool.mo -share/locale/tk/LC_MESSAGES/gcalctool.mo -share/locale/tr/LC_MESSAGES/gcalctool.mo -share/locale/uk/LC_MESSAGES/gcalctool.mo -share/locale/vi/LC_MESSAGES/gcalctool.mo -share/locale/xh/LC_MESSAGES/gcalctool.mo -share/locale/zh_CN/LC_MESSAGES/gcalctool.mo -share/locale/zh_HK/LC_MESSAGES/gcalctool.mo -share/locale/zh_TW/LC_MESSAGES/gcalctool.mo -share/omf/gcalctool/gcalctool-C.omf -share/omf/gcalctool/gcalctool-bg.omf -share/omf/gcalctool/gcalctool-ca.omf -share/omf/gcalctool/gcalctool-cs.omf -share/omf/gcalctool/gcalctool-de.omf -share/omf/gcalctool/gcalctool-el.omf -share/omf/gcalctool/gcalctool-es.omf -share/omf/gcalctool/gcalctool-eu.omf -share/omf/gcalctool/gcalctool-fr.omf -share/omf/gcalctool/gcalctool-it.omf -share/omf/gcalctool/gcalctool-ja.omf -share/omf/gcalctool/gcalctool-ko.omf -share/omf/gcalctool/gcalctool-oc.omf -share/omf/gcalctool/gcalctool-pt_BR.omf -share/omf/gcalctool/gcalctool-ru.omf -share/omf/gcalctool/gcalctool-sv.omf -share/omf/gcalctool/gcalctool-zh_CN.omf -share/omf/gcalctool/gcalctool-zh_HK.omf -share/omf/gcalctool/gcalctool-zh_TW.omf -@dirrm share/omf/gcalctool -@dirrm share/gnome/help/gcalctool/zh_TW/figures -@dirrm share/gnome/help/gcalctool/zh_TW -@dirrm share/gnome/help/gcalctool/zh_HK/figures -@dirrm share/gnome/help/gcalctool/zh_HK -@dirrm share/gnome/help/gcalctool/zh_CN/figures -@dirrm share/gnome/help/gcalctool/zh_CN -@dirrm share/gnome/help/gcalctool/sv/figures -@dirrm share/gnome/help/gcalctool/sv -@dirrm share/gnome/help/gcalctool/ru/figures -@dirrm share/gnome/help/gcalctool/ru -@dirrm share/gnome/help/gcalctool/pt_BR/figures -@dirrm share/gnome/help/gcalctool/pt_BR -@dirrm share/gnome/help/gcalctool/oc/figures -@dirrm share/gnome/help/gcalctool/oc -@dirrm share/gnome/help/gcalctool/ko/figures -@dirrm share/gnome/help/gcalctool/ko -@dirrm share/gnome/help/gcalctool/ja/figures -@dirrm share/gnome/help/gcalctool/ja -@dirrm share/gnome/help/gcalctool/it/figures -@dirrm share/gnome/help/gcalctool/it -@dirrm share/gnome/help/gcalctool/fr/figures -@dirrm share/gnome/help/gcalctool/fr -@dirrm share/gnome/help/gcalctool/eu/figures -@dirrm share/gnome/help/gcalctool/eu -@dirrm share/gnome/help/gcalctool/es/figures -@dirrm share/gnome/help/gcalctool/es -@dirrm share/gnome/help/gcalctool/el/figures -@dirrm share/gnome/help/gcalctool/el -@dirrm share/gnome/help/gcalctool/de/figures -@dirrm share/gnome/help/gcalctool/de -@dirrm share/gnome/help/gcalctool/cs/figures -@dirrm share/gnome/help/gcalctool/cs -@dirrm share/gnome/help/gcalctool/ca/figures -@dirrm share/gnome/help/gcalctool/ca -@dirrm share/gnome/help/gcalctool/bg/figures -@dirrm share/gnome/help/gcalctool/bg -@dirrm share/gnome/help/gcalctool/C/figures -@dirrm share/gnome/help/gcalctool/C -@dirrm share/gnome/help/gcalctool -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@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 diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile deleted file mode 100644 index 506b536d0..000000000 --- a/misc/gnome-devel-docs/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnome-devel-docs -# Date created: 2007-09-18 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.13 2009/09/22 08:18:22 kwm Exp $ -# - -PORTNAME= gnome-devel-docs -PORTVERSION= 2.28.1 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Documents targeted for GNOME developers - -BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils -RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehier -INSTALLS_OMF= yes - -.include <bsd.port.mk> diff --git a/misc/gnome-devel-docs/distinfo b/misc/gnome-devel-docs/distinfo deleted file mode 100644 index 37d567ccd..000000000 --- a/misc/gnome-devel-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-devel-docs-2.28.1.tar.bz2) = 8099366db75003bfa9aa940f32a5ea76 -SHA256 (gnome2/gnome-devel-docs-2.28.1.tar.bz2) = 3b3e6a8a94d94d1226a415f81b9949e4754a709a386def80374c0d9ec0838f82 -SIZE (gnome2/gnome-devel-docs-2.28.1.tar.bz2) = 4190798 diff --git a/misc/gnome-devel-docs/pkg-descr b/misc/gnome-devel-docs/pkg-descr deleted file mode 100644 index 141383ea3..000000000 --- a/misc/gnome-devel-docs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Documents targeted for GNOME developers diff --git a/misc/gnome-devel-docs/pkg-plist b/misc/gnome-devel-docs/pkg-plist deleted file mode 100644 index 83938ecaa..000000000 --- a/misc/gnome-devel-docs/pkg-plist +++ /dev/null @@ -1,1092 +0,0 @@ -share/gnome/help/accessibility-devel-guide/C/accessibility-devel-guide.xml -share/gnome/help/accessibility-devel-guide/C/figures/GNOME_desktop_Accessibility.png -share/gnome/help/accessibility-devel-guide/C/figures/at-arch.png -share/gnome/help/accessibility-devel-guide/C/figures/badfocus1.png -share/gnome/help/accessibility-devel-guide/C/figures/badfocus2.png -share/gnome/help/accessibility-devel-guide/C/figures/badfocus3.png -share/gnome/help/accessibility-devel-guide/C/figures/colour_and_arrows.png -share/gnome/help/accessibility-devel-guide/C/figures/colour_only.png -share/gnome/help/accessibility-devel-guide/C/figures/depend1.png -share/gnome/help/accessibility-devel-guide/C/figures/depend1a.png -share/gnome/help/accessibility-devel-guide/C/figures/depend2.png -share/gnome/help/accessibility-devel-guide/C/figures/depend2a.png -share/gnome/help/accessibility-devel-guide/C/figures/depend3.png -share/gnome/help/accessibility-devel-guide/C/figures/goodfocus.png -share/gnome/help/accessibility-devel-guide/C/figures/goodfocus2.png -share/gnome/help/accessibility-devel-guide/C/figures/goodfocus3.png -share/gnome/help/accessibility-devel-guide/C/figures/label_above.png -share/gnome/help/accessibility-devel-guide/C/figures/label_below.png -share/gnome/help/accessibility-devel-guide/C/figures/label_left.png -share/gnome/help/accessibility-devel-guide/C/figures/label_right.png -share/gnome/help/accessibility-devel-guide/C/figures/nodrop.png -share/gnome/help/accessibility-devel-guide/C/gad.xml -share/gnome/help/accessibility-devel-guide/C/gtest.xml -share/gnome/help/accessibility-devel-guide/C/legal.xml -share/gnome/help/accessibility-devel-guide/es/accessibility-devel-guide.xml -share/gnome/help/accessibility-devel-guide/es/figures/at-arch.png -share/gnome/help/accessibility-devel-guide/es/figures/badfocus1.png -share/gnome/help/accessibility-devel-guide/es/figures/badfocus2.png -share/gnome/help/accessibility-devel-guide/es/figures/badfocus3.png -share/gnome/help/accessibility-devel-guide/es/figures/colour_and_arrows.png -share/gnome/help/accessibility-devel-guide/es/figures/colour_only.png -share/gnome/help/accessibility-devel-guide/es/figures/depend1a.png -share/gnome/help/accessibility-devel-guide/es/figures/depend1.png -share/gnome/help/accessibility-devel-guide/es/figures/depend2a.png -share/gnome/help/accessibility-devel-guide/es/figures/depend2.png -share/gnome/help/accessibility-devel-guide/es/figures/depend3.png -share/gnome/help/accessibility-devel-guide/es/figures/GNOME_desktop_Accessibility.png -share/gnome/help/accessibility-devel-guide/es/figures/goodfocus2.png -share/gnome/help/accessibility-devel-guide/es/figures/goodfocus3.png -share/gnome/help/accessibility-devel-guide/es/figures/goodfocus.png -share/gnome/help/accessibility-devel-guide/es/figures/label_above.png -share/gnome/help/accessibility-devel-guide/es/figures/label_below.png -share/gnome/help/accessibility-devel-guide/es/figures/label_left.png -share/gnome/help/accessibility-devel-guide/es/figures/label_right.png -share/gnome/help/accessibility-devel-guide/es/figures/nodrop.png -share/gnome/help/gdp-handbook/C/builddocs.xml -share/gnome/help/gdp-handbook/C/callout_procedure.xml -share/gnome/help/gdp-handbook/C/contexthelp.xml -share/gnome/help/gdp-handbook/C/conventions.xml -share/gnome/help/gdp-handbook/C/crossreferencing.xml -share/gnome/help/gdp-handbook/C/docbook.xml -share/gnome/help/gdp-handbook/C/docsystem.xml -share/gnome/help/gdp-handbook/C/finish.xml -share/gnome/help/gdp-handbook/C/gdp-handbook.xml -share/gnome/help/gdp-handbook/C/getstarted.xml -share/gnome/help/gdp-handbook/C/introduction.xml -share/gnome/help/gdp-handbook/C/legal.xml -share/gnome/help/gdp-handbook/C/manuals.xml -share/gnome/help/gdp-handbook/C/resources.xml -share/gnome/help/gdp-handbook/C/screenshot_procedure.xml -share/gnome/help/gdp-handbook/C/sectids.xml -share/gnome/help/gdp-handbook/C/teamwork.xml -share/gnome/help/gdp-style-guide/C/Authorlist.xml -share/gnome/help/gdp-style-guide/C/accessibility.xml -share/gnome/help/gdp-style-guide/C/figures/applet_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/arrow_button1.png -share/gnome/help/gdp-style-guide/C/figures/arrow_button2.png -share/gnome/help/gdp-style-guide/C/figures/callout_notflow.png -share/gnome/help/gdp-style-guide/C/figures/check_box.png -share/gnome/help/gdp-style-guide/C/figures/color_selector_button.png -share/gnome/help/gdp-style-guide/C/figures/color_wheel1.png -share/gnome/help/gdp-style-guide/C/figures/color_wheel2.png -share/gnome/help/gdp-style-guide/C/figures/column_heading.png -share/gnome/help/gdp-style-guide/C/figures/command_button.png -share/gnome/help/gdp-style-guide/C/figures/desktop_background_menu.png -share/gnome/help/gdp-style-guide/C/figures/desktop_elements.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_combination_box.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_list_box.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_section1.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_section2.png -share/gnome/help/gdp-style-guide/C/figures/field.png -share/gnome/help/gdp-style-guide/C/figures/font_selector_button.png -share/gnome/help/gdp-style-guide/C/figures/footprint_icon.png -share/gnome/help/gdp-style-guide/C/figures/gnome_menu.png -share/gnome/help/gdp-style-guide/C/figures/group_box.png -share/gnome/help/gdp-style-guide/C/figures/icon_selector_button1.png -share/gnome/help/gdp-style-guide/C/figures/icon_selector_button2.png -share/gnome/help/gdp-style-guide/C/figures/launcher_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/list_box.png -share/gnome/help/gdp-style-guide/C/figures/panel_elements.png -share/gnome/help/gdp-style-guide/C/figures/panel_object_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/panel_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/radio_button.png -share/gnome/help/gdp-style-guide/C/figures/sample_anno_panel.png -share/gnome/help/gdp-style-guide/C/figures/scrollbar.png -share/gnome/help/gdp-style-guide/C/figures/slider.png -share/gnome/help/gdp-style-guide/C/figures/spin_box.png -share/gnome/help/gdp-style-guide/C/figures/tabbed_section.png -share/gnome/help/gdp-style-guide/C/figures/table.png -share/gnome/help/gdp-style-guide/C/figures/tabs.png -share/gnome/help/gdp-style-guide/C/figures/text_box.png -share/gnome/help/gdp-style-guide/C/figures/toggle_button.png -share/gnome/help/gdp-style-guide/C/figures/toolbar_button.png -share/gnome/help/gdp-style-guide/C/figures/window_elements.png -share/gnome/help/gdp-style-guide/C/figures/window_frame_button.png -share/gnome/help/gdp-style-guide/C/figures/window_list_button.png -share/gnome/help/gdp-style-guide/C/figures/window_menu.png -share/gnome/help/gdp-style-guide/C/figures/window_panes.png -share/gnome/help/gdp-style-guide/C/figures/window_titlebar_elements.png -share/gnome/help/gdp-style-guide/C/fundamentals.xml -share/gnome/help/gdp-style-guide/C/gdp-style-guide.xml -share/gnome/help/gdp-style-guide/C/grammar_usage.xml -share/gnome/help/gdp-style-guide/C/gui.xml -share/gnome/help/gdp-style-guide/C/improving.xml -share/gnome/help/gdp-style-guide/C/indexing.xml -share/gnome/help/gdp-style-guide/C/infoblocks.xml -share/gnome/help/gdp-style-guide/C/infodesign.xml -share/gnome/help/gdp-style-guide/C/language.xml -share/gnome/help/gdp-style-guide/C/legal.xml -share/gnome/help/gdp-style-guide/C/legal_issues.xml -share/gnome/help/gdp-style-guide/C/locale.xml -share/gnome/help/gdp-style-guide/C/preface.xml -share/gnome/help/gdp-style-guide/C/screenshot.xml -share/gnome/help/gdp-style-guide/C/units.xml -share/gnome/help/gdp-style-guide/C/usability.xml -share/gnome/help/gdp-style-guide/C/wordlist.xml -share/gnome/help/hig-book/C/hig-book.xml -share/gnome/help/hig-book/C/hig-ch-bibliography.xml -share/gnome/help/hig-book/C/hig-ch-checks.xml -share/gnome/help/hig-book/C/hig-ch-controls.xml -share/gnome/help/hig-book/C/hig-ch-credits.xml -share/gnome/help/hig-book/C/hig-ch-desktop.xml -share/gnome/help/hig-book/C/hig-ch-feedback.xml -share/gnome/help/hig-book/C/hig-ch-icons-new.xml -share/gnome/help/hig-book/C/hig-ch-icons.xml -share/gnome/help/hig-book/C/hig-ch-input.xml -share/gnome/help/hig-book/C/hig-ch-intro.xml -share/gnome/help/hig-book/C/hig-ch-language.xml -share/gnome/help/hig-book/C/hig-ch-layout.xml -share/gnome/help/hig-book/C/hig-ch-menus.xml -share/gnome/help/hig-book/C/hig-ch-principles.xml -share/gnome/help/hig-book/C/hig-ch-toolbars.xml -share/gnome/help/hig-book/C/hig-ch-whatsnew.xml -share/gnome/help/hig-book/C/hig-ch-windows.xml -share/gnome/help/hig-book/C/images/controls-buttons.png -share/gnome/help/hig-book/C/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/C/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/C/images/controls-check-boxes.png -share/gnome/help/hig-book/C/images/controls-combo.png -share/gnome/help/hig-book/C/images/controls-frames.png -share/gnome/help/hig-book/C/images/controls-list-checkbox.png -share/gnome/help/hig-book/C/images/controls-list.png -share/gnome/help/hig-book/C/images/controls-locked.png -share/gnome/help/hig-book/C/images/controls-notebook-list.png -share/gnome/help/hig-book/C/images/controls-notebook-tabs.png -share/gnome/help/hig-book/C/images/controls-notebook.png -share/gnome/help/hig-book/C/images/controls-old-frames.png -share/gnome/help/hig-book/C/images/controls-option-menu.png -share/gnome/help/hig-book/C/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/C/images/controls-progress-time.png -share/gnome/help/hig-book/C/images/controls-progress-typical.png -share/gnome/help/hig-book/C/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/C/images/controls-radio-buttons.png -share/gnome/help/hig-book/C/images/controls-sensitivity.png -share/gnome/help/hig-book/C/images/controls-slider-spinbox.png -share/gnome/help/hig-book/C/images/controls-slider.png -share/gnome/help/hig-book/C/images/controls-spin-box.png -share/gnome/help/hig-book/C/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/C/images/controls-status-bar.png -share/gnome/help/hig-book/C/images/controls-text-choose.png -share/gnome/help/hig-book/C/images/controls-text-prompt.png -share/gnome/help/hig-book/C/images/controls-text.png -share/gnome/help/hig-book/C/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/C/images/controls-toggle-buttons.png -share/gnome/help/hig-book/C/images/controls-tree-checkbox.png -share/gnome/help/hig-book/C/images/controls-tree.png -share/gnome/help/hig-book/C/images/desktop-applications-menu.png -share/gnome/help/hig-book/C/images/feedback-checklist-running.png -share/gnome/help/hig-book/C/images/feedback-pointers-busy.png -share/gnome/help/hig-book/C/images/icon-design-process-1.png -share/gnome/help/hig-book/C/images/icon-design-process-10.png -share/gnome/help/hig-book/C/images/icon-design-process-11.png -share/gnome/help/hig-book/C/images/icon-design-process-12.png -share/gnome/help/hig-book/C/images/icon-design-process-2.png -share/gnome/help/hig-book/C/images/icon-design-process-3.png -share/gnome/help/hig-book/C/images/icon-design-process-4.png -share/gnome/help/hig-book/C/images/icon-design-process-5.png -share/gnome/help/hig-book/C/images/icon-design-process-6.png -share/gnome/help/hig-book/C/images/icon-design-process-7.png -share/gnome/help/hig-book/C/images/icon-design-process-8.png -share/gnome/help/hig-book/C/images/icon-design-process-9.png -share/gnome/help/hig-book/C/images/icons-applications.png -share/gnome/help/hig-book/C/images/icons-evolution.png -share/gnome/help/hig-book/C/images/icons-floppy-dissected.png -share/gnome/help/hig-book/C/images/icons-font-selection-good.png -share/gnome/help/hig-book/C/images/icons-font-selection-poor.png -share/gnome/help/hig-book/C/images/icons-gedit.png -share/gnome/help/hig-book/C/images/icons-gnumeric.png -share/gnome/help/hig-book/C/images/icons-hc-book-blur.png -share/gnome/help/hig-book/C/images/icons-hc-book.png -share/gnome/help/hig-book/C/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/C/images/icons-hc-cdrom.png -share/gnome/help/hig-book/C/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/C/images/icons-hc-copy.png -share/gnome/help/hig-book/C/images/icons-hc-metaphors.png -share/gnome/help/hig-book/C/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/C/images/icons-menu.png -share/gnome/help/hig-book/C/images/icons-nautilus.png -share/gnome/help/hig-book/C/images/icons-objects.png -share/gnome/help/hig-book/C/images/icons-perspective-shelf.png -share/gnome/help/hig-book/C/images/icons-perspective-table.png -share/gnome/help/hig-book/C/images/icons-shut-down.png -share/gnome/help/hig-book/C/images/icons-silhouette.png -share/gnome/help/hig-book/C/images/icons-sodipodi.png -share/gnome/help/hig-book/C/images/icons-style-aqua.png -share/gnome/help/hig-book/C/images/icons-style-gnome.png -share/gnome/help/hig-book/C/images/icons-style-java.png -share/gnome/help/hig-book/C/images/icons-system-log.png -share/gnome/help/hig-book/C/images/icons-toolbar.png -share/gnome/help/hig-book/C/images/icons-underline-text.png -share/gnome/help/hig-book/C/images/icons-word-processor.png -share/gnome/help/hig-book/C/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/C/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/C/images/input-drag-cursor-link.png -share/gnome/help/hig-book/C/images/input-drag-cursor-move.png -share/gnome/help/hig-book/C/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/C/images/input-drag-cursor-query.png -share/gnome/help/hig-book/C/images/input-drag-cursor.png -share/gnome/help/hig-book/C/images/input-drag-select-files.png -share/gnome/help/hig-book/C/images/input-drag-select-graphics.png -share/gnome/help/hig-book/C/images/input-pointing-devices.png -share/gnome/help/hig-book/C/images/menus-application.png -share/gnome/help/hig-book/C/images/menus-bookmarks.png -share/gnome/help/hig-book/C/images/menus-checkbox-group.png -share/gnome/help/hig-book/C/images/menus-command-group.png -share/gnome/help/hig-book/C/images/menus-dropdown.png -share/gnome/help/hig-book/C/images/menus-edit.png -share/gnome/help/hig-book/C/images/menus-file.png -share/gnome/help/hig-book/C/images/menus-format.png -share/gnome/help/hig-book/C/images/menus-go-browser.png -share/gnome/help/hig-book/C/images/menus-go-document.png -share/gnome/help/hig-book/C/images/menus-help.png -share/gnome/help/hig-book/C/images/menus-insert.png -share/gnome/help/hig-book/C/images/menus-popup.png -share/gnome/help/hig-book/C/images/menus-radiobutton-group.png -share/gnome/help/hig-book/C/images/menus-submenu.png -share/gnome/help/hig-book/C/images/menus-view.png -share/gnome/help/hig-book/C/images/menus-windows.png -share/gnome/help/hig-book/C/images/toolbars-configure-menu.png -share/gnome/help/hig-book/C/images/toolbars-labels-below.png -share/gnome/help/hig-book/C/images/toolbars-labels-beside.png -share/gnome/help/hig-book/C/images/toolbars-mail.png -share/gnome/help/hig-book/C/images/visdes-button-label.png -share/gnome/help/hig-book/C/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/C/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/C/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/C/images/visdes-large-icon-label.png -share/gnome/help/hig-book/C/images/visdes-layout-annotated.png -share/gnome/help/hig-book/C/images/visdes-layout-good.png -share/gnome/help/hig-book/C/images/visdes-layout-poor.png -share/gnome/help/hig-book/C/images/visdes-list-label.png -share/gnome/help/hig-book/C/images/visdes-other-labels.png -share/gnome/help/hig-book/C/images/visdes-palette-1.png -share/gnome/help/hig-book/C/images/visdes-palette-10.png -share/gnome/help/hig-book/C/images/visdes-palette-11.png -share/gnome/help/hig-book/C/images/visdes-palette-12.png -share/gnome/help/hig-book/C/images/visdes-palette-13.png -share/gnome/help/hig-book/C/images/visdes-palette-14.png -share/gnome/help/hig-book/C/images/visdes-palette-15.png -share/gnome/help/hig-book/C/images/visdes-palette-16.png -share/gnome/help/hig-book/C/images/visdes-palette-17.png -share/gnome/help/hig-book/C/images/visdes-palette-18.png -share/gnome/help/hig-book/C/images/visdes-palette-19.png -share/gnome/help/hig-book/C/images/visdes-palette-2.png -share/gnome/help/hig-book/C/images/visdes-palette-20.png -share/gnome/help/hig-book/C/images/visdes-palette-21.png -share/gnome/help/hig-book/C/images/visdes-palette-22.png -share/gnome/help/hig-book/C/images/visdes-palette-23.png -share/gnome/help/hig-book/C/images/visdes-palette-24.png -share/gnome/help/hig-book/C/images/visdes-palette-25.png -share/gnome/help/hig-book/C/images/visdes-palette-26.png -share/gnome/help/hig-book/C/images/visdes-palette-27.png -share/gnome/help/hig-book/C/images/visdes-palette-28.png -share/gnome/help/hig-book/C/images/visdes-palette-29.png -share/gnome/help/hig-book/C/images/visdes-palette-3.png -share/gnome/help/hig-book/C/images/visdes-palette-30.png -share/gnome/help/hig-book/C/images/visdes-palette-31.png -share/gnome/help/hig-book/C/images/visdes-palette-32.png -share/gnome/help/hig-book/C/images/visdes-palette-4.png -share/gnome/help/hig-book/C/images/visdes-palette-5.png -share/gnome/help/hig-book/C/images/visdes-palette-6.png -share/gnome/help/hig-book/C/images/visdes-palette-7.png -share/gnome/help/hig-book/C/images/visdes-palette-8.png -share/gnome/help/hig-book/C/images/visdes-palette-9.png -share/gnome/help/hig-book/C/images/visdes-palette.png -share/gnome/help/hig-book/C/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/C/images/visdes-small-icon-label.png -share/gnome/help/hig-book/C/images/visdes-textbox-label.png -share/gnome/help/hig-book/C/images/windows-alert-authentication.png -share/gnome/help/hig-book/C/images/windows-alert-buttons.png -share/gnome/help/hig-book/C/images/windows-alert-confirmation.png -share/gnome/help/hig-book/C/images/windows-alert-error.png -share/gnome/help/hig-book/C/images/windows-alert-information.png -share/gnome/help/hig-book/C/images/windows-alert-save.png -share/gnome/help/hig-book/C/images/windows-alert-spacing.png -share/gnome/help/hig-book/C/images/windows-alert-text.png -share/gnome/help/hig-book/C/images/windows-assistant-first-page.png -share/gnome/help/hig-book/C/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/C/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/C/images/windows-explicit-apply.png -share/gnome/help/hig-book/C/images/windows-mdi.png -share/gnome/help/hig-book/C/images/windows-preferences.png -share/gnome/help/hig-book/C/images/windows-primary.png -share/gnome/help/hig-book/C/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/C/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/C/images/windows-progress-checklist.png -share/gnome/help/hig-book/C/images/windows-progress-copy-file.png -share/gnome/help/hig-book/C/images/windows-progress.png -share/gnome/help/hig-book/C/images/windows-properties.png -share/gnome/help/hig-book/C/images/windows-sdi.png -share/gnome/help/hig-book/C/images/windows-titlebar.png -share/gnome/help/hig-book/C/images/windows-toolbox-large.png -share/gnome/help/hig-book/C/images/windows-toolbox-small.png -share/gnome/help/hig-book/de/hig-book.xml -share/gnome/help/hig-book/de/images/controls-buttons.png -share/gnome/help/hig-book/de/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/de/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/de/images/controls-check-boxes.png -share/gnome/help/hig-book/de/images/controls-combo.png -share/gnome/help/hig-book/de/images/controls-frames.png -share/gnome/help/hig-book/de/images/controls-list-checkbox.png -share/gnome/help/hig-book/de/images/controls-list.png -share/gnome/help/hig-book/de/images/controls-locked.png -share/gnome/help/hig-book/de/images/controls-notebook-list.png -share/gnome/help/hig-book/de/images/controls-notebook-tabs.png -share/gnome/help/hig-book/de/images/controls-notebook.png -share/gnome/help/hig-book/de/images/controls-old-frames.png -share/gnome/help/hig-book/de/images/controls-option-menu.png -share/gnome/help/hig-book/de/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/de/images/controls-progress-time.png -share/gnome/help/hig-book/de/images/controls-progress-typical.png -share/gnome/help/hig-book/de/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/de/images/controls-radio-buttons.png -share/gnome/help/hig-book/de/images/controls-sensitivity.png -share/gnome/help/hig-book/de/images/controls-slider-spinbox.png -share/gnome/help/hig-book/de/images/controls-slider.png -share/gnome/help/hig-book/de/images/controls-spin-box.png -share/gnome/help/hig-book/de/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/de/images/controls-status-bar.png -share/gnome/help/hig-book/de/images/controls-text-choose.png -share/gnome/help/hig-book/de/images/controls-text-prompt.png -share/gnome/help/hig-book/de/images/controls-text.png -share/gnome/help/hig-book/de/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/de/images/controls-toggle-buttons.png -share/gnome/help/hig-book/de/images/controls-tree-checkbox.png -share/gnome/help/hig-book/de/images/controls-tree.png -share/gnome/help/hig-book/de/images/desktop-applications-menu.png -share/gnome/help/hig-book/de/images/feedback-checklist-running.png -share/gnome/help/hig-book/de/images/feedback-pointers-busy.png -share/gnome/help/hig-book/de/images/icon-design-process-1.png -share/gnome/help/hig-book/de/images/icon-design-process-10.png -share/gnome/help/hig-book/de/images/icon-design-process-11.png -share/gnome/help/hig-book/de/images/icon-design-process-12.png -share/gnome/help/hig-book/de/images/icon-design-process-2.png -share/gnome/help/hig-book/de/images/icon-design-process-3.png -share/gnome/help/hig-book/de/images/icon-design-process-4.png -share/gnome/help/hig-book/de/images/icon-design-process-5.png -share/gnome/help/hig-book/de/images/icon-design-process-6.png -share/gnome/help/hig-book/de/images/icon-design-process-7.png -share/gnome/help/hig-book/de/images/icon-design-process-8.png -share/gnome/help/hig-book/de/images/icon-design-process-9.png -share/gnome/help/hig-book/de/images/icons-applications.png -share/gnome/help/hig-book/de/images/icons-evolution.png -share/gnome/help/hig-book/de/images/icons-gedit.png -share/gnome/help/hig-book/de/images/icons-floppy-dissected.png -share/gnome/help/hig-book/de/images/icons-font-selection-good.png -share/gnome/help/hig-book/de/images/icons-font-selection-poor.png -share/gnome/help/hig-book/de/images/icons-gnumeric.png -share/gnome/help/hig-book/de/images/icons-hc-book-blur.png -share/gnome/help/hig-book/de/images/icons-hc-book.png -share/gnome/help/hig-book/de/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/de/images/icons-hc-cdrom.png -share/gnome/help/hig-book/de/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/de/images/icons-hc-copy.png -share/gnome/help/hig-book/de/images/icons-hc-metaphors.png -share/gnome/help/hig-book/de/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/de/images/icons-menu.png -share/gnome/help/hig-book/de/images/icons-nautilus.png -share/gnome/help/hig-book/de/images/icons-objects.png -share/gnome/help/hig-book/de/images/icons-perspective-shelf.png -share/gnome/help/hig-book/de/images/icons-perspective-table.png -share/gnome/help/hig-book/de/images/icons-shut-down.png -share/gnome/help/hig-book/de/images/icons-silhouette.png -share/gnome/help/hig-book/de/images/icons-sodipodi.png -share/gnome/help/hig-book/de/images/icons-style-aqua.png -share/gnome/help/hig-book/de/images/icons-style-gnome.png -share/gnome/help/hig-book/de/images/icons-style-java.png -share/gnome/help/hig-book/de/images/icons-system-log.png -share/gnome/help/hig-book/de/images/icons-toolbar.png -share/gnome/help/hig-book/de/images/icons-underline-text.png -share/gnome/help/hig-book/de/images/icons-word-processor.png -share/gnome/help/hig-book/de/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/de/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/de/images/input-drag-cursor-link.png -share/gnome/help/hig-book/de/images/input-drag-cursor-move.png -share/gnome/help/hig-book/de/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/de/images/input-drag-cursor-query.png -share/gnome/help/hig-book/de/images/input-drag-cursor.png -share/gnome/help/hig-book/de/images/input-drag-select-files.png -share/gnome/help/hig-book/de/images/input-drag-select-graphics.png -share/gnome/help/hig-book/de/images/input-pointing-devices.png -share/gnome/help/hig-book/de/images/menus-application.png -share/gnome/help/hig-book/de/images/menus-bookmarks.png -share/gnome/help/hig-book/de/images/menus-checkbox-group.png -share/gnome/help/hig-book/de/images/menus-command-group.png -share/gnome/help/hig-book/de/images/menus-dropdown.png -share/gnome/help/hig-book/de/images/menus-edit.png -share/gnome/help/hig-book/de/images/menus-file.png -share/gnome/help/hig-book/de/images/menus-format.png -share/gnome/help/hig-book/de/images/menus-go-browser.png -share/gnome/help/hig-book/de/images/menus-go-document.png -share/gnome/help/hig-book/de/images/menus-help.png -share/gnome/help/hig-book/de/images/menus-insert.png -share/gnome/help/hig-book/de/images/menus-popup.png -share/gnome/help/hig-book/de/images/menus-radiobutton-group.png -share/gnome/help/hig-book/de/images/menus-submenu.png -share/gnome/help/hig-book/de/images/menus-view.png -share/gnome/help/hig-book/de/images/menus-windows.png -share/gnome/help/hig-book/de/images/windows-mdi.png -share/gnome/help/hig-book/de/images/toolbars-configure-menu.png -share/gnome/help/hig-book/de/images/toolbars-mail.png -share/gnome/help/hig-book/de/images/toolbars-labels-below.png -share/gnome/help/hig-book/de/images/toolbars-labels-beside.png -share/gnome/help/hig-book/de/images/visdes-button-label.png -share/gnome/help/hig-book/de/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/de/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/de/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/de/images/visdes-large-icon-label.png -share/gnome/help/hig-book/de/images/visdes-layout-annotated.png -share/gnome/help/hig-book/de/images/visdes-layout-good.png -share/gnome/help/hig-book/de/images/visdes-layout-poor.png -share/gnome/help/hig-book/de/images/visdes-list-label.png -share/gnome/help/hig-book/de/images/visdes-other-labels.png -share/gnome/help/hig-book/de/images/windows-sdi.png -share/gnome/help/hig-book/de/images/visdes-palette-1.png -share/gnome/help/hig-book/de/images/visdes-palette-10.png -share/gnome/help/hig-book/de/images/visdes-palette-11.png -share/gnome/help/hig-book/de/images/visdes-palette-12.png -share/gnome/help/hig-book/de/images/visdes-palette-13.png -share/gnome/help/hig-book/de/images/visdes-palette-14.png -share/gnome/help/hig-book/de/images/visdes-palette-15.png -share/gnome/help/hig-book/de/images/visdes-palette-16.png -share/gnome/help/hig-book/de/images/visdes-palette-17.png -share/gnome/help/hig-book/de/images/visdes-palette-18.png -share/gnome/help/hig-book/de/images/visdes-palette-19.png -share/gnome/help/hig-book/de/images/visdes-palette-2.png -share/gnome/help/hig-book/de/images/visdes-palette-20.png -share/gnome/help/hig-book/de/images/visdes-palette-21.png -share/gnome/help/hig-book/de/images/visdes-palette-22.png -share/gnome/help/hig-book/de/images/visdes-palette-23.png -share/gnome/help/hig-book/de/images/visdes-palette-24.png -share/gnome/help/hig-book/de/images/visdes-palette-25.png -share/gnome/help/hig-book/de/images/visdes-palette-26.png -share/gnome/help/hig-book/de/images/visdes-palette-27.png -share/gnome/help/hig-book/de/images/visdes-palette-28.png -share/gnome/help/hig-book/de/images/visdes-palette-29.png -share/gnome/help/hig-book/de/images/visdes-palette-3.png -share/gnome/help/hig-book/de/images/visdes-palette-30.png -share/gnome/help/hig-book/de/images/visdes-palette-31.png -share/gnome/help/hig-book/de/images/visdes-palette-32.png -share/gnome/help/hig-book/de/images/visdes-palette-4.png -share/gnome/help/hig-book/de/images/visdes-palette-5.png -share/gnome/help/hig-book/de/images/visdes-palette-6.png -share/gnome/help/hig-book/de/images/visdes-palette-7.png -share/gnome/help/hig-book/de/images/visdes-palette-8.png -share/gnome/help/hig-book/de/images/visdes-palette-9.png -share/gnome/help/hig-book/de/images/visdes-palette.png -share/gnome/help/hig-book/de/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/de/images/visdes-small-icon-label.png -share/gnome/help/hig-book/de/images/visdes-textbox-label.png -share/gnome/help/hig-book/de/images/windows-alert-authentication.png -share/gnome/help/hig-book/de/images/windows-alert-buttons.png -share/gnome/help/hig-book/de/images/windows-alert-confirmation.png -share/gnome/help/hig-book/de/images/windows-alert-error.png -share/gnome/help/hig-book/de/images/windows-alert-information.png -share/gnome/help/hig-book/de/images/windows-alert-save.png -share/gnome/help/hig-book/de/images/windows-alert-spacing.png -share/gnome/help/hig-book/de/images/windows-alert-text.png -share/gnome/help/hig-book/de/images/windows-assistant-first-page.png -share/gnome/help/hig-book/de/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/de/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/de/images/windows-explicit-apply.png -share/gnome/help/hig-book/de/images/windows-preferences.png -share/gnome/help/hig-book/de/images/windows-primary.png -share/gnome/help/hig-book/de/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/de/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/de/images/windows-progress-checklist.png -share/gnome/help/hig-book/de/images/windows-progress-copy-file.png -share/gnome/help/hig-book/de/images/windows-progress.png -share/gnome/help/hig-book/de/images/windows-properties.png -share/gnome/help/hig-book/de/images/windows-titlebar.png -share/gnome/help/hig-book/de/images/windows-toolbox-large.png -share/gnome/help/hig-book/de/images/windows-toolbox-small.png -share/gnome/help/hig-book/el/hig-book.xml -share/gnome/help/hig-book/el/images/controls-buttons.png -share/gnome/help/hig-book/el/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/el/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/el/images/controls-check-boxes.png -share/gnome/help/hig-book/el/images/controls-combo.png -share/gnome/help/hig-book/el/images/controls-frames.png -share/gnome/help/hig-book/el/images/controls-list-checkbox.png -share/gnome/help/hig-book/el/images/controls-list.png -share/gnome/help/hig-book/el/images/controls-locked.png -share/gnome/help/hig-book/el/images/controls-notebook-list.png -share/gnome/help/hig-book/el/images/controls-notebook-tabs.png -share/gnome/help/hig-book/el/images/controls-notebook.png -share/gnome/help/hig-book/el/images/controls-old-frames.png -share/gnome/help/hig-book/el/images/controls-option-menu.png -share/gnome/help/hig-book/el/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/el/images/controls-progress-time.png -share/gnome/help/hig-book/el/images/controls-progress-typical.png -share/gnome/help/hig-book/el/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/el/images/controls-radio-buttons.png -share/gnome/help/hig-book/el/images/controls-sensitivity.png -share/gnome/help/hig-book/el/images/controls-slider-spinbox.png -share/gnome/help/hig-book/el/images/controls-slider.png -share/gnome/help/hig-book/el/images/controls-spin-box.png -share/gnome/help/hig-book/el/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/el/images/controls-status-bar.png -share/gnome/help/hig-book/el/images/controls-text-choose.png -share/gnome/help/hig-book/el/images/controls-text-prompt.png -share/gnome/help/hig-book/el/images/controls-text.png -share/gnome/help/hig-book/el/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/el/images/controls-toggle-buttons.png -share/gnome/help/hig-book/el/images/controls-tree-checkbox.png -share/gnome/help/hig-book/el/images/controls-tree.png -share/gnome/help/hig-book/el/images/desktop-applications-menu.png -share/gnome/help/hig-book/el/images/feedback-checklist-running.png -share/gnome/help/hig-book/el/images/feedback-pointers-busy.png -share/gnome/help/hig-book/el/images/icon-design-process-1.png -share/gnome/help/hig-book/el/images/icon-design-process-10.png -share/gnome/help/hig-book/el/images/icon-design-process-11.png -share/gnome/help/hig-book/el/images/icon-design-process-12.png -share/gnome/help/hig-book/el/images/icon-design-process-2.png -share/gnome/help/hig-book/el/images/icon-design-process-3.png -share/gnome/help/hig-book/el/images/icon-design-process-4.png -share/gnome/help/hig-book/el/images/icon-design-process-5.png -share/gnome/help/hig-book/el/images/icon-design-process-6.png -share/gnome/help/hig-book/el/images/icon-design-process-7.png -share/gnome/help/hig-book/el/images/icon-design-process-8.png -share/gnome/help/hig-book/el/images/icon-design-process-9.png -share/gnome/help/hig-book/el/images/icons-applications.png -share/gnome/help/hig-book/el/images/icons-evolution.png -share/gnome/help/hig-book/el/images/icons-gedit.png -share/gnome/help/hig-book/el/images/icons-floppy-dissected.png -share/gnome/help/hig-book/el/images/icons-font-selection-good.png -share/gnome/help/hig-book/el/images/icons-font-selection-poor.png -share/gnome/help/hig-book/el/images/icons-gnumeric.png -share/gnome/help/hig-book/el/images/icons-hc-book-blur.png -share/gnome/help/hig-book/el/images/icons-hc-book.png -share/gnome/help/hig-book/el/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/el/images/icons-hc-cdrom.png -share/gnome/help/hig-book/el/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/el/images/icons-hc-copy.png -share/gnome/help/hig-book/el/images/icons-hc-metaphors.png -share/gnome/help/hig-book/el/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/el/images/icons-menu.png -share/gnome/help/hig-book/el/images/icons-nautilus.png -share/gnome/help/hig-book/el/images/icons-objects.png -share/gnome/help/hig-book/el/images/icons-perspective-shelf.png -share/gnome/help/hig-book/el/images/icons-perspective-table.png -share/gnome/help/hig-book/el/images/icons-shut-down.png -share/gnome/help/hig-book/el/images/icons-silhouette.png -share/gnome/help/hig-book/el/images/icons-sodipodi.png -share/gnome/help/hig-book/el/images/icons-style-aqua.png -share/gnome/help/hig-book/el/images/icons-style-gnome.png -share/gnome/help/hig-book/el/images/icons-style-java.png -share/gnome/help/hig-book/el/images/icons-system-log.png -share/gnome/help/hig-book/el/images/icons-toolbar.png -share/gnome/help/hig-book/el/images/icons-underline-text.png -share/gnome/help/hig-book/el/images/icons-word-processor.png -share/gnome/help/hig-book/el/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/el/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/el/images/input-drag-cursor-link.png -share/gnome/help/hig-book/el/images/input-drag-cursor-move.png -share/gnome/help/hig-book/el/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/el/images/input-drag-cursor-query.png -share/gnome/help/hig-book/el/images/input-drag-cursor.png -share/gnome/help/hig-book/el/images/input-drag-select-files.png -share/gnome/help/hig-book/el/images/input-drag-select-graphics.png -share/gnome/help/hig-book/el/images/input-pointing-devices.png -share/gnome/help/hig-book/el/images/menus-application.png -share/gnome/help/hig-book/el/images/menus-bookmarks.png -share/gnome/help/hig-book/el/images/menus-checkbox-group.png -share/gnome/help/hig-book/el/images/menus-command-group.png -share/gnome/help/hig-book/el/images/menus-dropdown.png -share/gnome/help/hig-book/el/images/menus-edit.png -share/gnome/help/hig-book/el/images/menus-file.png -share/gnome/help/hig-book/el/images/menus-format.png -share/gnome/help/hig-book/el/images/menus-go-browser.png -share/gnome/help/hig-book/el/images/menus-go-document.png -share/gnome/help/hig-book/el/images/menus-help.png -share/gnome/help/hig-book/el/images/menus-insert.png -share/gnome/help/hig-book/el/images/menus-popup.png -share/gnome/help/hig-book/el/images/menus-radiobutton-group.png -share/gnome/help/hig-book/el/images/menus-submenu.png -share/gnome/help/hig-book/el/images/menus-view.png -share/gnome/help/hig-book/el/images/menus-windows.png -share/gnome/help/hig-book/el/images/windows-mdi.png -share/gnome/help/hig-book/el/images/toolbars-configure-menu.png -share/gnome/help/hig-book/el/images/toolbars-mail.png -share/gnome/help/hig-book/el/images/toolbars-labels-below.png -share/gnome/help/hig-book/el/images/toolbars-labels-beside.png -share/gnome/help/hig-book/el/images/visdes-button-label.png -share/gnome/help/hig-book/el/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/el/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/el/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/el/images/visdes-large-icon-label.png -share/gnome/help/hig-book/el/images/visdes-layout-annotated.png -share/gnome/help/hig-book/el/images/visdes-layout-good.png -share/gnome/help/hig-book/el/images/visdes-layout-poor.png -share/gnome/help/hig-book/el/images/visdes-list-label.png -share/gnome/help/hig-book/el/images/visdes-other-labels.png -share/gnome/help/hig-book/el/images/windows-sdi.png -share/gnome/help/hig-book/el/images/visdes-palette-1.png -share/gnome/help/hig-book/el/images/visdes-palette-10.png -share/gnome/help/hig-book/el/images/visdes-palette-11.png -share/gnome/help/hig-book/el/images/visdes-palette-12.png -share/gnome/help/hig-book/el/images/visdes-palette-13.png -share/gnome/help/hig-book/el/images/visdes-palette-14.png -share/gnome/help/hig-book/el/images/visdes-palette-15.png -share/gnome/help/hig-book/el/images/visdes-palette-16.png -share/gnome/help/hig-book/el/images/visdes-palette-17.png -share/gnome/help/hig-book/el/images/visdes-palette-18.png -share/gnome/help/hig-book/el/images/visdes-palette-19.png -share/gnome/help/hig-book/el/images/visdes-palette-2.png -share/gnome/help/hig-book/el/images/visdes-palette-20.png -share/gnome/help/hig-book/el/images/visdes-palette-21.png -share/gnome/help/hig-book/el/images/visdes-palette-22.png -share/gnome/help/hig-book/el/images/visdes-palette-23.png -share/gnome/help/hig-book/el/images/visdes-palette-24.png -share/gnome/help/hig-book/el/images/visdes-palette-25.png -share/gnome/help/hig-book/el/images/visdes-palette-26.png -share/gnome/help/hig-book/el/images/visdes-palette-27.png -share/gnome/help/hig-book/el/images/visdes-palette-28.png -share/gnome/help/hig-book/el/images/visdes-palette-29.png -share/gnome/help/hig-book/el/images/visdes-palette-3.png -share/gnome/help/hig-book/el/images/visdes-palette-30.png -share/gnome/help/hig-book/el/images/visdes-palette-31.png -share/gnome/help/hig-book/el/images/visdes-palette-32.png -share/gnome/help/hig-book/el/images/visdes-palette-4.png -share/gnome/help/hig-book/el/images/visdes-palette-5.png -share/gnome/help/hig-book/el/images/visdes-palette-6.png -share/gnome/help/hig-book/el/images/visdes-palette-7.png -share/gnome/help/hig-book/el/images/visdes-palette-8.png -share/gnome/help/hig-book/el/images/visdes-palette-9.png -share/gnome/help/hig-book/el/images/visdes-palette.png -share/gnome/help/hig-book/el/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/el/images/visdes-small-icon-label.png -share/gnome/help/hig-book/el/images/visdes-textbox-label.png -share/gnome/help/hig-book/el/images/windows-alert-authentication.png -share/gnome/help/hig-book/el/images/windows-alert-buttons.png -share/gnome/help/hig-book/el/images/windows-alert-confirmation.png -share/gnome/help/hig-book/el/images/windows-alert-error.png -share/gnome/help/hig-book/el/images/windows-alert-information.png -share/gnome/help/hig-book/el/images/windows-alert-save.png -share/gnome/help/hig-book/el/images/windows-alert-spacing.png -share/gnome/help/hig-book/el/images/windows-alert-text.png -share/gnome/help/hig-book/el/images/windows-assistant-first-page.png -share/gnome/help/hig-book/el/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/el/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/el/images/windows-explicit-apply.png -share/gnome/help/hig-book/el/images/windows-preferences.png -share/gnome/help/hig-book/el/images/windows-primary.png -share/gnome/help/hig-book/el/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/el/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/el/images/windows-progress-checklist.png -share/gnome/help/hig-book/el/images/windows-progress-copy-file.png -share/gnome/help/hig-book/el/images/windows-progress.png -share/gnome/help/hig-book/el/images/windows-properties.png -share/gnome/help/hig-book/el/images/windows-titlebar.png -share/gnome/help/hig-book/el/images/windows-toolbox-large.png -share/gnome/help/hig-book/el/images/windows-toolbox-small.png -share/gnome/help/hig-book/es/hig-book.xml -share/gnome/help/hig-book/es/images/controls-buttons.png -share/gnome/help/hig-book/es/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/es/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/es/images/controls-check-boxes.png -share/gnome/help/hig-book/es/images/controls-combo.png -share/gnome/help/hig-book/es/images/controls-frames.png -share/gnome/help/hig-book/es/images/controls-list-checkbox.png -share/gnome/help/hig-book/es/images/controls-list.png -share/gnome/help/hig-book/es/images/controls-locked.png -share/gnome/help/hig-book/es/images/controls-notebook-list.png -share/gnome/help/hig-book/es/images/controls-notebook-tabs.png -share/gnome/help/hig-book/es/images/controls-notebook.png -share/gnome/help/hig-book/es/images/controls-old-frames.png -share/gnome/help/hig-book/es/images/controls-option-menu.png -share/gnome/help/hig-book/es/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/es/images/controls-progress-time.png -share/gnome/help/hig-book/es/images/controls-progress-typical.png -share/gnome/help/hig-book/es/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/es/images/controls-radio-buttons.png -share/gnome/help/hig-book/es/images/controls-sensitivity.png -share/gnome/help/hig-book/es/images/controls-slider-spinbox.png -share/gnome/help/hig-book/es/images/controls-slider.png -share/gnome/help/hig-book/es/images/controls-spin-box.png -share/gnome/help/hig-book/es/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/es/images/controls-status-bar.png -share/gnome/help/hig-book/es/images/controls-text-choose.png -share/gnome/help/hig-book/es/images/controls-text-prompt.png -share/gnome/help/hig-book/es/images/controls-text.png -share/gnome/help/hig-book/es/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/es/images/controls-toggle-buttons.png -share/gnome/help/hig-book/es/images/controls-tree-checkbox.png -share/gnome/help/hig-book/es/images/controls-tree.png -share/gnome/help/hig-book/es/images/desktop-applications-menu.png -share/gnome/help/hig-book/es/images/feedback-checklist-running.png -share/gnome/help/hig-book/es/images/feedback-pointers-busy.png -share/gnome/help/hig-book/es/images/icon-design-process-1.png -share/gnome/help/hig-book/es/images/icon-design-process-10.png -share/gnome/help/hig-book/es/images/icon-design-process-11.png -share/gnome/help/hig-book/es/images/icon-design-process-12.png -share/gnome/help/hig-book/es/images/icon-design-process-2.png -share/gnome/help/hig-book/es/images/icon-design-process-3.png -share/gnome/help/hig-book/es/images/icon-design-process-4.png -share/gnome/help/hig-book/es/images/icon-design-process-5.png -share/gnome/help/hig-book/es/images/icon-design-process-6.png -share/gnome/help/hig-book/es/images/icon-design-process-7.png -share/gnome/help/hig-book/es/images/icon-design-process-8.png -share/gnome/help/hig-book/es/images/icon-design-process-9.png -share/gnome/help/hig-book/es/images/icons-applications.png -share/gnome/help/hig-book/es/images/icons-evolution.png -share/gnome/help/hig-book/es/images/icons-gedit.png -share/gnome/help/hig-book/es/images/icons-floppy-dissected.png -share/gnome/help/hig-book/es/images/icons-font-selection-good.png -share/gnome/help/hig-book/es/images/icons-font-selection-poor.png -share/gnome/help/hig-book/es/images/icons-gnumeric.png -share/gnome/help/hig-book/es/images/icons-hc-book-blur.png -share/gnome/help/hig-book/es/images/icons-hc-book.png -share/gnome/help/hig-book/es/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/es/images/icons-hc-cdrom.png -share/gnome/help/hig-book/es/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/es/images/icons-hc-copy.png -share/gnome/help/hig-book/es/images/icons-hc-metaphors.png -share/gnome/help/hig-book/es/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/es/images/icons-menu.png -share/gnome/help/hig-book/es/images/icons-nautilus.png -share/gnome/help/hig-book/es/images/icons-objects.png -share/gnome/help/hig-book/es/images/icons-perspective-shelf.png -share/gnome/help/hig-book/es/images/icons-perspective-table.png -share/gnome/help/hig-book/es/images/icons-shut-down.png -share/gnome/help/hig-book/es/images/icons-silhouette.png -share/gnome/help/hig-book/es/images/icons-sodipodi.png -share/gnome/help/hig-book/es/images/icons-style-aqua.png -share/gnome/help/hig-book/es/images/icons-style-gnome.png -share/gnome/help/hig-book/es/images/icons-style-java.png -share/gnome/help/hig-book/es/images/icons-system-log.png -share/gnome/help/hig-book/es/images/icons-toolbar.png -share/gnome/help/hig-book/es/images/icons-underline-text.png -share/gnome/help/hig-book/es/images/icons-word-processor.png -share/gnome/help/hig-book/es/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/es/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/es/images/input-drag-cursor-link.png -share/gnome/help/hig-book/es/images/input-drag-cursor-move.png -share/gnome/help/hig-book/es/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/es/images/input-drag-cursor-query.png -share/gnome/help/hig-book/es/images/input-drag-cursor.png -share/gnome/help/hig-book/es/images/input-drag-select-files.png -share/gnome/help/hig-book/es/images/input-drag-select-graphics.png -share/gnome/help/hig-book/es/images/input-pointing-devices.png -share/gnome/help/hig-book/es/images/menus-application.png -share/gnome/help/hig-book/es/images/menus-bookmarks.png -share/gnome/help/hig-book/es/images/menus-checkbox-group.png -share/gnome/help/hig-book/es/images/menus-command-group.png -share/gnome/help/hig-book/es/images/menus-dropdown.png -share/gnome/help/hig-book/es/images/menus-edit.png -share/gnome/help/hig-book/es/images/menus-file.png -share/gnome/help/hig-book/es/images/menus-format.png -share/gnome/help/hig-book/es/images/menus-go-browser.png -share/gnome/help/hig-book/es/images/menus-go-document.png -share/gnome/help/hig-book/es/images/menus-help.png -share/gnome/help/hig-book/es/images/menus-insert.png -share/gnome/help/hig-book/es/images/menus-popup.png -share/gnome/help/hig-book/es/images/menus-radiobutton-group.png -share/gnome/help/hig-book/es/images/menus-submenu.png -share/gnome/help/hig-book/es/images/menus-view.png -share/gnome/help/hig-book/es/images/menus-windows.png -share/gnome/help/hig-book/es/images/windows-mdi.png -share/gnome/help/hig-book/es/images/toolbars-configure-menu.png -share/gnome/help/hig-book/es/images/toolbars-mail.png -share/gnome/help/hig-book/es/images/toolbars-labels-below.png -share/gnome/help/hig-book/es/images/toolbars-labels-beside.png -share/gnome/help/hig-book/es/images/visdes-button-label.png -share/gnome/help/hig-book/es/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/es/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/es/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/es/images/visdes-large-icon-label.png -share/gnome/help/hig-book/es/images/visdes-layout-annotated.png -share/gnome/help/hig-book/es/images/visdes-layout-good.png -share/gnome/help/hig-book/es/images/visdes-layout-poor.png -share/gnome/help/hig-book/es/images/visdes-list-label.png -share/gnome/help/hig-book/es/images/visdes-other-labels.png -share/gnome/help/hig-book/es/images/windows-sdi.png -share/gnome/help/hig-book/es/images/visdes-palette-1.png -share/gnome/help/hig-book/es/images/visdes-palette-10.png -share/gnome/help/hig-book/es/images/visdes-palette-11.png -share/gnome/help/hig-book/es/images/visdes-palette-12.png -share/gnome/help/hig-book/es/images/visdes-palette-13.png -share/gnome/help/hig-book/es/images/visdes-palette-14.png -share/gnome/help/hig-book/es/images/visdes-palette-15.png -share/gnome/help/hig-book/es/images/visdes-palette-16.png -share/gnome/help/hig-book/es/images/visdes-palette-17.png -share/gnome/help/hig-book/es/images/visdes-palette-18.png -share/gnome/help/hig-book/es/images/visdes-palette-19.png -share/gnome/help/hig-book/es/images/visdes-palette-2.png -share/gnome/help/hig-book/es/images/visdes-palette-20.png -share/gnome/help/hig-book/es/images/visdes-palette-21.png -share/gnome/help/hig-book/es/images/visdes-palette-22.png -share/gnome/help/hig-book/es/images/visdes-palette-23.png -share/gnome/help/hig-book/es/images/visdes-palette-24.png -share/gnome/help/hig-book/es/images/visdes-palette-25.png -share/gnome/help/hig-book/es/images/visdes-palette-26.png -share/gnome/help/hig-book/es/images/visdes-palette-27.png -share/gnome/help/hig-book/es/images/visdes-palette-28.png -share/gnome/help/hig-book/es/images/visdes-palette-29.png -share/gnome/help/hig-book/es/images/visdes-palette-3.png -share/gnome/help/hig-book/es/images/visdes-palette-30.png -share/gnome/help/hig-book/es/images/visdes-palette-31.png -share/gnome/help/hig-book/es/images/visdes-palette-32.png -share/gnome/help/hig-book/es/images/visdes-palette-4.png -share/gnome/help/hig-book/es/images/visdes-palette-5.png -share/gnome/help/hig-book/es/images/visdes-palette-6.png -share/gnome/help/hig-book/es/images/visdes-palette-7.png -share/gnome/help/hig-book/es/images/visdes-palette-8.png -share/gnome/help/hig-book/es/images/visdes-palette-9.png -share/gnome/help/hig-book/es/images/visdes-palette.png -share/gnome/help/hig-book/es/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/es/images/visdes-small-icon-label.png -share/gnome/help/hig-book/es/images/visdes-textbox-label.png -share/gnome/help/hig-book/es/images/windows-alert-authentication.png -share/gnome/help/hig-book/es/images/windows-alert-buttons.png -share/gnome/help/hig-book/es/images/windows-alert-confirmation.png -share/gnome/help/hig-book/es/images/windows-alert-error.png -share/gnome/help/hig-book/es/images/windows-alert-information.png -share/gnome/help/hig-book/es/images/windows-alert-save.png -share/gnome/help/hig-book/es/images/windows-alert-spacing.png -share/gnome/help/hig-book/es/images/windows-alert-text.png -share/gnome/help/hig-book/es/images/windows-assistant-first-page.png -share/gnome/help/hig-book/es/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/es/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/es/images/windows-explicit-apply.png -share/gnome/help/hig-book/es/images/windows-preferences.png -share/gnome/help/hig-book/es/images/windows-primary.png -share/gnome/help/hig-book/es/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/es/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/es/images/windows-progress-checklist.png -share/gnome/help/hig-book/es/images/windows-progress-copy-file.png -share/gnome/help/hig-book/es/images/windows-progress.png -share/gnome/help/hig-book/es/images/windows-properties.png -share/gnome/help/hig-book/es/images/windows-titlebar.png -share/gnome/help/hig-book/es/images/windows-toolbox-large.png -share/gnome/help/hig-book/es/images/windows-toolbox-small.png -share/gnome/help/integration-guide/C/integration-guide.xml -share/gnome/help/integration-guide/cs/integration-guide.xml -share/gnome/help/integration-guide/de/integration-guide.xml -share/gnome/help/integration-guide/el/integration-guide.xml -share/gnome/help/integration-guide/en_GB/integration-guide.xml -share/gnome/help/integration-guide/es/integration-guide.xml -share/gnome/help/integration-guide/fr/integration-guide.xml -share/gnome/help/integration-guide/pt_BR/integration-guide.xml -share/gnome/help/integration-guide/sv/integration-guide.xml -share/gnome/help/integration-guide/zh_CN/integration-guide.xml -share/gnome/help/optimization-guide/C/figures/massif-after.png -share/gnome/help/optimization-guide/C/figures/massif-before.png -share/gnome/help/optimization-guide/C/optimization-guide.xml -share/gnome/help/optimization-guide/C/optimization-harmful.xml -share/gnome/help/optimization-guide/C/optimization-intro.xml -share/gnome/help/optimization-guide/C/optimization-massif.xml -share/gnome/help/optimization-guide/de/optimization-guide.xml -share/gnome/help/optimization-guide/de/optimization-harmful.xml -share/gnome/help/optimization-guide/de/optimization-massif.xml -share/gnome/help/optimization-guide/de/optimization-intro.xml -share/gnome/help/optimization-guide/de/figures/massif-after.png -share/gnome/help/optimization-guide/de/figures/massif-before.png -share/gnome/help/optimization-guide/es/optimization-guide.xml -share/gnome/help/optimization-guide/es/optimization-harmful.xml -share/gnome/help/optimization-guide/es/optimization-massif.xml -share/gnome/help/optimization-guide/es/optimization-intro.xml -share/gnome/help/optimization-guide/es/figures/massif-after.png -share/gnome/help/optimization-guide/es/figures/massif-before.png -share/gnome/help/platform-overview/C/apx-modules.xml -share/gnome/help/platform-overview/C/bindings.xml -share/gnome/help/platform-overview/C/core-tech.xml -share/gnome/help/platform-overview/C/desktop-tech.xml -share/gnome/help/platform-overview/C/figures/graphics.png -share/gnome/help/platform-overview/C/figures/i18n.png -share/gnome/help/platform-overview/C/figures/pango.png -share/gnome/help/platform-overview/C/intro.xml -share/gnome/help/platform-overview/C/ipc-network.xml -share/gnome/help/platform-overview/C/legal-fdl.xml -share/gnome/help/platform-overview/C/platform-overview.xml -share/gnome/help/platform-overview/C/platform.xml -share/gnome/help/platform-overview/cs/apx-modules.xml -share/gnome/help/platform-overview/cs/bindings.xml -share/gnome/help/platform-overview/cs/core-tech.xml -share/gnome/help/platform-overview/cs/desktop-tech.xml -share/gnome/help/platform-overview/cs/figures/graphics.png -share/gnome/help/platform-overview/cs/figures/i18n.png -share/gnome/help/platform-overview/cs/figures/pango.png -share/gnome/help/platform-overview/cs/intro.xml -share/gnome/help/platform-overview/cs/ipc-network.xml -share/gnome/help/platform-overview/cs/legal-fdl.xml -share/gnome/help/platform-overview/cs/platform-overview.xml -share/gnome/help/platform-overview/cs/platform.xml -share/gnome/help/platform-overview/de/apx-modules.xml -share/gnome/help/platform-overview/de/bindings.xml -share/gnome/help/platform-overview/de/core-tech.xml -share/gnome/help/platform-overview/de/desktop-tech.xml -share/gnome/help/platform-overview/de/figures/graphics.png -share/gnome/help/platform-overview/de/figures/i18n.png -share/gnome/help/platform-overview/de/figures/pango.png -share/gnome/help/platform-overview/de/intro.xml -share/gnome/help/platform-overview/de/ipc-network.xml -share/gnome/help/platform-overview/de/legal-fdl.xml -share/gnome/help/platform-overview/de/platform-overview.xml -share/gnome/help/platform-overview/de/platform.xml -share/gnome/help/platform-overview/el/apx-modules.xml -share/gnome/help/platform-overview/el/bindings.xml -share/gnome/help/platform-overview/el/core-tech.xml -share/gnome/help/platform-overview/el/desktop-tech.xml -share/gnome/help/platform-overview/el/figures/graphics.png -share/gnome/help/platform-overview/el/figures/i18n.png -share/gnome/help/platform-overview/el/figures/pango.png -share/gnome/help/platform-overview/el/intro.xml -share/gnome/help/platform-overview/el/ipc-network.xml -share/gnome/help/platform-overview/el/legal-fdl.xml -share/gnome/help/platform-overview/el/platform-overview.xml -share/gnome/help/platform-overview/el/platform.xml -share/gnome/help/platform-overview/es/apx-modules.xml -share/gnome/help/platform-overview/es/bindings.xml -share/gnome/help/platform-overview/es/core-tech.xml -share/gnome/help/platform-overview/es/desktop-tech.xml -share/gnome/help/platform-overview/es/figures/graphics.png -share/gnome/help/platform-overview/es/figures/i18n.png -share/gnome/help/platform-overview/es/figures/pango.png -share/gnome/help/platform-overview/es/intro.xml -share/gnome/help/platform-overview/es/ipc-network.xml -share/gnome/help/platform-overview/es/legal-fdl.xml -share/gnome/help/platform-overview/es/platform-overview.xml -share/gnome/help/platform-overview/es/platform.xml -share/gnome/help/platform-overview/fr/apx-modules.xml -share/gnome/help/platform-overview/fr/bindings.xml -share/gnome/help/platform-overview/fr/core-tech.xml -share/gnome/help/platform-overview/fr/desktop-tech.xml -share/gnome/help/platform-overview/fr/figures/graphics.png -share/gnome/help/platform-overview/fr/figures/i18n.png -share/gnome/help/platform-overview/fr/figures/pango.png -share/gnome/help/platform-overview/fr/intro.xml -share/gnome/help/platform-overview/fr/ipc-network.xml -share/gnome/help/platform-overview/fr/legal-fdl.xml -share/gnome/help/platform-overview/fr/platform-overview.xml -share/gnome/help/platform-overview/fr/platform.xml -share/gnome/help/platform-overview/it/apx-modules.xml -share/gnome/help/platform-overview/it/bindings.xml -share/gnome/help/platform-overview/it/core-tech.xml -share/gnome/help/platform-overview/it/desktop-tech.xml -share/gnome/help/platform-overview/it/figures/graphics.png -share/gnome/help/platform-overview/it/figures/i18n.png -share/gnome/help/platform-overview/it/figures/pango.png -share/gnome/help/platform-overview/it/intro.xml -share/gnome/help/platform-overview/it/ipc-network.xml -share/gnome/help/platform-overview/it/legal-fdl.xml -share/gnome/help/platform-overview/it/platform-overview.xml -share/gnome/help/platform-overview/it/platform.xml -share/gnome/help/platform-overview/oc/apx-modules.xml -share/gnome/help/platform-overview/oc/bindings.xml -share/gnome/help/platform-overview/oc/core-tech.xml -share/gnome/help/platform-overview/oc/desktop-tech.xml -share/gnome/help/platform-overview/oc/figures/graphics.png -share/gnome/help/platform-overview/oc/figures/i18n.png -share/gnome/help/platform-overview/oc/figures/pango.png -share/gnome/help/platform-overview/oc/intro.xml -share/gnome/help/platform-overview/oc/ipc-network.xml -share/gnome/help/platform-overview/oc/legal-fdl.xml -share/gnome/help/platform-overview/oc/platform-overview.xml -share/gnome/help/platform-overview/oc/platform.xml -share/gnome/help/platform-overview/ru/apx-modules.xml -share/gnome/help/platform-overview/ru/bindings.xml -share/gnome/help/platform-overview/ru/core-tech.xml -share/gnome/help/platform-overview/ru/desktop-tech.xml -share/gnome/help/platform-overview/ru/figures/graphics.png -share/gnome/help/platform-overview/ru/figures/i18n.png -share/gnome/help/platform-overview/ru/figures/pango.png -share/gnome/help/platform-overview/ru/intro.xml -share/gnome/help/platform-overview/ru/ipc-network.xml -share/gnome/help/platform-overview/ru/legal-fdl.xml -share/gnome/help/platform-overview/ru/platform-overview.xml -share/gnome/help/platform-overview/ru/platform.xml -share/omf/accessibility-devel-guide/accessibility-devel-guide-C.omf -share/omf/accessibility-devel-guide/accessibility-devel-guide-es.omf -share/omf/gdp-handbook/gdp-handbook-C.omf -share/omf/gdp-style-guide/gdp-style-guide-C.omf -share/omf/hig-book/hig-book-C.omf -share/omf/hig-book/hig-book-de.omf -share/omf/hig-book/hig-book-el.omf -share/omf/hig-book/hig-book-es.omf -share/omf/integration-guide/integration-guide-C.omf -share/omf/integration-guide/integration-guide-cs.omf -share/omf/integration-guide/integration-guide-de.omf -share/omf/integration-guide/integration-guide-el.omf -share/omf/integration-guide/integration-guide-en_GB.omf -share/omf/integration-guide/integration-guide-es.omf -share/omf/integration-guide/integration-guide-fr.omf -share/omf/integration-guide/integration-guide-pt_BR.omf -share/omf/integration-guide/integration-guide-sv.omf -share/omf/integration-guide/integration-guide-zh_CN.omf -share/omf/optimization-guide/optimization-guide-C.omf -share/omf/optimization-guide/optimization-guide-de.omf -share/omf/optimization-guide/optimization-guide-es.omf -share/omf/platform-overview/platform-overview-C.omf -share/omf/platform-overview/platform-overview-cs.omf -share/omf/platform-overview/platform-overview-de.omf -share/omf/platform-overview/platform-overview-el.omf -share/omf/platform-overview/platform-overview-es.omf -share/omf/platform-overview/platform-overview-fr.omf -share/omf/platform-overview/platform-overview-it.omf -share/omf/platform-overview/platform-overview-oc.omf -share/omf/platform-overview/platform-overview-ru.omf -@dirrm share/omf/platform-overview -@dirrm share/omf/optimization-guide -@dirrm share/omf/integration-guide -@dirrm share/omf/hig-book -@dirrm share/omf/gdp-style-guide -@dirrm share/omf/gdp-handbook -@dirrm share/omf/accessibility-devel-guide -@dirrm share/gnome/help/platform-overview/ru/figures -@dirrm share/gnome/help/platform-overview/ru -@dirrm share/gnome/help/platform-overview/oc/figures -@dirrm share/gnome/help/platform-overview/oc -@dirrm share/gnome/help/platform-overview/it/figures -@dirrm share/gnome/help/platform-overview/it -@dirrm share/gnome/help/platform-overview/fr/figures -@dirrm share/gnome/help/platform-overview/fr -@dirrm share/gnome/help/platform-overview/es/figures -@dirrm share/gnome/help/platform-overview/es -@dirrm share/gnome/help/platform-overview/el/figures -@dirrm share/gnome/help/platform-overview/el -@dirrm share/gnome/help/platform-overview/de/figures -@dirrm share/gnome/help/platform-overview/de -@dirrm share/gnome/help/platform-overview/cs/figures -@dirrm share/gnome/help/platform-overview/cs -@dirrm share/gnome/help/platform-overview/C/figures -@dirrm share/gnome/help/platform-overview/C -@dirrm share/gnome/help/platform-overview -@dirrm share/gnome/help/optimization-guide/es/figures -@dirrm share/gnome/help/optimization-guide/es -@dirrm share/gnome/help/optimization-guide/de/figures -@dirrm share/gnome/help/optimization-guide/de -@dirrm share/gnome/help/optimization-guide/C/figures -@dirrm share/gnome/help/optimization-guide/C -@dirrm share/gnome/help/optimization-guide -@dirrm share/gnome/help/integration-guide/zh_CN -@dirrm share/gnome/help/integration-guide/sv -@dirrm share/gnome/help/integration-guide/pt_BR -@dirrm share/gnome/help/integration-guide/fr -@dirrm share/gnome/help/integration-guide/es -@dirrm share/gnome/help/integration-guide/en_GB -@dirrm share/gnome/help/integration-guide/el -@dirrm share/gnome/help/integration-guide/de -@dirrm share/gnome/help/integration-guide/cs -@dirrm share/gnome/help/integration-guide/C -@dirrm share/gnome/help/integration-guide -@dirrm share/gnome/help/hig-book/es/images -@dirrm share/gnome/help/hig-book/es -@dirrm share/gnome/help/hig-book/el/images -@dirrm share/gnome/help/hig-book/el -@dirrm share/gnome/help/hig-book/de/images -@dirrm share/gnome/help/hig-book/de -@dirrm share/gnome/help/hig-book/C/images -@dirrm share/gnome/help/hig-book/C -@dirrm share/gnome/help/hig-book -@dirrm share/gnome/help/gdp-style-guide/C/figures -@dirrm share/gnome/help/gdp-style-guide/C -@dirrm share/gnome/help/gdp-style-guide -@dirrm share/gnome/help/gdp-handbook/C -@dirrm share/gnome/help/gdp-handbook -@dirrm share/gnome/help/accessibility-devel-guide/es/figures -@dirrm share/gnome/help/accessibility-devel-guide/es -@dirrm share/gnome/help/accessibility-devel-guide/C/figures -@dirrm share/gnome/help/accessibility-devel-guide/C -@dirrm share/gnome/help/accessibility-devel-guide diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile deleted file mode 100644 index cf61132b9..000000000 --- a/misc/gnome-icon-theme/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gnome-icon-theme -# Date Created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.131 2009/08/13 12:46:50 kwm Exp $ -# - -PORTNAME= gnome-icon-theme -PORTVERSION= 2.28.0 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of icons for the GNOME 2 desktop - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack gtk20 -INSTALLS_ICONS= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ - ${WRKSRC}/po/Makefile.in.in - -post-install: - @${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps - -.include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/distinfo b/misc/gnome-icon-theme/distinfo deleted file mode 100644 index b96715bbe..000000000 --- a/misc/gnome-icon-theme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-icon-theme-2.28.0.tar.bz2) = 1b6a782e3f733a5dbb8e62e87a7bdc61 -SHA256 (gnome2/gnome-icon-theme-2.28.0.tar.bz2) = 31ecbd459ae059672793e46c773742897cb95e22ca5900ccdfb2a22aa30f3884 -SIZE (gnome2/gnome-icon-theme-2.28.0.tar.bz2) = 3433171 diff --git a/misc/gnome-icon-theme/pkg-descr b/misc/gnome-icon-theme/pkg-descr deleted file mode 100644 index 426526f6d..000000000 --- a/misc/gnome-icon-theme/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gnome-icon-theme is a collection of icons and emblems for the -GNOME 2 desktop. Included are the images used in toolbars, -dialog boxes, etc. diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist deleted file mode 100644 index 4128fac46..000000000 --- a/misc/gnome-icon-theme/pkg-plist +++ /dev/null @@ -1,6458 +0,0 @@ -libdata/pkgconfig/gnome-icon-theme.pc -share/icons/gnome/16x16/actions/add.png -share/icons/gnome/16x16/actions/address-book-new.png -share/icons/gnome/16x16/actions/application-exit.png -share/icons/gnome/16x16/actions/appointment-new.png -share/icons/gnome/16x16/actions/appointment.png -share/icons/gnome/16x16/actions/back.png -share/icons/gnome/16x16/actions/bookmark-new.png -share/icons/gnome/16x16/actions/bookmark_add.png -share/icons/gnome/16x16/actions/bookmarks_list_add.png -share/icons/gnome/16x16/actions/bottom.png -share/icons/gnome/16x16/actions/call-start.png -share/icons/gnome/16x16/actions/call-stop.png -share/icons/gnome/16x16/actions/centrejust.png -share/icons/gnome/16x16/actions/contact-new.png -share/icons/gnome/16x16/actions/document-new.png -share/icons/gnome/16x16/actions/document-open-recent.png -share/icons/gnome/16x16/actions/document-open.png -share/icons/gnome/16x16/actions/document-page-setup.png -share/icons/gnome/16x16/actions/document-print-preview.png -share/icons/gnome/16x16/actions/document-print.png -share/icons/gnome/16x16/actions/document-properties.png -share/icons/gnome/16x16/actions/document-revert.png -share/icons/gnome/16x16/actions/document-save-as.png -share/icons/gnome/16x16/actions/document-save.png -share/icons/gnome/16x16/actions/document-send.png -share/icons/gnome/16x16/actions/down.png -share/icons/gnome/16x16/actions/edit-clear.png -share/icons/gnome/16x16/actions/edit-copy.png -share/icons/gnome/16x16/actions/edit-cut.png -share/icons/gnome/16x16/actions/edit-delete.png -share/icons/gnome/16x16/actions/edit-find-replace.png -share/icons/gnome/16x16/actions/edit-find.png -share/icons/gnome/16x16/actions/edit-paste.png -share/icons/gnome/16x16/actions/edit-redo.png -share/icons/gnome/16x16/actions/edit-select-all.png -share/icons/gnome/16x16/actions/edit-undo.png -share/icons/gnome/16x16/actions/editclear.png -share/icons/gnome/16x16/actions/editcopy.png -share/icons/gnome/16x16/actions/editcut.png -share/icons/gnome/16x16/actions/editdelete.png -share/icons/gnome/16x16/actions/editpaste.png -share/icons/gnome/16x16/actions/exit.png -share/icons/gnome/16x16/actions/filefind.png -share/icons/gnome/16x16/actions/filenew.png -share/icons/gnome/16x16/actions/fileopen.png -share/icons/gnome/16x16/actions/fileprint.png -share/icons/gnome/16x16/actions/filequickprint.png -share/icons/gnome/16x16/actions/filesave.png -share/icons/gnome/16x16/actions/filesaveas.png -share/icons/gnome/16x16/actions/find.png -share/icons/gnome/16x16/actions/finish.png -share/icons/gnome/16x16/actions/folder-new.png -share/icons/gnome/16x16/actions/folder_new.png -share/icons/gnome/16x16/actions/format-indent-less.png -share/icons/gnome/16x16/actions/format-indent-more.png -share/icons/gnome/16x16/actions/format-justify-center.png -share/icons/gnome/16x16/actions/format-justify-fill.png -share/icons/gnome/16x16/actions/format-justify-left.png -share/icons/gnome/16x16/actions/format-justify-right.png -share/icons/gnome/16x16/actions/format-text-bold.png -share/icons/gnome/16x16/actions/format-text-direction-ltr.png -share/icons/gnome/16x16/actions/format-text-direction-rtl.png -share/icons/gnome/16x16/actions/format-text-italic.png -share/icons/gnome/16x16/actions/format-text-strikethrough.png -share/icons/gnome/16x16/actions/format-text-underline.png -share/icons/gnome/16x16/actions/forward.png -share/icons/gnome/16x16/actions/gnome-lockscreen.png -share/icons/gnome/16x16/actions/gnome-logout.png -share/icons/gnome/16x16/actions/gnome-run.png -share/icons/gnome/16x16/actions/gnome-searchtool.png -share/icons/gnome/16x16/actions/gnome-shutdown.png -share/icons/gnome/16x16/actions/gnome-stock-mail-fwd.png -share/icons/gnome/16x16/actions/gnome-stock-mail-new.png -share/icons/gnome/16x16/actions/gnome-stock-mail-rpl.png -share/icons/gnome/16x16/actions/gnome-stock-mail-snd.png -share/icons/gnome/16x16/actions/gnome-stock-text-indent.png -share/icons/gnome/16x16/actions/gnome-stock-text-unindent.png -share/icons/gnome/16x16/actions/go-bottom.png -share/icons/gnome/16x16/actions/go-down.png -share/icons/gnome/16x16/actions/go-first.png -share/icons/gnome/16x16/actions/go-home.png -share/icons/gnome/16x16/actions/go-jump.png -share/icons/gnome/16x16/actions/go-last.png -share/icons/gnome/16x16/actions/go-next.png -share/icons/gnome/16x16/actions/go-previous.png -share/icons/gnome/16x16/actions/go-top.png -share/icons/gnome/16x16/actions/go-up.png -share/icons/gnome/16x16/actions/gohome.png -share/icons/gnome/16x16/actions/gtk-about.png -share/icons/gnome/16x16/actions/gtk-add.png -share/icons/gnome/16x16/actions/gtk-bold.png -share/icons/gnome/16x16/actions/gtk-cancel.png -share/icons/gnome/16x16/actions/gtk-clear.png -share/icons/gnome/16x16/actions/gtk-close.png -share/icons/gnome/16x16/actions/gtk-copy.png -share/icons/gnome/16x16/actions/gtk-cut.png -share/icons/gnome/16x16/actions/gtk-delete.png -share/icons/gnome/16x16/actions/gtk-edit.png -share/icons/gnome/16x16/actions/gtk-execute.png -share/icons/gnome/16x16/actions/gtk-find-and-replace.png -share/icons/gnome/16x16/actions/gtk-find.png -share/icons/gnome/16x16/actions/gtk-fullscreen.png -share/icons/gnome/16x16/actions/gtk-go-back-ltr.png -share/icons/gnome/16x16/actions/gtk-go-back-rtl.png -share/icons/gnome/16x16/actions/gtk-go-down.png -share/icons/gnome/16x16/actions/gtk-go-forward-ltr.png -share/icons/gnome/16x16/actions/gtk-go-forward-rtl.png -share/icons/gnome/16x16/actions/gtk-go-up.png -share/icons/gnome/16x16/actions/gtk-goto-bottom.png -share/icons/gnome/16x16/actions/gtk-goto-first-ltr.png -share/icons/gnome/16x16/actions/gtk-goto-first-rtl.png -share/icons/gnome/16x16/actions/gtk-goto-last-ltr.png -share/icons/gnome/16x16/actions/gtk-goto-last-rtl.png -share/icons/gnome/16x16/actions/gtk-goto-top.png -share/icons/gnome/16x16/actions/gtk-home.png -share/icons/gnome/16x16/actions/gtk-indent-ltr.png -share/icons/gnome/16x16/actions/gtk-indent-rtl.png -share/icons/gnome/16x16/actions/gtk-italic.png -share/icons/gnome/16x16/actions/gtk-jump-to-ltr.png -share/icons/gnome/16x16/actions/gtk-jump-to-rtl.png -share/icons/gnome/16x16/actions/gtk-justify-center.png -share/icons/gnome/16x16/actions/gtk-justify-fill.png -share/icons/gnome/16x16/actions/gtk-justify-left.png -share/icons/gnome/16x16/actions/gtk-justify-right.png -share/icons/gnome/16x16/actions/gtk-leave-fullscreen.png -share/icons/gnome/16x16/actions/gtk-media-forward-ltr.png -share/icons/gnome/16x16/actions/gtk-media-forward-rtl.png -share/icons/gnome/16x16/actions/gtk-media-next-ltr.png -share/icons/gnome/16x16/actions/gtk-media-next-rtl.png -share/icons/gnome/16x16/actions/gtk-media-pause.png -share/icons/gnome/16x16/actions/gtk-media-play-ltr.png -share/icons/gnome/16x16/actions/gtk-media-previous-ltr.png -share/icons/gnome/16x16/actions/gtk-media-previous-rtl.png -share/icons/gnome/16x16/actions/gtk-media-record.png -share/icons/gnome/16x16/actions/gtk-media-rewind-ltr.png -share/icons/gnome/16x16/actions/gtk-media-rewind-rtl.png -share/icons/gnome/16x16/actions/gtk-media-stop.png -share/icons/gnome/16x16/actions/gtk-new.png -share/icons/gnome/16x16/actions/gtk-open.png -share/icons/gnome/16x16/actions/gtk-paste.png -share/icons/gnome/16x16/actions/gtk-print-preview.png -share/icons/gnome/16x16/actions/gtk-print.png -share/icons/gnome/16x16/actions/gtk-properties.png -share/icons/gnome/16x16/actions/gtk-quit.png -share/icons/gnome/16x16/actions/gtk-redo-ltr.png -share/icons/gnome/16x16/actions/gtk-refresh.png -share/icons/gnome/16x16/actions/gtk-remove.png -share/icons/gnome/16x16/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/16x16/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/16x16/actions/gtk-save-as.png -share/icons/gnome/16x16/actions/gtk-save.png -share/icons/gnome/16x16/actions/gtk-select-all.png -share/icons/gnome/16x16/actions/gtk-sort-ascending.png -share/icons/gnome/16x16/actions/gtk-sort-descending.png -share/icons/gnome/16x16/actions/gtk-spell-check.png -share/icons/gnome/16x16/actions/gtk-stop.png -share/icons/gnome/16x16/actions/gtk-strikethrough.png -share/icons/gnome/16x16/actions/gtk-underline.png -share/icons/gnome/16x16/actions/gtk-undo-ltr.png -share/icons/gnome/16x16/actions/gtk-unindent-ltr.png -share/icons/gnome/16x16/actions/gtk-unindent-rtl.png -share/icons/gnome/16x16/actions/gtk-zoom-100.png -share/icons/gnome/16x16/actions/gtk-zoom-fit.png -share/icons/gnome/16x16/actions/gtk-zoom-in.png -share/icons/gnome/16x16/actions/gtk-zoom-out.png -share/icons/gnome/16x16/actions/help-about.png -share/icons/gnome/16x16/actions/help-contents.png -share/icons/gnome/16x16/actions/help-faq.png -share/icons/gnome/16x16/actions/insert-image.png -share/icons/gnome/16x16/actions/insert-link.png -share/icons/gnome/16x16/actions/insert-object.png -share/icons/gnome/16x16/actions/insert-text.png -share/icons/gnome/16x16/actions/kfind.png -share/icons/gnome/16x16/actions/kfm_home.png -share/icons/gnome/16x16/actions/leftjust.png -share/icons/gnome/16x16/actions/list-add.png -share/icons/gnome/16x16/actions/list-remove.png -share/icons/gnome/16x16/actions/lock.png -share/icons/gnome/16x16/actions/mail-forward.png -share/icons/gnome/16x16/actions/mail-mark-important.png -share/icons/gnome/16x16/actions/mail-mark-junk.png -share/icons/gnome/16x16/actions/mail-mark-notjunk.png -share/icons/gnome/16x16/actions/mail-mark-read.png -share/icons/gnome/16x16/actions/mail-mark-unread.png -share/icons/gnome/16x16/actions/mail-message-new.png -share/icons/gnome/16x16/actions/mail-reply-all.png -share/icons/gnome/16x16/actions/mail-reply-sender.png -share/icons/gnome/16x16/actions/mail-send-receive.png -share/icons/gnome/16x16/actions/mail-send.png -share/icons/gnome/16x16/actions/mail_forward.png -share/icons/gnome/16x16/actions/mail_new.png -share/icons/gnome/16x16/actions/mail_reply.png -share/icons/gnome/16x16/actions/mail_replyall.png -share/icons/gnome/16x16/actions/mail_send.png -share/icons/gnome/16x16/actions/mail_spam.png -share/icons/gnome/16x16/actions/media-eject.png -share/icons/gnome/16x16/actions/media-playback-pause.png -share/icons/gnome/16x16/actions/media-playback-start.png -share/icons/gnome/16x16/actions/media-playback-stop.png -share/icons/gnome/16x16/actions/media-record.png -share/icons/gnome/16x16/actions/media-seek-backward.png -share/icons/gnome/16x16/actions/media-seek-forward.png -share/icons/gnome/16x16/actions/media-skip-backward.png -share/icons/gnome/16x16/actions/media-skip-forward.png -share/icons/gnome/16x16/actions/next.png -share/icons/gnome/16x16/actions/object-flip-horizontal.png -share/icons/gnome/16x16/actions/object-flip-vertical.png -share/icons/gnome/16x16/actions/object-rotate-left.png -share/icons/gnome/16x16/actions/object-rotate-right.png -share/icons/gnome/16x16/actions/player_eject.png -share/icons/gnome/16x16/actions/player_end.png -share/icons/gnome/16x16/actions/player_fwd.png -share/icons/gnome/16x16/actions/player_pause.png -share/icons/gnome/16x16/actions/player_play.png -share/icons/gnome/16x16/actions/player_record.png -share/icons/gnome/16x16/actions/player_rew.png -share/icons/gnome/16x16/actions/player_start.png -share/icons/gnome/16x16/actions/player_stop.png -share/icons/gnome/16x16/actions/previous.png -share/icons/gnome/16x16/actions/process-stop.png -share/icons/gnome/16x16/actions/redhat-home.png -share/icons/gnome/16x16/actions/redo.png -share/icons/gnome/16x16/actions/reload.png -share/icons/gnome/16x16/actions/reload3.png -share/icons/gnome/16x16/actions/reload_all_tabs.png -share/icons/gnome/16x16/actions/reload_page.png -share/icons/gnome/16x16/actions/remove.png -share/icons/gnome/16x16/actions/revert.png -share/icons/gnome/16x16/actions/rightjust.png -share/icons/gnome/16x16/actions/search.png -share/icons/gnome/16x16/actions/start.png -share/icons/gnome/16x16/actions/stock_about.png -share/icons/gnome/16x16/actions/stock_add-bookmark.png -share/icons/gnome/16x16/actions/stock_bottom.png -share/icons/gnome/16x16/actions/stock_close.png -share/icons/gnome/16x16/actions/stock_copy.png -share/icons/gnome/16x16/actions/stock_cut.png -share/icons/gnome/16x16/actions/stock_delete.png -share/icons/gnome/16x16/actions/stock_down.png -share/icons/gnome/16x16/actions/stock_file-properites.png -share/icons/gnome/16x16/actions/stock_first.png -share/icons/gnome/16x16/actions/stock_fullscreen.png -share/icons/gnome/16x16/actions/stock_help-add-bookmark.png -share/icons/gnome/16x16/actions/stock_home.png -share/icons/gnome/16x16/actions/stock_last.png -share/icons/gnome/16x16/actions/stock_leave-fullscreen.png -share/icons/gnome/16x16/actions/stock_left.png -share/icons/gnome/16x16/actions/stock_mail-compose.png -share/icons/gnome/16x16/actions/stock_mail-forward.png -share/icons/gnome/16x16/actions/stock_mail-reply-to-all.png -share/icons/gnome/16x16/actions/stock_mail-reply.png -share/icons/gnome/16x16/actions/stock_mail-send-receive.png -share/icons/gnome/16x16/actions/stock_mail-send.png -share/icons/gnome/16x16/actions/stock_media-fwd.png -share/icons/gnome/16x16/actions/stock_media-next.png -share/icons/gnome/16x16/actions/stock_media-pause.png -share/icons/gnome/16x16/actions/stock_media-play.png -share/icons/gnome/16x16/actions/stock_media-prev.png -share/icons/gnome/16x16/actions/stock_media-rec.png -share/icons/gnome/16x16/actions/stock_media-rew.png -share/icons/gnome/16x16/actions/stock_media-stop.png -share/icons/gnome/16x16/actions/stock_new-address-book.png -share/icons/gnome/16x16/actions/stock_new-appointment.png -share/icons/gnome/16x16/actions/stock_new-bcard.png -share/icons/gnome/16x16/actions/stock_new-dir.png -share/icons/gnome/16x16/actions/stock_new-tab.png -share/icons/gnome/16x16/actions/stock_new-text.png -share/icons/gnome/16x16/actions/stock_new-window.png -share/icons/gnome/16x16/actions/stock_paste.png -share/icons/gnome/16x16/actions/stock_print-preview.png -share/icons/gnome/16x16/actions/stock_print-setup.png -share/icons/gnome/16x16/actions/stock_print.png -share/icons/gnome/16x16/actions/stock_properties.png -share/icons/gnome/16x16/actions/stock_redo.png -share/icons/gnome/16x16/actions/stock_refresh.png -share/icons/gnome/16x16/actions/stock_right.png -share/icons/gnome/16x16/actions/stock_save-as.png -share/icons/gnome/16x16/actions/stock_save.png -share/icons/gnome/16x16/actions/stock_search-and-replace.png -share/icons/gnome/16x16/actions/stock_search.png -share/icons/gnome/16x16/actions/stock_select-all.png -share/icons/gnome/16x16/actions/stock_spam.png -share/icons/gnome/16x16/actions/stock_spellcheck.png -share/icons/gnome/16x16/actions/stock_stop.png -share/icons/gnome/16x16/actions/stock_text-strikethrough.png -share/icons/gnome/16x16/actions/stock_text_bold.png -share/icons/gnome/16x16/actions/stock_text_center.png -share/icons/gnome/16x16/actions/stock_text_indent.png -share/icons/gnome/16x16/actions/stock_text_italic.png -share/icons/gnome/16x16/actions/stock_text_justify.png -share/icons/gnome/16x16/actions/stock_text_left.png -share/icons/gnome/16x16/actions/stock_text_right.png -share/icons/gnome/16x16/actions/stock_text_underlined.png -share/icons/gnome/16x16/actions/stock_text_unindent.png -share/icons/gnome/16x16/actions/stock_top.png -share/icons/gnome/16x16/actions/stock_undo.png -share/icons/gnome/16x16/actions/stock_up.png -share/icons/gnome/16x16/actions/stock_zoom-1.png -share/icons/gnome/16x16/actions/stock_zoom-in.png -share/icons/gnome/16x16/actions/stock_zoom-out.png -share/icons/gnome/16x16/actions/stock_zoom-page.png -share/icons/gnome/16x16/actions/stop.png -share/icons/gnome/16x16/actions/system-lock-screen.png -share/icons/gnome/16x16/actions/system-log-out.png -share/icons/gnome/16x16/actions/system-run.png -share/icons/gnome/16x16/actions/system-search.png -share/icons/gnome/16x16/actions/system-shutdown.png -share/icons/gnome/16x16/actions/tab-new.png -share/icons/gnome/16x16/actions/tab_new.png -share/icons/gnome/16x16/actions/text_bold.png -share/icons/gnome/16x16/actions/text_italic.png -share/icons/gnome/16x16/actions/text_strike.png -share/icons/gnome/16x16/actions/text_under.png -share/icons/gnome/16x16/actions/tools-check-spelling.png -share/icons/gnome/16x16/actions/top.png -share/icons/gnome/16x16/actions/undo.png -share/icons/gnome/16x16/actions/up.png -share/icons/gnome/16x16/actions/view-fullscreen.png -share/icons/gnome/16x16/actions/view-refresh.png -share/icons/gnome/16x16/actions/view-restore.png -share/icons/gnome/16x16/actions/view-sort-ascending.png -share/icons/gnome/16x16/actions/view-sort-descending.png -share/icons/gnome/16x16/actions/viewmag+.png -share/icons/gnome/16x16/actions/viewmag-.png -share/icons/gnome/16x16/actions/viewmag1.png -share/icons/gnome/16x16/actions/viewmagfit.png -share/icons/gnome/16x16/actions/window-close.png -share/icons/gnome/16x16/actions/window-new.png -share/icons/gnome/16x16/actions/window_fullscreen.png -share/icons/gnome/16x16/actions/window_new.png -share/icons/gnome/16x16/actions/window_nofullscreen.png -share/icons/gnome/16x16/actions/xfce-system-exit.png -share/icons/gnome/16x16/actions/xfce-system-lock.png -share/icons/gnome/16x16/actions/zoom-best-fit.png -share/icons/gnome/16x16/actions/zoom-fit-best.png -share/icons/gnome/16x16/actions/zoom-in.png -share/icons/gnome/16x16/actions/zoom-original.png -share/icons/gnome/16x16/actions/zoom-out.png -share/icons/gnome/16x16/animations/gnome-spinner.png -share/icons/gnome/16x16/animations/process-working.png -share/icons/gnome/16x16/apps/access.png -share/icons/gnome/16x16/apps/accessibility-directory.png -share/icons/gnome/16x16/apps/accessories-calculator.png -share/icons/gnome/16x16/apps/accessories-character-map.png -share/icons/gnome/16x16/apps/accessories-dictionary.png -share/icons/gnome/16x16/apps/accessories-text-editor.png -share/icons/gnome/16x16/apps/applets-screenshooter.png -share/icons/gnome/16x16/apps/arts.png -share/icons/gnome/16x16/apps/background.png -share/icons/gnome/16x16/apps/calc.png -share/icons/gnome/16x16/apps/config-language.png -share/icons/gnome/16x16/apps/config-users.png -share/icons/gnome/16x16/apps/file-manager.png -share/icons/gnome/16x16/apps/fonts.png -share/icons/gnome/16x16/apps/gnome-calculator.png -share/icons/gnome/16x16/apps/gnome-character-map.png -share/icons/gnome/16x16/apps/gnome-help.png -share/icons/gnome/16x16/apps/gnome-mixer.png -share/icons/gnome/16x16/apps/gnome-monitor.png -share/icons/gnome/16x16/apps/gnome-remote-desktop.png -share/icons/gnome/16x16/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/16x16/apps/gnome-settings-background.png -share/icons/gnome/16x16/apps/gnome-settings-font.png -share/icons/gnome/16x16/apps/gnome-settings-keybindings.png -share/icons/gnome/16x16/apps/gnome-settings-theme.png -share/icons/gnome/16x16/apps/gnome-terminal.png -share/icons/gnome/16x16/apps/gnome-window-manager.png -share/icons/gnome/16x16/apps/gtk-help.png -share/icons/gnome/16x16/apps/gucharmap.png -share/icons/gnome/16x16/apps/help-browser.png -share/icons/gnome/16x16/apps/help.png -share/icons/gnome/16x16/apps/im-aim.png -share/icons/gnome/16x16/apps/im-icq.png -share/icons/gnome/16x16/apps/im-jabber.png -share/icons/gnome/16x16/apps/im-msn.png -share/icons/gnome/16x16/apps/im-nov.png -share/icons/gnome/16x16/apps/im-yahoo.png -share/icons/gnome/16x16/apps/im.png -share/icons/gnome/16x16/apps/kcalc.png -share/icons/gnome/16x16/apps/kcharselect.png -share/icons/gnome/16x16/apps/kcmkwm.png -share/icons/gnome/16x16/apps/kcmsound.png -share/icons/gnome/16x16/apps/kedit.png -share/icons/gnome/16x16/apps/key_bindings.png -share/icons/gnome/16x16/apps/kfm.png -share/icons/gnome/16x16/apps/khelpcenter.png -share/icons/gnome/16x16/apps/konsole.png -share/icons/gnome/16x16/apps/krfb.png -share/icons/gnome/16x16/apps/kscreensaver.png -share/icons/gnome/16x16/apps/ksysguard.png -share/icons/gnome/16x16/apps/kuser.png -share/icons/gnome/16x16/apps/kwin.png -share/icons/gnome/16x16/apps/locale.png -share/icons/gnome/16x16/apps/logviewer.png -share/icons/gnome/16x16/apps/multimedia-volume-control.png -share/icons/gnome/16x16/apps/multimedia.png -share/icons/gnome/16x16/apps/openterm.png -share/icons/gnome/16x16/apps/preferences-desktop-accessibility.png -share/icons/gnome/16x16/apps/preferences-desktop-font.png -share/icons/gnome/16x16/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/16x16/apps/preferences-desktop-keyboard.png -share/icons/gnome/16x16/apps/preferences-desktop-locale.png -share/icons/gnome/16x16/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/16x16/apps/preferences-desktop-screensaver.png -share/icons/gnome/16x16/apps/preferences-desktop-theme.png -share/icons/gnome/16x16/apps/preferences-desktop-wallpaper.png -share/icons/gnome/16x16/apps/preferences-system-windows.png -share/icons/gnome/16x16/apps/redhat-filemanager.png -share/icons/gnome/16x16/apps/screensaver.png -share/icons/gnome/16x16/apps/stock_help.png -share/icons/gnome/16x16/apps/style.png -share/icons/gnome/16x16/apps/susehelpcenter.png -share/icons/gnome/16x16/apps/system-config-users.png -share/icons/gnome/16x16/apps/system-file-manager.png -share/icons/gnome/16x16/apps/system-software-install.png -share/icons/gnome/16x16/apps/system-software-update.png -share/icons/gnome/16x16/apps/system-users.png -share/icons/gnome/16x16/apps/terminal.png -share/icons/gnome/16x16/apps/text-editor.png -share/icons/gnome/16x16/apps/update-manager.png -share/icons/gnome/16x16/apps/user-info.png -share/icons/gnome/16x16/apps/utilities-system-monitor.png -share/icons/gnome/16x16/apps/utilities-terminal.png -share/icons/gnome/16x16/apps/volume-knob.png -share/icons/gnome/16x16/apps/wallpaper.png -share/icons/gnome/16x16/apps/web-browser.png -share/icons/gnome/16x16/apps/xfce-filemanager.png -share/icons/gnome/16x16/apps/xfce-terminal.png -share/icons/gnome/16x16/apps/xfce4-backdrop.png -share/icons/gnome/16x16/apps/xfce4-mixer.png -share/icons/gnome/16x16/apps/xfwm4.png -share/icons/gnome/16x16/apps/xscreensaver.png -share/icons/gnome/16x16/apps/zen-icon.png -share/icons/gnome/16x16/categories/applications-accessories.png -share/icons/gnome/16x16/categories/applications-development.png -share/icons/gnome/16x16/categories/applications-engineering.png -share/icons/gnome/16x16/categories/applications-games.png -share/icons/gnome/16x16/categories/applications-graphics.png -share/icons/gnome/16x16/categories/applications-internet.png -share/icons/gnome/16x16/categories/applications-multimedia.png -share/icons/gnome/16x16/categories/applications-office.png -share/icons/gnome/16x16/categories/applications-other.png -share/icons/gnome/16x16/categories/applications-science.png -share/icons/gnome/16x16/categories/applications-system.png -share/icons/gnome/16x16/categories/applications-utilities.png -share/icons/gnome/16x16/categories/gnome-applications.png -share/icons/gnome/16x16/categories/gnome-control-center.png -share/icons/gnome/16x16/categories/gnome-devel.png -share/icons/gnome/16x16/categories/gnome-globe.png -share/icons/gnome/16x16/categories/gnome-graphics.png -share/icons/gnome/16x16/categories/gnome-joystick.png -share/icons/gnome/16x16/categories/gnome-multimedia.png -share/icons/gnome/16x16/categories/gnome-other.png -share/icons/gnome/16x16/categories/gnome-settings.png -share/icons/gnome/16x16/categories/gnome-system.png -share/icons/gnome/16x16/categories/gnome-util.png -share/icons/gnome/16x16/categories/gtk-preferences.png -share/icons/gnome/16x16/categories/input_devices_settings.png -share/icons/gnome/16x16/categories/kcontrol.png -share/icons/gnome/16x16/categories/package_development.png -share/icons/gnome/16x16/categories/package_games.png -share/icons/gnome/16x16/categories/package_graphics.png -share/icons/gnome/16x16/categories/package_multimedia.png -share/icons/gnome/16x16/categories/package_network.png -share/icons/gnome/16x16/categories/package_office.png -share/icons/gnome/16x16/categories/package_settings.png -share/icons/gnome/16x16/categories/package_system.png -share/icons/gnome/16x16/categories/package_utilities.png -share/icons/gnome/16x16/categories/preferences-desktop-peripherals.png -share/icons/gnome/16x16/categories/preferences-desktop-personal.png -share/icons/gnome/16x16/categories/preferences-desktop.png -share/icons/gnome/16x16/categories/preferences-other.png -share/icons/gnome/16x16/categories/preferences-system-network.png -share/icons/gnome/16x16/categories/preferences-system.png -share/icons/gnome/16x16/categories/redhat-accessories.png -share/icons/gnome/16x16/categories/redhat-games.png -share/icons/gnome/16x16/categories/redhat-graphics.png -share/icons/gnome/16x16/categories/redhat-internet.png -share/icons/gnome/16x16/categories/redhat-office.png -share/icons/gnome/16x16/categories/redhat-preferences.png -share/icons/gnome/16x16/categories/redhat-programming.png -share/icons/gnome/16x16/categories/redhat-sound_video.png -share/icons/gnome/16x16/categories/redhat-system_settings.png -share/icons/gnome/16x16/categories/redhat-system_tools.png -share/icons/gnome/16x16/categories/stock_internet.png -share/icons/gnome/16x16/categories/system-help.png -share/icons/gnome/16x16/categories/xfce-games.png -share/icons/gnome/16x16/categories/xfce-graphics.png -share/icons/gnome/16x16/categories/xfce-internet.png -share/icons/gnome/16x16/categories/xfce-multimedia.png -share/icons/gnome/16x16/categories/xfce-office.png -share/icons/gnome/16x16/categories/xfce-system-settings.png -share/icons/gnome/16x16/categories/xfce-utils.png -share/icons/gnome/16x16/categories/xfce4-settings.png -share/icons/gnome/16x16/devices/3floppy_unmount.png -share/icons/gnome/16x16/devices/audio-card.png -share/icons/gnome/16x16/devices/audio-input-microphone.png -share/icons/gnome/16x16/devices/battery.png -share/icons/gnome/16x16/devices/camera-photo.png -share/icons/gnome/16x16/devices/camera-video.png -share/icons/gnome/16x16/devices/camera-web.png -share/icons/gnome/16x16/devices/camera.png -share/icons/gnome/16x16/devices/camera_unmount.png -share/icons/gnome/16x16/devices/cdrom_unmount.png -share/icons/gnome/16x16/devices/cdwriter_unmount.png -share/icons/gnome/16x16/devices/chardevice.png -share/icons/gnome/16x16/devices/computer.png -share/icons/gnome/16x16/devices/display.png -share/icons/gnome/16x16/devices/drive-cdrom.png -share/icons/gnome/16x16/devices/drive-harddisk.png -share/icons/gnome/16x16/devices/drive-optical.png -share/icons/gnome/16x16/devices/drive-removable-media.png -share/icons/gnome/16x16/devices/dvd_unmount.png -share/icons/gnome/16x16/devices/gnome-dev-battery.png -share/icons/gnome/16x16/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/16x16/devices/gnome-dev-cdrom.png -share/icons/gnome/16x16/devices/gnome-dev-computer.png -share/icons/gnome/16x16/devices/gnome-dev-disc-cdr.png -share/icons/gnome/16x16/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/16x16/devices/gnome-dev-dvd.png -share/icons/gnome/16x16/devices/gnome-dev-ethernet.png -share/icons/gnome/16x16/devices/gnome-dev-floppy.png -share/icons/gnome/16x16/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/16x16/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/16x16/devices/gnome-dev-harddisk.png -share/icons/gnome/16x16/devices/gnome-dev-ipod.png -share/icons/gnome/16x16/devices/gnome-dev-keyboard.png -share/icons/gnome/16x16/devices/gnome-dev-media-cf.png -share/icons/gnome/16x16/devices/gnome-dev-media-ms.png -share/icons/gnome/16x16/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/16x16/devices/gnome-dev-media-sm.png -share/icons/gnome/16x16/devices/gnome-dev-mouse-ball.png -share/icons/gnome/16x16/devices/gnome-dev-mouse-optical.png -share/icons/gnome/16x16/devices/gnome-dev-printer.png -share/icons/gnome/16x16/devices/gnome-dev-removable-1394.png -share/icons/gnome/16x16/devices/gnome-dev-removable-usb.png -share/icons/gnome/16x16/devices/gnome-dev-removable.png -share/icons/gnome/16x16/devices/gnome-dev-wavelan.png -share/icons/gnome/16x16/devices/gnome-dev-zipdisk.png -share/icons/gnome/16x16/devices/gnome-fs-client.png -share/icons/gnome/16x16/devices/gnome-modem.png -share/icons/gnome/16x16/devices/gnome-stock-mic.png -share/icons/gnome/16x16/devices/gtk-cdrom.png -share/icons/gnome/16x16/devices/gtk-floppy.png -share/icons/gnome/16x16/devices/gtk-harddisk.png -share/icons/gnome/16x16/devices/harddrive.png -share/icons/gnome/16x16/devices/hdd_unmount.png -share/icons/gnome/16x16/devices/input-gaming.png -share/icons/gnome/16x16/devices/input-keyboard.png -share/icons/gnome/16x16/devices/input-mouse.png -share/icons/gnome/16x16/devices/input-tablet.png -share/icons/gnome/16x16/devices/ipod_mount.png -share/icons/gnome/16x16/devices/joystick.png -share/icons/gnome/16x16/devices/keyboard.png -share/icons/gnome/16x16/devices/kjobviewer.png -share/icons/gnome/16x16/devices/kxkb.png -share/icons/gnome/16x16/devices/media-cdrom.png -share/icons/gnome/16x16/devices/media-flash.png -share/icons/gnome/16x16/devices/media-floppy.png -share/icons/gnome/16x16/devices/media-optical.png -share/icons/gnome/16x16/devices/media-tape.png -share/icons/gnome/16x16/devices/media-zip.png -share/icons/gnome/16x16/devices/modem.png -share/icons/gnome/16x16/devices/mouse.png -share/icons/gnome/16x16/devices/multimedia-player.png -share/icons/gnome/16x16/devices/network-wired.png -share/icons/gnome/16x16/devices/network-wireless.png -share/icons/gnome/16x16/devices/pda.png -share/icons/gnome/16x16/devices/phone.png -share/icons/gnome/16x16/devices/printer-remote.png -share/icons/gnome/16x16/devices/printer.png -share/icons/gnome/16x16/devices/printer1.png -share/icons/gnome/16x16/devices/printmgr.png -share/icons/gnome/16x16/devices/scanner.png -share/icons/gnome/16x16/devices/stock_cell-phone.png -share/icons/gnome/16x16/devices/stock_mic.png -share/icons/gnome/16x16/devices/stock_printers.png -share/icons/gnome/16x16/devices/system-floppy.png -share/icons/gnome/16x16/devices/system.png -share/icons/gnome/16x16/devices/usbpendrive_unmount.png -share/icons/gnome/16x16/devices/video-display.png -share/icons/gnome/16x16/devices/xfce-printer.png -share/icons/gnome/16x16/devices/xfce4-display.png -share/icons/gnome/16x16/devices/xfce4-keyboard.png -share/icons/gnome/16x16/devices/xfce4-mouse.png -share/icons/gnome/16x16/devices/yast_HD.png -share/icons/gnome/16x16/devices/yast_idetude.png -share/icons/gnome/16x16/devices/yast_joystick.png -share/icons/gnome/16x16/devices/yast_mouse.png -share/icons/gnome/16x16/devices/yast_printer.png -share/icons/gnome/16x16/devices/yast_soundcard.png -share/icons/gnome/16x16/emblems/emblem-default.png -share/icons/gnome/16x16/emblems/emblem-documents.png -share/icons/gnome/16x16/emblems/emblem-downloads.png -share/icons/gnome/16x16/emblems/emblem-favorite.png -share/icons/gnome/16x16/emblems/emblem-generic.png -share/icons/gnome/16x16/emblems/emblem-important.png -share/icons/gnome/16x16/emblems/emblem-mail.png -share/icons/gnome/16x16/emblems/emblem-new.png -share/icons/gnome/16x16/emblems/emblem-noread.png -share/icons/gnome/16x16/emblems/emblem-nowrite.png -share/icons/gnome/16x16/emblems/emblem-package.png -share/icons/gnome/16x16/emblems/emblem-photos.png -share/icons/gnome/16x16/emblems/emblem-readonly.png -share/icons/gnome/16x16/emblems/emblem-shared.png -share/icons/gnome/16x16/emblems/emblem-symbolic-link.png -share/icons/gnome/16x16/emblems/emblem-system.png -share/icons/gnome/16x16/emblems/emblem-unreadable.png -share/icons/gnome/16x16/emblems/emblem-urgent.png -share/icons/gnome/16x16/emblems/emblem-web.png -share/icons/gnome/16x16/emblems/stock_mail-priority-high.png -share/icons/gnome/16x16/emotes/face-angel.png -share/icons/gnome/16x16/emotes/face-angry.png -share/icons/gnome/16x16/emotes/face-cool.png -share/icons/gnome/16x16/emotes/face-crying.png -share/icons/gnome/16x16/emotes/face-devilish.png -share/icons/gnome/16x16/emotes/face-embarrassed.png -share/icons/gnome/16x16/emotes/face-kiss.png -share/icons/gnome/16x16/emotes/face-laugh.png -share/icons/gnome/16x16/emotes/face-monkey.png -share/icons/gnome/16x16/emotes/face-plain.png -share/icons/gnome/16x16/emotes/face-raspberry.png -share/icons/gnome/16x16/emotes/face-sad.png -share/icons/gnome/16x16/emotes/face-sick.png -share/icons/gnome/16x16/emotes/face-smile-big.png -share/icons/gnome/16x16/emotes/face-smile.png -share/icons/gnome/16x16/emotes/face-smirk.png -share/icons/gnome/16x16/emotes/face-surprise.png -share/icons/gnome/16x16/emotes/face-tired.png -share/icons/gnome/16x16/emotes/face-uncertain.png -share/icons/gnome/16x16/emotes/face-wink.png -share/icons/gnome/16x16/emotes/face-worried.png -share/icons/gnome/16x16/emotes/stock_smiley-1.png -share/icons/gnome/16x16/emotes/stock_smiley-10.png -share/icons/gnome/16x16/emotes/stock_smiley-11.png -share/icons/gnome/16x16/emotes/stock_smiley-13.png -share/icons/gnome/16x16/emotes/stock_smiley-15.png -share/icons/gnome/16x16/emotes/stock_smiley-18.png -share/icons/gnome/16x16/emotes/stock_smiley-2.png -share/icons/gnome/16x16/emotes/stock_smiley-22.png -share/icons/gnome/16x16/emotes/stock_smiley-3.png -share/icons/gnome/16x16/emotes/stock_smiley-4.png -share/icons/gnome/16x16/emotes/stock_smiley-5.png -share/icons/gnome/16x16/emotes/stock_smiley-6.png -share/icons/gnome/16x16/emotes/stock_smiley-7.png -share/icons/gnome/16x16/emotes/stock_smiley-8.png -share/icons/gnome/16x16/filesystems/gnome-fs-bookmark-missing.png -share/icons/gnome/16x16/filesystems/gnome-fs-bookmark.png -share/icons/gnome/16x16/mimetypes/application-certificate.png -share/icons/gnome/16x16/mimetypes/application-x-executable.png -share/icons/gnome/16x16/mimetypes/ascii.png -share/icons/gnome/16x16/mimetypes/audio-x-generic.png -share/icons/gnome/16x16/mimetypes/binary.png -share/icons/gnome/16x16/mimetypes/contents2.png -share/icons/gnome/16x16/mimetypes/deb.png -share/icons/gnome/16x16/mimetypes/document.png -share/icons/gnome/16x16/mimetypes/empty.png -share/icons/gnome/16x16/mimetypes/exec.png -share/icons/gnome/16x16/mimetypes/folder_tar.png -share/icons/gnome/16x16/mimetypes/font-x-generic.png -share/icons/gnome/16x16/mimetypes/font.png -share/icons/gnome/16x16/mimetypes/font_bitmap.png -share/icons/gnome/16x16/mimetypes/font_truetype.png -share/icons/gnome/16x16/mimetypes/font_type1.png -share/icons/gnome/16x16/mimetypes/gnome-fs-executable.png -share/icons/gnome/16x16/mimetypes/gnome-fs-regular.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/16x16/mimetypes/gnome-mime-audio.png -share/icons/gnome/16x16/mimetypes/gnome-mime-image.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-html.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text.png -share/icons/gnome/16x16/mimetypes/gnome-mime-video.png -share/icons/gnome/16x16/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/16x16/mimetypes/gnome-package.png -share/icons/gnome/16x16/mimetypes/gtk-file.png -share/icons/gnome/16x16/mimetypes/html.png -share/icons/gnome/16x16/mimetypes/image-x-generic.png -share/icons/gnome/16x16/mimetypes/image.png -share/icons/gnome/16x16/mimetypes/kpresenter_kpr.png -share/icons/gnome/16x16/mimetypes/mime_ascii.png -share/icons/gnome/16x16/mimetypes/misc.png -share/icons/gnome/16x16/mimetypes/package-x-generic.png -share/icons/gnome/16x16/mimetypes/package.png -share/icons/gnome/16x16/mimetypes/package_editors.png -share/icons/gnome/16x16/mimetypes/package_wordprocessing.png -share/icons/gnome/16x16/mimetypes/plan.png -share/icons/gnome/16x16/mimetypes/rpm.png -share/icons/gnome/16x16/mimetypes/shellscript.png -share/icons/gnome/16x16/mimetypes/sound.png -share/icons/gnome/16x16/mimetypes/spreadsheet.png -share/icons/gnome/16x16/mimetypes/stock_addressbook.png -share/icons/gnome/16x16/mimetypes/stock_calendar.png -share/icons/gnome/16x16/mimetypes/stock_certificate.png -share/icons/gnome/16x16/mimetypes/stock_script.png -share/icons/gnome/16x16/mimetypes/tar.png -share/icons/gnome/16x16/mimetypes/template_source.png -share/icons/gnome/16x16/mimetypes/text-html.png -share/icons/gnome/16x16/mimetypes/text-x-generic-template.png -share/icons/gnome/16x16/mimetypes/text-x-generic.png -share/icons/gnome/16x16/mimetypes/text-x-preview.png -share/icons/gnome/16x16/mimetypes/text-x-script.png -share/icons/gnome/16x16/mimetypes/tgz.png -share/icons/gnome/16x16/mimetypes/txt.png -share/icons/gnome/16x16/mimetypes/txt2.png -share/icons/gnome/16x16/mimetypes/unknown.png -share/icons/gnome/16x16/mimetypes/vcalendar.png -share/icons/gnome/16x16/mimetypes/vcard.png -share/icons/gnome/16x16/mimetypes/video-x-generic.png -share/icons/gnome/16x16/mimetypes/video.png -share/icons/gnome/16x16/mimetypes/wordprocessing.png -share/icons/gnome/16x16/mimetypes/www.png -share/icons/gnome/16x16/mimetypes/x-office-address-book.png -share/icons/gnome/16x16/mimetypes/x-office-calendar.png -share/icons/gnome/16x16/mimetypes/x-office-document.png -share/icons/gnome/16x16/mimetypes/x-office-drawing.png -share/icons/gnome/16x16/mimetypes/x-office-presentation.png -share/icons/gnome/16x16/mimetypes/x-office-spreadsheet.png -share/icons/gnome/16x16/mimetypes/zip.png -share/icons/gnome/16x16/places/application-x-gnome-saved-search.png -share/icons/gnome/16x16/places/desktop.png -share/icons/gnome/16x16/places/distributor-logo.png -share/icons/gnome/16x16/places/emptytrash.png -share/icons/gnome/16x16/places/folder-remote.png -share/icons/gnome/16x16/places/folder-saved-search.png -share/icons/gnome/16x16/places/folder.icon -share/icons/gnome/16x16/places/folder.png -share/icons/gnome/16x16/places/folder_home.png -share/icons/gnome/16x16/places/gnome-fs-desktop.png -share/icons/gnome/16x16/places/gnome-fs-directory.icon -share/icons/gnome/16x16/places/gnome-fs-directory.png -share/icons/gnome/16x16/places/gnome-fs-ftp.png -share/icons/gnome/16x16/places/gnome-fs-home.png -share/icons/gnome/16x16/places/gnome-fs-network.png -share/icons/gnome/16x16/places/gnome-fs-nfs.png -share/icons/gnome/16x16/places/gnome-fs-server.png -share/icons/gnome/16x16/places/gnome-fs-share.png -share/icons/gnome/16x16/places/gnome-fs-smb.png -share/icons/gnome/16x16/places/gnome-fs-ssh.png -share/icons/gnome/16x16/places/gnome-fs-trash-empty.png -share/icons/gnome/16x16/places/gnome-main-menu.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/16x16/places/gnome-stock-trash.png -share/icons/gnome/16x16/places/gtk-directory.icon -share/icons/gnome/16x16/places/gtk-directory.png -share/icons/gnome/16x16/places/gtk-network.png -share/icons/gnome/16x16/places/inode-directory.icon -share/icons/gnome/16x16/places/inode-directory.png -share/icons/gnome/16x16/places/network-server.png -share/icons/gnome/16x16/places/network-workgroup.png -share/icons/gnome/16x16/places/network.png -share/icons/gnome/16x16/places/network_local.png -share/icons/gnome/16x16/places/novell-button.png -share/icons/gnome/16x16/places/redhat-network-server.png -share/icons/gnome/16x16/places/server.png -share/icons/gnome/16x16/places/start-here.png -share/icons/gnome/16x16/places/stock_folder.icon -share/icons/gnome/16x16/places/stock_folder.png -share/icons/gnome/16x16/places/trashcan_empty.png -share/icons/gnome/16x16/places/user-bookmarks.png -share/icons/gnome/16x16/places/user-desktop.png -share/icons/gnome/16x16/places/user-home.png -share/icons/gnome/16x16/places/user-trash.png -share/icons/gnome/16x16/places/xfce-trash_empty.png -share/icons/gnome/16x16/status/appointment-missed.png -share/icons/gnome/16x16/status/appointment-soon.png -share/icons/gnome/16x16/status/audio-volume-high.png -share/icons/gnome/16x16/status/audio-volume-low.png -share/icons/gnome/16x16/status/audio-volume-medium.png -share/icons/gnome/16x16/status/audio-volume-muted.png -share/icons/gnome/16x16/status/battery-caution.png -share/icons/gnome/16x16/status/battery-low.png -share/icons/gnome/16x16/status/connect_creating.png -share/icons/gnome/16x16/status/connect_established.png -share/icons/gnome/16x16/status/connect_no.png -share/icons/gnome/16x16/status/dialog-error.png -share/icons/gnome/16x16/status/dialog-information.png -share/icons/gnome/16x16/status/dialog-password.png -share/icons/gnome/16x16/status/dialog-question.png -share/icons/gnome/16x16/status/dialog-warning.png -share/icons/gnome/16x16/status/edittrash.png -share/icons/gnome/16x16/status/error.png -share/icons/gnome/16x16/status/folder-drag-accept.png -share/icons/gnome/16x16/status/folder-open.png -share/icons/gnome/16x16/status/folder-visiting.png -share/icons/gnome/16x16/status/folder_open.png -share/icons/gnome/16x16/status/gnome-dev-wavelan-encrypted.png -share/icons/gnome/16x16/status/gnome-fs-directory-accept.png -share/icons/gnome/16x16/status/gnome-fs-directory-visiting.png -share/icons/gnome/16x16/status/gnome-fs-loading-icon.png -share/icons/gnome/16x16/status/gnome-fs-trash-full.png -share/icons/gnome/16x16/status/gnome-netstatus-disconn.png -share/icons/gnome/16x16/status/gnome-netstatus-error.png -share/icons/gnome/16x16/status/gnome-netstatus-idle.png -share/icons/gnome/16x16/status/gnome-netstatus-rx.png -share/icons/gnome/16x16/status/gnome-netstatus-tx.png -share/icons/gnome/16x16/status/gnome-netstatus-txrx.png -share/icons/gnome/16x16/status/gnome-stock-trash-full.png -share/icons/gnome/16x16/status/gtk-dialog-authentication.png -share/icons/gnome/16x16/status/gtk-dialog-error.png -share/icons/gnome/16x16/status/gtk-dialog-info.png -share/icons/gnome/16x16/status/gtk-dialog-question.png -share/icons/gnome/16x16/status/gtk-dialog-warning.png -share/icons/gnome/16x16/status/gtk-missing-image.png -share/icons/gnome/16x16/status/image-loading.png -share/icons/gnome/16x16/status/image-missing.png -share/icons/gnome/16x16/status/important.png -share/icons/gnome/16x16/status/info.png -share/icons/gnome/16x16/status/mail-attachment.png -share/icons/gnome/16x16/status/mail-read.png -share/icons/gnome/16x16/status/mail-replied.png -share/icons/gnome/16x16/status/mail-signed-verified.png -share/icons/gnome/16x16/status/mail-signed.png -share/icons/gnome/16x16/status/mail-unread.png -share/icons/gnome/16x16/status/media-playlist-repeat.png -share/icons/gnome/16x16/status/media-playlist-shuffle.png -share/icons/gnome/16x16/status/messagebox_critical.png -share/icons/gnome/16x16/status/messagebox_info.png -share/icons/gnome/16x16/status/messagebox_warning.png -share/icons/gnome/16x16/status/network-error.png -share/icons/gnome/16x16/status/network-idle.png -share/icons/gnome/16x16/status/network-offline.png -share/icons/gnome/16x16/status/network-receive.png -share/icons/gnome/16x16/status/network-transmit-receive.png -share/icons/gnome/16x16/status/network-transmit.png -share/icons/gnome/16x16/status/network-wireless-encrypted.png -share/icons/gnome/16x16/status/nm-adhoc.png -share/icons/gnome/16x16/status/nm-device-wired.png -share/icons/gnome/16x16/status/nm-device-wireless.png -share/icons/gnome/16x16/status/nm-no-connection.png -share/icons/gnome/16x16/status/printer-error.png -share/icons/gnome/16x16/status/printer-printing.png -share/icons/gnome/16x16/status/security-high.png -share/icons/gnome/16x16/status/security-low.png -share/icons/gnome/16x16/status/security-medium.png -share/icons/gnome/16x16/status/software-update-available.png -share/icons/gnome/16x16/status/software-update-urgent.png -share/icons/gnome/16x16/status/stock_appointment-reminder-excl.png -share/icons/gnome/16x16/status/stock_appointment-reminder.png -share/icons/gnome/16x16/status/stock_attach.png -share/icons/gnome/16x16/status/stock_dialog-error.png -share/icons/gnome/16x16/status/stock_dialog-info.png -share/icons/gnome/16x16/status/stock_dialog-question.png -share/icons/gnome/16x16/status/stock_dialog-warning.png -share/icons/gnome/16x16/status/stock_lock-broken.png -share/icons/gnome/16x16/status/stock_lock-ok.png -share/icons/gnome/16x16/status/stock_lock-open.png -share/icons/gnome/16x16/status/stock_lock.png -share/icons/gnome/16x16/status/stock_mail-open.png -share/icons/gnome/16x16/status/stock_mail-replied.png -share/icons/gnome/16x16/status/stock_mail-unread.png -share/icons/gnome/16x16/status/stock_open.png -share/icons/gnome/16x16/status/stock_repeat.png -share/icons/gnome/16x16/status/stock_shuffle.png -share/icons/gnome/16x16/status/stock_trash_full.png -share/icons/gnome/16x16/status/stock_volume-0.png -share/icons/gnome/16x16/status/stock_volume-max.png -share/icons/gnome/16x16/status/stock_volume-med.png -share/icons/gnome/16x16/status/stock_volume-min.png -share/icons/gnome/16x16/status/stock_volume-mute.png -share/icons/gnome/16x16/status/stock_volume.png -share/icons/gnome/16x16/status/stock_weather-cloudy.png -share/icons/gnome/16x16/status/stock_weather-few-clouds.png -share/icons/gnome/16x16/status/stock_weather-fog.png -share/icons/gnome/16x16/status/stock_weather-night-clear.png -share/icons/gnome/16x16/status/stock_weather-night-few-clouds.png -share/icons/gnome/16x16/status/stock_weather-showers.png -share/icons/gnome/16x16/status/stock_weather-snow.png -share/icons/gnome/16x16/status/stock_weather-storm.png -share/icons/gnome/16x16/status/stock_weather-sunny.png -share/icons/gnome/16x16/status/sunny.png -share/icons/gnome/16x16/status/task-due.png -share/icons/gnome/16x16/status/task-past-due.png -share/icons/gnome/16x16/status/trashcan_full.png -share/icons/gnome/16x16/status/user-trash-full.png -share/icons/gnome/16x16/status/weather-clear-night.png -share/icons/gnome/16x16/status/weather-clear.png -share/icons/gnome/16x16/status/weather-few-clouds-night.png -share/icons/gnome/16x16/status/weather-few-clouds.png -share/icons/gnome/16x16/status/weather-fog.png -share/icons/gnome/16x16/status/weather-overcast.png -share/icons/gnome/16x16/status/weather-severe-alert.png -share/icons/gnome/16x16/status/weather-showers-scattered.png -share/icons/gnome/16x16/status/weather-showers.png -share/icons/gnome/16x16/status/weather-snow.png -share/icons/gnome/16x16/status/weather-storm.png -share/icons/gnome/16x16/status/xfce-trash_full.png -share/icons/gnome/16x16/stock/chart/stock_chart-autoformat.png -share/icons/gnome/16x16/stock/chart/stock_chart-data-in-columns.png -share/icons/gnome/16x16/stock/chart/stock_chart-data-in-rows.png -share/icons/gnome/16x16/stock/chart/stock_chart-edit-type.png -share/icons/gnome/16x16/stock/chart/stock_chart-reorganize.png -share/icons/gnome/16x16/stock/chart/stock_chart-toggle-axes-title.png -share/icons/gnome/16x16/stock/chart/stock_chart-toggle-axes.png -share/icons/gnome/16x16/stock/chart/stock_chart-toggle-hgrid.png -share/icons/gnome/16x16/stock/chart/stock_chart-toggle-legend.png -share/icons/gnome/16x16/stock/chart/stock_chart-toggle-title.png -share/icons/gnome/16x16/stock/chart/stock_chart-toggle-vgrid.png -share/icons/gnome/16x16/stock/chart/stock_glue.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-down.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-horizontal-center.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-horizontal-left.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-horizontal-right.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-left.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-relative.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-right.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-up.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-vertical-bottom.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-vertical-center.png -share/icons/gnome/16x16/stock/chart/stock_gluepoint-vertical-top.png -share/icons/gnome/16x16/stock/chart/stock_insert-chart.png -share/icons/gnome/16x16/stock/code/stock_compile.png -share/icons/gnome/16x16/stock/code/stock_error-next.png -share/icons/gnome/16x16/stock/code/stock_error-previous.png -share/icons/gnome/16x16/stock/code/stock_macro-check-brackets.png -share/icons/gnome/16x16/stock/code/stock_macro-insert-breakpoint.png -share/icons/gnome/16x16/stock/code/stock_macro-insert.png -share/icons/gnome/16x16/stock/code/stock_macro-jump-back.png -share/icons/gnome/16x16/stock/code/stock_macro-objects.png -share/icons/gnome/16x16/stock/code/stock_macro-organizer.png -share/icons/gnome/16x16/stock/code/stock_macro-stop-after-command.png -share/icons/gnome/16x16/stock/code/stock_macro-stop-after-procedure.png -share/icons/gnome/16x16/stock/code/stock_macro-stop-watching.png -share/icons/gnome/16x16/stock/code/stock_macro-watch-variable.png -share/icons/gnome/16x16/stock/code/stock_record-macro.png -share/icons/gnome/16x16/stock/code/stock_run-macro.png -share/icons/gnome/16x16/stock/code/stock_script.png -share/icons/gnome/16x16/stock/code/stock_tools-macro.png -share/icons/gnome/16x16/stock/data/stock_add-decimal-place.png -share/icons/gnome/16x16/stock/data/stock_advanced-filter.png -share/icons/gnome/16x16/stock/data/stock_autofilter.png -share/icons/gnome/16x16/stock/data/stock_data-delete-link.png -share/icons/gnome/16x16/stock/data/stock_data-delete-query.png -share/icons/gnome/16x16/stock/data/stock_data-delete-record.png -share/icons/gnome/16x16/stock/data/stock_data-delete-sql-query.png -share/icons/gnome/16x16/stock/data/stock_data-delete-table.png -share/icons/gnome/16x16/stock/data/stock_data-edit-link.png -share/icons/gnome/16x16/stock/data/stock_data-edit-query.png -share/icons/gnome/16x16/stock/data/stock_data-edit-sql-query.png -share/icons/gnome/16x16/stock/data/stock_data-edit-table.png -share/icons/gnome/16x16/stock/data/stock_data-explorer.png -share/icons/gnome/16x16/stock/data/stock_data-first.png -share/icons/gnome/16x16/stock/data/stock_data-last.png -share/icons/gnome/16x16/stock/data/stock_data-link.png -share/icons/gnome/16x16/stock/data/stock_data-linked-table.png -share/icons/gnome/16x16/stock/data/stock_data-links.png -share/icons/gnome/16x16/stock/data/stock_data-new-link.png -share/icons/gnome/16x16/stock/data/stock_data-new-query.png -share/icons/gnome/16x16/stock/data/stock_data-new-record.png -share/icons/gnome/16x16/stock/data/stock_data-new-sql-query.png -share/icons/gnome/16x16/stock/data/stock_data-new-table.png -share/icons/gnome/16x16/stock/data/stock_data-next.png -share/icons/gnome/16x16/stock/data/stock_data-previous.png -share/icons/gnome/16x16/stock/data/stock_data-queries.png -share/icons/gnome/16x16/stock/data/stock_data-query-rename.png -share/icons/gnome/16x16/stock/data/stock_data-query.png -share/icons/gnome/16x16/stock/data/stock_data-save.png -share/icons/gnome/16x16/stock/data/stock_data-sources-delete.png -share/icons/gnome/16x16/stock/data/stock_data-sources-hand.png -share/icons/gnome/16x16/stock/data/stock_data-sources-modified.png -share/icons/gnome/16x16/stock/data/stock_data-sources-new.png -share/icons/gnome/16x16/stock/data/stock_data-sources.png -share/icons/gnome/16x16/stock/data/stock_data-table.png -share/icons/gnome/16x16/stock/data/stock_data-tables.png -share/icons/gnome/16x16/stock/data/stock_data-undo.png -share/icons/gnome/16x16/stock/data/stock_database.png -share/icons/gnome/16x16/stock/data/stock_delete-autofilter.png -share/icons/gnome/16x16/stock/data/stock_delete-decimal-place.png -share/icons/gnome/16x16/stock/data/stock_filter-data-by-criteria.png -share/icons/gnome/16x16/stock/data/stock_filter-navigator.png -share/icons/gnome/16x16/stock/data/stock_filters.png -share/icons/gnome/16x16/stock/data/stock_format-default.png -share/icons/gnome/16x16/stock/data/stock_format-percent.png -share/icons/gnome/16x16/stock/data/stock_format-scientific.png -share/icons/gnome/16x16/stock/data/stock_function-autopilot.png -share/icons/gnome/16x16/stock/data/stock_goal-seek.png -share/icons/gnome/16x16/stock/data/stock_insert-fields.png -share/icons/gnome/16x16/stock/data/stock_lock-broken.png -share/icons/gnome/16x16/stock/data/stock_lock-ok.png -share/icons/gnome/16x16/stock/data/stock_lock-open.png -share/icons/gnome/16x16/stock/data/stock_lock.png -share/icons/gnome/16x16/stock/data/stock_record-number.png -share/icons/gnome/16x16/stock/data/stock_signature-bad.png -share/icons/gnome/16x16/stock/data/stock_signature-ok.png -share/icons/gnome/16x16/stock/data/stock_signature.png -share/icons/gnome/16x16/stock/data/stock_sort-ascending.png -share/icons/gnome/16x16/stock/data/stock_sort-column-ascending.png -share/icons/gnome/16x16/stock/data/stock_sort-criteria.png -share/icons/gnome/16x16/stock/data/stock_sort-descending.png -share/icons/gnome/16x16/stock/data/stock_sort-row-ascending.png -share/icons/gnome/16x16/stock/data/stock_standard-filter.png -share/icons/gnome/16x16/stock/data/stock_sum.png -share/icons/gnome/16x16/stock/data/stock_update-data.png -share/icons/gnome/16x16/stock/document/stock_certificate.png -share/icons/gnome/16x16/stock/document/stock_new-drawing.png -share/icons/gnome/16x16/stock/document/stock_new-formula.png -share/icons/gnome/16x16/stock/document/stock_new-html.png -share/icons/gnome/16x16/stock/document/stock_new-labels.png -share/icons/gnome/16x16/stock/document/stock_new-master-document.png -share/icons/gnome/16x16/stock/document/stock_new-presentation.png -share/icons/gnome/16x16/stock/document/stock_new-spreadsheet.png -share/icons/gnome/16x16/stock/document/stock_new-template.png -share/icons/gnome/16x16/stock/document/stock_new-text.png -share/icons/gnome/16x16/stock/document/stock_new.png -share/icons/gnome/16x16/stock/document/stock_preview-four-pages.png -share/icons/gnome/16x16/stock/document/stock_preview-two-pages.png -share/icons/gnome/16x16/stock/document/stock_print-layout.png -share/icons/gnome/16x16/stock/document/stock_print-options.png -share/icons/gnome/16x16/stock/document/stock_print-resolution.png -share/icons/gnome/16x16/stock/document/stock_script.png -share/icons/gnome/16x16/stock/document/stock_scripts.png -share/icons/gnome/16x16/stock/document/stock_task-assigned-to.png -share/icons/gnome/16x16/stock/document/stock_task-assigned.png -share/icons/gnome/16x16/stock/document/stock_task-recurring.png -share/icons/gnome/16x16/stock/document/stock_task.png -share/icons/gnome/16x16/stock/document/stock_todo.png -share/icons/gnome/16x16/stock/document/stock_view-html-source.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-14.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-16.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-17.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-19.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-20.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-21.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-23.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-24.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-25.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-26.png -share/icons/gnome/16x16/stock/emoticons/stock_smiley-9.png -share/icons/gnome/16x16/stock/form/stock_form-activation-order.png -share/icons/gnome/16x16/stock/form/stock_form-add-field.png -share/icons/gnome/16x16/stock/form/stock_form-automatic-control-focus.png -share/icons/gnome/16x16/stock/form/stock_form-autopilots.png -share/icons/gnome/16x16/stock/form/stock_form-button.png -share/icons/gnome/16x16/stock/form/stock_form-checkbox.png -share/icons/gnome/16x16/stock/form/stock_form-combobox.png -share/icons/gnome/16x16/stock/form/stock_form-control-properties.png -share/icons/gnome/16x16/stock/form/stock_form-currency-field.png -share/icons/gnome/16x16/stock/form/stock_form-date-field.png -share/icons/gnome/16x16/stock/form/stock_form-design-mode.png -share/icons/gnome/16x16/stock/form/stock_form-file-selection.png -share/icons/gnome/16x16/stock/form/stock_form-formatted-field.png -share/icons/gnome/16x16/stock/form/stock_form-frame.png -share/icons/gnome/16x16/stock/form/stock_form-image-button.png -share/icons/gnome/16x16/stock/form/stock_form-image-control.png -share/icons/gnome/16x16/stock/form/stock_form-label.png -share/icons/gnome/16x16/stock/form/stock_form-letter-dialog.png -share/icons/gnome/16x16/stock/form/stock_form-listbox.png -share/icons/gnome/16x16/stock/form/stock_form-navigator.png -share/icons/gnome/16x16/stock/form/stock_form-numerical-field.png -share/icons/gnome/16x16/stock/form/stock_form-open-in-design-mode.png -share/icons/gnome/16x16/stock/form/stock_form-pattern-field.png -share/icons/gnome/16x16/stock/form/stock_form-progressbar.png -share/icons/gnome/16x16/stock/form/stock_form-properties.png -share/icons/gnome/16x16/stock/form/stock_form-radio.png -share/icons/gnome/16x16/stock/form/stock_form-table-control.png -share/icons/gnome/16x16/stock/form/stock_form-text-box.png -share/icons/gnome/16x16/stock/form/stock_form-time-field.png -share/icons/gnome/16x16/stock/form/stock_insert-form.png -share/icons/gnome/16x16/stock/form/stock_macro-controls.png -share/icons/gnome/16x16/stock/form/stock_show-form-dialog.png -share/icons/gnome/16x16/stock/form/stock_show-hidden-controls.png -share/icons/gnome/16x16/stock/form/stock_view-fields.png -share/icons/gnome/16x16/stock/generic/stock_3d-favourites.png -share/icons/gnome/16x16/stock/generic/stock_about.png -share/icons/gnome/16x16/stock/generic/stock_active.png -share/icons/gnome/16x16/stock/generic/stock_allow-effects.png -share/icons/gnome/16x16/stock/generic/stock_anchor.png -share/icons/gnome/16x16/stock/generic/stock_animation.png -share/icons/gnome/16x16/stock/generic/stock_autocompletion.png -share/icons/gnome/16x16/stock/generic/stock_autopilot.png -share/icons/gnome/16x16/stock/generic/stock_bell.png -share/icons/gnome/16x16/stock/generic/stock_book_blue.png -share/icons/gnome/16x16/stock/generic/stock_book_green.png -share/icons/gnome/16x16/stock/generic/stock_book_open.png -share/icons/gnome/16x16/stock/generic/stock_book_red.png -share/icons/gnome/16x16/stock/generic/stock_book_yellow.png -share/icons/gnome/16x16/stock/generic/stock_briefcase.png -share/icons/gnome/16x16/stock/generic/stock_calc-accept.png -share/icons/gnome/16x16/stock/generic/stock_calc-cancel.png -share/icons/gnome/16x16/stock/generic/stock_calendar-and-tasks.png -share/icons/gnome/16x16/stock/generic/stock_check-filled.png -share/icons/gnome/16x16/stock/generic/stock_color.png -share/icons/gnome/16x16/stock/generic/stock_default-folder.png -share/icons/gnome/16x16/stock/generic/stock_drag-mode.png -share/icons/gnome/16x16/stock/generic/stock_edit.png -share/icons/gnome/16x16/stock/generic/stock_equals.png -share/icons/gnome/16x16/stock/generic/stock_example.png -share/icons/gnome/16x16/stock/generic/stock_exit.png -share/icons/gnome/16x16/stock/generic/stock_extended-help.png -share/icons/gnome/16x16/stock/generic/stock_file-properties.png -share/icons/gnome/16x16/stock/generic/stock_flip-horizontally.png -share/icons/gnome/16x16/stock/generic/stock_flip-vertically.png -share/icons/gnome/16x16/stock/generic/stock_folder-copy.png -share/icons/gnome/16x16/stock/generic/stock_folder-move.png -share/icons/gnome/16x16/stock/generic/stock_folder-properties.png -share/icons/gnome/16x16/stock/generic/stock_format-page.png -share/icons/gnome/16x16/stock/generic/stock_help-add-bookmark.png -share/icons/gnome/16x16/stock/generic/stock_help-agent.png -share/icons/gnome/16x16/stock/generic/stock_help-book-open.png -share/icons/gnome/16x16/stock/generic/stock_help-book.png -share/icons/gnome/16x16/stock/generic/stock_help-chat.png -share/icons/gnome/16x16/stock/generic/stock_help-document.png -share/icons/gnome/16x16/stock/generic/stock_help-pane-off.png -share/icons/gnome/16x16/stock/generic/stock_help-pane-on.png -share/icons/gnome/16x16/stock/generic/stock_id.png -share/icons/gnome/16x16/stock/generic/stock_keyring.png -share/icons/gnome/16x16/stock/generic/stock_landline-phone.png -share/icons/gnome/16x16/stock/generic/stock_mark.png -share/icons/gnome/16x16/stock/generic/stock_new-24h-appointment.png -share/icons/gnome/16x16/stock/generic/stock_new-meeting.png -share/icons/gnome/16x16/stock/generic/stock_news.png -share/icons/gnome/16x16/stock/generic/stock_notebook.png -share/icons/gnome/16x16/stock/generic/stock_notes.png -share/icons/gnome/16x16/stock/generic/stock_openoffice.png -share/icons/gnome/16x16/stock/generic/stock_people.png -share/icons/gnome/16x16/stock/generic/stock_person.png -share/icons/gnome/16x16/stock/generic/stock_presentation-box.png -share/icons/gnome/16x16/stock/generic/stock_presentation-styles.png -share/icons/gnome/16x16/stock/generic/stock_properties.png -share/icons/gnome/16x16/stock/generic/stock_score-high.png -share/icons/gnome/16x16/stock/generic/stock_score-higher.png -share/icons/gnome/16x16/stock/generic/stock_score-highest.png -share/icons/gnome/16x16/stock/generic/stock_score-low.png -share/icons/gnome/16x16/stock/generic/stock_score-lower.png -share/icons/gnome/16x16/stock/generic/stock_score-lowest.png -share/icons/gnome/16x16/stock/generic/stock_score-normal.png -share/icons/gnome/16x16/stock/generic/stock_send-fax.png -share/icons/gnome/16x16/stock/generic/stock_show-all.png -share/icons/gnome/16x16/stock/generic/stock_styles.png -share/icons/gnome/16x16/stock/generic/stock_summary.png -share/icons/gnome/16x16/stock/generic/stock_test-mode.png -share/icons/gnome/16x16/stock/generic/stock_timer.png -share/icons/gnome/16x16/stock/generic/stock_timer_stopped.png -share/icons/gnome/16x16/stock/generic/stock_timezone.png -share/icons/gnome/16x16/stock/generic/stock_toggle-info.png -share/icons/gnome/16x16/stock/generic/stock_toggle-preview.png -share/icons/gnome/16x16/stock/generic/stock_toilet-paper.png -share/icons/gnome/16x16/stock/generic/stock_trash_full.png -share/icons/gnome/16x16/stock/generic/stock_undelete.png -share/icons/gnome/16x16/stock/generic/stock_unknown.png -share/icons/gnome/16x16/stock/generic/stock_view-details.png -share/icons/gnome/16x16/stock/generic/stock_web-calendar.png -share/icons/gnome/16x16/stock/generic/stock_web-support.png -share/icons/gnome/16x16/stock/image/stock_3d-color-picker.png -share/icons/gnome/16x16/stock/image/stock_3d-colors.png -share/icons/gnome/16x16/stock/image/stock_3d-custom-color.png -share/icons/gnome/16x16/stock/image/stock_3d-effects.png -share/icons/gnome/16x16/stock/image/stock_arrowstyle.png -share/icons/gnome/16x16/stock/image/stock_brightness.png -share/icons/gnome/16x16/stock/image/stock_bucketfill.png -share/icons/gnome/16x16/stock/image/stock_channel-blue.png -share/icons/gnome/16x16/stock/image/stock_channel-green.png -share/icons/gnome/16x16/stock/image/stock_channel-red.png -share/icons/gnome/16x16/stock/image/stock_contrast.png -share/icons/gnome/16x16/stock/image/stock_crop.png -share/icons/gnome/16x16/stock/image/stock_display-grid.png -share/icons/gnome/16x16/stock/image/stock_display-guides.png -share/icons/gnome/16x16/stock/image/stock_distort.png -share/icons/gnome/16x16/stock/image/stock_draw-arc.png -share/icons/gnome/16x16/stock/image/stock_draw-callouts.png -share/icons/gnome/16x16/stock/image/stock_draw-circle-arc.png -share/icons/gnome/16x16/stock/image/stock_draw-circle-pie-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-circle-pie.png -share/icons/gnome/16x16/stock/image/stock_draw-circle-segment-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-circle-segment.png -share/icons/gnome/16x16/stock/image/stock_draw-circle-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-cone.png -share/icons/gnome/16x16/stock/image/stock_draw-connector-ends-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-connector-ends-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-connector-starts-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-connector-starts-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-connector-with-arrows.png -share/icons/gnome/16x16/stock/image/stock_draw-connector-with-circles.png -share/icons/gnome/16x16/stock/image/stock_draw-connector.png -share/icons/gnome/16x16/stock/image/stock_draw-cube.png -share/icons/gnome/16x16/stock/image/stock_draw-curve-filled.png -share/icons/gnome/16x16/stock/image/stock_draw-curve.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector-ends-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector-ends-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector-starts-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector-starts-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector-with-arrows.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector-with-circles.png -share/icons/gnome/16x16/stock/image/stock_draw-curved-connector.png -share/icons/gnome/16x16/stock/image/stock_draw-cylinder.png -share/icons/gnome/16x16/stock/image/stock_draw-dimension-line.png -share/icons/gnome/16x16/stock/image/stock_draw-ellipse-pie-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-ellipse-pie.png -share/icons/gnome/16x16/stock/image/stock_draw-ellipse-segment-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-ellipse-segment.png -share/icons/gnome/16x16/stock/image/stock_draw-ellipse-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-ellipse.png -share/icons/gnome/16x16/stock/image/stock_draw-freeform-line-filled.png -share/icons/gnome/16x16/stock/image/stock_draw-freeform-line.png -share/icons/gnome/16x16/stock/image/stock_draw-half-sphere.png -share/icons/gnome/16x16/stock/image/stock_draw-line-45.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector-ends-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector-ends-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector-starts-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector-starts-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector-with-arrows.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector-with-circles.png -share/icons/gnome/16x16/stock/image/stock_draw-line-connector.png -share/icons/gnome/16x16/stock/image/stock_draw-line-ends-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-line-starts-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-line-with-arrow-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-line-with-arrow-square.png -share/icons/gnome/16x16/stock/image/stock_draw-line-with-arrows.png -share/icons/gnome/16x16/stock/image/stock_draw-line-with-circle-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-line-with-square-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-line.png -share/icons/gnome/16x16/stock/image/stock_draw-polygon-45-filled.png -share/icons/gnome/16x16/stock/image/stock_draw-polygon-45.png -share/icons/gnome/16x16/stock/image/stock_draw-polygon-filled.png -share/icons/gnome/16x16/stock/image/stock_draw-polygon.png -share/icons/gnome/16x16/stock/image/stock_draw-pyramid.png -share/icons/gnome/16x16/stock/image/stock_draw-rectangle-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-rectangle.png -share/icons/gnome/16x16/stock/image/stock_draw-rounded-rectangle-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-rounded-rectangle.png -share/icons/gnome/16x16/stock/image/stock_draw-rounded-square-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-rounded-square.png -share/icons/gnome/16x16/stock/image/stock_draw-selection.png -share/icons/gnome/16x16/stock/image/stock_draw-shell.png -share/icons/gnome/16x16/stock/image/stock_draw-sphere.png -share/icons/gnome/16x16/stock/image/stock_draw-square-unfilled.png -share/icons/gnome/16x16/stock/image/stock_draw-square.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector-ends-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector-ends-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector-starts-with-arrow.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector-starts-with-circle.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector-with-arrows.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector-with-circles.png -share/icons/gnome/16x16/stock/image/stock_draw-straight-connector.png -share/icons/gnome/16x16/stock/image/stock_draw-torus.png -share/icons/gnome/16x16/stock/image/stock_draw-vertical-callouts.png -share/icons/gnome/16x16/stock/image/stock_edit-points.png -share/icons/gnome/16x16/stock/image/stock_filters-aging.png -share/icons/gnome/16x16/stock/image/stock_filters-charcoal.png -share/icons/gnome/16x16/stock/image/stock_filters-invert.png -share/icons/gnome/16x16/stock/image/stock_filters-pixelize.png -share/icons/gnome/16x16/stock/image/stock_filters-pop-art.png -share/icons/gnome/16x16/stock/image/stock_filters-posterize.png -share/icons/gnome/16x16/stock/image/stock_filters-relief.png -share/icons/gnome/16x16/stock/image/stock_filters-remove-noise.png -share/icons/gnome/16x16/stock/image/stock_filters-sharpen.png -share/icons/gnome/16x16/stock/image/stock_filters-smooth.png -share/icons/gnome/16x16/stock/image/stock_filters-solarize.png -share/icons/gnome/16x16/stock/image/stock_flip.png -share/icons/gnome/16x16/stock/image/stock_gamma.png -share/icons/gnome/16x16/stock/image/stock_gradient.png -share/icons/gnome/16x16/stock/image/stock_graphic-styles.png -share/icons/gnome/16x16/stock/image/stock_graphics-align-bottom.png -share/icons/gnome/16x16/stock/image/stock_graphics-align-center.png -share/icons/gnome/16x16/stock/image/stock_graphics-align-centered.png -share/icons/gnome/16x16/stock/image/stock_graphics-align-left.png -share/icons/gnome/16x16/stock/image/stock_graphics-align-right.png -share/icons/gnome/16x16/stock/image/stock_graphics-align-top.png -share/icons/gnome/16x16/stock/image/stock_guides.png -share/icons/gnome/16x16/stock/image/stock_imagemap-editor.png -share/icons/gnome/16x16/stock/image/stock_insert_image.png -share/icons/gnome/16x16/stock/image/stock_linepen.png -share/icons/gnome/16x16/stock/image/stock_modify-layout.png -share/icons/gnome/16x16/stock/image/stock_node-add.png -share/icons/gnome/16x16/stock/image/stock_node-close-path.png -share/icons/gnome/16x16/stock/image/stock_node-convert.png -share/icons/gnome/16x16/stock/image/stock_node-corner-to-smooth.png -share/icons/gnome/16x16/stock/image/stock_node-corner.png -share/icons/gnome/16x16/stock/image/stock_node-curve-split.png -share/icons/gnome/16x16/stock/image/stock_node-delete.png -share/icons/gnome/16x16/stock/image/stock_node-mark-for-deletion.png -share/icons/gnome/16x16/stock/image/stock_node-move.png -share/icons/gnome/16x16/stock/image/stock_node-smooth-to-symmetrical.png -share/icons/gnome/16x16/stock/image/stock_placeholder-graphic.png -share/icons/gnome/16x16/stock/image/stock_placeholder-line-contour.png -share/icons/gnome/16x16/stock/image/stock_placeholder-picture.png -share/icons/gnome/16x16/stock/image/stock_placeholder-text.png -share/icons/gnome/16x16/stock/image/stock_quickmask.png -share/icons/gnome/16x16/stock/image/stock_rotate-3d.png -share/icons/gnome/16x16/stock/image/stock_rotate.png -share/icons/gnome/16x16/stock/image/stock_rotation-mode.png -share/icons/gnome/16x16/stock/image/stock_shadow.png -share/icons/gnome/16x16/stock/image/stock_show-draw-functions.png -share/icons/gnome/16x16/stock/image/stock_toggle-graphics.png -share/icons/gnome/16x16/stock/image/stock_transform-circle-perspective.png -share/icons/gnome/16x16/stock/image/stock_transform-circle-slant.png -share/icons/gnome/16x16/stock/image/stock_transparency.png -share/icons/gnome/16x16/stock/image/stock_wallpaper-center.png -share/icons/gnome/16x16/stock/image/stock_wallpaper-fill.png -share/icons/gnome/16x16/stock/image/stock_wallpaper-scale.png -share/icons/gnome/16x16/stock/image/stock_wallpaper-tile.png -share/icons/gnome/16x16/stock/io/stock_export.png -share/icons/gnome/16x16/stock/io/stock_insert-file.png -share/icons/gnome/16x16/stock/io/stock_network-printer.png -share/icons/gnome/16x16/stock/io/stock_open-read-only.png -share/icons/gnome/16x16/stock/io/stock_print-driver.png -share/icons/gnome/16x16/stock/io/stock_print-preview-print.png -share/icons/gnome/16x16/stock/io/stock_print-setup.png -share/icons/gnome/16x16/stock/io/stock_printers.png -share/icons/gnome/16x16/stock/io/stock_reload.png -share/icons/gnome/16x16/stock/io/stock_save-pdf.png -share/icons/gnome/16x16/stock/io/stock_save-template.png -share/icons/gnome/16x16/stock/io/stock_up-one-dir.png -share/icons/gnome/16x16/stock/media/stock_3dsound.png -share/icons/gnome/16x16/stock/media/stock_effects-sound.png -share/icons/gnome/16x16/stock/media/stock_headphones.png -share/icons/gnome/16x16/stock/media/stock_insert-video-plugin.png -share/icons/gnome/16x16/stock/media/stock_line_in.png -share/icons/gnome/16x16/stock/media/stock_midi.png -share/icons/gnome/16x16/stock/media/stock_music-library.png -share/icons/gnome/16x16/stock/media/stock_playlist.png -share/icons/gnome/16x16/stock/media/stock_smart-playlist.png -share/icons/gnome/16x16/stock/navigation/stock_down-with-subpoints.png -share/icons/gnome/16x16/stock/navigation/stock_first-page.png -share/icons/gnome/16x16/stock/navigation/stock_last-page.png -share/icons/gnome/16x16/stock/navigation/stock_left-with-subpoints.png -share/icons/gnome/16x16/stock/navigation/stock_live-mode.png -share/icons/gnome/16x16/stock/navigation/stock_navigate-next.png -share/icons/gnome/16x16/stock/navigation/stock_navigate-prev.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-all-or-sel-toggle.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-database-ranges.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-drag-mode.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-edit-entry.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-foonote-body-toggle.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-footer-body-toggle.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-header-body-toggle.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-headings.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-indexes.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-insert-as-copy.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-insert-as-link.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-insert-index.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-insert-linked.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-levels.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-list-box-toggle.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-master-toggle.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-next-object.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-open-toolbar.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-previous-object.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-range-names.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-references.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-reminder.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-scenarios.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-sections.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-shift-down.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-shift-left.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-shift-right.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-shift-up.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-table-formula.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-text.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-update-entry.png -share/icons/gnome/16x16/stock/navigation/stock_navigator-wrong-table-formula.png -share/icons/gnome/16x16/stock/navigation/stock_navigator.png -share/icons/gnome/16x16/stock/navigation/stock_next-page.png -share/icons/gnome/16x16/stock/navigation/stock_next.png -share/icons/gnome/16x16/stock/navigation/stock_previous-page.png -share/icons/gnome/16x16/stock/navigation/stock_previous.png -share/icons/gnome/16x16/stock/navigation/stock_right-with-subpoints.png -share/icons/gnome/16x16/stock/navigation/stock_undo-history.png -share/icons/gnome/16x16/stock/navigation/stock_up-with-subpoints.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-next.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-object.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-optimal.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-page-width.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-page.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-previous.png -share/icons/gnome/16x16/stock/navigation/stock_zoom-shift.png -share/icons/gnome/16x16/stock/navigation/stock_zoom.png -share/icons/gnome/16x16/stock/net/stock_addressbook.png -share/icons/gnome/16x16/stock/net/stock_channel.png -share/icons/gnome/16x16/stock/net/stock_connect-to-url.png -share/icons/gnome/16x16/stock/net/stock_connect.png -share/icons/gnome/16x16/stock/net/stock_contact-list.png -share/icons/gnome/16x16/stock/net/stock_contact.png -share/icons/gnome/16x16/stock/net/stock_directory-server.png -share/icons/gnome/16x16/stock/net/stock_disconnect.png -share/icons/gnome/16x16/stock/net/stock_exchange-connector.png -share/icons/gnome/16x16/stock/net/stock_groupwise-connector.png -share/icons/gnome/16x16/stock/net/stock_hand-signed.png -share/icons/gnome/16x16/stock/net/stock_hyperlink-internet-search.png -share/icons/gnome/16x16/stock/net/stock_hyperlink-target.png -share/icons/gnome/16x16/stock/net/stock_hyperlink-toolbar.png -share/icons/gnome/16x16/stock/net/stock_hyperlink.png -share/icons/gnome/16x16/stock/net/stock_inbox.png -share/icons/gnome/16x16/stock/net/stock_insert-url.png -share/icons/gnome/16x16/stock/net/stock_internet.png -share/icons/gnome/16x16/stock/net/stock_link.png -share/icons/gnome/16x16/stock/net/stock_mail-accounts.png -share/icons/gnome/16x16/stock/net/stock_mail-copy.png -share/icons/gnome/16x16/stock/net/stock_mail-filters-apply.png -share/icons/gnome/16x16/stock/net/stock_mail-flag-for-followup-done.png -share/icons/gnome/16x16/stock/net/stock_mail-flag-for-followup.png -share/icons/gnome/16x16/stock/net/stock_mail-handling.png -share/icons/gnome/16x16/stock/net/stock_mail-hide-deleted.png -share/icons/gnome/16x16/stock/net/stock_mail-hide-read.png -share/icons/gnome/16x16/stock/net/stock_mail-hide-selected.png -share/icons/gnome/16x16/stock/net/stock_mail-import.png -share/icons/gnome/16x16/stock/net/stock_mail-merge.png -share/icons/gnome/16x16/stock/net/stock_mail-move.png -share/icons/gnome/16x16/stock/net/stock_mail-open-multiple.png -share/icons/gnome/16x16/stock/net/stock_mail-open.png -share/icons/gnome/16x16/stock/net/stock_mail-receive.png -share/icons/gnome/16x16/stock/net/stock_mail-replied.png -share/icons/gnome/16x16/stock/net/stock_mail-send.png -share/icons/gnome/16x16/stock/net/stock_mail-unread-multiple.png -share/icons/gnome/16x16/stock/net/stock_mail-unread.png -share/icons/gnome/16x16/stock/net/stock_mail.png -share/icons/gnome/16x16/stock/net/stock_message-display.png -share/icons/gnome/16x16/stock/net/stock_online-layout.png -share/icons/gnome/16x16/stock/net/stock_outbox.png -share/icons/gnome/16x16/stock/net/stock_post-message.png -share/icons/gnome/16x16/stock/net/stock_sent-mail.png -share/icons/gnome/16x16/stock/net/stock_shared-by-me.png -share/icons/gnome/16x16/stock/net/stock_shared-to-me.png -share/icons/gnome/16x16/stock/net/stock_video-conferencing.png -share/icons/gnome/16x16/stock/object/stock_3d-3d-attributes-only.png -share/icons/gnome/16x16/stock/object/stock_3d-all-attributes.png -share/icons/gnome/16x16/stock/object/stock_3d-geometry.png -share/icons/gnome/16x16/stock/object/stock_3d-light-off.png -share/icons/gnome/16x16/stock/object/stock_3d-light-on.png -share/icons/gnome/16x16/stock/object/stock_3d-light.png -share/icons/gnome/16x16/stock/object/stock_3d-material.png -share/icons/gnome/16x16/stock/object/stock_3d-normals-double-sided-closed-body.png -share/icons/gnome/16x16/stock/object/stock_3d-normals-double-sided.png -share/icons/gnome/16x16/stock/object/stock_3d-normals-flat.png -share/icons/gnome/16x16/stock/object/stock_3d-normals-flip-illumination.png -share/icons/gnome/16x16/stock/object/stock_3d-normals-object-specific.png -share/icons/gnome/16x16/stock/object/stock_3d-normals-spherical.png -share/icons/gnome/16x16/stock/object/stock_3d-perspective.png -share/icons/gnome/16x16/stock/object/stock_3d-shading.png -share/icons/gnome/16x16/stock/object/stock_3d-texture-and-shading.png -share/icons/gnome/16x16/stock/object/stock_3d-texture-object-specific.png -share/icons/gnome/16x16/stock/object/stock_3d-texture-only.png -share/icons/gnome/16x16/stock/object/stock_3d-texture-parallel.png -share/icons/gnome/16x16/stock/object/stock_3d-texture-spherical.png -share/icons/gnome/16x16/stock/object/stock_3d-texture.png -share/icons/gnome/16x16/stock/object/stock_auto-contour.png -share/icons/gnome/16x16/stock/object/stock_bookmark.png -share/icons/gnome/16x16/stock/object/stock_bring-backward.png -share/icons/gnome/16x16/stock/object/stock_bring-forward.png -share/icons/gnome/16x16/stock/object/stock_create-with-attributes.png -share/icons/gnome/16x16/stock/object/stock_delete-bookmark.png -share/icons/gnome/16x16/stock/object/stock_edit-bookmark.png -share/icons/gnome/16x16/stock/object/stock_effects-more-options.png -share/icons/gnome/16x16/stock/object/stock_effects-object-colorize.png -share/icons/gnome/16x16/stock/object/stock_effects-object-hide.png -share/icons/gnome/16x16/stock/object/stock_effects-object.png -share/icons/gnome/16x16/stock/object/stock_effects-play-in-full.png -share/icons/gnome/16x16/stock/object/stock_effects-preview.png -share/icons/gnome/16x16/stock/object/stock_effects.png -share/icons/gnome/16x16/stock/object/stock_enter-group.png -share/icons/gnome/16x16/stock/object/stock_exit-group.png -share/icons/gnome/16x16/stock/object/stock_file-with-objects.png -share/icons/gnome/16x16/stock/object/stock_format-object.png -share/icons/gnome/16x16/stock/object/stock_formula-cursor.png -share/icons/gnome/16x16/stock/object/stock_frame.png -share/icons/gnome/16x16/stock/object/stock_group.png -share/icons/gnome/16x16/stock/object/stock_handles-big.png -share/icons/gnome/16x16/stock/object/stock_handles-simple.png -share/icons/gnome/16x16/stock/object/stock_insert-applet.png -share/icons/gnome/16x16/stock/object/stock_insert-floating-frame.png -share/icons/gnome/16x16/stock/object/stock_insert-gluepoint.png -share/icons/gnome/16x16/stock/object/stock_insert-math-object.png -share/icons/gnome/16x16/stock/object/stock_insert-note.png -share/icons/gnome/16x16/stock/object/stock_insert-ole-object.png -share/icons/gnome/16x16/stock/object/stock_insert-plugin.png -share/icons/gnome/16x16/stock/object/stock_insert-rule.png -share/icons/gnome/16x16/stock/object/stock_insert-single-column-text-frame.png -share/icons/gnome/16x16/stock/object/stock_insert-slide.png -share/icons/gnome/16x16/stock/object/stock_insert-sound-plugin.png -share/icons/gnome/16x16/stock/object/stock_insert-text-frame.png -share/icons/gnome/16x16/stock/object/stock_insert_graphic.png -share/icons/gnome/16x16/stock/object/stock_insert_special_character.png -share/icons/gnome/16x16/stock/object/stock_interaction.png -share/icons/gnome/16x16/stock/object/stock_new-bcard.png -share/icons/gnome/16x16/stock/object/stock_object-behind.png -share/icons/gnome/16x16/stock/object/stock_object-infront.png -share/icons/gnome/16x16/stock/object/stock_pin.png -share/icons/gnome/16x16/stock/object/stock_position-size.png -share/icons/gnome/16x16/stock/object/stock_reverse-order.png -share/icons/gnome/16x16/stock/object/stock_slide-design.png -share/icons/gnome/16x16/stock/object/stock_slide-duplicate.png -share/icons/gnome/16x16/stock/object/stock_slide-expand.png -share/icons/gnome/16x16/stock/object/stock_slide-reherse-timings.png -share/icons/gnome/16x16/stock/object/stock_slide-show.png -share/icons/gnome/16x16/stock/object/stock_slide-showhide.png -share/icons/gnome/16x16/stock/object/stock_snap-grid.png -share/icons/gnome/16x16/stock/object/stock_snap-guides.png -share/icons/gnome/16x16/stock/object/stock_snap-margins.png -share/icons/gnome/16x16/stock/object/stock_snap-object-points.png -share/icons/gnome/16x16/stock/object/stock_snap-object.png -share/icons/gnome/16x16/stock/object/stock_symbol-selection.png -share/icons/gnome/16x16/stock/object/stock_to-3d-rotation-object.png -share/icons/gnome/16x16/stock/object/stock_to-3d.png -share/icons/gnome/16x16/stock/object/stock_to-bottom.png -share/icons/gnome/16x16/stock/object/stock_to-curve.png -share/icons/gnome/16x16/stock/object/stock_to-polygon.png -share/icons/gnome/16x16/stock/object/stock_to-top.png -share/icons/gnome/16x16/stock/object/stock_ungroup.png -share/icons/gnome/16x16/stock/object/stock_unlink.png -share/icons/gnome/16x16/stock/object/stock_view-function-selection.png -share/icons/gnome/16x16/stock/table/stock_alignment-bottom.png -share/icons/gnome/16x16/stock/table/stock_alignment-centered-vertically.png -share/icons/gnome/16x16/stock/table/stock_alignment-centered.png -share/icons/gnome/16x16/stock/table/stock_alignment-left.png -share/icons/gnome/16x16/stock/table/stock_alignment-right.png -share/icons/gnome/16x16/stock/table/stock_alignment-top.png -share/icons/gnome/16x16/stock/table/stock_alignment.png -share/icons/gnome/16x16/stock/table/stock_cell-align-bottom.png -share/icons/gnome/16x16/stock/table/stock_cell-align-center.png -share/icons/gnome/16x16/stock/table/stock_cell-align-top.png -share/icons/gnome/16x16/stock/table/stock_choose-themes.png -share/icons/gnome/16x16/stock/table/stock_datapilot.png -share/icons/gnome/16x16/stock/table/stock_delete-column.png -share/icons/gnome/16x16/stock/table/stock_delete-row.png -share/icons/gnome/16x16/stock/table/stock_exchange-columns.png -share/icons/gnome/16x16/stock/table/stock_exchange-rows.png -share/icons/gnome/16x16/stock/table/stock_group-cells.png -share/icons/gnome/16x16/stock/table/stock_insert-cells-down.png -share/icons/gnome/16x16/stock/table/stock_insert-cells-right.png -share/icons/gnome/16x16/stock/table/stock_insert-cells.png -share/icons/gnome/16x16/stock/table/stock_insert-columns.png -share/icons/gnome/16x16/stock/table/stock_insert-names-define.png -share/icons/gnome/16x16/stock/table/stock_insert-rows.png -share/icons/gnome/16x16/stock/table/stock_insert-table.png -share/icons/gnome/16x16/stock/table/stock_select-cell.png -share/icons/gnome/16x16/stock/table/stock_select-column.png -share/icons/gnome/16x16/stock/table/stock_select-row.png -share/icons/gnome/16x16/stock/table/stock_select-table.png -share/icons/gnome/16x16/stock/table/stock_sort-table-column-ascending.png -share/icons/gnome/16x16/stock/table/stock_sort-table-row-ascending.png -share/icons/gnome/16x16/stock/table/stock_table-align-bottom.png -share/icons/gnome/16x16/stock/table/stock_table-align-center.png -share/icons/gnome/16x16/stock/table/stock_table-align-top.png -share/icons/gnome/16x16/stock/table/stock_table-borders.png -share/icons/gnome/16x16/stock/table/stock_table-combine.png -share/icons/gnome/16x16/stock/table/stock_table-fit-height.png -share/icons/gnome/16x16/stock/table/stock_table-fit-width.png -share/icons/gnome/16x16/stock/table/stock_table-fixed-proportional.png -share/icons/gnome/16x16/stock/table/stock_table-fixed.png -share/icons/gnome/16x16/stock/table/stock_table-line-color.png -share/icons/gnome/16x16/stock/table/stock_table-line-style.png -share/icons/gnome/16x16/stock/table/stock_table-optimize.png -share/icons/gnome/16x16/stock/table/stock_table-same-height.png -share/icons/gnome/16x16/stock/table/stock_table-same-width.png -share/icons/gnome/16x16/stock/table/stock_table-split.png -share/icons/gnome/16x16/stock/table/stock_table-variable.png -share/icons/gnome/16x16/stock/table/stock_table_borders.png -share/icons/gnome/16x16/stock/table/stock_table_fill.png -share/icons/gnome/16x16/stock/table/stock_ungroup-cells.png -share/icons/gnome/16x16/stock/text/stock_autoformat.png -share/icons/gnome/16x16/stock/text/stock_autospellcheck.png -share/icons/gnome/16x16/stock/text/stock_autotext.png -share/icons/gnome/16x16/stock/text/stock_chart-scale-text.png -share/icons/gnome/16x16/stock/text/stock_decrease-font.png -share/icons/gnome/16x16/stock/text/stock_directcursor.png -share/icons/gnome/16x16/stock/text/stock_draw-text-animation.png -share/icons/gnome/16x16/stock/text/stock_draw-text-frame.png -share/icons/gnome/16x16/stock/text/stock_draw-text.png -share/icons/gnome/16x16/stock/text/stock_draw-vertical-text-frame.png -share/icons/gnome/16x16/stock/text/stock_draw-vertical-text.png -share/icons/gnome/16x16/stock/text/stock_edit-contour.png -share/icons/gnome/16x16/stock/text/stock_edit-headers-and-footers.png -share/icons/gnome/16x16/stock/text/stock_effects-text.png -share/icons/gnome/16x16/stock/text/stock_euro.png -share/icons/gnome/16x16/stock/text/stock_font-formatting-toggle.png -share/icons/gnome/16x16/stock/text/stock_font-size.png -share/icons/gnome/16x16/stock/text/stock_font.png -share/icons/gnome/16x16/stock/text/stock_fontwork-2dshadow.png -share/icons/gnome/16x16/stock/text/stock_fontwork-3dshadow.png -share/icons/gnome/16x16/stock/text/stock_fontwork-adaptation-off.png -share/icons/gnome/16x16/stock/text/stock_fontwork-adaptation-rotate.png -share/icons/gnome/16x16/stock/text/stock_fontwork-adaptation-slant-h.png -share/icons/gnome/16x16/stock/text/stock_fontwork-adaptation-slant-v.png -share/icons/gnome/16x16/stock/text/stock_fontwork-adaptation-straight.png -share/icons/gnome/16x16/stock/text/stock_fontwork-align-fill.png -share/icons/gnome/16x16/stock/text/stock_fontwork-noshadow.png -share/icons/gnome/16x16/stock/text/stock_fontwork-preview-spline.png -share/icons/gnome/16x16/stock/text/stock_fontwork-reverse-text-flow.png -share/icons/gnome/16x16/stock/text/stock_fontwork-shadow-angle.png -share/icons/gnome/16x16/stock/text/stock_fontwork-shadow-length.png -share/icons/gnome/16x16/stock/text/stock_fontwork-shadow-x-offset.png -share/icons/gnome/16x16/stock/text/stock_fontwork-shadow-y-offset.png -share/icons/gnome/16x16/stock/text/stock_fontwork-spline-distance.png -share/icons/gnome/16x16/stock/text/stock_fontwork-spline-indent.png -share/icons/gnome/16x16/stock/text/stock_fontwork-text-border.png -share/icons/gnome/16x16/stock/text/stock_fontwork.png -share/icons/gnome/16x16/stock/text/stock_format-character.png -share/icons/gnome/16x16/stock/text/stock_format-numbering-bullets.png -share/icons/gnome/16x16/stock/text/stock_format-paragraph.png -share/icons/gnome/16x16/stock/text/stock_increase-font.png -share/icons/gnome/16x16/stock/text/stock_insert-caption.png -share/icons/gnome/16x16/stock/text/stock_insert-cross-reference.png -share/icons/gnome/16x16/stock/text/stock_insert-fields-author.png -share/icons/gnome/16x16/stock/text/stock_insert-fields-subject.png -share/icons/gnome/16x16/stock/text/stock_insert-fields-title.png -share/icons/gnome/16x16/stock/text/stock_insert-footer.png -share/icons/gnome/16x16/stock/text/stock_insert-header.png -share/icons/gnome/16x16/stock/text/stock_insert_endnote.png -share/icons/gnome/16x16/stock/text/stock_insert_footnote.png -share/icons/gnome/16x16/stock/text/stock_insert_index_marker.png -share/icons/gnome/16x16/stock/text/stock_insert_section.png -share/icons/gnome/16x16/stock/text/stock_line-spacing-1.5.png -share/icons/gnome/16x16/stock/text/stock_line-spacing-1.png -share/icons/gnome/16x16/stock/text/stock_line-spacing-2.png -share/icons/gnome/16x16/stock/text/stock_list-insert-unnumbered.png -share/icons/gnome/16x16/stock/text/stock_list_bullet.png -share/icons/gnome/16x16/stock/text/stock_list_enum-off.png -share/icons/gnome/16x16/stock/text/stock_list_enum-restart.png -share/icons/gnome/16x16/stock/text/stock_list_enum.png -share/icons/gnome/16x16/stock/text/stock_nonprinting-chars.png -share/icons/gnome/16x16/stock/text/stock_page-number.png -share/icons/gnome/16x16/stock/text/stock_page-total-number.png -share/icons/gnome/16x16/stock/text/stock_paragraph-spacing-decrease.png -share/icons/gnome/16x16/stock/text/stock_paragraph-spacing-increase.png -share/icons/gnome/16x16/stock/text/stock_spellcheck.png -share/icons/gnome/16x16/stock/text/stock_styles-character-styles.png -share/icons/gnome/16x16/stock/text/stock_styles-fill-format-mode.png -share/icons/gnome/16x16/stock/text/stock_styles-frame-styles.png -share/icons/gnome/16x16/stock/text/stock_styles-new-style-from-selection.png -share/icons/gnome/16x16/stock/text/stock_styles-numbering-styles.png -share/icons/gnome/16x16/stock/text/stock_styles-page-styles.png -share/icons/gnome/16x16/stock/text/stock_styles-paragraph-styles.png -share/icons/gnome/16x16/stock/text/stock_styles-update-style.png -share/icons/gnome/16x16/stock/text/stock_subscript.png -share/icons/gnome/16x16/stock/text/stock_superscript.png -share/icons/gnome/16x16/stock/text/stock_text-direction-ltr.png -share/icons/gnome/16x16/stock/text/stock_text-direction-ttb.png -share/icons/gnome/16x16/stock/text/stock_text-double-click-to-edit.png -share/icons/gnome/16x16/stock/text/stock_text-monospaced.png -share/icons/gnome/16x16/stock/text/stock_text-outline.png -share/icons/gnome/16x16/stock/text/stock_text-quickedit.png -share/icons/gnome/16x16/stock/text/stock_text-select-text-only.png -share/icons/gnome/16x16/stock/text/stock_text-shadow.png -share/icons/gnome/16x16/stock/text/stock_text-spacing.png -share/icons/gnome/16x16/stock/text/stock_text_color_background.png -share/icons/gnome/16x16/stock/text/stock_text_color_foreground.png -share/icons/gnome/16x16/stock/text/stock_text_color_hilight.png -share/icons/gnome/16x16/stock/text/stock_text_underlined-double.png -share/icons/gnome/16x16/stock/text/stock_thesaurus.png -share/icons/gnome/16x16/stock/text/stock_to-background.png -share/icons/gnome/16x16/stock/text/stock_to-foreground.png -share/icons/gnome/16x16/stock/text/stock_tools-hyphenation.png -share/icons/gnome/16x16/stock/text/stock_update-fields.png -share/icons/gnome/16x16/stock/text/stock_view-field-shadings.png -share/icons/gnome/16x16/stock/text/stock_wrap-around.png -share/icons/gnome/16x16/stock/text/stock_wrap-behind.png -share/icons/gnome/16x16/stock/text/stock_wrap-contour.png -share/icons/gnome/16x16/stock/text/stock_wrap-interrupt.png -share/icons/gnome/16x16/stock/text/stock_wrap-left.png -share/icons/gnome/16x16/stock/text/stock_wrap-optimal.png -share/icons/gnome/16x16/stock/text/stock_wrap-right.png -share/icons/gnome/22x22/actions/add.png -share/icons/gnome/22x22/actions/address-book-new.png -share/icons/gnome/22x22/actions/application-exit.png -share/icons/gnome/22x22/actions/appointment-new.png -share/icons/gnome/22x22/actions/appointment.png -share/icons/gnome/22x22/actions/back.png -share/icons/gnome/22x22/actions/bookmark-new.png -share/icons/gnome/22x22/actions/bookmark_add.png -share/icons/gnome/22x22/actions/bookmarks_list_add.png -share/icons/gnome/22x22/actions/bottom.png -share/icons/gnome/22x22/actions/call-start.png -share/icons/gnome/22x22/actions/call-stop.png -share/icons/gnome/22x22/actions/centrejust.png -share/icons/gnome/22x22/actions/contact-new.png -share/icons/gnome/22x22/actions/document-new.png -share/icons/gnome/22x22/actions/document-open-recent.png -share/icons/gnome/22x22/actions/document-open.png -share/icons/gnome/22x22/actions/document-page-setup.png -share/icons/gnome/22x22/actions/document-print-preview.png -share/icons/gnome/22x22/actions/document-print.png -share/icons/gnome/22x22/actions/document-properties.png -share/icons/gnome/22x22/actions/document-revert.png -share/icons/gnome/22x22/actions/document-save-as.png -share/icons/gnome/22x22/actions/document-save.png -share/icons/gnome/22x22/actions/document-send.png -share/icons/gnome/22x22/actions/down.png -share/icons/gnome/22x22/actions/edit-clear.png -share/icons/gnome/22x22/actions/edit-copy.png -share/icons/gnome/22x22/actions/edit-cut.png -share/icons/gnome/22x22/actions/edit-delete.png -share/icons/gnome/22x22/actions/edit-find-replace.png -share/icons/gnome/22x22/actions/edit-find.png -share/icons/gnome/22x22/actions/edit-paste.png -share/icons/gnome/22x22/actions/edit-redo.png -share/icons/gnome/22x22/actions/edit-select-all.png -share/icons/gnome/22x22/actions/edit-undo.png -share/icons/gnome/22x22/actions/editclear.png -share/icons/gnome/22x22/actions/editcopy.png -share/icons/gnome/22x22/actions/editcut.png -share/icons/gnome/22x22/actions/editdelete.png -share/icons/gnome/22x22/actions/editpaste.png -share/icons/gnome/22x22/actions/exit.png -share/icons/gnome/22x22/actions/filefind.png -share/icons/gnome/22x22/actions/filenew.png -share/icons/gnome/22x22/actions/fileopen.png -share/icons/gnome/22x22/actions/fileprint.png -share/icons/gnome/22x22/actions/filequickprint.png -share/icons/gnome/22x22/actions/filesave.png -share/icons/gnome/22x22/actions/filesaveas.png -share/icons/gnome/22x22/actions/find.png -share/icons/gnome/22x22/actions/finish.png -share/icons/gnome/22x22/actions/folder-new.png -share/icons/gnome/22x22/actions/folder_new.png -share/icons/gnome/22x22/actions/format-indent-less.png -share/icons/gnome/22x22/actions/format-indent-more.png -share/icons/gnome/22x22/actions/format-justify-center.png -share/icons/gnome/22x22/actions/format-justify-fill.png -share/icons/gnome/22x22/actions/format-justify-left.png -share/icons/gnome/22x22/actions/format-justify-right.png -share/icons/gnome/22x22/actions/format-text-bold.png -share/icons/gnome/22x22/actions/format-text-direction-ltr.png -share/icons/gnome/22x22/actions/format-text-direction-rtl.png -share/icons/gnome/22x22/actions/format-text-italic.png -share/icons/gnome/22x22/actions/format-text-strikethrough.png -share/icons/gnome/22x22/actions/format-text-underline.png -share/icons/gnome/22x22/actions/forward.png -share/icons/gnome/22x22/actions/gnome-lockscreen.png -share/icons/gnome/22x22/actions/gnome-logout.png -share/icons/gnome/22x22/actions/gnome-run.png -share/icons/gnome/22x22/actions/gnome-searchtool.png -share/icons/gnome/22x22/actions/gnome-shutdown.png -share/icons/gnome/22x22/actions/gnome-stock-mail-fwd.png -share/icons/gnome/22x22/actions/gnome-stock-mail-new.png -share/icons/gnome/22x22/actions/gnome-stock-mail-rpl.png -share/icons/gnome/22x22/actions/gnome-stock-mail-snd.png -share/icons/gnome/22x22/actions/gnome-stock-text-indent.png -share/icons/gnome/22x22/actions/gnome-stock-text-unindent.png -share/icons/gnome/22x22/actions/go-bottom.png -share/icons/gnome/22x22/actions/go-down.png -share/icons/gnome/22x22/actions/go-first.png -share/icons/gnome/22x22/actions/go-home.png -share/icons/gnome/22x22/actions/go-jump.png -share/icons/gnome/22x22/actions/go-last.png -share/icons/gnome/22x22/actions/go-next.png -share/icons/gnome/22x22/actions/go-previous.png -share/icons/gnome/22x22/actions/go-top.png -share/icons/gnome/22x22/actions/go-up.png -share/icons/gnome/22x22/actions/gohome.png -share/icons/gnome/22x22/actions/gtk-about.png -share/icons/gnome/22x22/actions/gtk-add.png -share/icons/gnome/22x22/actions/gtk-bold.png -share/icons/gnome/22x22/actions/gtk-cancel.png -share/icons/gnome/22x22/actions/gtk-clear.png -share/icons/gnome/22x22/actions/gtk-close.png -share/icons/gnome/22x22/actions/gtk-copy.png -share/icons/gnome/22x22/actions/gtk-cut.png -share/icons/gnome/22x22/actions/gtk-delete.png -share/icons/gnome/22x22/actions/gtk-edit.png -share/icons/gnome/22x22/actions/gtk-execute.png -share/icons/gnome/22x22/actions/gtk-find-and-replace.png -share/icons/gnome/22x22/actions/gtk-find.png -share/icons/gnome/22x22/actions/gtk-fullscreen.png -share/icons/gnome/22x22/actions/gtk-go-back-ltr.png -share/icons/gnome/22x22/actions/gtk-go-back-rtl.png -share/icons/gnome/22x22/actions/gtk-go-down.png -share/icons/gnome/22x22/actions/gtk-go-forward-ltr.png -share/icons/gnome/22x22/actions/gtk-go-forward-rtl.png -share/icons/gnome/22x22/actions/gtk-go-up.png -share/icons/gnome/22x22/actions/gtk-goto-bottom.png -share/icons/gnome/22x22/actions/gtk-goto-first-ltr.png -share/icons/gnome/22x22/actions/gtk-goto-first-rtl.png -share/icons/gnome/22x22/actions/gtk-goto-last-ltr.png -share/icons/gnome/22x22/actions/gtk-goto-last-rtl.png -share/icons/gnome/22x22/actions/gtk-goto-top.png -share/icons/gnome/22x22/actions/gtk-home.png -share/icons/gnome/22x22/actions/gtk-indent-ltr.png -share/icons/gnome/22x22/actions/gtk-indent-rtl.png -share/icons/gnome/22x22/actions/gtk-italic.png -share/icons/gnome/22x22/actions/gtk-jump-to-ltr.png -share/icons/gnome/22x22/actions/gtk-jump-to-rtl.png -share/icons/gnome/22x22/actions/gtk-justify-center.png -share/icons/gnome/22x22/actions/gtk-justify-fill.png -share/icons/gnome/22x22/actions/gtk-justify-left.png -share/icons/gnome/22x22/actions/gtk-justify-right.png -share/icons/gnome/22x22/actions/gtk-leave-fullscreen.png -share/icons/gnome/22x22/actions/gtk-media-forward-ltr.png -share/icons/gnome/22x22/actions/gtk-media-forward-rtl.png -share/icons/gnome/22x22/actions/gtk-media-next-ltr.png -share/icons/gnome/22x22/actions/gtk-media-next-rtl.png -share/icons/gnome/22x22/actions/gtk-media-pause.png -share/icons/gnome/22x22/actions/gtk-media-play-ltr.png -share/icons/gnome/22x22/actions/gtk-media-previous-ltr.png -share/icons/gnome/22x22/actions/gtk-media-previous-rtl.png -share/icons/gnome/22x22/actions/gtk-media-record.png -share/icons/gnome/22x22/actions/gtk-media-rewind-ltr.png -share/icons/gnome/22x22/actions/gtk-media-rewind-rtl.png -share/icons/gnome/22x22/actions/gtk-media-stop.png -share/icons/gnome/22x22/actions/gtk-new.png -share/icons/gnome/22x22/actions/gtk-open.png -share/icons/gnome/22x22/actions/gtk-paste.png -share/icons/gnome/22x22/actions/gtk-print-preview.png -share/icons/gnome/22x22/actions/gtk-print.png -share/icons/gnome/22x22/actions/gtk-properties.png -share/icons/gnome/22x22/actions/gtk-quit.png -share/icons/gnome/22x22/actions/gtk-redo-ltr.png -share/icons/gnome/22x22/actions/gtk-refresh.png -share/icons/gnome/22x22/actions/gtk-remove.png -share/icons/gnome/22x22/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/22x22/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/22x22/actions/gtk-save-as.png -share/icons/gnome/22x22/actions/gtk-save.png -share/icons/gnome/22x22/actions/gtk-select-all.png -share/icons/gnome/22x22/actions/gtk-sort-ascending.png -share/icons/gnome/22x22/actions/gtk-sort-descending.png -share/icons/gnome/22x22/actions/gtk-spell-check.png -share/icons/gnome/22x22/actions/gtk-stop.png -share/icons/gnome/22x22/actions/gtk-strikethrough.png -share/icons/gnome/22x22/actions/gtk-underline.png -share/icons/gnome/22x22/actions/gtk-undo-ltr.png -share/icons/gnome/22x22/actions/gtk-unindent-ltr.png -share/icons/gnome/22x22/actions/gtk-unindent-rtl.png -share/icons/gnome/22x22/actions/gtk-zoom-100.png -share/icons/gnome/22x22/actions/gtk-zoom-fit.png -share/icons/gnome/22x22/actions/gtk-zoom-in.png -share/icons/gnome/22x22/actions/gtk-zoom-out.png -share/icons/gnome/22x22/actions/help-about.png -share/icons/gnome/22x22/actions/help-contents.png -share/icons/gnome/22x22/actions/help-faq.png -share/icons/gnome/22x22/actions/insert-image.png -share/icons/gnome/22x22/actions/insert-link.png -share/icons/gnome/22x22/actions/insert-object.png -share/icons/gnome/22x22/actions/insert-text.png -share/icons/gnome/22x22/actions/kfind.png -share/icons/gnome/22x22/actions/kfm_home.png -share/icons/gnome/22x22/actions/leftjust.png -share/icons/gnome/22x22/actions/list-add.png -share/icons/gnome/22x22/actions/list-remove.png -share/icons/gnome/22x22/actions/lock.png -share/icons/gnome/22x22/actions/mail-forward.png -share/icons/gnome/22x22/actions/mail-mark-important.png -share/icons/gnome/22x22/actions/mail-mark-junk.png -share/icons/gnome/22x22/actions/mail-mark-notjunk.png -share/icons/gnome/22x22/actions/mail-mark-read.png -share/icons/gnome/22x22/actions/mail-mark-unread.png -share/icons/gnome/22x22/actions/mail-message-new.png -share/icons/gnome/22x22/actions/mail-reply-all.png -share/icons/gnome/22x22/actions/mail-reply-sender.png -share/icons/gnome/22x22/actions/mail-send-receive.png -share/icons/gnome/22x22/actions/mail-send.png -share/icons/gnome/22x22/actions/mail_forward.png -share/icons/gnome/22x22/actions/mail_new.png -share/icons/gnome/22x22/actions/mail_reply.png -share/icons/gnome/22x22/actions/mail_replyall.png -share/icons/gnome/22x22/actions/mail_send.png -share/icons/gnome/22x22/actions/mail_spam.png -share/icons/gnome/22x22/actions/media-eject.png -share/icons/gnome/22x22/actions/media-playback-pause.png -share/icons/gnome/22x22/actions/media-playback-start.png -share/icons/gnome/22x22/actions/media-playback-stop.png -share/icons/gnome/22x22/actions/media-record.png -share/icons/gnome/22x22/actions/media-seek-backward.png -share/icons/gnome/22x22/actions/media-seek-forward.png -share/icons/gnome/22x22/actions/media-skip-backward.png -share/icons/gnome/22x22/actions/media-skip-forward.png -share/icons/gnome/22x22/actions/next.png -share/icons/gnome/22x22/actions/object-flip-horizontal.png -share/icons/gnome/22x22/actions/object-flip-vertical.png -share/icons/gnome/22x22/actions/object-rotate-left.png -share/icons/gnome/22x22/actions/object-rotate-right.png -share/icons/gnome/22x22/actions/player_eject.png -share/icons/gnome/22x22/actions/player_end.png -share/icons/gnome/22x22/actions/player_fwd.png -share/icons/gnome/22x22/actions/player_pause.png -share/icons/gnome/22x22/actions/player_play.png -share/icons/gnome/22x22/actions/player_record.png -share/icons/gnome/22x22/actions/player_rew.png -share/icons/gnome/22x22/actions/player_start.png -share/icons/gnome/22x22/actions/player_stop.png -share/icons/gnome/22x22/actions/previous.png -share/icons/gnome/22x22/actions/process-stop.png -share/icons/gnome/22x22/actions/redhat-home.png -share/icons/gnome/22x22/actions/redo.png -share/icons/gnome/22x22/actions/reload.png -share/icons/gnome/22x22/actions/reload3.png -share/icons/gnome/22x22/actions/reload_all_tabs.png -share/icons/gnome/22x22/actions/reload_page.png -share/icons/gnome/22x22/actions/remove.png -share/icons/gnome/22x22/actions/revert.png -share/icons/gnome/22x22/actions/rightjust.png -share/icons/gnome/22x22/actions/search.png -share/icons/gnome/22x22/actions/start.png -share/icons/gnome/22x22/actions/stock_about.png -share/icons/gnome/22x22/actions/stock_add-bookmark.png -share/icons/gnome/22x22/actions/stock_bottom.png -share/icons/gnome/22x22/actions/stock_close.png -share/icons/gnome/22x22/actions/stock_copy.png -share/icons/gnome/22x22/actions/stock_cut.png -share/icons/gnome/22x22/actions/stock_delete.png -share/icons/gnome/22x22/actions/stock_down.png -share/icons/gnome/22x22/actions/stock_file-properites.png -share/icons/gnome/22x22/actions/stock_first.png -share/icons/gnome/22x22/actions/stock_fullscreen.png -share/icons/gnome/22x22/actions/stock_help-add-bookmark.png -share/icons/gnome/22x22/actions/stock_home.png -share/icons/gnome/22x22/actions/stock_last.png -share/icons/gnome/22x22/actions/stock_leave-fullscreen.png -share/icons/gnome/22x22/actions/stock_left.png -share/icons/gnome/22x22/actions/stock_mail-compose.png -share/icons/gnome/22x22/actions/stock_mail-forward.png -share/icons/gnome/22x22/actions/stock_mail-reply-to-all.png -share/icons/gnome/22x22/actions/stock_mail-reply.png -share/icons/gnome/22x22/actions/stock_mail-send-receive.png -share/icons/gnome/22x22/actions/stock_mail-send.png -share/icons/gnome/22x22/actions/stock_media-fwd.png -share/icons/gnome/22x22/actions/stock_media-next.png -share/icons/gnome/22x22/actions/stock_media-pause.png -share/icons/gnome/22x22/actions/stock_media-play.png -share/icons/gnome/22x22/actions/stock_media-prev.png -share/icons/gnome/22x22/actions/stock_media-rec.png -share/icons/gnome/22x22/actions/stock_media-rew.png -share/icons/gnome/22x22/actions/stock_media-stop.png -share/icons/gnome/22x22/actions/stock_new-address-book.png -share/icons/gnome/22x22/actions/stock_new-appointment.png -share/icons/gnome/22x22/actions/stock_new-bcard.png -share/icons/gnome/22x22/actions/stock_new-dir.png -share/icons/gnome/22x22/actions/stock_new-tab.png -share/icons/gnome/22x22/actions/stock_new-text.png -share/icons/gnome/22x22/actions/stock_new-window.png -share/icons/gnome/22x22/actions/stock_paste.png -share/icons/gnome/22x22/actions/stock_print-preview.png -share/icons/gnome/22x22/actions/stock_print-setup.png -share/icons/gnome/22x22/actions/stock_print.png -share/icons/gnome/22x22/actions/stock_properties.png -share/icons/gnome/22x22/actions/stock_redo.png -share/icons/gnome/22x22/actions/stock_refresh.png -share/icons/gnome/22x22/actions/stock_right.png -share/icons/gnome/22x22/actions/stock_save-as.png -share/icons/gnome/22x22/actions/stock_save.png -share/icons/gnome/22x22/actions/stock_search-and-replace.png -share/icons/gnome/22x22/actions/stock_search.png -share/icons/gnome/22x22/actions/stock_select-all.png -share/icons/gnome/22x22/actions/stock_spam.png -share/icons/gnome/22x22/actions/stock_spellcheck.png -share/icons/gnome/22x22/actions/stock_stop.png -share/icons/gnome/22x22/actions/stock_text-strikethrough.png -share/icons/gnome/22x22/actions/stock_text_bold.png -share/icons/gnome/22x22/actions/stock_text_center.png -share/icons/gnome/22x22/actions/stock_text_indent.png -share/icons/gnome/22x22/actions/stock_text_italic.png -share/icons/gnome/22x22/actions/stock_text_justify.png -share/icons/gnome/22x22/actions/stock_text_left.png -share/icons/gnome/22x22/actions/stock_text_right.png -share/icons/gnome/22x22/actions/stock_text_underlined.png -share/icons/gnome/22x22/actions/stock_text_unindent.png -share/icons/gnome/22x22/actions/stock_top.png -share/icons/gnome/22x22/actions/stock_undo.png -share/icons/gnome/22x22/actions/stock_up.png -share/icons/gnome/22x22/actions/stock_zoom-1.png -share/icons/gnome/22x22/actions/stock_zoom-in.png -share/icons/gnome/22x22/actions/stock_zoom-out.png -share/icons/gnome/22x22/actions/stock_zoom-page.png -share/icons/gnome/22x22/actions/stop.png -share/icons/gnome/22x22/actions/system-lock-screen.png -share/icons/gnome/22x22/actions/system-log-out.png -share/icons/gnome/22x22/actions/system-run.png -share/icons/gnome/22x22/actions/system-search.png -share/icons/gnome/22x22/actions/system-shutdown.png -share/icons/gnome/22x22/actions/tab-new.png -share/icons/gnome/22x22/actions/tab_new.png -share/icons/gnome/22x22/actions/text_bold.png -share/icons/gnome/22x22/actions/text_italic.png -share/icons/gnome/22x22/actions/text_strike.png -share/icons/gnome/22x22/actions/text_under.png -share/icons/gnome/22x22/actions/tools-check-spelling.png -share/icons/gnome/22x22/actions/top.png -share/icons/gnome/22x22/actions/undo.png -share/icons/gnome/22x22/actions/up.png -share/icons/gnome/22x22/actions/view-fullscreen.png -share/icons/gnome/22x22/actions/view-refresh.png -share/icons/gnome/22x22/actions/view-restore.png -share/icons/gnome/22x22/actions/view-sort-ascending.png -share/icons/gnome/22x22/actions/view-sort-descending.png -share/icons/gnome/22x22/actions/viewmag+.png -share/icons/gnome/22x22/actions/viewmag-.png -share/icons/gnome/22x22/actions/viewmag1.png -share/icons/gnome/22x22/actions/viewmagfit.png -share/icons/gnome/22x22/actions/window-close.png -share/icons/gnome/22x22/actions/window-new.png -share/icons/gnome/22x22/actions/window_fullscreen.png -share/icons/gnome/22x22/actions/window_new.png -share/icons/gnome/22x22/actions/window_nofullscreen.png -share/icons/gnome/22x22/actions/xfce-system-exit.png -share/icons/gnome/22x22/actions/xfce-system-lock.png -share/icons/gnome/22x22/actions/zoom-best-fit.png -share/icons/gnome/22x22/actions/zoom-fit-best.png -share/icons/gnome/22x22/actions/zoom-in.png -share/icons/gnome/22x22/actions/zoom-original.png -share/icons/gnome/22x22/actions/zoom-out.png -share/icons/gnome/22x22/animations/gnome-spinner.png -share/icons/gnome/22x22/animations/process-working.png -share/icons/gnome/22x22/apps/access.png -share/icons/gnome/22x22/apps/accessibility-directory.png -share/icons/gnome/22x22/apps/accessories-calculator.png -share/icons/gnome/22x22/apps/accessories-character-map.png -share/icons/gnome/22x22/apps/accessories-dictionary.png -share/icons/gnome/22x22/apps/accessories-text-editor.png -share/icons/gnome/22x22/apps/applets-screenshooter.png -share/icons/gnome/22x22/apps/arts.png -share/icons/gnome/22x22/apps/background.png -share/icons/gnome/22x22/apps/calc.png -share/icons/gnome/22x22/apps/config-language.png -share/icons/gnome/22x22/apps/config-users.png -share/icons/gnome/22x22/apps/file-manager.png -share/icons/gnome/22x22/apps/fonts.png -share/icons/gnome/22x22/apps/gnome-calculator.png -share/icons/gnome/22x22/apps/gnome-character-map.png -share/icons/gnome/22x22/apps/gnome-help.png -share/icons/gnome/22x22/apps/gnome-mixer.png -share/icons/gnome/22x22/apps/gnome-monitor.png -share/icons/gnome/22x22/apps/gnome-remote-desktop.png -share/icons/gnome/22x22/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/22x22/apps/gnome-settings-background.png -share/icons/gnome/22x22/apps/gnome-settings-font.png -share/icons/gnome/22x22/apps/gnome-settings-keybindings.png -share/icons/gnome/22x22/apps/gnome-settings-theme.png -share/icons/gnome/22x22/apps/gnome-terminal.png -share/icons/gnome/22x22/apps/gnome-window-manager.png -share/icons/gnome/22x22/apps/gtk-help.png -share/icons/gnome/22x22/apps/gucharmap.png -share/icons/gnome/22x22/apps/help-browser.png -share/icons/gnome/22x22/apps/help.png -share/icons/gnome/22x22/apps/im-aim.png -share/icons/gnome/22x22/apps/im-icq.png -share/icons/gnome/22x22/apps/im-jabber.png -share/icons/gnome/22x22/apps/im-msn.png -share/icons/gnome/22x22/apps/im-nov.png -share/icons/gnome/22x22/apps/im-yahoo.png -share/icons/gnome/22x22/apps/kcalc.png -share/icons/gnome/22x22/apps/kcharselect.png -share/icons/gnome/22x22/apps/kcmkwm.png -share/icons/gnome/22x22/apps/kcmsound.png -share/icons/gnome/22x22/apps/kedit.png -share/icons/gnome/22x22/apps/key_bindings.png -share/icons/gnome/22x22/apps/kfm.png -share/icons/gnome/22x22/apps/khelpcenter.png -share/icons/gnome/22x22/apps/konsole.png -share/icons/gnome/22x22/apps/krfb.png -share/icons/gnome/22x22/apps/kscreensaver.png -share/icons/gnome/22x22/apps/ksysguard.png -share/icons/gnome/22x22/apps/kuser.png -share/icons/gnome/22x22/apps/kwin.png -share/icons/gnome/22x22/apps/locale.png -share/icons/gnome/22x22/apps/logviewer.png -share/icons/gnome/22x22/apps/multimedia-volume-control.png -share/icons/gnome/22x22/apps/multimedia.png -share/icons/gnome/22x22/apps/openterm.png -share/icons/gnome/22x22/apps/preferences-desktop-accessibility.png -share/icons/gnome/22x22/apps/preferences-desktop-font.png -share/icons/gnome/22x22/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/22x22/apps/preferences-desktop-keyboard.png -share/icons/gnome/22x22/apps/preferences-desktop-locale.png -share/icons/gnome/22x22/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/22x22/apps/preferences-desktop-screensaver.png -share/icons/gnome/22x22/apps/preferences-desktop-theme.png -share/icons/gnome/22x22/apps/preferences-desktop-wallpaper.png -share/icons/gnome/22x22/apps/preferences-system-windows.png -share/icons/gnome/22x22/apps/redhat-filemanager.png -share/icons/gnome/22x22/apps/screensaver.png -share/icons/gnome/22x22/apps/stock_help.png -share/icons/gnome/22x22/apps/style.png -share/icons/gnome/22x22/apps/susehelpcenter.png -share/icons/gnome/22x22/apps/system-config-users.png -share/icons/gnome/22x22/apps/system-file-manager.png -share/icons/gnome/22x22/apps/system-software-install.png -share/icons/gnome/22x22/apps/system-software-update.png -share/icons/gnome/22x22/apps/system-users.png -share/icons/gnome/22x22/apps/terminal.png -share/icons/gnome/22x22/apps/text-editor.png -share/icons/gnome/22x22/apps/update-manager.png -share/icons/gnome/22x22/apps/user-info.png -share/icons/gnome/22x22/apps/utilities-system-monitor.png -share/icons/gnome/22x22/apps/utilities-terminal.png -share/icons/gnome/22x22/apps/volume-knob.png -share/icons/gnome/22x22/apps/wallpaper.png -share/icons/gnome/22x22/apps/web-browser.png -share/icons/gnome/22x22/apps/xfce-filemanager.png -share/icons/gnome/22x22/apps/xfce-terminal.png -share/icons/gnome/22x22/apps/xfce4-backdrop.png -share/icons/gnome/22x22/apps/xfce4-mixer.png -share/icons/gnome/22x22/apps/xfwm4.png -share/icons/gnome/22x22/apps/xscreensaver.png -share/icons/gnome/22x22/apps/zen-icon.png -share/icons/gnome/22x22/categories/applications-accessories.png -share/icons/gnome/22x22/categories/applications-development.png -share/icons/gnome/22x22/categories/applications-engineering.png -share/icons/gnome/22x22/categories/applications-games.png -share/icons/gnome/22x22/categories/applications-graphics.png -share/icons/gnome/22x22/categories/applications-internet.png -share/icons/gnome/22x22/categories/applications-multimedia.png -share/icons/gnome/22x22/categories/applications-office.png -share/icons/gnome/22x22/categories/applications-other.png -share/icons/gnome/22x22/categories/applications-science.png -share/icons/gnome/22x22/categories/applications-system.png -share/icons/gnome/22x22/categories/applications-utilities.png -share/icons/gnome/22x22/categories/gnome-applications.png -share/icons/gnome/22x22/categories/gnome-control-center.png -share/icons/gnome/22x22/categories/gnome-devel.png -share/icons/gnome/22x22/categories/gnome-globe.png -share/icons/gnome/22x22/categories/gnome-graphics.png -share/icons/gnome/22x22/categories/gnome-joystick.png -share/icons/gnome/22x22/categories/gnome-multimedia.png -share/icons/gnome/22x22/categories/gnome-other.png -share/icons/gnome/22x22/categories/gnome-settings.png -share/icons/gnome/22x22/categories/gnome-system.png -share/icons/gnome/22x22/categories/gnome-util.png -share/icons/gnome/22x22/categories/gtk-preferences.png -share/icons/gnome/22x22/categories/input_devices_settings.png -share/icons/gnome/22x22/categories/kcontrol.png -share/icons/gnome/22x22/categories/package_development.png -share/icons/gnome/22x22/categories/package_games.png -share/icons/gnome/22x22/categories/package_graphics.png -share/icons/gnome/22x22/categories/package_multimedia.png -share/icons/gnome/22x22/categories/package_network.png -share/icons/gnome/22x22/categories/package_office.png -share/icons/gnome/22x22/categories/package_settings.png -share/icons/gnome/22x22/categories/package_system.png -share/icons/gnome/22x22/categories/package_utilities.png -share/icons/gnome/22x22/categories/preferences-desktop-peripherals.png -share/icons/gnome/22x22/categories/preferences-desktop-personal.png -share/icons/gnome/22x22/categories/preferences-desktop.png -share/icons/gnome/22x22/categories/preferences-other.png -share/icons/gnome/22x22/categories/preferences-system-network.png -share/icons/gnome/22x22/categories/preferences-system.png -share/icons/gnome/22x22/categories/redhat-accessories.png -share/icons/gnome/22x22/categories/redhat-games.png -share/icons/gnome/22x22/categories/redhat-graphics.png -share/icons/gnome/22x22/categories/redhat-internet.png -share/icons/gnome/22x22/categories/redhat-office.png -share/icons/gnome/22x22/categories/redhat-preferences.png -share/icons/gnome/22x22/categories/redhat-programming.png -share/icons/gnome/22x22/categories/redhat-sound_video.png -share/icons/gnome/22x22/categories/redhat-system_settings.png -share/icons/gnome/22x22/categories/redhat-system_tools.png -share/icons/gnome/22x22/categories/stock_internet.png -share/icons/gnome/22x22/categories/system-help.png -share/icons/gnome/22x22/categories/xfce-games.png -share/icons/gnome/22x22/categories/xfce-graphics.png -share/icons/gnome/22x22/categories/xfce-internet.png -share/icons/gnome/22x22/categories/xfce-multimedia.png -share/icons/gnome/22x22/categories/xfce-office.png -share/icons/gnome/22x22/categories/xfce-system-settings.png -share/icons/gnome/22x22/categories/xfce-utils.png -share/icons/gnome/22x22/categories/xfce4-settings.png -share/icons/gnome/22x22/devices/3floppy_unmount.png -share/icons/gnome/22x22/devices/audio-card.png -share/icons/gnome/22x22/devices/audio-input-microphone.png -share/icons/gnome/22x22/devices/battery.png -share/icons/gnome/22x22/devices/camera-photo.png -share/icons/gnome/22x22/devices/camera-video.png -share/icons/gnome/22x22/devices/camera-web.png -share/icons/gnome/22x22/devices/camera.png -share/icons/gnome/22x22/devices/camera_unmount.png -share/icons/gnome/22x22/devices/cdrom_unmount.png -share/icons/gnome/22x22/devices/cdwriter_unmount.png -share/icons/gnome/22x22/devices/chardevice.png -share/icons/gnome/22x22/devices/computer.png -share/icons/gnome/22x22/devices/display.png -share/icons/gnome/22x22/devices/drive-cdrom.png -share/icons/gnome/22x22/devices/drive-harddisk.png -share/icons/gnome/22x22/devices/drive-optical.png -share/icons/gnome/22x22/devices/drive-removable-media.png -share/icons/gnome/22x22/devices/dvd_unmount.png -share/icons/gnome/22x22/devices/gnome-dev-battery.png -share/icons/gnome/22x22/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/22x22/devices/gnome-dev-cdrom.png -share/icons/gnome/22x22/devices/gnome-dev-computer.png -share/icons/gnome/22x22/devices/gnome-dev-disc-cdr.png -share/icons/gnome/22x22/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/22x22/devices/gnome-dev-dvd.png -share/icons/gnome/22x22/devices/gnome-dev-ethernet.png -share/icons/gnome/22x22/devices/gnome-dev-floppy.png -share/icons/gnome/22x22/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/22x22/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/22x22/devices/gnome-dev-harddisk.png -share/icons/gnome/22x22/devices/gnome-dev-ipod.png -share/icons/gnome/22x22/devices/gnome-dev-keyboard.png -share/icons/gnome/22x22/devices/gnome-dev-media-cf.png -share/icons/gnome/22x22/devices/gnome-dev-media-ms.png -share/icons/gnome/22x22/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/22x22/devices/gnome-dev-media-sm.png -share/icons/gnome/22x22/devices/gnome-dev-mouse-ball.png -share/icons/gnome/22x22/devices/gnome-dev-mouse-optical.png -share/icons/gnome/22x22/devices/gnome-dev-printer.png -share/icons/gnome/22x22/devices/gnome-dev-removable-1394.png -share/icons/gnome/22x22/devices/gnome-dev-removable-usb.png -share/icons/gnome/22x22/devices/gnome-dev-removable.png -share/icons/gnome/22x22/devices/gnome-dev-wavelan.png -share/icons/gnome/22x22/devices/gnome-dev-zipdisk.png -share/icons/gnome/22x22/devices/gnome-fs-client.png -share/icons/gnome/22x22/devices/gnome-modem.png -share/icons/gnome/22x22/devices/gnome-stock-mic.png -share/icons/gnome/22x22/devices/gtk-cdrom.png -share/icons/gnome/22x22/devices/gtk-floppy.png -share/icons/gnome/22x22/devices/gtk-harddisk.png -share/icons/gnome/22x22/devices/harddrive.png -share/icons/gnome/22x22/devices/hdd_unmount.png -share/icons/gnome/22x22/devices/input-gaming.png -share/icons/gnome/22x22/devices/input-keyboard.png -share/icons/gnome/22x22/devices/input-mouse.png -share/icons/gnome/22x22/devices/input-tablet.png -share/icons/gnome/22x22/devices/ipod_mount.png -share/icons/gnome/22x22/devices/joystick.png -share/icons/gnome/22x22/devices/keyboard.png -share/icons/gnome/22x22/devices/kjobviewer.png -share/icons/gnome/22x22/devices/kxkb.png -share/icons/gnome/22x22/devices/media-cdrom.png -share/icons/gnome/22x22/devices/media-flash.png -share/icons/gnome/22x22/devices/media-floppy.png -share/icons/gnome/22x22/devices/media-optical.png -share/icons/gnome/22x22/devices/media-tape.png -share/icons/gnome/22x22/devices/media-zip.png -share/icons/gnome/22x22/devices/modem.png -share/icons/gnome/22x22/devices/mouse.png -share/icons/gnome/22x22/devices/multimedia-player.png -share/icons/gnome/22x22/devices/network-wired.png -share/icons/gnome/22x22/devices/network-wireless.png -share/icons/gnome/22x22/devices/pda.png -share/icons/gnome/22x22/devices/phone.png -share/icons/gnome/22x22/devices/printer-remote.png -share/icons/gnome/22x22/devices/printer.png -share/icons/gnome/22x22/devices/printer1.png -share/icons/gnome/22x22/devices/printmgr.png -share/icons/gnome/22x22/devices/scanner.png -share/icons/gnome/22x22/devices/stock_cell-phone.png -share/icons/gnome/22x22/devices/stock_mic.png -share/icons/gnome/22x22/devices/stock_printers.png -share/icons/gnome/22x22/devices/system-floppy.png -share/icons/gnome/22x22/devices/system.png -share/icons/gnome/22x22/devices/usbpendrive_unmount.png -share/icons/gnome/22x22/devices/video-display.png -share/icons/gnome/22x22/devices/xfce-printer.png -share/icons/gnome/22x22/devices/xfce4-display.png -share/icons/gnome/22x22/devices/xfce4-keyboard.png -share/icons/gnome/22x22/devices/xfce4-mouse.png -share/icons/gnome/22x22/devices/yast_HD.png -share/icons/gnome/22x22/devices/yast_idetude.png -share/icons/gnome/22x22/devices/yast_joystick.png -share/icons/gnome/22x22/devices/yast_mouse.png -share/icons/gnome/22x22/devices/yast_printer.png -share/icons/gnome/22x22/devices/yast_soundcard.png -share/icons/gnome/22x22/emblems/emblem-default.png -share/icons/gnome/22x22/emblems/emblem-documents.png -share/icons/gnome/22x22/emblems/emblem-downloads.png -share/icons/gnome/22x22/emblems/emblem-favorite.png -share/icons/gnome/22x22/emblems/emblem-generic.png -share/icons/gnome/22x22/emblems/emblem-important.png -share/icons/gnome/22x22/emblems/emblem-mail.png -share/icons/gnome/22x22/emblems/emblem-new.png -share/icons/gnome/22x22/emblems/emblem-noread.png -share/icons/gnome/22x22/emblems/emblem-nowrite.png -share/icons/gnome/22x22/emblems/emblem-package.png -share/icons/gnome/22x22/emblems/emblem-photos.png -share/icons/gnome/22x22/emblems/emblem-readonly.png -share/icons/gnome/22x22/emblems/emblem-shared.png -share/icons/gnome/22x22/emblems/emblem-symbolic-link.png -share/icons/gnome/22x22/emblems/emblem-system.png -share/icons/gnome/22x22/emblems/emblem-unreadable.png -share/icons/gnome/22x22/emblems/emblem-urgent.png -share/icons/gnome/22x22/emblems/emblem-web.png -share/icons/gnome/22x22/emblems/stock_mail-priority-high.png -share/icons/gnome/22x22/emotes/face-angel.png -share/icons/gnome/22x22/emotes/face-angry.png -share/icons/gnome/22x22/emotes/face-cool.png -share/icons/gnome/22x22/emotes/face-crying.png -share/icons/gnome/22x22/emotes/face-devilish.png -share/icons/gnome/22x22/emotes/face-embarrassed.png -share/icons/gnome/22x22/emotes/face-kiss.png -share/icons/gnome/22x22/emotes/face-laugh.png -share/icons/gnome/22x22/emotes/face-monkey.png -share/icons/gnome/22x22/emotes/face-plain.png -share/icons/gnome/22x22/emotes/face-raspberry.png -share/icons/gnome/22x22/emotes/face-sad.png -share/icons/gnome/22x22/emotes/face-sick.png -share/icons/gnome/22x22/emotes/face-smile-big.png -share/icons/gnome/22x22/emotes/face-smile.png -share/icons/gnome/22x22/emotes/face-smirk.png -share/icons/gnome/22x22/emotes/face-surprise.png -share/icons/gnome/22x22/emotes/face-tired.png -share/icons/gnome/22x22/emotes/face-uncertain.png -share/icons/gnome/22x22/emotes/face-wink.png -share/icons/gnome/22x22/emotes/face-worried.png -share/icons/gnome/22x22/emotes/stock_smiley-1.png -share/icons/gnome/22x22/emotes/stock_smiley-10.png -share/icons/gnome/22x22/emotes/stock_smiley-11.png -share/icons/gnome/22x22/emotes/stock_smiley-13.png -share/icons/gnome/22x22/emotes/stock_smiley-15.png -share/icons/gnome/22x22/emotes/stock_smiley-18.png -share/icons/gnome/22x22/emotes/stock_smiley-2.png -share/icons/gnome/22x22/emotes/stock_smiley-22.png -share/icons/gnome/22x22/emotes/stock_smiley-3.png -share/icons/gnome/22x22/emotes/stock_smiley-4.png -share/icons/gnome/22x22/emotes/stock_smiley-5.png -share/icons/gnome/22x22/emotes/stock_smiley-6.png -share/icons/gnome/22x22/emotes/stock_smiley-7.png -share/icons/gnome/22x22/emotes/stock_smiley-8.png -share/icons/gnome/22x22/mimetypes/application-certificate.png -share/icons/gnome/22x22/mimetypes/application-x-executable.png -share/icons/gnome/22x22/mimetypes/ascii.png -share/icons/gnome/22x22/mimetypes/audio-x-generic.png -share/icons/gnome/22x22/mimetypes/binary.png -share/icons/gnome/22x22/mimetypes/contents2.png -share/icons/gnome/22x22/mimetypes/deb.png -share/icons/gnome/22x22/mimetypes/document.png -share/icons/gnome/22x22/mimetypes/empty.png -share/icons/gnome/22x22/mimetypes/exec.png -share/icons/gnome/22x22/mimetypes/folder_tar.png -share/icons/gnome/22x22/mimetypes/font-x-generic.png -share/icons/gnome/22x22/mimetypes/font.png -share/icons/gnome/22x22/mimetypes/font_bitmap.png -share/icons/gnome/22x22/mimetypes/font_truetype.png -share/icons/gnome/22x22/mimetypes/font_type1.png -share/icons/gnome/22x22/mimetypes/gnome-fs-executable.png -share/icons/gnome/22x22/mimetypes/gnome-fs-regular.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/22x22/mimetypes/gnome-mime-audio.png -share/icons/gnome/22x22/mimetypes/gnome-mime-image.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-html.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text.png -share/icons/gnome/22x22/mimetypes/gnome-mime-video.png -share/icons/gnome/22x22/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/22x22/mimetypes/gnome-package.png -share/icons/gnome/22x22/mimetypes/gtk-file.png -share/icons/gnome/22x22/mimetypes/html.png -share/icons/gnome/22x22/mimetypes/image-x-generic.png -share/icons/gnome/22x22/mimetypes/image.png -share/icons/gnome/22x22/mimetypes/kpresenter_kpr.png -share/icons/gnome/22x22/mimetypes/mime_ascii.png -share/icons/gnome/22x22/mimetypes/misc.png -share/icons/gnome/22x22/mimetypes/package-x-generic.png -share/icons/gnome/22x22/mimetypes/package.png -share/icons/gnome/22x22/mimetypes/package_editors.png -share/icons/gnome/22x22/mimetypes/package_wordprocessing.png -share/icons/gnome/22x22/mimetypes/plan.png -share/icons/gnome/22x22/mimetypes/rpm.png -share/icons/gnome/22x22/mimetypes/shellscript.png -share/icons/gnome/22x22/mimetypes/sound.png -share/icons/gnome/22x22/mimetypes/spreadsheet.png -share/icons/gnome/22x22/mimetypes/stock_addressbook.png -share/icons/gnome/22x22/mimetypes/stock_calendar.png -share/icons/gnome/22x22/mimetypes/stock_certificate.png -share/icons/gnome/22x22/mimetypes/stock_script.png -share/icons/gnome/22x22/mimetypes/tar.png -share/icons/gnome/22x22/mimetypes/template_source.png -share/icons/gnome/22x22/mimetypes/text-html.png -share/icons/gnome/22x22/mimetypes/text-x-generic-template.png -share/icons/gnome/22x22/mimetypes/text-x-generic.png -share/icons/gnome/22x22/mimetypes/text-x-preview.png -share/icons/gnome/22x22/mimetypes/text-x-script.png -share/icons/gnome/22x22/mimetypes/tgz.png -share/icons/gnome/22x22/mimetypes/txt.png -share/icons/gnome/22x22/mimetypes/txt2.png -share/icons/gnome/22x22/mimetypes/unknown.png -share/icons/gnome/22x22/mimetypes/vcalendar.png -share/icons/gnome/22x22/mimetypes/vcard.png -share/icons/gnome/22x22/mimetypes/video-x-generic.png -share/icons/gnome/22x22/mimetypes/video.png -share/icons/gnome/22x22/mimetypes/wordprocessing.png -share/icons/gnome/22x22/mimetypes/www.png -share/icons/gnome/22x22/mimetypes/x-office-address-book.png -share/icons/gnome/22x22/mimetypes/x-office-calendar.png -share/icons/gnome/22x22/mimetypes/x-office-document.png -share/icons/gnome/22x22/mimetypes/x-office-drawing.png -share/icons/gnome/22x22/mimetypes/x-office-presentation.png -share/icons/gnome/22x22/mimetypes/x-office-spreadsheet.png -share/icons/gnome/22x22/mimetypes/zip.png -share/icons/gnome/22x22/places/application-x-gnome-saved-search.png -share/icons/gnome/22x22/places/desktop.png -share/icons/gnome/22x22/places/distributor-logo.png -share/icons/gnome/22x22/places/emptytrash.png -share/icons/gnome/22x22/places/folder-remote.png -share/icons/gnome/22x22/places/folder-saved-search.png -share/icons/gnome/22x22/places/folder.icon -share/icons/gnome/22x22/places/folder.png -share/icons/gnome/22x22/places/folder_home.png -share/icons/gnome/22x22/places/gnome-fs-desktop.png -share/icons/gnome/22x22/places/gnome-fs-directory.icon -share/icons/gnome/22x22/places/gnome-fs-directory.png -share/icons/gnome/22x22/places/gnome-fs-ftp.png -share/icons/gnome/22x22/places/gnome-fs-home.png -share/icons/gnome/22x22/places/gnome-fs-network.png -share/icons/gnome/22x22/places/gnome-fs-nfs.png -share/icons/gnome/22x22/places/gnome-fs-server.png -share/icons/gnome/22x22/places/gnome-fs-share.png -share/icons/gnome/22x22/places/gnome-fs-smb.png -share/icons/gnome/22x22/places/gnome-fs-ssh.png -share/icons/gnome/22x22/places/gnome-fs-trash-empty.png -share/icons/gnome/22x22/places/gnome-main-menu.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/22x22/places/gnome-stock-trash.png -share/icons/gnome/22x22/places/gtk-directory.icon -share/icons/gnome/22x22/places/gtk-directory.png -share/icons/gnome/22x22/places/gtk-network.png -share/icons/gnome/22x22/places/inode-directory.icon -share/icons/gnome/22x22/places/inode-directory.png -share/icons/gnome/22x22/places/network-server.png -share/icons/gnome/22x22/places/network-workgroup.png -share/icons/gnome/22x22/places/network.png -share/icons/gnome/22x22/places/network_local.png -share/icons/gnome/22x22/places/novell-button.png -share/icons/gnome/22x22/places/redhat-network-server.png -share/icons/gnome/22x22/places/server.png -share/icons/gnome/22x22/places/start-here.png -share/icons/gnome/22x22/places/stock_folder.icon -share/icons/gnome/22x22/places/stock_folder.png -share/icons/gnome/22x22/places/trashcan_empty.png -share/icons/gnome/22x22/places/user-bookmarks.png -share/icons/gnome/22x22/places/user-desktop.png -share/icons/gnome/22x22/places/user-home.png -share/icons/gnome/22x22/places/user-trash.png -share/icons/gnome/22x22/places/xfce-trash_empty.png -share/icons/gnome/22x22/status/appointment-missed.png -share/icons/gnome/22x22/status/appointment-soon.png -share/icons/gnome/22x22/status/audio-volume-high.png -share/icons/gnome/22x22/status/audio-volume-low.png -share/icons/gnome/22x22/status/audio-volume-medium.png -share/icons/gnome/22x22/status/audio-volume-muted.png -share/icons/gnome/22x22/status/battery-caution.png -share/icons/gnome/22x22/status/battery-low.png -share/icons/gnome/22x22/status/connect_creating.png -share/icons/gnome/22x22/status/connect_established.png -share/icons/gnome/22x22/status/connect_no.png -share/icons/gnome/22x22/status/dialog-error.png -share/icons/gnome/22x22/status/dialog-information.png -share/icons/gnome/22x22/status/dialog-password.png -share/icons/gnome/22x22/status/dialog-question.png -share/icons/gnome/22x22/status/dialog-warning.png -share/icons/gnome/22x22/status/edittrash.png -share/icons/gnome/22x22/status/error.png -share/icons/gnome/22x22/status/folder-drag-accept.png -share/icons/gnome/22x22/status/folder-open.png -share/icons/gnome/22x22/status/folder-visiting.png -share/icons/gnome/22x22/status/folder_open.png -share/icons/gnome/22x22/status/gnome-dev-wavelan-encrypted.png -share/icons/gnome/22x22/status/gnome-fs-directory-accept.png -share/icons/gnome/22x22/status/gnome-fs-directory-visiting.png -share/icons/gnome/22x22/status/gnome-fs-loading-icon.png -share/icons/gnome/22x22/status/gnome-fs-trash-full.png -share/icons/gnome/22x22/status/gnome-netstatus-disconn.png -share/icons/gnome/22x22/status/gnome-netstatus-error.png -share/icons/gnome/22x22/status/gnome-netstatus-idle.png -share/icons/gnome/22x22/status/gnome-netstatus-rx.png -share/icons/gnome/22x22/status/gnome-netstatus-tx.png -share/icons/gnome/22x22/status/gnome-netstatus-txrx.png -share/icons/gnome/22x22/status/gnome-stock-trash-full.png -share/icons/gnome/22x22/status/gtk-dialog-authentication.png -share/icons/gnome/22x22/status/gtk-dialog-error.png -share/icons/gnome/22x22/status/gtk-dialog-info.png -share/icons/gnome/22x22/status/gtk-dialog-question.png -share/icons/gnome/22x22/status/gtk-dialog-warning.png -share/icons/gnome/22x22/status/gtk-missing-image.png -share/icons/gnome/22x22/status/image-loading.png -share/icons/gnome/22x22/status/image-missing.png -share/icons/gnome/22x22/status/important.png -share/icons/gnome/22x22/status/info.png -share/icons/gnome/22x22/status/mail-attachment.png -share/icons/gnome/22x22/status/mail-read.png -share/icons/gnome/22x22/status/mail-replied.png -share/icons/gnome/22x22/status/mail-signed-verified.png -share/icons/gnome/22x22/status/mail-signed.png -share/icons/gnome/22x22/status/mail-unread.png -share/icons/gnome/22x22/status/media-playlist-repeat.png -share/icons/gnome/22x22/status/media-playlist-shuffle.png -share/icons/gnome/22x22/status/messagebox_critical.png -share/icons/gnome/22x22/status/messagebox_info.png -share/icons/gnome/22x22/status/messagebox_warning.png -share/icons/gnome/22x22/status/network-error.png -share/icons/gnome/22x22/status/network-idle.png -share/icons/gnome/22x22/status/network-offline.png -share/icons/gnome/22x22/status/network-receive.png -share/icons/gnome/22x22/status/network-transmit-receive.png -share/icons/gnome/22x22/status/network-transmit.png -share/icons/gnome/22x22/status/network-wireless-encrypted.png -share/icons/gnome/22x22/status/nm-adhoc.png -share/icons/gnome/22x22/status/nm-device-wired.png -share/icons/gnome/22x22/status/nm-device-wireless.png -share/icons/gnome/22x22/status/nm-no-connection.png -share/icons/gnome/22x22/status/printer-error.png -share/icons/gnome/22x22/status/printer-printing.png -share/icons/gnome/22x22/status/security-high.png -share/icons/gnome/22x22/status/security-low.png -share/icons/gnome/22x22/status/security-medium.png -share/icons/gnome/22x22/status/software-update-available.png -share/icons/gnome/22x22/status/software-update-urgent.png -share/icons/gnome/22x22/status/stock_appointment-reminder-excl.png -share/icons/gnome/22x22/status/stock_appointment-reminder.png -share/icons/gnome/22x22/status/stock_attach.png -share/icons/gnome/22x22/status/stock_dialog-error.png -share/icons/gnome/22x22/status/stock_dialog-info.png -share/icons/gnome/22x22/status/stock_dialog-question.png -share/icons/gnome/22x22/status/stock_dialog-warning.png -share/icons/gnome/22x22/status/stock_lock-broken.png -share/icons/gnome/22x22/status/stock_lock-ok.png -share/icons/gnome/22x22/status/stock_lock-open.png -share/icons/gnome/22x22/status/stock_lock.png -share/icons/gnome/22x22/status/stock_mail-open.png -share/icons/gnome/22x22/status/stock_mail-replied.png -share/icons/gnome/22x22/status/stock_mail-unread.png -share/icons/gnome/22x22/status/stock_open.png -share/icons/gnome/22x22/status/stock_repeat.png -share/icons/gnome/22x22/status/stock_shuffle.png -share/icons/gnome/22x22/status/stock_trash_full.png -share/icons/gnome/22x22/status/stock_volume-0.png -share/icons/gnome/22x22/status/stock_volume-max.png -share/icons/gnome/22x22/status/stock_volume-med.png -share/icons/gnome/22x22/status/stock_volume-min.png -share/icons/gnome/22x22/status/stock_volume-mute.png -share/icons/gnome/22x22/status/stock_volume.png -share/icons/gnome/22x22/status/stock_weather-cloudy.png -share/icons/gnome/22x22/status/stock_weather-few-clouds.png -share/icons/gnome/22x22/status/stock_weather-fog.png -share/icons/gnome/22x22/status/stock_weather-night-clear.png -share/icons/gnome/22x22/status/stock_weather-night-few-clouds.png -share/icons/gnome/22x22/status/stock_weather-showers.png -share/icons/gnome/22x22/status/stock_weather-snow.png -share/icons/gnome/22x22/status/stock_weather-storm.png -share/icons/gnome/22x22/status/stock_weather-sunny.png -share/icons/gnome/22x22/status/sunny.png -share/icons/gnome/22x22/status/task-due.png -share/icons/gnome/22x22/status/task-past-due.png -share/icons/gnome/22x22/status/trashcan_full.png -share/icons/gnome/22x22/status/user-trash-full.png -share/icons/gnome/22x22/status/weather-clear-night.png -share/icons/gnome/22x22/status/weather-clear.png -share/icons/gnome/22x22/status/weather-few-clouds-night.png -share/icons/gnome/22x22/status/weather-few-clouds.png -share/icons/gnome/22x22/status/weather-fog.png -share/icons/gnome/22x22/status/weather-overcast.png -share/icons/gnome/22x22/status/weather-severe-alert.png -share/icons/gnome/22x22/status/weather-showers-scattered.png -share/icons/gnome/22x22/status/weather-showers.png -share/icons/gnome/22x22/status/weather-snow.png -share/icons/gnome/22x22/status/weather-storm.png -share/icons/gnome/22x22/status/xfce-trash_full.png -share/icons/gnome/24x24/actions/add.png -share/icons/gnome/24x24/actions/address-book-new.png -share/icons/gnome/24x24/actions/application-exit.png -share/icons/gnome/24x24/actions/appointment-new.png -share/icons/gnome/24x24/actions/appointment.png -share/icons/gnome/24x24/actions/back.png -share/icons/gnome/24x24/actions/bookmark-new.png -share/icons/gnome/24x24/actions/bookmark_add.png -share/icons/gnome/24x24/actions/bookmarks_list_add.png -share/icons/gnome/24x24/actions/bottom.png -share/icons/gnome/24x24/actions/call-start.png -share/icons/gnome/24x24/actions/call-stop.png -share/icons/gnome/24x24/actions/centrejust.png -share/icons/gnome/24x24/actions/contact-new.png -share/icons/gnome/24x24/actions/document-new.png -share/icons/gnome/24x24/actions/document-open-recent.png -share/icons/gnome/24x24/actions/document-open.png -share/icons/gnome/24x24/actions/document-page-setup.png -share/icons/gnome/24x24/actions/document-print-preview.png -share/icons/gnome/24x24/actions/document-print.png -share/icons/gnome/24x24/actions/document-properties.png -share/icons/gnome/24x24/actions/document-revert.png -share/icons/gnome/24x24/actions/document-save-as.png -share/icons/gnome/24x24/actions/document-save.png -share/icons/gnome/24x24/actions/document-send.png -share/icons/gnome/24x24/actions/down.png -share/icons/gnome/24x24/actions/edit-clear.png -share/icons/gnome/24x24/actions/edit-copy.png -share/icons/gnome/24x24/actions/edit-cut.png -share/icons/gnome/24x24/actions/edit-delete.png -share/icons/gnome/24x24/actions/edit-find-replace.png -share/icons/gnome/24x24/actions/edit-find.png -share/icons/gnome/24x24/actions/edit-paste.png -share/icons/gnome/24x24/actions/edit-redo.png -share/icons/gnome/24x24/actions/edit-select-all.png -share/icons/gnome/24x24/actions/edit-undo.png -share/icons/gnome/24x24/actions/editclear.png -share/icons/gnome/24x24/actions/editcopy.png -share/icons/gnome/24x24/actions/editcut.png -share/icons/gnome/24x24/actions/editdelete.png -share/icons/gnome/24x24/actions/editpaste.png -share/icons/gnome/24x24/actions/exit.png -share/icons/gnome/24x24/actions/filefind.png -share/icons/gnome/24x24/actions/filenew.png -share/icons/gnome/24x24/actions/fileopen.png -share/icons/gnome/24x24/actions/fileprint.png -share/icons/gnome/24x24/actions/filequickprint.png -share/icons/gnome/24x24/actions/filesave.png -share/icons/gnome/24x24/actions/filesaveas.png -share/icons/gnome/24x24/actions/find.png -share/icons/gnome/24x24/actions/finish.png -share/icons/gnome/24x24/actions/folder-new.png -share/icons/gnome/24x24/actions/folder_new.png -share/icons/gnome/24x24/actions/format-indent-less.png -share/icons/gnome/24x24/actions/format-indent-more.png -share/icons/gnome/24x24/actions/format-justify-center.png -share/icons/gnome/24x24/actions/format-justify-fill.png -share/icons/gnome/24x24/actions/format-justify-left.png -share/icons/gnome/24x24/actions/format-justify-right.png -share/icons/gnome/24x24/actions/format-text-bold.png -share/icons/gnome/24x24/actions/format-text-direction-ltr.png -share/icons/gnome/24x24/actions/format-text-direction-rtl.png -share/icons/gnome/24x24/actions/format-text-italic.png -share/icons/gnome/24x24/actions/format-text-strikethrough.png -share/icons/gnome/24x24/actions/format-text-underline.png -share/icons/gnome/24x24/actions/forward.png -share/icons/gnome/24x24/actions/gnome-lockscreen.png -share/icons/gnome/24x24/actions/gnome-logout.png -share/icons/gnome/24x24/actions/gnome-run.png -share/icons/gnome/24x24/actions/gnome-searchtool.png -share/icons/gnome/24x24/actions/gnome-shutdown.png -share/icons/gnome/24x24/actions/gnome-stock-mail-fwd.png -share/icons/gnome/24x24/actions/gnome-stock-mail-new.png -share/icons/gnome/24x24/actions/gnome-stock-mail-rpl.png -share/icons/gnome/24x24/actions/gnome-stock-mail-snd.png -share/icons/gnome/24x24/actions/gnome-stock-text-indent.png -share/icons/gnome/24x24/actions/gnome-stock-text-unindent.png -share/icons/gnome/24x24/actions/go-bottom.png -share/icons/gnome/24x24/actions/go-down.png -share/icons/gnome/24x24/actions/go-first.png -share/icons/gnome/24x24/actions/go-home.png -share/icons/gnome/24x24/actions/go-jump.png -share/icons/gnome/24x24/actions/go-last.png -share/icons/gnome/24x24/actions/go-next.png -share/icons/gnome/24x24/actions/go-previous.png -share/icons/gnome/24x24/actions/go-top.png -share/icons/gnome/24x24/actions/go-up.png -share/icons/gnome/24x24/actions/gohome.png -share/icons/gnome/24x24/actions/gtk-about.png -share/icons/gnome/24x24/actions/gtk-add.png -share/icons/gnome/24x24/actions/gtk-bold.png -share/icons/gnome/24x24/actions/gtk-cancel.png -share/icons/gnome/24x24/actions/gtk-clear.png -share/icons/gnome/24x24/actions/gtk-close.png -share/icons/gnome/24x24/actions/gtk-copy.png -share/icons/gnome/24x24/actions/gtk-cut.png -share/icons/gnome/24x24/actions/gtk-delete.png -share/icons/gnome/24x24/actions/gtk-edit.png -share/icons/gnome/24x24/actions/gtk-execute.png -share/icons/gnome/24x24/actions/gtk-find-and-replace.png -share/icons/gnome/24x24/actions/gtk-find.png -share/icons/gnome/24x24/actions/gtk-fullscreen.png -share/icons/gnome/24x24/actions/gtk-go-back-ltr.png -share/icons/gnome/24x24/actions/gtk-go-back-rtl.png -share/icons/gnome/24x24/actions/gtk-go-down.png -share/icons/gnome/24x24/actions/gtk-go-forward-ltr.png -share/icons/gnome/24x24/actions/gtk-go-forward-rtl.png -share/icons/gnome/24x24/actions/gtk-go-up.png -share/icons/gnome/24x24/actions/gtk-goto-bottom.png -share/icons/gnome/24x24/actions/gtk-goto-first-ltr.png -share/icons/gnome/24x24/actions/gtk-goto-first-rtl.png -share/icons/gnome/24x24/actions/gtk-goto-last-ltr.png -share/icons/gnome/24x24/actions/gtk-goto-last-rtl.png -share/icons/gnome/24x24/actions/gtk-goto-top.png -share/icons/gnome/24x24/actions/gtk-home.png -share/icons/gnome/24x24/actions/gtk-indent-ltr.png -share/icons/gnome/24x24/actions/gtk-indent-rtl.png -share/icons/gnome/24x24/actions/gtk-italic.png -share/icons/gnome/24x24/actions/gtk-jump-to-ltr.png -share/icons/gnome/24x24/actions/gtk-jump-to-rtl.png -share/icons/gnome/24x24/actions/gtk-justify-center.png -share/icons/gnome/24x24/actions/gtk-justify-fill.png -share/icons/gnome/24x24/actions/gtk-justify-left.png -share/icons/gnome/24x24/actions/gtk-justify-right.png -share/icons/gnome/24x24/actions/gtk-leave-fullscreen.png -share/icons/gnome/24x24/actions/gtk-media-forward-ltr.png -share/icons/gnome/24x24/actions/gtk-media-forward-rtl.png -share/icons/gnome/24x24/actions/gtk-media-next-ltr.png -share/icons/gnome/24x24/actions/gtk-media-next-rtl.png -share/icons/gnome/24x24/actions/gtk-media-pause.png -share/icons/gnome/24x24/actions/gtk-media-play-ltr.png -share/icons/gnome/24x24/actions/gtk-media-previous-ltr.png -share/icons/gnome/24x24/actions/gtk-media-previous-rtl.png -share/icons/gnome/24x24/actions/gtk-media-record.png -share/icons/gnome/24x24/actions/gtk-media-rewind-ltr.png -share/icons/gnome/24x24/actions/gtk-media-rewind-rtl.png -share/icons/gnome/24x24/actions/gtk-media-stop.png -share/icons/gnome/24x24/actions/gtk-new.png -share/icons/gnome/24x24/actions/gtk-open.png -share/icons/gnome/24x24/actions/gtk-paste.png -share/icons/gnome/24x24/actions/gtk-print-preview.png -share/icons/gnome/24x24/actions/gtk-print.png -share/icons/gnome/24x24/actions/gtk-properties.png -share/icons/gnome/24x24/actions/gtk-quit.png -share/icons/gnome/24x24/actions/gtk-redo-ltr.png -share/icons/gnome/24x24/actions/gtk-refresh.png -share/icons/gnome/24x24/actions/gtk-remove.png -share/icons/gnome/24x24/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/24x24/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/24x24/actions/gtk-save-as.png -share/icons/gnome/24x24/actions/gtk-save.png -share/icons/gnome/24x24/actions/gtk-select-all.png -share/icons/gnome/24x24/actions/gtk-sort-ascending.png -share/icons/gnome/24x24/actions/gtk-sort-descending.png -share/icons/gnome/24x24/actions/gtk-spell-check.png -share/icons/gnome/24x24/actions/gtk-stop.png -share/icons/gnome/24x24/actions/gtk-strikethrough.png -share/icons/gnome/24x24/actions/gtk-underline.png -share/icons/gnome/24x24/actions/gtk-undo-ltr.png -share/icons/gnome/24x24/actions/gtk-unindent-ltr.png -share/icons/gnome/24x24/actions/gtk-unindent-rtl.png -share/icons/gnome/24x24/actions/gtk-zoom-100.png -share/icons/gnome/24x24/actions/gtk-zoom-fit.png -share/icons/gnome/24x24/actions/gtk-zoom-in.png -share/icons/gnome/24x24/actions/gtk-zoom-out.png -share/icons/gnome/24x24/actions/help-about.png -share/icons/gnome/24x24/actions/help-contents.png -share/icons/gnome/24x24/actions/help-faq.png -share/icons/gnome/24x24/actions/insert-image.png -share/icons/gnome/24x24/actions/insert-link.png -share/icons/gnome/24x24/actions/insert-object.png -share/icons/gnome/24x24/actions/insert-text.png -share/icons/gnome/24x24/actions/kfind.png -share/icons/gnome/24x24/actions/kfm_home.png -share/icons/gnome/24x24/actions/leftjust.png -share/icons/gnome/24x24/actions/list-add.png -share/icons/gnome/24x24/actions/list-remove.png -share/icons/gnome/24x24/actions/lock.png -share/icons/gnome/24x24/actions/mail-forward.png -share/icons/gnome/24x24/actions/mail-mark-important.png -share/icons/gnome/24x24/actions/mail-mark-junk.png -share/icons/gnome/24x24/actions/mail-mark-notjunk.png -share/icons/gnome/24x24/actions/mail-mark-read.png -share/icons/gnome/24x24/actions/mail-mark-unread.png -share/icons/gnome/24x24/actions/mail-message-new.png -share/icons/gnome/24x24/actions/mail-reply-all.png -share/icons/gnome/24x24/actions/mail-reply-sender.png -share/icons/gnome/24x24/actions/mail-send-receive.png -share/icons/gnome/24x24/actions/mail-send.png -share/icons/gnome/24x24/actions/mail_forward.png -share/icons/gnome/24x24/actions/mail_new.png -share/icons/gnome/24x24/actions/mail_reply.png -share/icons/gnome/24x24/actions/mail_replyall.png -share/icons/gnome/24x24/actions/mail_send.png -share/icons/gnome/24x24/actions/mail_spam.png -share/icons/gnome/24x24/actions/media-eject.png -share/icons/gnome/24x24/actions/media-playback-pause.png -share/icons/gnome/24x24/actions/media-playback-start.png -share/icons/gnome/24x24/actions/media-playback-stop.png -share/icons/gnome/24x24/actions/media-record.png -share/icons/gnome/24x24/actions/media-seek-backward.png -share/icons/gnome/24x24/actions/media-seek-forward.png -share/icons/gnome/24x24/actions/media-skip-backward.png -share/icons/gnome/24x24/actions/media-skip-forward.png -share/icons/gnome/24x24/actions/next.png -share/icons/gnome/24x24/actions/object-flip-horizontal.png -share/icons/gnome/24x24/actions/object-flip-vertical.png -share/icons/gnome/24x24/actions/object-rotate-left.png -share/icons/gnome/24x24/actions/object-rotate-right.png -share/icons/gnome/24x24/actions/player_eject.png -share/icons/gnome/24x24/actions/player_end.png -share/icons/gnome/24x24/actions/player_fwd.png -share/icons/gnome/24x24/actions/player_pause.png -share/icons/gnome/24x24/actions/player_play.png -share/icons/gnome/24x24/actions/player_record.png -share/icons/gnome/24x24/actions/player_rew.png -share/icons/gnome/24x24/actions/player_start.png -share/icons/gnome/24x24/actions/player_stop.png -share/icons/gnome/24x24/actions/previous.png -share/icons/gnome/24x24/actions/process-stop.png -share/icons/gnome/24x24/actions/redhat-home.png -share/icons/gnome/24x24/actions/redo.png -share/icons/gnome/24x24/actions/reload.png -share/icons/gnome/24x24/actions/reload3.png -share/icons/gnome/24x24/actions/reload_all_tabs.png -share/icons/gnome/24x24/actions/reload_page.png -share/icons/gnome/24x24/actions/remove.png -share/icons/gnome/24x24/actions/revert.png -share/icons/gnome/24x24/actions/rightjust.png -share/icons/gnome/24x24/actions/search.png -share/icons/gnome/24x24/actions/start.png -share/icons/gnome/24x24/actions/stock_about.png -share/icons/gnome/24x24/actions/stock_add-bookmark.png -share/icons/gnome/24x24/actions/stock_bottom.png -share/icons/gnome/24x24/actions/stock_close.png -share/icons/gnome/24x24/actions/stock_copy.png -share/icons/gnome/24x24/actions/stock_cut.png -share/icons/gnome/24x24/actions/stock_delete.png -share/icons/gnome/24x24/actions/stock_down.png -share/icons/gnome/24x24/actions/stock_file-properites.png -share/icons/gnome/24x24/actions/stock_first.png -share/icons/gnome/24x24/actions/stock_fullscreen.png -share/icons/gnome/24x24/actions/stock_help-add-bookmark.png -share/icons/gnome/24x24/actions/stock_home.png -share/icons/gnome/24x24/actions/stock_last.png -share/icons/gnome/24x24/actions/stock_leave-fullscreen.png -share/icons/gnome/24x24/actions/stock_left.png -share/icons/gnome/24x24/actions/stock_mail-compose.png -share/icons/gnome/24x24/actions/stock_mail-forward.png -share/icons/gnome/24x24/actions/stock_mail-reply-to-all.png -share/icons/gnome/24x24/actions/stock_mail-reply.png -share/icons/gnome/24x24/actions/stock_mail-send-receive.png -share/icons/gnome/24x24/actions/stock_mail-send.png -share/icons/gnome/24x24/actions/stock_media-fwd.png -share/icons/gnome/24x24/actions/stock_media-next.png -share/icons/gnome/24x24/actions/stock_media-pause.png -share/icons/gnome/24x24/actions/stock_media-play.png -share/icons/gnome/24x24/actions/stock_media-prev.png -share/icons/gnome/24x24/actions/stock_media-rec.png -share/icons/gnome/24x24/actions/stock_media-rew.png -share/icons/gnome/24x24/actions/stock_media-stop.png -share/icons/gnome/24x24/actions/stock_new-address-book.png -share/icons/gnome/24x24/actions/stock_new-appointment.png -share/icons/gnome/24x24/actions/stock_new-bcard.png -share/icons/gnome/24x24/actions/stock_new-dir.png -share/icons/gnome/24x24/actions/stock_new-tab.png -share/icons/gnome/24x24/actions/stock_new-text.png -share/icons/gnome/24x24/actions/stock_new-window.png -share/icons/gnome/24x24/actions/stock_paste.png -share/icons/gnome/24x24/actions/stock_print-preview.png -share/icons/gnome/24x24/actions/stock_print-setup.png -share/icons/gnome/24x24/actions/stock_print.png -share/icons/gnome/24x24/actions/stock_properties.png -share/icons/gnome/24x24/actions/stock_redo.png -share/icons/gnome/24x24/actions/stock_refresh.png -share/icons/gnome/24x24/actions/stock_right.png -share/icons/gnome/24x24/actions/stock_save-as.png -share/icons/gnome/24x24/actions/stock_save.png -share/icons/gnome/24x24/actions/stock_search-and-replace.png -share/icons/gnome/24x24/actions/stock_search.png -share/icons/gnome/24x24/actions/stock_select-all.png -share/icons/gnome/24x24/actions/stock_spam.png -share/icons/gnome/24x24/actions/stock_spellcheck.png -share/icons/gnome/24x24/actions/stock_stop.png -share/icons/gnome/24x24/actions/stock_text-strikethrough.png -share/icons/gnome/24x24/actions/stock_text_bold.png -share/icons/gnome/24x24/actions/stock_text_center.png -share/icons/gnome/24x24/actions/stock_text_indent.png -share/icons/gnome/24x24/actions/stock_text_italic.png -share/icons/gnome/24x24/actions/stock_text_justify.png -share/icons/gnome/24x24/actions/stock_text_left.png -share/icons/gnome/24x24/actions/stock_text_right.png -share/icons/gnome/24x24/actions/stock_text_underlined.png -share/icons/gnome/24x24/actions/stock_text_unindent.png -share/icons/gnome/24x24/actions/stock_top.png -share/icons/gnome/24x24/actions/stock_undo.png -share/icons/gnome/24x24/actions/stock_up.png -share/icons/gnome/24x24/actions/stock_zoom-1.png -share/icons/gnome/24x24/actions/stock_zoom-in.png -share/icons/gnome/24x24/actions/stock_zoom-out.png -share/icons/gnome/24x24/actions/stock_zoom-page.png -share/icons/gnome/24x24/actions/stop.png -share/icons/gnome/24x24/actions/system-lock-screen.png -share/icons/gnome/24x24/actions/system-log-out.png -share/icons/gnome/24x24/actions/system-run.png -share/icons/gnome/24x24/actions/system-search.png -share/icons/gnome/24x24/actions/system-shutdown.png -share/icons/gnome/24x24/actions/tab-new.png -share/icons/gnome/24x24/actions/tab_new.png -share/icons/gnome/24x24/actions/text_bold.png -share/icons/gnome/24x24/actions/text_italic.png -share/icons/gnome/24x24/actions/text_strike.png -share/icons/gnome/24x24/actions/text_under.png -share/icons/gnome/24x24/actions/tools-check-spelling.png -share/icons/gnome/24x24/actions/top.png -share/icons/gnome/24x24/actions/undo.png -share/icons/gnome/24x24/actions/up.png -share/icons/gnome/24x24/actions/view-fullscreen.png -share/icons/gnome/24x24/actions/view-refresh.png -share/icons/gnome/24x24/actions/view-restore.png -share/icons/gnome/24x24/actions/view-sort-ascending.png -share/icons/gnome/24x24/actions/view-sort-descending.png -share/icons/gnome/24x24/actions/viewmag+.png -share/icons/gnome/24x24/actions/viewmag-.png -share/icons/gnome/24x24/actions/viewmag1.png -share/icons/gnome/24x24/actions/viewmagfit.png -share/icons/gnome/24x24/actions/window-close.png -share/icons/gnome/24x24/actions/window-new.png -share/icons/gnome/24x24/actions/window_fullscreen.png -share/icons/gnome/24x24/actions/window_new.png -share/icons/gnome/24x24/actions/window_nofullscreen.png -share/icons/gnome/24x24/actions/xfce-system-exit.png -share/icons/gnome/24x24/actions/xfce-system-lock.png -share/icons/gnome/24x24/actions/zoom-best-fit.png -share/icons/gnome/24x24/actions/zoom-fit-best.png -share/icons/gnome/24x24/actions/zoom-in.png -share/icons/gnome/24x24/actions/zoom-original.png -share/icons/gnome/24x24/actions/zoom-out.png -share/icons/gnome/24x24/apps/access.png -share/icons/gnome/24x24/apps/accessibility-directory.png -share/icons/gnome/24x24/apps/accessories-calculator.png -share/icons/gnome/24x24/apps/accessories-character-map.png -share/icons/gnome/24x24/apps/accessories-dictionary.png -share/icons/gnome/24x24/apps/accessories-text-editor.png -share/icons/gnome/24x24/apps/applets-screenshooter.png -share/icons/gnome/24x24/apps/arts.png -share/icons/gnome/24x24/apps/background.png -share/icons/gnome/24x24/apps/calc.png -share/icons/gnome/24x24/apps/config-language.png -share/icons/gnome/24x24/apps/config-users.png -share/icons/gnome/24x24/apps/file-manager.png -share/icons/gnome/24x24/apps/fonts.png -share/icons/gnome/24x24/apps/gnome-calculator.png -share/icons/gnome/24x24/apps/gnome-character-map.png -share/icons/gnome/24x24/apps/gnome-help.png -share/icons/gnome/24x24/apps/gnome-mixer.png -share/icons/gnome/24x24/apps/gnome-monitor.png -share/icons/gnome/24x24/apps/gnome-remote-desktop.png -share/icons/gnome/24x24/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/24x24/apps/gnome-settings-background.png -share/icons/gnome/24x24/apps/gnome-settings-font.png -share/icons/gnome/24x24/apps/gnome-settings-keybindings.png -share/icons/gnome/24x24/apps/gnome-settings-theme.png -share/icons/gnome/24x24/apps/gnome-terminal.png -share/icons/gnome/24x24/apps/gnome-window-manager.png -share/icons/gnome/24x24/apps/gtk-help.png -share/icons/gnome/24x24/apps/gucharmap.png -share/icons/gnome/24x24/apps/help-browser.png -share/icons/gnome/24x24/apps/help.png -share/icons/gnome/24x24/apps/im-aim.png -share/icons/gnome/24x24/apps/im-icq.png -share/icons/gnome/24x24/apps/im-jabber.png -share/icons/gnome/24x24/apps/im-msn.png -share/icons/gnome/24x24/apps/im-nov.png -share/icons/gnome/24x24/apps/im-yahoo.png -share/icons/gnome/24x24/apps/kcalc.png -share/icons/gnome/24x24/apps/kcharselect.png -share/icons/gnome/24x24/apps/kcmkwm.png -share/icons/gnome/24x24/apps/kcmsound.png -share/icons/gnome/24x24/apps/kedit.png -share/icons/gnome/24x24/apps/key_bindings.png -share/icons/gnome/24x24/apps/kfm.png -share/icons/gnome/24x24/apps/khelpcenter.png -share/icons/gnome/24x24/apps/konsole.png -share/icons/gnome/24x24/apps/krfb.png -share/icons/gnome/24x24/apps/kscreensaver.png -share/icons/gnome/24x24/apps/ksysguard.png -share/icons/gnome/24x24/apps/kuser.png -share/icons/gnome/24x24/apps/kwin.png -share/icons/gnome/24x24/apps/locale.png -share/icons/gnome/24x24/apps/logviewer.png -share/icons/gnome/24x24/apps/multimedia-volume-control.png -share/icons/gnome/24x24/apps/multimedia.png -share/icons/gnome/24x24/apps/openterm.png -share/icons/gnome/24x24/apps/preferences-desktop-accessibility.png -share/icons/gnome/24x24/apps/preferences-desktop-font.png -share/icons/gnome/24x24/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/24x24/apps/preferences-desktop-keyboard.png -share/icons/gnome/24x24/apps/preferences-desktop-locale.png -share/icons/gnome/24x24/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/24x24/apps/preferences-desktop-screensaver.png -share/icons/gnome/24x24/apps/preferences-desktop-theme.png -share/icons/gnome/24x24/apps/preferences-desktop-wallpaper.png -share/icons/gnome/24x24/apps/preferences-system-windows.png -share/icons/gnome/24x24/apps/redhat-filemanager.png -share/icons/gnome/24x24/apps/screensaver.png -share/icons/gnome/24x24/apps/stock_help.png -share/icons/gnome/24x24/apps/style.png -share/icons/gnome/24x24/apps/susehelpcenter.png -share/icons/gnome/24x24/apps/system-config-users.png -share/icons/gnome/24x24/apps/system-file-manager.png -share/icons/gnome/24x24/apps/system-software-install.png -share/icons/gnome/24x24/apps/system-software-update.png -share/icons/gnome/24x24/apps/system-users.png -share/icons/gnome/24x24/apps/terminal.png -share/icons/gnome/24x24/apps/text-editor.png -share/icons/gnome/24x24/apps/update-manager.png -share/icons/gnome/24x24/apps/user-info.png -share/icons/gnome/24x24/apps/utilities-system-monitor.png -share/icons/gnome/24x24/apps/utilities-terminal.png -share/icons/gnome/24x24/apps/volume-knob.png -share/icons/gnome/24x24/apps/wallpaper.png -share/icons/gnome/24x24/apps/web-browser.png -share/icons/gnome/24x24/apps/xfce-filemanager.png -share/icons/gnome/24x24/apps/xfce-terminal.png -share/icons/gnome/24x24/apps/xfce4-backdrop.png -share/icons/gnome/24x24/apps/xfce4-mixer.png -share/icons/gnome/24x24/apps/xfwm4.png -share/icons/gnome/24x24/apps/xscreensaver.png -share/icons/gnome/24x24/apps/zen-icon.png -share/icons/gnome/24x24/categories/applications-accessories.png -share/icons/gnome/24x24/categories/applications-development.png -share/icons/gnome/24x24/categories/applications-engineering.png -share/icons/gnome/24x24/categories/applications-games.png -share/icons/gnome/24x24/categories/applications-graphics.png -share/icons/gnome/24x24/categories/applications-internet.png -share/icons/gnome/24x24/categories/applications-multimedia.png -share/icons/gnome/24x24/categories/applications-office.png -share/icons/gnome/24x24/categories/applications-other.png -share/icons/gnome/24x24/categories/applications-science.png -share/icons/gnome/24x24/categories/applications-system.png -share/icons/gnome/24x24/categories/applications-utilities.png -share/icons/gnome/24x24/categories/gnome-applications.png -share/icons/gnome/24x24/categories/gnome-control-center.png -share/icons/gnome/24x24/categories/gnome-devel.png -share/icons/gnome/24x24/categories/gnome-globe.png -share/icons/gnome/24x24/categories/gnome-graphics.png -share/icons/gnome/24x24/categories/gnome-joystick.png -share/icons/gnome/24x24/categories/gnome-multimedia.png -share/icons/gnome/24x24/categories/gnome-other.png -share/icons/gnome/24x24/categories/gnome-settings.png -share/icons/gnome/24x24/categories/gnome-system.png -share/icons/gnome/24x24/categories/gnome-util.png -share/icons/gnome/24x24/categories/gtk-preferences.png -share/icons/gnome/24x24/categories/input_devices_settings.png -share/icons/gnome/24x24/categories/kcontrol.png -share/icons/gnome/24x24/categories/package_development.png -share/icons/gnome/24x24/categories/package_games.png -share/icons/gnome/24x24/categories/package_graphics.png -share/icons/gnome/24x24/categories/package_multimedia.png -share/icons/gnome/24x24/categories/package_network.png -share/icons/gnome/24x24/categories/package_office.png -share/icons/gnome/24x24/categories/package_settings.png -share/icons/gnome/24x24/categories/package_system.png -share/icons/gnome/24x24/categories/package_utilities.png -share/icons/gnome/24x24/categories/preferences-desktop-peripherals.png -share/icons/gnome/24x24/categories/preferences-desktop-personal.png -share/icons/gnome/24x24/categories/preferences-desktop.png -share/icons/gnome/24x24/categories/preferences-other.png -share/icons/gnome/24x24/categories/preferences-system-network.png -share/icons/gnome/24x24/categories/preferences-system.png -share/icons/gnome/24x24/categories/redhat-accessories.png -share/icons/gnome/24x24/categories/redhat-games.png -share/icons/gnome/24x24/categories/redhat-graphics.png -share/icons/gnome/24x24/categories/redhat-internet.png -share/icons/gnome/24x24/categories/redhat-office.png -share/icons/gnome/24x24/categories/redhat-preferences.png -share/icons/gnome/24x24/categories/redhat-programming.png -share/icons/gnome/24x24/categories/redhat-sound_video.png -share/icons/gnome/24x24/categories/redhat-system_settings.png -share/icons/gnome/24x24/categories/redhat-system_tools.png -share/icons/gnome/24x24/categories/stock_internet.png -share/icons/gnome/24x24/categories/system-help.png -share/icons/gnome/24x24/categories/xfce-games.png -share/icons/gnome/24x24/categories/xfce-graphics.png -share/icons/gnome/24x24/categories/xfce-internet.png -share/icons/gnome/24x24/categories/xfce-multimedia.png -share/icons/gnome/24x24/categories/xfce-office.png -share/icons/gnome/24x24/categories/xfce-system-settings.png -share/icons/gnome/24x24/categories/xfce-utils.png -share/icons/gnome/24x24/categories/xfce4-settings.png -share/icons/gnome/24x24/devices/3floppy_unmount.png -share/icons/gnome/24x24/devices/audio-card.png -share/icons/gnome/24x24/devices/audio-input-microphone.png -share/icons/gnome/24x24/devices/battery.png -share/icons/gnome/24x24/devices/camera-photo.png -share/icons/gnome/24x24/devices/camera-video.png -share/icons/gnome/24x24/devices/camera-web.png -share/icons/gnome/24x24/devices/camera.png -share/icons/gnome/24x24/devices/camera_unmount.png -share/icons/gnome/24x24/devices/cdrom_unmount.png -share/icons/gnome/24x24/devices/cdwriter_unmount.png -share/icons/gnome/24x24/devices/chardevice.png -share/icons/gnome/24x24/devices/computer.png -share/icons/gnome/24x24/devices/display.png -share/icons/gnome/24x24/devices/drive-cdrom.png -share/icons/gnome/24x24/devices/drive-harddisk.png -share/icons/gnome/24x24/devices/drive-optical.png -share/icons/gnome/24x24/devices/drive-removable-media.png -share/icons/gnome/24x24/devices/dvd_unmount.png -share/icons/gnome/24x24/devices/gnome-dev-battery.png -share/icons/gnome/24x24/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/24x24/devices/gnome-dev-cdrom.png -share/icons/gnome/24x24/devices/gnome-dev-computer.png -share/icons/gnome/24x24/devices/gnome-dev-disc-cdr.png -share/icons/gnome/24x24/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/24x24/devices/gnome-dev-dvd.png -share/icons/gnome/24x24/devices/gnome-dev-ethernet.png -share/icons/gnome/24x24/devices/gnome-dev-floppy.png -share/icons/gnome/24x24/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/24x24/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/24x24/devices/gnome-dev-harddisk.png -share/icons/gnome/24x24/devices/gnome-dev-ipod.png -share/icons/gnome/24x24/devices/gnome-dev-keyboard.png -share/icons/gnome/24x24/devices/gnome-dev-media-cf.png -share/icons/gnome/24x24/devices/gnome-dev-media-ms.png -share/icons/gnome/24x24/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/24x24/devices/gnome-dev-media-sm.png -share/icons/gnome/24x24/devices/gnome-dev-mouse-ball.png -share/icons/gnome/24x24/devices/gnome-dev-mouse-optical.png -share/icons/gnome/24x24/devices/gnome-dev-printer.png -share/icons/gnome/24x24/devices/gnome-dev-removable-1394.png -share/icons/gnome/24x24/devices/gnome-dev-removable-usb.png -share/icons/gnome/24x24/devices/gnome-dev-removable.png -share/icons/gnome/24x24/devices/gnome-dev-wavelan.png -share/icons/gnome/24x24/devices/gnome-dev-zipdisk.png -share/icons/gnome/24x24/devices/gnome-fs-client.png -share/icons/gnome/24x24/devices/gnome-modem.png -share/icons/gnome/24x24/devices/gnome-stock-mic.png -share/icons/gnome/24x24/devices/gtk-cdrom.png -share/icons/gnome/24x24/devices/gtk-floppy.png -share/icons/gnome/24x24/devices/gtk-harddisk.png -share/icons/gnome/24x24/devices/harddrive.png -share/icons/gnome/24x24/devices/hdd_unmount.png -share/icons/gnome/24x24/devices/input-gaming.png -share/icons/gnome/24x24/devices/input-keyboard.png -share/icons/gnome/24x24/devices/input-mouse.png -share/icons/gnome/24x24/devices/input-tablet.png -share/icons/gnome/24x24/devices/ipod_mount.png -share/icons/gnome/24x24/devices/joystick.png -share/icons/gnome/24x24/devices/keyboard.png -share/icons/gnome/24x24/devices/kjobviewer.png -share/icons/gnome/24x24/devices/kxkb.png -share/icons/gnome/24x24/devices/media-cdrom.png -share/icons/gnome/24x24/devices/media-flash.png -share/icons/gnome/24x24/devices/media-floppy.png -share/icons/gnome/24x24/devices/media-optical.png -share/icons/gnome/24x24/devices/media-tape.png -share/icons/gnome/24x24/devices/media-zip.png -share/icons/gnome/24x24/devices/modem.png -share/icons/gnome/24x24/devices/mouse.png -share/icons/gnome/24x24/devices/multimedia-player.png -share/icons/gnome/24x24/devices/network-wired.png -share/icons/gnome/24x24/devices/network-wireless.png -share/icons/gnome/24x24/devices/pda.png -share/icons/gnome/24x24/devices/phone.png -share/icons/gnome/24x24/devices/printer-remote.png -share/icons/gnome/24x24/devices/printer.png -share/icons/gnome/24x24/devices/printer1.png -share/icons/gnome/24x24/devices/printmgr.png -share/icons/gnome/24x24/devices/scanner.png -share/icons/gnome/24x24/devices/stock_cell-phone.png -share/icons/gnome/24x24/devices/stock_mic.png -share/icons/gnome/24x24/devices/stock_printers.png -share/icons/gnome/24x24/devices/system-floppy.png -share/icons/gnome/24x24/devices/system.png -share/icons/gnome/24x24/devices/usbpendrive_unmount.png -share/icons/gnome/24x24/devices/video-display.png -share/icons/gnome/24x24/devices/xfce-printer.png -share/icons/gnome/24x24/devices/xfce4-display.png -share/icons/gnome/24x24/devices/xfce4-keyboard.png -share/icons/gnome/24x24/devices/xfce4-mouse.png -share/icons/gnome/24x24/devices/yast_HD.png -share/icons/gnome/24x24/devices/yast_idetude.png -share/icons/gnome/24x24/devices/yast_joystick.png -share/icons/gnome/24x24/devices/yast_mouse.png -share/icons/gnome/24x24/devices/yast_printer.png -share/icons/gnome/24x24/devices/yast_soundcard.png -share/icons/gnome/24x24/emblems/emblem-default.png -share/icons/gnome/24x24/emblems/emblem-documents.png -share/icons/gnome/24x24/emblems/emblem-downloads.png -share/icons/gnome/24x24/emblems/emblem-favorite.png -share/icons/gnome/24x24/emblems/emblem-generic.png -share/icons/gnome/24x24/emblems/emblem-important.png -share/icons/gnome/24x24/emblems/emblem-mail.png -share/icons/gnome/24x24/emblems/emblem-new.png -share/icons/gnome/24x24/emblems/emblem-noread.png -share/icons/gnome/24x24/emblems/emblem-nowrite.png -share/icons/gnome/24x24/emblems/emblem-package.png -share/icons/gnome/24x24/emblems/emblem-photos.png -share/icons/gnome/24x24/emblems/emblem-readonly.png -share/icons/gnome/24x24/emblems/emblem-shared.png -share/icons/gnome/24x24/emblems/emblem-symbolic-link.png -share/icons/gnome/24x24/emblems/emblem-system.png -share/icons/gnome/24x24/emblems/emblem-unreadable.png -share/icons/gnome/24x24/emblems/emblem-urgent.png -share/icons/gnome/24x24/emblems/emblem-web.png -share/icons/gnome/24x24/emblems/stock_mail-priority-high.png -share/icons/gnome/24x24/emotes/face-angel.png -share/icons/gnome/24x24/emotes/face-angry.png -share/icons/gnome/24x24/emotes/face-cool.png -share/icons/gnome/24x24/emotes/face-crying.png -share/icons/gnome/24x24/emotes/face-devilish.png -share/icons/gnome/24x24/emotes/face-embarrassed.png -share/icons/gnome/24x24/emotes/face-kiss.png -share/icons/gnome/24x24/emotes/face-laugh.png -share/icons/gnome/24x24/emotes/face-monkey.png -share/icons/gnome/24x24/emotes/face-plain.png -share/icons/gnome/24x24/emotes/face-raspberry.png -share/icons/gnome/24x24/emotes/face-sad.png -share/icons/gnome/24x24/emotes/face-sick.png -share/icons/gnome/24x24/emotes/face-smile-big.png -share/icons/gnome/24x24/emotes/face-smile.png -share/icons/gnome/24x24/emotes/face-smirk.png -share/icons/gnome/24x24/emotes/face-surprise.png -share/icons/gnome/24x24/emotes/face-tired.png -share/icons/gnome/24x24/emotes/face-uncertain.png -share/icons/gnome/24x24/emotes/face-wink.png -share/icons/gnome/24x24/emotes/face-worried.png -share/icons/gnome/24x24/emotes/stock_smiley-1.png -share/icons/gnome/24x24/emotes/stock_smiley-10.png -share/icons/gnome/24x24/emotes/stock_smiley-11.png -share/icons/gnome/24x24/emotes/stock_smiley-13.png -share/icons/gnome/24x24/emotes/stock_smiley-15.png -share/icons/gnome/24x24/emotes/stock_smiley-18.png -share/icons/gnome/24x24/emotes/stock_smiley-2.png -share/icons/gnome/24x24/emotes/stock_smiley-22.png -share/icons/gnome/24x24/emotes/stock_smiley-3.png -share/icons/gnome/24x24/emotes/stock_smiley-4.png -share/icons/gnome/24x24/emotes/stock_smiley-5.png -share/icons/gnome/24x24/emotes/stock_smiley-6.png -share/icons/gnome/24x24/emotes/stock_smiley-7.png -share/icons/gnome/24x24/emotes/stock_smiley-8.png -share/icons/gnome/24x24/filesystems/gnome-fs-bookmark-missing.png -share/icons/gnome/24x24/filesystems/gnome-fs-bookmark.png -share/icons/gnome/24x24/mimetypes/application-certificate.png -share/icons/gnome/24x24/mimetypes/application-x-executable.png -share/icons/gnome/24x24/mimetypes/ascii.png -share/icons/gnome/24x24/mimetypes/audio-x-generic.png -share/icons/gnome/24x24/mimetypes/binary.png -share/icons/gnome/24x24/mimetypes/contents2.png -share/icons/gnome/24x24/mimetypes/deb.png -share/icons/gnome/24x24/mimetypes/document.png -share/icons/gnome/24x24/mimetypes/empty.png -share/icons/gnome/24x24/mimetypes/exec.png -share/icons/gnome/24x24/mimetypes/folder_tar.png -share/icons/gnome/24x24/mimetypes/font-x-generic.png -share/icons/gnome/24x24/mimetypes/font.png -share/icons/gnome/24x24/mimetypes/font_bitmap.png -share/icons/gnome/24x24/mimetypes/font_truetype.png -share/icons/gnome/24x24/mimetypes/font_type1.png -share/icons/gnome/24x24/mimetypes/gnome-fs-executable.png -share/icons/gnome/24x24/mimetypes/gnome-fs-regular.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/24x24/mimetypes/gnome-mime-audio.png -share/icons/gnome/24x24/mimetypes/gnome-mime-image.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-html.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text.png -share/icons/gnome/24x24/mimetypes/gnome-mime-video.png -share/icons/gnome/24x24/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/24x24/mimetypes/gnome-package.png -share/icons/gnome/24x24/mimetypes/gtk-file.png -share/icons/gnome/24x24/mimetypes/html.png -share/icons/gnome/24x24/mimetypes/image-x-generic.png -share/icons/gnome/24x24/mimetypes/image.png -share/icons/gnome/24x24/mimetypes/kpresenter_kpr.png -share/icons/gnome/24x24/mimetypes/mime_ascii.png -share/icons/gnome/24x24/mimetypes/misc.png -share/icons/gnome/24x24/mimetypes/package-x-generic.png -share/icons/gnome/24x24/mimetypes/package.png -share/icons/gnome/24x24/mimetypes/package_editors.png -share/icons/gnome/24x24/mimetypes/package_wordprocessing.png -share/icons/gnome/24x24/mimetypes/plan.png -share/icons/gnome/24x24/mimetypes/rpm.png -share/icons/gnome/24x24/mimetypes/shellscript.png -share/icons/gnome/24x24/mimetypes/sound.png -share/icons/gnome/24x24/mimetypes/spreadsheet.png -share/icons/gnome/24x24/mimetypes/stock_addressbook.png -share/icons/gnome/24x24/mimetypes/stock_calendar.png -share/icons/gnome/24x24/mimetypes/stock_certificate.png -share/icons/gnome/24x24/mimetypes/stock_script.png -share/icons/gnome/24x24/mimetypes/tar.png -share/icons/gnome/24x24/mimetypes/template_source.png -share/icons/gnome/24x24/mimetypes/text-html.png -share/icons/gnome/24x24/mimetypes/text-x-generic-template.png -share/icons/gnome/24x24/mimetypes/text-x-generic.png -share/icons/gnome/24x24/mimetypes/text-x-preview.png -share/icons/gnome/24x24/mimetypes/text-x-script.png -share/icons/gnome/24x24/mimetypes/tgz.png -share/icons/gnome/24x24/mimetypes/txt.png -share/icons/gnome/24x24/mimetypes/txt2.png -share/icons/gnome/24x24/mimetypes/unknown.png -share/icons/gnome/24x24/mimetypes/vcalendar.png -share/icons/gnome/24x24/mimetypes/vcard.png -share/icons/gnome/24x24/mimetypes/video-x-generic.png -share/icons/gnome/24x24/mimetypes/video.png -share/icons/gnome/24x24/mimetypes/wordprocessing.png -share/icons/gnome/24x24/mimetypes/www.png -share/icons/gnome/24x24/mimetypes/x-office-address-book.png -share/icons/gnome/24x24/mimetypes/x-office-calendar.png -share/icons/gnome/24x24/mimetypes/x-office-document.png -share/icons/gnome/24x24/mimetypes/x-office-drawing.png -share/icons/gnome/24x24/mimetypes/x-office-presentation.png -share/icons/gnome/24x24/mimetypes/x-office-spreadsheet.png -share/icons/gnome/24x24/mimetypes/zip.png -share/icons/gnome/24x24/places/application-x-gnome-saved-search.png -share/icons/gnome/24x24/places/desktop.png -share/icons/gnome/24x24/places/distributor-logo.png -share/icons/gnome/24x24/places/emptytrash.png -share/icons/gnome/24x24/places/folder-remote.png -share/icons/gnome/24x24/places/folder-saved-search.png -share/icons/gnome/24x24/places/folder.icon -share/icons/gnome/24x24/places/folder.png -share/icons/gnome/24x24/places/folder_home.png -share/icons/gnome/24x24/places/gnome-fs-desktop.png -share/icons/gnome/24x24/places/gnome-fs-directory.icon -share/icons/gnome/24x24/places/gnome-fs-directory.png -share/icons/gnome/24x24/places/gnome-fs-ftp.png -share/icons/gnome/24x24/places/gnome-fs-home.png -share/icons/gnome/24x24/places/gnome-fs-network.png -share/icons/gnome/24x24/places/gnome-fs-nfs.png -share/icons/gnome/24x24/places/gnome-fs-server.png -share/icons/gnome/24x24/places/gnome-fs-share.png -share/icons/gnome/24x24/places/gnome-fs-smb.png -share/icons/gnome/24x24/places/gnome-fs-ssh.png -share/icons/gnome/24x24/places/gnome-fs-trash-empty.png -share/icons/gnome/24x24/places/gnome-main-menu.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/24x24/places/gnome-stock-trash.png -share/icons/gnome/24x24/places/gtk-directory.icon -share/icons/gnome/24x24/places/gtk-directory.png -share/icons/gnome/24x24/places/gtk-network.png -share/icons/gnome/24x24/places/inode-directory.icon -share/icons/gnome/24x24/places/inode-directory.png -share/icons/gnome/24x24/places/network-server.png -share/icons/gnome/24x24/places/network-workgroup.png -share/icons/gnome/24x24/places/network.png -share/icons/gnome/24x24/places/network_local.png -share/icons/gnome/24x24/places/novell-button.png -share/icons/gnome/24x24/places/redhat-network-server.png -share/icons/gnome/24x24/places/server.png -share/icons/gnome/24x24/places/start-here.png -share/icons/gnome/24x24/places/stock_folder.icon -share/icons/gnome/24x24/places/stock_folder.png -share/icons/gnome/24x24/places/trashcan_empty.png -share/icons/gnome/24x24/places/user-bookmarks.png -share/icons/gnome/24x24/places/user-desktop.png -share/icons/gnome/24x24/places/user-home.png -share/icons/gnome/24x24/places/user-trash.png -share/icons/gnome/24x24/places/xfce-trash_empty.png -share/icons/gnome/24x24/status/appointment-missed.png -share/icons/gnome/24x24/status/appointment-soon.png -share/icons/gnome/24x24/status/audio-volume-high.png -share/icons/gnome/24x24/status/audio-volume-low.png -share/icons/gnome/24x24/status/audio-volume-medium.png -share/icons/gnome/24x24/status/audio-volume-muted.png -share/icons/gnome/24x24/status/battery-caution.png -share/icons/gnome/24x24/status/battery-low.png -share/icons/gnome/24x24/status/connect_creating.png -share/icons/gnome/24x24/status/connect_established.png -share/icons/gnome/24x24/status/connect_no.png -share/icons/gnome/24x24/status/dialog-error.png -share/icons/gnome/24x24/status/dialog-information.png -share/icons/gnome/24x24/status/dialog-password.png -share/icons/gnome/24x24/status/dialog-question.png -share/icons/gnome/24x24/status/dialog-warning.png -share/icons/gnome/24x24/status/edittrash.png -share/icons/gnome/24x24/status/error.png -share/icons/gnome/24x24/status/folder-drag-accept.icon -share/icons/gnome/24x24/status/folder-drag-accept.png -share/icons/gnome/24x24/status/folder-open.png -share/icons/gnome/24x24/status/folder-visiting.icon -share/icons/gnome/24x24/status/folder-visiting.png -share/icons/gnome/24x24/status/folder_open.png -share/icons/gnome/24x24/status/gnome-dev-wavelan-encrypted.png -share/icons/gnome/24x24/status/gnome-fs-directory-accept.icon -share/icons/gnome/24x24/status/gnome-fs-directory-accept.png -share/icons/gnome/24x24/status/gnome-fs-directory-visiting.icon -share/icons/gnome/24x24/status/gnome-fs-directory-visiting.png -share/icons/gnome/24x24/status/gnome-fs-loading-icon.png -share/icons/gnome/24x24/status/gnome-fs-trash-full.png -share/icons/gnome/24x24/status/gnome-netstatus-disconn.png -share/icons/gnome/24x24/status/gnome-netstatus-error.png -share/icons/gnome/24x24/status/gnome-netstatus-idle.png -share/icons/gnome/24x24/status/gnome-netstatus-rx.png -share/icons/gnome/24x24/status/gnome-netstatus-tx.png -share/icons/gnome/24x24/status/gnome-netstatus-txrx.png -share/icons/gnome/24x24/status/gnome-stock-trash-full.png -share/icons/gnome/24x24/status/gtk-dialog-authentication.png -share/icons/gnome/24x24/status/gtk-dialog-error.png -share/icons/gnome/24x24/status/gtk-dialog-info.png -share/icons/gnome/24x24/status/gtk-dialog-question.png -share/icons/gnome/24x24/status/gtk-dialog-warning.png -share/icons/gnome/24x24/status/gtk-missing-image.png -share/icons/gnome/24x24/status/image-loading.png -share/icons/gnome/24x24/status/image-missing.png -share/icons/gnome/24x24/status/important.png -share/icons/gnome/24x24/status/info.png -share/icons/gnome/24x24/status/mail-attachment.png -share/icons/gnome/24x24/status/mail-read.png -share/icons/gnome/24x24/status/mail-replied.png -share/icons/gnome/24x24/status/mail-signed-verified.png -share/icons/gnome/24x24/status/mail-signed.png -share/icons/gnome/24x24/status/mail-unread.png -share/icons/gnome/24x24/status/media-playlist-repeat.png -share/icons/gnome/24x24/status/media-playlist-shuffle.png -share/icons/gnome/24x24/status/messagebox_critical.png -share/icons/gnome/24x24/status/messagebox_info.png -share/icons/gnome/24x24/status/messagebox_warning.png -share/icons/gnome/24x24/status/network-error.png -share/icons/gnome/24x24/status/network-idle.png -share/icons/gnome/24x24/status/network-offline.png -share/icons/gnome/24x24/status/network-receive.png -share/icons/gnome/24x24/status/network-transmit-receive.png -share/icons/gnome/24x24/status/network-transmit.png -share/icons/gnome/24x24/status/network-wireless-encrypted.png -share/icons/gnome/24x24/status/nm-adhoc.png -share/icons/gnome/24x24/status/nm-device-wired.png -share/icons/gnome/24x24/status/nm-device-wireless.png -share/icons/gnome/24x24/status/nm-no-connection.png -share/icons/gnome/24x24/status/printer-error.png -share/icons/gnome/24x24/status/printer-printing.png -share/icons/gnome/24x24/status/security-high.png -share/icons/gnome/24x24/status/security-low.png -share/icons/gnome/24x24/status/security-medium.png -share/icons/gnome/24x24/status/software-update-available.png -share/icons/gnome/24x24/status/software-update-urgent.png -share/icons/gnome/24x24/status/stock_appointment-reminder-excl.png -share/icons/gnome/24x24/status/stock_appointment-reminder.png -share/icons/gnome/24x24/status/stock_attach.png -share/icons/gnome/24x24/status/stock_dialog-error.png -share/icons/gnome/24x24/status/stock_dialog-info.png -share/icons/gnome/24x24/status/stock_dialog-question.png -share/icons/gnome/24x24/status/stock_dialog-warning.png -share/icons/gnome/24x24/status/stock_lock-broken.png -share/icons/gnome/24x24/status/stock_lock-ok.png -share/icons/gnome/24x24/status/stock_lock-open.png -share/icons/gnome/24x24/status/stock_lock.png -share/icons/gnome/24x24/status/stock_mail-open.png -share/icons/gnome/24x24/status/stock_mail-replied.png -share/icons/gnome/24x24/status/stock_mail-unread.png -share/icons/gnome/24x24/status/stock_open.png -share/icons/gnome/24x24/status/stock_repeat.png -share/icons/gnome/24x24/status/stock_shuffle.png -share/icons/gnome/24x24/status/stock_trash_full.png -share/icons/gnome/24x24/status/stock_volume-0.png -share/icons/gnome/24x24/status/stock_volume-max.png -share/icons/gnome/24x24/status/stock_volume-med.png -share/icons/gnome/24x24/status/stock_volume-min.png -share/icons/gnome/24x24/status/stock_volume-mute.png -share/icons/gnome/24x24/status/stock_volume.png -share/icons/gnome/24x24/status/stock_weather-cloudy.png -share/icons/gnome/24x24/status/stock_weather-few-clouds.png -share/icons/gnome/24x24/status/stock_weather-fog.png -share/icons/gnome/24x24/status/stock_weather-night-clear.png -share/icons/gnome/24x24/status/stock_weather-night-few-clouds.png -share/icons/gnome/24x24/status/stock_weather-showers.png -share/icons/gnome/24x24/status/stock_weather-snow.png -share/icons/gnome/24x24/status/stock_weather-storm.png -share/icons/gnome/24x24/status/stock_weather-sunny.png -share/icons/gnome/24x24/status/sunny.png -share/icons/gnome/24x24/status/task-due.png -share/icons/gnome/24x24/status/task-past-due.png -share/icons/gnome/24x24/status/trashcan_full.png -share/icons/gnome/24x24/status/user-trash-full.png -share/icons/gnome/24x24/status/weather-clear-night.png -share/icons/gnome/24x24/status/weather-clear.png -share/icons/gnome/24x24/status/weather-few-clouds-night.png -share/icons/gnome/24x24/status/weather-few-clouds.png -share/icons/gnome/24x24/status/weather-fog.png -share/icons/gnome/24x24/status/weather-overcast.png -share/icons/gnome/24x24/status/weather-severe-alert.png -share/icons/gnome/24x24/status/weather-showers-scattered.png -share/icons/gnome/24x24/status/weather-showers.png -share/icons/gnome/24x24/status/weather-snow.png -share/icons/gnome/24x24/status/weather-storm.png -share/icons/gnome/24x24/status/xfce-trash_full.png -share/icons/gnome/24x24/stock/chart/stock_chart-autoformat.png -share/icons/gnome/24x24/stock/chart/stock_chart-data-in-columns.png -share/icons/gnome/24x24/stock/chart/stock_chart-data-in-rows.png -share/icons/gnome/24x24/stock/chart/stock_chart-edit-type.png -share/icons/gnome/24x24/stock/chart/stock_chart-reorganize.png -share/icons/gnome/24x24/stock/chart/stock_chart-toggle-axes-title.png -share/icons/gnome/24x24/stock/chart/stock_chart-toggle-axes.png -share/icons/gnome/24x24/stock/chart/stock_chart-toggle-hgrid.png -share/icons/gnome/24x24/stock/chart/stock_chart-toggle-legend.png -share/icons/gnome/24x24/stock/chart/stock_chart-toggle-title.png -share/icons/gnome/24x24/stock/chart/stock_chart-toggle-vgrid.png -share/icons/gnome/24x24/stock/chart/stock_glue.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-down.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-horizontal-center.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-horizontal-left.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-horizontal-right.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-left.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-relative.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-right.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-up.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-vertical-bottom.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-vertical-center.png -share/icons/gnome/24x24/stock/chart/stock_gluepoint-vertical-top.png -share/icons/gnome/24x24/stock/chart/stock_insert-chart.png -share/icons/gnome/24x24/stock/code/stock_compile.png -share/icons/gnome/24x24/stock/code/stock_error-next-16.png -share/icons/gnome/24x24/stock/code/stock_error-previous-16.png -share/icons/gnome/24x24/stock/code/stock_macro-check-brackets.png -share/icons/gnome/24x24/stock/code/stock_macro-insert-breakpoint.png -share/icons/gnome/24x24/stock/code/stock_macro-insert.png -share/icons/gnome/24x24/stock/code/stock_macro-jump-back.png -share/icons/gnome/24x24/stock/code/stock_macro-objects.png -share/icons/gnome/24x24/stock/code/stock_macro-organizer.png -share/icons/gnome/24x24/stock/code/stock_macro-stop-after-command.png -share/icons/gnome/24x24/stock/code/stock_macro-stop-after-procedure.png -share/icons/gnome/24x24/stock/code/stock_macro-stop-watching.png -share/icons/gnome/24x24/stock/code/stock_macro-watch-variable.png -share/icons/gnome/24x24/stock/code/stock_record-macro.png -share/icons/gnome/24x24/stock/code/stock_run-macro.png -share/icons/gnome/24x24/stock/code/stock_script.png -share/icons/gnome/24x24/stock/code/stock_tools-macro.png -share/icons/gnome/24x24/stock/data/stock_add-decimal-place.png -share/icons/gnome/24x24/stock/data/stock_advanced-filter.png -share/icons/gnome/24x24/stock/data/stock_autofilter.png -share/icons/gnome/24x24/stock/data/stock_data-delete-record.png -share/icons/gnome/24x24/stock/data/stock_data-explorer.png -share/icons/gnome/24x24/stock/data/stock_data-first.png -share/icons/gnome/24x24/stock/data/stock_data-last.png -share/icons/gnome/24x24/stock/data/stock_data-linked-table.png -share/icons/gnome/24x24/stock/data/stock_data-new-record.png -share/icons/gnome/24x24/stock/data/stock_data-next.png -share/icons/gnome/24x24/stock/data/stock_data-previous.png -share/icons/gnome/24x24/stock/data/stock_data-save.png -share/icons/gnome/24x24/stock/data/stock_data-sources.png -share/icons/gnome/24x24/stock/data/stock_data-undo.png -share/icons/gnome/24x24/stock/data/stock_database.png -share/icons/gnome/24x24/stock/data/stock_delete-autofilter.png -share/icons/gnome/24x24/stock/data/stock_delete-decimal-place.png -share/icons/gnome/24x24/stock/data/stock_filter-data-by-criteria.png -share/icons/gnome/24x24/stock/data/stock_filter-navigator.png -share/icons/gnome/24x24/stock/data/stock_filters.png -share/icons/gnome/24x24/stock/data/stock_format-default.png -share/icons/gnome/24x24/stock/data/stock_format-percent.png -share/icons/gnome/24x24/stock/data/stock_format-scientific.png -share/icons/gnome/24x24/stock/data/stock_function-autopilot.png -share/icons/gnome/24x24/stock/data/stock_goal-seek.png -share/icons/gnome/24x24/stock/data/stock_insert-fields.png -share/icons/gnome/24x24/stock/data/stock_lock-broken.png -share/icons/gnome/24x24/stock/data/stock_lock-ok.png -share/icons/gnome/24x24/stock/data/stock_lock-open.png -share/icons/gnome/24x24/stock/data/stock_lock.png -share/icons/gnome/24x24/stock/data/stock_record-number.png -share/icons/gnome/24x24/stock/data/stock_signature-bad.png -share/icons/gnome/24x24/stock/data/stock_signature-ok.png -share/icons/gnome/24x24/stock/data/stock_signature.png -share/icons/gnome/24x24/stock/data/stock_sort-ascending.png -share/icons/gnome/24x24/stock/data/stock_sort-column-ascending.png -share/icons/gnome/24x24/stock/data/stock_sort-criteria.png -share/icons/gnome/24x24/stock/data/stock_sort-descending.png -share/icons/gnome/24x24/stock/data/stock_sort-row-ascending.png -share/icons/gnome/24x24/stock/data/stock_standard-filter.png -share/icons/gnome/24x24/stock/data/stock_sum.png -share/icons/gnome/24x24/stock/data/stock_update-data.png -share/icons/gnome/24x24/stock/document/stock_certificate.png -share/icons/gnome/24x24/stock/document/stock_new-drawing.png -share/icons/gnome/24x24/stock/document/stock_new-formula.png -share/icons/gnome/24x24/stock/document/stock_new-html.png -share/icons/gnome/24x24/stock/document/stock_new-labels.png -share/icons/gnome/24x24/stock/document/stock_new-master-document.png -share/icons/gnome/24x24/stock/document/stock_new-presentation.png -share/icons/gnome/24x24/stock/document/stock_new-spreadsheet.png -share/icons/gnome/24x24/stock/document/stock_new-template.png -share/icons/gnome/24x24/stock/document/stock_new-text.png -share/icons/gnome/24x24/stock/document/stock_new.png -share/icons/gnome/24x24/stock/document/stock_preview-four-pages.png -share/icons/gnome/24x24/stock/document/stock_preview-two-pages.png -share/icons/gnome/24x24/stock/document/stock_print-layout.png -share/icons/gnome/24x24/stock/document/stock_print-options.png -share/icons/gnome/24x24/stock/document/stock_print-resolution.png -share/icons/gnome/24x24/stock/document/stock_task-assigned-to.png -share/icons/gnome/24x24/stock/document/stock_task-assigned.png -share/icons/gnome/24x24/stock/document/stock_task-recurring.png -share/icons/gnome/24x24/stock/document/stock_task.png -share/icons/gnome/24x24/stock/document/stock_todo.png -share/icons/gnome/24x24/stock/document/stock_view-html-source.png -share/icons/gnome/24x24/stock/form/stock_form-activation-order.png -share/icons/gnome/24x24/stock/form/stock_form-add-field.png -share/icons/gnome/24x24/stock/form/stock_form-automatic-control-focus.png -share/icons/gnome/24x24/stock/form/stock_form-autopilots.png -share/icons/gnome/24x24/stock/form/stock_form-button.png -share/icons/gnome/24x24/stock/form/stock_form-checkbox.png -share/icons/gnome/24x24/stock/form/stock_form-combobox.png -share/icons/gnome/24x24/stock/form/stock_form-control-properties.png -share/icons/gnome/24x24/stock/form/stock_form-currency-field.png -share/icons/gnome/24x24/stock/form/stock_form-date-field.png -share/icons/gnome/24x24/stock/form/stock_form-design-mode.png -share/icons/gnome/24x24/stock/form/stock_form-file-selection.png -share/icons/gnome/24x24/stock/form/stock_form-formatted-field.png -share/icons/gnome/24x24/stock/form/stock_form-frame.png -share/icons/gnome/24x24/stock/form/stock_form-image-button.png -share/icons/gnome/24x24/stock/form/stock_form-image-control.png -share/icons/gnome/24x24/stock/form/stock_form-label.png -share/icons/gnome/24x24/stock/form/stock_form-letter-dialog.png -share/icons/gnome/24x24/stock/form/stock_form-line-horizontal.png -share/icons/gnome/24x24/stock/form/stock_form-line-vertical.png -share/icons/gnome/24x24/stock/form/stock_form-listbox.png -share/icons/gnome/24x24/stock/form/stock_form-navigator.png -share/icons/gnome/24x24/stock/form/stock_form-numerical-field.png -share/icons/gnome/24x24/stock/form/stock_form-open-in-design-mode.png -share/icons/gnome/24x24/stock/form/stock_form-pattern-field.png -share/icons/gnome/24x24/stock/form/stock_form-progressbar.png -share/icons/gnome/24x24/stock/form/stock_form-properties.png -share/icons/gnome/24x24/stock/form/stock_form-radio.png -share/icons/gnome/24x24/stock/form/stock_form-table-control.png -share/icons/gnome/24x24/stock/form/stock_form-text-box.png -share/icons/gnome/24x24/stock/form/stock_form-time-field.png -share/icons/gnome/24x24/stock/form/stock_insert-form.png -share/icons/gnome/24x24/stock/form/stock_macro-controls.png -share/icons/gnome/24x24/stock/form/stock_show-form-dialog.png -share/icons/gnome/24x24/stock/form/stock_show-hidden-controls.png -share/icons/gnome/24x24/stock/form/stock_view-fields.png -share/icons/gnome/24x24/stock/generic/stock_about.png -share/icons/gnome/24x24/stock/generic/stock_active.png -share/icons/gnome/24x24/stock/generic/stock_allow-effects.png -share/icons/gnome/24x24/stock/generic/stock_anchor.png -share/icons/gnome/24x24/stock/generic/stock_animation.png -share/icons/gnome/24x24/stock/generic/stock_autocompletion.png -share/icons/gnome/24x24/stock/generic/stock_autopilot-24.png -share/icons/gnome/24x24/stock/generic/stock_book_blue.png -share/icons/gnome/24x24/stock/generic/stock_book_green.png -share/icons/gnome/24x24/stock/generic/stock_book_open.png -share/icons/gnome/24x24/stock/generic/stock_book_red.png -share/icons/gnome/24x24/stock/generic/stock_book_yellow.png -share/icons/gnome/24x24/stock/generic/stock_briefcase.png -share/icons/gnome/24x24/stock/generic/stock_calc-accept.png -share/icons/gnome/24x24/stock/generic/stock_calc-cancel.png -share/icons/gnome/24x24/stock/generic/stock_calendar-and-tasks.png -share/icons/gnome/24x24/stock/generic/stock_calendar-view-day.png -share/icons/gnome/24x24/stock/generic/stock_calendar-view-list.png -share/icons/gnome/24x24/stock/generic/stock_calendar-view-month.png -share/icons/gnome/24x24/stock/generic/stock_calendar-view-week.png -share/icons/gnome/24x24/stock/generic/stock_calendar-view-work-week.png -share/icons/gnome/24x24/stock/generic/stock_calendar-view-year.png -share/icons/gnome/24x24/stock/generic/stock_color.png -share/icons/gnome/24x24/stock/generic/stock_edit.png -share/icons/gnome/24x24/stock/generic/stock_equals.png -share/icons/gnome/24x24/stock/generic/stock_example.png -share/icons/gnome/24x24/stock/generic/stock_exit.png -share/icons/gnome/24x24/stock/generic/stock_extended-help.png -share/icons/gnome/24x24/stock/generic/stock_file-properties.png -share/icons/gnome/24x24/stock/generic/stock_flip-horizontally.png -share/icons/gnome/24x24/stock/generic/stock_flip-vertically.png -share/icons/gnome/24x24/stock/generic/stock_folder-copy.png -share/icons/gnome/24x24/stock/generic/stock_folder-move.png -share/icons/gnome/24x24/stock/generic/stock_folder-properties.png -share/icons/gnome/24x24/stock/generic/stock_format-page.png -share/icons/gnome/24x24/stock/generic/stock_help-agent.png -share/icons/gnome/24x24/stock/generic/stock_help-chat.png -share/icons/gnome/24x24/stock/generic/stock_id.png -share/icons/gnome/24x24/stock/generic/stock_keyring.png -share/icons/gnome/24x24/stock/generic/stock_landline-phone.png -share/icons/gnome/24x24/stock/generic/stock_mark.png -share/icons/gnome/24x24/stock/generic/stock_new-24h-appointment.png -share/icons/gnome/24x24/stock/generic/stock_new-meeting.png -share/icons/gnome/24x24/stock/generic/stock_news.png -share/icons/gnome/24x24/stock/generic/stock_not.png -share/icons/gnome/24x24/stock/generic/stock_notebook.png -share/icons/gnome/24x24/stock/generic/stock_notes.png -share/icons/gnome/24x24/stock/generic/stock_people.png -share/icons/gnome/24x24/stock/generic/stock_person.png -share/icons/gnome/24x24/stock/generic/stock_presentation-box.png -share/icons/gnome/24x24/stock/generic/stock_properties.png -share/icons/gnome/24x24/stock/generic/stock_scores.png -share/icons/gnome/24x24/stock/generic/stock_send-fax.png -share/icons/gnome/24x24/stock/generic/stock_show-all.png -share/icons/gnome/24x24/stock/generic/stock_styles.png -share/icons/gnome/24x24/stock/generic/stock_summary.png -share/icons/gnome/24x24/stock/generic/stock_test-mode.png -share/icons/gnome/24x24/stock/generic/stock_timer.png -share/icons/gnome/24x24/stock/generic/stock_timer_stopped.png -share/icons/gnome/24x24/stock/generic/stock_timezone.png -share/icons/gnome/24x24/stock/generic/stock_toilet-paper.png -share/icons/gnome/24x24/stock/generic/stock_trash_full.png -share/icons/gnome/24x24/stock/generic/stock_undelete.png -share/icons/gnome/24x24/stock/generic/stock_unknown.png -share/icons/gnome/24x24/stock/generic/stock_web-calendar.png -share/icons/gnome/24x24/stock/generic/stock_web-support.png -share/icons/gnome/24x24/stock/image/stock_3d-color-picker.png -share/icons/gnome/24x24/stock/image/stock_3d-effects.png -share/icons/gnome/24x24/stock/image/stock_arrowstyle.png -share/icons/gnome/24x24/stock/image/stock_brightness.png -share/icons/gnome/24x24/stock/image/stock_bucketfill.png -share/icons/gnome/24x24/stock/image/stock_channel-blue.png -share/icons/gnome/24x24/stock/image/stock_channel-green.png -share/icons/gnome/24x24/stock/image/stock_channel-red.png -share/icons/gnome/24x24/stock/image/stock_contrast.png -share/icons/gnome/24x24/stock/image/stock_crop.png -share/icons/gnome/24x24/stock/image/stock_display-grid.png -share/icons/gnome/24x24/stock/image/stock_distort.png -share/icons/gnome/24x24/stock/image/stock_draw-arc.png -share/icons/gnome/24x24/stock/image/stock_draw-callouts.png -share/icons/gnome/24x24/stock/image/stock_draw-circle-arc.png -share/icons/gnome/24x24/stock/image/stock_draw-circle-pie-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-circle-pie.png -share/icons/gnome/24x24/stock/image/stock_draw-circle-segment-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-circle-segment.png -share/icons/gnome/24x24/stock/image/stock_draw-circle-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-cone.png -share/icons/gnome/24x24/stock/image/stock_draw-connector-ends-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-connector-ends-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-connector-starts-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-connector-starts-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-connector-with-arrows.png -share/icons/gnome/24x24/stock/image/stock_draw-connector-with-circles.png -share/icons/gnome/24x24/stock/image/stock_draw-connector.png -share/icons/gnome/24x24/stock/image/stock_draw-cube.png -share/icons/gnome/24x24/stock/image/stock_draw-curve-filled.png -share/icons/gnome/24x24/stock/image/stock_draw-curve.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector-ends-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector-ends-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector-starts-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector-starts-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector-with-arrows.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector-with-circles.png -share/icons/gnome/24x24/stock/image/stock_draw-curved-connector.png -share/icons/gnome/24x24/stock/image/stock_draw-cylinder.png -share/icons/gnome/24x24/stock/image/stock_draw-dimension-line.png -share/icons/gnome/24x24/stock/image/stock_draw-ellipse-pie-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-ellipse-pie.png -share/icons/gnome/24x24/stock/image/stock_draw-ellipse-segment-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-ellipse-segment.png -share/icons/gnome/24x24/stock/image/stock_draw-ellipse-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-ellipse.png -share/icons/gnome/24x24/stock/image/stock_draw-freeform-line-filled.png -share/icons/gnome/24x24/stock/image/stock_draw-freeform-line.png -share/icons/gnome/24x24/stock/image/stock_draw-half-sphere.png -share/icons/gnome/24x24/stock/image/stock_draw-line-45.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector-ends-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector-ends-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector-starts-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector-starts-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector-with-arrows.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector-with-circles.png -share/icons/gnome/24x24/stock/image/stock_draw-line-connector.png -share/icons/gnome/24x24/stock/image/stock_draw-line-ends-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-line-starts-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-line-with-arrow-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-line-with-arrow-square.png -share/icons/gnome/24x24/stock/image/stock_draw-line-with-arrows.png -share/icons/gnome/24x24/stock/image/stock_draw-line-with-circle-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-line-with-square-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-line.png -share/icons/gnome/24x24/stock/image/stock_draw-polygon-45-filled.png -share/icons/gnome/24x24/stock/image/stock_draw-polygon-45.png -share/icons/gnome/24x24/stock/image/stock_draw-polygon-filled.png -share/icons/gnome/24x24/stock/image/stock_draw-polygon.png -share/icons/gnome/24x24/stock/image/stock_draw-pyramid.png -share/icons/gnome/24x24/stock/image/stock_draw-rectangle-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-rectangle.png -share/icons/gnome/24x24/stock/image/stock_draw-rounded-rectangle-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-rounded-rectangle.png -share/icons/gnome/24x24/stock/image/stock_draw-rounded-square-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-rounded-square.png -share/icons/gnome/24x24/stock/image/stock_draw-selection.png -share/icons/gnome/24x24/stock/image/stock_draw-shell.png -share/icons/gnome/24x24/stock/image/stock_draw-sphere.png -share/icons/gnome/24x24/stock/image/stock_draw-square-unfilled.png -share/icons/gnome/24x24/stock/image/stock_draw-square.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector-ends-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector-ends-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector-starts-with-arrow.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector-starts-with-circle.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector-with-arrows.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector-with-circles.png -share/icons/gnome/24x24/stock/image/stock_draw-straight-connector.png -share/icons/gnome/24x24/stock/image/stock_draw-torus.png -share/icons/gnome/24x24/stock/image/stock_draw-vertical-callouts.png -share/icons/gnome/24x24/stock/image/stock_edit-points.png -share/icons/gnome/24x24/stock/image/stock_filters-aging.png -share/icons/gnome/24x24/stock/image/stock_filters-charcoal.png -share/icons/gnome/24x24/stock/image/stock_filters-invert.png -share/icons/gnome/24x24/stock/image/stock_filters-pixelize.png -share/icons/gnome/24x24/stock/image/stock_filters-pop-art.png -share/icons/gnome/24x24/stock/image/stock_filters-posterize.png -share/icons/gnome/24x24/stock/image/stock_filters-relief.png -share/icons/gnome/24x24/stock/image/stock_filters-remove-noise.png -share/icons/gnome/24x24/stock/image/stock_filters-sharpen.png -share/icons/gnome/24x24/stock/image/stock_filters-smooth.png -share/icons/gnome/24x24/stock/image/stock_filters-solarize.png -share/icons/gnome/24x24/stock/image/stock_flip.png -share/icons/gnome/24x24/stock/image/stock_gamma.png -share/icons/gnome/24x24/stock/image/stock_gradient.png -share/icons/gnome/24x24/stock/image/stock_graphics-align-bottom.png -share/icons/gnome/24x24/stock/image/stock_graphics-align-center.png -share/icons/gnome/24x24/stock/image/stock_graphics-align-centered.png -share/icons/gnome/24x24/stock/image/stock_graphics-align-left.png -share/icons/gnome/24x24/stock/image/stock_graphics-align-right.png -share/icons/gnome/24x24/stock/image/stock_graphics-align-top.png -share/icons/gnome/24x24/stock/image/stock_guides.png -share/icons/gnome/24x24/stock/image/stock_imagemap-editor.png -share/icons/gnome/24x24/stock/image/stock_insert_image.png -share/icons/gnome/24x24/stock/image/stock_linepen.png -share/icons/gnome/24x24/stock/image/stock_modify-layout.png -share/icons/gnome/24x24/stock/image/stock_node-add.png -share/icons/gnome/24x24/stock/image/stock_node-close-path.png -share/icons/gnome/24x24/stock/image/stock_node-convert.png -share/icons/gnome/24x24/stock/image/stock_node-corner-to-smooth.png -share/icons/gnome/24x24/stock/image/stock_node-corner.png -share/icons/gnome/24x24/stock/image/stock_node-curve-split.png -share/icons/gnome/24x24/stock/image/stock_node-delete.png -share/icons/gnome/24x24/stock/image/stock_node-mark-for-deletion.png -share/icons/gnome/24x24/stock/image/stock_node-move.png -share/icons/gnome/24x24/stock/image/stock_node-smooth-to-symmetrical.png -share/icons/gnome/24x24/stock/image/stock_placeholder-graphic.png -share/icons/gnome/24x24/stock/image/stock_placeholder-line-contour.png -share/icons/gnome/24x24/stock/image/stock_placeholder-picture.png -share/icons/gnome/24x24/stock/image/stock_placeholder-text.png -share/icons/gnome/24x24/stock/image/stock_quickmask.png -share/icons/gnome/24x24/stock/image/stock_rotate-3d.png -share/icons/gnome/24x24/stock/image/stock_rotate.png -share/icons/gnome/24x24/stock/image/stock_rotation-mode.png -share/icons/gnome/24x24/stock/image/stock_shadow.png -share/icons/gnome/24x24/stock/image/stock_show-draw-functions.png -share/icons/gnome/24x24/stock/image/stock_toggle-graphics.png -share/icons/gnome/24x24/stock/io/stock_export.png -share/icons/gnome/24x24/stock/io/stock_insert-file.png -share/icons/gnome/24x24/stock/io/stock_network-printer.png -share/icons/gnome/24x24/stock/io/stock_print-driver.png -share/icons/gnome/24x24/stock/io/stock_print-preview-print.png -share/icons/gnome/24x24/stock/io/stock_print-setup.png -share/icons/gnome/24x24/stock/io/stock_printers.png -share/icons/gnome/24x24/stock/io/stock_reload.png -share/icons/gnome/24x24/stock/io/stock_save-pdf.png -share/icons/gnome/24x24/stock/io/stock_save-template.png -share/icons/gnome/24x24/stock/media/stock_3dsound.png -share/icons/gnome/24x24/stock/media/stock_effects-sound.png -share/icons/gnome/24x24/stock/media/stock_headphones.png -share/icons/gnome/24x24/stock/media/stock_insert-video-plugin.png -share/icons/gnome/24x24/stock/media/stock_line_in.png -share/icons/gnome/24x24/stock/media/stock_midi.png -share/icons/gnome/24x24/stock/media/stock_music-library.png -share/icons/gnome/24x24/stock/media/stock_playlist.png -share/icons/gnome/24x24/stock/media/stock_smart-playlist.png -share/icons/gnome/24x24/stock/navigation/stock_down-with-subpoints.png -share/icons/gnome/24x24/stock/navigation/stock_first-page.png -share/icons/gnome/24x24/stock/navigation/stock_last-page.png -share/icons/gnome/24x24/stock/navigation/stock_left-with-subpoints.png -share/icons/gnome/24x24/stock/navigation/stock_navigator.png -share/icons/gnome/24x24/stock/navigation/stock_next-page.png -share/icons/gnome/24x24/stock/navigation/stock_next.png -share/icons/gnome/24x24/stock/navigation/stock_previous-page.png -share/icons/gnome/24x24/stock/navigation/stock_previous.png -share/icons/gnome/24x24/stock/navigation/stock_right-with-subpoints.png -share/icons/gnome/24x24/stock/navigation/stock_undo-history.png -share/icons/gnome/24x24/stock/navigation/stock_up-with-subpoints.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-next.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-object.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-optimal.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-page-width.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-page.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-previous.png -share/icons/gnome/24x24/stock/navigation/stock_zoom-shift.png -share/icons/gnome/24x24/stock/navigation/stock_zoom.png -share/icons/gnome/24x24/stock/net/stock_addressbook.png -share/icons/gnome/24x24/stock/net/stock_channel.png -share/icons/gnome/24x24/stock/net/stock_connect-to-url.png -share/icons/gnome/24x24/stock/net/stock_connect.png -share/icons/gnome/24x24/stock/net/stock_contact-list.png -share/icons/gnome/24x24/stock/net/stock_contact.png -share/icons/gnome/24x24/stock/net/stock_directory-server.png -share/icons/gnome/24x24/stock/net/stock_disconnect.png -share/icons/gnome/24x24/stock/net/stock_exchange-connector.png -share/icons/gnome/24x24/stock/net/stock_groupwise-connector.png -share/icons/gnome/24x24/stock/net/stock_hand-signed.png -share/icons/gnome/24x24/stock/net/stock_hyperlink-internet-search.png -share/icons/gnome/24x24/stock/net/stock_hyperlink-target.png -share/icons/gnome/24x24/stock/net/stock_hyperlink-toolbar.png -share/icons/gnome/24x24/stock/net/stock_hyperlink.png -share/icons/gnome/24x24/stock/net/stock_inbox.png -share/icons/gnome/24x24/stock/net/stock_insert-url.png -share/icons/gnome/24x24/stock/net/stock_internet.png -share/icons/gnome/24x24/stock/net/stock_link.png -share/icons/gnome/24x24/stock/net/stock_mail-accounts.png -share/icons/gnome/24x24/stock/net/stock_mail-copy.png -share/icons/gnome/24x24/stock/net/stock_mail-filters-apply.png -share/icons/gnome/24x24/stock/net/stock_mail-handling.png -share/icons/gnome/24x24/stock/net/stock_mail-import.png -share/icons/gnome/24x24/stock/net/stock_mail-merge.png -share/icons/gnome/24x24/stock/net/stock_mail-move.png -share/icons/gnome/24x24/stock/net/stock_mail-open-multiple.png -share/icons/gnome/24x24/stock/net/stock_mail-open.png -share/icons/gnome/24x24/stock/net/stock_mail-receive.png -share/icons/gnome/24x24/stock/net/stock_mail-replied.png -share/icons/gnome/24x24/stock/net/stock_mail-send.png -share/icons/gnome/24x24/stock/net/stock_mail-unread-multiple.png -share/icons/gnome/24x24/stock/net/stock_mail-unread.png -share/icons/gnome/24x24/stock/net/stock_mail.png -share/icons/gnome/24x24/stock/net/stock_message-display.png -share/icons/gnome/24x24/stock/net/stock_online-layout.png -share/icons/gnome/24x24/stock/net/stock_outbox.png -share/icons/gnome/24x24/stock/net/stock_post-message.png -share/icons/gnome/24x24/stock/net/stock_sent-mail.png -share/icons/gnome/24x24/stock/net/stock_shared-by-me.png -share/icons/gnome/24x24/stock/net/stock_shared-to-me.png -share/icons/gnome/24x24/stock/net/stock_video-conferencing.png -share/icons/gnome/24x24/stock/object/stock_bookmark.png -share/icons/gnome/24x24/stock/object/stock_bring-backward.png -share/icons/gnome/24x24/stock/object/stock_bring-forward.png -share/icons/gnome/24x24/stock/object/stock_create-with-attributes.png -share/icons/gnome/24x24/stock/object/stock_delete-bookmark.png -share/icons/gnome/24x24/stock/object/stock_edit-bookmark.png -share/icons/gnome/24x24/stock/object/stock_effects-more-options.png -share/icons/gnome/24x24/stock/object/stock_effects-object-colorize.png -share/icons/gnome/24x24/stock/object/stock_effects-object-hide.png -share/icons/gnome/24x24/stock/object/stock_effects-object.png -share/icons/gnome/24x24/stock/object/stock_effects-play-in-full.png -share/icons/gnome/24x24/stock/object/stock_effects-preview.png -share/icons/gnome/24x24/stock/object/stock_effects.png -share/icons/gnome/24x24/stock/object/stock_enter-group.png -share/icons/gnome/24x24/stock/object/stock_exit-group.png -share/icons/gnome/24x24/stock/object/stock_file-with-objects.png -share/icons/gnome/24x24/stock/object/stock_format-object.png -share/icons/gnome/24x24/stock/object/stock_formula-cursor.png -share/icons/gnome/24x24/stock/object/stock_frame.png -share/icons/gnome/24x24/stock/object/stock_group.png -share/icons/gnome/24x24/stock/object/stock_handles-simple.png -share/icons/gnome/24x24/stock/object/stock_insert-applet.png -share/icons/gnome/24x24/stock/object/stock_insert-floating-frame.png -share/icons/gnome/24x24/stock/object/stock_insert-gluepoint.png -share/icons/gnome/24x24/stock/object/stock_insert-math-object.png -share/icons/gnome/24x24/stock/object/stock_insert-note.png -share/icons/gnome/24x24/stock/object/stock_insert-ole-object.png -share/icons/gnome/24x24/stock/object/stock_insert-plugin.png -share/icons/gnome/24x24/stock/object/stock_insert-rule.png -share/icons/gnome/24x24/stock/object/stock_insert-single-column-text-frame.png -share/icons/gnome/24x24/stock/object/stock_insert-slide.png -share/icons/gnome/24x24/stock/object/stock_insert-sound-plugin.png -share/icons/gnome/24x24/stock/object/stock_insert-text-frame.png -share/icons/gnome/24x24/stock/object/stock_insert_graphic.png -share/icons/gnome/24x24/stock/object/stock_insert_special_character.png -share/icons/gnome/24x24/stock/object/stock_interaction.png -share/icons/gnome/24x24/stock/object/stock_new-bcard.png -share/icons/gnome/24x24/stock/object/stock_object-behind.png -share/icons/gnome/24x24/stock/object/stock_object-infront.png -share/icons/gnome/24x24/stock/object/stock_pin.png -share/icons/gnome/24x24/stock/object/stock_position-size.png -share/icons/gnome/24x24/stock/object/stock_reverse-order.png -share/icons/gnome/24x24/stock/object/stock_slide-design.png -share/icons/gnome/24x24/stock/object/stock_slide-duplicate.png -share/icons/gnome/24x24/stock/object/stock_slide-expand.png -share/icons/gnome/24x24/stock/object/stock_slide-reherse-timings.png -share/icons/gnome/24x24/stock/object/stock_slide-show.png -share/icons/gnome/24x24/stock/object/stock_slide-showhide.png -share/icons/gnome/24x24/stock/object/stock_snap-grid.png -share/icons/gnome/24x24/stock/object/stock_snap-guides.png -share/icons/gnome/24x24/stock/object/stock_snap-margins.png -share/icons/gnome/24x24/stock/object/stock_snap-object-points.png -share/icons/gnome/24x24/stock/object/stock_snap-object.png -share/icons/gnome/24x24/stock/object/stock_symbol-selection.png -share/icons/gnome/24x24/stock/object/stock_to-3d-rotation-object.png -share/icons/gnome/24x24/stock/object/stock_to-3d.png -share/icons/gnome/24x24/stock/object/stock_to-bottom.png -share/icons/gnome/24x24/stock/object/stock_to-curve.png -share/icons/gnome/24x24/stock/object/stock_to-polygon.png -share/icons/gnome/24x24/stock/object/stock_to-top.png -share/icons/gnome/24x24/stock/object/stock_ungroup.png -share/icons/gnome/24x24/stock/object/stock_unlink.png -share/icons/gnome/24x24/stock/object/stock_view-function-selection.png -share/icons/gnome/24x24/stock/table/stock_alignment-bottom.png -share/icons/gnome/24x24/stock/table/stock_alignment-centered-vertically.png -share/icons/gnome/24x24/stock/table/stock_alignment-centered.png -share/icons/gnome/24x24/stock/table/stock_alignment-left.png -share/icons/gnome/24x24/stock/table/stock_alignment-right.png -share/icons/gnome/24x24/stock/table/stock_alignment-top.png -share/icons/gnome/24x24/stock/table/stock_alignment.png -share/icons/gnome/24x24/stock/table/stock_cell-align-bottom.png -share/icons/gnome/24x24/stock/table/stock_cell-align-center.png -share/icons/gnome/24x24/stock/table/stock_cell-align-top.png -share/icons/gnome/24x24/stock/table/stock_choose-themes.png -share/icons/gnome/24x24/stock/table/stock_datapilot.png -share/icons/gnome/24x24/stock/table/stock_delete-column.png -share/icons/gnome/24x24/stock/table/stock_delete-row.png -share/icons/gnome/24x24/stock/table/stock_exchange-columns.png -share/icons/gnome/24x24/stock/table/stock_exchange-rows.png -share/icons/gnome/24x24/stock/table/stock_group-cells.png -share/icons/gnome/24x24/stock/table/stock_insert-cells-down.png -share/icons/gnome/24x24/stock/table/stock_insert-cells-right.png -share/icons/gnome/24x24/stock/table/stock_insert-cells.png -share/icons/gnome/24x24/stock/table/stock_insert-columns.png -share/icons/gnome/24x24/stock/table/stock_insert-names-define.png -share/icons/gnome/24x24/stock/table/stock_insert-rows.png -share/icons/gnome/24x24/stock/table/stock_insert-table.png -share/icons/gnome/24x24/stock/table/stock_select-cell.png -share/icons/gnome/24x24/stock/table/stock_select-column.png -share/icons/gnome/24x24/stock/table/stock_select-row.png -share/icons/gnome/24x24/stock/table/stock_select-table.png -share/icons/gnome/24x24/stock/table/stock_sort-table-column-ascending.png -share/icons/gnome/24x24/stock/table/stock_sort-table-row-ascending.png -share/icons/gnome/24x24/stock/table/stock_table-align-bottom.png -share/icons/gnome/24x24/stock/table/stock_table-align-center.png -share/icons/gnome/24x24/stock/table/stock_table-align-top.png -share/icons/gnome/24x24/stock/table/stock_table-borders.png -share/icons/gnome/24x24/stock/table/stock_table-combine.png -share/icons/gnome/24x24/stock/table/stock_table-fit-height.png -share/icons/gnome/24x24/stock/table/stock_table-fit-width.png -share/icons/gnome/24x24/stock/table/stock_table-fixed-proportional.png -share/icons/gnome/24x24/stock/table/stock_table-fixed.png -share/icons/gnome/24x24/stock/table/stock_table-line-color.png -share/icons/gnome/24x24/stock/table/stock_table-line-style.png -share/icons/gnome/24x24/stock/table/stock_table-optimize.png -share/icons/gnome/24x24/stock/table/stock_table-same-height.png -share/icons/gnome/24x24/stock/table/stock_table-same-width.png -share/icons/gnome/24x24/stock/table/stock_table-split.png -share/icons/gnome/24x24/stock/table/stock_table-variable.png -share/icons/gnome/24x24/stock/table/stock_table_borders.png -share/icons/gnome/24x24/stock/table/stock_table_fill.png -share/icons/gnome/24x24/stock/table/stock_ungroup-cells.png -share/icons/gnome/24x24/stock/text/stock_autoformat.png -share/icons/gnome/24x24/stock/text/stock_autospellcheck.png -share/icons/gnome/24x24/stock/text/stock_autotext.png -share/icons/gnome/24x24/stock/text/stock_chart-scale-text.png -share/icons/gnome/24x24/stock/text/stock_decrease-font.png -share/icons/gnome/24x24/stock/text/stock_directcursor.png -share/icons/gnome/24x24/stock/text/stock_draw-text-animation.png -share/icons/gnome/24x24/stock/text/stock_draw-text-frame.png -share/icons/gnome/24x24/stock/text/stock_draw-text.png -share/icons/gnome/24x24/stock/text/stock_draw-vertical-text-frame.png -share/icons/gnome/24x24/stock/text/stock_draw-vertical-text.png -share/icons/gnome/24x24/stock/text/stock_edit-contour.png -share/icons/gnome/24x24/stock/text/stock_edit-headers-and-footers.png -share/icons/gnome/24x24/stock/text/stock_effects-text.png -share/icons/gnome/24x24/stock/text/stock_euro.png -share/icons/gnome/24x24/stock/text/stock_font-formatting-toggle.png -share/icons/gnome/24x24/stock/text/stock_font-size.png -share/icons/gnome/24x24/stock/text/stock_font.png -share/icons/gnome/24x24/stock/text/stock_fontwork.png -share/icons/gnome/24x24/stock/text/stock_format-character.png -share/icons/gnome/24x24/stock/text/stock_format-numbering-bullets.png -share/icons/gnome/24x24/stock/text/stock_format-paragraph.png -share/icons/gnome/24x24/stock/text/stock_increase-font.png -share/icons/gnome/24x24/stock/text/stock_insert-caption.png -share/icons/gnome/24x24/stock/text/stock_insert-cross-reference.png -share/icons/gnome/24x24/stock/text/stock_insert-fields-author.png -share/icons/gnome/24x24/stock/text/stock_insert-fields-subject.png -share/icons/gnome/24x24/stock/text/stock_insert-fields-title.png -share/icons/gnome/24x24/stock/text/stock_insert-footer.png -share/icons/gnome/24x24/stock/text/stock_insert-header.png -share/icons/gnome/24x24/stock/text/stock_insert_endnote.png -share/icons/gnome/24x24/stock/text/stock_insert_footnote.png -share/icons/gnome/24x24/stock/text/stock_insert_index_marker.png -share/icons/gnome/24x24/stock/text/stock_insert_section.png -share/icons/gnome/24x24/stock/text/stock_line-spacing-1.5.png -share/icons/gnome/24x24/stock/text/stock_line-spacing-1.png -share/icons/gnome/24x24/stock/text/stock_line-spacing-2.png -share/icons/gnome/24x24/stock/text/stock_list-insert-unnumbered.png -share/icons/gnome/24x24/stock/text/stock_list_bullet.png -share/icons/gnome/24x24/stock/text/stock_list_enum-off.png -share/icons/gnome/24x24/stock/text/stock_list_enum-restart.png -share/icons/gnome/24x24/stock/text/stock_list_enum.png -share/icons/gnome/24x24/stock/text/stock_nonprinting-chars.png -share/icons/gnome/24x24/stock/text/stock_page-number.png -share/icons/gnome/24x24/stock/text/stock_page-total-number.png -share/icons/gnome/24x24/stock/text/stock_paragraph-spacing-decrease.png -share/icons/gnome/24x24/stock/text/stock_paragraph-spacing-increase.png -share/icons/gnome/24x24/stock/text/stock_spellcheck.png -share/icons/gnome/24x24/stock/text/stock_styles-new-style-from-selection.png -share/icons/gnome/24x24/stock/text/stock_styles-update-style.png -share/icons/gnome/24x24/stock/text/stock_subscript.png -share/icons/gnome/24x24/stock/text/stock_superscript.png -share/icons/gnome/24x24/stock/text/stock_text-direction-ltr.png -share/icons/gnome/24x24/stock/text/stock_text-direction-ttb.png -share/icons/gnome/24x24/stock/text/stock_text-double-click-to-edit.png -share/icons/gnome/24x24/stock/text/stock_text-monospaced.png -share/icons/gnome/24x24/stock/text/stock_text-outline.png -share/icons/gnome/24x24/stock/text/stock_text-quickedit.png -share/icons/gnome/24x24/stock/text/stock_text-select-text-only.png -share/icons/gnome/24x24/stock/text/stock_text-shadow.png -share/icons/gnome/24x24/stock/text/stock_text-spacing.png -share/icons/gnome/24x24/stock/text/stock_text_color_background.png -share/icons/gnome/24x24/stock/text/stock_text_color_foreground.png -share/icons/gnome/24x24/stock/text/stock_text_color_hilight.png -share/icons/gnome/24x24/stock/text/stock_text_underlined-double.png -share/icons/gnome/24x24/stock/text/stock_thesaurus.png -share/icons/gnome/24x24/stock/text/stock_to-background.png -share/icons/gnome/24x24/stock/text/stock_to-foreground.png -share/icons/gnome/24x24/stock/text/stock_tools-hyphenation.png -share/icons/gnome/24x24/stock/text/stock_update-fields.png -share/icons/gnome/24x24/stock/text/stock_view-field-shadings.png -share/icons/gnome/24x24/stock/text/stock_wrap-around.png -share/icons/gnome/24x24/stock/text/stock_wrap-behind.png -share/icons/gnome/24x24/stock/text/stock_wrap-contour.png -share/icons/gnome/24x24/stock/text/stock_wrap-interrupt.png -share/icons/gnome/24x24/stock/text/stock_wrap-left.png -share/icons/gnome/24x24/stock/text/stock_wrap-optimal.png -share/icons/gnome/24x24/stock/text/stock_wrap-right.png -share/icons/gnome/32x32/actions/add.png -share/icons/gnome/32x32/actions/address-book-new.png -share/icons/gnome/32x32/actions/application-exit.png -share/icons/gnome/32x32/actions/appointment-new.png -share/icons/gnome/32x32/actions/appointment.png -share/icons/gnome/32x32/actions/back.png -share/icons/gnome/32x32/actions/bookmark-new.png -share/icons/gnome/32x32/actions/bookmark_add.png -share/icons/gnome/32x32/actions/bookmarks_list_add.png -share/icons/gnome/32x32/actions/bottom.png -share/icons/gnome/32x32/actions/call-start.png -share/icons/gnome/32x32/actions/call-stop.png -share/icons/gnome/32x32/actions/centrejust.png -share/icons/gnome/32x32/actions/contact-new.png -share/icons/gnome/32x32/actions/document-new.png -share/icons/gnome/32x32/actions/document-open-recent.png -share/icons/gnome/32x32/actions/document-open.png -share/icons/gnome/32x32/actions/document-page-setup.png -share/icons/gnome/32x32/actions/document-print-preview.png -share/icons/gnome/32x32/actions/document-print.png -share/icons/gnome/32x32/actions/document-properties.png -share/icons/gnome/32x32/actions/document-revert.png -share/icons/gnome/32x32/actions/document-save-as.png -share/icons/gnome/32x32/actions/document-save.png -share/icons/gnome/32x32/actions/document-send.png -share/icons/gnome/32x32/actions/down.png -share/icons/gnome/32x32/actions/edit-clear.png -share/icons/gnome/32x32/actions/edit-copy.png -share/icons/gnome/32x32/actions/edit-cut.png -share/icons/gnome/32x32/actions/edit-delete.png -share/icons/gnome/32x32/actions/edit-find-replace.png -share/icons/gnome/32x32/actions/edit-find.png -share/icons/gnome/32x32/actions/edit-paste.png -share/icons/gnome/32x32/actions/edit-redo.png -share/icons/gnome/32x32/actions/edit-select-all.png -share/icons/gnome/32x32/actions/edit-undo.png -share/icons/gnome/32x32/actions/editclear.png -share/icons/gnome/32x32/actions/editcopy.png -share/icons/gnome/32x32/actions/editcut.png -share/icons/gnome/32x32/actions/editdelete.png -share/icons/gnome/32x32/actions/editpaste.png -share/icons/gnome/32x32/actions/exit.png -share/icons/gnome/32x32/actions/filefind.png -share/icons/gnome/32x32/actions/filenew.png -share/icons/gnome/32x32/actions/fileopen.png -share/icons/gnome/32x32/actions/fileprint.png -share/icons/gnome/32x32/actions/filequickprint.png -share/icons/gnome/32x32/actions/filesave.png -share/icons/gnome/32x32/actions/filesaveas.png -share/icons/gnome/32x32/actions/find.png -share/icons/gnome/32x32/actions/finish.png -share/icons/gnome/32x32/actions/folder-new.png -share/icons/gnome/32x32/actions/folder_new.png -share/icons/gnome/32x32/actions/format-indent-less.png -share/icons/gnome/32x32/actions/format-indent-more.png -share/icons/gnome/32x32/actions/format-justify-center.png -share/icons/gnome/32x32/actions/format-justify-fill.png -share/icons/gnome/32x32/actions/format-justify-left.png -share/icons/gnome/32x32/actions/format-justify-right.png -share/icons/gnome/32x32/actions/format-text-bold.png -share/icons/gnome/32x32/actions/format-text-direction-ltr.png -share/icons/gnome/32x32/actions/format-text-direction-rtl.png -share/icons/gnome/32x32/actions/format-text-italic.png -share/icons/gnome/32x32/actions/format-text-strikethrough.png -share/icons/gnome/32x32/actions/format-text-underline.png -share/icons/gnome/32x32/actions/forward.png -share/icons/gnome/32x32/actions/gnome-lockscreen.png -share/icons/gnome/32x32/actions/gnome-logout.png -share/icons/gnome/32x32/actions/gnome-run.png -share/icons/gnome/32x32/actions/gnome-searchtool.png -share/icons/gnome/32x32/actions/gnome-stock-mail-fwd.png -share/icons/gnome/32x32/actions/gnome-stock-mail-new.png -share/icons/gnome/32x32/actions/gnome-stock-mail-rpl.png -share/icons/gnome/32x32/actions/gnome-stock-mail-snd.png -share/icons/gnome/32x32/actions/gnome-stock-text-indent.png -share/icons/gnome/32x32/actions/gnome-stock-text-unindent.png -share/icons/gnome/32x32/actions/go-bottom.png -share/icons/gnome/32x32/actions/go-down.png -share/icons/gnome/32x32/actions/go-first.png -share/icons/gnome/32x32/actions/go-home.png -share/icons/gnome/32x32/actions/go-jump.png -share/icons/gnome/32x32/actions/go-last.png -share/icons/gnome/32x32/actions/go-next.png -share/icons/gnome/32x32/actions/go-previous.png -share/icons/gnome/32x32/actions/go-top.png -share/icons/gnome/32x32/actions/go-up.png -share/icons/gnome/32x32/actions/gohome.png -share/icons/gnome/32x32/actions/gtk-about.png -share/icons/gnome/32x32/actions/gtk-add.png -share/icons/gnome/32x32/actions/gtk-bold.png -share/icons/gnome/32x32/actions/gtk-cancel.png -share/icons/gnome/32x32/actions/gtk-clear.png -share/icons/gnome/32x32/actions/gtk-close.png -share/icons/gnome/32x32/actions/gtk-copy.png -share/icons/gnome/32x32/actions/gtk-cut.png -share/icons/gnome/32x32/actions/gtk-delete.png -share/icons/gnome/32x32/actions/gtk-execute.png -share/icons/gnome/32x32/actions/gtk-find-and-replace.png -share/icons/gnome/32x32/actions/gtk-find.png -share/icons/gnome/32x32/actions/gtk-fullscreen.png -share/icons/gnome/32x32/actions/gtk-go-back-ltr.png -share/icons/gnome/32x32/actions/gtk-go-back-rtl.png -share/icons/gnome/32x32/actions/gtk-go-down.png -share/icons/gnome/32x32/actions/gtk-go-forward-ltr.png -share/icons/gnome/32x32/actions/gtk-go-forward-rtl.png -share/icons/gnome/32x32/actions/gtk-go-up.png -share/icons/gnome/32x32/actions/gtk-goto-bottom.png -share/icons/gnome/32x32/actions/gtk-goto-first-ltr.png -share/icons/gnome/32x32/actions/gtk-goto-first-rtl.png -share/icons/gnome/32x32/actions/gtk-goto-last-ltr.png -share/icons/gnome/32x32/actions/gtk-goto-last-rtl.png -share/icons/gnome/32x32/actions/gtk-goto-top.png -share/icons/gnome/32x32/actions/gtk-home.png -share/icons/gnome/32x32/actions/gtk-indent-ltr.png -share/icons/gnome/32x32/actions/gtk-indent-rtl.png -share/icons/gnome/32x32/actions/gtk-italic.png -share/icons/gnome/32x32/actions/gtk-jump-to-ltr.png -share/icons/gnome/32x32/actions/gtk-jump-to-rtl.png -share/icons/gnome/32x32/actions/gtk-justify-center.png -share/icons/gnome/32x32/actions/gtk-justify-fill.png -share/icons/gnome/32x32/actions/gtk-justify-left.png -share/icons/gnome/32x32/actions/gtk-justify-right.png -share/icons/gnome/32x32/actions/gtk-leave-fullscreen.png -share/icons/gnome/32x32/actions/gtk-media-forward-ltr.png -share/icons/gnome/32x32/actions/gtk-media-forward-rtl.png -share/icons/gnome/32x32/actions/gtk-media-next-ltr.png -share/icons/gnome/32x32/actions/gtk-media-next-rtl.png -share/icons/gnome/32x32/actions/gtk-media-pause.png -share/icons/gnome/32x32/actions/gtk-media-play-ltr.png -share/icons/gnome/32x32/actions/gtk-media-previous-ltr.png -share/icons/gnome/32x32/actions/gtk-media-previous-rtl.png -share/icons/gnome/32x32/actions/gtk-media-record.png -share/icons/gnome/32x32/actions/gtk-media-rewind-ltr.png -share/icons/gnome/32x32/actions/gtk-media-rewind-rtl.png -share/icons/gnome/32x32/actions/gtk-media-stop.png -share/icons/gnome/32x32/actions/gtk-new.png -share/icons/gnome/32x32/actions/gtk-open.png -share/icons/gnome/32x32/actions/gtk-paste.png -share/icons/gnome/32x32/actions/gtk-print-preview.png -share/icons/gnome/32x32/actions/gtk-print.png -share/icons/gnome/32x32/actions/gtk-properties.png -share/icons/gnome/32x32/actions/gtk-quit.png -share/icons/gnome/32x32/actions/gtk-redo-ltr.png -share/icons/gnome/32x32/actions/gtk-refresh.png -share/icons/gnome/32x32/actions/gtk-remove.png -share/icons/gnome/32x32/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/32x32/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/32x32/actions/gtk-save-as.png -share/icons/gnome/32x32/actions/gtk-save.png -share/icons/gnome/32x32/actions/gtk-select-all.png -share/icons/gnome/32x32/actions/gtk-sort-ascending.png -share/icons/gnome/32x32/actions/gtk-sort-descending.png -share/icons/gnome/32x32/actions/gtk-spell-check.png -share/icons/gnome/32x32/actions/gtk-stop.png -share/icons/gnome/32x32/actions/gtk-strikethrough.png -share/icons/gnome/32x32/actions/gtk-underline.png -share/icons/gnome/32x32/actions/gtk-undo-ltr.png -share/icons/gnome/32x32/actions/gtk-unindent-ltr.png -share/icons/gnome/32x32/actions/gtk-unindent-rtl.png -share/icons/gnome/32x32/actions/gtk-zoom-100.png -share/icons/gnome/32x32/actions/gtk-zoom-fit.png -share/icons/gnome/32x32/actions/gtk-zoom-in.png -share/icons/gnome/32x32/actions/gtk-zoom-out.png -share/icons/gnome/32x32/actions/help-about.png -share/icons/gnome/32x32/actions/help-contents.png -share/icons/gnome/32x32/actions/help-faq.png -share/icons/gnome/32x32/actions/insert-image.png -share/icons/gnome/32x32/actions/insert-link.png -share/icons/gnome/32x32/actions/insert-object.png -share/icons/gnome/32x32/actions/insert-text.png -share/icons/gnome/32x32/actions/kfind.png -share/icons/gnome/32x32/actions/kfm_home.png -share/icons/gnome/32x32/actions/leftjust.png -share/icons/gnome/32x32/actions/list-add.png -share/icons/gnome/32x32/actions/list-remove.png -share/icons/gnome/32x32/actions/lock.png -share/icons/gnome/32x32/actions/mail-forward.png -share/icons/gnome/32x32/actions/mail-mark-important.png -share/icons/gnome/32x32/actions/mail-mark-read.png -share/icons/gnome/32x32/actions/mail-mark-unread.png -share/icons/gnome/32x32/actions/mail-message-new.png -share/icons/gnome/32x32/actions/mail-reply-all.png -share/icons/gnome/32x32/actions/mail-reply-sender.png -share/icons/gnome/32x32/actions/mail-send-receive.png -share/icons/gnome/32x32/actions/mail-send.png -share/icons/gnome/32x32/actions/mail_forward.png -share/icons/gnome/32x32/actions/mail_new.png -share/icons/gnome/32x32/actions/mail_reply.png -share/icons/gnome/32x32/actions/mail_replyall.png -share/icons/gnome/32x32/actions/mail_send.png -share/icons/gnome/32x32/actions/media-eject.png -share/icons/gnome/32x32/actions/media-playback-pause.png -share/icons/gnome/32x32/actions/media-playback-start.png -share/icons/gnome/32x32/actions/media-playback-stop.png -share/icons/gnome/32x32/actions/media-record.png -share/icons/gnome/32x32/actions/media-seek-backward.png -share/icons/gnome/32x32/actions/media-seek-forward.png -share/icons/gnome/32x32/actions/media-skip-backward.png -share/icons/gnome/32x32/actions/media-skip-forward.png -share/icons/gnome/32x32/actions/next.png -share/icons/gnome/32x32/actions/object-flip-horizontal.png -share/icons/gnome/32x32/actions/object-flip-vertical.png -share/icons/gnome/32x32/actions/object-rotate-left.png -share/icons/gnome/32x32/actions/object-rotate-right.png -share/icons/gnome/32x32/actions/player_eject.png -share/icons/gnome/32x32/actions/player_end.png -share/icons/gnome/32x32/actions/player_fwd.png -share/icons/gnome/32x32/actions/player_pause.png -share/icons/gnome/32x32/actions/player_play.png -share/icons/gnome/32x32/actions/player_record.png -share/icons/gnome/32x32/actions/player_rew.png -share/icons/gnome/32x32/actions/player_start.png -share/icons/gnome/32x32/actions/player_stop.png -share/icons/gnome/32x32/actions/previous.png -share/icons/gnome/32x32/actions/process-stop.png -share/icons/gnome/32x32/actions/redhat-home.png -share/icons/gnome/32x32/actions/redo.png -share/icons/gnome/32x32/actions/reload.png -share/icons/gnome/32x32/actions/reload3.png -share/icons/gnome/32x32/actions/reload_all_tabs.png -share/icons/gnome/32x32/actions/reload_page.png -share/icons/gnome/32x32/actions/remove.png -share/icons/gnome/32x32/actions/revert.png -share/icons/gnome/32x32/actions/rightjust.png -share/icons/gnome/32x32/actions/search.png -share/icons/gnome/32x32/actions/start.png -share/icons/gnome/32x32/actions/stock_about.png -share/icons/gnome/32x32/actions/stock_add-bookmark.png -share/icons/gnome/32x32/actions/stock_bottom.png -share/icons/gnome/32x32/actions/stock_close.png -share/icons/gnome/32x32/actions/stock_copy.png -share/icons/gnome/32x32/actions/stock_cut.png -share/icons/gnome/32x32/actions/stock_delete.png -share/icons/gnome/32x32/actions/stock_down.png -share/icons/gnome/32x32/actions/stock_file-properites.png -share/icons/gnome/32x32/actions/stock_first.png -share/icons/gnome/32x32/actions/stock_fullscreen.png -share/icons/gnome/32x32/actions/stock_help-add-bookmark.png -share/icons/gnome/32x32/actions/stock_home.png -share/icons/gnome/32x32/actions/stock_last.png -share/icons/gnome/32x32/actions/stock_leave-fullscreen.png -share/icons/gnome/32x32/actions/stock_left.png -share/icons/gnome/32x32/actions/stock_mail-compose.png -share/icons/gnome/32x32/actions/stock_mail-forward.png -share/icons/gnome/32x32/actions/stock_mail-reply-to-all.png -share/icons/gnome/32x32/actions/stock_mail-reply.png -share/icons/gnome/32x32/actions/stock_mail-send-receive.png -share/icons/gnome/32x32/actions/stock_mail-send.png -share/icons/gnome/32x32/actions/stock_media-fwd.png -share/icons/gnome/32x32/actions/stock_media-next.png -share/icons/gnome/32x32/actions/stock_media-pause.png -share/icons/gnome/32x32/actions/stock_media-play.png -share/icons/gnome/32x32/actions/stock_media-prev.png -share/icons/gnome/32x32/actions/stock_media-rec.png -share/icons/gnome/32x32/actions/stock_media-rew.png -share/icons/gnome/32x32/actions/stock_media-stop.png -share/icons/gnome/32x32/actions/stock_new-address-book.png -share/icons/gnome/32x32/actions/stock_new-appointment.png -share/icons/gnome/32x32/actions/stock_new-bcard.png -share/icons/gnome/32x32/actions/stock_new-dir.png -share/icons/gnome/32x32/actions/stock_new-text.png -share/icons/gnome/32x32/actions/stock_new-window.png -share/icons/gnome/32x32/actions/stock_paste.png -share/icons/gnome/32x32/actions/stock_print-preview.png -share/icons/gnome/32x32/actions/stock_print-setup.png -share/icons/gnome/32x32/actions/stock_print.png -share/icons/gnome/32x32/actions/stock_properties.png -share/icons/gnome/32x32/actions/stock_redo.png -share/icons/gnome/32x32/actions/stock_refresh.png -share/icons/gnome/32x32/actions/stock_right.png -share/icons/gnome/32x32/actions/stock_save-as.png -share/icons/gnome/32x32/actions/stock_save.png -share/icons/gnome/32x32/actions/stock_search-and-replace.png -share/icons/gnome/32x32/actions/stock_search.png -share/icons/gnome/32x32/actions/stock_select-all.png -share/icons/gnome/32x32/actions/stock_spellcheck.png -share/icons/gnome/32x32/actions/stock_stop.png -share/icons/gnome/32x32/actions/stock_text-strikethrough.png -share/icons/gnome/32x32/actions/stock_text_bold.png -share/icons/gnome/32x32/actions/stock_text_center.png -share/icons/gnome/32x32/actions/stock_text_indent.png -share/icons/gnome/32x32/actions/stock_text_italic.png -share/icons/gnome/32x32/actions/stock_text_justify.png -share/icons/gnome/32x32/actions/stock_text_left.png -share/icons/gnome/32x32/actions/stock_text_right.png -share/icons/gnome/32x32/actions/stock_text_underlined.png -share/icons/gnome/32x32/actions/stock_text_unindent.png -share/icons/gnome/32x32/actions/stock_top.png -share/icons/gnome/32x32/actions/stock_undo.png -share/icons/gnome/32x32/actions/stock_up.png -share/icons/gnome/32x32/actions/stock_zoom-1.png -share/icons/gnome/32x32/actions/stock_zoom-in.png -share/icons/gnome/32x32/actions/stock_zoom-out.png -share/icons/gnome/32x32/actions/stock_zoom-page.png -share/icons/gnome/32x32/actions/stop.png -share/icons/gnome/32x32/actions/system-lock-screen.png -share/icons/gnome/32x32/actions/system-log-out.png -share/icons/gnome/32x32/actions/system-run.png -share/icons/gnome/32x32/actions/system-search.png -share/icons/gnome/32x32/actions/text_bold.png -share/icons/gnome/32x32/actions/text_italic.png -share/icons/gnome/32x32/actions/text_strike.png -share/icons/gnome/32x32/actions/text_under.png -share/icons/gnome/32x32/actions/tools-check-spelling.png -share/icons/gnome/32x32/actions/top.png -share/icons/gnome/32x32/actions/undo.png -share/icons/gnome/32x32/actions/up.png -share/icons/gnome/32x32/actions/view-fullscreen.png -share/icons/gnome/32x32/actions/view-refresh.png -share/icons/gnome/32x32/actions/view-restore.png -share/icons/gnome/32x32/actions/view-sort-ascending.png -share/icons/gnome/32x32/actions/view-sort-descending.png -share/icons/gnome/32x32/actions/viewmag+.png -share/icons/gnome/32x32/actions/viewmag-.png -share/icons/gnome/32x32/actions/viewmag1.png -share/icons/gnome/32x32/actions/viewmagfit.png -share/icons/gnome/32x32/actions/window-close.png -share/icons/gnome/32x32/actions/window-new.png -share/icons/gnome/32x32/actions/window_fullscreen.png -share/icons/gnome/32x32/actions/window_new.png -share/icons/gnome/32x32/actions/window_nofullscreen.png -share/icons/gnome/32x32/actions/xfce-system-exit.png -share/icons/gnome/32x32/actions/xfce-system-lock.png -share/icons/gnome/32x32/actions/zoom-best-fit.png -share/icons/gnome/32x32/actions/zoom-fit-best.png -share/icons/gnome/32x32/actions/zoom-in.png -share/icons/gnome/32x32/actions/zoom-original.png -share/icons/gnome/32x32/actions/zoom-out.png -share/icons/gnome/32x32/animations/gnome-spinner.png -share/icons/gnome/32x32/animations/process-working.png -share/icons/gnome/32x32/apps/access.png -share/icons/gnome/32x32/apps/accessibility-directory.png -share/icons/gnome/32x32/apps/accessories-calculator.png -share/icons/gnome/32x32/apps/accessories-character-map.png -share/icons/gnome/32x32/apps/accessories-dictionary.png -share/icons/gnome/32x32/apps/accessories-text-editor.png -share/icons/gnome/32x32/apps/arts.png -share/icons/gnome/32x32/apps/background.png -share/icons/gnome/32x32/apps/calc.png -share/icons/gnome/32x32/apps/config-language.png -share/icons/gnome/32x32/apps/config-users.png -share/icons/gnome/32x32/apps/file-manager.png -share/icons/gnome/32x32/apps/fonts.png -share/icons/gnome/32x32/apps/gnome-calculator.png -share/icons/gnome/32x32/apps/gnome-character-map.png -share/icons/gnome/32x32/apps/gnome-help.png -share/icons/gnome/32x32/apps/gnome-mixer.png -share/icons/gnome/32x32/apps/gnome-monitor.png -share/icons/gnome/32x32/apps/gnome-remote-desktop.png -share/icons/gnome/32x32/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/32x32/apps/gnome-settings-background.png -share/icons/gnome/32x32/apps/gnome-settings-font.png -share/icons/gnome/32x32/apps/gnome-settings-keybindings.png -share/icons/gnome/32x32/apps/gnome-settings-theme.png -share/icons/gnome/32x32/apps/gnome-terminal.png -share/icons/gnome/32x32/apps/gnome-window-manager.png -share/icons/gnome/32x32/apps/gtk-help.png -share/icons/gnome/32x32/apps/gucharmap.png -share/icons/gnome/32x32/apps/help-browser.png -share/icons/gnome/32x32/apps/help.png -share/icons/gnome/32x32/apps/kcalc.png -share/icons/gnome/32x32/apps/kcharselect.png -share/icons/gnome/32x32/apps/kcmkwm.png -share/icons/gnome/32x32/apps/kcmsound.png -share/icons/gnome/32x32/apps/kedit.png -share/icons/gnome/32x32/apps/key_bindings.png -share/icons/gnome/32x32/apps/kfm.png -share/icons/gnome/32x32/apps/khelpcenter.png -share/icons/gnome/32x32/apps/konsole.png -share/icons/gnome/32x32/apps/krfb.png -share/icons/gnome/32x32/apps/kscreensaver.png -share/icons/gnome/32x32/apps/ksysguard.png -share/icons/gnome/32x32/apps/kuser.png -share/icons/gnome/32x32/apps/kwin.png -share/icons/gnome/32x32/apps/locale.png -share/icons/gnome/32x32/apps/logviewer.png -share/icons/gnome/32x32/apps/multimedia-volume-control.png -share/icons/gnome/32x32/apps/multimedia.png -share/icons/gnome/32x32/apps/openterm.png -share/icons/gnome/32x32/apps/preferences-desktop-accessibility.png -share/icons/gnome/32x32/apps/preferences-desktop-font.png -share/icons/gnome/32x32/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/32x32/apps/preferences-desktop-keyboard.png -share/icons/gnome/32x32/apps/preferences-desktop-locale.png -share/icons/gnome/32x32/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/32x32/apps/preferences-desktop-screensaver.png -share/icons/gnome/32x32/apps/preferences-desktop-theme.png -share/icons/gnome/32x32/apps/preferences-desktop-wallpaper.png -share/icons/gnome/32x32/apps/preferences-system-windows.png -share/icons/gnome/32x32/apps/redhat-filemanager.png -share/icons/gnome/32x32/apps/screensaver.png -share/icons/gnome/32x32/apps/stock_help.png -share/icons/gnome/32x32/apps/style.png -share/icons/gnome/32x32/apps/susehelpcenter.png -share/icons/gnome/32x32/apps/system-config-users.png -share/icons/gnome/32x32/apps/system-file-manager.png -share/icons/gnome/32x32/apps/system-software-install.png -share/icons/gnome/32x32/apps/system-software-update.png -share/icons/gnome/32x32/apps/system-users.png -share/icons/gnome/32x32/apps/terminal.png -share/icons/gnome/32x32/apps/text-editor.png -share/icons/gnome/32x32/apps/update-manager.png -share/icons/gnome/32x32/apps/user-info.png -share/icons/gnome/32x32/apps/utilities-system-monitor.png -share/icons/gnome/32x32/apps/utilities-terminal.png -share/icons/gnome/32x32/apps/volume-knob.png -share/icons/gnome/32x32/apps/wallpaper.png -share/icons/gnome/32x32/apps/xfce-filemanager.png -share/icons/gnome/32x32/apps/xfce-terminal.png -share/icons/gnome/32x32/apps/xfce4-backdrop.png -share/icons/gnome/32x32/apps/xfce4-mixer.png -share/icons/gnome/32x32/apps/xfwm4.png -share/icons/gnome/32x32/apps/xscreensaver.png -share/icons/gnome/32x32/apps/zen-icon.png -share/icons/gnome/32x32/categories/applications-accessories.png -share/icons/gnome/32x32/categories/applications-development.png -share/icons/gnome/32x32/categories/applications-engineering.png -share/icons/gnome/32x32/categories/applications-games.png -share/icons/gnome/32x32/categories/applications-graphics.png -share/icons/gnome/32x32/categories/applications-internet.png -share/icons/gnome/32x32/categories/applications-multimedia.png -share/icons/gnome/32x32/categories/applications-office.png -share/icons/gnome/32x32/categories/applications-other.png -share/icons/gnome/32x32/categories/applications-science.png -share/icons/gnome/32x32/categories/applications-system.png -share/icons/gnome/32x32/categories/applications-utilities.png -share/icons/gnome/32x32/categories/gnome-applications.png -share/icons/gnome/32x32/categories/gnome-control-center.png -share/icons/gnome/32x32/categories/gnome-devel.png -share/icons/gnome/32x32/categories/gnome-globe.png -share/icons/gnome/32x32/categories/gnome-graphics.png -share/icons/gnome/32x32/categories/gnome-joystick.png -share/icons/gnome/32x32/categories/gnome-multimedia.png -share/icons/gnome/32x32/categories/gnome-other.png -share/icons/gnome/32x32/categories/gnome-settings.png -share/icons/gnome/32x32/categories/gnome-system.png -share/icons/gnome/32x32/categories/gnome-util.png -share/icons/gnome/32x32/categories/gtk-preferences.png -share/icons/gnome/32x32/categories/input_devices_settings.png -share/icons/gnome/32x32/categories/kcontrol.png -share/icons/gnome/32x32/categories/package_development.png -share/icons/gnome/32x32/categories/package_games.png -share/icons/gnome/32x32/categories/package_graphics.png -share/icons/gnome/32x32/categories/package_multimedia.png -share/icons/gnome/32x32/categories/package_network.png -share/icons/gnome/32x32/categories/package_office.png -share/icons/gnome/32x32/categories/package_settings.png -share/icons/gnome/32x32/categories/package_system.png -share/icons/gnome/32x32/categories/package_utilities.png -share/icons/gnome/32x32/categories/preferences-desktop-peripherals.png -share/icons/gnome/32x32/categories/preferences-desktop-personal.png -share/icons/gnome/32x32/categories/preferences-desktop.png -share/icons/gnome/32x32/categories/preferences-other.png -share/icons/gnome/32x32/categories/preferences-system-network.png -share/icons/gnome/32x32/categories/preferences-system.png -share/icons/gnome/32x32/categories/redhat-accessories.png -share/icons/gnome/32x32/categories/redhat-games.png -share/icons/gnome/32x32/categories/redhat-graphics.png -share/icons/gnome/32x32/categories/redhat-internet.png -share/icons/gnome/32x32/categories/redhat-office.png -share/icons/gnome/32x32/categories/redhat-preferences.png -share/icons/gnome/32x32/categories/redhat-programming.png -share/icons/gnome/32x32/categories/redhat-sound_video.png -share/icons/gnome/32x32/categories/redhat-system_settings.png -share/icons/gnome/32x32/categories/redhat-system_tools.png -share/icons/gnome/32x32/categories/stock_internet.png -share/icons/gnome/32x32/categories/system-help.png -share/icons/gnome/32x32/categories/xfce-games.png -share/icons/gnome/32x32/categories/xfce-graphics.png -share/icons/gnome/32x32/categories/xfce-internet.png -share/icons/gnome/32x32/categories/xfce-multimedia.png -share/icons/gnome/32x32/categories/xfce-office.png -share/icons/gnome/32x32/categories/xfce-system-settings.png -share/icons/gnome/32x32/categories/xfce-utils.png -share/icons/gnome/32x32/categories/xfce4-settings.png -share/icons/gnome/32x32/devices/3floppy_unmount.png -share/icons/gnome/32x32/devices/audio-card.png -share/icons/gnome/32x32/devices/audio-input-microphone.png -share/icons/gnome/32x32/devices/battery.png -share/icons/gnome/32x32/devices/camera-photo.png -share/icons/gnome/32x32/devices/camera-video.png -share/icons/gnome/32x32/devices/camera-web.png -share/icons/gnome/32x32/devices/camera.png -share/icons/gnome/32x32/devices/camera_unmount.png -share/icons/gnome/32x32/devices/cdrom_unmount.png -share/icons/gnome/32x32/devices/cdwriter_unmount.png -share/icons/gnome/32x32/devices/chardevice.png -share/icons/gnome/32x32/devices/computer.png -share/icons/gnome/32x32/devices/display.png -share/icons/gnome/32x32/devices/drive-cdrom.png -share/icons/gnome/32x32/devices/drive-harddisk.png -share/icons/gnome/32x32/devices/drive-optical.png -share/icons/gnome/32x32/devices/drive-removable-media.png -share/icons/gnome/32x32/devices/dvd_unmount.png -share/icons/gnome/32x32/devices/gnome-dev-battery.png -share/icons/gnome/32x32/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/32x32/devices/gnome-dev-cdrom.png -share/icons/gnome/32x32/devices/gnome-dev-computer.png -share/icons/gnome/32x32/devices/gnome-dev-disc-cdr.png -share/icons/gnome/32x32/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/32x32/devices/gnome-dev-dvd.png -share/icons/gnome/32x32/devices/gnome-dev-ethernet.png -share/icons/gnome/32x32/devices/gnome-dev-floppy.png -share/icons/gnome/32x32/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/32x32/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/32x32/devices/gnome-dev-harddisk.png -share/icons/gnome/32x32/devices/gnome-dev-ipod.png -share/icons/gnome/32x32/devices/gnome-dev-keyboard.png -share/icons/gnome/32x32/devices/gnome-dev-media-cf.png -share/icons/gnome/32x32/devices/gnome-dev-media-ms.png -share/icons/gnome/32x32/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/32x32/devices/gnome-dev-media-sm.png -share/icons/gnome/32x32/devices/gnome-dev-mouse-ball.png -share/icons/gnome/32x32/devices/gnome-dev-mouse-optical.png -share/icons/gnome/32x32/devices/gnome-dev-printer.png -share/icons/gnome/32x32/devices/gnome-dev-removable-1394.png -share/icons/gnome/32x32/devices/gnome-dev-removable-usb.png -share/icons/gnome/32x32/devices/gnome-dev-removable.png -share/icons/gnome/32x32/devices/gnome-dev-wavelan.png -share/icons/gnome/32x32/devices/gnome-dev-zipdisk.png -share/icons/gnome/32x32/devices/gnome-fs-client.png -share/icons/gnome/32x32/devices/gnome-modem.png -share/icons/gnome/32x32/devices/gnome-stock-mic.png -share/icons/gnome/32x32/devices/gtk-cdrom.png -share/icons/gnome/32x32/devices/gtk-floppy.png -share/icons/gnome/32x32/devices/gtk-harddisk.png -share/icons/gnome/32x32/devices/harddrive.png -share/icons/gnome/32x32/devices/hdd_unmount.png -share/icons/gnome/32x32/devices/input-gaming.png -share/icons/gnome/32x32/devices/input-keyboard.png -share/icons/gnome/32x32/devices/input-mouse.png -share/icons/gnome/32x32/devices/input-tablet.png -share/icons/gnome/32x32/devices/ipod_mount.png -share/icons/gnome/32x32/devices/joystick.png -share/icons/gnome/32x32/devices/keyboard.png -share/icons/gnome/32x32/devices/kjobviewer.png -share/icons/gnome/32x32/devices/kxkb.png -share/icons/gnome/32x32/devices/media-cdrom.png -share/icons/gnome/32x32/devices/media-flash.png -share/icons/gnome/32x32/devices/media-floppy.png -share/icons/gnome/32x32/devices/media-optical.png -share/icons/gnome/32x32/devices/media-tape.png -share/icons/gnome/32x32/devices/media-zip.png -share/icons/gnome/32x32/devices/modem.png -share/icons/gnome/32x32/devices/mouse.png -share/icons/gnome/32x32/devices/multimedia-player.png -share/icons/gnome/32x32/devices/network-wired.png -share/icons/gnome/32x32/devices/network-wireless.png -share/icons/gnome/32x32/devices/pda.png -share/icons/gnome/32x32/devices/phone.png -share/icons/gnome/32x32/devices/printer-remote.png -share/icons/gnome/32x32/devices/printer.png -share/icons/gnome/32x32/devices/printer1.png -share/icons/gnome/32x32/devices/printmgr.png -share/icons/gnome/32x32/devices/scanner.png -share/icons/gnome/32x32/devices/stock_cell-phone.png -share/icons/gnome/32x32/devices/stock_mic.png -share/icons/gnome/32x32/devices/stock_printers.png -share/icons/gnome/32x32/devices/system-floppy.png -share/icons/gnome/32x32/devices/system.png -share/icons/gnome/32x32/devices/usbpendrive_unmount.png -share/icons/gnome/32x32/devices/video-display.png -share/icons/gnome/32x32/devices/xfce-printer.png -share/icons/gnome/32x32/devices/xfce4-display.png -share/icons/gnome/32x32/devices/xfce4-keyboard.png -share/icons/gnome/32x32/devices/xfce4-mouse.png -share/icons/gnome/32x32/devices/yast_HD.png -share/icons/gnome/32x32/devices/yast_idetude.png -share/icons/gnome/32x32/devices/yast_joystick.png -share/icons/gnome/32x32/devices/yast_mouse.png -share/icons/gnome/32x32/devices/yast_printer.png -share/icons/gnome/32x32/devices/yast_soundcard.png -share/icons/gnome/32x32/emblems/emblem-default.png -share/icons/gnome/32x32/emblems/emblem-documents.png -share/icons/gnome/32x32/emblems/emblem-downloads.png -share/icons/gnome/32x32/emblems/emblem-favorite.png -share/icons/gnome/32x32/emblems/emblem-generic.png -share/icons/gnome/32x32/emblems/emblem-important.png -share/icons/gnome/32x32/emblems/emblem-mail.png -share/icons/gnome/32x32/emblems/emblem-new.png -share/icons/gnome/32x32/emblems/emblem-noread.png -share/icons/gnome/32x32/emblems/emblem-nowrite.png -share/icons/gnome/32x32/emblems/emblem-package.png -share/icons/gnome/32x32/emblems/emblem-photos.png -share/icons/gnome/32x32/emblems/emblem-readonly.png -share/icons/gnome/32x32/emblems/emblem-shared.png -share/icons/gnome/32x32/emblems/emblem-symbolic-link.png -share/icons/gnome/32x32/emblems/emblem-system.png -share/icons/gnome/32x32/emblems/emblem-unreadable.png -share/icons/gnome/32x32/emblems/emblem-urgent.png -share/icons/gnome/32x32/emblems/emblem-web.png -share/icons/gnome/32x32/emblems/stock_mail-priority-high.png -share/icons/gnome/32x32/emotes/face-angel.png -share/icons/gnome/32x32/emotes/face-angry.png -share/icons/gnome/32x32/emotes/face-cool.png -share/icons/gnome/32x32/emotes/face-crying.png -share/icons/gnome/32x32/emotes/face-devilish.png -share/icons/gnome/32x32/emotes/face-embarrassed.png -share/icons/gnome/32x32/emotes/face-kiss.png -share/icons/gnome/32x32/emotes/face-laugh.png -share/icons/gnome/32x32/emotes/face-monkey.png -share/icons/gnome/32x32/emotes/face-plain.png -share/icons/gnome/32x32/emotes/face-raspberry.png -share/icons/gnome/32x32/emotes/face-sad.png -share/icons/gnome/32x32/emotes/face-sick.png -share/icons/gnome/32x32/emotes/face-smile-big.png -share/icons/gnome/32x32/emotes/face-smile.png -share/icons/gnome/32x32/emotes/face-smirk.png -share/icons/gnome/32x32/emotes/face-surprise.png -share/icons/gnome/32x32/emotes/face-tired.png -share/icons/gnome/32x32/emotes/face-uncertain.png -share/icons/gnome/32x32/emotes/face-wink.png -share/icons/gnome/32x32/emotes/face-worried.png -share/icons/gnome/32x32/emotes/stock_smiley-1.png -share/icons/gnome/32x32/emotes/stock_smiley-10.png -share/icons/gnome/32x32/emotes/stock_smiley-11.png -share/icons/gnome/32x32/emotes/stock_smiley-13.png -share/icons/gnome/32x32/emotes/stock_smiley-15.png -share/icons/gnome/32x32/emotes/stock_smiley-18.png -share/icons/gnome/32x32/emotes/stock_smiley-2.png -share/icons/gnome/32x32/emotes/stock_smiley-22.png -share/icons/gnome/32x32/emotes/stock_smiley-3.png -share/icons/gnome/32x32/emotes/stock_smiley-4.png -share/icons/gnome/32x32/emotes/stock_smiley-5.png -share/icons/gnome/32x32/emotes/stock_smiley-6.png -share/icons/gnome/32x32/emotes/stock_smiley-7.png -share/icons/gnome/32x32/emotes/stock_smiley-8.png -share/icons/gnome/32x32/mimetypes/application-certificate.png -share/icons/gnome/32x32/mimetypes/application-x-executable.png -share/icons/gnome/32x32/mimetypes/ascii.png -share/icons/gnome/32x32/mimetypes/audio-x-generic.png -share/icons/gnome/32x32/mimetypes/binary.png -share/icons/gnome/32x32/mimetypes/contents2.png -share/icons/gnome/32x32/mimetypes/deb.png -share/icons/gnome/32x32/mimetypes/document.png -share/icons/gnome/32x32/mimetypes/empty.png -share/icons/gnome/32x32/mimetypes/exec.png -share/icons/gnome/32x32/mimetypes/folder_tar.png -share/icons/gnome/32x32/mimetypes/font-x-generic.png -share/icons/gnome/32x32/mimetypes/font.png -share/icons/gnome/32x32/mimetypes/font_bitmap.png -share/icons/gnome/32x32/mimetypes/font_truetype.png -share/icons/gnome/32x32/mimetypes/font_type1.png -share/icons/gnome/32x32/mimetypes/gnome-fs-executable.png -share/icons/gnome/32x32/mimetypes/gnome-fs-regular.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/32x32/mimetypes/gnome-mime-audio.png -share/icons/gnome/32x32/mimetypes/gnome-mime-image.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-html.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text.png -share/icons/gnome/32x32/mimetypes/gnome-mime-video.png -share/icons/gnome/32x32/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/32x32/mimetypes/gnome-package.png -share/icons/gnome/32x32/mimetypes/gtk-file.png -share/icons/gnome/32x32/mimetypes/html.png -share/icons/gnome/32x32/mimetypes/image-x-generic.png -share/icons/gnome/32x32/mimetypes/image.png -share/icons/gnome/32x32/mimetypes/kpresenter_kpr.png -share/icons/gnome/32x32/mimetypes/mime_ascii.png -share/icons/gnome/32x32/mimetypes/misc.png -share/icons/gnome/32x32/mimetypes/package-x-generic.png -share/icons/gnome/32x32/mimetypes/package.png -share/icons/gnome/32x32/mimetypes/package_editors.png -share/icons/gnome/32x32/mimetypes/package_wordprocessing.png -share/icons/gnome/32x32/mimetypes/plan.png -share/icons/gnome/32x32/mimetypes/rpm.png -share/icons/gnome/32x32/mimetypes/shellscript.png -share/icons/gnome/32x32/mimetypes/sound.png -share/icons/gnome/32x32/mimetypes/spreadsheet.png -share/icons/gnome/32x32/mimetypes/stock_addressbook.png -share/icons/gnome/32x32/mimetypes/stock_calendar.png -share/icons/gnome/32x32/mimetypes/stock_certificate.png -share/icons/gnome/32x32/mimetypes/stock_script.png -share/icons/gnome/32x32/mimetypes/tar.png -share/icons/gnome/32x32/mimetypes/template_source.png -share/icons/gnome/32x32/mimetypes/text-html.png -share/icons/gnome/32x32/mimetypes/text-x-generic-template.png -share/icons/gnome/32x32/mimetypes/text-x-generic.png -share/icons/gnome/32x32/mimetypes/text-x-preview.png -share/icons/gnome/32x32/mimetypes/text-x-script.png -share/icons/gnome/32x32/mimetypes/tgz.png -share/icons/gnome/32x32/mimetypes/txt.png -share/icons/gnome/32x32/mimetypes/txt2.png -share/icons/gnome/32x32/mimetypes/unknown.png -share/icons/gnome/32x32/mimetypes/vcalendar.png -share/icons/gnome/32x32/mimetypes/vcard.png -share/icons/gnome/32x32/mimetypes/video-x-generic.png -share/icons/gnome/32x32/mimetypes/video.png -share/icons/gnome/32x32/mimetypes/wordprocessing.png -share/icons/gnome/32x32/mimetypes/www.png -share/icons/gnome/32x32/mimetypes/x-office-address-book.png -share/icons/gnome/32x32/mimetypes/x-office-calendar.png -share/icons/gnome/32x32/mimetypes/x-office-document.png -share/icons/gnome/32x32/mimetypes/x-office-drawing.png -share/icons/gnome/32x32/mimetypes/x-office-presentation.png -share/icons/gnome/32x32/mimetypes/x-office-spreadsheet.png -share/icons/gnome/32x32/mimetypes/zip.png -share/icons/gnome/32x32/places/application-x-gnome-saved-search.png -share/icons/gnome/32x32/places/desktop.png -share/icons/gnome/32x32/places/distributor-logo.png -share/icons/gnome/32x32/places/emptytrash.png -share/icons/gnome/32x32/places/folder-remote.png -share/icons/gnome/32x32/places/folder-saved-search.png -share/icons/gnome/32x32/places/folder.icon -share/icons/gnome/32x32/places/folder.png -share/icons/gnome/32x32/places/folder_home.png -share/icons/gnome/32x32/places/gnome-fs-desktop.png -share/icons/gnome/32x32/places/gnome-fs-directory.icon -share/icons/gnome/32x32/places/gnome-fs-directory.png -share/icons/gnome/32x32/places/gnome-fs-ftp.png -share/icons/gnome/32x32/places/gnome-fs-home.png -share/icons/gnome/32x32/places/gnome-fs-network.png -share/icons/gnome/32x32/places/gnome-fs-nfs.png -share/icons/gnome/32x32/places/gnome-fs-server.png -share/icons/gnome/32x32/places/gnome-fs-share.png -share/icons/gnome/32x32/places/gnome-fs-smb.png -share/icons/gnome/32x32/places/gnome-fs-ssh.png -share/icons/gnome/32x32/places/gnome-fs-trash-empty.png -share/icons/gnome/32x32/places/gnome-main-menu.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/32x32/places/gnome-stock-trash.png -share/icons/gnome/32x32/places/gtk-directory.icon -share/icons/gnome/32x32/places/gtk-directory.png -share/icons/gnome/32x32/places/gtk-network.png -share/icons/gnome/32x32/places/inode-directory.icon -share/icons/gnome/32x32/places/inode-directory.png -share/icons/gnome/32x32/places/network-server.png -share/icons/gnome/32x32/places/network-workgroup.png -share/icons/gnome/32x32/places/network.png -share/icons/gnome/32x32/places/network_local.png -share/icons/gnome/32x32/places/novell-button.png -share/icons/gnome/32x32/places/redhat-network-server.png -share/icons/gnome/32x32/places/server.png -share/icons/gnome/32x32/places/start-here.png -share/icons/gnome/32x32/places/stock_folder.icon -share/icons/gnome/32x32/places/stock_folder.png -share/icons/gnome/32x32/places/trashcan_empty.png -share/icons/gnome/32x32/places/user-bookmarks.png -share/icons/gnome/32x32/places/user-desktop.png -share/icons/gnome/32x32/places/user-home.png -share/icons/gnome/32x32/places/user-trash.png -share/icons/gnome/32x32/places/xfce-trash_empty.png -share/icons/gnome/32x32/status/appointment-missed.png -share/icons/gnome/32x32/status/appointment-soon.png -share/icons/gnome/32x32/status/audio-volume-high.png -share/icons/gnome/32x32/status/audio-volume-low.png -share/icons/gnome/32x32/status/audio-volume-medium.png -share/icons/gnome/32x32/status/audio-volume-muted.png -share/icons/gnome/32x32/status/battery-caution.png -share/icons/gnome/32x32/status/battery-low.png -share/icons/gnome/32x32/status/connect_creating.png -share/icons/gnome/32x32/status/connect_established.png -share/icons/gnome/32x32/status/connect_no.png -share/icons/gnome/32x32/status/dialog-error.png -share/icons/gnome/32x32/status/dialog-information.png -share/icons/gnome/32x32/status/dialog-password.png -share/icons/gnome/32x32/status/dialog-question.png -share/icons/gnome/32x32/status/dialog-warning.png -share/icons/gnome/32x32/status/edittrash.png -share/icons/gnome/32x32/status/error.png -share/icons/gnome/32x32/status/folder-drag-accept.png -share/icons/gnome/32x32/status/folder-open.png -share/icons/gnome/32x32/status/folder-visiting.png -share/icons/gnome/32x32/status/folder_open.png -share/icons/gnome/32x32/status/gnome-fs-directory-accept.png -share/icons/gnome/32x32/status/gnome-fs-directory-visiting.png -share/icons/gnome/32x32/status/gnome-fs-loading-icon.png -share/icons/gnome/32x32/status/gnome-fs-trash-full.png -share/icons/gnome/32x32/status/gnome-netstatus-disconn.png -share/icons/gnome/32x32/status/gnome-netstatus-error.png -share/icons/gnome/32x32/status/gnome-netstatus-idle.png -share/icons/gnome/32x32/status/gnome-netstatus-rx.png -share/icons/gnome/32x32/status/gnome-netstatus-tx.png -share/icons/gnome/32x32/status/gnome-netstatus-txrx.png -share/icons/gnome/32x32/status/gnome-stock-trash-full.png -share/icons/gnome/32x32/status/gtk-dialog-authentication.png -share/icons/gnome/32x32/status/gtk-dialog-error.png -share/icons/gnome/32x32/status/gtk-dialog-info.png -share/icons/gnome/32x32/status/gtk-dialog-question.png -share/icons/gnome/32x32/status/gtk-dialog-warning.png -share/icons/gnome/32x32/status/gtk-missing-image.png -share/icons/gnome/32x32/status/image-loading.png -share/icons/gnome/32x32/status/image-missing.png -share/icons/gnome/32x32/status/important.png -share/icons/gnome/32x32/status/info.png -share/icons/gnome/32x32/status/mail-attachment.png -share/icons/gnome/32x32/status/mail-read.png -share/icons/gnome/32x32/status/mail-replied.png -share/icons/gnome/32x32/status/mail-unread.png -share/icons/gnome/32x32/status/media-playlist-repeat.png -share/icons/gnome/32x32/status/media-playlist-shuffle.png -share/icons/gnome/32x32/status/messagebox_critical.png -share/icons/gnome/32x32/status/messagebox_info.png -share/icons/gnome/32x32/status/messagebox_warning.png -share/icons/gnome/32x32/status/network-error.png -share/icons/gnome/32x32/status/network-idle.png -share/icons/gnome/32x32/status/network-offline.png -share/icons/gnome/32x32/status/network-receive.png -share/icons/gnome/32x32/status/network-transmit-receive.png -share/icons/gnome/32x32/status/network-transmit.png -share/icons/gnome/32x32/status/nm-adhoc.png -share/icons/gnome/32x32/status/nm-device-wired.png -share/icons/gnome/32x32/status/nm-device-wireless.png -share/icons/gnome/32x32/status/nm-no-connection.png -share/icons/gnome/32x32/status/printer-error.png -share/icons/gnome/32x32/status/printer-printing.png -share/icons/gnome/32x32/status/security-high.png -share/icons/gnome/32x32/status/security-low.png -share/icons/gnome/32x32/status/security-medium.png -share/icons/gnome/32x32/status/software-update-available.png -share/icons/gnome/32x32/status/software-update-urgent.png -share/icons/gnome/32x32/status/stock_appointment-reminder-excl.png -share/icons/gnome/32x32/status/stock_appointment-reminder.png -share/icons/gnome/32x32/status/stock_attach.png -share/icons/gnome/32x32/status/stock_dialog-error.png -share/icons/gnome/32x32/status/stock_dialog-info.png -share/icons/gnome/32x32/status/stock_dialog-question.png -share/icons/gnome/32x32/status/stock_dialog-warning.png -share/icons/gnome/32x32/status/stock_lock-broken.png -share/icons/gnome/32x32/status/stock_lock-ok.png -share/icons/gnome/32x32/status/stock_lock-open.png -share/icons/gnome/32x32/status/stock_lock.png -share/icons/gnome/32x32/status/stock_mail-open.png -share/icons/gnome/32x32/status/stock_mail-replied.png -share/icons/gnome/32x32/status/stock_mail-unread.png -share/icons/gnome/32x32/status/stock_open.png -share/icons/gnome/32x32/status/stock_repeat.png -share/icons/gnome/32x32/status/stock_shuffle.png -share/icons/gnome/32x32/status/stock_trash_full.png -share/icons/gnome/32x32/status/stock_volume-0.png -share/icons/gnome/32x32/status/stock_volume-max.png -share/icons/gnome/32x32/status/stock_volume-med.png -share/icons/gnome/32x32/status/stock_volume-min.png -share/icons/gnome/32x32/status/stock_volume-mute.png -share/icons/gnome/32x32/status/stock_volume.png -share/icons/gnome/32x32/status/stock_weather-cloudy.png -share/icons/gnome/32x32/status/stock_weather-few-clouds.png -share/icons/gnome/32x32/status/stock_weather-fog.png -share/icons/gnome/32x32/status/stock_weather-night-clear.png -share/icons/gnome/32x32/status/stock_weather-night-few-clouds.png -share/icons/gnome/32x32/status/stock_weather-showers.png -share/icons/gnome/32x32/status/stock_weather-snow.png -share/icons/gnome/32x32/status/stock_weather-storm.png -share/icons/gnome/32x32/status/stock_weather-sunny.png -share/icons/gnome/32x32/status/sunny.png -share/icons/gnome/32x32/status/task-due.png -share/icons/gnome/32x32/status/task-past-due.png -share/icons/gnome/32x32/status/trashcan_full.png -share/icons/gnome/32x32/status/user-trash-full.png -share/icons/gnome/32x32/status/weather-clear-night.png -share/icons/gnome/32x32/status/weather-clear.png -share/icons/gnome/32x32/status/weather-few-clouds-night.png -share/icons/gnome/32x32/status/weather-few-clouds.png -share/icons/gnome/32x32/status/weather-fog.png -share/icons/gnome/32x32/status/weather-overcast.png -share/icons/gnome/32x32/status/weather-severe-alert.png -share/icons/gnome/32x32/status/weather-showers-scattered.png -share/icons/gnome/32x32/status/weather-showers.png -share/icons/gnome/32x32/status/weather-snow.png -share/icons/gnome/32x32/status/weather-storm.png -share/icons/gnome/32x32/status/xfce-trash_full.png -share/icons/gnome/32x32/stock/generic/stock_person.png -share/icons/gnome/48x48/actions/mail-mark-junk.png -share/icons/gnome/48x48/actions/mail-mark-not-junk.png -share/icons/gnome/48x48/actions/mail_spam.png -share/icons/gnome/48x48/actions/stock_not-spam.png -share/icons/gnome/48x48/actions/stock_spam.png -share/icons/gnome/48x48/animations/gnome-spinner.png -share/icons/gnome/48x48/animations/process-working.png -share/icons/gnome/48x48/apps/applets-screenshooter.png -share/icons/gnome/48x48/apps/palm-pilot-sync.png -share/icons/gnome/48x48/apps/palm-pilot.png -share/icons/gnome/48x48/apps/visor.png -share/icons/gnome/48x48/devices/gnome-dev-jazdisk.png -share/icons/gnome/48x48/devices/media-jaz.png -share/icons/gnome/48x48/filesystems/gnome-fs-bookmark-missing.png -share/icons/gnome/48x48/filesystems/gnome-fs-bookmark.png -share/icons/gnome/48x48/stock/code/stock_script.png -share/icons/gnome/48x48/stock/data/stock_lock-broken.png -share/icons/gnome/48x48/stock/data/stock_lock-ok.png -share/icons/gnome/48x48/stock/data/stock_lock-open.png -share/icons/gnome/48x48/stock/data/stock_lock.png -share/icons/gnome/48x48/stock/data/stock_signature-bad.png -share/icons/gnome/48x48/stock/data/stock_signature-ok.png -share/icons/gnome/48x48/stock/data/stock_signature.png -share/icons/gnome/48x48/stock/document/stock_certificate.png -share/icons/gnome/48x48/stock/document/stock_new-drawing.png -share/icons/gnome/48x48/stock/document/stock_new-formula.png -share/icons/gnome/48x48/stock/document/stock_new-html.png -share/icons/gnome/48x48/stock/document/stock_new-labels.png -share/icons/gnome/48x48/stock/document/stock_new-master-document.png -share/icons/gnome/48x48/stock/document/stock_new-presentation.png -share/icons/gnome/48x48/stock/document/stock_new-spreadsheet.png -share/icons/gnome/48x48/stock/document/stock_new-template.png -share/icons/gnome/48x48/stock/document/stock_new-text.png -share/icons/gnome/48x48/stock/document/stock_todo.png -share/icons/gnome/48x48/stock/generic/stock_alarm.png -share/icons/gnome/48x48/stock/generic/stock_autocompletion.png -share/icons/gnome/48x48/stock/generic/stock_autopilot.png -share/icons/gnome/48x48/stock/generic/stock_briefcase.png -share/icons/gnome/48x48/stock/generic/stock_calendar-and-tasks.png -share/icons/gnome/48x48/stock/generic/stock_creditcard.png -share/icons/gnome/48x48/stock/generic/stock_edit.png -share/icons/gnome/48x48/stock/generic/stock_example.png -share/icons/gnome/48x48/stock/generic/stock_id.png -share/icons/gnome/48x48/stock/generic/stock_init.png -share/icons/gnome/48x48/stock/generic/stock_keyring.png -share/icons/gnome/48x48/stock/generic/stock_landline-phone.png -share/icons/gnome/48x48/stock/generic/stock_new-24h-appointment.png -share/icons/gnome/48x48/stock/generic/stock_new-meeting.png -share/icons/gnome/48x48/stock/generic/stock_news.png -share/icons/gnome/48x48/stock/generic/stock_notebook.png -share/icons/gnome/48x48/stock/generic/stock_notes.png -share/icons/gnome/48x48/stock/generic/stock_people.png -share/icons/gnome/48x48/stock/generic/stock_summary.png -share/icons/gnome/48x48/stock/generic/stock_timezone.png -share/icons/gnome/48x48/stock/generic/stock_unknown.png -share/icons/gnome/48x48/stock/generic/stock_web-calendar.png -share/icons/gnome/48x48/stock/io/stock_network-printer.png -share/icons/gnome/48x48/stock/io/stock_print-driver.png -share/icons/gnome/48x48/stock/io/stock_print-duplex-no-tumble.png -share/icons/gnome/48x48/stock/io/stock_print-duplex-tumble.png -share/icons/gnome/48x48/stock/io/stock_print-duplex.png -share/icons/gnome/48x48/stock/io/stock_print-non-duplex.png -share/icons/gnome/48x48/stock/io/stock_print-preview-print.png -share/icons/gnome/48x48/stock/io/stock_print-preview.png -share/icons/gnome/48x48/stock/io/stock_print-setup.png -share/icons/gnome/48x48/stock/io/stock_print.png -share/icons/gnome/48x48/stock/io/stock_printers.png -share/icons/gnome/48x48/stock/net/stock_addressbook.png -share/icons/gnome/48x48/stock/net/stock_channel.png -share/icons/gnome/48x48/stock/net/stock_contact.png -share/icons/gnome/48x48/stock/net/stock_directory-server.png -share/icons/gnome/48x48/stock/net/stock_exchange-connector.png -share/icons/gnome/48x48/stock/net/stock_groupwise-connector.png -share/icons/gnome/48x48/stock/net/stock_inbox.png -share/icons/gnome/48x48/stock/net/stock_mail-compose.png -share/icons/gnome/48x48/stock/net/stock_mail-druid-account.png -share/icons/gnome/48x48/stock/net/stock_mail-druid.png -share/icons/gnome/48x48/stock/net/stock_mail-flag-for-followup-done.png -share/icons/gnome/48x48/stock/net/stock_mail-flag-for-followup.png -share/icons/gnome/48x48/stock/net/stock_mail-import.png -share/icons/gnome/48x48/stock/net/stock_mail-open.png -share/icons/gnome/48x48/stock/net/stock_mail-receive.png -share/icons/gnome/48x48/stock/net/stock_mail-replied.png -share/icons/gnome/48x48/stock/net/stock_mail-send-receive.png -share/icons/gnome/48x48/stock/net/stock_mail-send.png -share/icons/gnome/48x48/stock/net/stock_mail.png -share/icons/gnome/48x48/stock/net/stock_outbox.png -share/icons/gnome/48x48/stock/net/stock_post-message.png -share/icons/gnome/48x48/stock/net/stock_proxy.png -share/icons/gnome/48x48/stock/net/stock_sent-mail.png -share/icons/gnome/48x48/stock/net/stock_spam.png -share/icons/gnome/8x8/emblems/emblem-default.png -share/icons/gnome/8x8/emblems/emblem-new.png -share/icons/gnome/8x8/emblems/emblem-noread.png -share/icons/gnome/8x8/emblems/emblem-nowrite.png -share/icons/gnome/8x8/emblems/emblem-readonly.png -share/icons/gnome/8x8/emblems/emblem-symbolic-link.png -share/icons/gnome/8x8/emblems/emblem-unreadable.png -share/icons/gnome/index.theme -share/icons/gnome/scalable/actions/add.svg -share/icons/gnome/scalable/actions/address-book-new.svg -share/icons/gnome/scalable/actions/application-exit.svg -share/icons/gnome/scalable/actions/appointment-new.svg -share/icons/gnome/scalable/actions/appointment.svg -share/icons/gnome/scalable/actions/back.svg -share/icons/gnome/scalable/actions/bookmark-new.svg -share/icons/gnome/scalable/actions/bookmark_add.svg -share/icons/gnome/scalable/actions/bookmarks_list_add.svg -share/icons/gnome/scalable/actions/bottom.svg -share/icons/gnome/scalable/actions/call-start.svg -share/icons/gnome/scalable/actions/call-stop.svg -share/icons/gnome/scalable/actions/centrejust.svg -share/icons/gnome/scalable/actions/contact-new.svg -share/icons/gnome/scalable/actions/document-new.svg -share/icons/gnome/scalable/actions/document-open-recent.svg -share/icons/gnome/scalable/actions/document-open.svg -share/icons/gnome/scalable/actions/document-page-setup.svg -share/icons/gnome/scalable/actions/document-print-preview.svg -share/icons/gnome/scalable/actions/document-print.svg -share/icons/gnome/scalable/actions/document-properties.svg -share/icons/gnome/scalable/actions/document-revert.svg -share/icons/gnome/scalable/actions/document-save-as.svg -share/icons/gnome/scalable/actions/document-save.svg -share/icons/gnome/scalable/actions/document-send.svg -share/icons/gnome/scalable/actions/down.svg -share/icons/gnome/scalable/actions/edit-clear.svg -share/icons/gnome/scalable/actions/edit-copy.svg -share/icons/gnome/scalable/actions/edit-cut.svg -share/icons/gnome/scalable/actions/edit-delete.svg -share/icons/gnome/scalable/actions/edit-find-replace.svg -share/icons/gnome/scalable/actions/edit-find.svg -share/icons/gnome/scalable/actions/edit-paste.svg -share/icons/gnome/scalable/actions/edit-redo.svg -share/icons/gnome/scalable/actions/edit-select-all.svg -share/icons/gnome/scalable/actions/edit-undo.svg -share/icons/gnome/scalable/actions/editclear.svg -share/icons/gnome/scalable/actions/editcopy.svg -share/icons/gnome/scalable/actions/editcut.svg -share/icons/gnome/scalable/actions/editdelete.svg -share/icons/gnome/scalable/actions/editpaste.svg -share/icons/gnome/scalable/actions/exit.svg -share/icons/gnome/scalable/actions/filefind.svg -share/icons/gnome/scalable/actions/filenew.svg -share/icons/gnome/scalable/actions/fileopen.svg -share/icons/gnome/scalable/actions/fileprint.svg -share/icons/gnome/scalable/actions/filequickprint.svg -share/icons/gnome/scalable/actions/filesave.svg -share/icons/gnome/scalable/actions/filesaveas.svg -share/icons/gnome/scalable/actions/find.svg -share/icons/gnome/scalable/actions/finish.svg -share/icons/gnome/scalable/actions/folder-new.svg -share/icons/gnome/scalable/actions/folder_new.svg -share/icons/gnome/scalable/actions/format-indent-less.svg -share/icons/gnome/scalable/actions/format-indent-more.svg -share/icons/gnome/scalable/actions/format-justify-center.svg -share/icons/gnome/scalable/actions/format-justify-fill.svg -share/icons/gnome/scalable/actions/format-justify-left.svg -share/icons/gnome/scalable/actions/format-justify-right.svg -share/icons/gnome/scalable/actions/format-text-bold.svg -share/icons/gnome/scalable/actions/format-text-direction-ltr.svg -share/icons/gnome/scalable/actions/format-text-direction-rtl.svg -share/icons/gnome/scalable/actions/format-text-italic.svg -share/icons/gnome/scalable/actions/format-text-strikethrough.svg -share/icons/gnome/scalable/actions/format-text-underline.svg -share/icons/gnome/scalable/actions/forward.svg -share/icons/gnome/scalable/actions/gnome-lockscreen.svg -share/icons/gnome/scalable/actions/gnome-logout.svg -share/icons/gnome/scalable/actions/gnome-run.svg -share/icons/gnome/scalable/actions/gnome-searchtool.svg -share/icons/gnome/scalable/actions/gnome-shutdown.svg -share/icons/gnome/scalable/actions/gnome-stock-mail-fwd.svg -share/icons/gnome/scalable/actions/gnome-stock-mail-new.svg -share/icons/gnome/scalable/actions/gnome-stock-mail-rpl.svg -share/icons/gnome/scalable/actions/gnome-stock-mail-snd.svg -share/icons/gnome/scalable/actions/gnome-stock-text-indent.svg -share/icons/gnome/scalable/actions/gnome-stock-text-unindent.svg -share/icons/gnome/scalable/actions/go-bottom.svg -share/icons/gnome/scalable/actions/go-down.svg -share/icons/gnome/scalable/actions/go-first.svg -share/icons/gnome/scalable/actions/go-home.svg -share/icons/gnome/scalable/actions/go-jump.svg -share/icons/gnome/scalable/actions/go-last.svg -share/icons/gnome/scalable/actions/go-next.svg -share/icons/gnome/scalable/actions/go-previous.svg -share/icons/gnome/scalable/actions/go-top.svg -share/icons/gnome/scalable/actions/go-up.svg -share/icons/gnome/scalable/actions/gohome.svg -share/icons/gnome/scalable/actions/gtk-about.svg -share/icons/gnome/scalable/actions/gtk-add.svg -share/icons/gnome/scalable/actions/gtk-bold.svg -share/icons/gnome/scalable/actions/gtk-cancel.svg -share/icons/gnome/scalable/actions/gtk-clear.svg -share/icons/gnome/scalable/actions/gtk-close.svg -share/icons/gnome/scalable/actions/gtk-copy.svg -share/icons/gnome/scalable/actions/gtk-cut.svg -share/icons/gnome/scalable/actions/gtk-delete.svg -share/icons/gnome/scalable/actions/gtk-execute.svg -share/icons/gnome/scalable/actions/gtk-find-and-replace.svg -share/icons/gnome/scalable/actions/gtk-find.svg -share/icons/gnome/scalable/actions/gtk-fullscreen.svg -share/icons/gnome/scalable/actions/gtk-go-back-ltr.svg -share/icons/gnome/scalable/actions/gtk-go-back-rtl.svg -share/icons/gnome/scalable/actions/gtk-go-down.svg -share/icons/gnome/scalable/actions/gtk-go-forward-ltr.svg -share/icons/gnome/scalable/actions/gtk-go-forward-rtl.svg -share/icons/gnome/scalable/actions/gtk-go-up.svg -share/icons/gnome/scalable/actions/gtk-goto-bottom.svg -share/icons/gnome/scalable/actions/gtk-goto-first-ltr.svg -share/icons/gnome/scalable/actions/gtk-goto-first-rtl.svg -share/icons/gnome/scalable/actions/gtk-goto-last-ltr.svg -share/icons/gnome/scalable/actions/gtk-goto-last-rtl.svg -share/icons/gnome/scalable/actions/gtk-goto-top.svg -share/icons/gnome/scalable/actions/gtk-home.svg -share/icons/gnome/scalable/actions/gtk-indent-ltr.svg -share/icons/gnome/scalable/actions/gtk-indent-rtl.svg -share/icons/gnome/scalable/actions/gtk-italic.svg -share/icons/gnome/scalable/actions/gtk-jump-to-ltr.svg -share/icons/gnome/scalable/actions/gtk-jump-to-rtl.svg -share/icons/gnome/scalable/actions/gtk-justify-center.svg -share/icons/gnome/scalable/actions/gtk-justify-fill.svg -share/icons/gnome/scalable/actions/gtk-justify-left.svg -share/icons/gnome/scalable/actions/gtk-justify-right.svg -share/icons/gnome/scalable/actions/gtk-leave-fullscreen.svg -share/icons/gnome/scalable/actions/gtk-media-forward-ltr.svg -share/icons/gnome/scalable/actions/gtk-media-forward-rtl.svg -share/icons/gnome/scalable/actions/gtk-media-next-ltr.svg -share/icons/gnome/scalable/actions/gtk-media-next-rtl.svg -share/icons/gnome/scalable/actions/gtk-media-pause.svg -share/icons/gnome/scalable/actions/gtk-media-play-ltr.svg -share/icons/gnome/scalable/actions/gtk-media-previous-ltr.svg -share/icons/gnome/scalable/actions/gtk-media-previous-rtl.svg -share/icons/gnome/scalable/actions/gtk-media-record.svg -share/icons/gnome/scalable/actions/gtk-media-rewind-ltr.svg -share/icons/gnome/scalable/actions/gtk-media-rewind-rtl.svg -share/icons/gnome/scalable/actions/gtk-media-stop.svg -share/icons/gnome/scalable/actions/gtk-new.svg -share/icons/gnome/scalable/actions/gtk-open.svg -share/icons/gnome/scalable/actions/gtk-paste.svg -share/icons/gnome/scalable/actions/gtk-print-preview.svg -share/icons/gnome/scalable/actions/gtk-print.svg -share/icons/gnome/scalable/actions/gtk-properties.svg -share/icons/gnome/scalable/actions/gtk-quit.svg -share/icons/gnome/scalable/actions/gtk-redo-ltr.svg -share/icons/gnome/scalable/actions/gtk-refresh.svg -share/icons/gnome/scalable/actions/gtk-remove.svg -share/icons/gnome/scalable/actions/gtk-revert-to-saved-ltr.svg -share/icons/gnome/scalable/actions/gtk-revert-to-saved-rtl.svg -share/icons/gnome/scalable/actions/gtk-save-as.svg -share/icons/gnome/scalable/actions/gtk-save.svg -share/icons/gnome/scalable/actions/gtk-select-all.svg -share/icons/gnome/scalable/actions/gtk-sort-ascending.svg -share/icons/gnome/scalable/actions/gtk-sort-descending.svg -share/icons/gnome/scalable/actions/gtk-spell-check.svg -share/icons/gnome/scalable/actions/gtk-stop.svg -share/icons/gnome/scalable/actions/gtk-strikethrough.svg -share/icons/gnome/scalable/actions/gtk-underline.svg -share/icons/gnome/scalable/actions/gtk-undo-ltr.svg -share/icons/gnome/scalable/actions/gtk-unindent-ltr.svg -share/icons/gnome/scalable/actions/gtk-unindent-rtl.svg -share/icons/gnome/scalable/actions/gtk-zoom-100.svg -share/icons/gnome/scalable/actions/gtk-zoom-fit.svg -share/icons/gnome/scalable/actions/gtk-zoom-in.svg -share/icons/gnome/scalable/actions/gtk-zoom-out.svg -share/icons/gnome/scalable/actions/help-about.svg -share/icons/gnome/scalable/actions/help-contents.svg -share/icons/gnome/scalable/actions/help-faq.svg -share/icons/gnome/scalable/actions/insert-image.svg -share/icons/gnome/scalable/actions/insert-link.svg -share/icons/gnome/scalable/actions/insert-object.svg -share/icons/gnome/scalable/actions/insert-text.svg -share/icons/gnome/scalable/actions/kfind.svg -share/icons/gnome/scalable/actions/kfm_home.svg -share/icons/gnome/scalable/actions/leftjust.svg -share/icons/gnome/scalable/actions/list-add.svg -share/icons/gnome/scalable/actions/list-remove.svg -share/icons/gnome/scalable/actions/lock.svg -share/icons/gnome/scalable/actions/mail-forward.svg -share/icons/gnome/scalable/actions/mail-mark-important.svg -share/icons/gnome/scalable/actions/mail-mark-read.svg -share/icons/gnome/scalable/actions/mail-mark-unread.svg -share/icons/gnome/scalable/actions/mail-message-new.svg -share/icons/gnome/scalable/actions/mail-reply-all.svg -share/icons/gnome/scalable/actions/mail-reply-sender.svg -share/icons/gnome/scalable/actions/mail-send-receive.svg -share/icons/gnome/scalable/actions/mail-send.svg -share/icons/gnome/scalable/actions/mail_forward.svg -share/icons/gnome/scalable/actions/mail_new.svg -share/icons/gnome/scalable/actions/mail_reply.svg -share/icons/gnome/scalable/actions/mail_replyall.svg -share/icons/gnome/scalable/actions/mail_send.svg -share/icons/gnome/scalable/actions/media-eject.svg -share/icons/gnome/scalable/actions/media-playback-pause.svg -share/icons/gnome/scalable/actions/media-playback-start.svg -share/icons/gnome/scalable/actions/media-playback-stop.svg -share/icons/gnome/scalable/actions/media-record.svg -share/icons/gnome/scalable/actions/media-seek-backward.svg -share/icons/gnome/scalable/actions/media-seek-forward.svg -share/icons/gnome/scalable/actions/media-skip-backward.svg -share/icons/gnome/scalable/actions/media-skip-forward.svg -share/icons/gnome/scalable/actions/next.svg -share/icons/gnome/scalable/actions/object-flip-horizontal.svg -share/icons/gnome/scalable/actions/object-flip-vertical.svg -share/icons/gnome/scalable/actions/object-rotate-left.svg -share/icons/gnome/scalable/actions/object-rotate-right.svg -share/icons/gnome/scalable/actions/player_eject.svg -share/icons/gnome/scalable/actions/player_end.svg -share/icons/gnome/scalable/actions/player_fwd.svg -share/icons/gnome/scalable/actions/player_pause.svg -share/icons/gnome/scalable/actions/player_play.svg -share/icons/gnome/scalable/actions/player_record.svg -share/icons/gnome/scalable/actions/player_rew.svg -share/icons/gnome/scalable/actions/player_start.svg -share/icons/gnome/scalable/actions/player_stop.svg -share/icons/gnome/scalable/actions/previous.svg -share/icons/gnome/scalable/actions/process-stop.svg -share/icons/gnome/scalable/actions/redhat-home.svg -share/icons/gnome/scalable/actions/redo.svg -share/icons/gnome/scalable/actions/reload.svg -share/icons/gnome/scalable/actions/reload3.svg -share/icons/gnome/scalable/actions/reload_all_tabs.svg -share/icons/gnome/scalable/actions/reload_page.svg -share/icons/gnome/scalable/actions/remove.svg -share/icons/gnome/scalable/actions/revert.svg -share/icons/gnome/scalable/actions/rightjust.svg -share/icons/gnome/scalable/actions/search.svg -share/icons/gnome/scalable/actions/start.svg -share/icons/gnome/scalable/actions/stock_about.svg -share/icons/gnome/scalable/actions/stock_add-bookmark.svg -share/icons/gnome/scalable/actions/stock_bottom.svg -share/icons/gnome/scalable/actions/stock_close.svg -share/icons/gnome/scalable/actions/stock_copy.svg -share/icons/gnome/scalable/actions/stock_cut.svg -share/icons/gnome/scalable/actions/stock_delete.svg -share/icons/gnome/scalable/actions/stock_down.svg -share/icons/gnome/scalable/actions/stock_file-properites.svg -share/icons/gnome/scalable/actions/stock_first.svg -share/icons/gnome/scalable/actions/stock_fullscreen.svg -share/icons/gnome/scalable/actions/stock_help-add-bookmark.svg -share/icons/gnome/scalable/actions/stock_home.svg -share/icons/gnome/scalable/actions/stock_last.svg -share/icons/gnome/scalable/actions/stock_leave-fullscreen.svg -share/icons/gnome/scalable/actions/stock_left.svg -share/icons/gnome/scalable/actions/stock_mail-compose.svg -share/icons/gnome/scalable/actions/stock_mail-forward.svg -share/icons/gnome/scalable/actions/stock_mail-reply-to-all.svg -share/icons/gnome/scalable/actions/stock_mail-reply.svg -share/icons/gnome/scalable/actions/stock_mail-send-receive.svg -share/icons/gnome/scalable/actions/stock_mail-send.svg -share/icons/gnome/scalable/actions/stock_media-fwd.svg -share/icons/gnome/scalable/actions/stock_media-next.svg -share/icons/gnome/scalable/actions/stock_media-pause.svg -share/icons/gnome/scalable/actions/stock_media-play.svg -share/icons/gnome/scalable/actions/stock_media-prev.svg -share/icons/gnome/scalable/actions/stock_media-rec.svg -share/icons/gnome/scalable/actions/stock_media-rew.svg -share/icons/gnome/scalable/actions/stock_media-stop.svg -share/icons/gnome/scalable/actions/stock_new-address-book.svg -share/icons/gnome/scalable/actions/stock_new-appointment.svg -share/icons/gnome/scalable/actions/stock_new-bcard.svg -share/icons/gnome/scalable/actions/stock_new-dir.svg -share/icons/gnome/scalable/actions/stock_new-text.svg -share/icons/gnome/scalable/actions/stock_new-window.svg -share/icons/gnome/scalable/actions/stock_paste.svg -share/icons/gnome/scalable/actions/stock_print-preview.svg -share/icons/gnome/scalable/actions/stock_print-setup.svg -share/icons/gnome/scalable/actions/stock_print.svg -share/icons/gnome/scalable/actions/stock_properties.svg -share/icons/gnome/scalable/actions/stock_redo.svg -share/icons/gnome/scalable/actions/stock_refresh.svg -share/icons/gnome/scalable/actions/stock_right.svg -share/icons/gnome/scalable/actions/stock_save-as.svg -share/icons/gnome/scalable/actions/stock_save.svg -share/icons/gnome/scalable/actions/stock_search-and-replace.svg -share/icons/gnome/scalable/actions/stock_search.svg -share/icons/gnome/scalable/actions/stock_select-all.svg -share/icons/gnome/scalable/actions/stock_spellcheck.svg -share/icons/gnome/scalable/actions/stock_stop.svg -share/icons/gnome/scalable/actions/stock_text-strikethrough.svg -share/icons/gnome/scalable/actions/stock_text_bold.svg -share/icons/gnome/scalable/actions/stock_text_center.svg -share/icons/gnome/scalable/actions/stock_text_indent.svg -share/icons/gnome/scalable/actions/stock_text_italic.svg -share/icons/gnome/scalable/actions/stock_text_justify.svg -share/icons/gnome/scalable/actions/stock_text_left.svg -share/icons/gnome/scalable/actions/stock_text_right.svg -share/icons/gnome/scalable/actions/stock_text_underlined.svg -share/icons/gnome/scalable/actions/stock_text_unindent.svg -share/icons/gnome/scalable/actions/stock_top.svg -share/icons/gnome/scalable/actions/stock_undo.svg -share/icons/gnome/scalable/actions/stock_up.svg -share/icons/gnome/scalable/actions/stock_zoom-1.svg -share/icons/gnome/scalable/actions/stock_zoom-in.svg -share/icons/gnome/scalable/actions/stock_zoom-out.svg -share/icons/gnome/scalable/actions/stock_zoom-page.svg -share/icons/gnome/scalable/actions/stop.svg -share/icons/gnome/scalable/actions/system-lock-screen.svg -share/icons/gnome/scalable/actions/system-log-out.svg -share/icons/gnome/scalable/actions/system-run.svg -share/icons/gnome/scalable/actions/system-search.svg -share/icons/gnome/scalable/actions/system-shutdown.svg -share/icons/gnome/scalable/actions/text_bold.svg -share/icons/gnome/scalable/actions/text_italic.svg -share/icons/gnome/scalable/actions/text_strike.svg -share/icons/gnome/scalable/actions/text_under.svg -share/icons/gnome/scalable/actions/tools-check-spelling.svg -share/icons/gnome/scalable/actions/top.svg -share/icons/gnome/scalable/actions/undo.svg -share/icons/gnome/scalable/actions/up.svg -share/icons/gnome/scalable/actions/view-fullscreen.svg -share/icons/gnome/scalable/actions/view-refresh.svg -share/icons/gnome/scalable/actions/view-restore.svg -share/icons/gnome/scalable/actions/view-sort-ascending.svg -share/icons/gnome/scalable/actions/view-sort-descending.svg -share/icons/gnome/scalable/actions/viewmag+.svg -share/icons/gnome/scalable/actions/viewmag-.svg -share/icons/gnome/scalable/actions/viewmag1.svg -share/icons/gnome/scalable/actions/viewmagfit.svg -share/icons/gnome/scalable/actions/window-close.svg -share/icons/gnome/scalable/actions/window-new.svg -share/icons/gnome/scalable/actions/window_fullscreen.svg -share/icons/gnome/scalable/actions/window_new.svg -share/icons/gnome/scalable/actions/window_nofullscreen.svg -share/icons/gnome/scalable/actions/xfce-system-exit.svg -share/icons/gnome/scalable/actions/xfce-system-lock.svg -share/icons/gnome/scalable/actions/zoom-best-fit.svg -share/icons/gnome/scalable/actions/zoom-fit-best.svg -share/icons/gnome/scalable/actions/zoom-in.svg -share/icons/gnome/scalable/actions/zoom-original.svg -share/icons/gnome/scalable/actions/zoom-out.svg -share/icons/gnome/scalable/apps/access.svg -share/icons/gnome/scalable/apps/accessibility-directory.svg -share/icons/gnome/scalable/apps/accessories-calculator.svg -share/icons/gnome/scalable/apps/accessories-character-map.svg -share/icons/gnome/scalable/apps/accessories-dictionary.svg -share/icons/gnome/scalable/apps/accessories-text-editor.svg -share/icons/gnome/scalable/apps/arts.svg -share/icons/gnome/scalable/apps/background.svg -share/icons/gnome/scalable/apps/calc.svg -share/icons/gnome/scalable/apps/config-language.svg -share/icons/gnome/scalable/apps/config-users.svg -share/icons/gnome/scalable/apps/file-manager.svg -share/icons/gnome/scalable/apps/fonts.svg -share/icons/gnome/scalable/apps/gnome-calculator.svg -share/icons/gnome/scalable/apps/gnome-character-map.svg -share/icons/gnome/scalable/apps/gnome-help.svg -share/icons/gnome/scalable/apps/gnome-mixer.svg -share/icons/gnome/scalable/apps/gnome-monitor.svg -share/icons/gnome/scalable/apps/gnome-remote-desktop.svg -share/icons/gnome/scalable/apps/gnome-settings-accessibility-technologies.svg -share/icons/gnome/scalable/apps/gnome-settings-background.svg -share/icons/gnome/scalable/apps/gnome-settings-font.svg -share/icons/gnome/scalable/apps/gnome-settings-keybindings.svg -share/icons/gnome/scalable/apps/gnome-settings-theme.svg -share/icons/gnome/scalable/apps/gnome-terminal.svg -share/icons/gnome/scalable/apps/gnome-window-manager.svg -share/icons/gnome/scalable/apps/gtk-help.svg -share/icons/gnome/scalable/apps/gucharmap.svg -share/icons/gnome/scalable/apps/help-browser.svg -share/icons/gnome/scalable/apps/help.svg -share/icons/gnome/scalable/apps/im-aim.svg -share/icons/gnome/scalable/apps/im-icq.svg -share/icons/gnome/scalable/apps/im-jabber.svg -share/icons/gnome/scalable/apps/im-msn.svg -share/icons/gnome/scalable/apps/im-nov.svg -share/icons/gnome/scalable/apps/im-yahoo.svg -share/icons/gnome/scalable/apps/kcalc.svg -share/icons/gnome/scalable/apps/kcharselect.svg -share/icons/gnome/scalable/apps/kcmkwm.svg -share/icons/gnome/scalable/apps/kcmsound.svg -share/icons/gnome/scalable/apps/kedit.svg -share/icons/gnome/scalable/apps/key_bindings.svg -share/icons/gnome/scalable/apps/kfm.svg -share/icons/gnome/scalable/apps/khelpcenter.svg -share/icons/gnome/scalable/apps/konsole.svg -share/icons/gnome/scalable/apps/krfb.svg -share/icons/gnome/scalable/apps/kscreensaver.svg -share/icons/gnome/scalable/apps/ksysguard.svg -share/icons/gnome/scalable/apps/kuser.svg -share/icons/gnome/scalable/apps/kwin.svg -share/icons/gnome/scalable/apps/locale.svg -share/icons/gnome/scalable/apps/logviewer.svg -share/icons/gnome/scalable/apps/multimedia-volume-control.svg -share/icons/gnome/scalable/apps/multimedia.svg -share/icons/gnome/scalable/apps/openterm.svg -share/icons/gnome/scalable/apps/preferences-desktop-accessibility.svg -share/icons/gnome/scalable/apps/preferences-desktop-font.svg -share/icons/gnome/scalable/apps/preferences-desktop-keyboard-shortcuts.svg -share/icons/gnome/scalable/apps/preferences-desktop-keyboard.svg -share/icons/gnome/scalable/apps/preferences-desktop-locale.svg -share/icons/gnome/scalable/apps/preferences-desktop-remote-desktop.svg -share/icons/gnome/scalable/apps/preferences-desktop-screensaver.svg -share/icons/gnome/scalable/apps/preferences-desktop-theme.svg -share/icons/gnome/scalable/apps/preferences-desktop-wallpaper.svg -share/icons/gnome/scalable/apps/preferences-system-windows.svg -share/icons/gnome/scalable/apps/redhat-filemanager.svg -share/icons/gnome/scalable/apps/screensaver.svg -share/icons/gnome/scalable/apps/stock_help.svg -share/icons/gnome/scalable/apps/style.svg -share/icons/gnome/scalable/apps/susehelpcenter.svg -share/icons/gnome/scalable/apps/system-config-users.svg -share/icons/gnome/scalable/apps/system-file-manager.svg -share/icons/gnome/scalable/apps/system-software-install.svg -share/icons/gnome/scalable/apps/system-software-update.svg -share/icons/gnome/scalable/apps/system-users.svg -share/icons/gnome/scalable/apps/terminal.svg -share/icons/gnome/scalable/apps/text-editor.svg -share/icons/gnome/scalable/apps/update-manager.svg -share/icons/gnome/scalable/apps/user-info.svg -share/icons/gnome/scalable/apps/utilities-system-monitor.svg -share/icons/gnome/scalable/apps/utilities-terminal.svg -share/icons/gnome/scalable/apps/volume-knob.svg -share/icons/gnome/scalable/apps/wallpaper.svg -share/icons/gnome/scalable/apps/web-browser.svg -share/icons/gnome/scalable/apps/xfce-filemanager.svg -share/icons/gnome/scalable/apps/xfce-terminal.svg -share/icons/gnome/scalable/apps/xfce4-backdrop.svg -share/icons/gnome/scalable/apps/xfce4-mixer.svg -share/icons/gnome/scalable/apps/xfwm4.svg -share/icons/gnome/scalable/apps/xscreensaver.svg -share/icons/gnome/scalable/apps/zen-icon.svg -share/icons/gnome/scalable/categories/applications-accessories.svg -share/icons/gnome/scalable/categories/applications-development.svg -share/icons/gnome/scalable/categories/applications-engineering.svg -share/icons/gnome/scalable/categories/applications-games.svg -share/icons/gnome/scalable/categories/applications-graphics.svg -share/icons/gnome/scalable/categories/applications-internet.svg -share/icons/gnome/scalable/categories/applications-multimedia.svg -share/icons/gnome/scalable/categories/applications-office.svg -share/icons/gnome/scalable/categories/applications-other.svg -share/icons/gnome/scalable/categories/applications-science.svg -share/icons/gnome/scalable/categories/applications-system.svg -share/icons/gnome/scalable/categories/applications-utilities.svg -share/icons/gnome/scalable/categories/gnome-applications.svg -share/icons/gnome/scalable/categories/gnome-control-center.svg -share/icons/gnome/scalable/categories/gnome-devel.svg -share/icons/gnome/scalable/categories/gnome-globe.svg -share/icons/gnome/scalable/categories/gnome-graphics.svg -share/icons/gnome/scalable/categories/gnome-joystick.svg -share/icons/gnome/scalable/categories/gnome-multimedia.svg -share/icons/gnome/scalable/categories/gnome-other.svg -share/icons/gnome/scalable/categories/gnome-settings.svg -share/icons/gnome/scalable/categories/gnome-system.svg -share/icons/gnome/scalable/categories/gnome-util.svg -share/icons/gnome/scalable/categories/gtk-preferences.svg -share/icons/gnome/scalable/categories/input_devices_settings.svg -share/icons/gnome/scalable/categories/kcontrol.svg -share/icons/gnome/scalable/categories/package_development.svg -share/icons/gnome/scalable/categories/package_games.svg -share/icons/gnome/scalable/categories/package_graphics.svg -share/icons/gnome/scalable/categories/package_multimedia.svg -share/icons/gnome/scalable/categories/package_network.svg -share/icons/gnome/scalable/categories/package_office.svg -share/icons/gnome/scalable/categories/package_settings.svg -share/icons/gnome/scalable/categories/package_system.svg -share/icons/gnome/scalable/categories/package_utilities.svg -share/icons/gnome/scalable/categories/preferences-desktop-peripherals.svg -share/icons/gnome/scalable/categories/preferences-desktop-personal.svg -share/icons/gnome/scalable/categories/preferences-desktop.svg -share/icons/gnome/scalable/categories/preferences-other.svg -share/icons/gnome/scalable/categories/preferences-system-network.svg -share/icons/gnome/scalable/categories/preferences-system.svg -share/icons/gnome/scalable/categories/redhat-accessories.svg -share/icons/gnome/scalable/categories/redhat-games.svg -share/icons/gnome/scalable/categories/redhat-graphics.svg -share/icons/gnome/scalable/categories/redhat-internet.svg -share/icons/gnome/scalable/categories/redhat-office.svg -share/icons/gnome/scalable/categories/redhat-preferences.svg -share/icons/gnome/scalable/categories/redhat-programming.svg -share/icons/gnome/scalable/categories/redhat-sound_video.svg -share/icons/gnome/scalable/categories/redhat-system_settings.svg -share/icons/gnome/scalable/categories/redhat-system_tools.svg -share/icons/gnome/scalable/categories/stock_internet.svg -share/icons/gnome/scalable/categories/system-help.svg -share/icons/gnome/scalable/categories/xfce-games.svg -share/icons/gnome/scalable/categories/xfce-graphics.svg -share/icons/gnome/scalable/categories/xfce-internet.svg -share/icons/gnome/scalable/categories/xfce-multimedia.svg -share/icons/gnome/scalable/categories/xfce-office.svg -share/icons/gnome/scalable/categories/xfce-system-settings.svg -share/icons/gnome/scalable/categories/xfce-utils.svg -share/icons/gnome/scalable/categories/xfce4-settings.svg -share/icons/gnome/scalable/devices/3floppy_unmount.svg -share/icons/gnome/scalable/devices/audio-card.svg -share/icons/gnome/scalable/devices/audio-input-microphone.svg -share/icons/gnome/scalable/devices/battery.svg -share/icons/gnome/scalable/devices/camera-photo.svg -share/icons/gnome/scalable/devices/camera-video.svg -share/icons/gnome/scalable/devices/camera-web.svg -share/icons/gnome/scalable/devices/camera.svg -share/icons/gnome/scalable/devices/camera_unmount.svg -share/icons/gnome/scalable/devices/cdrom_unmount.svg -share/icons/gnome/scalable/devices/cdwriter_unmount.svg -share/icons/gnome/scalable/devices/chardevice.svg -share/icons/gnome/scalable/devices/computer.svg -share/icons/gnome/scalable/devices/display.svg -share/icons/gnome/scalable/devices/drive-cdrom.svg -share/icons/gnome/scalable/devices/drive-harddisk.svg -share/icons/gnome/scalable/devices/drive-optical.svg -share/icons/gnome/scalable/devices/drive-removable-media.svg -share/icons/gnome/scalable/devices/dvd_unmount.svg -share/icons/gnome/scalable/devices/gnome-dev-battery.svg -share/icons/gnome/scalable/devices/gnome-dev-cdrom-audio.svg -share/icons/gnome/scalable/devices/gnome-dev-cdrom.svg -share/icons/gnome/scalable/devices/gnome-dev-computer.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-cdr.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-cdrw.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-dvdr-plus.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-dvdr.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-dvdram.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-dvdrom.svg -share/icons/gnome/scalable/devices/gnome-dev-disc-dvdrw.svg -share/icons/gnome/scalable/devices/gnome-dev-dvd.svg -share/icons/gnome/scalable/devices/gnome-dev-ethernet.svg -share/icons/gnome/scalable/devices/gnome-dev-floppy.svg -share/icons/gnome/scalable/devices/gnome-dev-harddisk-1394.svg -share/icons/gnome/scalable/devices/gnome-dev-harddisk-usb.svg -share/icons/gnome/scalable/devices/gnome-dev-harddisk.svg -share/icons/gnome/scalable/devices/gnome-dev-ipod.svg -share/icons/gnome/scalable/devices/gnome-dev-keyboard.svg -share/icons/gnome/scalable/devices/gnome-dev-media-cf.svg -share/icons/gnome/scalable/devices/gnome-dev-media-ms.svg -share/icons/gnome/scalable/devices/gnome-dev-media-sdmmc.svg -share/icons/gnome/scalable/devices/gnome-dev-media-sm.svg -share/icons/gnome/scalable/devices/gnome-dev-mouse-ball.svg -share/icons/gnome/scalable/devices/gnome-dev-mouse-optical.svg -share/icons/gnome/scalable/devices/gnome-dev-printer.svg -share/icons/gnome/scalable/devices/gnome-dev-removable-1394.svg -share/icons/gnome/scalable/devices/gnome-dev-removable-usb.svg -share/icons/gnome/scalable/devices/gnome-dev-removable.svg -share/icons/gnome/scalable/devices/gnome-dev-wavelan.svg -share/icons/gnome/scalable/devices/gnome-dev-zipdisk.svg -share/icons/gnome/scalable/devices/gnome-fs-client.svg -share/icons/gnome/scalable/devices/gnome-modem.svg -share/icons/gnome/scalable/devices/gnome-stock-mic.svg -share/icons/gnome/scalable/devices/gtk-cdrom.svg -share/icons/gnome/scalable/devices/gtk-floppy.svg -share/icons/gnome/scalable/devices/gtk-harddisk.svg -share/icons/gnome/scalable/devices/harddrive.svg -share/icons/gnome/scalable/devices/hdd_unmount.svg -share/icons/gnome/scalable/devices/input-gaming.svg -share/icons/gnome/scalable/devices/input-keyboard.svg -share/icons/gnome/scalable/devices/input-mouse.svg -share/icons/gnome/scalable/devices/input-tablet.svg -share/icons/gnome/scalable/devices/ipod_mount.svg -share/icons/gnome/scalable/devices/joystick.svg -share/icons/gnome/scalable/devices/keyboard.svg -share/icons/gnome/scalable/devices/kjobviewer.svg -share/icons/gnome/scalable/devices/kxkb.svg -share/icons/gnome/scalable/devices/media-cdrom.svg -share/icons/gnome/scalable/devices/media-flash.svg -share/icons/gnome/scalable/devices/media-floppy.svg -share/icons/gnome/scalable/devices/media-optical.svg -share/icons/gnome/scalable/devices/media-tape.svg -share/icons/gnome/scalable/devices/media-zip.svg -share/icons/gnome/scalable/devices/modem.svg -share/icons/gnome/scalable/devices/mouse.svg -share/icons/gnome/scalable/devices/multimedia-player.svg -share/icons/gnome/scalable/devices/network-wired.svg -share/icons/gnome/scalable/devices/network-wireless.svg -share/icons/gnome/scalable/devices/pda.svg -share/icons/gnome/scalable/devices/phone.svg -share/icons/gnome/scalable/devices/printer-remote.svg -share/icons/gnome/scalable/devices/printer.svg -share/icons/gnome/scalable/devices/printer1.svg -share/icons/gnome/scalable/devices/printmgr.svg -share/icons/gnome/scalable/devices/scanner.svg -share/icons/gnome/scalable/devices/stock_cell-phone.svg -share/icons/gnome/scalable/devices/stock_mic.svg -share/icons/gnome/scalable/devices/stock_printers.svg -share/icons/gnome/scalable/devices/system-floppy.svg -share/icons/gnome/scalable/devices/system.svg -share/icons/gnome/scalable/devices/usbpendrive_unmount.svg -share/icons/gnome/scalable/devices/video-display.svg -share/icons/gnome/scalable/devices/xfce-printer.svg -share/icons/gnome/scalable/devices/xfce4-display.svg -share/icons/gnome/scalable/devices/xfce4-keyboard.svg -share/icons/gnome/scalable/devices/xfce4-mouse.svg -share/icons/gnome/scalable/devices/yast_HD.svg -share/icons/gnome/scalable/devices/yast_idetude.svg -share/icons/gnome/scalable/devices/yast_joystick.svg -share/icons/gnome/scalable/devices/yast_mouse.svg -share/icons/gnome/scalable/devices/yast_printer.svg -share/icons/gnome/scalable/devices/yast_soundcard.svg -share/icons/gnome/scalable/emblems/emblem-default.svg -share/icons/gnome/scalable/emblems/emblem-desktop.icon -share/icons/gnome/scalable/emblems/emblem-desktop.svg -share/icons/gnome/scalable/emblems/emblem-documents.icon -share/icons/gnome/scalable/emblems/emblem-documents.svg -share/icons/gnome/scalable/emblems/emblem-downloads.icon -share/icons/gnome/scalable/emblems/emblem-downloads.svg -share/icons/gnome/scalable/emblems/emblem-favorite.icon -share/icons/gnome/scalable/emblems/emblem-favorite.svg -share/icons/gnome/scalable/emblems/emblem-generic.icon -share/icons/gnome/scalable/emblems/emblem-generic.svg -share/icons/gnome/scalable/emblems/emblem-important.icon -share/icons/gnome/scalable/emblems/emblem-important.svg -share/icons/gnome/scalable/emblems/emblem-mail.icon -share/icons/gnome/scalable/emblems/emblem-mail.svg -share/icons/gnome/scalable/emblems/emblem-new.icon -share/icons/gnome/scalable/emblems/emblem-new.svg -share/icons/gnome/scalable/emblems/emblem-noread.icon -share/icons/gnome/scalable/emblems/emblem-noread.svg -share/icons/gnome/scalable/emblems/emblem-nowrite.icon -share/icons/gnome/scalable/emblems/emblem-nowrite.svg -share/icons/gnome/scalable/emblems/emblem-package.icon -share/icons/gnome/scalable/emblems/emblem-package.svg -share/icons/gnome/scalable/emblems/emblem-photos.icon -share/icons/gnome/scalable/emblems/emblem-photos.svg -share/icons/gnome/scalable/emblems/emblem-readonly.icon -share/icons/gnome/scalable/emblems/emblem-readonly.svg -share/icons/gnome/scalable/emblems/emblem-shared.svg -share/icons/gnome/scalable/emblems/emblem-symbolic-link.svg -share/icons/gnome/scalable/emblems/emblem-system.svg -share/icons/gnome/scalable/emblems/emblem-unreadable.icon -share/icons/gnome/scalable/emblems/emblem-unreadable.svg -share/icons/gnome/scalable/emblems/emblem-urgent.icon -share/icons/gnome/scalable/emblems/emblem-urgent.svg -share/icons/gnome/scalable/emblems/emblem-web.icon -share/icons/gnome/scalable/emblems/emblem-web.svg -share/icons/gnome/scalable/emblems/stock_mail-priority-high.icon -share/icons/gnome/scalable/emblems/stock_mail-priority-high.svg -share/icons/gnome/scalable/emotes/face-angel.svg -share/icons/gnome/scalable/emotes/face-angry.svg -share/icons/gnome/scalable/emotes/face-cool.svg -share/icons/gnome/scalable/emotes/face-crying.svg -share/icons/gnome/scalable/emotes/face-devilish.svg -share/icons/gnome/scalable/emotes/face-embarrassed.svg -share/icons/gnome/scalable/emotes/face-kiss.svg -share/icons/gnome/scalable/emotes/face-laugh.svg -share/icons/gnome/scalable/emotes/face-monkey.svg -share/icons/gnome/scalable/emotes/face-plain.svg -share/icons/gnome/scalable/emotes/face-raspberry.svg -share/icons/gnome/scalable/emotes/face-sad.svg -share/icons/gnome/scalable/emotes/face-sick.svg -share/icons/gnome/scalable/emotes/face-smile-big.svg -share/icons/gnome/scalable/emotes/face-smile.svg -share/icons/gnome/scalable/emotes/face-smirk.svg -share/icons/gnome/scalable/emotes/face-surprise.svg -share/icons/gnome/scalable/emotes/face-tired.svg -share/icons/gnome/scalable/emotes/face-uncertain.svg -share/icons/gnome/scalable/emotes/face-wink.svg -share/icons/gnome/scalable/emotes/face-worried.svg -share/icons/gnome/scalable/emotes/stock_smiley-1.svg -share/icons/gnome/scalable/emotes/stock_smiley-10.svg -share/icons/gnome/scalable/emotes/stock_smiley-11.svg -share/icons/gnome/scalable/emotes/stock_smiley-13.svg -share/icons/gnome/scalable/emotes/stock_smiley-15.svg -share/icons/gnome/scalable/emotes/stock_smiley-18.svg -share/icons/gnome/scalable/emotes/stock_smiley-2.svg -share/icons/gnome/scalable/emotes/stock_smiley-22.svg -share/icons/gnome/scalable/emotes/stock_smiley-3.svg -share/icons/gnome/scalable/emotes/stock_smiley-4.svg -share/icons/gnome/scalable/emotes/stock_smiley-5.svg -share/icons/gnome/scalable/emotes/stock_smiley-6.svg -share/icons/gnome/scalable/emotes/stock_smiley-7.svg -share/icons/gnome/scalable/emotes/stock_smiley-8.svg -share/icons/gnome/scalable/mimetypes/application-certificate.svg -share/icons/gnome/scalable/mimetypes/application-x-executable.svg -share/icons/gnome/scalable/mimetypes/ascii.svg -share/icons/gnome/scalable/mimetypes/audio-x-generic.svg -share/icons/gnome/scalable/mimetypes/binary.svg -share/icons/gnome/scalable/mimetypes/contents2.svg -share/icons/gnome/scalable/mimetypes/deb.svg -share/icons/gnome/scalable/mimetypes/document.svg -share/icons/gnome/scalable/mimetypes/empty.svg -share/icons/gnome/scalable/mimetypes/exec.svg -share/icons/gnome/scalable/mimetypes/folder_tar.svg -share/icons/gnome/scalable/mimetypes/font-x-generic.svg -share/icons/gnome/scalable/mimetypes/font.svg -share/icons/gnome/scalable/mimetypes/font_bitmap.svg -share/icons/gnome/scalable/mimetypes/font_truetype.svg -share/icons/gnome/scalable/mimetypes/font_type1.svg -share/icons/gnome/scalable/mimetypes/gnome-fs-executable.svg -share/icons/gnome/scalable/mimetypes/gnome-fs-regular.icon -share/icons/gnome/scalable/mimetypes/gnome-fs-regular.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-magicpoint.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-msword.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-ogg.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-pdf.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-postscript.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-rtf.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.draw.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-wordperfect.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-7z-compressed.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-abiword.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-applix-word.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-archive.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-arj.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-bzip-compressed-tar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-bzip.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-compress.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-compressed-tar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-cpio-compressed.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-cpio.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-deb.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-dvi.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-executable.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-font-afm.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gzip.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-jar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-killustrator.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-kspread.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-kword.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-lha.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-lhz.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-lzma-compressed-tar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-lzma.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-perl.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-php.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-rar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-rpm.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-scribus.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-shellscript.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-stuffit.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-tar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-tarz.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-tex.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-application-zip.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-audio.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-image.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-html.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-x-csh.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-x-python.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-x-sh.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-x-vcard.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text-x-zsh.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-text.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-video.svg -share/icons/gnome/scalable/mimetypes/gnome-mime-x-font-afm.svg -share/icons/gnome/scalable/mimetypes/gnome-package.svg -share/icons/gnome/scalable/mimetypes/gtk-file.icon -share/icons/gnome/scalable/mimetypes/gtk-file.svg -share/icons/gnome/scalable/mimetypes/html.svg -share/icons/gnome/scalable/mimetypes/image-x-generic.svg -share/icons/gnome/scalable/mimetypes/image.svg -share/icons/gnome/scalable/mimetypes/kpresenter_kpr.svg -share/icons/gnome/scalable/mimetypes/mime_ascii.svg -share/icons/gnome/scalable/mimetypes/misc.svg -share/icons/gnome/scalable/mimetypes/package-x-generic.svg -share/icons/gnome/scalable/mimetypes/package.svg -share/icons/gnome/scalable/mimetypes/package_editors.svg -share/icons/gnome/scalable/mimetypes/package_wordprocessing.svg -share/icons/gnome/scalable/mimetypes/plan.svg -share/icons/gnome/scalable/mimetypes/rpm.svg -share/icons/gnome/scalable/mimetypes/shellscript.svg -share/icons/gnome/scalable/mimetypes/sound.svg -share/icons/gnome/scalable/mimetypes/spreadsheet.svg -share/icons/gnome/scalable/mimetypes/stock_addressbook.svg -share/icons/gnome/scalable/mimetypes/stock_calendar.svg -share/icons/gnome/scalable/mimetypes/stock_certificate.svg -share/icons/gnome/scalable/mimetypes/stock_script.svg -share/icons/gnome/scalable/mimetypes/tar.svg -share/icons/gnome/scalable/mimetypes/template_source.svg -share/icons/gnome/scalable/mimetypes/text-html.svg -share/icons/gnome/scalable/mimetypes/text-x-generic-template.svg -share/icons/gnome/scalable/mimetypes/text-x-generic.svg -share/icons/gnome/scalable/mimetypes/text-x-preview.icon -share/icons/gnome/scalable/mimetypes/text-x-preview.svg -share/icons/gnome/scalable/mimetypes/text-x-script.svg -share/icons/gnome/scalable/mimetypes/tgz.svg -share/icons/gnome/scalable/mimetypes/txt.svg -share/icons/gnome/scalable/mimetypes/txt2.svg -share/icons/gnome/scalable/mimetypes/unknown.svg -share/icons/gnome/scalable/mimetypes/vcalendar.svg -share/icons/gnome/scalable/mimetypes/vcard.svg -share/icons/gnome/scalable/mimetypes/video-x-generic.svg -share/icons/gnome/scalable/mimetypes/video.svg -share/icons/gnome/scalable/mimetypes/wordprocessing.svg -share/icons/gnome/scalable/mimetypes/www.svg -share/icons/gnome/scalable/mimetypes/x-office-address-book.svg -share/icons/gnome/scalable/mimetypes/x-office-calendar.svg -share/icons/gnome/scalable/mimetypes/x-office-document.svg -share/icons/gnome/scalable/mimetypes/x-office-drawing.svg -share/icons/gnome/scalable/mimetypes/x-office-presentation.svg -share/icons/gnome/scalable/mimetypes/x-office-spreadsheet.svg -share/icons/gnome/scalable/mimetypes/zip.svg -share/icons/gnome/scalable/places/application-x-gnome-saved-search.svg -share/icons/gnome/scalable/places/desktop.svg -share/icons/gnome/scalable/places/distributor-logo.svg -share/icons/gnome/scalable/places/emptytrash.svg -share/icons/gnome/scalable/places/folder-remote.icon -share/icons/gnome/scalable/places/folder-remote.svg -share/icons/gnome/scalable/places/folder-saved-search.svg -share/icons/gnome/scalable/places/folder.icon -share/icons/gnome/scalable/places/folder.svg -share/icons/gnome/scalable/places/folder_home.svg -share/icons/gnome/scalable/places/gnome-fs-desktop.svg -share/icons/gnome/scalable/places/gnome-fs-directory.icon -share/icons/gnome/scalable/places/gnome-fs-directory.svg -share/icons/gnome/scalable/places/gnome-fs-ftp.icon -share/icons/gnome/scalable/places/gnome-fs-ftp.svg -share/icons/gnome/scalable/places/gnome-fs-home.svg -share/icons/gnome/scalable/places/gnome-fs-network.svg -share/icons/gnome/scalable/places/gnome-fs-nfs.icon -share/icons/gnome/scalable/places/gnome-fs-nfs.svg -share/icons/gnome/scalable/places/gnome-fs-server.svg -share/icons/gnome/scalable/places/gnome-fs-share.icon -share/icons/gnome/scalable/places/gnome-fs-share.svg -share/icons/gnome/scalable/places/gnome-fs-smb.icon -share/icons/gnome/scalable/places/gnome-fs-smb.svg -share/icons/gnome/scalable/places/gnome-fs-ssh.icon -share/icons/gnome/scalable/places/gnome-fs-ssh.svg -share/icons/gnome/scalable/places/gnome-fs-trash-empty.svg -share/icons/gnome/scalable/places/gnome-main-menu.svg -share/icons/gnome/scalable/places/gnome-mime-x-directory-nfs-server.svg -share/icons/gnome/scalable/places/gnome-mime-x-directory-smb-server.svg -share/icons/gnome/scalable/places/gnome-mime-x-directory-smb-share.icon -share/icons/gnome/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/gnome/scalable/places/gnome-mime-x-directory-smb-workgroup.svg -share/icons/gnome/scalable/places/gnome-stock-trash.svg -share/icons/gnome/scalable/places/gtk-directory.icon -share/icons/gnome/scalable/places/gtk-directory.svg -share/icons/gnome/scalable/places/gtk-network.svg -share/icons/gnome/scalable/places/inode-directory.icon -share/icons/gnome/scalable/places/inode-directory.svg -share/icons/gnome/scalable/places/network-server.svg -share/icons/gnome/scalable/places/network-workgroup.svg -share/icons/gnome/scalable/places/network.icon -share/icons/gnome/scalable/places/network.svg -share/icons/gnome/scalable/places/network_local.svg -share/icons/gnome/scalable/places/novell-button.svg -share/icons/gnome/scalable/places/redhat-network-server.svg -share/icons/gnome/scalable/places/server.svg -share/icons/gnome/scalable/places/start-here.svg -share/icons/gnome/scalable/places/stock_folder.icon -share/icons/gnome/scalable/places/stock_folder.svg -share/icons/gnome/scalable/places/trashcan_empty.svg -share/icons/gnome/scalable/places/user-bookmarks.svg -share/icons/gnome/scalable/places/user-desktop.svg -share/icons/gnome/scalable/places/user-home.svg -share/icons/gnome/scalable/places/user-trash.svg -share/icons/gnome/scalable/places/xfce-trash_empty.svg -share/icons/gnome/scalable/status/appointment-missed.svg -share/icons/gnome/scalable/status/appointment-soon.svg -share/icons/gnome/scalable/status/audio-volume-high.svg -share/icons/gnome/scalable/status/audio-volume-low.svg -share/icons/gnome/scalable/status/audio-volume-medium.svg -share/icons/gnome/scalable/status/audio-volume-muted.svg -share/icons/gnome/scalable/status/battery-caution.svg -share/icons/gnome/scalable/status/battery-low.svg -share/icons/gnome/scalable/status/connect_creating.svg -share/icons/gnome/scalable/status/connect_established.svg -share/icons/gnome/scalable/status/connect_no.svg -share/icons/gnome/scalable/status/dialog-error.svg -share/icons/gnome/scalable/status/dialog-information.svg -share/icons/gnome/scalable/status/dialog-password.svg -share/icons/gnome/scalable/status/dialog-question.svg -share/icons/gnome/scalable/status/dialog-warning.svg -share/icons/gnome/scalable/status/edittrash.svg -share/icons/gnome/scalable/status/error.svg -share/icons/gnome/scalable/status/folder-drag-accept.icon -share/icons/gnome/scalable/status/folder-drag-accept.svg -share/icons/gnome/scalable/status/folder-open.icon -share/icons/gnome/scalable/status/folder-open.svg -share/icons/gnome/scalable/status/folder-visiting.icon -share/icons/gnome/scalable/status/folder-visiting.svg -share/icons/gnome/scalable/status/folder_open.icon -share/icons/gnome/scalable/status/folder_open.svg -share/icons/gnome/scalable/status/gnome-fs-directory-accept.icon -share/icons/gnome/scalable/status/gnome-fs-directory-accept.svg -share/icons/gnome/scalable/status/gnome-fs-directory-visiting.icon -share/icons/gnome/scalable/status/gnome-fs-directory-visiting.svg -share/icons/gnome/scalable/status/gnome-fs-loading-icon.svg -share/icons/gnome/scalable/status/gnome-fs-trash-full.svg -share/icons/gnome/scalable/status/gnome-netstatus-disconn.svg -share/icons/gnome/scalable/status/gnome-netstatus-error.svg -share/icons/gnome/scalable/status/gnome-netstatus-idle.svg -share/icons/gnome/scalable/status/gnome-netstatus-rx.svg -share/icons/gnome/scalable/status/gnome-netstatus-tx.svg -share/icons/gnome/scalable/status/gnome-netstatus-txrx.svg -share/icons/gnome/scalable/status/gnome-stock-trash-full.svg -share/icons/gnome/scalable/status/gtk-dialog-authentication.svg -share/icons/gnome/scalable/status/gtk-dialog-error.svg -share/icons/gnome/scalable/status/gtk-dialog-info.svg -share/icons/gnome/scalable/status/gtk-dialog-question.svg -share/icons/gnome/scalable/status/gtk-dialog-warning.svg -share/icons/gnome/scalable/status/gtk-missing-image.svg -share/icons/gnome/scalable/status/image-loading.svg -share/icons/gnome/scalable/status/image-missing.svg -share/icons/gnome/scalable/status/important.svg -share/icons/gnome/scalable/status/info.svg -share/icons/gnome/scalable/status/mail-attachment.svg -share/icons/gnome/scalable/status/mail-read.svg -share/icons/gnome/scalable/status/mail-replied.svg -share/icons/gnome/scalable/status/mail-unread.svg -share/icons/gnome/scalable/status/media-playlist-repeat.svg -share/icons/gnome/scalable/status/media-playlist-shuffle.svg -share/icons/gnome/scalable/status/messagebox_critical.svg -share/icons/gnome/scalable/status/messagebox_info.svg -share/icons/gnome/scalable/status/messagebox_warning.svg -share/icons/gnome/scalable/status/network-error.svg -share/icons/gnome/scalable/status/network-idle.svg -share/icons/gnome/scalable/status/network-offline.svg -share/icons/gnome/scalable/status/network-receive.svg -share/icons/gnome/scalable/status/network-transmit-receive.svg -share/icons/gnome/scalable/status/network-transmit.svg -share/icons/gnome/scalable/status/nm-adhoc.svg -share/icons/gnome/scalable/status/nm-device-wired.svg -share/icons/gnome/scalable/status/nm-device-wireless.svg -share/icons/gnome/scalable/status/nm-no-connection.svg -share/icons/gnome/scalable/status/printer-error.svg -share/icons/gnome/scalable/status/printer-printing.svg -share/icons/gnome/scalable/status/security-high.svg -share/icons/gnome/scalable/status/security-low.svg -share/icons/gnome/scalable/status/security-medium.svg -share/icons/gnome/scalable/status/software-update-available.svg -share/icons/gnome/scalable/status/software-update-urgent.svg -share/icons/gnome/scalable/status/stock_appointment-reminder-excl.svg -share/icons/gnome/scalable/status/stock_appointment-reminder.svg -share/icons/gnome/scalable/status/stock_attach.svg -share/icons/gnome/scalable/status/stock_dialog-error.svg -share/icons/gnome/scalable/status/stock_dialog-info.svg -share/icons/gnome/scalable/status/stock_dialog-question.svg -share/icons/gnome/scalable/status/stock_dialog-warning.svg -share/icons/gnome/scalable/status/stock_lock-broken.svg -share/icons/gnome/scalable/status/stock_lock-ok.svg -share/icons/gnome/scalable/status/stock_lock-open.svg -share/icons/gnome/scalable/status/stock_lock.svg -share/icons/gnome/scalable/status/stock_mail-open.svg -share/icons/gnome/scalable/status/stock_mail-replied.svg -share/icons/gnome/scalable/status/stock_mail-unread.svg -share/icons/gnome/scalable/status/stock_open.icon -share/icons/gnome/scalable/status/stock_open.svg -share/icons/gnome/scalable/status/stock_repeat.svg -share/icons/gnome/scalable/status/stock_shuffle.svg -share/icons/gnome/scalable/status/stock_trash_full.svg -share/icons/gnome/scalable/status/stock_volume-0.svg -share/icons/gnome/scalable/status/stock_volume-max.svg -share/icons/gnome/scalable/status/stock_volume-med.svg -share/icons/gnome/scalable/status/stock_volume-min.svg -share/icons/gnome/scalable/status/stock_volume-mute.svg -share/icons/gnome/scalable/status/stock_volume.svg -share/icons/gnome/scalable/status/stock_weather-cloudy.svg -share/icons/gnome/scalable/status/stock_weather-few-clouds.svg -share/icons/gnome/scalable/status/stock_weather-fog.svg -share/icons/gnome/scalable/status/stock_weather-night-clear.svg -share/icons/gnome/scalable/status/stock_weather-night-few-clouds.svg -share/icons/gnome/scalable/status/stock_weather-showers.svg -share/icons/gnome/scalable/status/stock_weather-snow.svg -share/icons/gnome/scalable/status/stock_weather-storm.svg -share/icons/gnome/scalable/status/stock_weather-sunny.svg -share/icons/gnome/scalable/status/sunny.svg -share/icons/gnome/scalable/status/task-due.svg -share/icons/gnome/scalable/status/task-past-due.svg -share/icons/gnome/scalable/status/trashcan_full.svg -share/icons/gnome/scalable/status/user-trash-full.svg -share/icons/gnome/scalable/status/weather-clear-night.svg -share/icons/gnome/scalable/status/weather-clear.svg -share/icons/gnome/scalable/status/weather-few-clouds-night.svg -share/icons/gnome/scalable/status/weather-few-clouds.svg -share/icons/gnome/scalable/status/weather-fog.svg -share/icons/gnome/scalable/status/weather-overcast.svg -share/icons/gnome/scalable/status/weather-severe-alert.svg -share/icons/gnome/scalable/status/weather-showers-scattered.svg -share/icons/gnome/scalable/status/weather-showers.svg -share/icons/gnome/scalable/status/weather-snow.svg -share/icons/gnome/scalable/status/weather-storm.svg -share/icons/gnome/scalable/status/xfce-trash_full.svg -share/icons/gnome/scalable/stock/generic/stock_person.svg -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/icons/gnome/scalable/stock/generic -@dirrmtry share/icons/gnome/scalable/stock -@dirrmtry share/icons/gnome/scalable/status -@dirrmtry share/icons/gnome/scalable/places -@dirrmtry share/icons/gnome/scalable/mimetypes -@dirrmtry share/icons/gnome/scalable/emotes -@dirrmtry share/icons/gnome/scalable/emblems -@dirrmtry share/icons/gnome/scalable/devices -@dirrmtry share/icons/gnome/scalable/categories -@dirrmtry share/icons/gnome/scalable/apps -@dirrmtry share/icons/gnome/scalable/actions -@dirrmtry share/icons/gnome/scalable -@dirrmtry share/icons/gnome/8x8/emblems -@dirrmtry share/icons/gnome/8x8 -@dirrmtry share/icons/gnome/48x48/stock/net -@dirrmtry share/icons/gnome/48x48/stock/io -@dirrmtry share/icons/gnome/48x48/stock/generic -@dirrmtry share/icons/gnome/48x48/stock/document -@dirrmtry share/icons/gnome/48x48/stock/data -@dirrmtry share/icons/gnome/48x48/stock/code -@dirrmtry share/icons/gnome/48x48/stock -@dirrmtry share/icons/gnome/48x48/filesystems -@dirrmtry share/icons/gnome/48x48/devices -@dirrmtry share/icons/gnome/48x48/apps -@dirrmtry share/icons/gnome/48x48/animations -@dirrmtry share/icons/gnome/48x48/actions -@dirrmtry share/icons/gnome/48x48 -@dirrmtry share/icons/gnome/32x32/stock/generic -@dirrmtry share/icons/gnome/32x32/stock -@dirrmtry share/icons/gnome/32x32/status -@dirrmtry share/icons/gnome/32x32/places -@dirrmtry share/icons/gnome/32x32/mimetypes -@dirrmtry share/icons/gnome/32x32/emotes -@dirrmtry share/icons/gnome/32x32/emblems -@dirrmtry share/icons/gnome/32x32/devices -@dirrmtry share/icons/gnome/32x32/categories -@dirrmtry share/icons/gnome/32x32/apps -@dirrmtry share/icons/gnome/32x32/animations -@dirrmtry share/icons/gnome/32x32/actions -@dirrmtry share/icons/gnome/32x32 -@dirrmtry share/icons/gnome/24x24/stock/text -@dirrmtry share/icons/gnome/24x24/stock/table -@dirrmtry share/icons/gnome/24x24/stock/object -@dirrmtry share/icons/gnome/24x24/stock/net -@dirrmtry share/icons/gnome/24x24/stock/navigation -@dirrmtry share/icons/gnome/24x24/stock/media -@dirrmtry share/icons/gnome/24x24/stock/io -@dirrmtry share/icons/gnome/24x24/stock/image -@dirrmtry share/icons/gnome/24x24/stock/generic -@dirrmtry share/icons/gnome/24x24/stock/form -@dirrmtry share/icons/gnome/24x24/stock/document -@dirrmtry share/icons/gnome/24x24/stock/data -@dirrmtry share/icons/gnome/24x24/stock/code -@dirrmtry share/icons/gnome/24x24/stock/chart -@dirrmtry share/icons/gnome/24x24/stock -@dirrmtry share/icons/gnome/24x24/status -@dirrmtry share/icons/gnome/24x24/places -@dirrmtry share/icons/gnome/24x24/mimetypes -@dirrmtry share/icons/gnome/24x24/filesystems -@dirrmtry share/icons/gnome/24x24/emotes -@dirrmtry share/icons/gnome/24x24/emblems -@dirrmtry share/icons/gnome/24x24/devices -@dirrmtry share/icons/gnome/24x24/categories -@dirrmtry share/icons/gnome/24x24/apps -@dirrmtry share/icons/gnome/24x24/animations -@dirrmtry share/icons/gnome/24x24/actions -@dirrmtry share/icons/gnome/24x24 -@dirrmtry share/icons/gnome/22x22/status -@dirrmtry share/icons/gnome/22x22/places -@dirrmtry share/icons/gnome/22x22/mimetypes -@dirrmtry share/icons/gnome/22x22/emotes -@dirrmtry share/icons/gnome/22x22/emblems -@dirrmtry share/icons/gnome/22x22/devices -@dirrmtry share/icons/gnome/22x22/categories -@dirrmtry share/icons/gnome/22x22/apps -@dirrmtry share/icons/gnome/22x22/animations -@dirrmtry share/icons/gnome/22x22/actions -@dirrmtry share/icons/gnome/22x22 -@dirrmtry share/icons/gnome/16x16/stock/text -@dirrmtry share/icons/gnome/16x16/stock/table -@dirrmtry share/icons/gnome/16x16/stock/object -@dirrmtry share/icons/gnome/16x16/stock/net -@dirrmtry share/icons/gnome/16x16/stock/navigation -@dirrmtry share/icons/gnome/16x16/stock/media -@dirrmtry share/icons/gnome/16x16/stock/io -@dirrmtry share/icons/gnome/16x16/stock/image -@dirrmtry share/icons/gnome/16x16/stock/generic -@dirrmtry share/icons/gnome/16x16/stock/form -@dirrmtry share/icons/gnome/16x16/stock/emoticons -@dirrmtry share/icons/gnome/16x16/stock/document -@dirrmtry share/icons/gnome/16x16/stock/data -@dirrmtry share/icons/gnome/16x16/stock/code -@dirrmtry share/icons/gnome/16x16/stock/chart -@dirrmtry share/icons/gnome/16x16/stock -@dirrmtry share/icons/gnome/16x16/status -@dirrmtry share/icons/gnome/16x16/places -@dirrmtry share/icons/gnome/16x16/mimetypes -@dirrmtry share/icons/gnome/16x16/filesystems -@dirrmtry share/icons/gnome/16x16/emotes -@dirrmtry share/icons/gnome/16x16/emblems -@dirrmtry share/icons/gnome/16x16/devices -@dirrmtry share/icons/gnome/16x16/categories -@dirrmtry share/icons/gnome/16x16/apps -@dirrmtry share/icons/gnome/16x16/animations -@dirrmtry share/icons/gnome/16x16/actions -@dirrmtry share/icons/gnome/16x16 -@dirrmtry share/icons/gnome -@dirrmtry share/icons diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile deleted file mode 100644 index 83bc91496..000000000 --- a/misc/gnome-user-docs/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnomeuserdocs2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-user-docs/Makefile,v 1.54 2009/09/22 09:34:43 kwm Exp $ -# - -PORTNAME= gnome-user-docs -PORTVERSION= 2.28.1 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 users guide - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedocutils - -.include <bsd.port.mk> diff --git a/misc/gnome-user-docs/distinfo b/misc/gnome-user-docs/distinfo deleted file mode 100644 index 8ca835ff5..000000000 --- a/misc/gnome-user-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-user-docs-2.28.1.tar.bz2) = 7aa5a691744e2447276728c7e466b3d5 -SHA256 (gnome2/gnome-user-docs-2.28.1.tar.bz2) = 89c7a9fef42feb0cc565efd123989b6a8cab75f575d99538a02b5e8b7a5cc175 -SIZE (gnome2/gnome-user-docs-2.28.1.tar.bz2) = 17624463 diff --git a/misc/gnome-user-docs/pkg-descr b/misc/gnome-user-docs/pkg-descr deleted file mode 100644 index 0ed2fb1bc..000000000 --- a/misc/gnome-user-docs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -User documentation for the GNOME 2 desktop. diff --git a/misc/gnome-user-docs/pkg-plist b/misc/gnome-user-docs/pkg-plist deleted file mode 100644 index 86e55959f..000000000 --- a/misc/gnome-user-docs/pkg-plist +++ /dev/null @@ -1,2470 +0,0 @@ -share/gnome/help/gnome-access-guide/C/accessintro.xml -share/gnome/help/gnome-access-guide/C/enable.xml -share/gnome/help/gnome-access-guide/C/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/C/figures/General_Tab.png -share/gnome/help/gnome-access-guide/C/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/C/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/C/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/C/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/C/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/C/figures/MainWindow.png -share/gnome/help/gnome-access-guide/C/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/C/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/C/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/C/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/C/figures/accessx.png -share/gnome/help/gnome-access-guide/C/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/C/figures/button.png -share/gnome/help/gnome-access-guide/C/figures/check_box.png -share/gnome/help/gnome-access-guide/C/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/C/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/C/figures/mousekeys.png -share/gnome/help/gnome-access-guide/C/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/C/figures/move_object_before.png -share/gnome/help/gnome-access-guide/C/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/C/figures/move_object_push.png -share/gnome/help/gnome-access-guide/C/figures/radio_button.png -share/gnome/help/gnome-access-guide/C/figures/slider.png -share/gnome/help/gnome-access-guide/C/figures/slowkeys.png -share/gnome/help/gnome-access-guide/C/figures/spin_box.png -share/gnome/help/gnome-access-guide/C/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/C/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/C/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/C/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/C/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/C/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/C/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/C/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/C/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/C/figures/text_box.png -share/gnome/help/gnome-access-guide/C/figures/tree.png -share/gnome/help/gnome-access-guide/C/general.xml -share/gnome/help/gnome-access-guide/C/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/C/legal.xml -share/gnome/help/gnome-access-guide/C/low-vision.xml -share/gnome/help/gnome-access-guide/C/mobility.xml -share/gnome/help/gnome-access-guide/C/preface.xml -share/gnome/help/gnome-access-guide/C/sysadmin.xml -share/gnome/help/gnome-access-guide/de/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/de/figures/General_Tab.png -share/gnome/help/gnome-access-guide/de/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/de/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/de/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/de/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/de/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/de/figures/MainWindow.png -share/gnome/help/gnome-access-guide/de/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/de/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/de/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/de/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/de/figures/accessx.png -share/gnome/help/gnome-access-guide/de/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/de/figures/button.png -share/gnome/help/gnome-access-guide/de/figures/check_box.png -share/gnome/help/gnome-access-guide/de/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/de/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/de/figures/mousekeys.png -share/gnome/help/gnome-access-guide/de/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/de/figures/move_object_before.png -share/gnome/help/gnome-access-guide/de/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/de/figures/move_object_push.png -share/gnome/help/gnome-access-guide/de/figures/radio_button.png -share/gnome/help/gnome-access-guide/de/figures/slider.png -share/gnome/help/gnome-access-guide/de/figures/slowkeys.png -share/gnome/help/gnome-access-guide/de/figures/spin_box.png -share/gnome/help/gnome-access-guide/de/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/de/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/de/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/de/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/de/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/de/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/de/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/de/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/de/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/de/figures/text_box.png -share/gnome/help/gnome-access-guide/de/figures/tree.png -share/gnome/help/gnome-access-guide/de/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/el/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/el/figures/General_Tab.png -share/gnome/help/gnome-access-guide/el/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/el/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/el/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/el/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/el/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/el/figures/MainWindow.png -share/gnome/help/gnome-access-guide/el/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/el/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/el/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/el/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/el/figures/accessx.png -share/gnome/help/gnome-access-guide/el/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/el/figures/button.png -share/gnome/help/gnome-access-guide/el/figures/check_box.png -share/gnome/help/gnome-access-guide/el/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/el/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/el/figures/mousekeys.png -share/gnome/help/gnome-access-guide/el/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/el/figures/move_object_before.png -share/gnome/help/gnome-access-guide/el/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/el/figures/move_object_push.png -share/gnome/help/gnome-access-guide/el/figures/radio_button.png -share/gnome/help/gnome-access-guide/el/figures/slider.png -share/gnome/help/gnome-access-guide/el/figures/slowkeys.png -share/gnome/help/gnome-access-guide/el/figures/spin_box.png -share/gnome/help/gnome-access-guide/el/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/el/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/el/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/el/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/el/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/el/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/el/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/el/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/el/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/el/figures/text_box.png -share/gnome/help/gnome-access-guide/el/figures/tree.png -share/gnome/help/gnome-access-guide/el/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/en_GB/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/General_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/en_GB/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/en_GB/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/MainWindow.png -share/gnome/help/gnome-access-guide/en_GB/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/en_GB/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/accessx.png -share/gnome/help/gnome-access-guide/en_GB/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/en_GB/figures/button.png -share/gnome/help/gnome-access-guide/en_GB/figures/check_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/mousekeys.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_before.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_push.png -share/gnome/help/gnome-access-guide/en_GB/figures/radio_button.png -share/gnome/help/gnome-access-guide/en_GB/figures/slider.png -share/gnome/help/gnome-access-guide/en_GB/figures/slowkeys.png -share/gnome/help/gnome-access-guide/en_GB/figures/spin_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/en_GB/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/en_GB/figures/text_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/tree.png -share/gnome/help/gnome-access-guide/en_GB/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/es/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/es/figures/General_Tab.png -share/gnome/help/gnome-access-guide/es/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/es/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/es/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/es/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/es/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/es/figures/MainWindow.png -share/gnome/help/gnome-access-guide/es/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/es/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/es/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/es/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/es/figures/accessx.png -share/gnome/help/gnome-access-guide/es/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/es/figures/button.png -share/gnome/help/gnome-access-guide/es/figures/check_box.png -share/gnome/help/gnome-access-guide/es/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/es/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/es/figures/mousekeys.png -share/gnome/help/gnome-access-guide/es/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/es/figures/move_object_before.png -share/gnome/help/gnome-access-guide/es/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/es/figures/move_object_push.png -share/gnome/help/gnome-access-guide/es/figures/radio_button.png -share/gnome/help/gnome-access-guide/es/figures/slider.png -share/gnome/help/gnome-access-guide/es/figures/slowkeys.png -share/gnome/help/gnome-access-guide/es/figures/spin_box.png -share/gnome/help/gnome-access-guide/es/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/es/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/es/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/es/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/es/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/es/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/es/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/es/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/es/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/es/figures/text_box.png -share/gnome/help/gnome-access-guide/es/figures/tree.png -share/gnome/help/gnome-access-guide/es/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/eu/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/General_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/eu/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/eu/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/MainWindow.png -share/gnome/help/gnome-access-guide/eu/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/eu/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/accessx.png -share/gnome/help/gnome-access-guide/eu/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/eu/figures/button.png -share/gnome/help/gnome-access-guide/eu/figures/check_box.png -share/gnome/help/gnome-access-guide/eu/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/eu/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/eu/figures/mousekeys.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_before.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_push.png -share/gnome/help/gnome-access-guide/eu/figures/radio_button.png -share/gnome/help/gnome-access-guide/eu/figures/slider.png -share/gnome/help/gnome-access-guide/eu/figures/slowkeys.png -share/gnome/help/gnome-access-guide/eu/figures/spin_box.png -share/gnome/help/gnome-access-guide/eu/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/eu/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/eu/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/eu/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/eu/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/eu/figures/text_box.png -share/gnome/help/gnome-access-guide/eu/figures/tree.png -share/gnome/help/gnome-access-guide/eu/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/fi/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/General_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/fi/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/fi/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/MainWindow.png -share/gnome/help/gnome-access-guide/fi/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/fi/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/accessx.png -share/gnome/help/gnome-access-guide/fi/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/fi/figures/button.png -share/gnome/help/gnome-access-guide/fi/figures/check_box.png -share/gnome/help/gnome-access-guide/fi/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/fi/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/fi/figures/mousekeys.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_before.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_push.png -share/gnome/help/gnome-access-guide/fi/figures/radio_button.png -share/gnome/help/gnome-access-guide/fi/figures/slider.png -share/gnome/help/gnome-access-guide/fi/figures/slowkeys.png -share/gnome/help/gnome-access-guide/fi/figures/spin_box.png -share/gnome/help/gnome-access-guide/fi/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/fi/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/fi/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/fi/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/fi/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/fi/figures/text_box.png -share/gnome/help/gnome-access-guide/fi/figures/tree.png -share/gnome/help/gnome-access-guide/fi/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/fr/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/General_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/fr/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/fr/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/MainWindow.png -share/gnome/help/gnome-access-guide/fr/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/fr/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/accessx.png -share/gnome/help/gnome-access-guide/fr/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/fr/figures/button.png -share/gnome/help/gnome-access-guide/fr/figures/check_box.png -share/gnome/help/gnome-access-guide/fr/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/fr/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/fr/figures/mousekeys.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_before.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_push.png -share/gnome/help/gnome-access-guide/fr/figures/radio_button.png -share/gnome/help/gnome-access-guide/fr/figures/slider.png -share/gnome/help/gnome-access-guide/fr/figures/slowkeys.png -share/gnome/help/gnome-access-guide/fr/figures/spin_box.png -share/gnome/help/gnome-access-guide/fr/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/fr/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/fr/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/fr/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/fr/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/fr/figures/text_box.png -share/gnome/help/gnome-access-guide/fr/figures/tree.png -share/gnome/help/gnome-access-guide/fr/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/hu/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/General_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/hu/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/hu/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/MainWindow.png -share/gnome/help/gnome-access-guide/hu/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/hu/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/accessx.png -share/gnome/help/gnome-access-guide/hu/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/hu/figures/button.png -share/gnome/help/gnome-access-guide/hu/figures/check_box.png -share/gnome/help/gnome-access-guide/hu/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/hu/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/hu/figures/mousekeys.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_before.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_push.png -share/gnome/help/gnome-access-guide/hu/figures/radio_button.png -share/gnome/help/gnome-access-guide/hu/figures/slider.png -share/gnome/help/gnome-access-guide/hu/figures/slowkeys.png -share/gnome/help/gnome-access-guide/hu/figures/spin_box.png -share/gnome/help/gnome-access-guide/hu/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/hu/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/hu/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/hu/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/hu/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/hu/figures/text_box.png -share/gnome/help/gnome-access-guide/hu/figures/tree.png -share/gnome/help/gnome-access-guide/hu/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/it/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/it/figures/General_Tab.png -share/gnome/help/gnome-access-guide/it/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/it/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/it/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/it/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/it/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/it/figures/MainWindow.png -share/gnome/help/gnome-access-guide/it/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/it/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/it/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/it/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/it/figures/accessx.png -share/gnome/help/gnome-access-guide/it/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/it/figures/button.png -share/gnome/help/gnome-access-guide/it/figures/check_box.png -share/gnome/help/gnome-access-guide/it/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/it/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/it/figures/mousekeys.png -share/gnome/help/gnome-access-guide/it/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/it/figures/move_object_before.png -share/gnome/help/gnome-access-guide/it/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/it/figures/move_object_push.png -share/gnome/help/gnome-access-guide/it/figures/radio_button.png -share/gnome/help/gnome-access-guide/it/figures/slider.png -share/gnome/help/gnome-access-guide/it/figures/slowkeys.png -share/gnome/help/gnome-access-guide/it/figures/spin_box.png -share/gnome/help/gnome-access-guide/it/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/it/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/it/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/it/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/it/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/it/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/it/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/it/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/it/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/it/figures/text_box.png -share/gnome/help/gnome-access-guide/it/figures/tree.png -share/gnome/help/gnome-access-guide/it/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/oc/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/General_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/oc/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/oc/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/MainWindow.png -share/gnome/help/gnome-access-guide/oc/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/oc/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/accessx.png -share/gnome/help/gnome-access-guide/oc/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/oc/figures/button.png -share/gnome/help/gnome-access-guide/oc/figures/check_box.png -share/gnome/help/gnome-access-guide/oc/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/oc/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/oc/figures/mousekeys.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_before.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_push.png -share/gnome/help/gnome-access-guide/oc/figures/radio_button.png -share/gnome/help/gnome-access-guide/oc/figures/slider.png -share/gnome/help/gnome-access-guide/oc/figures/slowkeys.png -share/gnome/help/gnome-access-guide/oc/figures/spin_box.png -share/gnome/help/gnome-access-guide/oc/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/oc/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/oc/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/oc/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/oc/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/oc/figures/text_box.png -share/gnome/help/gnome-access-guide/oc/figures/tree.png -share/gnome/help/gnome-access-guide/oc/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/pt/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/General_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/pt/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/pt/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/MainWindow.png -share/gnome/help/gnome-access-guide/pt/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/pt/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/accessx.png -share/gnome/help/gnome-access-guide/pt/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/pt/figures/button.png -share/gnome/help/gnome-access-guide/pt/figures/check_box.png -share/gnome/help/gnome-access-guide/pt/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/pt/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/pt/figures/mousekeys.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_before.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_push.png -share/gnome/help/gnome-access-guide/pt/figures/radio_button.png -share/gnome/help/gnome-access-guide/pt/figures/slider.png -share/gnome/help/gnome-access-guide/pt/figures/slowkeys.png -share/gnome/help/gnome-access-guide/pt/figures/spin_box.png -share/gnome/help/gnome-access-guide/pt/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/pt/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/pt/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/pt/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/pt/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/pt/figures/text_box.png -share/gnome/help/gnome-access-guide/pt/figures/tree.png -share/gnome/help/gnome-access-guide/pt/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/ru/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/General_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/ru/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/ru/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/MainWindow.png -share/gnome/help/gnome-access-guide/ru/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/ru/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/accessx.png -share/gnome/help/gnome-access-guide/ru/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/ru/figures/button.png -share/gnome/help/gnome-access-guide/ru/figures/check_box.png -share/gnome/help/gnome-access-guide/ru/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/ru/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/ru/figures/mousekeys.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_before.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_push.png -share/gnome/help/gnome-access-guide/ru/figures/radio_button.png -share/gnome/help/gnome-access-guide/ru/figures/slider.png -share/gnome/help/gnome-access-guide/ru/figures/slowkeys.png -share/gnome/help/gnome-access-guide/ru/figures/spin_box.png -share/gnome/help/gnome-access-guide/ru/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/ru/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/ru/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/ru/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/ru/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/ru/figures/text_box.png -share/gnome/help/gnome-access-guide/ru/figures/tree.png -share/gnome/help/gnome-access-guide/ru/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/sv/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/General_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/sv/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/sv/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/MainWindow.png -share/gnome/help/gnome-access-guide/sv/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/sv/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/accessx.png -share/gnome/help/gnome-access-guide/sv/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/sv/figures/button.png -share/gnome/help/gnome-access-guide/sv/figures/check_box.png -share/gnome/help/gnome-access-guide/sv/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/sv/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/sv/figures/mousekeys.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_before.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_push.png -share/gnome/help/gnome-access-guide/sv/figures/radio_button.png -share/gnome/help/gnome-access-guide/sv/figures/slider.png -share/gnome/help/gnome-access-guide/sv/figures/slowkeys.png -share/gnome/help/gnome-access-guide/sv/figures/spin_box.png -share/gnome/help/gnome-access-guide/sv/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/sv/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/sv/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/sv/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/sv/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/sv/figures/text_box.png -share/gnome/help/gnome-access-guide/sv/figures/tree.png -share/gnome/help/gnome-access-guide/sv/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/zh_CN/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/General_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/zh_CN/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/MainWindow.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/accessx.png -share/gnome/help/gnome-access-guide/zh_CN/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/zh_CN/figures/button.png -share/gnome/help/gnome-access-guide/zh_CN/figures/check_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/mousekeys.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_before.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_push.png -share/gnome/help/gnome-access-guide/zh_CN/figures/radio_button.png -share/gnome/help/gnome-access-guide/zh_CN/figures/slider.png -share/gnome/help/gnome-access-guide/zh_CN/figures/slowkeys.png -share/gnome/help/gnome-access-guide/zh_CN/figures/spin_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/zh_CN/figures/text_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/tree.png -share/gnome/help/gnome-access-guide/zh_CN/gnome-access-guide.xml -share/gnome/help/system-admin-guide/C/appendixa.xml -share/gnome/help/system-admin-guide/C/appendixb.xml -share/gnome/help/system-admin-guide/C/fontconfig.xml -share/gnome/help/system-admin-guide/C/gconf.xml -share/gnome/help/system-admin-guide/C/glossary.xml -share/gnome/help/system-admin-guide/C/help.xml -share/gnome/help/system-admin-guide/C/legal.xml -share/gnome/help/system-admin-guide/C/lockdown.xml -share/gnome/help/system-admin-guide/C/menustructure.xml -share/gnome/help/system-admin-guide/C/mimetypes.xml -share/gnome/help/system-admin-guide/C/performance.xml -share/gnome/help/system-admin-guide/C/screensavers.xml -share/gnome/help/system-admin-guide/C/sessions.xml -share/gnome/help/system-admin-guide/C/system-admin-guide.xml -share/gnome/help/system-admin-guide/C/themes.xml -share/gnome/help/system-admin-guide/ca/system-admin-guide.xml -share/gnome/help/system-admin-guide/cs/system-admin-guide.xml -share/gnome/help/system-admin-guide/de/system-admin-guide.xml -share/gnome/help/system-admin-guide/el/system-admin-guide.xml -share/gnome/help/system-admin-guide/es/system-admin-guide.xml -share/gnome/help/system-admin-guide/eu/system-admin-guide.xml -share/gnome/help/system-admin-guide/fi/system-admin-guide.xml -share/gnome/help/system-admin-guide/fr/system-admin-guide.xml -share/gnome/help/system-admin-guide/it/system-admin-guide.xml -share/gnome/help/system-admin-guide/ja/system-admin-guide.xml -share/gnome/help/system-admin-guide/ko/system-admin-guide.xml -share/gnome/help/system-admin-guide/oc/system-admin-guide.xml -share/gnome/help/system-admin-guide/pa/system-admin-guide.xml -share/gnome/help/system-admin-guide/pt/system-admin-guide.xml -share/gnome/help/system-admin-guide/sv/system-admin-guide.xml -share/gnome/help/system-admin-guide/zh_CN/system-admin-guide.xml -share/gnome/help/user-guide/C/figures/ask_pointer.png -share/gnome/help/user-guide/C/figures/busy_pointer.png -share/gnome/help/user-guide/C/figures/com_file_manager_menu.png -share/gnome/help/user-guide/C/figures/copy_pointer.png -share/gnome/help/user-guide/C/figures/force_quit.png -share/gnome/help/user-guide/C/figures/four_hide_button.png -share/gnome/help/user-guide/C/figures/gedit_window.png -share/gnome/help/user-guide/C/figures/gnome_panel.png -share/gnome/help/user-guide/C/figures/hyperlink_pointer.png -share/gnome/help/user-guide/C/figures/ibeam_pointer.png -share/gnome/help/user-guide/C/figures/link_pointer.png -share/gnome/help/user-guide/C/figures/lockscreen_icon.png -share/gnome/help/user-guide/C/figures/logout_icon.png -share/gnome/help/user-guide/C/figures/menu_bar_applet.png -share/gnome/help/user-guide/C/figures/menu_panel.png -share/gnome/help/user-guide/C/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/C/figures/move_pointer.png -share/gnome/help/user-guide/C/figures/movewindow_pointer.png -share/gnome/help/user-guide/C/figures/naut_browser_mode.png -share/gnome/help/user-guide/C/figures/naut_button_bar.png -share/gnome/help/user-guide/C/figures/naut_computer_launcher.png -share/gnome/help/user-guide/C/figures/naut_emblem.png -share/gnome/help/user-guide/C/figures/naut_go_to_location.png -share/gnome/help/user-guide/C/figures/naut_link_emblem.png -share/gnome/help/user-guide/C/figures/naut_noread_emblem.png -share/gnome/help/user-guide/C/figures/naut_normal_size_button.png -share/gnome/help/user-guide/C/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/C/figures/naut_refine_search.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/C/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/C/figures/naut_search_bar.png -share/gnome/help/user-guide/C/figures/naut_search_results.png -share/gnome/help/user-guide/C/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/C/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/C/figures/naut_spatial_mode.png -share/gnome/help/user-guide/C/figures/naut_spatial_view.png -share/gnome/help/user-guide/C/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/C/figures/naut_trash_launcher.png -share/gnome/help/user-guide/C/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/C/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/C/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/C/figures/normal_pointer.png -share/gnome/help/user-guide/C/figures/not_available_pointer.png -share/gnome/help/user-guide/C/figures/notification_area_icon.png -share/gnome/help/user-guide/C/figures/open_drawer.png -share/gnome/help/user-guide/C/figures/openwindows_menu.png -share/gnome/help/user-guide/C/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/C/figures/resize_pointer.png -share/gnome/help/user-guide/C/figures/run_button.png -share/gnome/help/user-guide/C/figures/sample_applet.png -share/gnome/help/user-guide/C/figures/screenshot_button.png -share/gnome/help/user-guide/C/figures/searchtool_button.png -share/gnome/help/user-guide/C/figures/show_desktop_button.png -share/gnome/help/user-guide/C/figures/titlebar_anno_window.png -share/gnome/help/user-guide/C/figures/titlebar_window.png -share/gnome/help/user-guide/C/figures/typical_menu.png -share/gnome/help/user-guide/C/figures/window_list_applet.png -share/gnome/help/user-guide/C/figures/window_list_group_applet.png -share/gnome/help/user-guide/C/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/C/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/C/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/C/figures/yelp_preferences.png -share/gnome/help/user-guide/C/figures/yelp_window.png -share/gnome/help/user-guide/C/glossary.xml -share/gnome/help/user-guide/C/gosbasic.xml -share/gnome/help/user-guide/C/goscustdesk.xml -share/gnome/help/user-guide/C/goseditmainmenu.xml -share/gnome/help/user-guide/C/gosfeedback.xml -share/gnome/help/user-guide/C/gosnautilus.xml -share/gnome/help/user-guide/C/gosoverview.xml -share/gnome/help/user-guide/C/gospanel.xml -share/gnome/help/user-guide/C/gosstartsession.xml -share/gnome/help/user-guide/C/gostools.xml -share/gnome/help/user-guide/C/legal.xml -share/gnome/help/user-guide/C/user-guide.xml -share/gnome/help/user-guide/ar/figures/ask_pointer.png -share/gnome/help/user-guide/ar/figures/busy_pointer.png -share/gnome/help/user-guide/ar/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ar/figures/copy_pointer.png -share/gnome/help/user-guide/ar/figures/force_quit.png -share/gnome/help/user-guide/ar/figures/four_hide_button.png -share/gnome/help/user-guide/ar/figures/gedit_window.png -share/gnome/help/user-guide/ar/figures/gnome_panel.png -share/gnome/help/user-guide/ar/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ar/figures/ibeam_pointer.png -share/gnome/help/user-guide/ar/figures/link_pointer.png -share/gnome/help/user-guide/ar/figures/lockscreen_icon.png -share/gnome/help/user-guide/ar/figures/logout_icon.png -share/gnome/help/user-guide/ar/figures/menu_bar_applet.png -share/gnome/help/user-guide/ar/figures/menu_panel.png -share/gnome/help/user-guide/ar/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ar/figures/move_pointer.png -share/gnome/help/user-guide/ar/figures/movewindow_pointer.png -share/gnome/help/user-guide/ar/figures/naut_browser_mode.png -share/gnome/help/user-guide/ar/figures/naut_button_bar.png -share/gnome/help/user-guide/ar/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ar/figures/naut_emblem.png -share/gnome/help/user-guide/ar/figures/naut_go_to_location.png -share/gnome/help/user-guide/ar/figures/naut_link_emblem.png -share/gnome/help/user-guide/ar/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ar/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ar/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ar/figures/naut_refine_search.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ar/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ar/figures/naut_search_bar.png -share/gnome/help/user-guide/ar/figures/naut_search_results.png -share/gnome/help/user-guide/ar/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ar/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ar/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ar/figures/naut_spatial_view.png -share/gnome/help/user-guide/ar/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ar/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ar/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ar/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ar/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ar/figures/normal_pointer.png -share/gnome/help/user-guide/ar/figures/not_available_pointer.png -share/gnome/help/user-guide/ar/figures/notification_area_icon.png -share/gnome/help/user-guide/ar/figures/open_drawer.png -share/gnome/help/user-guide/ar/figures/openwindows_menu.png -share/gnome/help/user-guide/ar/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ar/figures/resize_pointer.png -share/gnome/help/user-guide/ar/figures/run_button.png -share/gnome/help/user-guide/ar/figures/sample_applet.png -share/gnome/help/user-guide/ar/figures/screenshot_button.png -share/gnome/help/user-guide/ar/figures/searchtool_button.png -share/gnome/help/user-guide/ar/figures/show_desktop_button.png -share/gnome/help/user-guide/ar/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ar/figures/titlebar_window.png -share/gnome/help/user-guide/ar/figures/typical_menu.png -share/gnome/help/user-guide/ar/figures/window_list_applet.png -share/gnome/help/user-guide/ar/figures/window_list_group_applet.png -share/gnome/help/user-guide/ar/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ar/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ar/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ar/figures/yelp_preferences.png -share/gnome/help/user-guide/ar/figures/yelp_window.png -share/gnome/help/user-guide/ar/glossary.xml -share/gnome/help/user-guide/ar/gosbasic.xml -share/gnome/help/user-guide/ar/goscustdesk.xml -share/gnome/help/user-guide/ar/goseditmainmenu.xml -share/gnome/help/user-guide/ar/gosfeedback.xml -share/gnome/help/user-guide/ar/gosnautilus.xml -share/gnome/help/user-guide/ar/gosoverview.xml -share/gnome/help/user-guide/ar/gospanel.xml -share/gnome/help/user-guide/ar/gosstartsession.xml -share/gnome/help/user-guide/ar/gostools.xml -share/gnome/help/user-guide/ar/user-guide.xml -share/gnome/help/user-guide/bg/figures/ask_pointer.png -share/gnome/help/user-guide/bg/figures/busy_pointer.png -share/gnome/help/user-guide/bg/figures/com_file_manager_menu.png -share/gnome/help/user-guide/bg/figures/copy_pointer.png -share/gnome/help/user-guide/bg/figures/force_quit.png -share/gnome/help/user-guide/bg/figures/four_hide_button.png -share/gnome/help/user-guide/bg/figures/gedit_window.png -share/gnome/help/user-guide/bg/figures/gnome_panel.png -share/gnome/help/user-guide/bg/figures/hyperlink_pointer.png -share/gnome/help/user-guide/bg/figures/ibeam_pointer.png -share/gnome/help/user-guide/bg/figures/link_pointer.png -share/gnome/help/user-guide/bg/figures/lockscreen_icon.png -share/gnome/help/user-guide/bg/figures/logout_icon.png -share/gnome/help/user-guide/bg/figures/menu_bar_applet.png -share/gnome/help/user-guide/bg/figures/menu_panel.png -share/gnome/help/user-guide/bg/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/bg/figures/move_pointer.png -share/gnome/help/user-guide/bg/figures/movewindow_pointer.png -share/gnome/help/user-guide/bg/figures/naut_browser_mode.png -share/gnome/help/user-guide/bg/figures/naut_button_bar.png -share/gnome/help/user-guide/bg/figures/naut_computer_launcher.png -share/gnome/help/user-guide/bg/figures/naut_emblem.png -share/gnome/help/user-guide/bg/figures/naut_go_to_location.png -share/gnome/help/user-guide/bg/figures/naut_link_emblem.png -share/gnome/help/user-guide/bg/figures/naut_noread_emblem.png -share/gnome/help/user-guide/bg/figures/naut_normal_size_button.png -share/gnome/help/user-guide/bg/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/bg/figures/naut_refine_search.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/bg/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/bg/figures/naut_search_bar.png -share/gnome/help/user-guide/bg/figures/naut_search_results.png -share/gnome/help/user-guide/bg/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/bg/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/bg/figures/naut_spatial_mode.png -share/gnome/help/user-guide/bg/figures/naut_spatial_view.png -share/gnome/help/user-guide/bg/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/bg/figures/naut_trash_launcher.png -share/gnome/help/user-guide/bg/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/bg/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/bg/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/bg/figures/normal_pointer.png -share/gnome/help/user-guide/bg/figures/not_available_pointer.png -share/gnome/help/user-guide/bg/figures/notification_area_icon.png -share/gnome/help/user-guide/bg/figures/open_drawer.png -share/gnome/help/user-guide/bg/figures/openwindows_menu.png -share/gnome/help/user-guide/bg/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/bg/figures/resize_pointer.png -share/gnome/help/user-guide/bg/figures/run_button.png -share/gnome/help/user-guide/bg/figures/sample_applet.png -share/gnome/help/user-guide/bg/figures/screenshot_button.png -share/gnome/help/user-guide/bg/figures/searchtool_button.png -share/gnome/help/user-guide/bg/figures/show_desktop_button.png -share/gnome/help/user-guide/bg/figures/titlebar_anno_window.png -share/gnome/help/user-guide/bg/figures/titlebar_window.png -share/gnome/help/user-guide/bg/figures/typical_menu.png -share/gnome/help/user-guide/bg/figures/window_list_applet.png -share/gnome/help/user-guide/bg/figures/window_list_group_applet.png -share/gnome/help/user-guide/bg/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/bg/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/bg/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/bg/figures/yelp_preferences.png -share/gnome/help/user-guide/bg/figures/yelp_window.png -share/gnome/help/user-guide/bg/glossary.xml -share/gnome/help/user-guide/bg/gosbasic.xml -share/gnome/help/user-guide/bg/goscustdesk.xml -share/gnome/help/user-guide/bg/goseditmainmenu.xml -share/gnome/help/user-guide/bg/gosfeedback.xml -share/gnome/help/user-guide/bg/gosnautilus.xml -share/gnome/help/user-guide/bg/gosoverview.xml -share/gnome/help/user-guide/bg/gospanel.xml -share/gnome/help/user-guide/bg/gosstartsession.xml -share/gnome/help/user-guide/bg/gostools.xml -share/gnome/help/user-guide/bg/user-guide.xml -share/gnome/help/user-guide/cs/figures/ask_pointer.png -share/gnome/help/user-guide/cs/figures/busy_pointer.png -share/gnome/help/user-guide/cs/figures/com_file_manager_menu.png -share/gnome/help/user-guide/cs/figures/copy_pointer.png -share/gnome/help/user-guide/cs/figures/force_quit.png -share/gnome/help/user-guide/cs/figures/four_hide_button.png -share/gnome/help/user-guide/cs/figures/gedit_window.png -share/gnome/help/user-guide/cs/figures/gnome_panel.png -share/gnome/help/user-guide/cs/figures/hyperlink_pointer.png -share/gnome/help/user-guide/cs/figures/ibeam_pointer.png -share/gnome/help/user-guide/cs/figures/link_pointer.png -share/gnome/help/user-guide/cs/figures/lockscreen_icon.png -share/gnome/help/user-guide/cs/figures/logout_icon.png -share/gnome/help/user-guide/cs/figures/menu_bar_applet.png -share/gnome/help/user-guide/cs/figures/menu_panel.png -share/gnome/help/user-guide/cs/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/cs/figures/move_pointer.png -share/gnome/help/user-guide/cs/figures/movewindow_pointer.png -share/gnome/help/user-guide/cs/figures/naut_browser_mode.png -share/gnome/help/user-guide/cs/figures/naut_button_bar.png -share/gnome/help/user-guide/cs/figures/naut_computer_launcher.png -share/gnome/help/user-guide/cs/figures/naut_emblem.png -share/gnome/help/user-guide/cs/figures/naut_go_to_location.png -share/gnome/help/user-guide/cs/figures/naut_link_emblem.png -share/gnome/help/user-guide/cs/figures/naut_noread_emblem.png -share/gnome/help/user-guide/cs/figures/naut_normal_size_button.png -share/gnome/help/user-guide/cs/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/cs/figures/naut_refine_search.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/cs/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/cs/figures/naut_search_bar.png -share/gnome/help/user-guide/cs/figures/naut_search_results.png -share/gnome/help/user-guide/cs/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/cs/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/cs/figures/naut_spatial_mode.png -share/gnome/help/user-guide/cs/figures/naut_spatial_view.png -share/gnome/help/user-guide/cs/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/cs/figures/naut_trash_launcher.png -share/gnome/help/user-guide/cs/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/cs/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/cs/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/cs/figures/normal_pointer.png -share/gnome/help/user-guide/cs/figures/not_available_pointer.png -share/gnome/help/user-guide/cs/figures/notification_area_icon.png -share/gnome/help/user-guide/cs/figures/open_drawer.png -share/gnome/help/user-guide/cs/figures/openwindows_menu.png -share/gnome/help/user-guide/cs/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/cs/figures/resize_pointer.png -share/gnome/help/user-guide/cs/figures/run_button.png -share/gnome/help/user-guide/cs/figures/sample_applet.png -share/gnome/help/user-guide/cs/figures/screenshot_button.png -share/gnome/help/user-guide/cs/figures/searchtool_button.png -share/gnome/help/user-guide/cs/figures/show_desktop_button.png -share/gnome/help/user-guide/cs/figures/titlebar_anno_window.png -share/gnome/help/user-guide/cs/figures/titlebar_window.png -share/gnome/help/user-guide/cs/figures/typical_menu.png -share/gnome/help/user-guide/cs/figures/window_list_applet.png -share/gnome/help/user-guide/cs/figures/window_list_group_applet.png -share/gnome/help/user-guide/cs/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/cs/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/cs/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/cs/figures/yelp_preferences.png -share/gnome/help/user-guide/cs/figures/yelp_window.png -share/gnome/help/user-guide/cs/glossary.xml -share/gnome/help/user-guide/cs/gosbasic.xml -share/gnome/help/user-guide/cs/goscustdesk.xml -share/gnome/help/user-guide/cs/goseditmainmenu.xml -share/gnome/help/user-guide/cs/gosfeedback.xml -share/gnome/help/user-guide/cs/gosnautilus.xml -share/gnome/help/user-guide/cs/gosoverview.xml -share/gnome/help/user-guide/cs/gospanel.xml -share/gnome/help/user-guide/cs/gosstartsession.xml -share/gnome/help/user-guide/cs/gostools.xml -share/gnome/help/user-guide/cs/user-guide.xml -share/gnome/help/user-guide/de/figures/ask_pointer.png -share/gnome/help/user-guide/de/figures/busy_pointer.png -share/gnome/help/user-guide/de/figures/com_file_manager_menu.png -share/gnome/help/user-guide/de/figures/copy_pointer.png -share/gnome/help/user-guide/de/figures/force_quit.png -share/gnome/help/user-guide/de/figures/four_hide_button.png -share/gnome/help/user-guide/de/figures/gedit_window.png -share/gnome/help/user-guide/de/figures/gnome_panel.png -share/gnome/help/user-guide/de/figures/hyperlink_pointer.png -share/gnome/help/user-guide/de/figures/ibeam_pointer.png -share/gnome/help/user-guide/de/figures/link_pointer.png -share/gnome/help/user-guide/de/figures/lockscreen_icon.png -share/gnome/help/user-guide/de/figures/logout_icon.png -share/gnome/help/user-guide/de/figures/menu_bar_applet.png -share/gnome/help/user-guide/de/figures/menu_panel.png -share/gnome/help/user-guide/de/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/de/figures/move_pointer.png -share/gnome/help/user-guide/de/figures/movewindow_pointer.png -share/gnome/help/user-guide/de/figures/naut_browser_mode.png -share/gnome/help/user-guide/de/figures/naut_button_bar.png -share/gnome/help/user-guide/de/figures/naut_computer_launcher.png -share/gnome/help/user-guide/de/figures/naut_emblem.png -share/gnome/help/user-guide/de/figures/naut_go_to_location.png -share/gnome/help/user-guide/de/figures/naut_link_emblem.png -share/gnome/help/user-guide/de/figures/naut_noread_emblem.png -share/gnome/help/user-guide/de/figures/naut_normal_size_button.png -share/gnome/help/user-guide/de/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/de/figures/naut_refine_search.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/de/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/de/figures/naut_search_bar.png -share/gnome/help/user-guide/de/figures/naut_search_results.png -share/gnome/help/user-guide/de/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/de/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/de/figures/naut_spatial_mode.png -share/gnome/help/user-guide/de/figures/naut_spatial_view.png -share/gnome/help/user-guide/de/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/de/figures/naut_trash_launcher.png -share/gnome/help/user-guide/de/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/de/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/de/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/de/figures/normal_pointer.png -share/gnome/help/user-guide/de/figures/not_available_pointer.png -share/gnome/help/user-guide/de/figures/notification_area_icon.png -share/gnome/help/user-guide/de/figures/open_drawer.png -share/gnome/help/user-guide/de/figures/openwindows_menu.png -share/gnome/help/user-guide/de/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/de/figures/resize_pointer.png -share/gnome/help/user-guide/de/figures/run_button.png -share/gnome/help/user-guide/de/figures/sample_applet.png -share/gnome/help/user-guide/de/figures/screenshot_button.png -share/gnome/help/user-guide/de/figures/searchtool_button.png -share/gnome/help/user-guide/de/figures/show_desktop_button.png -share/gnome/help/user-guide/de/figures/titlebar_anno_window.png -share/gnome/help/user-guide/de/figures/titlebar_window.png -share/gnome/help/user-guide/de/figures/typical_menu.png -share/gnome/help/user-guide/de/figures/window_list_applet.png -share/gnome/help/user-guide/de/figures/window_list_group_applet.png -share/gnome/help/user-guide/de/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/de/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/de/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/de/figures/yelp_preferences.png -share/gnome/help/user-guide/de/figures/yelp_window.png -share/gnome/help/user-guide/de/glossary.xml -share/gnome/help/user-guide/de/gosbasic.xml -share/gnome/help/user-guide/de/goscustdesk.xml -share/gnome/help/user-guide/de/goseditmainmenu.xml -share/gnome/help/user-guide/de/gosfeedback.xml -share/gnome/help/user-guide/de/gosnautilus.xml -share/gnome/help/user-guide/de/gosoverview.xml -share/gnome/help/user-guide/de/gospanel.xml -share/gnome/help/user-guide/de/gosstartsession.xml -share/gnome/help/user-guide/de/gostools.xml -share/gnome/help/user-guide/de/user-guide.xml -share/gnome/help/user-guide/el/figures/ask_pointer.png -share/gnome/help/user-guide/el/figures/busy_pointer.png -share/gnome/help/user-guide/el/figures/com_file_manager_menu.png -share/gnome/help/user-guide/el/figures/copy_pointer.png -share/gnome/help/user-guide/el/figures/force_quit.png -share/gnome/help/user-guide/el/figures/four_hide_button.png -share/gnome/help/user-guide/el/figures/gedit_window.png -share/gnome/help/user-guide/el/figures/gnome_panel.png -share/gnome/help/user-guide/el/figures/hyperlink_pointer.png -share/gnome/help/user-guide/el/figures/ibeam_pointer.png -share/gnome/help/user-guide/el/figures/link_pointer.png -share/gnome/help/user-guide/el/figures/lockscreen_icon.png -share/gnome/help/user-guide/el/figures/logout_icon.png -share/gnome/help/user-guide/el/figures/menu_bar_applet.png -share/gnome/help/user-guide/el/figures/menu_panel.png -share/gnome/help/user-guide/el/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/el/figures/move_pointer.png -share/gnome/help/user-guide/el/figures/movewindow_pointer.png -share/gnome/help/user-guide/el/figures/naut_browser_mode.png -share/gnome/help/user-guide/el/figures/naut_button_bar.png -share/gnome/help/user-guide/el/figures/naut_computer_launcher.png -share/gnome/help/user-guide/el/figures/naut_emblem.png -share/gnome/help/user-guide/el/figures/naut_go_to_location.png -share/gnome/help/user-guide/el/figures/naut_link_emblem.png -share/gnome/help/user-guide/el/figures/naut_noread_emblem.png -share/gnome/help/user-guide/el/figures/naut_normal_size_button.png -share/gnome/help/user-guide/el/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/el/figures/naut_refine_search.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/el/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/el/figures/naut_search_bar.png -share/gnome/help/user-guide/el/figures/naut_search_results.png -share/gnome/help/user-guide/el/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/el/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/el/figures/naut_spatial_mode.png -share/gnome/help/user-guide/el/figures/naut_spatial_view.png -share/gnome/help/user-guide/el/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/el/figures/naut_trash_launcher.png -share/gnome/help/user-guide/el/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/el/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/el/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/el/figures/normal_pointer.png -share/gnome/help/user-guide/el/figures/not_available_pointer.png -share/gnome/help/user-guide/el/figures/notification_area_icon.png -share/gnome/help/user-guide/el/figures/open_drawer.png -share/gnome/help/user-guide/el/figures/openwindows_menu.png -share/gnome/help/user-guide/el/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/el/figures/resize_pointer.png -share/gnome/help/user-guide/el/figures/run_button.png -share/gnome/help/user-guide/el/figures/sample_applet.png -share/gnome/help/user-guide/el/figures/screenshot_button.png -share/gnome/help/user-guide/el/figures/searchtool_button.png -share/gnome/help/user-guide/el/figures/show_desktop_button.png -share/gnome/help/user-guide/el/figures/titlebar_anno_window.png -share/gnome/help/user-guide/el/figures/titlebar_window.png -share/gnome/help/user-guide/el/figures/typical_menu.png -share/gnome/help/user-guide/el/figures/window_list_applet.png -share/gnome/help/user-guide/el/figures/window_list_group_applet.png -share/gnome/help/user-guide/el/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/el/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/el/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/el/figures/yelp_preferences.png -share/gnome/help/user-guide/el/figures/yelp_window.png -share/gnome/help/user-guide/el/glossary.xml -share/gnome/help/user-guide/el/gosbasic.xml -share/gnome/help/user-guide/el/goscustdesk.xml -share/gnome/help/user-guide/el/goseditmainmenu.xml -share/gnome/help/user-guide/el/gosfeedback.xml -share/gnome/help/user-guide/el/gosnautilus.xml -share/gnome/help/user-guide/el/gosoverview.xml -share/gnome/help/user-guide/el/gospanel.xml -share/gnome/help/user-guide/el/gosstartsession.xml -share/gnome/help/user-guide/el/gostools.xml -share/gnome/help/user-guide/el/user-guide.xml -share/gnome/help/user-guide/es/figures/ask_pointer.png -share/gnome/help/user-guide/es/figures/busy_pointer.png -share/gnome/help/user-guide/es/figures/com_file_manager_menu.png -share/gnome/help/user-guide/es/figures/copy_pointer.png -share/gnome/help/user-guide/es/figures/force_quit.png -share/gnome/help/user-guide/es/figures/four_hide_button.png -share/gnome/help/user-guide/es/figures/gedit_window.png -share/gnome/help/user-guide/es/figures/gnome_panel.png -share/gnome/help/user-guide/es/figures/hyperlink_pointer.png -share/gnome/help/user-guide/es/figures/ibeam_pointer.png -share/gnome/help/user-guide/es/figures/link_pointer.png -share/gnome/help/user-guide/es/figures/lockscreen_icon.png -share/gnome/help/user-guide/es/figures/logout_icon.png -share/gnome/help/user-guide/es/figures/menu_bar_applet.png -share/gnome/help/user-guide/es/figures/menu_panel.png -share/gnome/help/user-guide/es/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/es/figures/move_pointer.png -share/gnome/help/user-guide/es/figures/movewindow_pointer.png -share/gnome/help/user-guide/es/figures/naut_browser_mode.png -share/gnome/help/user-guide/es/figures/naut_button_bar.png -share/gnome/help/user-guide/es/figures/naut_computer_launcher.png -share/gnome/help/user-guide/es/figures/naut_emblem.png -share/gnome/help/user-guide/es/figures/naut_go_to_location.png -share/gnome/help/user-guide/es/figures/naut_link_emblem.png -share/gnome/help/user-guide/es/figures/naut_noread_emblem.png -share/gnome/help/user-guide/es/figures/naut_normal_size_button.png -share/gnome/help/user-guide/es/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/es/figures/naut_refine_search.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/es/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/es/figures/naut_search_bar.png -share/gnome/help/user-guide/es/figures/naut_search_results.png -share/gnome/help/user-guide/es/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/es/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/es/figures/naut_spatial_mode.png -share/gnome/help/user-guide/es/figures/naut_spatial_view.png -share/gnome/help/user-guide/es/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/es/figures/naut_trash_launcher.png -share/gnome/help/user-guide/es/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/es/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/es/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/es/figures/normal_pointer.png -share/gnome/help/user-guide/es/figures/not_available_pointer.png -share/gnome/help/user-guide/es/figures/notification_area_icon.png -share/gnome/help/user-guide/es/figures/open_drawer.png -share/gnome/help/user-guide/es/figures/openwindows_menu.png -share/gnome/help/user-guide/es/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/es/figures/resize_pointer.png -share/gnome/help/user-guide/es/figures/run_button.png -share/gnome/help/user-guide/es/figures/sample_applet.png -share/gnome/help/user-guide/es/figures/screenshot_button.png -share/gnome/help/user-guide/es/figures/searchtool_button.png -share/gnome/help/user-guide/es/figures/show_desktop_button.png -share/gnome/help/user-guide/es/figures/titlebar_anno_window.png -share/gnome/help/user-guide/es/figures/titlebar_window.png -share/gnome/help/user-guide/es/figures/typical_menu.png -share/gnome/help/user-guide/es/figures/window_list_applet.png -share/gnome/help/user-guide/es/figures/window_list_group_applet.png -share/gnome/help/user-guide/es/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/es/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/es/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/es/figures/yelp_preferences.png -share/gnome/help/user-guide/es/figures/yelp_window.png -share/gnome/help/user-guide/es/glossary.xml -share/gnome/help/user-guide/es/gosbasic.xml -share/gnome/help/user-guide/es/goscustdesk.xml -share/gnome/help/user-guide/es/goseditmainmenu.xml -share/gnome/help/user-guide/es/gosfeedback.xml -share/gnome/help/user-guide/es/gosnautilus.xml -share/gnome/help/user-guide/es/gosoverview.xml -share/gnome/help/user-guide/es/gospanel.xml -share/gnome/help/user-guide/es/gosstartsession.xml -share/gnome/help/user-guide/es/gostools.xml -share/gnome/help/user-guide/es/user-guide.xml -share/gnome/help/user-guide/eu/figures/ask_pointer.png -share/gnome/help/user-guide/eu/figures/busy_pointer.png -share/gnome/help/user-guide/eu/figures/com_file_manager_menu.png -share/gnome/help/user-guide/eu/figures/copy_pointer.png -share/gnome/help/user-guide/eu/figures/force_quit.png -share/gnome/help/user-guide/eu/figures/four_hide_button.png -share/gnome/help/user-guide/eu/figures/gedit_window.png -share/gnome/help/user-guide/eu/figures/gnome_panel.png -share/gnome/help/user-guide/eu/figures/hyperlink_pointer.png -share/gnome/help/user-guide/eu/figures/ibeam_pointer.png -share/gnome/help/user-guide/eu/figures/link_pointer.png -share/gnome/help/user-guide/eu/figures/lockscreen_icon.png -share/gnome/help/user-guide/eu/figures/logout_icon.png -share/gnome/help/user-guide/eu/figures/menu_bar_applet.png -share/gnome/help/user-guide/eu/figures/menu_panel.png -share/gnome/help/user-guide/eu/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/eu/figures/move_pointer.png -share/gnome/help/user-guide/eu/figures/movewindow_pointer.png -share/gnome/help/user-guide/eu/figures/naut_browser_mode.png -share/gnome/help/user-guide/eu/figures/naut_button_bar.png -share/gnome/help/user-guide/eu/figures/naut_computer_launcher.png -share/gnome/help/user-guide/eu/figures/naut_emblem.png -share/gnome/help/user-guide/eu/figures/naut_go_to_location.png -share/gnome/help/user-guide/eu/figures/naut_link_emblem.png -share/gnome/help/user-guide/eu/figures/naut_noread_emblem.png -share/gnome/help/user-guide/eu/figures/naut_normal_size_button.png -share/gnome/help/user-guide/eu/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/eu/figures/naut_refine_search.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/eu/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/eu/figures/naut_search_bar.png -share/gnome/help/user-guide/eu/figures/naut_search_results.png -share/gnome/help/user-guide/eu/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/eu/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/eu/figures/naut_spatial_mode.png -share/gnome/help/user-guide/eu/figures/naut_spatial_view.png -share/gnome/help/user-guide/eu/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/eu/figures/naut_trash_launcher.png -share/gnome/help/user-guide/eu/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/eu/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/eu/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/eu/figures/normal_pointer.png -share/gnome/help/user-guide/eu/figures/not_available_pointer.png -share/gnome/help/user-guide/eu/figures/notification_area_icon.png -share/gnome/help/user-guide/eu/figures/open_drawer.png -share/gnome/help/user-guide/eu/figures/openwindows_menu.png -share/gnome/help/user-guide/eu/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/eu/figures/resize_pointer.png -share/gnome/help/user-guide/eu/figures/run_button.png -share/gnome/help/user-guide/eu/figures/sample_applet.png -share/gnome/help/user-guide/eu/figures/screenshot_button.png -share/gnome/help/user-guide/eu/figures/searchtool_button.png -share/gnome/help/user-guide/eu/figures/show_desktop_button.png -share/gnome/help/user-guide/eu/figures/titlebar_anno_window.png -share/gnome/help/user-guide/eu/figures/titlebar_window.png -share/gnome/help/user-guide/eu/figures/typical_menu.png -share/gnome/help/user-guide/eu/figures/window_list_applet.png -share/gnome/help/user-guide/eu/figures/window_list_group_applet.png -share/gnome/help/user-guide/eu/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/eu/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/eu/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/eu/figures/yelp_preferences.png -share/gnome/help/user-guide/eu/figures/yelp_window.png -share/gnome/help/user-guide/eu/glossary.xml -share/gnome/help/user-guide/eu/gosbasic.xml -share/gnome/help/user-guide/eu/goscustdesk.xml -share/gnome/help/user-guide/eu/goseditmainmenu.xml -share/gnome/help/user-guide/eu/gosfeedback.xml -share/gnome/help/user-guide/eu/gosnautilus.xml -share/gnome/help/user-guide/eu/gosoverview.xml -share/gnome/help/user-guide/eu/gospanel.xml -share/gnome/help/user-guide/eu/gosstartsession.xml -share/gnome/help/user-guide/eu/gostools.xml -share/gnome/help/user-guide/eu/user-guide.xml -share/gnome/help/user-guide/fi/figures/ask_pointer.png -share/gnome/help/user-guide/fi/figures/busy_pointer.png -share/gnome/help/user-guide/fi/figures/com_file_manager_menu.png -share/gnome/help/user-guide/fi/figures/copy_pointer.png -share/gnome/help/user-guide/fi/figures/force_quit.png -share/gnome/help/user-guide/fi/figures/four_hide_button.png -share/gnome/help/user-guide/fi/figures/gedit_window.png -share/gnome/help/user-guide/fi/figures/gnome_panel.png -share/gnome/help/user-guide/fi/figures/hyperlink_pointer.png -share/gnome/help/user-guide/fi/figures/ibeam_pointer.png -share/gnome/help/user-guide/fi/figures/link_pointer.png -share/gnome/help/user-guide/fi/figures/lockscreen_icon.png -share/gnome/help/user-guide/fi/figures/logout_icon.png -share/gnome/help/user-guide/fi/figures/menu_bar_applet.png -share/gnome/help/user-guide/fi/figures/menu_panel.png -share/gnome/help/user-guide/fi/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/fi/figures/move_pointer.png -share/gnome/help/user-guide/fi/figures/movewindow_pointer.png -share/gnome/help/user-guide/fi/figures/naut_browser_mode.png -share/gnome/help/user-guide/fi/figures/naut_button_bar.png -share/gnome/help/user-guide/fi/figures/naut_computer_launcher.png -share/gnome/help/user-guide/fi/figures/naut_emblem.png -share/gnome/help/user-guide/fi/figures/naut_go_to_location.png -share/gnome/help/user-guide/fi/figures/naut_link_emblem.png -share/gnome/help/user-guide/fi/figures/naut_noread_emblem.png -share/gnome/help/user-guide/fi/figures/naut_normal_size_button.png -share/gnome/help/user-guide/fi/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/fi/figures/naut_refine_search.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/fi/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/fi/figures/naut_search_bar.png -share/gnome/help/user-guide/fi/figures/naut_search_results.png -share/gnome/help/user-guide/fi/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/fi/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/fi/figures/naut_spatial_mode.png -share/gnome/help/user-guide/fi/figures/naut_spatial_view.png -share/gnome/help/user-guide/fi/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/fi/figures/naut_trash_launcher.png -share/gnome/help/user-guide/fi/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/fi/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/fi/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/fi/figures/normal_pointer.png -share/gnome/help/user-guide/fi/figures/not_available_pointer.png -share/gnome/help/user-guide/fi/figures/notification_area_icon.png -share/gnome/help/user-guide/fi/figures/open_drawer.png -share/gnome/help/user-guide/fi/figures/openwindows_menu.png -share/gnome/help/user-guide/fi/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/fi/figures/resize_pointer.png -share/gnome/help/user-guide/fi/figures/run_button.png -share/gnome/help/user-guide/fi/figures/sample_applet.png -share/gnome/help/user-guide/fi/figures/screenshot_button.png -share/gnome/help/user-guide/fi/figures/searchtool_button.png -share/gnome/help/user-guide/fi/figures/show_desktop_button.png -share/gnome/help/user-guide/fi/figures/titlebar_anno_window.png -share/gnome/help/user-guide/fi/figures/titlebar_window.png -share/gnome/help/user-guide/fi/figures/typical_menu.png -share/gnome/help/user-guide/fi/figures/window_list_applet.png -share/gnome/help/user-guide/fi/figures/window_list_group_applet.png -share/gnome/help/user-guide/fi/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/fi/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/fi/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/fi/figures/yelp_preferences.png -share/gnome/help/user-guide/fi/figures/yelp_window.png -share/gnome/help/user-guide/fi/glossary.xml -share/gnome/help/user-guide/fi/gosbasic.xml -share/gnome/help/user-guide/fi/goscustdesk.xml -share/gnome/help/user-guide/fi/goseditmainmenu.xml -share/gnome/help/user-guide/fi/gosfeedback.xml -share/gnome/help/user-guide/fi/gosnautilus.xml -share/gnome/help/user-guide/fi/gosoverview.xml -share/gnome/help/user-guide/fi/gospanel.xml -share/gnome/help/user-guide/fi/gosstartsession.xml -share/gnome/help/user-guide/fi/gostools.xml -share/gnome/help/user-guide/fi/user-guide.xml -share/gnome/help/user-guide/fr/figures/ask_pointer.png -share/gnome/help/user-guide/fr/figures/busy_pointer.png -share/gnome/help/user-guide/fr/figures/com_file_manager_menu.png -share/gnome/help/user-guide/fr/figures/copy_pointer.png -share/gnome/help/user-guide/fr/figures/force_quit.png -share/gnome/help/user-guide/fr/figures/four_hide_button.png -share/gnome/help/user-guide/fr/figures/gedit_window.png -share/gnome/help/user-guide/fr/figures/gnome_panel.png -share/gnome/help/user-guide/fr/figures/hyperlink_pointer.png -share/gnome/help/user-guide/fr/figures/ibeam_pointer.png -share/gnome/help/user-guide/fr/figures/link_pointer.png -share/gnome/help/user-guide/fr/figures/lockscreen_icon.png -share/gnome/help/user-guide/fr/figures/logout_icon.png -share/gnome/help/user-guide/fr/figures/menu_bar_applet.png -share/gnome/help/user-guide/fr/figures/menu_panel.png -share/gnome/help/user-guide/fr/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/fr/figures/move_pointer.png -share/gnome/help/user-guide/fr/figures/movewindow_pointer.png -share/gnome/help/user-guide/fr/figures/naut_browser_mode.png -share/gnome/help/user-guide/fr/figures/naut_button_bar.png -share/gnome/help/user-guide/fr/figures/naut_computer_launcher.png -share/gnome/help/user-guide/fr/figures/naut_emblem.png -share/gnome/help/user-guide/fr/figures/naut_go_to_location.png -share/gnome/help/user-guide/fr/figures/naut_link_emblem.png -share/gnome/help/user-guide/fr/figures/naut_noread_emblem.png -share/gnome/help/user-guide/fr/figures/naut_normal_size_button.png -share/gnome/help/user-guide/fr/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/fr/figures/naut_refine_search.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/fr/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/fr/figures/naut_search_bar.png -share/gnome/help/user-guide/fr/figures/naut_search_results.png -share/gnome/help/user-guide/fr/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/fr/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/fr/figures/naut_spatial_mode.png -share/gnome/help/user-guide/fr/figures/naut_spatial_view.png -share/gnome/help/user-guide/fr/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/fr/figures/naut_trash_launcher.png -share/gnome/help/user-guide/fr/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/fr/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/fr/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/fr/figures/normal_pointer.png -share/gnome/help/user-guide/fr/figures/not_available_pointer.png -share/gnome/help/user-guide/fr/figures/notification_area_icon.png -share/gnome/help/user-guide/fr/figures/open_drawer.png -share/gnome/help/user-guide/fr/figures/openwindows_menu.png -share/gnome/help/user-guide/fr/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/fr/figures/resize_pointer.png -share/gnome/help/user-guide/fr/figures/run_button.png -share/gnome/help/user-guide/fr/figures/sample_applet.png -share/gnome/help/user-guide/fr/figures/screenshot_button.png -share/gnome/help/user-guide/fr/figures/searchtool_button.png -share/gnome/help/user-guide/fr/figures/show_desktop_button.png -share/gnome/help/user-guide/fr/figures/titlebar_anno_window.png -share/gnome/help/user-guide/fr/figures/titlebar_window.png -share/gnome/help/user-guide/fr/figures/typical_menu.png -share/gnome/help/user-guide/fr/figures/window_list_applet.png -share/gnome/help/user-guide/fr/figures/window_list_group_applet.png -share/gnome/help/user-guide/fr/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/fr/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/fr/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/fr/figures/yelp_preferences.png -share/gnome/help/user-guide/fr/figures/yelp_window.png -share/gnome/help/user-guide/fr/glossary.xml -share/gnome/help/user-guide/fr/gosbasic.xml -share/gnome/help/user-guide/fr/goscustdesk.xml -share/gnome/help/user-guide/fr/goseditmainmenu.xml -share/gnome/help/user-guide/fr/gosfeedback.xml -share/gnome/help/user-guide/fr/gosnautilus.xml -share/gnome/help/user-guide/fr/gosoverview.xml -share/gnome/help/user-guide/fr/gospanel.xml -share/gnome/help/user-guide/fr/gosstartsession.xml -share/gnome/help/user-guide/fr/gostools.xml -share/gnome/help/user-guide/fr/user-guide.xml -share/gnome/help/user-guide/hu/figures/ask_pointer.png -share/gnome/help/user-guide/hu/figures/busy_pointer.png -share/gnome/help/user-guide/hu/figures/com_file_manager_menu.png -share/gnome/help/user-guide/hu/figures/copy_pointer.png -share/gnome/help/user-guide/hu/figures/force_quit.png -share/gnome/help/user-guide/hu/figures/four_hide_button.png -share/gnome/help/user-guide/hu/figures/gedit_window.png -share/gnome/help/user-guide/hu/figures/gnome_panel.png -share/gnome/help/user-guide/hu/figures/hyperlink_pointer.png -share/gnome/help/user-guide/hu/figures/ibeam_pointer.png -share/gnome/help/user-guide/hu/figures/link_pointer.png -share/gnome/help/user-guide/hu/figures/lockscreen_icon.png -share/gnome/help/user-guide/hu/figures/logout_icon.png -share/gnome/help/user-guide/hu/figures/menu_bar_applet.png -share/gnome/help/user-guide/hu/figures/menu_panel.png -share/gnome/help/user-guide/hu/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/hu/figures/move_pointer.png -share/gnome/help/user-guide/hu/figures/movewindow_pointer.png -share/gnome/help/user-guide/hu/figures/naut_browser_mode.png -share/gnome/help/user-guide/hu/figures/naut_button_bar.png -share/gnome/help/user-guide/hu/figures/naut_computer_launcher.png -share/gnome/help/user-guide/hu/figures/naut_emblem.png -share/gnome/help/user-guide/hu/figures/naut_go_to_location.png -share/gnome/help/user-guide/hu/figures/naut_link_emblem.png -share/gnome/help/user-guide/hu/figures/naut_noread_emblem.png -share/gnome/help/user-guide/hu/figures/naut_normal_size_button.png -share/gnome/help/user-guide/hu/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/hu/figures/naut_refine_search.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/hu/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/hu/figures/naut_search_bar.png -share/gnome/help/user-guide/hu/figures/naut_search_results.png -share/gnome/help/user-guide/hu/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/hu/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/hu/figures/naut_spatial_mode.png -share/gnome/help/user-guide/hu/figures/naut_spatial_view.png -share/gnome/help/user-guide/hu/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/hu/figures/naut_trash_launcher.png -share/gnome/help/user-guide/hu/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/hu/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/hu/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/hu/figures/normal_pointer.png -share/gnome/help/user-guide/hu/figures/not_available_pointer.png -share/gnome/help/user-guide/hu/figures/notification_area_icon.png -share/gnome/help/user-guide/hu/figures/open_drawer.png -share/gnome/help/user-guide/hu/figures/openwindows_menu.png -share/gnome/help/user-guide/hu/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/hu/figures/resize_pointer.png -share/gnome/help/user-guide/hu/figures/run_button.png -share/gnome/help/user-guide/hu/figures/sample_applet.png -share/gnome/help/user-guide/hu/figures/screenshot_button.png -share/gnome/help/user-guide/hu/figures/searchtool_button.png -share/gnome/help/user-guide/hu/figures/show_desktop_button.png -share/gnome/help/user-guide/hu/figures/titlebar_anno_window.png -share/gnome/help/user-guide/hu/figures/titlebar_window.png -share/gnome/help/user-guide/hu/figures/typical_menu.png -share/gnome/help/user-guide/hu/figures/window_list_applet.png -share/gnome/help/user-guide/hu/figures/window_list_group_applet.png -share/gnome/help/user-guide/hu/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/hu/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/hu/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/hu/figures/yelp_preferences.png -share/gnome/help/user-guide/hu/figures/yelp_window.png -share/gnome/help/user-guide/hu/glossary.xml -share/gnome/help/user-guide/hu/gosbasic.xml -share/gnome/help/user-guide/hu/goscustdesk.xml -share/gnome/help/user-guide/hu/goseditmainmenu.xml -share/gnome/help/user-guide/hu/gosfeedback.xml -share/gnome/help/user-guide/hu/gosnautilus.xml -share/gnome/help/user-guide/hu/gosoverview.xml -share/gnome/help/user-guide/hu/gospanel.xml -share/gnome/help/user-guide/hu/gosstartsession.xml -share/gnome/help/user-guide/hu/gostools.xml -share/gnome/help/user-guide/hu/user-guide.xml -share/gnome/help/user-guide/it/figures/ask_pointer.png -share/gnome/help/user-guide/it/figures/busy_pointer.png -share/gnome/help/user-guide/it/figures/com_file_manager_menu.png -share/gnome/help/user-guide/it/figures/copy_pointer.png -share/gnome/help/user-guide/it/figures/force_quit.png -share/gnome/help/user-guide/it/figures/four_hide_button.png -share/gnome/help/user-guide/it/figures/gedit_window.png -share/gnome/help/user-guide/it/figures/gnome_panel.png -share/gnome/help/user-guide/it/figures/hyperlink_pointer.png -share/gnome/help/user-guide/it/figures/ibeam_pointer.png -share/gnome/help/user-guide/it/figures/link_pointer.png -share/gnome/help/user-guide/it/figures/lockscreen_icon.png -share/gnome/help/user-guide/it/figures/logout_icon.png -share/gnome/help/user-guide/it/figures/menu_bar_applet.png -share/gnome/help/user-guide/it/figures/menu_panel.png -share/gnome/help/user-guide/it/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/it/figures/move_pointer.png -share/gnome/help/user-guide/it/figures/movewindow_pointer.png -share/gnome/help/user-guide/it/figures/naut_browser_mode.png -share/gnome/help/user-guide/it/figures/naut_button_bar.png -share/gnome/help/user-guide/it/figures/naut_computer_launcher.png -share/gnome/help/user-guide/it/figures/naut_emblem.png -share/gnome/help/user-guide/it/figures/naut_go_to_location.png -share/gnome/help/user-guide/it/figures/naut_link_emblem.png -share/gnome/help/user-guide/it/figures/naut_noread_emblem.png -share/gnome/help/user-guide/it/figures/naut_normal_size_button.png -share/gnome/help/user-guide/it/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/it/figures/naut_refine_search.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/it/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/it/figures/naut_search_bar.png -share/gnome/help/user-guide/it/figures/naut_search_results.png -share/gnome/help/user-guide/it/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/it/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/it/figures/naut_spatial_mode.png -share/gnome/help/user-guide/it/figures/naut_spatial_view.png -share/gnome/help/user-guide/it/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/it/figures/naut_trash_launcher.png -share/gnome/help/user-guide/it/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/it/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/it/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/it/figures/normal_pointer.png -share/gnome/help/user-guide/it/figures/not_available_pointer.png -share/gnome/help/user-guide/it/figures/notification_area_icon.png -share/gnome/help/user-guide/it/figures/open_drawer.png -share/gnome/help/user-guide/it/figures/openwindows_menu.png -share/gnome/help/user-guide/it/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/it/figures/resize_pointer.png -share/gnome/help/user-guide/it/figures/run_button.png -share/gnome/help/user-guide/it/figures/sample_applet.png -share/gnome/help/user-guide/it/figures/screenshot_button.png -share/gnome/help/user-guide/it/figures/searchtool_button.png -share/gnome/help/user-guide/it/figures/show_desktop_button.png -share/gnome/help/user-guide/it/figures/titlebar_anno_window.png -share/gnome/help/user-guide/it/figures/titlebar_window.png -share/gnome/help/user-guide/it/figures/typical_menu.png -share/gnome/help/user-guide/it/figures/window_list_applet.png -share/gnome/help/user-guide/it/figures/window_list_group_applet.png -share/gnome/help/user-guide/it/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/it/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/it/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/it/figures/yelp_preferences.png -share/gnome/help/user-guide/it/figures/yelp_window.png -share/gnome/help/user-guide/it/glossary.xml -share/gnome/help/user-guide/it/gosbasic.xml -share/gnome/help/user-guide/it/goscustdesk.xml -share/gnome/help/user-guide/it/goseditmainmenu.xml -share/gnome/help/user-guide/it/gosfeedback.xml -share/gnome/help/user-guide/it/gosnautilus.xml -share/gnome/help/user-guide/it/gosoverview.xml -share/gnome/help/user-guide/it/gospanel.xml -share/gnome/help/user-guide/it/gosstartsession.xml -share/gnome/help/user-guide/it/gostools.xml -share/gnome/help/user-guide/it/user-guide.xml -share/gnome/help/user-guide/ja/figures/ask_pointer.png -share/gnome/help/user-guide/ja/figures/busy_pointer.png -share/gnome/help/user-guide/ja/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ja/figures/copy_pointer.png -share/gnome/help/user-guide/ja/figures/force_quit.png -share/gnome/help/user-guide/ja/figures/four_hide_button.png -share/gnome/help/user-guide/ja/figures/gedit_window.png -share/gnome/help/user-guide/ja/figures/gnome_panel.png -share/gnome/help/user-guide/ja/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ja/figures/ibeam_pointer.png -share/gnome/help/user-guide/ja/figures/link_pointer.png -share/gnome/help/user-guide/ja/figures/lockscreen_icon.png -share/gnome/help/user-guide/ja/figures/logout_icon.png -share/gnome/help/user-guide/ja/figures/menu_bar_applet.png -share/gnome/help/user-guide/ja/figures/menu_panel.png -share/gnome/help/user-guide/ja/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ja/figures/move_pointer.png -share/gnome/help/user-guide/ja/figures/movewindow_pointer.png -share/gnome/help/user-guide/ja/figures/naut_browser_mode.png -share/gnome/help/user-guide/ja/figures/naut_button_bar.png -share/gnome/help/user-guide/ja/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ja/figures/naut_emblem.png -share/gnome/help/user-guide/ja/figures/naut_go_to_location.png -share/gnome/help/user-guide/ja/figures/naut_link_emblem.png -share/gnome/help/user-guide/ja/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ja/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ja/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ja/figures/naut_refine_search.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ja/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ja/figures/naut_search_bar.png -share/gnome/help/user-guide/ja/figures/naut_search_results.png -share/gnome/help/user-guide/ja/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ja/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ja/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ja/figures/naut_spatial_view.png -share/gnome/help/user-guide/ja/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ja/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ja/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ja/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ja/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ja/figures/normal_pointer.png -share/gnome/help/user-guide/ja/figures/not_available_pointer.png -share/gnome/help/user-guide/ja/figures/notification_area_icon.png -share/gnome/help/user-guide/ja/figures/open_drawer.png -share/gnome/help/user-guide/ja/figures/openwindows_menu.png -share/gnome/help/user-guide/ja/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ja/figures/resize_pointer.png -share/gnome/help/user-guide/ja/figures/run_button.png -share/gnome/help/user-guide/ja/figures/sample_applet.png -share/gnome/help/user-guide/ja/figures/screenshot_button.png -share/gnome/help/user-guide/ja/figures/searchtool_button.png -share/gnome/help/user-guide/ja/figures/show_desktop_button.png -share/gnome/help/user-guide/ja/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ja/figures/titlebar_window.png -share/gnome/help/user-guide/ja/figures/typical_menu.png -share/gnome/help/user-guide/ja/figures/window_list_applet.png -share/gnome/help/user-guide/ja/figures/window_list_group_applet.png -share/gnome/help/user-guide/ja/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ja/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ja/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ja/figures/yelp_preferences.png -share/gnome/help/user-guide/ja/figures/yelp_window.png -share/gnome/help/user-guide/ja/glossary.xml -share/gnome/help/user-guide/ja/gosbasic.xml -share/gnome/help/user-guide/ja/goscustdesk.xml -share/gnome/help/user-guide/ja/goseditmainmenu.xml -share/gnome/help/user-guide/ja/gosfeedback.xml -share/gnome/help/user-guide/ja/gosnautilus.xml -share/gnome/help/user-guide/ja/gosoverview.xml -share/gnome/help/user-guide/ja/gospanel.xml -share/gnome/help/user-guide/ja/gosstartsession.xml -share/gnome/help/user-guide/ja/gostools.xml -share/gnome/help/user-guide/ja/user-guide.xml -share/gnome/help/user-guide/ko/figures/ask_pointer.png -share/gnome/help/user-guide/ko/figures/busy_pointer.png -share/gnome/help/user-guide/ko/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ko/figures/copy_pointer.png -share/gnome/help/user-guide/ko/figures/force_quit.png -share/gnome/help/user-guide/ko/figures/four_hide_button.png -share/gnome/help/user-guide/ko/figures/gedit_window.png -share/gnome/help/user-guide/ko/figures/gnome_panel.png -share/gnome/help/user-guide/ko/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ko/figures/ibeam_pointer.png -share/gnome/help/user-guide/ko/figures/link_pointer.png -share/gnome/help/user-guide/ko/figures/lockscreen_icon.png -share/gnome/help/user-guide/ko/figures/logout_icon.png -share/gnome/help/user-guide/ko/figures/menu_bar_applet.png -share/gnome/help/user-guide/ko/figures/menu_panel.png -share/gnome/help/user-guide/ko/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ko/figures/move_pointer.png -share/gnome/help/user-guide/ko/figures/movewindow_pointer.png -share/gnome/help/user-guide/ko/figures/naut_browser_mode.png -share/gnome/help/user-guide/ko/figures/naut_button_bar.png -share/gnome/help/user-guide/ko/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ko/figures/naut_emblem.png -share/gnome/help/user-guide/ko/figures/naut_go_to_location.png -share/gnome/help/user-guide/ko/figures/naut_link_emblem.png -share/gnome/help/user-guide/ko/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ko/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ko/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ko/figures/naut_refine_search.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ko/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ko/figures/naut_search_bar.png -share/gnome/help/user-guide/ko/figures/naut_search_results.png -share/gnome/help/user-guide/ko/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ko/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ko/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ko/figures/naut_spatial_view.png -share/gnome/help/user-guide/ko/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ko/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ko/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ko/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ko/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ko/figures/normal_pointer.png -share/gnome/help/user-guide/ko/figures/not_available_pointer.png -share/gnome/help/user-guide/ko/figures/notification_area_icon.png -share/gnome/help/user-guide/ko/figures/open_drawer.png -share/gnome/help/user-guide/ko/figures/openwindows_menu.png -share/gnome/help/user-guide/ko/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ko/figures/resize_pointer.png -share/gnome/help/user-guide/ko/figures/run_button.png -share/gnome/help/user-guide/ko/figures/sample_applet.png -share/gnome/help/user-guide/ko/figures/screenshot_button.png -share/gnome/help/user-guide/ko/figures/searchtool_button.png -share/gnome/help/user-guide/ko/figures/show_desktop_button.png -share/gnome/help/user-guide/ko/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ko/figures/titlebar_window.png -share/gnome/help/user-guide/ko/figures/typical_menu.png -share/gnome/help/user-guide/ko/figures/window_list_applet.png -share/gnome/help/user-guide/ko/figures/window_list_group_applet.png -share/gnome/help/user-guide/ko/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ko/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ko/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ko/figures/yelp_preferences.png -share/gnome/help/user-guide/ko/figures/yelp_window.png -share/gnome/help/user-guide/ko/glossary.xml -share/gnome/help/user-guide/ko/gosbasic.xml -share/gnome/help/user-guide/ko/goscustdesk.xml -share/gnome/help/user-guide/ko/goseditmainmenu.xml -share/gnome/help/user-guide/ko/gosfeedback.xml -share/gnome/help/user-guide/ko/gosnautilus.xml -share/gnome/help/user-guide/ko/gosoverview.xml -share/gnome/help/user-guide/ko/gospanel.xml -share/gnome/help/user-guide/ko/gosstartsession.xml -share/gnome/help/user-guide/ko/gostools.xml -share/gnome/help/user-guide/ko/user-guide.xml -share/gnome/help/user-guide/oc/figures/ask_pointer.png -share/gnome/help/user-guide/oc/figures/busy_pointer.png -share/gnome/help/user-guide/oc/figures/com_file_manager_menu.png -share/gnome/help/user-guide/oc/figures/copy_pointer.png -share/gnome/help/user-guide/oc/figures/force_quit.png -share/gnome/help/user-guide/oc/figures/four_hide_button.png -share/gnome/help/user-guide/oc/figures/gedit_window.png -share/gnome/help/user-guide/oc/figures/gnome_panel.png -share/gnome/help/user-guide/oc/figures/hyperlink_pointer.png -share/gnome/help/user-guide/oc/figures/ibeam_pointer.png -share/gnome/help/user-guide/oc/figures/link_pointer.png -share/gnome/help/user-guide/oc/figures/lockscreen_icon.png -share/gnome/help/user-guide/oc/figures/logout_icon.png -share/gnome/help/user-guide/oc/figures/menu_bar_applet.png -share/gnome/help/user-guide/oc/figures/menu_panel.png -share/gnome/help/user-guide/oc/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/oc/figures/move_pointer.png -share/gnome/help/user-guide/oc/figures/movewindow_pointer.png -share/gnome/help/user-guide/oc/figures/naut_browser_mode.png -share/gnome/help/user-guide/oc/figures/naut_button_bar.png -share/gnome/help/user-guide/oc/figures/naut_computer_launcher.png -share/gnome/help/user-guide/oc/figures/naut_emblem.png -share/gnome/help/user-guide/oc/figures/naut_go_to_location.png -share/gnome/help/user-guide/oc/figures/naut_link_emblem.png -share/gnome/help/user-guide/oc/figures/naut_noread_emblem.png -share/gnome/help/user-guide/oc/figures/naut_normal_size_button.png -share/gnome/help/user-guide/oc/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/oc/figures/naut_refine_search.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/oc/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/oc/figures/naut_search_bar.png -share/gnome/help/user-guide/oc/figures/naut_search_results.png -share/gnome/help/user-guide/oc/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/oc/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/oc/figures/naut_spatial_mode.png -share/gnome/help/user-guide/oc/figures/naut_spatial_view.png -share/gnome/help/user-guide/oc/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/oc/figures/naut_trash_launcher.png -share/gnome/help/user-guide/oc/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/oc/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/oc/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/oc/figures/normal_pointer.png -share/gnome/help/user-guide/oc/figures/not_available_pointer.png -share/gnome/help/user-guide/oc/figures/notification_area_icon.png -share/gnome/help/user-guide/oc/figures/open_drawer.png -share/gnome/help/user-guide/oc/figures/openwindows_menu.png -share/gnome/help/user-guide/oc/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/oc/figures/resize_pointer.png -share/gnome/help/user-guide/oc/figures/run_button.png -share/gnome/help/user-guide/oc/figures/sample_applet.png -share/gnome/help/user-guide/oc/figures/screenshot_button.png -share/gnome/help/user-guide/oc/figures/searchtool_button.png -share/gnome/help/user-guide/oc/figures/show_desktop_button.png -share/gnome/help/user-guide/oc/figures/titlebar_anno_window.png -share/gnome/help/user-guide/oc/figures/titlebar_window.png -share/gnome/help/user-guide/oc/figures/typical_menu.png -share/gnome/help/user-guide/oc/figures/window_list_applet.png -share/gnome/help/user-guide/oc/figures/window_list_group_applet.png -share/gnome/help/user-guide/oc/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/oc/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/oc/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/oc/figures/yelp_preferences.png -share/gnome/help/user-guide/oc/figures/yelp_window.png -share/gnome/help/user-guide/oc/glossary.xml -share/gnome/help/user-guide/oc/gosbasic.xml -share/gnome/help/user-guide/oc/goscustdesk.xml -share/gnome/help/user-guide/oc/goseditmainmenu.xml -share/gnome/help/user-guide/oc/gosfeedback.xml -share/gnome/help/user-guide/oc/gosnautilus.xml -share/gnome/help/user-guide/oc/gosoverview.xml -share/gnome/help/user-guide/oc/gospanel.xml -share/gnome/help/user-guide/oc/gosstartsession.xml -share/gnome/help/user-guide/oc/gostools.xml -share/gnome/help/user-guide/oc/user-guide.xml -share/gnome/help/user-guide/pa/figures/ask_pointer.png -share/gnome/help/user-guide/pa/figures/busy_pointer.png -share/gnome/help/user-guide/pa/figures/com_file_manager_menu.png -share/gnome/help/user-guide/pa/figures/copy_pointer.png -share/gnome/help/user-guide/pa/figures/force_quit.png -share/gnome/help/user-guide/pa/figures/four_hide_button.png -share/gnome/help/user-guide/pa/figures/gedit_window.png -share/gnome/help/user-guide/pa/figures/gnome_panel.png -share/gnome/help/user-guide/pa/figures/hyperlink_pointer.png -share/gnome/help/user-guide/pa/figures/ibeam_pointer.png -share/gnome/help/user-guide/pa/figures/link_pointer.png -share/gnome/help/user-guide/pa/figures/lockscreen_icon.png -share/gnome/help/user-guide/pa/figures/logout_icon.png -share/gnome/help/user-guide/pa/figures/menu_bar_applet.png -share/gnome/help/user-guide/pa/figures/menu_panel.png -share/gnome/help/user-guide/pa/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/pa/figures/move_pointer.png -share/gnome/help/user-guide/pa/figures/movewindow_pointer.png -share/gnome/help/user-guide/pa/figures/naut_browser_mode.png -share/gnome/help/user-guide/pa/figures/naut_button_bar.png -share/gnome/help/user-guide/pa/figures/naut_computer_launcher.png -share/gnome/help/user-guide/pa/figures/naut_emblem.png -share/gnome/help/user-guide/pa/figures/naut_go_to_location.png -share/gnome/help/user-guide/pa/figures/naut_link_emblem.png -share/gnome/help/user-guide/pa/figures/naut_noread_emblem.png -share/gnome/help/user-guide/pa/figures/naut_normal_size_button.png -share/gnome/help/user-guide/pa/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/pa/figures/naut_refine_search.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/pa/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/pa/figures/naut_search_bar.png -share/gnome/help/user-guide/pa/figures/naut_search_results.png -share/gnome/help/user-guide/pa/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/pa/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/pa/figures/naut_spatial_mode.png -share/gnome/help/user-guide/pa/figures/naut_spatial_view.png -share/gnome/help/user-guide/pa/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/pa/figures/naut_trash_launcher.png -share/gnome/help/user-guide/pa/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/pa/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/pa/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/pa/figures/normal_pointer.png -share/gnome/help/user-guide/pa/figures/not_available_pointer.png -share/gnome/help/user-guide/pa/figures/notification_area_icon.png -share/gnome/help/user-guide/pa/figures/open_drawer.png -share/gnome/help/user-guide/pa/figures/openwindows_menu.png -share/gnome/help/user-guide/pa/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/pa/figures/resize_pointer.png -share/gnome/help/user-guide/pa/figures/run_button.png -share/gnome/help/user-guide/pa/figures/sample_applet.png -share/gnome/help/user-guide/pa/figures/screenshot_button.png -share/gnome/help/user-guide/pa/figures/searchtool_button.png -share/gnome/help/user-guide/pa/figures/show_desktop_button.png -share/gnome/help/user-guide/pa/figures/titlebar_anno_window.png -share/gnome/help/user-guide/pa/figures/titlebar_window.png -share/gnome/help/user-guide/pa/figures/typical_menu.png -share/gnome/help/user-guide/pa/figures/window_list_applet.png -share/gnome/help/user-guide/pa/figures/window_list_group_applet.png -share/gnome/help/user-guide/pa/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/pa/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/pa/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/pa/figures/yelp_preferences.png -share/gnome/help/user-guide/pa/figures/yelp_window.png -share/gnome/help/user-guide/pa/glossary.xml -share/gnome/help/user-guide/pa/gosbasic.xml -share/gnome/help/user-guide/pa/goscustdesk.xml -share/gnome/help/user-guide/pa/goseditmainmenu.xml -share/gnome/help/user-guide/pa/gosfeedback.xml -share/gnome/help/user-guide/pa/gosnautilus.xml -share/gnome/help/user-guide/pa/gosoverview.xml -share/gnome/help/user-guide/pa/gospanel.xml -share/gnome/help/user-guide/pa/gosstartsession.xml -share/gnome/help/user-guide/pa/gostools.xml -share/gnome/help/user-guide/pa/user-guide.xml -share/gnome/help/user-guide/pt/figures/ask_pointer.png -share/gnome/help/user-guide/pt/figures/busy_pointer.png -share/gnome/help/user-guide/pt/figures/com_file_manager_menu.png -share/gnome/help/user-guide/pt/figures/copy_pointer.png -share/gnome/help/user-guide/pt/figures/force_quit.png -share/gnome/help/user-guide/pt/figures/four_hide_button.png -share/gnome/help/user-guide/pt/figures/gedit_window.png -share/gnome/help/user-guide/pt/figures/gnome_panel.png -share/gnome/help/user-guide/pt/figures/hyperlink_pointer.png -share/gnome/help/user-guide/pt/figures/ibeam_pointer.png -share/gnome/help/user-guide/pt/figures/link_pointer.png -share/gnome/help/user-guide/pt/figures/lockscreen_icon.png -share/gnome/help/user-guide/pt/figures/logout_icon.png -share/gnome/help/user-guide/pt/figures/menu_bar_applet.png -share/gnome/help/user-guide/pt/figures/menu_panel.png -share/gnome/help/user-guide/pt/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/pt/figures/move_pointer.png -share/gnome/help/user-guide/pt/figures/movewindow_pointer.png -share/gnome/help/user-guide/pt/figures/naut_browser_mode.png -share/gnome/help/user-guide/pt/figures/naut_button_bar.png -share/gnome/help/user-guide/pt/figures/naut_computer_launcher.png -share/gnome/help/user-guide/pt/figures/naut_emblem.png -share/gnome/help/user-guide/pt/figures/naut_go_to_location.png -share/gnome/help/user-guide/pt/figures/naut_link_emblem.png -share/gnome/help/user-guide/pt/figures/naut_noread_emblem.png -share/gnome/help/user-guide/pt/figures/naut_normal_size_button.png -share/gnome/help/user-guide/pt/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/pt/figures/naut_refine_search.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/pt/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/pt/figures/naut_search_bar.png -share/gnome/help/user-guide/pt/figures/naut_search_results.png -share/gnome/help/user-guide/pt/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/pt/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/pt/figures/naut_spatial_mode.png -share/gnome/help/user-guide/pt/figures/naut_spatial_view.png -share/gnome/help/user-guide/pt/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/pt/figures/naut_trash_launcher.png -share/gnome/help/user-guide/pt/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/pt/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/pt/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/pt/figures/normal_pointer.png -share/gnome/help/user-guide/pt/figures/not_available_pointer.png -share/gnome/help/user-guide/pt/figures/notification_area_icon.png -share/gnome/help/user-guide/pt/figures/open_drawer.png -share/gnome/help/user-guide/pt/figures/openwindows_menu.png -share/gnome/help/user-guide/pt/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/pt/figures/resize_pointer.png -share/gnome/help/user-guide/pt/figures/run_button.png -share/gnome/help/user-guide/pt/figures/sample_applet.png -share/gnome/help/user-guide/pt/figures/screenshot_button.png -share/gnome/help/user-guide/pt/figures/searchtool_button.png -share/gnome/help/user-guide/pt/figures/show_desktop_button.png -share/gnome/help/user-guide/pt/figures/titlebar_anno_window.png -share/gnome/help/user-guide/pt/figures/titlebar_window.png -share/gnome/help/user-guide/pt/figures/typical_menu.png -share/gnome/help/user-guide/pt/figures/window_list_applet.png -share/gnome/help/user-guide/pt/figures/window_list_group_applet.png -share/gnome/help/user-guide/pt/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/pt/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/pt/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/pt/figures/yelp_preferences.png -share/gnome/help/user-guide/pt/figures/yelp_window.png -share/gnome/help/user-guide/pt/glossary.xml -share/gnome/help/user-guide/pt/gosbasic.xml -share/gnome/help/user-guide/pt/goscustdesk.xml -share/gnome/help/user-guide/pt/goseditmainmenu.xml -share/gnome/help/user-guide/pt/gosfeedback.xml -share/gnome/help/user-guide/pt/gosnautilus.xml -share/gnome/help/user-guide/pt/gosoverview.xml -share/gnome/help/user-guide/pt/gospanel.xml -share/gnome/help/user-guide/pt/gosstartsession.xml -share/gnome/help/user-guide/pt/gostools.xml -share/gnome/help/user-guide/pt/user-guide.xml -share/gnome/help/user-guide/pt_BR/figures/ask_pointer.png -share/gnome/help/user-guide/pt_BR/figures/busy_pointer.png -share/gnome/help/user-guide/pt_BR/figures/com_file_manager_menu.png -share/gnome/help/user-guide/pt_BR/figures/copy_pointer.png -share/gnome/help/user-guide/pt_BR/figures/force_quit.png -share/gnome/help/user-guide/pt_BR/figures/four_hide_button.png -share/gnome/help/user-guide/pt_BR/figures/gedit_window.png -share/gnome/help/user-guide/pt_BR/figures/gnome_panel.png -share/gnome/help/user-guide/pt_BR/figures/hyperlink_pointer.png -share/gnome/help/user-guide/pt_BR/figures/ibeam_pointer.png -share/gnome/help/user-guide/pt_BR/figures/link_pointer.png -share/gnome/help/user-guide/pt_BR/figures/lockscreen_icon.png -share/gnome/help/user-guide/pt_BR/figures/logout_icon.png -share/gnome/help/user-guide/pt_BR/figures/menu_bar_applet.png -share/gnome/help/user-guide/pt_BR/figures/menu_panel.png -share/gnome/help/user-guide/pt_BR/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/pt_BR/figures/move_pointer.png -share/gnome/help/user-guide/pt_BR/figures/movewindow_pointer.png -share/gnome/help/user-guide/pt_BR/figures/naut_browser_mode.png -share/gnome/help/user-guide/pt_BR/figures/naut_button_bar.png -share/gnome/help/user-guide/pt_BR/figures/naut_computer_launcher.png -share/gnome/help/user-guide/pt_BR/figures/naut_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_go_to_location.png -share/gnome/help/user-guide/pt_BR/figures/naut_link_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_noread_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_normal_size_button.png -share/gnome/help/user-guide/pt_BR/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_refine_search.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_search_bar.png -share/gnome/help/user-guide/pt_BR/figures/naut_search_results.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_mode.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_view.png -share/gnome/help/user-guide/pt_BR/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/pt_BR/figures/naut_trash_launcher.png -share/gnome/help/user-guide/pt_BR/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/pt_BR/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/pt_BR/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/pt_BR/figures/normal_pointer.png -share/gnome/help/user-guide/pt_BR/figures/not_available_pointer.png -share/gnome/help/user-guide/pt_BR/figures/notification_area_icon.png -share/gnome/help/user-guide/pt_BR/figures/open_drawer.png -share/gnome/help/user-guide/pt_BR/figures/openwindows_menu.png -share/gnome/help/user-guide/pt_BR/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/pt_BR/figures/resize_pointer.png -share/gnome/help/user-guide/pt_BR/figures/run_button.png -share/gnome/help/user-guide/pt_BR/figures/sample_applet.png -share/gnome/help/user-guide/pt_BR/figures/screenshot_button.png -share/gnome/help/user-guide/pt_BR/figures/searchtool_button.png -share/gnome/help/user-guide/pt_BR/figures/show_desktop_button.png -share/gnome/help/user-guide/pt_BR/figures/titlebar_anno_window.png -share/gnome/help/user-guide/pt_BR/figures/titlebar_window.png -share/gnome/help/user-guide/pt_BR/figures/typical_menu.png -share/gnome/help/user-guide/pt_BR/figures/window_list_applet.png -share/gnome/help/user-guide/pt_BR/figures/window_list_group_applet.png -share/gnome/help/user-guide/pt_BR/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/pt_BR/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/pt_BR/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/pt_BR/figures/yelp_preferences.png -share/gnome/help/user-guide/pt_BR/figures/yelp_window.png -share/gnome/help/user-guide/pt_BR/glossary.xml -share/gnome/help/user-guide/pt_BR/gosbasic.xml -share/gnome/help/user-guide/pt_BR/goscustdesk.xml -share/gnome/help/user-guide/pt_BR/goseditmainmenu.xml -share/gnome/help/user-guide/pt_BR/gosfeedback.xml -share/gnome/help/user-guide/pt_BR/gosnautilus.xml -share/gnome/help/user-guide/pt_BR/gosoverview.xml -share/gnome/help/user-guide/pt_BR/gospanel.xml -share/gnome/help/user-guide/pt_BR/gosstartsession.xml -share/gnome/help/user-guide/pt_BR/gostools.xml -share/gnome/help/user-guide/pt_BR/user-guide.xml -share/gnome/help/user-guide/ru/figures/ask_pointer.png -share/gnome/help/user-guide/ru/figures/busy_pointer.png -share/gnome/help/user-guide/ru/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ru/figures/copy_pointer.png -share/gnome/help/user-guide/ru/figures/force_quit.png -share/gnome/help/user-guide/ru/figures/four_hide_button.png -share/gnome/help/user-guide/ru/figures/gedit_window.png -share/gnome/help/user-guide/ru/figures/gnome_panel.png -share/gnome/help/user-guide/ru/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ru/figures/ibeam_pointer.png -share/gnome/help/user-guide/ru/figures/link_pointer.png -share/gnome/help/user-guide/ru/figures/lockscreen_icon.png -share/gnome/help/user-guide/ru/figures/logout_icon.png -share/gnome/help/user-guide/ru/figures/menu_bar_applet.png -share/gnome/help/user-guide/ru/figures/menu_panel.png -share/gnome/help/user-guide/ru/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ru/figures/move_pointer.png -share/gnome/help/user-guide/ru/figures/movewindow_pointer.png -share/gnome/help/user-guide/ru/figures/naut_browser_mode.png -share/gnome/help/user-guide/ru/figures/naut_button_bar.png -share/gnome/help/user-guide/ru/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ru/figures/naut_emblem.png -share/gnome/help/user-guide/ru/figures/naut_go_to_location.png -share/gnome/help/user-guide/ru/figures/naut_link_emblem.png -share/gnome/help/user-guide/ru/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ru/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ru/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ru/figures/naut_refine_search.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ru/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ru/figures/naut_search_bar.png -share/gnome/help/user-guide/ru/figures/naut_search_results.png -share/gnome/help/user-guide/ru/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ru/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ru/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ru/figures/naut_spatial_view.png -share/gnome/help/user-guide/ru/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ru/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ru/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ru/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ru/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ru/figures/normal_pointer.png -share/gnome/help/user-guide/ru/figures/not_available_pointer.png -share/gnome/help/user-guide/ru/figures/notification_area_icon.png -share/gnome/help/user-guide/ru/figures/open_drawer.png -share/gnome/help/user-guide/ru/figures/openwindows_menu.png -share/gnome/help/user-guide/ru/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ru/figures/resize_pointer.png -share/gnome/help/user-guide/ru/figures/run_button.png -share/gnome/help/user-guide/ru/figures/sample_applet.png -share/gnome/help/user-guide/ru/figures/screenshot_button.png -share/gnome/help/user-guide/ru/figures/searchtool_button.png -share/gnome/help/user-guide/ru/figures/show_desktop_button.png -share/gnome/help/user-guide/ru/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ru/figures/titlebar_window.png -share/gnome/help/user-guide/ru/figures/typical_menu.png -share/gnome/help/user-guide/ru/figures/window_list_applet.png -share/gnome/help/user-guide/ru/figures/window_list_group_applet.png -share/gnome/help/user-guide/ru/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ru/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ru/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ru/figures/yelp_preferences.png -share/gnome/help/user-guide/ru/figures/yelp_window.png -share/gnome/help/user-guide/ru/glossary.xml -share/gnome/help/user-guide/ru/gosbasic.xml -share/gnome/help/user-guide/ru/goscustdesk.xml -share/gnome/help/user-guide/ru/goseditmainmenu.xml -share/gnome/help/user-guide/ru/gosfeedback.xml -share/gnome/help/user-guide/ru/gosnautilus.xml -share/gnome/help/user-guide/ru/gosoverview.xml -share/gnome/help/user-guide/ru/gospanel.xml -share/gnome/help/user-guide/ru/gosstartsession.xml -share/gnome/help/user-guide/ru/gostools.xml -share/gnome/help/user-guide/ru/user-guide.xml -share/gnome/help/user-guide/sv/figures/ask_pointer.png -share/gnome/help/user-guide/sv/figures/busy_pointer.png -share/gnome/help/user-guide/sv/figures/com_file_manager_menu.png -share/gnome/help/user-guide/sv/figures/copy_pointer.png -share/gnome/help/user-guide/sv/figures/force_quit.png -share/gnome/help/user-guide/sv/figures/four_hide_button.png -share/gnome/help/user-guide/sv/figures/gedit_window.png -share/gnome/help/user-guide/sv/figures/gnome_panel.png -share/gnome/help/user-guide/sv/figures/hyperlink_pointer.png -share/gnome/help/user-guide/sv/figures/ibeam_pointer.png -share/gnome/help/user-guide/sv/figures/link_pointer.png -share/gnome/help/user-guide/sv/figures/lockscreen_icon.png -share/gnome/help/user-guide/sv/figures/logout_icon.png -share/gnome/help/user-guide/sv/figures/menu_bar_applet.png -share/gnome/help/user-guide/sv/figures/menu_panel.png -share/gnome/help/user-guide/sv/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/sv/figures/move_pointer.png -share/gnome/help/user-guide/sv/figures/movewindow_pointer.png -share/gnome/help/user-guide/sv/figures/naut_browser_mode.png -share/gnome/help/user-guide/sv/figures/naut_button_bar.png -share/gnome/help/user-guide/sv/figures/naut_computer_launcher.png -share/gnome/help/user-guide/sv/figures/naut_emblem.png -share/gnome/help/user-guide/sv/figures/naut_go_to_location.png -share/gnome/help/user-guide/sv/figures/naut_link_emblem.png -share/gnome/help/user-guide/sv/figures/naut_noread_emblem.png -share/gnome/help/user-guide/sv/figures/naut_normal_size_button.png -share/gnome/help/user-guide/sv/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/sv/figures/naut_refine_search.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/sv/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/sv/figures/naut_search_bar.png -share/gnome/help/user-guide/sv/figures/naut_search_results.png -share/gnome/help/user-guide/sv/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/sv/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/sv/figures/naut_spatial_mode.png -share/gnome/help/user-guide/sv/figures/naut_spatial_view.png -share/gnome/help/user-guide/sv/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/sv/figures/naut_trash_launcher.png -share/gnome/help/user-guide/sv/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/sv/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/sv/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/sv/figures/normal_pointer.png -share/gnome/help/user-guide/sv/figures/not_available_pointer.png -share/gnome/help/user-guide/sv/figures/notification_area_icon.png -share/gnome/help/user-guide/sv/figures/open_drawer.png -share/gnome/help/user-guide/sv/figures/openwindows_menu.png -share/gnome/help/user-guide/sv/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/sv/figures/resize_pointer.png -share/gnome/help/user-guide/sv/figures/run_button.png -share/gnome/help/user-guide/sv/figures/sample_applet.png -share/gnome/help/user-guide/sv/figures/screenshot_button.png -share/gnome/help/user-guide/sv/figures/searchtool_button.png -share/gnome/help/user-guide/sv/figures/show_desktop_button.png -share/gnome/help/user-guide/sv/figures/titlebar_anno_window.png -share/gnome/help/user-guide/sv/figures/titlebar_window.png -share/gnome/help/user-guide/sv/figures/typical_menu.png -share/gnome/help/user-guide/sv/figures/window_list_applet.png -share/gnome/help/user-guide/sv/figures/window_list_group_applet.png -share/gnome/help/user-guide/sv/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/sv/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/sv/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/sv/figures/yelp_preferences.png -share/gnome/help/user-guide/sv/figures/yelp_window.png -share/gnome/help/user-guide/sv/glossary.xml -share/gnome/help/user-guide/sv/gosbasic.xml -share/gnome/help/user-guide/sv/goscustdesk.xml -share/gnome/help/user-guide/sv/goseditmainmenu.xml -share/gnome/help/user-guide/sv/gosfeedback.xml -share/gnome/help/user-guide/sv/gosnautilus.xml -share/gnome/help/user-guide/sv/gosoverview.xml -share/gnome/help/user-guide/sv/gospanel.xml -share/gnome/help/user-guide/sv/gosstartsession.xml -share/gnome/help/user-guide/sv/gostools.xml -share/gnome/help/user-guide/sv/user-guide.xml -share/gnome/help/user-guide/th/figures/ask_pointer.png -share/gnome/help/user-guide/th/figures/busy_pointer.png -share/gnome/help/user-guide/th/figures/com_file_manager_menu.png -share/gnome/help/user-guide/th/figures/copy_pointer.png -share/gnome/help/user-guide/th/figures/force_quit.png -share/gnome/help/user-guide/th/figures/four_hide_button.png -share/gnome/help/user-guide/th/figures/gedit_window.png -share/gnome/help/user-guide/th/figures/gnome_panel.png -share/gnome/help/user-guide/th/figures/hyperlink_pointer.png -share/gnome/help/user-guide/th/figures/ibeam_pointer.png -share/gnome/help/user-guide/th/figures/link_pointer.png -share/gnome/help/user-guide/th/figures/lockscreen_icon.png -share/gnome/help/user-guide/th/figures/logout_icon.png -share/gnome/help/user-guide/th/figures/menu_bar_applet.png -share/gnome/help/user-guide/th/figures/menu_panel.png -share/gnome/help/user-guide/th/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/th/figures/move_pointer.png -share/gnome/help/user-guide/th/figures/movewindow_pointer.png -share/gnome/help/user-guide/th/figures/naut_browser_mode.png -share/gnome/help/user-guide/th/figures/naut_button_bar.png -share/gnome/help/user-guide/th/figures/naut_computer_launcher.png -share/gnome/help/user-guide/th/figures/naut_emblem.png -share/gnome/help/user-guide/th/figures/naut_go_to_location.png -share/gnome/help/user-guide/th/figures/naut_link_emblem.png -share/gnome/help/user-guide/th/figures/naut_noread_emblem.png -share/gnome/help/user-guide/th/figures/naut_normal_size_button.png -share/gnome/help/user-guide/th/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/th/figures/naut_refine_search.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/th/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/th/figures/naut_search_bar.png -share/gnome/help/user-guide/th/figures/naut_search_results.png -share/gnome/help/user-guide/th/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/th/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/th/figures/naut_spatial_mode.png -share/gnome/help/user-guide/th/figures/naut_spatial_view.png -share/gnome/help/user-guide/th/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/th/figures/naut_trash_launcher.png -share/gnome/help/user-guide/th/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/th/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/th/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/th/figures/normal_pointer.png -share/gnome/help/user-guide/th/figures/not_available_pointer.png -share/gnome/help/user-guide/th/figures/notification_area_icon.png -share/gnome/help/user-guide/th/figures/open_drawer.png -share/gnome/help/user-guide/th/figures/openwindows_menu.png -share/gnome/help/user-guide/th/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/th/figures/resize_pointer.png -share/gnome/help/user-guide/th/figures/run_button.png -share/gnome/help/user-guide/th/figures/sample_applet.png -share/gnome/help/user-guide/th/figures/screenshot_button.png -share/gnome/help/user-guide/th/figures/searchtool_button.png -share/gnome/help/user-guide/th/figures/show_desktop_button.png -share/gnome/help/user-guide/th/figures/titlebar_anno_window.png -share/gnome/help/user-guide/th/figures/titlebar_window.png -share/gnome/help/user-guide/th/figures/typical_menu.png -share/gnome/help/user-guide/th/figures/window_list_applet.png -share/gnome/help/user-guide/th/figures/window_list_group_applet.png -share/gnome/help/user-guide/th/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/th/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/th/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/th/figures/yelp_preferences.png -share/gnome/help/user-guide/th/figures/yelp_window.png -share/gnome/help/user-guide/th/glossary.xml -share/gnome/help/user-guide/th/gosbasic.xml -share/gnome/help/user-guide/th/goscustdesk.xml -share/gnome/help/user-guide/th/goseditmainmenu.xml -share/gnome/help/user-guide/th/gosfeedback.xml -share/gnome/help/user-guide/th/gosnautilus.xml -share/gnome/help/user-guide/th/gosoverview.xml -share/gnome/help/user-guide/th/gospanel.xml -share/gnome/help/user-guide/th/gosstartsession.xml -share/gnome/help/user-guide/th/gostools.xml -share/gnome/help/user-guide/th/user-guide.xml -share/gnome/help/user-guide/zh_CN/figures/ask_pointer.png -share/gnome/help/user-guide/zh_CN/figures/busy_pointer.png -share/gnome/help/user-guide/zh_CN/figures/com_file_manager_menu.png -share/gnome/help/user-guide/zh_CN/figures/copy_pointer.png -share/gnome/help/user-guide/zh_CN/figures/force_quit.png -share/gnome/help/user-guide/zh_CN/figures/four_hide_button.png -share/gnome/help/user-guide/zh_CN/figures/gedit_window.png -share/gnome/help/user-guide/zh_CN/figures/gnome_panel.png -share/gnome/help/user-guide/zh_CN/figures/hyperlink_pointer.png -share/gnome/help/user-guide/zh_CN/figures/ibeam_pointer.png -share/gnome/help/user-guide/zh_CN/figures/link_pointer.png -share/gnome/help/user-guide/zh_CN/figures/lockscreen_icon.png -share/gnome/help/user-guide/zh_CN/figures/logout_icon.png -share/gnome/help/user-guide/zh_CN/figures/menu_bar_applet.png -share/gnome/help/user-guide/zh_CN/figures/menu_panel.png -share/gnome/help/user-guide/zh_CN/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/zh_CN/figures/move_pointer.png -share/gnome/help/user-guide/zh_CN/figures/movewindow_pointer.png -share/gnome/help/user-guide/zh_CN/figures/naut_browser_mode.png -share/gnome/help/user-guide/zh_CN/figures/naut_button_bar.png -share/gnome/help/user-guide/zh_CN/figures/naut_computer_launcher.png -share/gnome/help/user-guide/zh_CN/figures/naut_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_go_to_location.png -share/gnome/help/user-guide/zh_CN/figures/naut_link_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_noread_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_normal_size_button.png -share/gnome/help/user-guide/zh_CN/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_refine_search.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_search_bar.png -share/gnome/help/user-guide/zh_CN/figures/naut_search_results.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_mode.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_view.png -share/gnome/help/user-guide/zh_CN/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/zh_CN/figures/naut_trash_launcher.png -share/gnome/help/user-guide/zh_CN/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/zh_CN/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/zh_CN/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/zh_CN/figures/normal_pointer.png -share/gnome/help/user-guide/zh_CN/figures/not_available_pointer.png -share/gnome/help/user-guide/zh_CN/figures/notification_area_icon.png -share/gnome/help/user-guide/zh_CN/figures/open_drawer.png -share/gnome/help/user-guide/zh_CN/figures/openwindows_menu.png -share/gnome/help/user-guide/zh_CN/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/zh_CN/figures/resize_pointer.png -share/gnome/help/user-guide/zh_CN/figures/run_button.png -share/gnome/help/user-guide/zh_CN/figures/sample_applet.png -share/gnome/help/user-guide/zh_CN/figures/screenshot_button.png -share/gnome/help/user-guide/zh_CN/figures/searchtool_button.png -share/gnome/help/user-guide/zh_CN/figures/show_desktop_button.png -share/gnome/help/user-guide/zh_CN/figures/titlebar_anno_window.png -share/gnome/help/user-guide/zh_CN/figures/titlebar_window.png -share/gnome/help/user-guide/zh_CN/figures/typical_menu.png -share/gnome/help/user-guide/zh_CN/figures/window_list_applet.png -share/gnome/help/user-guide/zh_CN/figures/window_list_group_applet.png -share/gnome/help/user-guide/zh_CN/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/zh_CN/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/zh_CN/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/zh_CN/figures/yelp_preferences.png -share/gnome/help/user-guide/zh_CN/figures/yelp_window.png -share/gnome/help/user-guide/zh_CN/glossary.xml -share/gnome/help/user-guide/zh_CN/gosbasic.xml -share/gnome/help/user-guide/zh_CN/goscustdesk.xml -share/gnome/help/user-guide/zh_CN/goseditmainmenu.xml -share/gnome/help/user-guide/zh_CN/gosfeedback.xml -share/gnome/help/user-guide/zh_CN/gosnautilus.xml -share/gnome/help/user-guide/zh_CN/gosoverview.xml -share/gnome/help/user-guide/zh_CN/gospanel.xml -share/gnome/help/user-guide/zh_CN/gosstartsession.xml -share/gnome/help/user-guide/zh_CN/gostools.xml -share/gnome/help/user-guide/zh_CN/user-guide.xml -share/omf/gnome-access-guide/gnome-access-guide-C.omf -share/omf/gnome-access-guide/gnome-access-guide-de.omf -share/omf/gnome-access-guide/gnome-access-guide-el.omf -share/omf/gnome-access-guide/gnome-access-guide-en_GB.omf -share/omf/gnome-access-guide/gnome-access-guide-es.omf -share/omf/gnome-access-guide/gnome-access-guide-eu.omf -share/omf/gnome-access-guide/gnome-access-guide-fi.omf -share/omf/gnome-access-guide/gnome-access-guide-fr.omf -share/omf/gnome-access-guide/gnome-access-guide-hu.omf -share/omf/gnome-access-guide/gnome-access-guide-it.omf -share/omf/gnome-access-guide/gnome-access-guide-oc.omf -share/omf/gnome-access-guide/gnome-access-guide-pt.omf -share/omf/gnome-access-guide/gnome-access-guide-ru.omf -share/omf/gnome-access-guide/gnome-access-guide-sv.omf -share/omf/gnome-access-guide/gnome-access-guide-zh_CN.omf -share/omf/system-admin-guide/system-admin-guide-C.omf -share/omf/system-admin-guide/system-admin-guide-ca.omf -share/omf/system-admin-guide/system-admin-guide-cs.omf -share/omf/system-admin-guide/system-admin-guide-de.omf -share/omf/system-admin-guide/system-admin-guide-el.omf -share/omf/system-admin-guide/system-admin-guide-es.omf -share/omf/system-admin-guide/system-admin-guide-eu.omf -share/omf/system-admin-guide/system-admin-guide-fi.omf -share/omf/system-admin-guide/system-admin-guide-fr.omf -share/omf/system-admin-guide/system-admin-guide-it.omf -share/omf/system-admin-guide/system-admin-guide-ja.omf -share/omf/system-admin-guide/system-admin-guide-ko.omf -share/omf/system-admin-guide/system-admin-guide-oc.omf -share/omf/system-admin-guide/system-admin-guide-pa.omf -share/omf/system-admin-guide/system-admin-guide-pt.omf -share/omf/system-admin-guide/system-admin-guide-sv.omf -share/omf/system-admin-guide/system-admin-guide-zh_CN.omf -share/omf/user-guide/user-guide-C.omf -share/omf/user-guide/user-guide-ar.omf -share/omf/user-guide/user-guide-bg.omf -share/omf/user-guide/user-guide-cs.omf -share/omf/user-guide/user-guide-de.omf -share/omf/user-guide/user-guide-el.omf -share/omf/user-guide/user-guide-es.omf -share/omf/user-guide/user-guide-eu.omf -share/omf/user-guide/user-guide-fi.omf -share/omf/user-guide/user-guide-fr.omf -share/omf/user-guide/user-guide-hu.omf -share/omf/user-guide/user-guide-it.omf -share/omf/user-guide/user-guide-ja.omf -share/omf/user-guide/user-guide-ko.omf -share/omf/user-guide/user-guide-oc.omf -share/omf/user-guide/user-guide-pa.omf -share/omf/user-guide/user-guide-pt.omf -share/omf/user-guide/user-guide-pt_BR.omf -share/omf/user-guide/user-guide-ru.omf -share/omf/user-guide/user-guide-sv.omf -share/omf/user-guide/user-guide-th.omf -share/omf/user-guide/user-guide-zh_CN.omf -@dirrm share/omf/user-guide -@dirrm share/omf/system-admin-guide -@dirrm share/omf/gnome-access-guide -@dirrm share/gnome/help/user-guide/zh_CN/figures -@dirrm share/gnome/help/user-guide/zh_CN -@dirrm share/gnome/help/user-guide/th/figures -@dirrm share/gnome/help/user-guide/th -@dirrm share/gnome/help/user-guide/sv/figures -@dirrm share/gnome/help/user-guide/sv -@dirrm share/gnome/help/user-guide/ru/figures -@dirrm share/gnome/help/user-guide/ru -@dirrm share/gnome/help/user-guide/pt_BR/figures -@dirrm share/gnome/help/user-guide/pt_BR -@dirrm share/gnome/help/user-guide/pt/figures -@dirrm share/gnome/help/user-guide/pt -@dirrm share/gnome/help/user-guide/pa/figures -@dirrm share/gnome/help/user-guide/pa -@dirrm share/gnome/help/user-guide/oc/figures -@dirrm share/gnome/help/user-guide/oc -@dirrm share/gnome/help/user-guide/ko/figures -@dirrm share/gnome/help/user-guide/ko -@dirrm share/gnome/help/user-guide/ja/figures -@dirrm share/gnome/help/user-guide/ja -@dirrm share/gnome/help/user-guide/it/figures -@dirrm share/gnome/help/user-guide/it -@dirrm share/gnome/help/user-guide/hu/figures -@dirrm share/gnome/help/user-guide/hu -@dirrm share/gnome/help/user-guide/fr/figures -@dirrm share/gnome/help/user-guide/fr -@dirrm share/gnome/help/user-guide/fi/figures -@dirrm share/gnome/help/user-guide/fi -@dirrm share/gnome/help/user-guide/eu/figures -@dirrm share/gnome/help/user-guide/eu -@dirrm share/gnome/help/user-guide/es/figures -@dirrm share/gnome/help/user-guide/es -@dirrm share/gnome/help/user-guide/el/figures -@dirrm share/gnome/help/user-guide/el -@dirrm share/gnome/help/user-guide/de/figures -@dirrm share/gnome/help/user-guide/de -@dirrm share/gnome/help/user-guide/cs/figures -@dirrm share/gnome/help/user-guide/cs -@dirrm share/gnome/help/user-guide/bg/figures -@dirrm share/gnome/help/user-guide/bg -@dirrm share/gnome/help/user-guide/ar/figures -@dirrm share/gnome/help/user-guide/ar -@dirrm share/gnome/help/user-guide/C/figures -@dirrm share/gnome/help/user-guide/C -@dirrm share/gnome/help/user-guide -@dirrm share/gnome/help/system-admin-guide/zh_CN -@dirrm share/gnome/help/system-admin-guide/sv -@dirrm share/gnome/help/system-admin-guide/pt -@dirrm share/gnome/help/system-admin-guide/pa -@dirrm share/gnome/help/system-admin-guide/oc -@dirrm share/gnome/help/system-admin-guide/ko -@dirrm share/gnome/help/system-admin-guide/ja -@dirrm share/gnome/help/system-admin-guide/it -@dirrm share/gnome/help/system-admin-guide/fr -@dirrm share/gnome/help/system-admin-guide/fi -@dirrm share/gnome/help/system-admin-guide/eu -@dirrm share/gnome/help/system-admin-guide/es -@dirrm share/gnome/help/system-admin-guide/el -@dirrm share/gnome/help/system-admin-guide/de -@dirrm share/gnome/help/system-admin-guide/cs -@dirrm share/gnome/help/system-admin-guide/ca -@dirrm share/gnome/help/system-admin-guide/C -@dirrm share/gnome/help/system-admin-guide -@dirrm share/gnome/help/gnome-access-guide/zh_CN/figures -@dirrm share/gnome/help/gnome-access-guide/zh_CN -@dirrm share/gnome/help/gnome-access-guide/sv/figures -@dirrm share/gnome/help/gnome-access-guide/sv -@dirrm share/gnome/help/gnome-access-guide/ru/figures -@dirrm share/gnome/help/gnome-access-guide/ru -@dirrm share/gnome/help/gnome-access-guide/pt/figures -@dirrm share/gnome/help/gnome-access-guide/pt -@dirrm share/gnome/help/gnome-access-guide/oc/figures -@dirrm share/gnome/help/gnome-access-guide/oc -@dirrm share/gnome/help/gnome-access-guide/it/figures -@dirrm share/gnome/help/gnome-access-guide/it -@dirrm share/gnome/help/gnome-access-guide/hu/figures -@dirrm share/gnome/help/gnome-access-guide/hu -@dirrm share/gnome/help/gnome-access-guide/fr/figures -@dirrm share/gnome/help/gnome-access-guide/fr -@dirrm share/gnome/help/gnome-access-guide/fi/figures -@dirrm share/gnome/help/gnome-access-guide/fi -@dirrm share/gnome/help/gnome-access-guide/eu/figures -@dirrm share/gnome/help/gnome-access-guide/eu -@dirrm share/gnome/help/gnome-access-guide/es/figures -@dirrm share/gnome/help/gnome-access-guide/es -@dirrm share/gnome/help/gnome-access-guide/en_GB/figures -@dirrm share/gnome/help/gnome-access-guide/en_GB -@dirrm share/gnome/help/gnome-access-guide/el/figures -@dirrm share/gnome/help/gnome-access-guide/el -@dirrm share/gnome/help/gnome-access-guide/de/figures -@dirrm share/gnome/help/gnome-access-guide/de -@dirrm share/gnome/help/gnome-access-guide/C/figures -@dirrm share/gnome/help/gnome-access-guide/C -@dirrm share/gnome/help/gnome-access-guide diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile deleted file mode 100644 index dcdde2e1b..000000000 --- a/misc/hicolor-icon-theme/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# New ports collection makefile for: hicolor-icon-theme -# Date created: 13 January 2003 -# Whom: marcus@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.7 2006/12/07 07:33:37 marcus Exp $ -# - -PORTNAME= hicolor-icon-theme -PORTVERSION= 0.11 -CATEGORIES= misc gnome -MASTER_SITES= http://icon-theme.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A high-color icon theme shell from the FreeDesktop project - -USE_GNOME= gnometarget -GNU_CONFIGURE= yes - -ICON_DIR?= share/icons/hicolor -ICON_FILES= index.theme -SUB_FILES= pkg-install -PKG_INSTALL= ${WRKDIR}/pkg-install -PLIST= ${WRKDIR}/pkg-plist - -# Update the below from Makefile.in each release -ICON_SIZES= 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ - 128x128 192x192 256x256 scalable -ICON_CONTEXTS= actions animations apps categories devices emblems emotes \ - filesystems intl mimetypes places status stock -STOCK_SUBS= chart code data form image io media navigation net object table text - -SUB_LIST= ICON_SIZES="${ICON_SIZES}" ICON_CONTEXTS="${ICON_CONTEXTS}" \ - STOCK_SUBS="${STOCK_SUBS}" - -.include <bsd.port.pre.mk> - -pre-install: - @${RM} -f ${PLIST} - @${TOUCH} -f ${PLIST} -.for file in ${ICON_FILES} - @${ECHO_CMD} "${ICON_DIR}/${file}" >> ${PLIST} -.endfor -.for dir in ${ICON_SIZES} -. for ctxt in ${ICON_CONTEXTS} - if [ "${ctxt}" = "stock" ] ; then \ - for sub in ${STOCK_SUBS} ; do \ - ${ECHO_CMD} "${ICON_DIR}/${dir}/${ctxt}/$${sub}/.keep_me" >> ${PLIST} ; \ - done ; \ - fi - ${ECHO_CMD} "${ICON_DIR}/${dir}/${ctxt}/.keep_me" >> ${PLIST} ; -. endfor -.endfor -.for dir in ${ICON_SIZES} -. for ctxt in ${ICON_CONTEXTS} - if [ "${ctxt}" = "stock" ] ; then \ - for sub in ${STOCK_SUBS} ; do \ - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}/${dir}/${ctxt}/$${sub}" >> ${PLIST} ; \ - done ; \ - fi - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}/${dir}/${ctxt}" >> ${PLIST} -. endfor - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}/${dir}" >> ${PLIST} -.endfor - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}" >> ${PLIST} - ${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST} - -post-install: -.for dir in ${ICON_SIZES} -. for ctxt in ${ICON_CONTEXTS} - if [ "${ctxt}" = "stock" ] ; then \ - for sub in ${STOCK_SUBS} ; do \ - ${TOUCH} ${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/$${sub}/.keep_me ; \ - done ; \ - fi - ${TOUCH} ${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/.keep_me -. endfor -.endfor - -.include <bsd.port.post.mk> diff --git a/misc/hicolor-icon-theme/distinfo b/misc/hicolor-icon-theme/distinfo deleted file mode 100644 index 8e66928f5..000000000 --- a/misc/hicolor-icon-theme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hicolor-icon-theme-0.11.tar.gz) = 5cf5527e803a554f43319ee53c771e0b -SHA256 (hicolor-icon-theme-0.11.tar.gz) = 44eb1f158a9b2a92cd626541a24c44387162b3d792e4b238c84e6f3d8ed1dd9a -SIZE (hicolor-icon-theme-0.11.tar.gz) = 38020 diff --git a/misc/hicolor-icon-theme/files/patch-Makefile.in b/misc/hicolor-icon-theme/files/patch-Makefile.in deleted file mode 100644 index f021cf385..000000000 --- a/misc/hicolor-icon-theme/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-09-26 08:47:08.000000000 -0400 -+++ Makefile.in 2009-09-26 08:47:18.000000000 -0400 -@@ -10,7 +10,7 @@ distdir = $(PACKAGE)-$(VERSION) - FILES = README Makefile.in configure.ac configure install-sh index.theme ChangeLog COPYING - - ICON_SIZES = 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ -- 128x128 192x192 scalable -+ 128x128 192x192 256x256 scalable - ICON_CONTEXTS = actions animations apps categories devices emblems emotes filesystems intl mimetypes places status stock - STOCK_SUBS = chart code data form image io media navigation net object table text - diff --git a/misc/hicolor-icon-theme/files/pkg-install.in b/misc/hicolor-icon-theme/files/pkg-install.in deleted file mode 100644 index a450e1803..000000000 --- a/misc/hicolor-icon-theme/files/pkg-install.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# $MCom: ports/misc/hicolor-icon-theme/files/pkg-install.in,v 1.6 2009/09/26 12:53:31 marcus Exp $ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - ICON_SIZES="%%ICON_SIZES%%" - ICON_CONTEXTS="%%ICON_CONTEXTS%%" - STOCK_SUBS="%%STOCK_SUBS%%" - - for dir in ${ICON_SIZES}; do - for ctxt in ${ICON_CONTEXTS}; do - mkdir -p ${PKG_PREFIX}/share/icons/hicolor/${dir}/${ctxt} - if [ "${ctxt}" = "stock" ]; then - for sub in ${STOCK_SUBS}; do - mkdir -p ${PKG_PREFIX}/share/icons/hicolor/${dir}/${ctxt}/${sub} - done - fi - done - done - ;; -esac diff --git a/misc/hicolor-icon-theme/pkg-descr b/misc/hicolor-icon-theme/pkg-descr deleted file mode 100644 index 3164aaa06..000000000 --- a/misc/hicolor-icon-theme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The freedesktop.org project provides a shared high-color desktop icon theme -shell for use under both KDE and GNOME desktops. - -WWW: http://www.freedesktop.org/Standards/icon-theme-spec diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile deleted file mode 100644 index 519dbd22d..000000000 --- a/misc/shared-mime-info/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: shared-mime-info -# Date created: 31 May 2002 -# Whom: olgeni@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/misc/shared-mime-info/Makefile,v 1.15 2009/10/10 15:52:41 marcus Exp $ -# - -PORTNAME= shared-mime-info -PORTVERSION= 0.70 -CATEGORIES= misc gnome -MASTER_SITES= http://people.freedesktop.org/~hadess/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A MIME type database from the FreeDesktop project - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= glib20 libxml2 intltool gnomehack intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= update-mime-database.1 - -PKGINSTALL= ${WRKDIR}/pkg-install - -MIMEDIRS= ${LOCALBASE}/share/mime \ - ${PREFIX}/share/mime -MIMESUBDIRS= application audio image inode message model multipart \ - packages text video x-epoc x-content - -post-patch: - @${REINPLACE_CMD} -e 's|%%MIMEDIRS%%|${MIMEDIRS}|g' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/update-mime-database.c - -post-install: - @${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \ - s|%%MIMEDIRS%%|${MIMEDIRS}|' \ - < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} - -.include <bsd.port.mk> diff --git a/misc/shared-mime-info/distinfo b/misc/shared-mime-info/distinfo deleted file mode 100644 index 6a6ac375c..000000000 --- a/misc/shared-mime-info/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (shared-mime-info-0.70.tar.bz2) = 9032d98f14b8e13e0fea4bf45ca23401 -SHA256 (shared-mime-info-0.70.tar.bz2) = 0f9a3a6af30c43611db7b7873b91e96197ffc0c89b8e1ee16bc9f893e12c0ca0 -SIZE (shared-mime-info-0.70.tar.bz2) = 497575 diff --git a/misc/shared-mime-info/files/patch-Makefile.in b/misc/shared-mime-info/files/patch-Makefile.in deleted file mode 100644 index 0219b47bf..000000000 --- a/misc/shared-mime-info/files/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig 2009-02-23 00:08:21.000000000 -0500 -+++ Makefile.in 2009-02-23 00:09:39.000000000 -0500 -@@ -937,7 +937,11 @@ $(pkgconfig_DATA): config.status - @INTLTOOL_DESKTOP_RULE@ - - install-data-hook: --@ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" -V "$(DESTDIR)$(datadir)/mime" -+@ENABLE_UPDATE_MIMEDB_TRUE@ for mdir in %%MIMEDIRS%%; do \ -+@ENABLE_UPDATE_MIMEDB_TRUE@ if [ -d $${mdir} ]; then \ -+@ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" "$${mdir}" ; \ -+@ENABLE_UPDATE_MIMEDB_TRUE@ fi; \ -+@ENABLE_UPDATE_MIMEDB_TRUE@ done - - uninstall-hook: - for media in text application image audio inode video message model multipart x-epoc x-content; do rm -f "$(DESTDIR)$(datadir)/mime/$${media}/"*.xml; done diff --git a/misc/shared-mime-info/files/patch-update-mime-database.c b/misc/shared-mime-info/files/patch-update-mime-database.c deleted file mode 100644 index 3fb1a99b8..000000000 --- a/misc/shared-mime-info/files/patch-update-mime-database.c +++ /dev/null @@ -1,21 +0,0 @@ ---- update-mime-database.c.orig 2007-07-02 04:00:13.000000000 -0500 -+++ update-mime-database.c 2008-01-28 23:42:30.000000000 -0600 -@@ -445,7 +446,8 @@ - } - } - -- xmlFree(lang); -+ if (lang) -+ xmlFree(lang); - } - - /* 'node' is a <mime-type> node from a source file, whose type is 'type'. -@@ -1510,7 +1512,7 @@ - - env = getenv("XDG_DATA_DIRS"); - if (!env) -- env = "/usr/local/share/"PATH_SEPARATOR"/usr/share/"; -+ env = "/usr/local/share/"; - dirs = g_strsplit(env, PATH_SEPARATOR, 0); - g_return_if_fail(dirs != NULL); - for (n = 0; dirs[n]; n++) diff --git a/misc/shared-mime-info/files/pkg-install.in b/misc/shared-mime-info/files/pkg-install.in deleted file mode 100644 index b2c3db6d3..000000000 --- a/misc/shared-mime-info/files/pkg-install.in +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - for mdir in %%MIMEDIRS%%; do - if [ -d ${mdir} ]; then - %%PREFIX%%/bin/update-mime-database ${mdir} - fi - done - exit 0 - ;; -esac diff --git a/misc/shared-mime-info/pkg-descr b/misc/shared-mime-info/pkg-descr deleted file mode 100644 index 2dd23c8df..000000000 --- a/misc/shared-mime-info/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The freedesktop.org project provides a shared MIME database to avoid -inconsistencies between desktops. This database has been created by -converting the existing KDE and GNOME databases to the a format and -merging them together. - -WWW: http://www.freedesktop.org/wiki/Software/shared-mime-info diff --git a/misc/shared-mime-info/pkg-plist b/misc/shared-mime-info/pkg-plist deleted file mode 100644 index 09b39e459..000000000 --- a/misc/shared-mime-info/pkg-plist +++ /dev/null @@ -1,668 +0,0 @@ -bin/update-mime-database -libdata/pkgconfig/shared-mime-info.pc -share/locale/az/LC_MESSAGES/shared-mime-info.mo -share/locale/be@latin/LC_MESSAGES/shared-mime-info.mo -share/locale/bg/LC_MESSAGES/shared-mime-info.mo -share/locale/ca/LC_MESSAGES/shared-mime-info.mo -share/locale/cs/LC_MESSAGES/shared-mime-info.mo -share/locale/cy/LC_MESSAGES/shared-mime-info.mo -share/locale/da/LC_MESSAGES/shared-mime-info.mo -share/locale/de/LC_MESSAGES/shared-mime-info.mo -share/locale/el/LC_MESSAGES/shared-mime-info.mo -share/locale/en_GB/LC_MESSAGES/shared-mime-info.mo -share/locale/eo/LC_MESSAGES/shared-mime-info.mo -share/locale/es/LC_MESSAGES/shared-mime-info.mo -share/locale/eu/LC_MESSAGES/shared-mime-info.mo -share/locale/fi/LC_MESSAGES/shared-mime-info.mo -share/locale/fr/LC_MESSAGES/shared-mime-info.mo -share/locale/ga/LC_MESSAGES/shared-mime-info.mo -share/locale/hu/LC_MESSAGES/shared-mime-info.mo -share/locale/id/LC_MESSAGES/shared-mime-info.mo -share/locale/it/LC_MESSAGES/shared-mime-info.mo -share/locale/ja/LC_MESSAGES/shared-mime-info.mo -share/locale/ko/LC_MESSAGES/shared-mime-info.mo -share/locale/lt/LC_MESSAGES/shared-mime-info.mo -share/locale/lv/LC_MESSAGES/shared-mime-info.mo -share/locale/ms/LC_MESSAGES/shared-mime-info.mo -share/locale/nb/LC_MESSAGES/shared-mime-info.mo -share/locale/nl/LC_MESSAGES/shared-mime-info.mo -share/locale/nn/LC_MESSAGES/shared-mime-info.mo -share/locale/pl/LC_MESSAGES/shared-mime-info.mo -share/locale/pt/LC_MESSAGES/shared-mime-info.mo -share/locale/pt_BR/LC_MESSAGES/shared-mime-info.mo -share/locale/ru/LC_MESSAGES/shared-mime-info.mo -share/locale/rw/LC_MESSAGES/shared-mime-info.mo -share/locale/sq/LC_MESSAGES/shared-mime-info.mo -share/locale/sr/LC_MESSAGES/shared-mime-info.mo -share/locale/sv/LC_MESSAGES/shared-mime-info.mo -share/locale/uk/LC_MESSAGES/shared-mime-info.mo -share/locale/vi/LC_MESSAGES/shared-mime-info.mo -share/locale/zh_CN/LC_MESSAGES/shared-mime-info.mo -share/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo -share/mime/application/andrew-inset.xml -share/mime/application/annodex.xml -share/mime/application/atom+xml.xml -share/mime/application/dicom.xml -share/mime/application/docbook+xml.xml -share/mime/application/ecmascript.xml -share/mime/application/epub+zip.xml -share/mime/application/gnunet-directory.xml -share/mime/application/illustrator.xml -share/mime/application/javascript.xml -share/mime/application/mac-binhex40.xml -share/mime/application/mathematica.xml -share/mime/application/mbox.xml -share/mime/application/metalink+xml.xml -share/mime/application/msword-template.xml -share/mime/application/msword.xml -share/mime/application/mxf.xml -share/mime/application/octet-stream.xml -share/mime/application/oda.xml -share/mime/application/ogg.xml -share/mime/application/pdf.xml -share/mime/application/pgp-encrypted.xml -share/mime/application/pgp-keys.xml -share/mime/application/pgp-signature.xml -share/mime/application/pkcs10.xml -share/mime/application/pkcs7-mime.xml -share/mime/application/pkcs7-signature.xml -share/mime/application/pkix-pkipath.xml -share/mime/application/postscript.xml -share/mime/application/prs.plucker.xml -share/mime/application/ram.xml -share/mime/application/rdf+xml.xml -share/mime/application/rss+xml.xml -share/mime/application/rtf.xml -share/mime/application/sdp.xml -share/mime/application/sieve.xml -share/mime/application/smil.xml -share/mime/application/vnd.corel-draw.xml -share/mime/application/vnd.emusic-emusic_package.xml -share/mime/application/vnd.google-earth.kml+xml.xml -share/mime/application/vnd.google-earth.kmz.xml -share/mime/application/vnd.hp-hpgl.xml -share/mime/application/vnd.hp-pcl.xml -share/mime/application/vnd.lotus-1-2-3.xml -share/mime/application/vnd.mozilla.xul+xml.xml -share/mime/application/vnd.ms-access.xml -share/mime/application/vnd.ms-cab-compressed.xml -share/mime/application/vnd.ms-excel.xml -share/mime/application/vnd.ms-powerpoint.xml -share/mime/application/vnd.ms-tnef.xml -share/mime/application/vnd.ms-works.xml -share/mime/application/vnd.ms-wpl.xml -share/mime/application/vnd.ms-xpsdocument.xml -share/mime/application/vnd.oasis.opendocument.chart-template.xml -share/mime/application/vnd.oasis.opendocument.chart.xml -share/mime/application/vnd.oasis.opendocument.database.xml -share/mime/application/vnd.oasis.opendocument.formula-template.xml -share/mime/application/vnd.oasis.opendocument.formula.xml -share/mime/application/vnd.oasis.opendocument.graphics-template.xml -share/mime/application/vnd.oasis.opendocument.graphics.xml -share/mime/application/vnd.oasis.opendocument.image.xml -share/mime/application/vnd.oasis.opendocument.presentation-template.xml -share/mime/application/vnd.oasis.opendocument.presentation.xml -share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml -share/mime/application/vnd.oasis.opendocument.spreadsheet.xml -share/mime/application/vnd.oasis.opendocument.text-master.xml -share/mime/application/vnd.oasis.opendocument.text-template.xml -share/mime/application/vnd.oasis.opendocument.text-web.xml -share/mime/application/vnd.oasis.opendocument.text.xml -share/mime/application/vnd.openofficeorg.extension.xml -share/mime/application/vnd.openxmlformats-officedocument.presentationml.presentation.xml -share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xml -share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.document.xml -share/mime/application/vnd.rn-realmedia.xml -share/mime/application/vnd.stardivision.calc.xml -share/mime/application/vnd.stardivision.chart.xml -share/mime/application/vnd.stardivision.draw.xml -share/mime/application/vnd.stardivision.impress.xml -share/mime/application/vnd.stardivision.mail.xml -share/mime/application/vnd.stardivision.math.xml -share/mime/application/vnd.stardivision.writer.xml -share/mime/application/vnd.sun.xml.calc.template.xml -share/mime/application/vnd.sun.xml.calc.xml -share/mime/application/vnd.sun.xml.draw.template.xml -share/mime/application/vnd.sun.xml.draw.xml -share/mime/application/vnd.sun.xml.impress.template.xml -share/mime/application/vnd.sun.xml.impress.xml -share/mime/application/vnd.sun.xml.math.xml -share/mime/application/vnd.sun.xml.writer.global.xml -share/mime/application/vnd.sun.xml.writer.template.xml -share/mime/application/vnd.sun.xml.writer.xml -share/mime/application/vnd.symbian.install.xml -share/mime/application/vnd.wordperfect.xml -share/mime/application/x-7z-compressed.xml -share/mime/application/x-abiword.xml -share/mime/application/x-ace.xml -share/mime/application/x-alz.xml -share/mime/application/x-amipro.xml -share/mime/application/x-aportisdoc.xml -share/mime/application/x-applix-spreadsheet.xml -share/mime/application/x-applix-word.xml -share/mime/application/x-arc.xml -share/mime/application/x-archive.xml -share/mime/application/x-arj.xml -share/mime/application/x-asp.xml -share/mime/application/x-awk.xml -share/mime/application/x-bcpio.xml -share/mime/application/x-bittorrent.xml -share/mime/application/x-blender.xml -share/mime/application/x-bzdvi.xml -share/mime/application/x-bzip-compressed-tar.xml -share/mime/application/x-bzip.xml -share/mime/application/x-bzpdf.xml -share/mime/application/x-bzpostscript.xml -share/mime/application/x-cb7.xml -share/mime/application/x-cbr.xml -share/mime/application/x-cbt.xml -share/mime/application/x-cbz.xml -share/mime/application/x-cd-image.xml -share/mime/application/x-cdrdao-toc.xml -share/mime/application/x-chess-pgn.xml -share/mime/application/x-chm.xml -share/mime/application/x-cisco-vpn-settings.xml -share/mime/application/x-class-file.xml -share/mime/application/x-compress.xml -share/mime/application/x-compressed-tar.xml -share/mime/application/x-core.xml -share/mime/application/x-cpio-compressed.xml -share/mime/application/x-cpio.xml -share/mime/application/x-csh.xml -share/mime/application/x-cue.xml -share/mime/application/x-dar.xml -share/mime/application/x-dbf.xml -share/mime/application/x-dc-rom.xml -share/mime/application/x-deb.xml -share/mime/application/x-designer.xml -share/mime/application/x-desktop.xml -share/mime/application/x-dia-diagram.xml -share/mime/application/x-dvi.xml -share/mime/application/x-e-theme.xml -share/mime/application/x-egon.xml -share/mime/application/x-executable.xml -share/mime/application/x-fictionbook+xml.xml -share/mime/application/x-fluid.xml -share/mime/application/x-font-afm.xml -share/mime/application/x-font-bdf.xml -share/mime/application/x-font-dos.xml -share/mime/application/x-font-framemaker.xml -share/mime/application/x-font-libgrx.xml -share/mime/application/x-font-linux-psf.xml -share/mime/application/x-font-otf.xml -share/mime/application/x-font-pcf.xml -share/mime/application/x-font-speedo.xml -share/mime/application/x-font-sunos-news.xml -share/mime/application/x-font-tex-tfm.xml -share/mime/application/x-font-tex.xml -share/mime/application/x-font-ttf.xml -share/mime/application/x-font-ttx.xml -share/mime/application/x-font-type1.xml -share/mime/application/x-font-vfont.xml -share/mime/application/x-frame.xml -share/mime/application/x-gameboy-rom.xml -share/mime/application/x-gba-rom.xml -share/mime/application/x-gdbm.xml -share/mime/application/x-gedcom.xml -share/mime/application/x-genesis-rom.xml -share/mime/application/x-gettext-translation.xml -share/mime/application/x-glade.xml -share/mime/application/x-gmc-link.xml -share/mime/application/x-gnucash.xml -share/mime/application/x-gnumeric.xml -share/mime/application/x-gnuplot.xml -share/mime/application/x-go-sgf.xml -share/mime/application/x-graphite.xml -share/mime/application/x-gtktalog.xml -share/mime/application/x-gz-font-linux-psf.xml -share/mime/application/x-gzdvi.xml -share/mime/application/x-gzip.xml -share/mime/application/x-gzpdf.xml -share/mime/application/x-gzpostscript.xml -share/mime/application/x-hdf.xml -share/mime/application/x-hwp.xml -share/mime/application/x-hwt.xml -share/mime/application/x-ica.xml -share/mime/application/x-ipod-firmware.xml -share/mime/application/x-java-archive.xml -share/mime/application/x-java-jnlp-file.xml -share/mime/application/x-java-pack200.xml -share/mime/application/x-java.xml -share/mime/application/x-jbuilder-project.xml -share/mime/application/x-karbon.xml -share/mime/application/x-kchart.xml -share/mime/application/x-kexi-connectiondata.xml -share/mime/application/x-kexiproject-shortcut.xml -share/mime/application/x-kexiproject-sqlite2.xml -share/mime/application/x-kexiproject-sqlite3.xml -share/mime/application/x-kformula.xml -share/mime/application/x-killustrator.xml -share/mime/application/x-kivio.xml -share/mime/application/x-kontour.xml -share/mime/application/x-kpovmodeler.xml -share/mime/application/x-kpresenter.xml -share/mime/application/x-krita.xml -share/mime/application/x-kspread-crypt.xml -share/mime/application/x-kspread.xml -share/mime/application/x-ksysv-package.xml -share/mime/application/x-kugar.xml -share/mime/application/x-kword-crypt.xml -share/mime/application/x-kword.xml -share/mime/application/x-lha.xml -share/mime/application/x-lhz.xml -share/mime/application/x-linguist.xml -share/mime/application/x-lyx.xml -share/mime/application/x-lzip.xml -share/mime/application/x-lzma-compressed-tar.xml -share/mime/application/x-lzma.xml -share/mime/application/x-lzop.xml -share/mime/application/x-m4.xml -share/mime/application/x-macbinary.xml -share/mime/application/x-magicpoint.xml -share/mime/application/x-markaby.xml -share/mime/application/x-matroska.xml -share/mime/application/x-mif.xml -share/mime/application/x-mozilla-bookmarks.xml -share/mime/application/x-ms-dos-executable.xml -share/mime/application/x-msi.xml -share/mime/application/x-mswinurl.xml -share/mime/application/x-mswrite.xml -share/mime/application/x-msx-rom.xml -share/mime/application/x-n64-rom.xml -share/mime/application/x-nautilus-link.xml -share/mime/application/x-navi-animation.xml -share/mime/application/x-nes-rom.xml -share/mime/application/x-netcdf.xml -share/mime/application/x-netshow-channel.xml -share/mime/application/x-nintendo-ds-rom.xml -share/mime/application/x-object.xml -share/mime/application/x-ole-storage.xml -share/mime/application/x-oleo.xml -share/mime/application/x-pak.xml -share/mime/application/x-palm-database.xml -share/mime/application/x-par2.xml -share/mime/application/x-pef-executable.xml -share/mime/application/x-perl.xml -share/mime/application/x-php.xml -share/mime/application/x-pkcs12.xml -share/mime/application/x-pkcs7-certificates.xml -share/mime/application/x-planperfect.xml -share/mime/application/x-pocket-word.xml -share/mime/application/x-profile.xml -share/mime/application/x-pw.xml -share/mime/application/x-python-bytecode.xml -share/mime/application/x-quattropro.xml -share/mime/application/x-quicktime-media-link.xml -share/mime/application/x-qw.xml -share/mime/application/x-rar.xml -share/mime/application/x-reject.xml -share/mime/application/x-rpm.xml -share/mime/application/x-ruby.xml -share/mime/application/x-sami.xml -share/mime/application/x-sc.xml -share/mime/application/x-shar.xml -share/mime/application/x-shared-library-la.xml -share/mime/application/x-sharedlib.xml -share/mime/application/x-shellscript.xml -share/mime/application/x-shockwave-flash.xml -share/mime/application/x-shorten.xml -share/mime/application/x-siag.xml -share/mime/application/x-slp.xml -share/mime/application/x-smaf.xml -share/mime/application/x-sms-rom.xml -share/mime/application/x-snes-rom.xml -share/mime/application/x-spss-por.xml -share/mime/application/x-spss-sav.xml -share/mime/application/x-sqlite2.xml -share/mime/application/x-sqlite3.xml -share/mime/application/x-stuffit.xml -share/mime/application/x-subrip.xml -share/mime/application/x-sv4cpio.xml -share/mime/application/x-sv4crc.xml -share/mime/application/x-t602.xml -share/mime/application/x-tar.xml -share/mime/application/x-tarz.xml -share/mime/application/x-tex-gf.xml -share/mime/application/x-tex-pk.xml -share/mime/application/x-tgif.xml -share/mime/application/x-theme.xml -share/mime/application/x-toutdoux.xml -share/mime/application/x-trash.xml -share/mime/application/x-troff-man-compressed.xml -share/mime/application/x-troff-man.xml -share/mime/application/x-tzo.xml -share/mime/application/x-ufraw.xml -share/mime/application/x-ustar.xml -share/mime/application/x-wais-source.xml -share/mime/application/x-windows-themepack.xml -share/mime/application/x-wpg.xml -share/mime/application/x-x509-ca-cert.xml -share/mime/application/x-xbel.xml -share/mime/application/x-xliff.xml -share/mime/application/x-xz-compressed-tar.xml -share/mime/application/x-xz.xml -share/mime/application/x-zerosize.xml -share/mime/application/x-zoo.xml -share/mime/application/xhtml+xml.xml -share/mime/application/xml-dtd.xml -share/mime/application/xml-external-parsed-entity.xml -share/mime/application/xml.xml -share/mime/application/xslt+xml.xml -share/mime/application/xspf+xml.xml -share/mime/application/zip.xml -share/mime/audio/AMR-WB.xml -share/mime/audio/AMR.xml -share/mime/audio/ac3.xml -share/mime/audio/annodex.xml -share/mime/audio/basic.xml -share/mime/audio/midi.xml -share/mime/audio/mp2.xml -share/mime/audio/mp4.xml -share/mime/audio/mpeg.xml -share/mime/audio/ogg.xml -share/mime/audio/prs.sid.xml -share/mime/audio/vnd.rn-realaudio.xml -share/mime/audio/x-adpcm.xml -share/mime/audio/x-aifc.xml -share/mime/audio/x-aiff.xml -share/mime/audio/x-aiffc.xml -share/mime/audio/x-ape.xml -share/mime/audio/x-flac+ogg.xml -share/mime/audio/x-flac.xml -share/mime/audio/x-gsm.xml -share/mime/audio/x-iriver-pla.xml -share/mime/audio/x-it.xml -share/mime/audio/x-m4b.xml -share/mime/audio/x-matroska.xml -share/mime/audio/x-minipsf.xml -share/mime/audio/x-mo3.xml -share/mime/audio/x-mod.xml -share/mime/audio/x-mpegurl.xml -share/mime/audio/x-ms-asx.xml -share/mime/audio/x-ms-wma.xml -share/mime/audio/x-musepack.xml -share/mime/audio/x-psf.xml -share/mime/audio/x-psflib.xml -share/mime/audio/x-riff.xml -share/mime/audio/x-s3m.xml -share/mime/audio/x-scpls.xml -share/mime/audio/x-speex+ogg.xml -share/mime/audio/x-speex.xml -share/mime/audio/x-stm.xml -share/mime/audio/x-tta.xml -share/mime/audio/x-voc.xml -share/mime/audio/x-vorbis+ogg.xml -share/mime/audio/x-wav.xml -share/mime/audio/x-wavpack-correction.xml -share/mime/audio/x-wavpack.xml -share/mime/audio/x-xi.xml -share/mime/audio/x-xm.xml -share/mime/audio/x-xmf.xml -share/mime/image/bmp.xml -share/mime/image/cgm.xml -share/mime/image/dpx.xml -share/mime/image/fax-g3.xml -share/mime/image/fits.xml -share/mime/image/g3fax.xml -share/mime/image/gif.xml -share/mime/image/ief.xml -share/mime/image/jp2.xml -share/mime/image/jpeg.xml -share/mime/image/openraster.xml -share/mime/image/png.xml -share/mime/image/rle.xml -share/mime/image/svg+xml-compressed.xml -share/mime/image/svg+xml.xml -share/mime/image/tiff.xml -share/mime/image/vnd.adobe.photoshop.xml -share/mime/image/vnd.djvu.xml -share/mime/image/vnd.dwg.xml -share/mime/image/vnd.dxf.xml -share/mime/image/vnd.microsoft.icon.xml -share/mime/image/vnd.ms-modi.xml -share/mime/image/vnd.rn-realpix.xml -share/mime/image/vnd.wap.wbmp.xml -share/mime/image/x-3ds.xml -share/mime/image/x-adobe-dng.xml -share/mime/image/x-applix-graphics.xml -share/mime/image/x-bzeps.xml -share/mime/image/x-canon-cr2.xml -share/mime/image/x-canon-crw.xml -share/mime/image/x-cmu-raster.xml -share/mime/image/x-compressed-xcf.xml -share/mime/image/x-dcraw.xml -share/mime/image/x-dds.xml -share/mime/image/x-dib.xml -share/mime/image/x-emf.xml -share/mime/image/x-eps.xml -share/mime/image/x-exr.xml -share/mime/image/x-fpx.xml -share/mime/image/x-fuji-raf.xml -share/mime/image/x-gzeps.xml -share/mime/image/x-icns.xml -share/mime/image/x-iff.xml -share/mime/image/x-ilbm.xml -share/mime/image/x-jng.xml -share/mime/image/x-kodak-dcr.xml -share/mime/image/x-kodak-k25.xml -share/mime/image/x-kodak-kdc.xml -share/mime/image/x-lwo.xml -share/mime/image/x-lws.xml -share/mime/image/x-macpaint.xml -share/mime/image/x-minolta-mrw.xml -share/mime/image/x-msod.xml -share/mime/image/x-niff.xml -share/mime/image/x-nikon-nef.xml -share/mime/image/x-olympus-orf.xml -share/mime/image/x-panasonic-raw.xml -share/mime/image/x-pcx.xml -share/mime/image/x-pentax-pef.xml -share/mime/image/x-photo-cd.xml -share/mime/image/x-pict.xml -share/mime/image/x-portable-anymap.xml -share/mime/image/x-portable-bitmap.xml -share/mime/image/x-portable-graymap.xml -share/mime/image/x-portable-pixmap.xml -share/mime/image/x-quicktime.xml -share/mime/image/x-rgb.xml -share/mime/image/x-sgi.xml -share/mime/image/x-sigma-x3f.xml -share/mime/image/x-skencil.xml -share/mime/image/x-sony-arw.xml -share/mime/image/x-sony-sr2.xml -share/mime/image/x-sony-srf.xml -share/mime/image/x-sun-raster.xml -share/mime/image/x-tga.xml -share/mime/image/x-win-bitmap.xml -share/mime/image/x-wmf.xml -share/mime/image/x-xbitmap.xml -share/mime/image/x-xcf.xml -share/mime/image/x-xcursor.xml -share/mime/image/x-xfig.xml -share/mime/image/x-xpixmap.xml -share/mime/image/x-xwindowdump.xml -share/mime/inode/blockdevice.xml -share/mime/inode/chardevice.xml -share/mime/inode/directory.xml -share/mime/inode/fifo.xml -share/mime/inode/mount-point.xml -share/mime/inode/socket.xml -share/mime/inode/symlink.xml -share/mime/message/delivery-status.xml -share/mime/message/disposition-notification.xml -share/mime/message/external-body.xml -share/mime/message/news.xml -share/mime/message/partial.xml -share/mime/message/rfc822.xml -share/mime/message/x-gnu-rmail.xml -share/mime/model/vrml.xml -share/mime/multipart/alternative.xml -share/mime/multipart/appledouble.xml -share/mime/multipart/digest.xml -share/mime/multipart/encrypted.xml -share/mime/multipart/mixed.xml -share/mime/multipart/related.xml -share/mime/multipart/report.xml -share/mime/multipart/signed.xml -share/mime/multipart/x-mixed-replace.xml -share/mime/packages/freedesktop.org.xml -share/mime/text/calendar.xml -share/mime/text/css.xml -share/mime/text/csv.xml -share/mime/text/directory.xml -share/mime/text/enriched.xml -share/mime/text/html.xml -share/mime/text/htmlh.xml -share/mime/text/mathml.xml -share/mime/text/plain.xml -share/mime/text/rfc822-headers.xml -share/mime/text/richtext.xml -share/mime/text/sgml.xml -share/mime/text/spreadsheet.xml -share/mime/text/tab-separated-values.xml -share/mime/text/troff.xml -share/mime/text/vnd.graphviz.xml -share/mime/text/vnd.rn-realtext.xml -share/mime/text/vnd.sun.j2me.app-descriptor.xml -share/mime/text/vnd.wap.wml.xml -share/mime/text/vnd.wap.wmlscript.xml -share/mime/text/x-adasrc.xml -share/mime/text/x-authors.xml -share/mime/text/x-bibtex.xml -share/mime/text/x-c++hdr.xml -share/mime/text/x-c++src.xml -share/mime/text/x-changelog.xml -share/mime/text/x-chdr.xml -share/mime/text/x-cmake.xml -share/mime/text/x-copying.xml -share/mime/text/x-credits.xml -share/mime/text/x-csharp.xml -share/mime/text/x-csrc.xml -share/mime/text/x-dcl.xml -share/mime/text/x-dsl.xml -share/mime/text/x-dsrc.xml -share/mime/text/x-eiffel.xml -share/mime/text/x-emacs-lisp.xml -share/mime/text/x-erlang.xml -share/mime/text/x-fortran.xml -share/mime/text/x-gettext-translation-template.xml -share/mime/text/x-gettext-translation.xml -share/mime/text/x-google-video-pointer.xml -share/mime/text/x-haskell.xml -share/mime/text/x-iMelody.xml -share/mime/text/x-idl.xml -share/mime/text/x-install.xml -share/mime/text/x-iptables.xml -share/mime/text/x-java.xml -share/mime/text/x-ldif.xml -share/mime/text/x-lilypond.xml -share/mime/text/x-literate-haskell.xml -share/mime/text/x-log.xml -share/mime/text/x-lua.xml -share/mime/text/x-makefile.xml -share/mime/text/x-matlab.xml -share/mime/text/x-microdvd.xml -share/mime/text/x-moc.xml -share/mime/text/x-mof.xml -share/mime/text/x-mpsub.xml -share/mime/text/x-mrml.xml -share/mime/text/x-ms-regedit.xml -share/mime/text/x-mup.xml -share/mime/text/x-nfo.xml -share/mime/text/x-objcsrc.xml -share/mime/text/x-ocaml.xml -share/mime/text/x-ocl.xml -share/mime/text/x-opml+xml.xml -share/mime/text/x-pascal.xml -share/mime/text/x-patch.xml -share/mime/text/x-python.xml -share/mime/text/x-readme.xml -share/mime/text/x-rpm-spec.xml -share/mime/text/x-scheme.xml -share/mime/text/x-setext.xml -share/mime/text/x-sql.xml -share/mime/text/x-ssa.xml -share/mime/text/x-subviewer.xml -share/mime/text/x-tcl.xml -share/mime/text/x-tex.xml -share/mime/text/x-texinfo.xml -share/mime/text/x-troff-me.xml -share/mime/text/x-troff-mm.xml -share/mime/text/x-troff-ms.xml -share/mime/text/x-txt2tags.xml -share/mime/text/x-uil.xml -share/mime/text/x-uri.xml -share/mime/text/x-vala.xml -share/mime/text/x-vhdl.xml -share/mime/text/x-xmi.xml -share/mime/text/x-xslfo.xml -share/mime/text/xmcd.xml -share/mime/video/3gpp.xml -share/mime/video/annodex.xml -share/mime/video/dv.xml -share/mime/video/isivideo.xml -share/mime/video/mp4.xml -share/mime/video/mpeg.xml -share/mime/video/ogg.xml -share/mime/video/quicktime.xml -share/mime/video/vivo.xml -share/mime/video/vnd.rn-realvideo.xml -share/mime/video/wavelet.xml -share/mime/video/x-anim.xml -share/mime/video/x-flic.xml -share/mime/video/x-flv.xml -share/mime/video/x-matroska.xml -share/mime/video/x-mng.xml -share/mime/video/x-ms-asf.xml -share/mime/video/x-ms-wmv.xml -share/mime/video/x-msvideo.xml -share/mime/video/x-nsv.xml -share/mime/video/x-ogm+ogg.xml -share/mime/video/x-sgi-movie.xml -share/mime/video/x-theora+ogg.xml -share/mime/x-content/audio-cdda.xml -share/mime/x-content/audio-dvd.xml -share/mime/x-content/audio-player.xml -share/mime/x-content/blank-bd.xml -share/mime/x-content/blank-cd.xml -share/mime/x-content/blank-dvd.xml -share/mime/x-content/blank-hddvd.xml -share/mime/x-content/image-dcf.xml -share/mime/x-content/image-picturecd.xml -share/mime/x-content/software.xml -share/mime/x-content/unix-software.xml -share/mime/x-content/video-bluray.xml -share/mime/x-content/video-dvd.xml -share/mime/x-content/video-hddvd.xml -share/mime/x-content/video-svcd.xml -share/mime/x-content/video-vcd.xml -share/mime/x-content/win32-software.xml -share/mime/x-epoc/x-sisx-app.xml -@unexec [ -f %D/share/mime/XMLnamespaces ] && rm -f %D/share/mime/XMLnamespaces || true -@unexec [ -f %D/share/mime/aliases ] && rm -f %D/share/mime/aliases || true -@unexec [ -f %D/share/mime/generic-icons ] && rm -f %D/share/mime/generic-icons || true -@unexec [ -f %D/share/mime/globs ] && rm -f %D/share/mime/globs || true -@unexec [ -f %D/share/mime/globs2 ] && rm -f %D/share/mime/globs2 || true -@unexec [ -f %D/share/mime/icons ] && rm -f %D/share/mime/icons || true -@unexec [ -f %D/share/mime/magic ] && rm -f %D/share/mime/magic || true -@unexec [ -f %D/share/mime/mime.cache ] && rm -f %D/share/mime/mime.cache || true -@unexec [ -f %D/share/mime/subclasses ] && rm -f %D/share/mime/subclasses || true -@unexec [ -f %D/share/mime/treemagic ] && rm -f %D/share/mime/treemagic || true -@unexec [ -f %D/share/mime/types ] && rm -f %D/share/mime/types || true -@dirrmtry share/mime/x-epoc -@dirrmtry share/mime/x-content -@dirrmtry share/mime/video -@dirrmtry share/mime/text -@dirrmtry share/mime/packages -@dirrmtry share/mime/multipart -@dirrmtry share/mime/model -@dirrmtry share/mime/message -@dirrmtry share/mime/inode -@dirrmtry share/mime/image -@dirrmtry share/mime/audio -@dirrmtry share/mime/application -@dirrmtry share/mime -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile deleted file mode 100644 index e47c37ec1..000000000 --- a/misc/uf-view/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: uf-view -# Date created: 30 May 2001 -# Whom: Jonathan McGee <mcgee@wam.umd.edu> -# -# $FreeBSD$ -# - -PORTNAME= uf-view -PORTVERSION= 2.4 -PORTREVISION= 8 -CATEGORIES= misc -MASTER_SITES= http://www.hadess.net/files/software/uf-view/ - -MAINTAINER= mcgee@wam.umd.edu -COMMENT= A gTK+ viewer for the User Friendly and several other popular comics - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/misc/uf-view/distinfo b/misc/uf-view/distinfo deleted file mode 100644 index d80b346a4..000000000 --- a/misc/uf-view/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (uf-view-2.4.tar.gz) = 187ddeb4f03f50e7d291623959ebf6fc -SHA256 (uf-view-2.4.tar.gz) = cb5919093e32170f30d7221a8cdf3e53f46a87e96f24657eaa350874191cf503 -SIZE (uf-view-2.4.tar.gz) = 158964 diff --git a/misc/uf-view/pkg-descr b/misc/uf-view/pkg-descr deleted file mode 100644 index cdaaab2ed..000000000 --- a/misc/uf-view/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -UF-View is a calendar-based comic viewer. It was first hacked to view the -"User Friendly" comic, and was extended to allow other reccuring comics to be -viewed as well. - -It also supports Angst Technology, Calvin and Hobbes, Little Gamers, -Penny Arcade, and PvP. - -WWW: http://www.hadess.net/misc-code.php3 diff --git a/misc/uf-view/pkg-plist b/misc/uf-view/pkg-plist deleted file mode 100644 index 9d7e91604..000000000 --- a/misc/uf-view/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -bin/uf-view -share/applications/uf-view.desktop -share/pixmaps/uf-view/gnome-uf-view.png -share/pixmaps/uf-view/uf-logo.png -share/uf-view/at.desktop -share/uf-view/ch.desktop -share/uf-view/lg.desktop -share/uf-view/ft.desktop -share/uf-view/uf.desktop -share/uf-view/pa.desktop -share/uf-view/pvp.desktop -share/uf-view/sf.desktop -share/locale/az/LC_MESSAGES/uf-view.mo -share/locale/be/LC_MESSAGES/uf-view.mo -share/locale/cs/LC_MESSAGES/uf-view.mo -share/locale/da/LC_MESSAGES/uf-view.mo -share/locale/es/LC_MESSAGES/uf-view.mo -share/locale/fr/LC_MESSAGES/uf-view.mo -share/locale/hr/LC_MESSAGES/uf-view.mo -share/locale/ja/LC_MESSAGES/uf-view.mo -share/locale/ml/LC_MESSAGES/uf-view.mo -share/locale/ms/LC_MESSAGES/uf-view.mo -share/locale/nl/LC_MESSAGES/uf-view.mo -share/locale/no/LC_MESSAGES/uf-view.mo -share/locale/pl/LC_MESSAGES/uf-view.mo -share/locale/pt/LC_MESSAGES/uf-view.mo -share/locale/pt_BR/LC_MESSAGES/uf-view.mo -share/locale/ru/LC_MESSAGES/uf-view.mo -share/locale/sk/LC_MESSAGES/uf-view.mo -share/locale/sq/LC_MESSAGES/uf-view.mo -share/locale/sr/LC_MESSAGES/uf-view.mo -share/locale/sr@Latn/LC_MESSAGES/uf-view.mo -share/locale/sv/LC_MESSAGES/uf-view.mo -share/locale/vi/LC_MESSAGES/uf-view.mo -share/locale/wa/LC_MESSAGES/uf-view.mo -share/locale/zh_CN/LC_MESSAGES/uf-view.mo -@dirrm share/pixmaps/uf-view -@dirrm share/uf-view -@dirrmtry share/applications diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile deleted file mode 100644 index ea46048fc..000000000 --- a/multimedia/cheese/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/cheese/Makefile,v 1.43 2009/09/25 04:49:26 marcus Exp $ -# - -PORTNAME= cheese -PORTVERSION= 2.28.1 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat - -USE_XORG= xxf86vm -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ - gnomedocutils gnomedesktop -USE_GETTEXT= yes -USE_GSTREAMER= good -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCS= AUTHORS COPYING ChangeLog NEWS README -GCONF_SCHEMAS= cheese.schemas - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/cheese/distinfo b/multimedia/cheese/distinfo deleted file mode 100644 index 0700030e8..000000000 --- a/multimedia/cheese/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/cheese-2.28.1.tar.bz2) = 9accb0d6fa3f1f7644bade886c6078c3 -SHA256 (gnome2/cheese-2.28.1.tar.bz2) = a1a2bb43c161829cbd1f87753abf26ed6d5fb79cd1ab9723dd65865d33950df4 -SIZE (gnome2/cheese-2.28.1.tar.bz2) = 4852259 diff --git a/multimedia/cheese/files/patch-src_cheese-webcam.c b/multimedia/cheese/files/patch-src_cheese-webcam.c deleted file mode 100644 index a0b5afd21..000000000 --- a/multimedia/cheese/files/patch-src_cheese-webcam.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/cheese-webcam.c.orig 2008-09-09 11:59:18.000000000 -0400 -+++ src/cheese-webcam.c 2008-09-09 12:01:14.000000000 -0400 -@@ -301,7 +301,9 @@ cheese_webcam_get_video_devices_from_hal - { - char *device; - char *gstreamer_src, *product_name; -+#ifdef VIDIOC_QUERYCAP - struct v4l2_capability v2cap; -+#endif - struct video_capability v1cap; - - device = libhal_device_get_property_string (hal_ctx, udis[i], "video4linux.device", &error); -@@ -327,7 +329,11 @@ cheese_webcam_get_video_devices_from_hal - libhal_free_string (device); - continue; - } -+#ifdef VIDIOC_QUERYCAP - ok = ioctl (fd, VIDIOC_QUERYCAP, &v2cap); -+#else -+ ok = -1; -+#endif - if (ok < 0) - { - ok = ioctl (fd, VIDIOCGCAP, &v1cap); -@@ -346,6 +352,7 @@ cheese_webcam_get_video_devices_from_hal - } - else - { -+#ifdef VIDIOC_QUERYCAP - guint cap = v2cap.capabilities; - g_print ("Detected v4l2 device: %s\n", v2cap.card); - g_print ("Driver: %s, version: %d\n", v2cap.driver, v2cap.version); -@@ -361,6 +368,7 @@ cheese_webcam_get_video_devices_from_hal - } - gstreamer_src = "v4l2src"; - product_name = (char *) v2cap.card; -+#endif - } - - priv->webcam_devices[priv->num_webcam_devices].hal_udi = g_strdup (udis[i]); diff --git a/multimedia/cheese/pkg-descr b/multimedia/cheese/pkg-descr deleted file mode 100644 index 51402b10a..000000000 --- a/multimedia/cheese/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Cheese is a Photobooth-inspired GNOME application for taking pictures and -videos from a webcam. It also includes fancy graphical effects based on the -gstreamer-backend. - -WWW: http://www.gnome.org/projects/cheese/ diff --git a/multimedia/cheese/pkg-plist b/multimedia/cheese/pkg-plist deleted file mode 100644 index 361917ff7..000000000 --- a/multimedia/cheese/pkg-plist +++ /dev/null @@ -1,332 +0,0 @@ -bin/cheese -libexec/cheese/cheese-bugreport.sh -share/applications/cheese.desktop -%%DATADIR%%/cheese-prefs.ui -%%DATADIR%%/cheese-ui.xml -%%DATADIR%%/cheese.ui -%%DATADIR%%/effects/Hulk.png -%%DATADIR%%/effects/Mauve.png -%%DATADIR%%/effects/NoirBlanc.png -%%DATADIR%%/effects/Saturation.png -%%DATADIR%%/effects/dicetv.png -%%DATADIR%%/effects/edgetv.png -%%DATADIR%%/effects/identity.png -%%DATADIR%%/effects/shagadelictv.png -%%DATADIR%%/effects/vertigotv.png -%%DATADIR%%/effects/videoflip_h.png -%%DATADIR%%/effects/videoflip_v.png -%%DATADIR%%/effects/warptv.png -%%DATADIR%%/gtkrc -%%DATADIR%%/icons/hicolor/16x16/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/16x16/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/16x16/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/22x22/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/22x22/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/22x22/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/24x24/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/24x24/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/24x24/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/32x32/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/32x32/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/32x32/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/48x48/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/48x48/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/48x48/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/scalable/actions/cheese-take-burst.svg -%%DATADIR%%/icons/hicolor/scalable/actions/cheese-take-photo.svg -%%DATADIR%%/icons/hicolor/scalable/actions/browse-webcam-effects.svg -%%DATADIR%%/pixmaps/camera-icon.svg -%%DATADIR%%/pixmaps/cheese-1.svg -%%DATADIR%%/pixmaps/cheese-2.svg -%%DATADIR%%/pixmaps/cheese-3.svg -%%DATADIR%%/pixmaps/thumbnail-frame.png -%%DATADIR%%/sounds/shutter0.ogg -%%DATADIR%%/sounds/shutter1.ogg -%%DATADIR%%/sounds/shutter2.ogg -%%DATADIR%%/sounds/shutter3.ogg -%%DATADIR%%/sounds/shutter4.ogg -share/dbus-1/services/org.gnome.Cheese.service -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/help/cheese/C/cheese.xml -share/gnome/help/cheese/C/figures/cheese-effects.jpg -share/gnome/help/cheese/C/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/C/figures/cheese-main.jpg -share/gnome/help/cheese/C/figures/cheese-preferences.jpg -share/gnome/help/cheese/C/figures/cheese-share.jpg -share/gnome/help/cheese/C/figures/cheese-wide.jpg -share/gnome/help/cheese/C/legal.xml -share/gnome/help/cheese/ca/cheese.xml -share/gnome/help/cheese/ca/figures/cheese-effects.jpg -share/gnome/help/cheese/ca/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/ca/figures/cheese-main.jpg -share/gnome/help/cheese/ca/figures/cheese-preferences.jpg -share/gnome/help/cheese/ca/figures/cheese-share.jpg -share/gnome/help/cheese/ca/figures/cheese-wide.jpg -share/gnome/help/cheese/de/cheese.xml -share/gnome/help/cheese/de/figures/cheese-effects.jpg -share/gnome/help/cheese/de/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/de/figures/cheese-main.jpg -share/gnome/help/cheese/de/figures/cheese-preferences.jpg -share/gnome/help/cheese/de/figures/cheese-share.jpg -share/gnome/help/cheese/de/figures/cheese-wide.jpg -share/gnome/help/cheese/el/cheese.xml -share/gnome/help/cheese/el/figures/cheese-effects.jpg -share/gnome/help/cheese/el/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/el/figures/cheese-main.jpg -share/gnome/help/cheese/el/figures/cheese-preferences.jpg -share/gnome/help/cheese/el/figures/cheese-share.jpg -share/gnome/help/cheese/el/figures/cheese-wide.jpg -share/gnome/help/cheese/en_GB/cheese.xml -share/gnome/help/cheese/en_GB/figures/cheese-effects.jpg -share/gnome/help/cheese/en_GB/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/en_GB/figures/cheese-main.jpg -share/gnome/help/cheese/en_GB/figures/cheese-preferences.jpg -share/gnome/help/cheese/en_GB/figures/cheese-share.jpg -share/gnome/help/cheese/en_GB/figures/cheese-wide.jpg -share/gnome/help/cheese/es/cheese.xml -share/gnome/help/cheese/es/figures/cheese-effects.jpg -share/gnome/help/cheese/es/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/es/figures/cheese-main.jpg -share/gnome/help/cheese/es/figures/cheese-preferences.jpg -share/gnome/help/cheese/es/figures/cheese-share.jpg -share/gnome/help/cheese/es/figures/cheese-wide.jpg -share/gnome/help/cheese/fr/cheese.xml -share/gnome/help/cheese/fr/figures/cheese-effects.jpg -share/gnome/help/cheese/fr/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/fr/figures/cheese-main.jpg -share/gnome/help/cheese/fr/figures/cheese-preferences.jpg -share/gnome/help/cheese/fr/figures/cheese-share.jpg -share/gnome/help/cheese/fr/figures/cheese-wide.jpg -share/gnome/help/cheese/it/cheese.xml -share/gnome/help/cheese/it/figures/cheese-effects.jpg -share/gnome/help/cheese/it/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/it/figures/cheese-main.jpg -share/gnome/help/cheese/it/figures/cheese-preferences.jpg -share/gnome/help/cheese/it/figures/cheese-share.jpg -share/gnome/help/cheese/it/figures/cheese-wide.jpg -share/gnome/help/cheese/nl/cheese.xml -share/gnome/help/cheese/nl/figures/cheese-effects.jpg -share/gnome/help/cheese/nl/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/nl/figures/cheese-main.jpg -share/gnome/help/cheese/nl/figures/cheese-preferences.jpg -share/gnome/help/cheese/nl/figures/cheese-share.jpg -share/gnome/help/cheese/nl/figures/cheese-wide.jpg -share/gnome/help/cheese/oc/cheese.xml -share/gnome/help/cheese/oc/figures/cheese-effects.jpg -share/gnome/help/cheese/oc/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/oc/figures/cheese-main.jpg -share/gnome/help/cheese/oc/figures/cheese-preferences.jpg -share/gnome/help/cheese/oc/figures/cheese-share.jpg -share/gnome/help/cheese/oc/figures/cheese-wide.jpg -share/gnome/help/cheese/pt_BR/cheese.xml -share/gnome/help/cheese/pt_BR/figures/cheese-effects.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-main.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-preferences.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-share.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-wide.jpg -share/gnome/help/cheese/ru/cheese.xml -share/gnome/help/cheese/ru/figures/cheese-effects.jpg -share/gnome/help/cheese/ru/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/ru/figures/cheese-main.jpg -share/gnome/help/cheese/ru/figures/cheese-preferences.jpg -share/gnome/help/cheese/ru/figures/cheese-share.jpg -share/gnome/help/cheese/ru/figures/cheese-wide.jpg -share/gnome/help/cheese/sv/cheese.xml -share/gnome/help/cheese/sv/figures/cheese-effects.jpg -share/gnome/help/cheese/sv/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/sv/figures/cheese-main.jpg -share/gnome/help/cheese/sv/figures/cheese-preferences.jpg -share/gnome/help/cheese/sv/figures/cheese-share.jpg -share/gnome/help/cheese/sv/figures/cheese-wide.jpg -share/gnome/help/cheese/th/cheese.xml -share/gnome/help/cheese/th/figures/cheese-effects.jpg -share/gnome/help/cheese/th/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/th/figures/cheese-main.jpg -share/gnome/help/cheese/th/figures/cheese-preferences.jpg -share/gnome/help/cheese/th/figures/cheese-share.jpg -share/gnome/help/cheese/th/figures/cheese-wide.jpg -share/gnome/help/cheese/zh_CN/cheese.xml -share/gnome/help/cheese/zh_CN/figures/cheese-effects.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-main.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-preferences.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-share.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-wide.jpg -share/icons/hicolor/16x16/apps/cheese.png -share/icons/hicolor/22x22/apps/cheese.png -share/icons/hicolor/24x24/apps/cheese.png -share/icons/hicolor/256x256/apps/cheese.png -share/icons/hicolor/32x32/apps/cheese.png -share/icons/hicolor/48x48/apps/cheese.png -share/icons/hicolor/scalable/apps/cheese.svg -share/locale/af/LC_MESSAGES/cheese.mo -share/locale/ar/LC_MESSAGES/cheese.mo -share/locale/as/LC_MESSAGES/cheese.mo -share/locale/ast/LC_MESSAGES/cheese.mo -share/locale/be/LC_MESSAGES/cheese.mo -share/locale/be@latin/LC_MESSAGES/cheese.mo -share/locale/bg/LC_MESSAGES/cheese.mo -share/locale/bn/LC_MESSAGES/cheese.mo -share/locale/bn_IN/LC_MESSAGES/cheese.mo -share/locale/ca/LC_MESSAGES/cheese.mo -share/locale/ca@valencia/LC_MESSAGES/cheese.mo -share/locale/cs/LC_MESSAGES/cheese.mo -share/locale/da/LC_MESSAGES/cheese.mo -share/locale/de/LC_MESSAGES/cheese.mo -share/locale/dz/LC_MESSAGES/cheese.mo -share/locale/el/LC_MESSAGES/cheese.mo -share/locale/en_GB/LC_MESSAGES/cheese.mo -share/locale/es/LC_MESSAGES/cheese.mo -share/locale/et/LC_MESSAGES/cheese.mo -share/locale/eu/LC_MESSAGES/cheese.mo -share/locale/fi/LC_MESSAGES/cheese.mo -share/locale/fr/LC_MESSAGES/cheese.mo -share/locale/ga/LC_MESSAGES/cheese.mo -share/locale/gl/LC_MESSAGES/cheese.mo -share/locale/gu/LC_MESSAGES/cheese.mo -share/locale/he/LC_MESSAGES/cheese.mo -share/locale/hi/LC_MESSAGES/cheese.mo -share/locale/hr/LC_MESSAGES/cheese.mo -share/locale/hu/LC_MESSAGES/cheese.mo -share/locale/it/LC_MESSAGES/cheese.mo -share/locale/ja/LC_MESSAGES/cheese.mo -share/locale/kn/LC_MESSAGES/cheese.mo -share/locale/ko/LC_MESSAGES/cheese.mo -share/locale/ku/LC_MESSAGES/cheese.mo -share/locale/lt/LC_MESSAGES/cheese.mo -share/locale/lv/LC_MESSAGES/cheese.mo -share/locale/mai/LC_MESSAGES/cheese.mo -share/locale/mk/LC_MESSAGES/cheese.mo -share/locale/ml/LC_MESSAGES/cheese.mo -share/locale/mr/LC_MESSAGES/cheese.mo -share/locale/nb/LC_MESSAGES/cheese.mo -share/locale/nl/LC_MESSAGES/cheese.mo -share/locale/nn/LC_MESSAGES/cheese.mo -share/locale/oc/LC_MESSAGES/cheese.mo -share/locale/or/LC_MESSAGES/cheese.mo -share/locale/pa/LC_MESSAGES/cheese.mo -share/locale/pl/LC_MESSAGES/cheese.mo -share/locale/ps/LC_MESSAGES/cheese.mo -share/locale/pt/LC_MESSAGES/cheese.mo -share/locale/pt_BR/LC_MESSAGES/cheese.mo -share/locale/ro/LC_MESSAGES/cheese.mo -share/locale/ru/LC_MESSAGES/cheese.mo -share/locale/sl/LC_MESSAGES/cheese.mo -share/locale/sq/LC_MESSAGES/cheese.mo -share/locale/sr/LC_MESSAGES/cheese.mo -share/locale/sr@latin/LC_MESSAGES/cheese.mo -share/locale/sv/LC_MESSAGES/cheese.mo -share/locale/ta/LC_MESSAGES/cheese.mo -share/locale/te/LC_MESSAGES/cheese.mo -share/locale/th/LC_MESSAGES/cheese.mo -share/locale/tr/LC_MESSAGES/cheese.mo -share/locale/uk/LC_MESSAGES/cheese.mo -share/locale/vi/LC_MESSAGES/cheese.mo -share/locale/zh_CN/LC_MESSAGES/cheese.mo -share/locale/zh_HK/LC_MESSAGES/cheese.mo -share/locale/zh_TW/LC_MESSAGES/cheese.mo -share/omf/cheese/cheese-C.omf -share/omf/cheese/cheese-ca.omf -share/omf/cheese/cheese-de.omf -share/omf/cheese/cheese-el.omf -share/omf/cheese/cheese-en_GB.omf -share/omf/cheese/cheese-es.omf -share/omf/cheese/cheese-fr.omf -share/omf/cheese/cheese-it.omf -share/omf/cheese/cheese-nl.omf -share/omf/cheese/cheese-oc.omf -share/omf/cheese/cheese-pt_BR.omf -share/omf/cheese/cheese-ru.omf -share/omf/cheese/cheese-sv.omf -share/omf/cheese/cheese-th.omf -share/omf/cheese/cheese-zh_CN.omf -@dirrm share/omf/cheese -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrm share/gnome/help/cheese/zh_CN/figures -@dirrm share/gnome/help/cheese/zh_CN -@dirrm share/gnome/help/cheese/th/figures -@dirrm share/gnome/help/cheese/th -@dirrm share/gnome/help/cheese/sv/figures -@dirrm share/gnome/help/cheese/sv -@dirrm share/gnome/help/cheese/ru/figures -@dirrm share/gnome/help/cheese/ru -@dirrm share/gnome/help/cheese/pt_BR/figures -@dirrm share/gnome/help/cheese/pt_BR -@dirrm share/gnome/help/cheese/oc/figures -@dirrm share/gnome/help/cheese/oc -@dirrm share/gnome/help/cheese/nl/figures -@dirrm share/gnome/help/cheese/nl -@dirrm share/gnome/help/cheese/it/figures -@dirrm share/gnome/help/cheese/it -@dirrm share/gnome/help/cheese/fr/figures -@dirrm share/gnome/help/cheese/fr -@dirrm share/gnome/help/cheese/es/figures -@dirrm share/gnome/help/cheese/es -@dirrm share/gnome/help/cheese/en_GB/figures -@dirrm share/gnome/help/cheese/en_GB -@dirrm share/gnome/help/cheese/el/figures -@dirrm share/gnome/help/cheese/el -@dirrm share/gnome/help/cheese/de/figures -@dirrm share/gnome/help/cheese/de -@dirrm share/gnome/help/cheese/ca/figures -@dirrm share/gnome/help/cheese/ca -@dirrm share/gnome/help/cheese/C/figures -@dirrm share/gnome/help/cheese/C -@dirrm share/gnome/help/cheese -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/effects -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/cheese -@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/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/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/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile deleted file mode 100644 index dff9410d5..000000000 --- a/multimedia/clutter-gst/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: clutter-gst -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gst -PORTVERSION= 0.10.0 -CATEGORIES= multimedia -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/0.10/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clutter GStreamer integration - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_GMAKE= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack ltverhack gnomeprefix -USE_GSTREAMER= yes -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo deleted file mode 100644 index cef7aa3a4..000000000 --- a/multimedia/clutter-gst/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gst-0.10.0.tar.bz2) = 876317e3f445bd28fcb9206b2272c102 -SHA256 (clutter-gst-0.10.0.tar.bz2) = 8d946f62b6b26de111fc23a885c377e47b157d169408bbae47c662ab9a494108 -SIZE (clutter-gst-0.10.0.tar.bz2) = 399277 diff --git a/multimedia/clutter-gst/pkg-descr b/multimedia/clutter-gst/pkg-descr deleted file mode 100644 index e45e23ccd..000000000 --- a/multimedia/clutter-gst/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer -with Clutter. - -Clutter is an open source software library for creating fast, visually -rich and animated graphical user interfaces. It uses OpenGL for drawing -primitives and has multiple backends, allowing its usage on different -platforms. - -GStreamer is a streaming media framework, based on graphs of filters -which operate on media data. Applications using this library can do -anything from real-time sound processing to playing videos, and just -about anything else media-related. Its plugin-based architecture means -that new data types or processing capabilities can be added simply by -installing new plug-ins. - -WWW: http://clutter-project.org/ diff --git a/multimedia/clutter-gst/pkg-plist b/multimedia/clutter-gst/pkg-plist deleted file mode 100644 index b813b7500..000000000 --- a/multimedia/clutter-gst/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/clutter-1.0/clutter-gst/clutter-gst-audio.h -include/clutter-1.0/clutter-gst/clutter-gst-util.h -include/clutter-1.0/clutter-gst/clutter-gst-version.h -include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h -include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h -include/clutter-1.0/clutter-gst/clutter-gst.h -lib/libclutter-gst-0.10.a -lib/libclutter-gst-0.10.la -lib/libclutter-gst-0.10.so -lib/libclutter-gst-0.10.so.0 -libdata/pkgconfig/clutter-gst-0.10.pc -%%DOCSDIR%%/ClutterGstAudio.html -%%DOCSDIR%%/ClutterGstVideoSink.html -%%DOCSDIR%%/ClutterGstVideoTexture.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/clutter-gst-Utilities.html -%%DOCSDIR%%/clutter-gst-Versioning-Macros.html -%%DOCSDIR%%/clutter-gst.devhelp -%%DOCSDIR%%/clutter-gst.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrmtry %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-gst -@dirrmtry include/clutter-1.0 diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile deleted file mode 100644 index 1bb1228db..000000000 --- a/multimedia/gstreamer-plugins/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# New ports collection makefile for: gstreamer plugins -# Date created: Wed Jul 10 23:38:01 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gstreamer -PORTVERSION?= ${BASE_PORTVERSION} -PORTREVISION?= 0 -PORTEPOCH= 3 -CATEGORIES?= multimedia audio -MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ - http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ - http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \ - http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly \ - ${MASTER_SITE_LOCAL:S|$|ahze/:base|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:good|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:bad|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:ugly|} -PKGNAMESUFFIX= -plugins${GST_PLUGIN_SUFFIX} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT?= GStreamer written collection of plugins handling several media types - -BUILD_DEPENDS+= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ - popt.0:${PORTSDIR}/devel/popt \ - oil-0.3.0:${PORTSDIR}/devel/liboil - -CFLAGS:= ${CFLAGS} -O2 -Wno-format - -BASE_PORTVERSION= 0.10.25 -BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} -BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 0.10.14 -BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} -BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 0.10.16 -GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} -GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 0.10.12 -UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} -UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} -DIST?= good - -SHLIB_VERSION= 1 -USE_GETTEXT= yes -VERSION= ${GST_VERSION} -WANT_GSTREAMER= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME+= gnomehack gnometarget pkgconfig ltverhack ltasneededhack -USE_AUTOTOOLS= libtool:22 -GST_PLUGIN?= base - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" - -DEFAULT_AUDIOSINK?= osssink -DEFAULT_AUDIOSRC?= osssrc - -.include <bsd.port.pre.mk> - -.if ${ARCH}=="i386" -PLIST_SUB+= I386="" -.else -PLIST_SUB+= I386="@comment " -.endif - -.if ${GST_PLUGIN} == "base" -gst_base_DIST= base -NO_GSTREAMER_COMMON= yes -USE_LDCONFIG= yes -MAN1= gst-visualise-0.10.1 -PLIST_SUB+= VERSION="${VERSION}" \ - SHLIB_VERSION="${SHLIB_VERSION}" -.else -USE_GSTREAMER= yes -.endif - -.include "${MASTERDIR}/Makefile.common" - -.if ${DIST}=="base" -EXTRACT_ONLY=${BASE_DISTFILE} -WRKSRC=${WRKDIR}/${BASE_DISTNAME} -PORTVERSION= ${BASE_PORTVERSION} -DISTFILES+= ${BASE_DISTFILE}:base -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins/files -.elif ${DIST}=="bad" -EXTRACT_ONLY=${BAD_DISTFILE} -WRKSRC=${WRKDIR}/${BAD_DISTNAME} -PORTVERSION= ${BAD_PORTVERSION} -DISTFILES+= ${BAD_DISTFILE}:bad -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-bad/files -.elif ${DIST}=="ugly" -EXTRACT_ONLY=${UGLY_DISTFILE} -WRKSRC=${WRKDIR}/${UGLY_DISTNAME} -PORTVERSION= ${UGLY_PORTVERSION} -DISTFILES+= ${UGLY_DISTFILE}:ugly -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-ugly/files -.elif ${DIST}=="makesum" -DISTFILES+= ${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \ - ${UGLY_DISTFILE}:ugly ${GOOD_DISTFILE}:good -.else -EXTRACT_ONLY=${GOOD_DISTFILE} -WRKSRC=${WRKDIR}/${GOOD_DISTNAME} -PORTVERSION= ${GOOD_PORTVERSION} -DISTFILES+= ${GOOD_DISTFILE}:good -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-good/files -.endif - -# cdrom default device -.ifdef(WITH_CDROM_DEVICE) -DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} -.else -DEFAULT_CDROM_DEVICE=/dev/acd0 -.endif - -# dvd default device -.ifdef(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -.endif - -post-patch: - @${FIND} ${WRKSRC}/ext -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|; \ - s|<stdint\.h|<inttypes.h|; \ - s|%%VERSION%%|${VERSION}|' - @${FIND} ${WRKSRC}/ext -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' - @${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ - s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common deleted file mode 100644 index a7282fb96..000000000 --- a/multimedia/gstreamer-plugins/Makefile.common +++ /dev/null @@ -1,550 +0,0 @@ -# $FreeBSD$ -# $MCom$ -# base -BASE_GST_ALL_PLUGINS= \ - alsa \ - cdparanoia \ - gio \ - gnomevfs \ - libvisual \ - ogg \ - pango \ - theora \ - vorbis -# bad -BAD_GST_ALL_PLUGINS+= \ - alsa \ - amrwb \ - apexsink \ - bz2 \ - cdaudio \ - celt \ - dc1394 \ - directfb \ - dirac \ - divx \ - dts \ - dvb \ - faac \ - faad \ - gsm \ - ivorbis \ - jack \ - libmms \ - metadata \ - mpeg2enc \ - mplex \ - musepack \ - musicbrainz \ - mythtv \ - nas \ - neon \ - ofa \ - oss4 \ - qtwrapper \ - resindvd \ - sdl \ - sf \ - sndfile \ - soundtouch \ - spc \ - swfdec \ - theoraexpdec \ - timidity \ - twolame \ - vcdsrc \ - wildmidi \ - wininet \ - x264 \ - xvid - -# good -GOOD_GST_ALL_PLUGINS+= \ - aalib \ - annodex \ - cairo \ - dv \ - esd \ - flac \ - gconf \ - gdk_pixbuf \ - hal \ - jpeg \ - ladspa \ - libcaca \ - libpng \ - pulse \ - raw1394 \ - shout2 \ - soup \ - speex \ - taglib \ - wavpack - -# ugly -UGLY_GST_ALL_PLUGINS+= \ - a52dec \ - amrnb \ - cdio \ - dvdnav \ - dvdread \ - lame \ - mad \ - mpeg2dec \ - sidplay - -.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS} -gst_${i}_GCONF_SCHEMAS?= # Empty -gst_${i}_USE_SDL?= # Empty -.endfor - -CONFIG_GST_PLUGINS= gnome_vfs -GST_ALL_PLUGINS= ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} \ - ${GOOD_GST_ALL_PLUGINS} ${UGLY_ALL_PLUGINS} \ - ${CONFIG_GST_PLUGINS} - -# Disable all plugins by default -.for d in ${GST_ALL_PLUGINS} -CONFIGURE_ARGS+= --disable-${d} -.endfor -CONFIGURE_ARGS+= --enable-${GST_PLUGIN} - -CONFIGURE_ARGS+=--disable-tests \ - --disable-examples \ - --disable-1394 \ - --disable-acm \ - --disable-amrnb \ - --disable-alsa \ - --disable-http \ - --enable-cdrom \ - --disable-gconf \ - --disable-gconftool \ - --disable-schemas-install \ - --enable-oss \ - --enable-oss4 \ - --disable-osx_audio \ - --disable-osx_video \ - --disable-directdrawsink \ - --disable-directsoundsink \ - --disable-v4l2src \ - --disable-tarkin \ - --enable-static \ - --disable-sunaudio \ - --disable-xine \ - --enable-x \ - --enable-xshm \ - --enable-xvideo - -.if !defined(NO_GSTREAMER_COMMON) -GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} - -# Enable the right plugin - -CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|} - -GST_LIB_DIR= lib/gstreamer-${VERSION} - -# Auto create PLIST -PLIST= ${NONEXISTENT} - -# a52dec -gst_a52dec_LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 -gst_a52dec_PLIST_FILES= ${GST_LIB_DIR}/libgsta52dec.la \ - ${GST_LIB_DIR}/libgsta52dec.so -gst_a52dec_DIST= ugly - -# aalib -gst_aalib_LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -gst_aalib_PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \ - ${GST_LIB_DIR}/libgstaasink.la - -# annodex -gst_annodex_LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -gst_annodex_PLIST_FILES= ${GST_LIB_DIR}/libgstannodex.la \ - ${GST_LIB_DIR}/libgstannodex.so - -# bz2 -gst_bz2_PLIST_FILES= ${GST_LIB_DIR}/libgstbz2.la \ - ${GST_LIB_DIR}/libgstbz2.so -gst_bz2_DIST= bad - -# cairo -gst_cairo_LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -gst_cairo_PLIST_FILES= ${GST_LIB_DIR}/libgstcairo.la \ - ${GST_LIB_DIR}/libgstcairo.so - -# cdaudio -gst_cdaudio_LIB_DEPENDS+=cdaudio.1:${PORTSDIR}/audio/libcdaudio -gst_cdaudio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdaudio.la \ - ${GST_LIB_DIR}/libgstcdaudio.so -gst_cdaudio_DIST= bad - -# cdparanoia -gst_cdparanoia_LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia -gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION} -gst_cdparanoia_PLIST_FILES= ${GST_LIB_DIR}/libgstcdparanoia.la \ - ${GST_LIB_DIR}/libgstcdparanoia.so -gst_cdparanoia_DIST= base - -# cdio -gst_cdio_LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio -gst_cdio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdio.la \ - ${GST_LIB_DIR}/libgstcdio.so -gst_cdio_DIST= ugly - -# dts -gst_dts_LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca -gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.la \ - ${GST_LIB_DIR}/libgstdtsdec.so -gst_dts_EXTRA_LIBS+= -ldca -gst_dts_DIST= bad - -# dv -gst_dv_LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv -gst_dv_PLIST_FILES= ${GST_LIB_DIR}/libgstdv.la \ - ${GST_LIB_DIR}/libgstdv.so - -# dvd -gst_dvd_EXTRA_LIBS+= -ldvdnav -gst_dvd_LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav \ - dvdread.4:${PORTSDIR}/multimedia/libdvdread -gst_dvd_GST_PLUGIN_DIR= ext/dvdnav \ - ext/dvdread -gst_dvd_PLIST_FILES= ${GST_LIB_DIR}/libgstdvdnav.la \ - ${GST_LIB_DIR}/libgstdvdnav.so \ - ${GST_LIB_DIR}/libgstdvdread.la \ - ${GST_LIB_DIR}/libgstdvdread.so -gst_dvd_DIST= ugly - - -# esound -gst_esound_USE_GNOME+= esound -gst_esound_GST_PLUGIN_DIR= ext/esd -gst_esound_CONFIGURE_ENV+= ESD_CFLAGS="`pkg-config --cflags esound`" \ - ESD_LIBS="`pkg-config --libs esound`" -gst_esound_PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ - ${GST_LIB_DIR}/libgstesd.la - -# faac -gst_faac_LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac -gst_faac_PLIST_FILES= ${GST_LIB_DIR}/libgstfaac.la \ - ${GST_LIB_DIR}/libgstfaac.so -gst_faac_DIST= bad - -# faad -gst_faad_USE_GSTREAMER+= bad -gst_faad_LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad -gst_faad_PLIST_FILES= ${GST_LIB_DIR}/libgstfaad.la \ - ${GST_LIB_DIR}/libgstfaad.so -gst_faad_DIST= bad - -# flac -gst_flac_LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac -gst_flac_PLIST_FILES= ${GST_LIB_DIR}/libgstflac.la \ - ${GST_LIB_DIR}/libgstflac.so - -# gconf -gst_gconf_USE_GNOME+= gnomeprefix gconf2 -gst_gconf_GST_PLUGIN_DIR= ext/gconf \ - gconf -gst_gconf_CONFIGURE_ARGS+= --enable-schemas-install -gst_gconf_GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas -gst_gconf_PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so \ - ${GST_LIB_DIR}/libgstgconfelements.la - -# gdk_pixbuf -gst_gdk_pixbuf_USE_GNOME+= gtk20 -gst_gdk_pixbuf_GST_PLUGIN_DIR= ext/gdk_pixbuf -gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.la \ - ${GST_LIB_DIR}/libgstgdkpixbuf.so -# gio -gst_gio_USE_GNOME+= glib20 -gst_gio_CONFIGURE_ARGS+=--enable-experimental -gst_gio_PLIST_FILES= ${GST_LIB_DIR}/libgstgio.la \ - ${GST_LIB_DIR}/libgstgio.so -gst_gio_DIST= base - -# gnomevfs -gst_gnomevfs_USE_GNOME+= gnomevfs2 -gst_gnomevfs_CONFIGURE_ARGS+=--enable-gnome_vfs -gst_gnomevfs_PLIST_FILES= ${GST_LIB_DIR}/libgstgnomevfs.la \ - ${GST_LIB_DIR}/libgstgnomevfs.so -gst_gnomevfs_DIST= base - -# gsm -gst_gsm_LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm -gst_gsm_PLIST_FILES= ${GST_LIB_DIR}/libgstgsm.la \ - ${GST_LIB_DIR}/libgstgsm.so -gst_gsm_DIST= bad - -# ivorbis -gst_ivorbis_LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor -gst_ivorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstivorbis.la \ - ${GST_LIB_DIR}/libgstivorbis.so -gst_ivorbis_DIST= bad - -# hal -gst_hal_LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -gst_hal_PLIST_FILES= ${GST_LIB_DIR}/libgsthalelements.la \ - ${GST_LIB_DIR}/libgsthalelements.so - -# jack -gst_jack_LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack -gst_jack_PLIST_FILES= ${GST_LIB_DIR}/libgstjack.la \ - ${GST_LIB_DIR}/libgstjack.so -gst_jack_DIST= bad - -# jpeg -gst_jpeg_LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg -gst_jpeg_PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.la \ - ${GST_LIB_DIR}/libgstjpeg.so - -# ladspa -gst_ladspa_BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -gst_ladspa_PLIST_FILES= ${GST_LIB_DIR}/libgstladspa.la \ - ${GST_LIB_DIR}/libgstladspa.so - -# lame -gst_lame_LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame -gst_lame_PLIST_FILES= ${GST_LIB_DIR}/libgstlame.la \ - ${GST_LIB_DIR}/libgstlame.so -gst_lame_DIST= ugly - -# libcaca -gst_libcaca_LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca -gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so \ - ${GST_LIB_DIR}/libgstcacasink.la - -# libmms -gst_libmms_LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms -gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so \ - ${GST_LIB_DIR}/libgstmms.la -gst_libmms_DIST= bad - -# libpng and the snapshot plugin -gst_libpng_LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -gst_libpng_GST_PLUGIN_DIR= ext/libpng -gst_libpng_PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ - ${GST_LIB_DIR}/libgstpng.la - -# libvisual -gst_libvisual_LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual -gst_libvisual_PLIST_FILES= ${GST_LIB_DIR}/libgstlibvisual.la \ - ${GST_LIB_DIR}/libgstlibvisual.so -gst_libvisual_DIST= base - -# mad -gst_mad_LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ - id3tag.0:${PORTSDIR}/audio/libid3tag -gst_mad_PLIST_FILES= ${GST_LIB_DIR}/libgstmad.la \ - ${GST_LIB_DIR}/libgstmad.so -gst_mad_DIST= ugly - -# mpeg2enc -gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-1.9.1:${PORTSDIR}/multimedia/mjpegtools -gst_mpeg2enc_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2enc.la \ - ${GST_LIB_DIR}/libgstmpeg2enc.so -gst_mpeg2enc_DIST= bad - -# mpeg2dec -gst_mpeg2dec_LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -gst_mpeg2dec_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2dec.la \ - ${GST_LIB_DIR}/libgstmpeg2dec.so -gst_mpeg2dec_DIST= ugly - -# musepack -gst_musepack_LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec -gst_musepack_PLIST_FILES= ${GST_LIB_DIR}/libgstmusepack.la \ - ${GST_LIB_DIR}/libgstmusepack.so -gst_musepack_DIST= bad - -# musicbrainz -gst_musicbrainz_LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ - ${GST_LIB_DIR}/libgsttrm.la -gst_musicbrainz_DIST= bad - -# nas -gst_nas_LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas -gst_nas_DIST= bad -gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.la \ - ${GST_LIB_DIR}/libgstnassink.so - -# neon -.if exists(${LOCALBASE}/lib/libneon.so.26) -gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 -.else -gst_neon_LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 -.endif -gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" -gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ - ${GST_LIB_DIR}/libgstneonhttpsrc.so -gst_neon_DIST= bad - -# ogg -gst_ogg_LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg -gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION} -gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ - ${GST_LIB_DIR}/libgstogg.so -gst_ogg_DIST= base - -# pango -gst_pango_USE_GNOME+= pango -gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \ - ${GST_LIB_DIR}/libgstpango.so -gst_pango_DIST= base - -# pulse -gst_pulse_LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio -gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulse.la \ - ${GST_LIB_DIR}/libgstpulse.so -gst_pulse_DIST= good - -# sdl -gst_sdl_USE_SDL+= sdl -gst_sdl_PLIST_FILES= ${GST_LIB_DIR}/libgstsdl.la \ - ${GST_LIB_DIR}/libgstsdl.so -gst_sdl_DIST= bad - -# shout2 -gst_shout2_LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 -gst_shout2_PLIST_FILES= ${GST_LIB_DIR}/libgstshout2.la \ - ${GST_LIB_DIR}/libgstshout2.so - -# sidplay -gst_sidplay_LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay -gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ - ${GST_LIB_DIR}/libgstsid.la -gst_sidplay_DIST= ugly - -# sndfile -gst_sndfile_LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile -gst_sndfile_PLIST_FILES= ${GST_LIB_DIR}/libgstsndfile.la \ - ${GST_LIB_DIR}/libgstsndfile.so -gst_sndfile_DIST= bad - -# soundtouch -gst_soundtouch_LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch -gst_soundtouch_PLIST_FILES= ${GST_LIB_DIR}/libgstsoundtouch.la \ - ${GST_LIB_DIR}/libgstsoundtouch.so -gst_soundtouch_DIST= bad - -# souphttpsrc -gst_soup_LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -gst_soup_GST_PLUGIN_DIR=ext/soup -gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.la \ - ${GST_LIB_DIR}/libgstsouphttpsrc.so - -# spc -gst_spc_LIB_DEPENDS+= openspc.0:${PORTSDIR}/audio/libopenspc -gst_spc_PLIST_FILES= ${GST_LIB_DIR}/libgstspc.la \ - ${GST_LIB_DIR}/libgstspc.so -gst_spc_DIST= bad - -# speex -gst_speex_LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex -gst_speex_PLIST_FILES= ${GST_LIB_DIR}/libgstspeex.la \ - ${GST_LIB_DIR}/libgstspeex.so - -# swfdec -gst_swfdec_LIB_DEPENDS+=swfdec-0.4.1:${PORTSDIR}/graphics/swfdec -gst_swfdec_DIST= bad - -# taglib -gst_taglib_LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib -gst_taglib_PLIST_FILES= ${GST_LIB_DIR}/libgsttaglib.la \ - ${GST_LIB_DIR}/libgsttaglib.so - -# theora -gst_theora_LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora -gst_theora_PLIST_FILES= ${GST_LIB_DIR}/libgsttheora.la \ - ${GST_LIB_DIR}/libgsttheora.so -gst_theora_DIST= base - -# vorbis -gst_vorbis_USE_GSTREAMER+= ogg -gst_vorbis_LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis -gst_vorbis_EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION} -gst_vorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstvorbis.la \ - ${GST_LIB_DIR}/libgstvorbis.so -gst_vorbis_DIST= base - -# x264 -gst_x264_LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 -gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ - ${GST_LIB_DIR}/libgstx264.so \ - share/gstreamer-${VERSION}/presets/GstX264Enc.prs -gst_x264_PLIST_DIRS= share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} -gst_x264_DIST= ugly - -# xvid -gst_xvid_LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid -gst_xvid_PLIST_FILES= ${GST_LIB_DIR}/libgstxvid.la \ - ${GST_LIB_DIR}/libgstxvid.so -gst_xvid_DIST= bad - -# wavpack -gst_wavpack_LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack -gst_wavpack_PLIST_FILES= ${GST_LIB_DIR}/libgstwavpack.la \ - ${GST_LIB_DIR}/libgstwavpack.so - -.endif # NO_GSTREAMER_COMMON - -gst_${GST_PLUGIN}_DIST?= good -DIST= ${gst_${GST_PLUGIN}_DIST} - -.if !defined(NO_GSTREAMER_COMMON) -gst_${GST_PLUGIN}_BUILD_DEPENDS?= -gst_${GST_PLUGIN}_LIB_DEPENDS?= -gst_${GST_PLUGIN}_RUN_DEPENDS?= -gst_${GST_PLUGIN}_PLIST_FILES?=${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la -gst_${GST_PLUGIN}_EXTRA_LIBS?= -gst_${GST_PLUGIN}_PREBUILD_DIR?= -gst_${GST_PLUGIN}_GST_PLUGIN_DIR?= ext/${GST_PLUGIN} -gst_${GST_PLUGIN}_POSTBUILD_DIR?= -gst_${GST_PLUGIN}_USE_GNOME?= -gst_${GST_PLUGIN}_CONFIGURE_ENV?= -gst_${GST_PLUGIN}_GCONF_SCHEMAS?= -gst_${GST_PLUGIN}_CONFIGURE_ARGS?= -gst_${GST_PLUGIN}_USE_SDL?= -gst_${GST_PLUGIN}_USE_GSTREAMER?= - -BUILD_DEPENDS+= ${gst_${GST_PLUGIN}_BUILD_DEPENDS} -LIB_DEPENDS+= ${gst_${GST_PLUGIN}_LIB_DEPENDS} -RUN_DEPENDS+= ${gst_${GST_PLUGIN}_RUN_DEPENDS} -PLIST_FILES= ${gst_${GST_PLUGIN}_PLIST_FILES} -PLIST_DIRS= ${gst_${GST_PLUGIN}_PLIST_DIRS} -EXTRA_LIBS+= ${gst_${GST_PLUGIN}_EXTRA_LIBS} -USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} -CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} -.if ${gst_${GST_PLUGIN}_GCONF_SCHEMAS}!="" -GCONF_SCHEMAS= ${gst_${GST_PLUGIN}_GCONF_SCHEMAS} -.endif -CONFIGURE_ARGS+=${gst_${GST_PLUGIN}_CONFIGURE_ARGS} -.if ${gst_${GST_PLUGIN}_USE_SDL}!="" -USE_SDL= ${gst_${GST_PLUGIN}_USE_SDL} -.endif -USE_GSTREAMER+= ${gst_${GST_PLUGIN}_USE_GSTREAMER} ${DIST:S/base/yes/} -GST_PREBUILD_DIR=${gst_${GST_PLUGIN}_GST_PREBUILD_DIR} -GST_PLUGIN_DIR= ${gst_${GST_PLUGIN}_GST_PLUGIN_DIR} -GST_POSTBUILD_DIR=${gst_${GST_PLUGIN}_GST_POSTBUILD_DIR} - -.if !target(do-build) -do-build: -.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} -.endfor -.endif - -.if !target(do-install) -do-install: -.for dir in ${GST_PLUGIN_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -.endfor -.endif -.endif diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo deleted file mode 100644 index 71b261c16..000000000 --- a/multimedia/gstreamer-plugins/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (gst-plugins-base-0.10.25.tar.bz2) = d29669dd79276c5cd94e1613c03cd9ab -SHA256 (gst-plugins-base-0.10.25.tar.bz2) = 0ab2f7e1d818e7af1be99c4eae02ba69d4a1b8f7e3527929a6426f1daa0d4607 -SIZE (gst-plugins-base-0.10.25.tar.bz2) = 2241145 -MD5 (gst-plugins-bad-0.10.14.tar.bz2) = 6be38b04fc76cdfef3a3b02b8434efa2 -SHA256 (gst-plugins-bad-0.10.14.tar.bz2) = cd6811522302d8e7549990ccc0edd371f6695daa566b65f338079f5fa5ce6bd9 -SIZE (gst-plugins-bad-0.10.14.tar.bz2) = 2781487 -MD5 (gst-plugins-ugly-0.10.12.tar.bz2) = 4400914a009201348fe66d2a83fa3971 -SHA256 (gst-plugins-ugly-0.10.12.tar.bz2) = b3e785a0dd47aab880049535068556a5f61726da44bce452b41555e3f0481d2f -SIZE (gst-plugins-ugly-0.10.12.tar.bz2) = 1027462 -MD5 (gst-plugins-good-0.10.16.tar.bz2) = f0af97464bb6e060a99df39bb21b7a42 -SHA256 (gst-plugins-good-0.10.16.tar.bz2) = 64bd5177913b8ccaa1502e88a255adb3e6024202ba8983e6a956061e57fe1640 -SIZE (gst-plugins-good-0.10.16.tar.bz2) = 2573811 diff --git a/multimedia/gstreamer-plugins/files/patch-Makefile.in b/multimedia/gstreamer-plugins/files/patch-Makefile.in deleted file mode 100644 index e20f7d218..000000000 --- a/multimedia/gstreamer-plugins/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 2009-11-09 10:37:05.000000000 +0100 -+++ Makefile.in 2009-11-09 10:37:34.000000000 +0100 -@@ -397,19 +397,15 @@ - gst-libs \ - gst sys $(SUBDIRS_EXT) \ - tools \ -- tests \ -- docs \ - po \ - common \ - m4 - - DIST_SUBDIRS = \ - pkgconfig \ -- docs \ - gst-libs \ - gst sys ext \ - tools \ -- tests \ - po \ - common \ - m4 diff --git a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c b/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c deleted file mode 100644 index 6d0fa67b9..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/cdparanoia/gstcdparanoiasrc.c.orig 2009-08-09 17:16:48.000000000 -0400 -+++ ext/cdparanoia/gstcdparanoiasrc.c 2009-08-09 17:17:38.000000000 -0400 -@@ -264,6 +264,7 @@ gst_cd_paranoia_src_open (GstCddaBaseSrc - GST_INFO_OBJECT (src, "search overlap set to %u", src->search_overlap); - } - -+#ifdef PARANOIA_CB_CACHEERR - cache_size = src->cache_size; - if (cache_size == -1) { - /* if paranoia mode is low (the default), assume we're doing playback */ -@@ -274,6 +275,7 @@ gst_cd_paranoia_src_open (GstCddaBaseSrc - } - paranoia_cachemodel_size (src->p, cache_size); - GST_INFO_OBJECT (src, "set cachemodel size to %u", cache_size); -+#endif - - src->next_sector = -1; - diff --git a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in b/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in deleted file mode 100644 index cec86b200..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- ext/pango/Makefile.in.orig 2008-07-26 06:39:00.827210159 -0700 -+++ ext/pango/Makefile.in 2008-07-26 06:57:02.595333482 -0700 -@@ -86,7 +86,7 @@ - pluginLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(plugin_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgstpango_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -+libgstpango_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libgstpango_la_OBJECTS = libgstpango_la-gstclockoverlay.lo \ -@@ -481,7 +481,7 @@ - - libgstpango_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) \ -- $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -+ -lgstvideo-$(GST_MAJORMINOR) \ - $(GST_BASE_LIBS) \ - $(GST_LIBS) \ - $(PANGO_LIBS) diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in deleted file mode 100644 index ccbc28e5d..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/audio/Makefile.in.orig 2009-08-05 14:51:57.000000000 +0200 -+++ gst-libs/gst/audio/Makefile.in 2009-08-05 14:52:32.000000000 +0200 -@@ -932,7 +932,7 @@ uninstall-am: uninstall-libLTLIBRARIES \ - $^ > $@ - - %-enumtypes.c: $(glib_enum_headers) -- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi -+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi - glib-mkenums \ - --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \ - --fprod "\n/* enumerations from \"@filename@\" */" \ diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c deleted file mode 100644 index 34b8dfb3a..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/sdp/gstsdpmessage.c.orig 2007-12-02 11:51:45.000000000 -0500 -+++ gst-libs/gst/sdp/gstsdpmessage.c 2007-12-02 11:52:01.000000000 -0500 -@@ -64,7 +64,7 @@ - #ifdef HAVE_SYS_TYPES_H - #include <sys/types.h> - #endif -- -+#include <netinet/in.h> - #include <glib.h> /* for G_OS_WIN32 */ - - #ifdef G_OS_WIN32 diff --git a/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h b/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h deleted file mode 100644 index d2f6ac436..000000000 --- a/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sys/v4l/gstv4lelement.h.orig 2008-02-23 15:31:39.000000000 -0500 -+++ sys/v4l/gstv4lelement.h 2008-02-23 15:32:00.000000000 -0500 -@@ -91,6 +91,8 @@ struct _GstV4lElement { - /* X-overlay */ - GstV4lXv *xv; - gulong xwindow_id; -+ -+ gboolean use_read; - }; - - struct _GstV4lElementClass { diff --git a/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c b/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c deleted file mode 100644 index 24088dc9f..000000000 --- a/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c +++ /dev/null @@ -1,261 +0,0 @@ ---- sys/v4l/v4lsrc_calls.c.orig 2008-03-03 17:29:52.000000000 -0500 -+++ sys/v4l/v4lsrc_calls.c 2008-03-20 23:50:39.000000000 -0400 -@@ -26,12 +26,14 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#include <sys/uio.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <string.h> - #include <errno.h> -+#include <unistd.h> - #include "v4lsrc_calls.h" - #include <sys/time.h> - -@@ -87,6 +89,51 @@ - return FALSE; - } - -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ struct video_picture vp; -+ struct video_window vw; -+ -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGPICT, &vp) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error getting current picture info for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ vp.palette = v4lsrc->mmap.format; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSPICT, &vp) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error setting picture info for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGWIN, &vw) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error getting current window properties for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ vw.width = v4lsrc->mmap.width; -+ vw.height = v4lsrc->mmap.height; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ vw.flags &= (0x3F00 - 1); -+ vw.flags |= 15 << 16; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error setting window properties for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ } -+ -+ -+ if (read(GST_V4LELEMENT (v4lsrc)->video_fd, GST_V4LELEMENT (v4lsrc)->buffer + (1024 * 768 * 3 * num), v4lsrc->mmap.width * v4lsrc->mmap.height * 3/2) < 0) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error queueing a buffer (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ goto done; -+ } -+ - /* instruct the driver to prepare capture using buffer frame num */ - v4lsrc->mmap.frame = num; - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, -@@ -95,6 +142,7 @@ - ("Error queueing a buffer (%d): %s", num, g_strerror (errno))); - return FALSE; - } -+done: - - v4lsrc->frame_queue_state[num] = QUEUE_STATE_QUEUED; - v4lsrc->num_queued++; -@@ -117,6 +165,10 @@ - return FALSE; - } - -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ goto done; -+ } -+ - while (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSYNC, &num) < 0) { - /* if the sync() got interrupted, we can retry */ - if (errno != EINTR) { -@@ -126,6 +178,7 @@ - } - GST_DEBUG_OBJECT (v4lsrc, "Sync got interrupted"); - } -+done: - GST_LOG_OBJECT (v4lsrc, "VIOIOCSYNC on frame %d done", num); - - v4lsrc->frame_queue_state[num] = QUEUE_STATE_SYNCED; -@@ -168,13 +221,28 @@ - GST_V4L_CHECK_OPEN (GST_V4LELEMENT (v4lsrc)); - GST_V4L_CHECK_NOT_ACTIVE (GST_V4LELEMENT (v4lsrc)); - -+ GST_V4LELEMENT (v4lsrc)->use_read = FALSE; -+ - /* request the mmap buffer info: - * total size of mmap buffer, number of frames, offsets of frames */ - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGMBUF, - &(v4lsrc->mbuf)) < 0) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, READ, (NULL), -- ("Error getting buffer information: %s", g_strerror (errno))); -- return FALSE; -+ int i; -+ -+ GST_V4LELEMENT (v4lsrc)->buffer = (guint8 *) g_malloc0 (sizeof (guint8) * 1024 * 768 * 3 * MIN_BUFFERS_QUEUED); -+ GST_V4LELEMENT (v4lsrc)->use_read = TRUE; -+ -+ v4lsrc->frame_queue_state = (gint8 *) g_malloc (sizeof (gint8) * MIN_BUFFERS_QUEUED); -+ -+ v4lsrc->mbuf.frames = MIN_BUFFERS_QUEUED; -+ for (i = 0; i < MIN_BUFFERS_QUEUED; i++) { -+ v4lsrc->mbuf.offsets[i] = (1024 * 768 * 3 * i); -+ } -+ -+ /* lock for the frame_state */ -+ v4lsrc->mutex_queue_state = g_mutex_new (); -+ v4lsrc->cond_queue_state = g_cond_new (); -+ goto done; - } - - if (v4lsrc->mbuf.frames < MIN_BUFFERS_QUEUED) { -@@ -205,6 +273,7 @@ - GST_V4LELEMENT (v4lsrc)->buffer = NULL; - return FALSE; - } -+done: - - return TRUE; - } -@@ -413,10 +482,14 @@ - v4lsrc->frame_queue_state = NULL; - - /* unmap the buffer */ -- if (munmap (GST_V4LELEMENT (v4lsrc)->buffer, v4lsrc->mbuf.size) == -1) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, CLOSE, (NULL), -- ("error munmap'ing capture buffer: %s", g_strerror (errno))); -- return FALSE; -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ g_free (GST_V4LELEMENT (v4lsrc)->buffer); -+ } else { -+ if (munmap (GST_V4LELEMENT (v4lsrc)->buffer, v4lsrc->mbuf.size) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, CLOSE, (NULL), -+ ("error munmap'ing capture buffer: %s", g_strerror (errno))); -+ return FALSE; -+ } - } - GST_V4LELEMENT (v4lsrc)->buffer = NULL; - -@@ -446,6 +519,7 @@ - /* so, we need a buffer and some more stuff */ - int frame = 0; - guint8 *buffer; -+ gboolean use_read = FALSE; - struct video_mbuf vmbuf; - struct video_mmap vmmap; - -@@ -456,24 +530,72 @@ - - /* let's start by requesting a buffer and mmap()'ing it */ - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGMBUF, &vmbuf) < 0) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, READ, (NULL), -- ("Error getting buffer information: %s", g_strerror (errno))); -- return FALSE; -- } -- /* Map the buffers */ -- buffer = mmap (NULL, vmbuf.size, PROT_READ | PROT_WRITE, -- MAP_SHARED, GST_V4LELEMENT (v4lsrc)->video_fd, 0); -- if (buffer == MAP_FAILED) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, OPEN_READ_WRITE, (NULL), -- ("Error mapping our try-out buffer: %s", g_strerror (errno))); -- return FALSE; -- } -+ buffer = (gint8 *) g_malloc0 (sizeof (gint8) * 1024 * 768 * 3); -+ use_read = TRUE; -+ } else { -+ /* Map the buffers */ -+ buffer = mmap (0, vmbuf.size, PROT_READ | PROT_WRITE, -+ MAP_SHARED, GST_V4LELEMENT (v4lsrc)->video_fd, 0); -+ if (buffer == MAP_FAILED) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, OPEN_READ_WRITE, (NULL), -+ ("Error mapping our try-out buffer: %s", g_strerror (errno))); -+ return FALSE; -+ } -+ } - - /* now that we have a buffer, let's try out our format */ - vmmap.width = width; - vmmap.height = height; - vmmap.format = palette; - vmmap.frame = frame; -+ if (use_read) { -+ struct video_picture vp; -+ struct video_window vw; -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGWIN, &vw) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error getting current window properties: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ vw.width = width; -+ vw.height = height; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ vw.flags &= (0x3F00 - 1); -+ vw.flags |= 15 << 16; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error setting window properties: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ } -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGPICT, &vp) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error getting current picture info: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ vp.palette = palette; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSPICT, &vp) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error setting picture info: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ -+ if (read (GST_V4LELEMENT (v4lsrc)->video_fd, buffer, width * height * 3/2) < 0) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error reading into our try-out buffer: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ goto done; -+ } - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCMCAPTURE, &vmmap) < 0) { - if (errno != EINVAL) /* our format failed! */ - GST_ERROR_OBJECT (v4lsrc, -@@ -488,7 +610,11 @@ - return FALSE; - } - -- munmap (buffer, vmbuf.size); -+done: -+ if (use_read) -+ g_free (buffer); -+ else -+ munmap (buffer, vmbuf.size); - - /* if we got here, it worked! woohoo, the format is supported! */ - return TRUE; diff --git a/multimedia/gstreamer-plugins/pkg-descr b/multimedia/gstreamer-plugins/pkg-descr deleted file mode 100644 index 80300084c..000000000 --- a/multimedia/gstreamer-plugins/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -[ excerpt from developer's site ] - -This is a collection of plugins written with the GStreamer framework. -Some features of these plugins are: - -- Dynamically loaded plugins provide elements and media types, - demand-loaded via an XML registry, similar to ld.so.cache -- Element interface handles all known types of sources, filters, - sinks -- Capabilities system allows verification of element compatibility - using MIME types and media-specific properties -- Autoplugging uses capabilities system to complete complex paths - automatically -- Pipelines can be saved to XML and loaded back to working state -- Resource friendly plugins don't waste RAM - -WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist deleted file mode 100644 index 7fc53c08c..000000000 --- a/multimedia/gstreamer-plugins/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/gst-visualise-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/app/gstappbuffer.h -include/gstreamer-%%VERSION%%/gst/app/gstappsink.h -include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h -include/gstreamer-%%VERSION%%/gst/audio/audio.h -include/gstreamer-%%VERSION%%/gst/audio/audio-enumtypes.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioclock.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstringbuffer.h -include/gstreamer-%%VERSION%%/gst/audio/mixerutils.h -include/gstreamer-%%VERSION%%/gst/audio/multichannel.h -include/gstreamer-%%VERSION%%/gst/cdda/gstcddabasesrc.h -include/gstreamer-%%VERSION%%/gst/fft/gstfft.h -include/gstreamer-%%VERSION%%/gst/fft/gstfftf32.h -include/gstreamer-%%VERSION%%/gst/fft/gstfftf64.h -include/gstreamer-%%VERSION%%/gst/fft/gstffts16.h -include/gstreamer-%%VERSION%%/gst/fft/gstffts32.h -include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h -include/gstreamer-%%VERSION%%/gst/interfaces/colorbalance.h -include/gstreamer-%%VERSION%%/gst/interfaces/colorbalancechannel.h -include/gstreamer-%%VERSION%%/gst/interfaces/interfaces-enumtypes.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixer.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixeroptions.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixertrack.h -include/gstreamer-%%VERSION%%/gst/interfaces/navigation.h -include/gstreamer-%%VERSION%%/gst/interfaces/propertyprobe.h -include/gstreamer-%%VERSION%%/gst/interfaces/streamvolume.h -include/gstreamer-%%VERSION%%/gst/interfaces/tuner.h -include/gstreamer-%%VERSION%%/gst/interfaces/tunerchannel.h -include/gstreamer-%%VERSION%%/gst/interfaces/tunernorm.h -include/gstreamer-%%VERSION%%/gst/interfaces/videoorientation.h -include/gstreamer-%%VERSION%%/gst/interfaces/xoverlay.h -include/gstreamer-%%VERSION%%/gst/netbuffer/gstnetbuffer.h -include/gstreamer-%%VERSION%%/gst/pbutils/descriptions.h -include/gstreamer-%%VERSION%%/gst/pbutils/install-plugins.h -include/gstreamer-%%VERSION%%/gst/pbutils/missing-plugins.h -include/gstreamer-%%VERSION%%/gst/pbutils/pbutils-enumtypes.h -include/gstreamer-%%VERSION%%/gst/pbutils/pbutils.h -include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h -include/gstreamer-%%VERSION%%/gst/riff/riff-media.h -include/gstreamer-%%VERSION%%/gst/riff/riff-read.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpaudiopayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpdepayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertppayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsp-enumtypes.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspbase64.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspconnection.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspdefs.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspextension.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspmessage.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsprange.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsptransport.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspurl.h -include/gstreamer-%%VERSION%%/gst/sdp/gstsdp.h -include/gstreamer-%%VERSION%%/gst/sdp/gstsdpmessage.h -include/gstreamer-%%VERSION%%/gst/tag/gsttagdemux.h -include/gstreamer-%%VERSION%%/gst/tag/tag.h -include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h -include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h -include/gstreamer-%%VERSION%%/gst/video/video.h -include/gstreamer-%%VERSION%%/gst/video/video-enumtypes.h -lib/girepository-1.0/GstApp-%%VERSION%%.typelib -lib/girepository-1.0/GstAudio-%%VERSION%%.typelib -lib/girepository-1.0/GstFft-%%VERSION%%.typelib -lib/girepository-1.0/GstInterfaces-%%VERSION%%.typelib -lib/girepository-1.0/GstNetbuffer-%%VERSION%%.typelib -lib/girepository-1.0/GstPbutils-%%VERSION%%.typelib -lib/girepository-1.0/GstRiff-%%VERSION%%.typelib -lib/girepository-1.0/GstRtp-%%VERSION%%.typelib -lib/girepository-1.0/GstRtsp-%%VERSION%%.typelib -lib/girepository-1.0/GstSdp-%%VERSION%%.typelib -lib/girepository-1.0/GstTag-%%VERSION%%.typelib -lib/girepository-1.0/GstVideo-%%VERSION%%.typelib -lib/gstreamer-%%VERSION%%/libgstadder.la -lib/gstreamer-%%VERSION%%/libgstadder.so -lib/gstreamer-%%VERSION%%/libgstapp.la -lib/gstreamer-%%VERSION%%/libgstapp.so -lib/gstreamer-%%VERSION%%/libgstaudioconvert.la -lib/gstreamer-%%VERSION%%/libgstaudioconvert.so -lib/gstreamer-%%VERSION%%/libgstaudiorate.la -lib/gstreamer-%%VERSION%%/libgstaudiorate.so -lib/gstreamer-%%VERSION%%/libgstaudioresample.la -lib/gstreamer-%%VERSION%%/libgstaudioresample.so -lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.la -lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so -lib/gstreamer-%%VERSION%%/libgstdecodebin.la -lib/gstreamer-%%VERSION%%/libgstdecodebin.so -lib/gstreamer-%%VERSION%%/libgstdecodebin2.la -lib/gstreamer-%%VERSION%%/libgstdecodebin2.so -lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.la -lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so -lib/gstreamer-%%VERSION%%/libgstgdp.la -lib/gstreamer-%%VERSION%%/libgstgdp.so -lib/gstreamer-%%VERSION%%/libgstplaybin.la -lib/gstreamer-%%VERSION%%/libgstplaybin.so -lib/gstreamer-%%VERSION%%/libgstqueue2.la -lib/gstreamer-%%VERSION%%/libgstqueue2.so -lib/gstreamer-%%VERSION%%/libgstsubparse.la -lib/gstreamer-%%VERSION%%/libgstsubparse.so -lib/gstreamer-%%VERSION%%/libgsttcp.la -lib/gstreamer-%%VERSION%%/libgsttcp.so -lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.la -lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so -lib/gstreamer-%%VERSION%%/libgstvideo4linux.la -lib/gstreamer-%%VERSION%%/libgstvideo4linux.so -lib/gstreamer-%%VERSION%%/libgstvideorate.la -lib/gstreamer-%%VERSION%%/libgstvideorate.so -lib/gstreamer-%%VERSION%%/libgstvideoscale.la -lib/gstreamer-%%VERSION%%/libgstvideoscale.so -lib/gstreamer-%%VERSION%%/libgstvideotestsrc.la -lib/gstreamer-%%VERSION%%/libgstvideotestsrc.so -lib/gstreamer-%%VERSION%%/libgstvolume.la -lib/gstreamer-%%VERSION%%/libgstvolume.so -lib/gstreamer-%%VERSION%%/libgstximagesink.la -lib/gstreamer-%%VERSION%%/libgstximagesink.so -lib/gstreamer-%%VERSION%%/libgstxvimagesink.la -lib/gstreamer-%%VERSION%%/libgstxvimagesink.so -lib/libgstapp-%%VERSION%%.la -lib/libgstapp-%%VERSION%%.so -lib/libgstapp-%%VERSION%%.so.0 -lib/libgstaudio-%%VERSION%%.a -lib/libgstaudio-%%VERSION%%.la -lib/libgstaudio-%%VERSION%%.so -lib/libgstaudio-%%VERSION%%.so.0 -lib/libgstcdda-%%VERSION%%.a -lib/libgstcdda-%%VERSION%%.la -lib/libgstcdda-%%VERSION%%.so -lib/libgstcdda-%%VERSION%%.so.0 -lib/libgstfft-%%VERSION%%.a -lib/libgstfft-%%VERSION%%.la -lib/libgstfft-%%VERSION%%.so -lib/libgstfft-%%VERSION%%.so.0 -lib/libgstinterfaces-%%VERSION%%.a -lib/libgstinterfaces-%%VERSION%%.la -lib/libgstinterfaces-%%VERSION%%.so -lib/libgstinterfaces-%%VERSION%%.so.0 -lib/libgstnetbuffer-%%VERSION%%.a -lib/libgstnetbuffer-%%VERSION%%.la -lib/libgstnetbuffer-%%VERSION%%.so -lib/libgstnetbuffer-%%VERSION%%.so.0 -lib/libgstpbutils-%%VERSION%%.a -lib/libgstpbutils-%%VERSION%%.la -lib/libgstpbutils-%%VERSION%%.so -lib/libgstpbutils-%%VERSION%%.so.0 -lib/libgstriff-%%VERSION%%.a -lib/libgstriff-%%VERSION%%.la -lib/libgstriff-%%VERSION%%.so -lib/libgstriff-%%VERSION%%.so.0 -lib/libgstrtp-%%VERSION%%.a -lib/libgstrtp-%%VERSION%%.la -lib/libgstrtp-%%VERSION%%.so -lib/libgstrtp-%%VERSION%%.so.0 -lib/libgstrtsp-%%VERSION%%.a -lib/libgstrtsp-%%VERSION%%.la -lib/libgstrtsp-%%VERSION%%.so -lib/libgstrtsp-%%VERSION%%.so.0 -lib/libgstsdp-%%VERSION%%.a -lib/libgstsdp-%%VERSION%%.la -lib/libgstsdp-%%VERSION%%.so -lib/libgstsdp-%%VERSION%%.so.0 -lib/libgsttag-%%VERSION%%.a -lib/libgsttag-%%VERSION%%.la -lib/libgsttag-%%VERSION%%.so -lib/libgsttag-%%VERSION%%.so.0 -lib/libgstvideo-%%VERSION%%.a -lib/libgstvideo-%%VERSION%%.la -lib/libgstvideo-%%VERSION%%.so -lib/libgstvideo-%%VERSION%%.so.0 -libdata/pkgconfig/gstreamer-app-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-audio-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-cdda-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-fft-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-floatcast-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-netbuffer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-pbutils-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-riff-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-rtp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-rtsp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-sdp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-tag-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-video-%%VERSION%%.pc -share/gir-1.0/GstApp-%%VERSION%%.gir -share/gir-1.0/GstAudio-%%VERSION%%.gir -share/gir-1.0/GstFft-%%VERSION%%.gir -share/gir-1.0/GstInterfaces-%%VERSION%%.gir -share/gir-1.0/GstNetbuffer-%%VERSION%%.gir -share/gir-1.0/GstPbutils-%%VERSION%%.gir -share/gir-1.0/GstRiff-%%VERSION%%.gir -share/gir-1.0/GstRtp-%%VERSION%%.gir -share/gir-1.0/GstRtsp-%%VERSION%%.gir -share/gir-1.0/GstSdp-%%VERSION%%.gir -share/gir-1.0/GstTag-%%VERSION%%.gir -share/gir-1.0/GstVideo-%%VERSION%%.gir -share/locale/af/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -@dirrm include/gstreamer-%%VERSION%%/gst/video -@dirrm include/gstreamer-%%VERSION%%/gst/tag -@dirrm include/gstreamer-%%VERSION%%/gst/sdp -@dirrm include/gstreamer-%%VERSION%%/gst/rtsp -@dirrm include/gstreamer-%%VERSION%%/gst/rtp -@dirrm include/gstreamer-%%VERSION%%/gst/riff -@dirrm include/gstreamer-%%VERSION%%/gst/pbutils -@dirrm include/gstreamer-%%VERSION%%/gst/netbuffer -@dirrm include/gstreamer-%%VERSION%%/gst/interfaces -@dirrm include/gstreamer-%%VERSION%%/gst/floatcast -@dirrm include/gstreamer-%%VERSION%%/gst/fft -@dirrm include/gstreamer-%%VERSION%%/gst/cdda -@dirrm include/gstreamer-%%VERSION%%/gst/audio -@dirrm include/gstreamer-%%VERSION%%/gst/app diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile deleted file mode 100644 index edf7e0ddf..000000000 --- a/multimedia/gstreamer/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: gstreamer -# Date created: Tue Jul 9 20:24:02 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer/Makefile,v 1.66 2009/11/12 11:08:35 kwm Exp $ -# - -PORTNAME= gstreamer -PORTVERSION= 0.10.25 -CATEGORIES= multimedia -MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ - GNOME - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Development framework for creating media applications - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -CFLAGS:= ${CFLAGS} -O2 -Wno-format -USE_BISON= build -USE_XORG= x11 xv xext videoproto xextproto -USE_BZIP2= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack glib20 libxml2 ltverhack ltasneededhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-tests \ - --disable-examples \ - --disable-failing-tests \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - ac_cv_func_register_printf_function="no" \ - FLEX_PATH="${LOCALBASE}/bin/flex" -PLIST_SUB= VERSION="${GST_VERSION}" -USE_LDCONFIG= yes -GST_VERSION= 0.10 - -MAN1= gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ - gst-launch-${GST_VERSION}.1 \ - gst-typefind-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 \ - gst-xmllaunch-${GST_VERSION}.1 - -.include <bsd.port.pre.mk> - -.if (exists(${LOCALBASE}/lib/libcheck.a) || defined(WITH_CHECK)) -LIB_DEPENDS+= check.0:${PORTSDIR}/devel/libcheck -PLIST_SUB+= CHECK="" -.else -CONFIGURE_ARGS+=--disable-check -PLIST_SUB+= CHECK="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo deleted file mode 100644 index 78be8dfa9..000000000 --- a/multimedia/gstreamer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gstreamer-0.10.25.tar.bz2) = 88544e034a051baf472983791d233076 -SHA256 (gstreamer-0.10.25.tar.bz2) = 39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578 -SIZE (gstreamer-0.10.25.tar.bz2) = 3045572 diff --git a/multimedia/gstreamer/files/patch-Makefile.in b/multimedia/gstreamer/files/patch-Makefile.in deleted file mode 100644 index fe7d89f4c..000000000 --- a/multimedia/gstreamer/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig 2009-10-19 00:06:14.000000000 +0200 -+++ Makefile.in 2009-10-19 00:07:47.000000000 +0200 -@@ -397,7 +397,6 @@ aclocaldir = $(datadir)/aclocal - aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 - SUBDIRS = pkgconfig \ - gst libs plugins tools tests \ -- docs \ - po \ - common - -@@ -405,7 +404,6 @@ SUBDIRS = pkgconfig \ - # These are all the possible subdirs - DIST_SUBDIRS = pkgconfig \ - gst libs plugins tools tests \ -- docs \ - po \ - common - diff --git a/multimedia/gstreamer/files/patch-gst_gstregistry.c b/multimedia/gstreamer/files/patch-gst_gstregistry.c deleted file mode 100644 index b2ddff9c7..000000000 --- a/multimedia/gstreamer/files/patch-gst_gstregistry.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst/gstregistry.c.orig 2009-07-14 11:54:05.000000000 +0200 -+++ gst/gstregistry.c 2009-08-05 14:05:20.000000000 +0200 -@@ -896,7 +896,7 @@ gst_registry_scan_path_level (GstRegistr - GST_DEBUG_OBJECT (registry, "mtime %ld != %ld or size %" - G_GINT64_FORMAT " != %" G_GINT64_FORMAT " or external dependency " - "env_vars changed: %d or external dependencies changed: %d", -- plugin->file_mtime, file_status.st_mtime, -+ (glong) plugin->file_mtime, (glong) file_status.st_mtime, - (gint64) plugin->file_size, (gint64) file_status.st_size, - env_vars_changed, deps_changed); - gst_registry_remove_plugin (gst_registry_get_default (), plugin); diff --git a/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c b/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c deleted file mode 100644 index b1513ade7..000000000 --- a/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/elements/gstfilesrc.c.orig 2009-07-14 11:54:05.000000000 +0200 -+++ plugins/elements/gstfilesrc.c 2009-08-05 09:23:45.000000000 +0200 -@@ -585,8 +585,8 @@ gst_file_src_map_region (GstFileSrc * sr - - g_return_val_if_fail (offset >= 0, NULL); - -- GST_LOG_OBJECT (src, "mapping region %08llx+%08lx from file into memory", -- offset, (gulong) size); -+ GST_LOG_OBJECT (src, "mapping region %08lx+%08lx from file into memory", -+ (gulong) offset, (gulong) size); - - mmapregion = mmap (NULL, size, PROT_READ, MAP_SHARED, src->fd, offset); - diff --git a/multimedia/gstreamer/pkg-descr b/multimedia/gstreamer/pkg-descr deleted file mode 100644 index 3e7e98b0e..000000000 --- a/multimedia/gstreamer/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt from developer's site ] -- What is GStreamer? -GStreamer allows the construction of graphs of media-handling -components, ranging from simple mp3 playback to complex audio -(mixing) and video (non-linear editing) processing. Applications -can take advantage of advances in codec and filter technology -transparently. Developers can add new codecs and filters by writing -a simple plugin with a clean, generic interface. GStreamer is -released under the LGPL, with many of the included plugins retaining -the license of the code they were derived from, usually GPL or BSD. - -- Features: -* Comprehensive Core Library -* Intelligent Plugin Architecture -* Extensive Development Tools - -- Is GStreamer a media player? -No, GStreamer is a development framework for creating applications -like media players, video editors, streaming media broadcasters and -so on. That said, very good media players can easily be built on -top of GStreamer and we even include a simple yet functional -mediaplayer with GStreamer called Gst-Player - -WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist deleted file mode 100644 index 0d7821cf7..000000000 --- a/multimedia/gstreamer/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -bin/gst-feedback -bin/gst-feedback-%%VERSION%% -bin/gst-inspect -bin/gst-inspect-%%VERSION%% -bin/gst-launch -bin/gst-launch-%%VERSION%% -bin/gst-typefind -bin/gst-typefind-%%VERSION%% -bin/gst-xmlinspect -bin/gst-xmlinspect-%%VERSION%% -bin/gst-xmllaunch -bin/gst-xmllaunch-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/base/gstadapter.h -include/gstreamer-%%VERSION%%/gst/base/gstbasesink.h -include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h -include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h -include/gstreamer-%%VERSION%%/gst/base/gstbitreader.h -include/gstreamer-%%VERSION%%/gst/base/gstbytereader.h -include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h -include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h -include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h -include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstcheck.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/internal-check.h -include/gstreamer-%%VERSION%%/gst/controller/gstcontroller.h -include/gstreamer-%%VERSION%%/gst/controller/gstcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstlfocontrolsource.h -include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h -include/gstreamer-%%VERSION%%/gst/glib-compat.h -include/gstreamer-%%VERSION%%/gst/gst.h -include/gstreamer-%%VERSION%%/gst/gstbin.h -include/gstreamer-%%VERSION%%/gst/gstbuffer.h -include/gstreamer-%%VERSION%%/gst/gstbufferlist.h -include/gstreamer-%%VERSION%%/gst/gstbus.h -include/gstreamer-%%VERSION%%/gst/gstcaps.h -include/gstreamer-%%VERSION%%/gst/gstchildproxy.h -include/gstreamer-%%VERSION%%/gst/gstclock.h -include/gstreamer-%%VERSION%%/gst/gstcompat.h -include/gstreamer-%%VERSION%%/gst/gstconfig.h -include/gstreamer-%%VERSION%%/gst/gstdebugutils.h -include/gstreamer-%%VERSION%%/gst/gstelement.h -include/gstreamer-%%VERSION%%/gst/gstelementfactory.h -include/gstreamer-%%VERSION%%/gst/gstenumtypes.h -include/gstreamer-%%VERSION%%/gst/gsterror.h -include/gstreamer-%%VERSION%%/gst/gstevent.h -include/gstreamer-%%VERSION%%/gst/gstfilter.h -include/gstreamer-%%VERSION%%/gst/gstformat.h -include/gstreamer-%%VERSION%%/gst/gstghostpad.h -include/gstreamer-%%VERSION%%/gst/gstindex.h -include/gstreamer-%%VERSION%%/gst/gstindexfactory.h -include/gstreamer-%%VERSION%%/gst/gstinfo.h -include/gstreamer-%%VERSION%%/gst/gstinterface.h -include/gstreamer-%%VERSION%%/gst/gstiterator.h -include/gstreamer-%%VERSION%%/gst/gstmacros.h -include/gstreamer-%%VERSION%%/gst/gstmarshal.h -include/gstreamer-%%VERSION%%/gst/gstmessage.h -include/gstreamer-%%VERSION%%/gst/gstminiobject.h -include/gstreamer-%%VERSION%%/gst/gstobject.h -include/gstreamer-%%VERSION%%/gst/gstpad.h -include/gstreamer-%%VERSION%%/gst/gstpadtemplate.h -include/gstreamer-%%VERSION%%/gst/gstparamspecs.h -include/gstreamer-%%VERSION%%/gst/gstparse.h -include/gstreamer-%%VERSION%%/gst/gstpipeline.h -include/gstreamer-%%VERSION%%/gst/gstplugin.h -include/gstreamer-%%VERSION%%/gst/gstpluginfeature.h -include/gstreamer-%%VERSION%%/gst/gstpoll.h -include/gstreamer-%%VERSION%%/gst/gstpreset.h -include/gstreamer-%%VERSION%%/gst/gstquery.h -include/gstreamer-%%VERSION%%/gst/gstregistry.h -include/gstreamer-%%VERSION%%/gst/gstsegment.h -include/gstreamer-%%VERSION%%/gst/gststructure.h -include/gstreamer-%%VERSION%%/gst/gstsystemclock.h -include/gstreamer-%%VERSION%%/gst/gsttaglist.h -include/gstreamer-%%VERSION%%/gst/gsttagsetter.h -include/gstreamer-%%VERSION%%/gst/gsttask.h -include/gstreamer-%%VERSION%%/gst/gsttaskpool.h -include/gstreamer-%%VERSION%%/gst/gsttrace.h -include/gstreamer-%%VERSION%%/gst/gsttypefind.h -include/gstreamer-%%VERSION%%/gst/gsttypefindfactory.h -include/gstreamer-%%VERSION%%/gst/gsturi.h -include/gstreamer-%%VERSION%%/gst/gstutils.h -include/gstreamer-%%VERSION%%/gst/gstvalue.h -include/gstreamer-%%VERSION%%/gst/gstversion.h -include/gstreamer-%%VERSION%%/gst/gstxml.h -include/gstreamer-%%VERSION%%/gst/net/gstnet.h -include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h -include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h -include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h -lib/girepository-1.0/Gst-0.10.typelib -lib/girepository-1.0/GstBase-0.10.typelib -%%CHECK%%lib/girepository-1.0/GstCheck-0.10.typelib -lib/girepository-1.0/GstController-0.10.typelib -lib/girepository-1.0/GstNet-0.10.typelib -lib/gstreamer-%%VERSION%%/libgstcoreelements.la -lib/gstreamer-%%VERSION%%/libgstcoreelements.so -lib/gstreamer-%%VERSION%%/libgstcoreindexers.la -lib/gstreamer-%%VERSION%%/libgstcoreindexers.so -lib/libgstbase-%%VERSION%%.a -lib/libgstbase-%%VERSION%%.la -lib/libgstbase-%%VERSION%%.so -lib/libgstbase-%%VERSION%%.so.0 -%%CHECK%%lib/libgstcheck-%%VERSION%%.a -%%CHECK%%lib/libgstcheck-%%VERSION%%.la -%%CHECK%%lib/libgstcheck-%%VERSION%%.so -%%CHECK%%lib/libgstcheck-%%VERSION%%.so.0 -lib/libgstcontroller-%%VERSION%%.a -lib/libgstcontroller-%%VERSION%%.la -lib/libgstcontroller-%%VERSION%%.so -lib/libgstcontroller-%%VERSION%%.so.0 -lib/libgstdataprotocol-%%VERSION%%.a -lib/libgstdataprotocol-%%VERSION%%.la -lib/libgstdataprotocol-%%VERSION%%.so -lib/libgstdataprotocol-%%VERSION%%.so.0 -lib/libgstnet-%%VERSION%%.a -lib/libgstnet-%%VERSION%%.la -lib/libgstnet-%%VERSION%%.so -lib/libgstnet-%%VERSION%%.so.0 -lib/libgstreamer-%%VERSION%%.a -lib/libgstreamer-%%VERSION%%.la -lib/libgstreamer-%%VERSION%%.so -lib/libgstreamer-%%VERSION%%.so.0 -libdata/pkgconfig/gstreamer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-base-%%VERSION%%.pc -%%CHECK%%libdata/pkgconfig/gstreamer-check-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-dataprotocol-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc -share/aclocal/gst-element-check-%%VERSION%%.m4 -share/gir-1.0/Gst-0.10.gir -share/gir-1.0/GstBase-0.10.gir -%%CHECK%%share/gir-1.0/GstCheck-0.10.gir -share/gir-1.0/GstController-0.10.gir -share/gir-1.0/GstNet-0.10.gir -share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrm lib/gstreamer-%%VERSION%% -@dirrm include/gstreamer-%%VERSION%%/gst/net -@dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol -@dirrm include/gstreamer-%%VERSION%%/gst/controller -%%CHECK%%@dirrm include/gstreamer-%%VERSION%%/gst/check -@dirrm include/gstreamer-%%VERSION%%/gst/base -@dirrm include/gstreamer-%%VERSION%%/gst -@dirrm include/gstreamer-%%VERSION%% diff --git a/multimedia/gstreamermm/Makefile b/multimedia/gstreamermm/Makefile deleted file mode 100644 index 965750c1d..000000000 --- a/multimedia/gstreamermm/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gstreamermm -# Date created: 2008-02-23 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamermm/Makefile,v 1.5 2009/09/03 08:45:19 kwm Exp $ - -PORTNAME= gstreamermm -PORTVERSION= 0.10.5 -CATEGORIES= multimedia -MASTER_SITES= GNOME - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= C++ wrapper library for the multimedia library GStreamer - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GSTREAMER= theora vorbis cdparanoia gio pango -USE_GNOME= pkgconfig gnomeprefix gnomehack -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs --disable-examples -USE_LDCONFIG= yes -PLIST_SUB= GST_VERSION="${GST_VERSION}" - -.include <bsd.port.mk> diff --git a/multimedia/gstreamermm/distinfo b/multimedia/gstreamermm/distinfo deleted file mode 100644 index 34d528bf3..000000000 --- a/multimedia/gstreamermm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gstreamermm-0.10.5.tar.bz2) = 0865345d926c11573a951a18a7a31eaa -SHA256 (gstreamermm-0.10.5.tar.bz2) = 368b4523135e8918494e0be4495d9eab28574e7d007809b2d312c869ec6dc2a2 -SIZE (gstreamermm-0.10.5.tar.bz2) = 2645672 diff --git a/multimedia/gstreamermm/pkg-descr b/multimedia/gstreamermm/pkg-descr deleted file mode 100644 index ea4fe6cbe..000000000 --- a/multimedia/gstreamermm/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper library for the multimedia library GStreamer diff --git a/multimedia/gstreamermm/pkg-plist b/multimedia/gstreamermm/pkg-plist deleted file mode 100644 index 67678ea96..000000000 --- a/multimedia/gstreamermm/pkg-plist +++ /dev/null @@ -1,279 +0,0 @@ -include/gstreamermm-%%GST_VERSION%%/gstreamermm.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/adder.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/alsamixer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/alsasink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/alsasrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audioclock.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audioconvert.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiofilter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audioresample.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiosrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiotestsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/baseaudiosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/baseaudiosrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/basesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/basesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/basetransform.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/bin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/buffer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/bus.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/caps.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/capsfilter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/cddabasesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/cdparanoiasrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/childproxy.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/clock.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/clockoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/colorbalance.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/colorbalancechannel.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/decodebin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/decodebin2.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/element.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/elementfactory.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/enums.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/error.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/event.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fakesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fakesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fdsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fdsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ffmpegcolorspace.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/filesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/filesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/filter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/format.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/gdpdepay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/gdppay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ghostpad.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giosrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giostreamsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giostreamsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/gst_wrap_init.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/identity.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/index.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/indexfactory.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/init.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/interface.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/iterator.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/message.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/miniobject.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/mixer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/mixeroptions.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/mixertrack.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/multifdsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/multiqueue.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/navigation.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/object.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/oggdemux.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/oggmux.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pad.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/padtemplate.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/parse.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pipeline.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/playbin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/playbin2.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/plugin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pluginfeature.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/preset.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/adder_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/alsamixer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/alsasink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/alsasrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audioclock_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audioconvert_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiofilter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audioresample_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiosrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiotestsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/baseaudiosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/baseaudiosrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/basesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/basesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/basetransform_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/bin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/buffer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/bus_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/caps_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/capsfilter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/cddabasesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/cdparanoiasrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/childproxy_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/clock_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/clockoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/colorbalance_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/colorbalancechannel_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/decodebin2_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/decodebin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/element_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/elementfactory_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/enums_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/error_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/event_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fakesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fakesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fdsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fdsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ffmpegcolorspace_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/filesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/filesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/filter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/format_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/gdpdepay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/gdppay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ghostpad_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giosrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giostreamsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giostreamsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/identity_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/index_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/indexfactory_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/interface_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/iterator_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/message_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/miniobject_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/mixer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/mixeroptions_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/mixertrack_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/multifdsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/multiqueue_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/navigation_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/object_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/oggdemux_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/oggmux_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pad_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/padtemplate_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/parse_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pipeline_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/playbin2_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/playbin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/plugin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pluginfeature_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/preset_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/propertyprobe_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pushsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/query_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/queue_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/registry_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ringbuffer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/segment_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/structure_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/systemclock_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/taglist_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tagsetter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/task_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/taskpool_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpclientsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpclientsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpserversink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpserversrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tee_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/textoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/textrender_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/theoradec_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/theoraenc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/theoraparse_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/timeoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tuner_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tunerchannel_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tunernorm_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/typefind_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/typefindelement_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/typefindfactory_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/uridecodebin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/urihandler_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/value_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videoorientation_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videorate_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videoscale_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videotestsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/volume_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbisdec_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbisenc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbisparse_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbistag_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ximagesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/xml_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/xoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/xvimagesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/propertyprobe.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pushsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/query.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/queue.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/registry.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ringbuffer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/segment.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/structure.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/systemclock.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/taglist.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tagsetter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/task.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/taskpool.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpclientsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpclientsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpserversink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpserversrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tee.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/textoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/textrender.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/theoradec.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/theoraenc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/theoraparse.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/timeoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tuner.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tunerchannel.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tunernorm.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/typefind.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/typefindelement.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/typefindfactory.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/uridecodebin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/urihandler.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/value.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/version.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videoorientation.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videorate.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videoscale.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videotestsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/volume.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbisdec.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbisenc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbisparse.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbistag.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/wrap.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/wrap_init.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ximagesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/xml.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/xoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/xvimagesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm_get_plugin_defs/get_plugin_defs.h -lib/gstreamermm-%%GST_VERSION%%/gen/generate_plugin_gmmproc_file -lib/gstreamermm-%%GST_VERSION%%/include/gstreamermmconfig.h -lib/gstreamermm-%%GST_VERSION%%/proc/m4/class_boxedtype_extra.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/class_gstminiobject.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/convert.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/convert_gst.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/plugingen.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/plugingen_base.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/plugingen_gstreamermm.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/shared.m4 -lib/libgstreamermm-%%GST_VERSION%%.la -lib/libgstreamermm-%%GST_VERSION%%.so -lib/libgstreamermm-%%GST_VERSION%%.so.2 -lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.la -lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.so -lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.so.2 -libdata/pkgconfig/gstreamermm-%%GST_VERSION%%.pc -@dirrm lib/gstreamermm-%%GST_VERSION%%/proc/m4 -@dirrm lib/gstreamermm-%%GST_VERSION%%/proc -@dirrm lib/gstreamermm-%%GST_VERSION%%/include -@dirrm lib/gstreamermm-%%GST_VERSION%%/gen -@dirrm lib/gstreamermm-%%GST_VERSION%% -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm_get_plugin_defs -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm/private -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm -@dirrm include/gstreamermm-%%GST_VERSION%% diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile deleted file mode 100644 index a627cbcae..000000000 --- a/multimedia/swfdec-gnome/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Ports collection makefile for: swfdec-gnome -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= swfdec-gnome -PORTVERSION= 2.28.0 -CATEGORIES= multimedia -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk flash player and thumbnailer - -LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec - -USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2 -USE_BZIP2= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= swfdec-thumbnailer.schemas - -MAN1= swfdec-player.1 swfdec-thumbnailer.1 - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/multimedia/swfdec-gnome/distinfo b/multimedia/swfdec-gnome/distinfo deleted file mode 100644 index 3de3083be..000000000 --- a/multimedia/swfdec-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/swfdec-gnome-2.28.0.tar.bz2) = 70a37c4b6d93104868c314d197b1496f -SHA256 (gnome2/swfdec-gnome-2.28.0.tar.bz2) = 960ebd98fdfb5b02cdb2bc5681d5937e8c0369f7706ae2ddcfb3774344b389a4 -SIZE (gnome2/swfdec-gnome-2.28.0.tar.bz2) = 170434 diff --git a/multimedia/swfdec-gnome/pkg-descr b/multimedia/swfdec-gnome/pkg-descr deleted file mode 100644 index 7e094c545..000000000 --- a/multimedia/swfdec-gnome/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Swfdec is a library for rendering Flash animations and games. It was -originally designed as a basis library for creating Flash plugins for -GStreamer, but it is a fully standalone library which only use the -libart library for drawing. - -WWW: http://www.schleef.org/swfdec/ diff --git a/multimedia/swfdec-gnome/pkg-plist b/multimedia/swfdec-gnome/pkg-plist deleted file mode 100644 index 5abe55533..000000000 --- a/multimedia/swfdec-gnome/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -bin/swfdec-player -bin/swfdec-thumbnailer -share/applications/swfdec-player.desktop -share/icons/hicolor/16x16/apps/swfdec-gnome.png -share/icons/hicolor/22x22/apps/swfdec-gnome.png -share/icons/hicolor/24x24/apps/swfdec-gnome.png -share/icons/hicolor/32x32/apps/swfdec-gnome.png -share/icons/hicolor/48x48/apps/swfdec-gnome.png -share/icons/hicolor/scalable/apps/swfdec-gnome.svg -share/locale/ar/LC_MESSAGES/swfdec-gnome.mo -share/locale/as/LC_MESSAGES/swfdec-gnome.mo -share/locale/be/LC_MESSAGES/swfdec-gnome.mo -share/locale/be@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/bg/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn_IN/LC_MESSAGES/swfdec-gnome.mo -share/locale/br/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca@valencia/LC_MESSAGES/swfdec-gnome.mo -share/locale/cs/LC_MESSAGES/swfdec-gnome.mo -share/locale/da/LC_MESSAGES/swfdec-gnome.mo -share/locale/de/LC_MESSAGES/swfdec-gnome.mo -share/locale/el/LC_MESSAGES/swfdec-gnome.mo -share/locale/en_GB/LC_MESSAGES/swfdec-gnome.mo -share/locale/es/LC_MESSAGES/swfdec-gnome.mo -share/locale/et/LC_MESSAGES/swfdec-gnome.mo -share/locale/eu/LC_MESSAGES/swfdec-gnome.mo -share/locale/fi/LC_MESSAGES/swfdec-gnome.mo -share/locale/fr/LC_MESSAGES/swfdec-gnome.mo -share/locale/ga/LC_MESSAGES/swfdec-gnome.mo -share/locale/gl/LC_MESSAGES/swfdec-gnome.mo -share/locale/gu/LC_MESSAGES/swfdec-gnome.mo -share/locale/he/LC_MESSAGES/swfdec-gnome.mo -share/locale/hi/LC_MESSAGES/swfdec-gnome.mo -share/locale/hu/LC_MESSAGES/swfdec-gnome.mo -share/locale/it/LC_MESSAGES/swfdec-gnome.mo -share/locale/ja/LC_MESSAGES/swfdec-gnome.mo -share/locale/kk/LC_MESSAGES/swfdec-gnome.mo -share/locale/kn/LC_MESSAGES/swfdec-gnome.mo -share/locale/ko/LC_MESSAGES/swfdec-gnome.mo -share/locale/ku/LC_MESSAGES/swfdec-gnome.mo -share/locale/lt/LC_MESSAGES/swfdec-gnome.mo -share/locale/mai/LC_MESSAGES/swfdec-gnome.mo -share/locale/mk/LC_MESSAGES/swfdec-gnome.mo -share/locale/ml/LC_MESSAGES/swfdec-gnome.mo -share/locale/mr/LC_MESSAGES/swfdec-gnome.mo -share/locale/nb/LC_MESSAGES/swfdec-gnome.mo -share/locale/nl/LC_MESSAGES/swfdec-gnome.mo -share/locale/nn/LC_MESSAGES/swfdec-gnome.mo -share/locale/or/LC_MESSAGES/swfdec-gnome.mo -share/locale/pa/LC_MESSAGES/swfdec-gnome.mo -share/locale/pl/LC_MESSAGES/swfdec-gnome.mo -share/locale/ps/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt_BR/LC_MESSAGES/swfdec-gnome.mo -share/locale/ro/LC_MESSAGES/swfdec-gnome.mo -share/locale/ru/LC_MESSAGES/swfdec-gnome.mo -share/locale/sl/LC_MESSAGES/swfdec-gnome.mo -share/locale/sq/LC_MESSAGES/swfdec-gnome.mo -share/locale/sr/LC_MESSAGES/swfdec-gnome.mo -share/locale/sr@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/sv/LC_MESSAGES/swfdec-gnome.mo -share/locale/ta/LC_MESSAGES/swfdec-gnome.mo -share/locale/te/LC_MESSAGES/swfdec-gnome.mo -share/locale/th/LC_MESSAGES/swfdec-gnome.mo -share/locale/tr/LC_MESSAGES/swfdec-gnome.mo -share/locale/uk/LC_MESSAGES/swfdec-gnome.mo -share/locale/vi/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_CN/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_HK/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_TW/LC_MESSAGES/swfdec-gnome.mo -%%DATADIR%%/swfdec-player.ui -@dirrm %%DATADIR%% -@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 -@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/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@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/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile deleted file mode 100644 index 7d176294b..000000000 --- a/multimedia/totem-pl-parser/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: totem-pl-parser -# Date created: 2007-12-04 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.30 2009/09/21 12:37:14 avl Exp $ -# - -PORTNAME= totem-pl-parser -PORTVERSION= 2.28.1 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GObject-based library to parse a host of playlist formats - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/multimedia/totem-pl-parser/distinfo b/multimedia/totem-pl-parser/distinfo deleted file mode 100644 index 12230bea5..000000000 --- a/multimedia/totem-pl-parser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-pl-parser-2.28.1.tar.bz2) = bd4ef8ce1cd3c467cd6adc2835f027bc -SHA256 (gnome2/totem-pl-parser-2.28.1.tar.bz2) = 5f71c946cce245d53e8a13281c8dc1884fb6928f0a65d47a6aba7fb18a39acc2 -SIZE (gnome2/totem-pl-parser-2.28.1.tar.bz2) = 629063 diff --git a/multimedia/totem-pl-parser/pkg-descr b/multimedia/totem-pl-parser/pkg-descr deleted file mode 100644 index 90b17c4f2..000000000 --- a/multimedia/totem-pl-parser/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A simple GObject-based library to parse a host of playlist formats diff --git a/multimedia/totem-pl-parser/pkg-plist b/multimedia/totem-pl-parser/pkg-plist deleted file mode 100644 index 69ab8e970..000000000 --- a/multimedia/totem-pl-parser/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -include/totem-pl-parser/1/plparser/totem-disc.h -include/totem-pl-parser/1/plparser/totem-pl-parser-builtins.h -include/totem-pl-parser/1/plparser/totem-pl-parser-features.h -include/totem-pl-parser/1/plparser/totem-pl-parser-mini.h -include/totem-pl-parser/1/plparser/totem-pl-parser.h -lib/libtotem-plparser-mini.a -lib/libtotem-plparser-mini.la -lib/libtotem-plparser-mini.so -lib/libtotem-plparser-mini.so.12 -lib/libtotem-plparser.a -lib/libtotem-plparser.la -lib/libtotem-plparser.so -lib/libtotem-plparser.so.12 -libdata/pkgconfig/totem-plparser-mini.pc -libdata/pkgconfig/totem-plparser.pc -%%DOCSDIR%%/TotemPlParser.html -%%DOCSDIR%%/api-index-deprecated.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/api-reference.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/totem-pl-parser-totem-disc.html -%%DOCSDIR%%/totem-pl-parser.devhelp -%%DOCSDIR%%/totem-pl-parser.devhelp2 -%%DOCSDIR%%/up.png -share/locale/am/LC_MESSAGES/totem-pl-parser.mo -share/locale/ar/LC_MESSAGES/totem-pl-parser.mo -share/locale/as/LC_MESSAGES/totem-pl-parser.mo -share/locale/az/LC_MESSAGES/totem-pl-parser.mo -share/locale/be/LC_MESSAGES/totem-pl-parser.mo -share/locale/be@latin/LC_MESSAGES/totem-pl-parser.mo -share/locale/bg/LC_MESSAGES/totem-pl-parser.mo -share/locale/bn/LC_MESSAGES/totem-pl-parser.mo -share/locale/bn_IN/LC_MESSAGES/totem-pl-parser.mo -share/locale/br/LC_MESSAGES/totem-pl-parser.mo -share/locale/ca/LC_MESSAGES/totem-pl-parser.mo -share/locale/ca@valencia/LC_MESSAGES/totem-pl-parser.mo -share/locale/cs/LC_MESSAGES/totem-pl-parser.mo -share/locale/cy/LC_MESSAGES/totem-pl-parser.mo -share/locale/da/LC_MESSAGES/totem-pl-parser.mo -share/locale/de/LC_MESSAGES/totem-pl-parser.mo -share/locale/dz/LC_MESSAGES/totem-pl-parser.mo -share/locale/el/LC_MESSAGES/totem-pl-parser.mo -share/locale/en_CA/LC_MESSAGES/totem-pl-parser.mo -share/locale/en_GB/LC_MESSAGES/totem-pl-parser.mo -share/locale/es/LC_MESSAGES/totem-pl-parser.mo -share/locale/et/LC_MESSAGES/totem-pl-parser.mo -share/locale/eu/LC_MESSAGES/totem-pl-parser.mo -share/locale/fa/LC_MESSAGES/totem-pl-parser.mo -share/locale/fi/LC_MESSAGES/totem-pl-parser.mo -share/locale/fr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ga/LC_MESSAGES/totem-pl-parser.mo -share/locale/gl/LC_MESSAGES/totem-pl-parser.mo -share/locale/gu/LC_MESSAGES/totem-pl-parser.mo -share/locale/he/LC_MESSAGES/totem-pl-parser.mo -share/locale/hi/LC_MESSAGES/totem-pl-parser.mo -share/locale/hr/LC_MESSAGES/totem-pl-parser.mo -share/locale/hu/LC_MESSAGES/totem-pl-parser.mo -share/locale/id/LC_MESSAGES/totem-pl-parser.mo -share/locale/is/LC_MESSAGES/totem-pl-parser.mo -share/locale/it/LC_MESSAGES/totem-pl-parser.mo -share/locale/ja/LC_MESSAGES/totem-pl-parser.mo -share/locale/ka/LC_MESSAGES/totem-pl-parser.mo -share/locale/kn/LC_MESSAGES/totem-pl-parser.mo -share/locale/ko/LC_MESSAGES/totem-pl-parser.mo -share/locale/ku/LC_MESSAGES/totem-pl-parser.mo -share/locale/lt/LC_MESSAGES/totem-pl-parser.mo -share/locale/lv/LC_MESSAGES/totem-pl-parser.mo -share/locale/mai/LC_MESSAGES/totem-pl-parser.mo -share/locale/mg/LC_MESSAGES/totem-pl-parser.mo -share/locale/mk/LC_MESSAGES/totem-pl-parser.mo -share/locale/ml/LC_MESSAGES/totem-pl-parser.mo -share/locale/mr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ms/LC_MESSAGES/totem-pl-parser.mo -share/locale/nb/LC_MESSAGES/totem-pl-parser.mo -share/locale/nds/LC_MESSAGES/totem-pl-parser.mo -share/locale/ne/LC_MESSAGES/totem-pl-parser.mo -share/locale/nl/LC_MESSAGES/totem-pl-parser.mo -share/locale/nn/LC_MESSAGES/totem-pl-parser.mo -share/locale/oc/LC_MESSAGES/totem-pl-parser.mo -share/locale/or/LC_MESSAGES/totem-pl-parser.mo -share/locale/pa/LC_MESSAGES/totem-pl-parser.mo -share/locale/pl/LC_MESSAGES/totem-pl-parser.mo -share/locale/ps/LC_MESSAGES/totem-pl-parser.mo -share/locale/pt/LC_MESSAGES/totem-pl-parser.mo -share/locale/pt_BR/LC_MESSAGES/totem-pl-parser.mo -share/locale/ro/LC_MESSAGES/totem-pl-parser.mo -share/locale/ru/LC_MESSAGES/totem-pl-parser.mo -share/locale/rw/LC_MESSAGES/totem-pl-parser.mo -share/locale/si/LC_MESSAGES/totem-pl-parser.mo -share/locale/sk/LC_MESSAGES/totem-pl-parser.mo -share/locale/sl/LC_MESSAGES/totem-pl-parser.mo -share/locale/sq/LC_MESSAGES/totem-pl-parser.mo -share/locale/sr/LC_MESSAGES/totem-pl-parser.mo -share/locale/sr@latin/LC_MESSAGES/totem-pl-parser.mo -share/locale/sv/LC_MESSAGES/totem-pl-parser.mo -share/locale/ta/LC_MESSAGES/totem-pl-parser.mo -share/locale/te/LC_MESSAGES/totem-pl-parser.mo -share/locale/th/LC_MESSAGES/totem-pl-parser.mo -share/locale/tr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ug/LC_MESSAGES/totem-pl-parser.mo -share/locale/uk/LC_MESSAGES/totem-pl-parser.mo -share/locale/vi/LC_MESSAGES/totem-pl-parser.mo -share/locale/wa/LC_MESSAGES/totem-pl-parser.mo -share/locale/xh/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_CN/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_HK/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_TW/LC_MESSAGES/totem-pl-parser.mo -@dirrm %%DOCSDIR%% -@dirrm include/totem-pl-parser/1/plparser -@dirrm include/totem-pl-parser/1 -@dirrm include/totem-pl-parser -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile deleted file mode 100644 index 6a8bda43e..000000000 --- a/multimedia/totem/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: totem -# Date created: 17 Oct 2002 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# -# $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.137 2009/11/14 12:14:49 kwm Exp $ -# - -PORTNAME= totem -PORTVERSION= 2.28.4 -PORTREVISION?= 0 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \ - gdata.6:${PORTSDIR}/devel/libgdata \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata - -USE_PYTHON= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus2 ltverhack pygtk2 -GNOME_DESKTOP_VERSION=2 -USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -INSTALLS_OMF= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lXrandr" \ - BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" -CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" - -MAN1= totem.1 totem-video-thumbnailer.1 -GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ - totem.schemas - -WITHOUT_DVDNAV= yes - -OPTIONS= LIRC "Enable lirc support" off \ - GALAGO "Enable Galago support" off \ - BROWSER_PLUGINS "Enable install plugins for gecko browser" on \ - PUBLISH "Enable Publish (network playlist) plugin" off \ - TRACKER "Enable tracker local search plugin" off - -# check configure script for allowed_plugins="..." for new plugins -TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ - properties skipto youtube -# Not using: -# TOTEM_PLUGINS= mythtv bemused - -.include <bsd.port.pre.mk> - -.if defined(WITH_PUBLISH) -LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc -PLIST_SUB+= PUBLISH="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish -.else -PLIST_SUB+= PUBLISH="@comment " -.endif - -.if defined(WITH_TRACKER) -LIB_DEPENDS+= tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} tracker -PLIST_SUB+= TRACKER="" -.else -PLIST_SUB+= TRACKER="@comment " -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc -.else -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_GALAGO) -LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago -PLIST_SUB+= GALAGO="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago -.else -PLIST_SUB+= GALAGO="@comment " -.endif - -.if !defined(WITHOUT_BROWSER_PLUGINS) -CONFIGURE_ARGS+=--enable-browser-plugins \ - --enable-gmp-plugin \ - --enable-complex-plugin \ - --enable-narrowspace-plugin -PLIST_SUB+= BROWSER_PLUGINS="" - -USE_WEBPLUGINS= gecko19 webkit-gtk2 -WEBPLUGINS_FILES= libtotem-complex-plugin.so \ - libtotem-cone-plugin.so libtotem-gmp-plugin.so \ - libtotem-mully-plugin.so \ - libtotem-narrowspace-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" -.else -CONFIGURE_ARGS+=--disable-browser-plugins \ - --disable-basic-plugin \ - --disable-gmp-plugin \ - --disable-complex-plugin \ - --disable-narrowspace-plugin -PLIST_SUB+= BROWSER_PLUGINS="@comment " -.endif - -.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV) -LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav -.endif - -.if defined(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -.endif - -pre-everything:: - @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" - @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" - @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" - -post-patch: - @${CP} -f ${FILESDIR}/pkg-message.in ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ - ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c - -post-install: - @-update-desktop-database - ${MKDIR} ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo deleted file mode 100644 index 343a163cc..000000000 --- a/multimedia/totem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-2.28.4.tar.bz2) = a08fca39db3c3e7885c584e0fd533f5a -SHA256 (gnome2/totem-2.28.4.tar.bz2) = ac1f9091450e2dde2887dd7176183341fcea5adc4b6cee6887342837f2a6e17e -SIZE (gnome2/totem-2.28.4.tar.bz2) = 3081676 diff --git a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp b/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp deleted file mode 100644 index 6e697364d..000000000 --- a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- browser-plugin/totemPluginGlue.cpp.orig 2008-03-15 18:00:23.000000000 -0500 -+++ browser-plugin/totemPluginGlue.cpp 2008-03-15 18:01:54.000000000 -0500 -@@ -356,7 +356,7 @@ - user_ini_file = g_build_filename (g_get_user_config_dir (), - "totem", - "browser-plugins.ini", -- NULL); -+ (char *)NULL); - if (g_key_file_load_from_file (user, - user_ini_file, - G_KEY_FILE_NONE, -@@ -439,7 +439,7 @@ - /* we want to open libdbus-glib-1.so.2 in such a way - * in such a way that it becomes permanentely resident */ - void *handle; -- handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW | RTLD_NODELETE); -+ handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW); - if (!handle) { - fprintf (stderr, "%s\n", dlerror()); - return NPERR_MODULE_LOAD_FAILED_ERROR; diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure deleted file mode 100644 index 4c6c7b340..000000000 --- a/multimedia/totem/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2008-08-30 08:23:22.000000000 +0200 -+++ configure 2008-08-30 08:24:20.000000000 +0200 -@@ -25171,7 +25171,9 @@ - _ACEOF - - -+if [ -z "${BROWSER_PLUGIN_DIR}" ]; then - BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}" -+fi - - - diff --git a/multimedia/totem/files/patch-help_Makefile.in b/multimedia/totem/files/patch-help_Makefile.in deleted file mode 100644 index 0695029ac..000000000 --- a/multimedia/totem/files/patch-help_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- help/Makefile.in.orig 2009-05-10 03:06:15.000000000 -0400 -+++ help/Makefile.in 2009-05-10 03:06:29.000000000 -0400 -@@ -783,7 +783,7 @@ $(DOC_H_FILE): $(DOC_H_DOCS); - xsltproc --path "$$xmlpath" $(_credits) $$doc; \ - done | sort | uniq \ - | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \ -- | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp -+ | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/ "\1",/' >> $@.tmp - echo ' NULL' >> $@.tmp - echo '};' >> $@.tmp - echo >> $@.tmp diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in deleted file mode 100644 index 5c4332981..000000000 --- a/multimedia/totem/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ -******************************************************** -* Make sure you've enough shared memory, the xine FAQ * -* advises to have the following sysctl settings: * -* kern.ipc.shmmax=67108864 * -* kern.ipc.shmall=32768 * -******************************************************** diff --git a/multimedia/totem/pkg-descr b/multimedia/totem/pkg-descr deleted file mode 100644 index 3f33f1f5f..000000000 --- a/multimedia/totem/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Totem is simple movie player for the Gnome 2 desktop based on xine. -It features a simple playlist, a full-screen mode, seek and volume controls, -as well as a pretty complete keyboard navigation. - -WWW: http://www.gnome.org/projects/totem/ - --- Hendrik Scholz <hendrik@scholz.net> diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist deleted file mode 100644 index 971411f01..000000000 --- a/multimedia/totem/pkg-plist +++ /dev/null @@ -1,541 +0,0 @@ -bin/totem -bin/totem-audio-preview -bin/totem-video-indexer -bin/totem-video-thumbnailer -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-complex-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-complex-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-complex-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.so -lib/nautilus/extensions-2.0/libtotem-properties-page.a -lib/nautilus/extensions-2.0/libtotem-properties-page.la -lib/nautilus/extensions-2.0/libtotem-properties-page.so -%%GALAGO%%lib/totem/plugins/galago/galago.totem-plugin -%%GALAGO%%lib/totem/plugins/galago/libtgp.a -%%GALAGO%%lib/totem/plugins/galago/libtgp.la -%%GALAGO%%lib/totem/plugins/galago/libtgp.so -lib/totem/plugins/gromit/gromit.totem-plugin -lib/totem/plugins/gromit/libgromit.a -lib/totem/plugins/gromit/libgromit.la -lib/totem/plugins/gromit/libgromit.so -%%LIRC%%lib/totem/plugins/lirc/lirc.totem-plugin -%%LIRC%%lib/totem/plugins/lirc/liblirc.a -%%LIRC%%lib/totem/plugins/lirc/liblirc.la -%%LIRC%%lib/totem/plugins/lirc/liblirc.so -lib/totem/plugins/media-player-keys/libmedia_player_keys.a -lib/totem/plugins/media-player-keys/libmedia_player_keys.la -lib/totem/plugins/media-player-keys/libmedia_player_keys.so -lib/totem/plugins/media-player-keys/media-player-keys.totem-plugin -lib/totem/plugins/ontop/libontop.a -lib/totem/plugins/ontop/libontop.la -lib/totem/plugins/ontop/libontop.so -lib/totem/plugins/ontop/ontop.totem-plugin -%%PUBLISH%%lib/totem/plugins/publish/libpublish.a -%%PUBLISH%%lib/totem/plugins/publish/libpublish.la -%%PUBLISH%%lib/totem/plugins/publish/libpublish.so -%%PUBLISH%%lib/totem/plugins/publish/publish-plugin.ui -%%PUBLISH%%lib/totem/plugins/publish/publish.totem-plugin -lib/totem/plugins/properties/libmovie-properties.a -lib/totem/plugins/properties/libmovie-properties.la -lib/totem/plugins/properties/libmovie-properties.so -lib/totem/plugins/properties/movie-properties.totem-plugin -lib/totem/plugins/screensaver/libscreensaver.a -lib/totem/plugins/screensaver/libscreensaver.la -lib/totem/plugins/screensaver/libscreensaver.so -lib/totem/plugins/screensaver/screensaver.totem-plugin -lib/totem/plugins/skipto/libskipto.a -lib/totem/plugins/skipto/libskipto.la -lib/totem/plugins/skipto/libskipto.so -lib/totem/plugins/skipto/skipto.totem-plugin -lib/totem/plugins/skipto/skipto.ui -lib/totem/plugins/thumbnail/libthumbnail.a -lib/totem/plugins/thumbnail/libthumbnail.la -lib/totem/plugins/thumbnail/libthumbnail.so -lib/totem/plugins/thumbnail/thumbnail.totem-plugin -%%TRACKER%%lib/totem/plugins/tracker/libtracker.a -%%TRACKER%%lib/totem/plugins/tracker/libtracker.la -%%TRACKER%%lib/totem/plugins/tracker/libtracker.so -%%TRACKER%%lib/totem/plugins/tracker/tracker.totem-plugin -lib/totem/plugins/totem/__init__.py -lib/totem/plugins/totem/__init__.pyc -lib/totem/plugins/totem/__init__.pyo -lib/totem/plugins/youtube/libyoutube.a -lib/totem/plugins/youtube/libyoutube.la -lib/totem/plugins/youtube/libyoutube.so -lib/totem/plugins/youtube/youtube.totem-plugin -lib/totem/plugins/youtube/youtube.ui -%%BROWSER_PLUGINS%%libexec/totem-plugin-viewer -libexec/totem/totem-bugreport.py -share/applications/totem.desktop -%%DOCSDIR%%/BaconVideoWidget.html -%%DOCSDIR%%/TotemCellRendererVideo.html -%%DOCSDIR%%/TotemObject.html -%%DOCSDIR%%/TotemPlugin.html -%%DOCSDIR%%/TotemVideoList.html -%%DOCSDIR%%/api-index-deprecated.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/core-api.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/totem-Interface.html -%%DOCSDIR%%/totem.devhelp -%%DOCSDIR%%/totem.devhelp2 -%%DOCSDIR%%/totem-plugins.html -%%DOCSDIR%%/tutorials.html -%%DOCSDIR%%/up.png -%%DOCSDIR%%/widget-api.html -share/gnome/help/totem/C/figures/totem_next_button.png -share/gnome/help/totem/C/figures/totem_pause_button.png -share/gnome/help/totem/C/figures/totem_play_button.png -share/gnome/help/totem/C/figures/totem_previous_button.png -share/gnome/help/totem/C/figures/totem_show_playlist_button.png -share/gnome/help/totem/C/figures/totem_start_window.png -share/gnome/help/totem/C/figures/totem_volume_maximum_button.png -share/gnome/help/totem/C/figures/totem_volume_mute_button.png -share/gnome/help/totem/C/legal.xml -share/gnome/help/totem/C/totem.xml -share/gnome/help/totem/bg/figures/totem_start_window.png -share/gnome/help/totem/bg/legal.xml -share/gnome/help/totem/bg/totem.xml -share/gnome/help/totem/ca/figures/totem_next_button.png -share/gnome/help/totem/ca/figures/totem_pause_button.png -share/gnome/help/totem/ca/figures/totem_play_button.png -share/gnome/help/totem/ca/figures/totem_previous_button.png -share/gnome/help/totem/ca/figures/totem_show_playlist_button.png -share/gnome/help/totem/ca/figures/totem_start_window.png -share/gnome/help/totem/ca/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ca/figures/totem_volume_mute_button.png -share/gnome/help/totem/ca/totem.xml -share/gnome/help/totem/cs/figures/totem_next_button.png -share/gnome/help/totem/cs/figures/totem_pause_button.png -share/gnome/help/totem/cs/figures/totem_play_button.png -share/gnome/help/totem/cs/figures/totem_previous_button.png -share/gnome/help/totem/cs/figures/totem_show_playlist_button.png -share/gnome/help/totem/cs/figures/totem_start_window.png -share/gnome/help/totem/cs/figures/totem_volume_maximum_button.png -share/gnome/help/totem/cs/figures/totem_volume_mute_button.png -share/gnome/help/totem/cs/totem.xml -share/gnome/help/totem/da/figures/totem_next_button.png -share/gnome/help/totem/da/figures/totem_pause_button.png -share/gnome/help/totem/da/figures/totem_play_button.png -share/gnome/help/totem/da/figures/totem_previous_button.png -share/gnome/help/totem/da/figures/totem_show_playlist_button.png -share/gnome/help/totem/da/figures/totem_start_window.png -share/gnome/help/totem/da/figures/totem_volume_maximum_button.png -share/gnome/help/totem/da/figures/totem_volume_mute_button.png -share/gnome/help/totem/da/totem.xml -share/gnome/help/totem/de/figures/totem_next_button.png -share/gnome/help/totem/de/figures/totem_pause_button.png -share/gnome/help/totem/de/figures/totem_play_button.png -share/gnome/help/totem/de/figures/totem_previous_button.png -share/gnome/help/totem/de/figures/totem_show_playlist_button.png -share/gnome/help/totem/de/figures/totem_start_window.png -share/gnome/help/totem/de/figures/totem_volume_maximum_button.png -share/gnome/help/totem/de/figures/totem_volume_mute_button.png -share/gnome/help/totem/de/totem.xml -share/gnome/help/totem/el/figures/totem_next_button.png -share/gnome/help/totem/el/figures/totem_pause_button.png -share/gnome/help/totem/el/figures/totem_play_button.png -share/gnome/help/totem/el/figures/totem_previous_button.png -share/gnome/help/totem/el/figures/totem_show_playlist_button.png -share/gnome/help/totem/el/figures/totem_start_window.png -share/gnome/help/totem/el/figures/totem_volume_maximum_button.png -share/gnome/help/totem/el/figures/totem_volume_mute_button.png -share/gnome/help/totem/el/totem.xml -share/gnome/help/totem/en_GB/figures/totem_next_button.png -share/gnome/help/totem/en_GB/figures/totem_pause_button.png -share/gnome/help/totem/en_GB/figures/totem_play_button.png -share/gnome/help/totem/en_GB/figures/totem_previous_button.png -share/gnome/help/totem/en_GB/figures/totem_show_playlist_button.png -share/gnome/help/totem/en_GB/figures/totem_start_window.png -share/gnome/help/totem/en_GB/figures/totem_volume_maximum_button.png -share/gnome/help/totem/en_GB/figures/totem_volume_mute_button.png -share/gnome/help/totem/en_GB/totem.xml -share/gnome/help/totem/es/figures/totem_next_button.png -share/gnome/help/totem/es/figures/totem_pause_button.png -share/gnome/help/totem/es/figures/totem_play_button.png -share/gnome/help/totem/es/figures/totem_previous_button.png -share/gnome/help/totem/es/figures/totem_show_playlist_button.png -share/gnome/help/totem/es/figures/totem_start_window.png -share/gnome/help/totem/es/figures/totem_volume_maximum_button.png -share/gnome/help/totem/es/figures/totem_volume_mute_button.png -share/gnome/help/totem/es/totem.xml -share/gnome/help/totem/eu/figures/totem_next_button.png -share/gnome/help/totem/eu/figures/totem_pause_button.png -share/gnome/help/totem/eu/figures/totem_play_button.png -share/gnome/help/totem/eu/figures/totem_previous_button.png -share/gnome/help/totem/eu/figures/totem_show_playlist_button.png -share/gnome/help/totem/eu/figures/totem_start_window.png -share/gnome/help/totem/eu/figures/totem_volume_maximum_button.png -share/gnome/help/totem/eu/figures/totem_volume_mute_button.png -share/gnome/help/totem/eu/totem.xml -share/gnome/help/totem/fr/figures/totem_next_button.png -share/gnome/help/totem/fr/figures/totem_pause_button.png -share/gnome/help/totem/fr/figures/totem_play_button.png -share/gnome/help/totem/fr/figures/totem_previous_button.png -share/gnome/help/totem/fr/figures/totem_show_playlist_button.png -share/gnome/help/totem/fr/figures/totem_start_window.png -share/gnome/help/totem/fr/figures/totem_volume_maximum_button.png -share/gnome/help/totem/fr/figures/totem_volume_mute_button.png -share/gnome/help/totem/fr/totem.xml -share/gnome/help/totem/it/figures/totem_next_button.png -share/gnome/help/totem/it/figures/totem_pause_button.png -share/gnome/help/totem/it/figures/totem_play_button.png -share/gnome/help/totem/it/figures/totem_previous_button.png -share/gnome/help/totem/it/figures/totem_show_playlist_button.png -share/gnome/help/totem/it/figures/totem_start_window.png -share/gnome/help/totem/it/figures/totem_volume_maximum_button.png -share/gnome/help/totem/it/figures/totem_volume_mute_button.png -share/gnome/help/totem/it/totem.xml -share/gnome/help/totem/ja/figures/totem_next_button.png -share/gnome/help/totem/ja/figures/totem_pause_button.png -share/gnome/help/totem/ja/figures/totem_play_button.png -share/gnome/help/totem/ja/figures/totem_previous_button.png -share/gnome/help/totem/ja/figures/totem_show_playlist_button.png -share/gnome/help/totem/ja/figures/totem_start_window.png -share/gnome/help/totem/ja/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ja/figures/totem_volume_mute_button.png -share/gnome/help/totem/ja/totem.xml -share/gnome/help/totem/oc/figures/totem_next_button.png -share/gnome/help/totem/oc/figures/totem_pause_button.png -share/gnome/help/totem/oc/figures/totem_play_button.png -share/gnome/help/totem/oc/figures/totem_previous_button.png -share/gnome/help/totem/oc/figures/totem_show_playlist_button.png -share/gnome/help/totem/oc/figures/totem_start_window.png -share/gnome/help/totem/oc/figures/totem_volume_maximum_button.png -share/gnome/help/totem/oc/figures/totem_volume_mute_button.png -share/gnome/help/totem/oc/totem.xml -share/gnome/help/totem/pa/figures/totem_next_button.png -share/gnome/help/totem/pa/figures/totem_pause_button.png -share/gnome/help/totem/pa/figures/totem_play_button.png -share/gnome/help/totem/pa/figures/totem_previous_button.png -share/gnome/help/totem/pa/figures/totem_show_playlist_button.png -share/gnome/help/totem/pa/figures/totem_start_window.png -share/gnome/help/totem/pa/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pa/figures/totem_volume_mute_button.png -share/gnome/help/totem/pa/totem.xml -share/gnome/help/totem/pl/figures/totem_next_button.png -share/gnome/help/totem/pl/figures/totem_pause_button.png -share/gnome/help/totem/pl/figures/totem_play_button.png -share/gnome/help/totem/pl/figures/totem_previous_button.png -share/gnome/help/totem/pl/figures/totem_show_playlist_button.png -share/gnome/help/totem/pl/figures/totem_start_window.png -share/gnome/help/totem/pl/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pl/figures/totem_volume_mute_button.png -share/gnome/help/totem/pl/totem.xml -share/gnome/help/totem/pt_BR/figures/totem_next_button.png -share/gnome/help/totem/pt_BR/figures/totem_pause_button.png -share/gnome/help/totem/pt_BR/figures/totem_play_button.png -share/gnome/help/totem/pt_BR/figures/totem_previous_button.png -share/gnome/help/totem/pt_BR/figures/totem_show_playlist_button.png -share/gnome/help/totem/pt_BR/figures/totem_start_window.png -share/gnome/help/totem/pt_BR/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pt_BR/figures/totem_volume_mute_button.png -share/gnome/help/totem/pt_BR/totem.xml -share/gnome/help/totem/ru/figures/totem_next_button.png -share/gnome/help/totem/ru/figures/totem_pause_button.png -share/gnome/help/totem/ru/figures/totem_play_button.png -share/gnome/help/totem/ru/figures/totem_previous_button.png -share/gnome/help/totem/ru/figures/totem_show_playlist_button.png -share/gnome/help/totem/ru/figures/totem_start_window.png -share/gnome/help/totem/ru/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ru/figures/totem_volume_mute_button.png -share/gnome/help/totem/ru/totem.xml -share/gnome/help/totem/sv/figures/totem_next_button.png -share/gnome/help/totem/sv/figures/totem_pause_button.png -share/gnome/help/totem/sv/figures/totem_play_button.png -share/gnome/help/totem/sv/figures/totem_previous_button.png -share/gnome/help/totem/sv/figures/totem_show_playlist_button.png -share/gnome/help/totem/sv/figures/totem_start_window.png -share/gnome/help/totem/sv/figures/totem_volume_maximum_button.png -share/gnome/help/totem/sv/figures/totem_volume_mute_button.png -share/gnome/help/totem/sv/totem.xml -share/gnome/help/totem/uk/figures/totem_next_button.png -share/gnome/help/totem/uk/figures/totem_pause_button.png -share/gnome/help/totem/uk/figures/totem_play_button.png -share/gnome/help/totem/uk/figures/totem_previous_button.png -share/gnome/help/totem/uk/figures/totem_show_playlist_button.png -share/gnome/help/totem/uk/figures/totem_start_window.png -share/gnome/help/totem/uk/figures/totem_volume_maximum_button.png -share/gnome/help/totem/uk/figures/totem_volume_mute_button.png -share/gnome/help/totem/uk/totem.xml -share/gnome/help/totem/zh_CN/figures/totem_next_button.png -share/gnome/help/totem/zh_CN/figures/totem_pause_button.png -share/gnome/help/totem/zh_CN/figures/totem_play_button.png -share/gnome/help/totem/zh_CN/figures/totem_previous_button.png -share/gnome/help/totem/zh_CN/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_CN/figures/totem_start_window.png -share/gnome/help/totem/zh_CN/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_CN/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_CN/totem.xml -share/gnome/help/totem/zh_HK/figures/totem_next_button.png -share/gnome/help/totem/zh_HK/figures/totem_pause_button.png -share/gnome/help/totem/zh_HK/figures/totem_play_button.png -share/gnome/help/totem/zh_HK/figures/totem_previous_button.png -share/gnome/help/totem/zh_HK/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_HK/figures/totem_start_window.png -share/gnome/help/totem/zh_HK/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_HK/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_HK/totem.xml -share/gnome/help/totem/zh_TW/figures/totem_next_button.png -share/gnome/help/totem/zh_TW/figures/totem_pause_button.png -share/gnome/help/totem/zh_TW/figures/totem_play_button.png -share/gnome/help/totem/zh_TW/figures/totem_previous_button.png -share/gnome/help/totem/zh_TW/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_TW/figures/totem_start_window.png -share/gnome/help/totem/zh_TW/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_TW/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_TW/totem.xml -share/icons/hicolor/16x16/apps/totem.png -share/icons/hicolor/16x16/devices/totem-tv.png -share/icons/hicolor/22x22/apps/totem.png -share/icons/hicolor/22x22/devices/totem-tv.png -share/icons/hicolor/24x24/apps/totem.png -share/icons/hicolor/24x24/devices/totem-tv.png -share/icons/hicolor/32x32/apps/totem.png -share/icons/hicolor/32x32/devices/totem-tv.png -share/icons/hicolor/48x48/apps/totem.png -share/icons/hicolor/48x48/devices/totem-tv.png -share/icons/hicolor/scalable/apps/totem.svg -share/icons/hicolor/scalable/devices/totem-tv.svg -share/locale/am/LC_MESSAGES/totem.mo -share/locale/ar/LC_MESSAGES/totem.mo -share/locale/as/LC_MESSAGES/totem.mo -share/locale/ast/LC_MESSAGES/totem.mo -share/locale/az/LC_MESSAGES/totem.mo -share/locale/be/LC_MESSAGES/totem.mo -share/locale/be@latin/LC_MESSAGES/totem.mo -share/locale/bg/LC_MESSAGES/totem.mo -share/locale/bn/LC_MESSAGES/totem.mo -share/locale/bn_IN/LC_MESSAGES/totem.mo -share/locale/br/LC_MESSAGES/totem.mo -share/locale/ca/LC_MESSAGES/totem.mo -share/locale/ca@valencia/LC_MESSAGES/totem.mo -share/locale/crh/LC_MESSAGES/totem.mo -share/locale/cs/LC_MESSAGES/totem.mo -share/locale/cy/LC_MESSAGES/totem.mo -share/locale/da/LC_MESSAGES/totem.mo -share/locale/de/LC_MESSAGES/totem.mo -share/locale/dz/LC_MESSAGES/totem.mo -share/locale/el/LC_MESSAGES/totem.mo -share/locale/en_CA/LC_MESSAGES/totem.mo -share/locale/en_GB/LC_MESSAGES/totem.mo -share/locale/es/LC_MESSAGES/totem.mo -share/locale/et/LC_MESSAGES/totem.mo -share/locale/eu/LC_MESSAGES/totem.mo -share/locale/fa/LC_MESSAGES/totem.mo -share/locale/fi/LC_MESSAGES/totem.mo -share/locale/fr/LC_MESSAGES/totem.mo -share/locale/ga/LC_MESSAGES/totem.mo -share/locale/gl/LC_MESSAGES/totem.mo -share/locale/gu/LC_MESSAGES/totem.mo -share/locale/he/LC_MESSAGES/totem.mo -share/locale/hi/LC_MESSAGES/totem.mo -share/locale/hr/LC_MESSAGES/totem.mo -share/locale/hu/LC_MESSAGES/totem.mo -share/locale/id/LC_MESSAGES/totem.mo -share/locale/is/LC_MESSAGES/totem.mo -share/locale/it/LC_MESSAGES/totem.mo -share/locale/ja/LC_MESSAGES/totem.mo -share/locale/ka/LC_MESSAGES/totem.mo -share/locale/kn/LC_MESSAGES/totem.mo -share/locale/ko/LC_MESSAGES/totem.mo -share/locale/ku/LC_MESSAGES/totem.mo -share/locale/lt/LC_MESSAGES/totem.mo -share/locale/lv/LC_MESSAGES/totem.mo -share/locale/mai/LC_MESSAGES/totem.mo -share/locale/mg/LC_MESSAGES/totem.mo -share/locale/mk/LC_MESSAGES/totem.mo -share/locale/ml/LC_MESSAGES/totem.mo -share/locale/mr/LC_MESSAGES/totem.mo -share/locale/ms/LC_MESSAGES/totem.mo -share/locale/nb/LC_MESSAGES/totem.mo -share/locale/ne/LC_MESSAGES/totem.mo -share/locale/nl/LC_MESSAGES/totem.mo -share/locale/nn/LC_MESSAGES/totem.mo -share/locale/oc/LC_MESSAGES/totem.mo -share/locale/or/LC_MESSAGES/totem.mo -share/locale/pa/LC_MESSAGES/totem.mo -share/locale/pl/LC_MESSAGES/totem.mo -share/locale/pt/LC_MESSAGES/totem.mo -share/locale/pt_BR/LC_MESSAGES/totem.mo -share/locale/ro/LC_MESSAGES/totem.mo -share/locale/ru/LC_MESSAGES/totem.mo -share/locale/rw/LC_MESSAGES/totem.mo -share/locale/si/LC_MESSAGES/totem.mo -share/locale/sk/LC_MESSAGES/totem.mo -share/locale/sl/LC_MESSAGES/totem.mo -share/locale/sq/LC_MESSAGES/totem.mo -share/locale/sr/LC_MESSAGES/totem.mo -share/locale/sr@latin/LC_MESSAGES/totem.mo -share/locale/sv/LC_MESSAGES/totem.mo -share/locale/ta/LC_MESSAGES/totem.mo -share/locale/te/LC_MESSAGES/totem.mo -share/locale/th/LC_MESSAGES/totem.mo -share/locale/tr/LC_MESSAGES/totem.mo -share/locale/ug/LC_MESSAGES/totem.mo -share/locale/uk/LC_MESSAGES/totem.mo -share/locale/vi/LC_MESSAGES/totem.mo -share/locale/wa/LC_MESSAGES/totem.mo -share/locale/xh/LC_MESSAGES/totem.mo -share/locale/zh_CN/LC_MESSAGES/totem.mo -share/locale/zh_HK/LC_MESSAGES/totem.mo -share/locale/zh_TW/LC_MESSAGES/totem.mo -share/omf/totem/totem-C.omf -share/omf/totem/totem-bg.omf -share/omf/totem/totem-ca.omf -share/omf/totem/totem-cs.omf -share/omf/totem/totem-da.omf -share/omf/totem/totem-de.omf -share/omf/totem/totem-el.omf -share/omf/totem/totem-en_GB.omf -share/omf/totem/totem-es.omf -share/omf/totem/totem-eu.omf -share/omf/totem/totem-fr.omf -share/omf/totem/totem-it.omf -share/omf/totem/totem-ja.omf -share/omf/totem/totem-oc.omf -share/omf/totem/totem-pa.omf -share/omf/totem/totem-pl.omf -share/omf/totem/totem-pt_BR.omf -share/omf/totem/totem-ru.omf -share/omf/totem/totem-sv.omf -share/omf/totem/totem-uk.omf -share/omf/totem/totem-zh_CN.omf -share/omf/totem/totem-zh_HK.omf -share/omf/totem/totem-zh_TW.omf -%%DATADIR%%/filmholes-big-left.png -%%DATADIR%%/filmholes-big-right.png -%%DATADIR%%/filmholes.png -%%DATADIR%%/fullscreen.ui -%%DATADIR%%/mozilla-viewer.ui -%%DATADIR%%/playlist.ui -%%DATADIR%%/plugins.ui -%%DATADIR%%/properties.ui -%%DATADIR%%/totem.ui -%%DATADIR%%/uri.ui -%%DATADIR%%/video-list.ui -share/vala/vapi/totem.deps -share/vala/vapi/totem.vapi -@dirrm %%DATADIR%% -@dirrm share/omf/totem -@dirrm share/gnome/help/totem/zh_TW/figures -@dirrm share/gnome/help/totem/zh_TW -@dirrm share/gnome/help/totem/zh_HK/figures -@dirrm share/gnome/help/totem/zh_HK -@dirrm share/gnome/help/totem/zh_CN/figures -@dirrm share/gnome/help/totem/zh_CN -@dirrm share/gnome/help/totem/uk/figures -@dirrm share/gnome/help/totem/uk -@dirrm share/gnome/help/totem/sv/figures -@dirrm share/gnome/help/totem/sv -@dirrm share/gnome/help/totem/ru/figures -@dirrm share/gnome/help/totem/ru -@dirrm share/gnome/help/totem/pt_BR/figures -@dirrm share/gnome/help/totem/pt_BR -@dirrm share/gnome/help/totem/pl/figures -@dirrm share/gnome/help/totem/pl -@dirrm share/gnome/help/totem/pa/figures -@dirrm share/gnome/help/totem/pa -@dirrm share/gnome/help/totem/oc/figures -@dirrm share/gnome/help/totem/oc -@dirrm share/gnome/help/totem/ja/figures -@dirrm share/gnome/help/totem/ja -@dirrm share/gnome/help/totem/it/figures -@dirrm share/gnome/help/totem/it -@dirrm share/gnome/help/totem/fr/figures -@dirrm share/gnome/help/totem/fr -@dirrm share/gnome/help/totem/eu/figures -@dirrm share/gnome/help/totem/eu -@dirrm share/gnome/help/totem/es/figures -@dirrm share/gnome/help/totem/es -@dirrm share/gnome/help/totem/en_GB/figures -@dirrm share/gnome/help/totem/en_GB -@dirrm share/gnome/help/totem/el/figures -@dirrm share/gnome/help/totem/el -@dirrm share/gnome/help/totem/de/figures -@dirrm share/gnome/help/totem/de -@dirrm share/gnome/help/totem/da/figures -@dirrm share/gnome/help/totem/da -@dirrm share/gnome/help/totem/cs/figures -@dirrm share/gnome/help/totem/cs -@dirrm share/gnome/help/totem/ca/figures -@dirrm share/gnome/help/totem/ca -@dirrm share/gnome/help/totem/bg/figures -@dirrm share/gnome/help/totem/bg -@dirrm share/gnome/help/totem/C/figures -@dirrm share/gnome/help/totem/C -@dirrm share/gnome/help/totem -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm libexec/totem -@dirrm lib/totem/plugins/youtube -@dirrm lib/totem/plugins/totem -%%TRACKER%%@dirrm lib/totem/plugins/tracker -@dirrm lib/totem/plugins/thumbnail -@dirrm lib/totem/plugins/skipto -@dirrm lib/totem/plugins/screensaver -%%PUBLISH%%@dirrm lib/totem/plugins/publish -@dirrm lib/totem/plugins/properties -@dirrm lib/totem/plugins/ontop -@dirrm lib/totem/plugins/media-player-keys -%%LIRC%%@dirrm lib/totem/plugins/lirc -@dirrm lib/totem/plugins/gromit -%%GALAGO%%@dirrm lib/totem/plugins/galago -@dirrm lib/totem/plugins -@dirrm lib/totem -%%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%% -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile deleted file mode 100644 index 49eb8dc55..000000000 --- a/net-im/empathy/Makefile +++ /dev/null @@ -1,97 +0,0 @@ -# New ports collection makefile for: empathy -# Date created: 2007-10-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.48 2009/10/27 11:41:29 kwm Exp $ - -PORTNAME= empathy -PORTVERSION= 2.28.1.2 -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}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ - telepathy.2:${PORTSDIR}/net-im/libtelepathy \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ - telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \ - 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}/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 \ - gnomepanel -USE_GSTREAMER= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PYTHON= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= GNOME_Megaphone_Applet.schemas empathy.schemas - -MAN1= empathy.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 \ - 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+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+=--enable-webkit -PLIST_SUB+= ADIUM="" -.else -CONFIGURE_ARGS+=--disable-webkit -PLIST_SUB+= ADIUM="@comment " -.endif - -.if !defined(WITHOUT_MAP) -LIB_DEPENDS+= champlain-0.4.1:${PORTSDIR}/graphics/libchamplain -CONFIGURE_ARGS+=--enable-map -PLIST_SUB+= MAP="" -.else -CONFIGURE_ARGS+=--disable-map -PLIST_SUB+= MAP="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|g ; \ - s|-Werror||g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo deleted file mode 100644 index 84ee9a08e..000000000 --- a/net-im/empathy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (empathy-2.28.1.2.tar.bz2) = 4852ca8423896b6ccb5f7de4d6064607 -SHA256 (empathy-2.28.1.2.tar.bz2) = 7af58b5d6c315dd08f7ad519d1aeed545a6c2c99ff1275ad3a442bcf513b7a0d -SIZE (empathy-2.28.1.2.tar.bz2) = 2432256 diff --git a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c b/net-im/empathy/files/patch-libempathy_emapth-tp-file.c deleted file mode 100644 index 58ac2a65b..000000000 --- a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 deleted file mode 100644 index 0f6191c68..000000000 --- a/net-im/empathy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 9860d5b38..000000000 --- a/net-im/empathy/pkg-plist +++ /dev/null @@ -1,1179 +0,0 @@ -bin/empathy -bin/empathy-logs -include/libempathy-gtk/empathy-account-chooser.h -include/libempathy-gtk/empathy-account-widget-irc.h -include/libempathy-gtk/empathy-account-widget-sip.h -include/libempathy-gtk/empathy-account-widget.h -include/libempathy-gtk/empathy-audio-sink.h -include/libempathy-gtk/empathy-audio-src.h -include/libempathy-gtk/empathy-avatar-chooser.h -include/libempathy-gtk/empathy-avatar-image.h -include/libempathy-gtk/empathy-cell-renderer-activatable.h -include/libempathy-gtk/empathy-cell-renderer-expander.h -include/libempathy-gtk/empathy-cell-renderer-text.h -include/libempathy-gtk/empathy-chat-text-view.h -include/libempathy-gtk/empathy-chat-view.h -include/libempathy-gtk/empathy-chat.h -include/libempathy-gtk/empathy-conf.h -include/libempathy-gtk/empathy-contact-dialogs.h -include/libempathy-gtk/empathy-contact-list-store.h -include/libempathy-gtk/empathy-contact-list-view.h -include/libempathy-gtk/empathy-contact-menu.h -include/libempathy-gtk/empathy-contact-selector.h -include/libempathy-gtk/empathy-contact-widget.h -include/libempathy-gtk/empathy-geometry.h -include/libempathy-gtk/empathy-gtk-enum-types.h -include/libempathy-gtk/empathy-images.h -include/libempathy-gtk/empathy-irc-network-dialog.h -include/libempathy-gtk/empathy-kludge-label.h -include/libempathy-gtk/empathy-log-window.h -include/libempathy-gtk/empathy-new-message-dialog.h -include/libempathy-gtk/empathy-plist.h -include/libempathy-gtk/empathy-presence-chooser.h -include/libempathy-gtk/empathy-protocol-chooser.h -include/libempathy-gtk/empathy-share-my-desktop.h -include/libempathy-gtk/empathy-smiley-manager.h -include/libempathy-gtk/empathy-sound.h -include/libempathy-gtk/empathy-spell.h -include/libempathy-gtk/empathy-status-preset-dialog.h -%%ADIUM%%include/libempathy-gtk/empathy-theme-adium.h -include/libempathy-gtk/empathy-theme-boxes.h -include/libempathy-gtk/empathy-theme-irc.h -include/libempathy-gtk/empathy-theme-manager.h -include/libempathy-gtk/empathy-ui-utils.h -include/libempathy-gtk/empathy-video-src.h -include/libempathy-gtk/empathy-video-widget.h -include/libempathy/empathy-account.h -include/libempathy/empathy-account-manager.h -include/libempathy/empathy-account-settings.h -include/libempathy/empathy-call-factory.h -include/libempathy/empathy-call-handler.h -include/libempathy/empathy-chatroom-manager.h -include/libempathy/empathy-chatroom.h -include/libempathy/empathy-connection-managers.h -include/libempathy/empathy-connectivity.h -include/libempathy/empathy-contact-groups.h -include/libempathy/empathy-contact-list.h -include/libempathy/empathy-contact-manager.h -include/libempathy/empathy-contact-monitor.h -include/libempathy/empathy-contact.h -include/libempathy/empathy-debug.h -include/libempathy/empathy-debugger.h -include/libempathy/empathy-dispatch-operation.h -include/libempathy/empathy-dispatcher.h -include/libempathy/empathy-enum-types.h -include/libempathy/empathy-ft-factory.h -include/libempathy/empathy-ft-handler.h -include/libempathy/empathy-handler.h -include/libempathy/empathy-idle.h -include/libempathy/empathy-irc-network-manager.h -include/libempathy/empathy-irc-network.h -include/libempathy/empathy-irc-server.h -include/libempathy/empathy-location.h -include/libempathy/empathy-log-manager.h -include/libempathy/empathy-log-store-empathy.h -include/libempathy/empathy-log-store.h -include/libempathy/empathy-message.h -include/libempathy/empathy-status-presets.h -include/libempathy/empathy-time.h -include/libempathy/empathy-tp-call.h -include/libempathy/empathy-tp-chat.h -include/libempathy/empathy-tp-contact-factory.h -include/libempathy/empathy-tp-contact-list.h -include/libempathy/empathy-tp-file.h -include/libempathy/empathy-tp-roomlist.h -include/libempathy/empathy-tube-handler.h -include/libempathy/empathy-types.h -include/libempathy/empathy-utils.h -lib/libempathy-gtk.a -lib/libempathy-gtk.la -lib/libempathy-gtk.so -lib/libempathy-gtk.so.28 -lib/libempathy.a -lib/libempathy.la -lib/libempathy.so -lib/libempathy.so.30 -%%PYTHON_SITELIBDIR%%/empathy.a -%%PYTHON_SITELIBDIR%%/empathy.la -%%PYTHON_SITELIBDIR%%/empathy.so -%%PYTHON_SITELIBDIR%%/empathygtk.a -%%PYTHON_SITELIBDIR%%/empathygtk.la -%%PYTHON_SITELIBDIR%%/empathygtk.so -libdata/bonobo/servers/GNOME_Megaphone_Applet.server -libdata/bonobo/servers/GNOME_NotHere_Applet.server -libdata/pkgconfig/libempathy-gtk.pc -libdata/pkgconfig/libempathy.pc -libexec/megaphone-applet -libexec/nothere-applet -share/applications/empathy.desktop -share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service -share/doc/libempathy-gtk/EmpathyAccountChooser.html -share/doc/libempathy-gtk/EmpathyAccountWidget.html -share/doc/libempathy-gtk/EmpathyAvatarChooser.html -share/doc/libempathy-gtk/EmpathyAvatarImage.html -share/doc/libempathy-gtk/EmpathyCellRendererActivatable.html -share/doc/libempathy-gtk/EmpathyCellRendererExpander.html -share/doc/libempathy-gtk/EmpathyCellRendererText.html -share/doc/libempathy-gtk/EmpathyChat.html -share/doc/libempathy-gtk/EmpathyChatTextView.html -share/doc/libempathy-gtk/EmpathyConf.html -share/doc/libempathy-gtk/EmpathyContactListStore.html -share/doc/libempathy-gtk/EmpathyContactListView.html -share/doc/libempathy-gtk/EmpathyContactSelector.html -share/doc/libempathy-gtk/EmpathyGstAudioSink.html -share/doc/libempathy-gtk/EmpathyGstAudioSrc.html -share/doc/libempathy-gtk/EmpathyGstVideoSrc.html -share/doc/libempathy-gtk/EmpathyKludgeLabel.html -share/doc/libempathy-gtk/EmpathyLocationManager.html -share/doc/libempathy-gtk/EmpathyPresenceChooser.html -share/doc/libempathy-gtk/EmpathyProtocolChooser.html -share/doc/libempathy-gtk/EmpathySmileyManager.html -share/doc/libempathy-gtk/EmpathyStatusPresetDialog.html -share/doc/libempathy-gtk/EmpathyThemeAdium.html -share/doc/libempathy-gtk/EmpathyThemeBoxes.html -share/doc/libempathy-gtk/EmpathyThemeIrc.html -share/doc/libempathy-gtk/EmpathyThemeManager.html -share/doc/libempathy-gtk/EmpathyVideoWidget.html -share/doc/libempathy-gtk/home.png -share/doc/libempathy-gtk/index.html -share/doc/libempathy-gtk/index.sgml -share/doc/libempathy-gtk/ix01.html -share/doc/libempathy-gtk/left.png -share/doc/libempathy-gtk/libempathy-gtk-empathy-account-widget-irc.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-account-widget-private.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-account-widget-sip.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-chat-view.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-contact-dialogs.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-contact-menu.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-contact-widget.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-geometry.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-images.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-irc-network-dialog.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-log-window.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-new-message-dialog.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-plist.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-share-my-desktop.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-sound.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-spell.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-ui-utils.html -share/doc/libempathy-gtk/libempathy-gtk-hierarchy.html -share/doc/libempathy-gtk/libempathy-gtk.devhelp -share/doc/libempathy-gtk/libempathy-gtk.devhelp2 -share/doc/libempathy-gtk/libempathy_api.html -share/doc/libempathy-gtk/pt01.html -share/doc/libempathy-gtk/pt02.html -share/doc/libempathy-gtk/right.png -share/doc/libempathy-gtk/style.css -share/doc/libempathy-gtk/up.png -share/doc/libempathy/EmpathyAccount.html -share/doc/libempathy/EmpathyAccountManager.html -share/doc/libempathy/EmpathyAccountSettings.html -share/doc/libempathy/EmpathyCallFactory.html -share/doc/libempathy/EmpathyCallHandler.html -share/doc/libempathy/EmpathyChatroom.html -share/doc/libempathy/EmpathyChatroomManager.html -share/doc/libempathy/EmpathyContact.html -share/doc/libempathy/EmpathyContactManager.html -share/doc/libempathy/EmpathyConnectionManagers.html -share/doc/libempathy/EmpathyConnectivity.html -share/doc/libempathy/EmpathyContactMonitor.html -share/doc/libempathy/EmpathyDebugger.html -share/doc/libempathy/EmpathyDispatcher.html -share/doc/libempathy/EmpathyDispatchOperation.html -share/doc/libempathy/EmpathyFTFactory.html -share/doc/libempathy/EmpathyFTHandler.html -share/doc/libempathy/EmpathyIdle.html -share/doc/libempathy/EmpathyIrcNetwork.html -share/doc/libempathy/EmpathyIrcNetworkManager.html -share/doc/libempathy/EmpathyIrcServer.html -share/doc/libempathy/EmpathyLogManager.html -share/doc/libempathy/EmpathyLogStoreEmpathy.html -share/doc/libempathy/EmpathyMessage.html -share/doc/libempathy/EmpathyTpCall.html -share/doc/libempathy/EmpathyTpChat.html -share/doc/libempathy/EmpathyTpContactFactory.html -share/doc/libempathy/EmpathyTpContactList.html -share/doc/libempathy/EmpathyTpFile.html -share/doc/libempathy/EmpathyTpRoomlist.html -share/doc/libempathy/EmpathyTubeHandler.html -share/doc/libempathy/home.png -share/doc/libempathy/index.html -share/doc/libempathy/index.sgml -share/doc/libempathy/ix01.html -share/doc/libempathy/left.png -share/doc/libempathy/libempathy-empathy-contact-groups.html -share/doc/libempathy/libempathy-empathy-contact-list.html -share/doc/libempathy/libempathy-empathy-enum-types.html -share/doc/libempathy/libempathy-empathy-location.html -share/doc/libempathy/libempathy-empathy-log-store.html -share/doc/libempathy/libempathy-empathy-status-presets.html -share/doc/libempathy/libempathy-empathy-time.html -share/doc/libempathy/libempathy-empathy-types.html -share/doc/libempathy/libempathy-empathy-utils.html -share/doc/libempathy/libempathy-hierarchy.html -share/doc/libempathy/libempathy.devhelp -share/doc/libempathy/libempathy.devhelp2 -share/doc/libempathy/libempathy_api.html -share/doc/libempathy/pt01.html -share/doc/libempathy/pt02.html -share/doc/libempathy/right.png -share/doc/libempathy/style.css -share/doc/libempathy/up.png -%%DATADIR%%/GNOME_Megaphone_Applet.xml -%%DATADIR%%/GNOME_NotHere_Applet.xml -%%DATADIR%%/Template.html -%%DATADIR%%/codec-preferences -%%DATADIR%%/element-properties -%%DATADIR%%/empathy-account-widget-local-xmpp.ui -%%MAP%%%%DATADIR%%/empathy-map-view.ui -%%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-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-widget.ui -%%DATADIR%%/empathy-ft-manager.ui -%%DATADIR%%/empathy-import-dialog.ui -%%DATADIR%%/empathy-irc-networks.dtd -%%DATADIR%%/empathy-log-manager.xsl -%%DATADIR%%/empathy-log-window.ui -%%DATADIR%%/empathy-main-window.ui -%%DATADIR%%/empathy-new-chatroom-dialog.ui -%%DATADIR%%/empathy-new-message-dialog.ui -%%DATADIR%%/empathy-preferences.ui -%%DATADIR%%/empathy-status-icon.ui -%%DATADIR%%/empathy-status-presets.dtd -%%DATADIR%%/empathy-status-preset-dialog.ui -%%DATADIR%%/icons/hicolor/16x16/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/16x16/apps/empathy-starred.png -%%DATADIR%%/icons/hicolor/16x16/apps/empathy-unstarred.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-irc.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-qq.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-sip.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-xmpp.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-available.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-away.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/16x16/status/im-message.png -%%DATADIR%%/icons/hicolor/16x16/status/user-typing.png -%%DATADIR%%/icons/hicolor/22x22/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/22x22/apps/empathy-starred.png -%%DATADIR%%/icons/hicolor/22x22/apps/empathy-unstarred.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-irc.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-qq.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-sip.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-xmpp.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-available.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-away.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/24x24/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/24x24/apps/empathy-starred.png -%%DATADIR%%/icons/hicolor/24x24/apps/empathy-unstarred.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-irc.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-msn.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-qq.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-sip.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-xmpp.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-available.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-away.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/32x32/apps/empathy-starred.png -%%DATADIR%%/icons/hicolor/32x32/apps/empathy-unstarred.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-irc.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-msn.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-qq.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-sip.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-xmpp.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-available.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-away.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/48x48/apps/empathy-starred.png -%%DATADIR%%/icons/hicolor/48x48/apps/empathy-unstarred.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-irc.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-qq.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-sip.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-xmpp.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-available.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-away.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-pending.png -%%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-irc.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-qq.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-sip.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-xmpp.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-available.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-away.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-busy.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-extended-away.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-offline.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-pending.svg -@exec %%LOCALBASE%%/bin/gtk-update-icon-cache -q -t -f %D/%%DATADIR%%/icons/hicolor 2>/dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/gtk-update-icon-cache -q -t -f %D/%%DATADIR%%/icons/hicolor 2>/dev/null || /usr/bin/true -%%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-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/import-account.page -share/gnome/help/empathy/C/index.page -share/gnome/help/empathy/C/introduction.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/legal.xml -share/gnome/help/empathy/C/offline-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-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/import-account.page -share/gnome/help/empathy/ca/index.page -share/gnome/help/empathy/ca/introduction.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/legal.xml -share/gnome/help/empathy/ca/offline-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-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/import-account.page -share/gnome/help/empathy/cs/index.page -share/gnome/help/empathy/cs/introduction.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/legal.xml -share/gnome/help/empathy/cs/offline-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-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/import-account.page -share/gnome/help/empathy/de/index.page -share/gnome/help/empathy/de/introduction.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/legal.xml -share/gnome/help/empathy/de/offline-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-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/import-account.page -share/gnome/help/empathy/el/index.page -share/gnome/help/empathy/el/introduction.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/legal.xml -share/gnome/help/empathy/el/offline-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-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/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-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/legal.xml -share/gnome/help/empathy/en_GB/offline-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-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/import-account.page -share/gnome/help/empathy/es/index.page -share/gnome/help/empathy/es/introduction.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/legal.xml -share/gnome/help/empathy/es/offline-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-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/import-account.page -share/gnome/help/empathy/fi/index.page -share/gnome/help/empathy/fi/introduction.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/legal.xml -share/gnome/help/empathy/fi/offline-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-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/import-account.page -share/gnome/help/empathy/fr/index.page -share/gnome/help/empathy/fr/introduction.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/legal.xml -share/gnome/help/empathy/fr/offline-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/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-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/import-account.page -share/gnome/help/empathy/it/index.page -share/gnome/help/empathy/it/introduction.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/legal.xml -share/gnome/help/empathy/it/offline-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-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/import-account.page -share/gnome/help/empathy/ru/index.page -share/gnome/help/empathy/ru/introduction.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/legal.xml -share/gnome/help/empathy/ru/offline-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-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/import-account.page -share/gnome/help/empathy/sv/index.page -share/gnome/help/empathy/sv/introduction.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/legal.xml -share/gnome/help/empathy/sv/offline-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/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/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_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/it/LC_MESSAGES/empathy.mo -share/locale/ja/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/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/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.client -@dirrmtry share/telepathy/clients -@dirrmtry share/telepathy -@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/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%% -@dirrm share/doc/libempathy-gtk -@dirrm share/doc/libempathy -@dirrmtry share/applications -@dirrm include/libempathy-gtk -@dirrm include/libempathy -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@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/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 diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile deleted file mode 100644 index 27f16188b..000000000 --- a/net-im/telepathy-mission-control/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: telepathy-mission-control -# Date created: 2007-10-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/telepathy-mission-control/Makefile,v 1.7 2009/09/23 02:56:39 marcus Exp $ - -PORTNAME= telepathy-mission-control -PORTVERSION= 5.2.6 -CATEGORIES= net-im devel -MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Telepathy component to apps to abstract details of connection managers - -LIB_DEPENDS= telepathy.2:${PORTSDIR}/net-im/libtelepathy \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GNOME= gnomeprefix pkgconfig gconf2 libxslt gnomehack ltverhack -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -USE_LDCONFIG= yes - -MAN1= mc-account-convert.1 mc-tool.1 mc-wait-for-name.1 -MAN8= mission-control-5.8 - -PLIST_SUB= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/gtk-doc/html|/${DOCSDIR}|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net-im/telepathy-mission-control/distinfo b/net-im/telepathy-mission-control/distinfo deleted file mode 100644 index 42da40bbe..000000000 --- a/net-im/telepathy-mission-control/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-mission-control-5.2.6.tar.gz) = 21763710a1db21d71905a4e7c64a1742 -SHA256 (telepathy-mission-control-5.2.6.tar.gz) = 801be8354cda8d2cc1f79ea8ee4ad89795cae954cd719358121474271be6f08d -SIZE (telepathy-mission-control-5.2.6.tar.gz) = 1049164 diff --git a/net-im/telepathy-mission-control/files/patch-util_mc-tool.c b/net-im/telepathy-mission-control/files/patch-util_mc-tool.c deleted file mode 100644 index c599bea27..000000000 --- a/net-im/telepathy-mission-control/files/patch-util_mc-tool.c +++ /dev/null @@ -1,35 +0,0 @@ ---- util/mc-tool.c.orig 2009-09-22 22:49:32.000000000 -0400 -+++ util/mc-tool.c 2009-09-22 22:50:39.000000000 -0400 -@@ -1103,7 +1103,7 @@ main (int argc, char **argv) - McAccountManager *am = NULL; - McAccount *a = NULL; - DBusGConnection *dbus_conn; -- TpDBusDaemon *daemon; -+ TpDBusDaemon *td_daemon; - - g_type_init (); - -@@ -1114,19 +1114,19 @@ main (int argc, char **argv) - command.common.ret = 1; - - dbus_conn = tp_get_bus (); -- daemon = tp_dbus_daemon_new (dbus_conn); -+ td_daemon = tp_dbus_daemon_new (dbus_conn); - dbus_g_connection_unref (dbus_conn); - - if (command.common.account == NULL) { -- am = mc_account_manager_new (daemon); -+ am = mc_account_manager_new (td_daemon); - mc_account_manager_call_when_ready (am, manager_ready, NULL); - } - else { - command.common.account = prefix (command.common.account); -- a = mc_account_new (daemon, command.common.account); -+ a = mc_account_new (td_daemon, command.common.account); - mc_account_call_when_ready (a, account_ready, NULL); - } -- g_object_unref (daemon); -+ g_object_unref (td_daemon); - - main_loop = g_main_loop_new (NULL, FALSE); - g_main_loop_run (main_loop); diff --git a/net-im/telepathy-mission-control/pkg-descr b/net-im/telepathy-mission-control/pkg-descr deleted file mode 100644 index 896502f06..000000000 --- a/net-im/telepathy-mission-control/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Mission Control, or MC, is a Telepathy component providing a way for -"end-user" applications to abstract some of the details of connection -managers, to provide a simple way to manipulate a bunch of connection -managers at once, and to remove the need to have in each program the -account definitions and credentials. - -WWW: http://mission-control.sourceforge.net/ diff --git a/net-im/telepathy-mission-control/pkg-plist b/net-im/telepathy-mission-control/pkg-plist deleted file mode 100644 index 00187ce89..000000000 --- a/net-im/telepathy-mission-control/pkg-plist +++ /dev/null @@ -1,72 +0,0 @@ -bin/mc-account-convert -bin/mc-tool -bin/mc-wait-for-name -include/libmcclient/_gen/cli-account-manager.h -include/libmcclient/_gen/cli-account.h -include/libmcclient/_gen/cli-dispatch-operation.h -include/libmcclient/_gen/enums.h -include/libmcclient/_gen/gtypes.h -include/libmcclient/_gen/interfaces.h -include/libmcclient/_gen/mc-quark.h -include/libmcclient/_gen/svc-client.h -include/libmcclient/dbus-api.h -include/libmcclient/mc-account-manager.h -include/libmcclient/mc-account.h -include/libmcclient/mc-dispatch-operation.h -include/libmcclient/mc-enums.h -include/libmcclient/mc-errors.h -include/libmcclient/mc-gtypes.h -include/libmcclient/mc-interfaces.h -include/libmcclient/mc-profile.h -include/libmcclient/mc-signals-marshal.h -include/libmcclient/mc-svc-client.h -lib/libmcclient.a -lib/libmcclient.la -lib/libmcclient.so -lib/libmcclient-%%VERSION%%.so -libdata/pkgconfig/libmcclient.pc -libexec/mission-control-5 -share/dbus-1/services/org.freedesktop.Telepathy.AccountManager.service -share/dbus-1/services/org.freedesktop.Telepathy.MissionControl5.service -share/doc/libmcclient/McProfile.html -share/doc/libmcclient/ch-account-manager.html -share/doc/libmcclient/ch-account.html -share/doc/libmcclient/ch-profile.html -share/doc/libmcclient/home.png -share/doc/libmcclient/index.html -share/doc/libmcclient/index.sgml -share/doc/libmcclient/left.png -share/doc/libmcclient/libmcclient-mc-account-manager.html -share/doc/libmcclient/libmcclient-mc-account.html -share/doc/libmcclient/libmcclient.devhelp -share/doc/libmcclient/libmcclient.devhelp2 -share/doc/libmcclient/right.png -share/doc/libmcclient/style.css -share/doc/libmcclient/up.png -share/doc/libmissioncontrol-server/McdChannel.html -share/doc/libmissioncontrol-server/McdController.html -share/doc/libmissioncontrol-server/McdDispatcher.html -share/doc/libmissioncontrol-server/McdManager.html -share/doc/libmissioncontrol-server/McdMaster.html -share/doc/libmissioncontrol-server/McdMission.html -share/doc/libmissioncontrol-server/McdOperation.html -share/doc/libmissioncontrol-server/McdProxy.html -share/doc/libmissioncontrol-server/McdService.html -share/doc/libmissioncontrol-server/ch01.html -share/doc/libmissioncontrol-server/home.png -share/doc/libmissioncontrol-server/index.html -share/doc/libmissioncontrol-server/index.sgml -share/doc/libmissioncontrol-server/left.png -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-connection.html -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-dispatcher-context.html -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-enum-types.html -share/doc/libmissioncontrol-server/libmissioncontrol-server.devhelp -share/doc/libmissioncontrol-server/libmissioncontrol-server.devhelp2 -share/doc/libmissioncontrol-server/right.png -share/doc/libmissioncontrol-server/style.css -share/doc/libmissioncontrol-server/up.png -@dirrm share/doc/libmissioncontrol-server -@dirrm share/doc/libmcclient -@dirrm include/libmcclient/_gen -@dirrm include/libmcclient diff --git a/net/desktop-data-model/Makefile b/net/desktop-data-model/Makefile deleted file mode 100644 index 1384f38b9..000000000 --- a/net/desktop-data-model/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: desktop-data-model -# Date created: 2008-05-28 -# Whom: Ashish Shukla <wahjava@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= desktop-data-model -PORTVERSION= 1.2.4 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= GNOME - -MAINTAINER= wahjava@gmail.com -COMMENT= Engine providing live updates of online data to the desktop - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpcre.pc:${PORTSDIR}/devel/pcre \ - ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ - ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ - ${LOCALBASE}/libdata/pkgconfig/sqlite3.pc:${PORTSDIR}/databases/sqlite3 \ - ${LOCALBASE}/libdata/pkgconfig/loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - dbus-1.3:${PORTSDIR}/devel/dbus \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - loudmouth-1.0:${PORTSDIR}/net-im/loudmouth - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 glib20 gnomedesktop gnomevfs2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-maemo=no -USE_XORG= xscrnsaver - -post-patch: - ${REINPLACE_CMD} -e s,%%LOCALBASE%%,${LOCALBASE}, ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/net/desktop-data-model/distinfo b/net/desktop-data-model/distinfo deleted file mode 100644 index 7cec1e63a..000000000 --- a/net/desktop-data-model/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (desktop-data-model-1.2.4.tar.bz2) = 34481c0a2d0849b72d98f51fa366982f -SHA256 (desktop-data-model-1.2.4.tar.bz2) = 53aab6e4bb04939bfa98f2d0552b20cc30c384b3367e47c67383328acdf7fc04 -SIZE (desktop-data-model-1.2.4.tar.bz2) = 429764 diff --git a/net/desktop-data-model/files/patch-Makefile.in b/net/desktop-data-model/files/patch-Makefile.in deleted file mode 100644 index 19fea572b..000000000 --- a/net/desktop-data-model/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-05-28 02:49:32.000000000 +0530 -+++ Makefile.in 2008-05-28 02:49:38.000000000 +0530 -@@ -210,7 +210,7 @@ - test_static_file_parser_OBJECTS = \ - $(am_test_static_file_parser_OBJECTS) - test_static_file_parser_DEPENDENCIES = libddm-1.la libddm-test.la --DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config -I%%LOCALBASE%%/include - depcomp = $(SHELL) $(top_srcdir)/config/depcomp - am__depfiles_maybe = depfiles - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ diff --git a/net/desktop-data-model/pkg-descr b/net/desktop-data-model/pkg-descr deleted file mode 100644 index 44b409026..000000000 --- a/net/desktop-data-model/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Engine providing live updates of online data to the desktop. - -WWW: http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/ diff --git a/net/desktop-data-model/pkg-plist b/net/desktop-data-model/pkg-plist deleted file mode 100644 index a0df09c71..000000000 --- a/net/desktop-data-model/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -include/ddm-1/ddm/ddm-client-notification.h -include/ddm-1/ddm/ddm-client.h -include/ddm-1/ddm/ddm-data-fetch.h -include/ddm-1/ddm/ddm-data-model-backend.h -include/ddm-1/ddm/ddm-data-model-dbus-internal.h -include/ddm-1/ddm/ddm-data-model-dbus.h -include/ddm-1/ddm/ddm-data-model.h -include/ddm-1/ddm/ddm-data-query.h -include/ddm-1/ddm/ddm-data-resource.h -include/ddm-1/ddm/ddm-feed.h -include/ddm-1/ddm/ddm-notification-set.h -include/ddm-1/ddm/ddm-qname.h -include/ddm-1/ddm/ddm.h -lib/libddm-1.la -lib/libddm-1.so -lib/libddm-1.so.0 -libdata/pkgconfig/ddm-1.pc -libexec/desktop-data-engine -share/dbus-1/services/org.freedesktop.od.Engine.service -share/desktop-data-model/version -@dirrm share/desktop-data-model -@dirrm share/dbus-1/services -@dirrm share/dbus-1 -@dirrm include/ddm-1/ddm -@dirrm include/ddm-1 diff --git a/net/gir-repository-avahi/Makefile b/net/gir-repository-avahi/Makefile deleted file mode 100644 index cee46724e..000000000 --- a/net/gir-repository-avahi/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-avahi -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -avahi - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile deleted file mode 100644 index 15ce47c68..000000000 --- a/net/gnome-netstatus/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-netstatus -PORTVERSION= 2.28.0 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME applet that shows network status - -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ - gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= netstatus.schemas - -.include <bsd.port.mk> diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo deleted file mode 100644 index eb908566b..000000000 --- a/net/gnome-netstatus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-netstatus-2.28.0.tar.bz2) = c8469bbaae5cb84e17ef02e0e3560623 -SHA256 (gnome2/gnome-netstatus-2.28.0.tar.bz2) = 1b279a0ff92b0952d70dbcaccfcfb2fc7378e8f15355bc01e2d478313a31d90d -SIZE (gnome2/gnome-netstatus-2.28.0.tar.bz2) = 542242 diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c deleted file mode 100644 index 0c9c78b83..000000000 --- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c +++ /dev/null @@ -1,212 +0,0 @@ ---- src/netstatus-sysdeps.c.orig 2009-03-08 00:25:52.000000000 -0500 -+++ src/netstatus-sysdeps.c 2009-03-08 15:24:33.000000000 -0400 -@@ -37,13 +37,26 @@ - - #ifdef __FreeBSD__ - #include <sys/types.h> -+#include <sys/param.h> - #include <sys/socket.h> - #include <sys/ioctl.h> -+#include <ifaddrs.h> - #include <net/if.h> -+#include <net/if_media.h> - #include <net/if_var.h> -+#if __FreeBSD_version < 700046 - #include <dev/an/if_aironet_ieee.h> - #include <dev/wi/if_wavelan_ieee.h> - #endif -+#if __FreeBSD_version >= 602000 -+#include <net80211/ieee80211.h> -+#include <net80211/ieee80211_ioctl.h> -+#endif -+#include <stdlib.h> -+#ifndef IEEE80211_ADDR_COPY -+#define IEEE80211_ADDR_COPY(dst, src) memcpy(dst, src, IEEE80211_ADDR_LEN) -+#endif -+#endif - - static inline gboolean - parse_stats (char *buf, -@@ -426,15 +439,16 @@ wireless_getval (const char *iface, - return TRUE; - } - -+#if __FreeBSD_version < 700046 - static inline char * - get_an_data (const char *iface, - int *signal_strength) - { -+ struct an_ltv_status *sts; -+ struct an_req areq; - #ifdef AN_RID_RSSI_MAP - struct an_ltv_rssi_map an_rssimap; - #endif -- struct an_req areq; -- struct an_ltv_status *sts; - int level; - char *error = NULL; - gboolean rssimap_valid = FALSE; -@@ -486,11 +500,11 @@ get_wi_data (const char *iface, - level = (int) wreq.wi_val[1]; - - #ifdef WI_RID_READ_APS -- if (signal_strength <= 0) -+ if (level <= 0) - { - /* we fail to get signal strength by usual means, try another way */ - static time_t last_scan; -- static long int cached; -+ static int cached; - time_t now; - - now = time (NULL); -@@ -510,15 +524,15 @@ get_wi_data (const char *iface, - if (nstations > 0) - { - w = (struct wi_apinfo *)(((char *) &wreq.wi_val) + sizeof (int)); -- signal_strength = (long int) w->signal; -+ level = w->signal; - } - -- cached = signal_strength; -+ cached = level; - last_scan = now; - } - else - { -- signal_strength = cached; -+ level = cached; - } - } - #endif -@@ -527,6 +541,77 @@ get_wi_data (const char *iface, - - return error; - } -+#endif -+ -+#if __FreeBSD_version >= 602000 -+static inline char * -+get_net80211_data (const char *iface, -+ int *signal_strength) -+{ -+ struct ieee80211req_sta_info *si; -+ struct ieee80211req ireq; -+ int level; -+ int s; -+ uint8_t mac[IEEE80211_ADDR_LEN]; -+ int8_t noise; -+ char *error = NULL; -+ union { -+ struct ieee80211req_sta_req info; -+ char buf[1024]; -+ } u_info; -+ -+ memset (&u_info, 0, sizeof (u_info)); -+ memset (&ireq, 0, sizeof (ireq)); -+ -+ strlcpy (ireq.i_name, iface, sizeof (ireq.i_name)); -+ ireq.i_type = IEEE80211_IOC_BSSID; -+ ireq.i_data = mac; -+ ireq.i_len = IEEE80211_ADDR_LEN; -+ -+ s = socket (AF_INET, SOCK_DGRAM, 0); -+ if (s == -1) -+ { -+ error = g_strdup_printf (_("Could not connect to interface, '%s'"), iface); -+ return error; -+ } -+ -+ if (ioctl (s, SIOCG80211, &ireq) == -1) -+ { -+ error = g_strdup_printf (_("Could not get MAC for interface, '%s'"), iface); -+ close (s); -+ return error; -+ } -+ -+ IEEE80211_ADDR_COPY (u_info.info.is_u.macaddr, mac); -+ ireq.i_type = IEEE80211_IOC_STA_INFO; -+ ireq.i_data = (caddr_t) &u_info; -+ ireq.i_len = sizeof (u_info); -+ -+ if (ioctl (s, SIOCG80211, &ireq) == -1) -+ { -+ error = g_strdup_printf (_("Could not send ioctl to interface, '%s'"), iface); -+ close (s); -+ return error; -+ } -+ -+ close (s); -+ -+ si = &u_info.info.info[0]; -+ noise = si->isi_noise; -+ if (si->isi_rssi == 0) -+ level = 0; -+ else -+ { -+ if (noise == 0) -+ noise = -95; -+ level = (int) abs (rint ((si->isi_rssi / (si->isi_rssi/2. + noise)) * 100.0)); -+ level = CLAMP (level, 0, 100); -+ } -+ -+ memcpy (signal_strength, &level, sizeof (signal_strength)); -+ return error; -+} -+#endif - - char * - netstatus_sysdeps_read_iface_wireless_details (const char *iface, -@@ -544,25 +629,52 @@ netstatus_sysdeps_read_iface_wireless_de - if (signal_strength) - *signal_strength = 0; - -+#if __FreeBSD_version < 800036 - if (g_ascii_strncasecmp (iface, "an", 2) && - g_ascii_strncasecmp (iface, "wi", 2) && - g_ascii_strncasecmp (iface, "ath", 3) && - g_ascii_strncasecmp (iface, "ndis", 4) && -+ g_ascii_strncasecmp (iface, "ural", 4) && -+ g_ascii_strncasecmp (iface, "ral", 3) && - g_ascii_strncasecmp (iface, "ipw", 3) && - g_ascii_strncasecmp (iface, "iwi", 3) && -+ g_ascii_strncasecmp (iface, "rum", 3) && -+ g_ascii_strncasecmp (iface, "ray", 3) && - g_ascii_strncasecmp (iface, "acx", 3)) -+#else -+ if (g_strncasecmp (iface, "wlan", 4)) -+#endif - return error_message; - -+#if __FreeBSD_version < 700046 - if (g_ascii_strncasecmp (iface, "an", 2) == 0) - { - error_message = get_an_data (iface, signal_strength); - *is_wireless = TRUE; - } -+#endif -+#if __FreeBSD_version >= 602000 -+#if __FreeBSD_version < 700046 -+ else if (g_strncasecmp (iface, "wi", 2) == 0) -+ { -+ error_message = get_wi_data (iface, signal_strength); -+ *is_wireless = TRUE; -+ } -+ else -+#endif -+ { -+ error_message = get_net80211_data (iface, signal_strength); -+ *is_wireless = TRUE; -+ } -+#else -+#if __FreeBSD_version < 700046 - else - { - error_message = get_wi_data (iface, signal_strength); - *is_wireless = TRUE; - } -+#endif -+#endif - - return error_message; - } diff --git a/net/gnome-netstatus/pkg-descr b/net/gnome-netstatus/pkg-descr deleted file mode 100644 index 0848cf01f..000000000 --- a/net/gnome-netstatus/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gnome-netstatus is a panel applet which provides information about -network interfaces. diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist deleted file mode 100644 index a55923c77..000000000 --- a/net/gnome-netstatus/pkg-plist +++ /dev/null @@ -1,361 +0,0 @@ -libdata/bonobo/servers/GNOME_NetstatusApplet_Factory.server -libexec/gnome-netstatus-applet -share/gnome-2.0/ui/GNOME_NetstatusApplet.xml -share/gnome-netstatus/gnome-netstatus.ui -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/C/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/C/legal.xml -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/bg/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ca/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/cs/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/de/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/el/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/en_GB/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/es/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/fr/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/it/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ja/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ja/legal.xml -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ko/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ko/legal.xml -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/nl/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/oc/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/pa/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ru/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/sv/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/th/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/uk/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_CN/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_HK/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_HK/legal.xml -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_TW/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_TW/legal.xml -share/omf/gnome-netstatus/gnome-netstatus-C.omf -share/omf/gnome-netstatus/gnome-netstatus-bg.omf -share/omf/gnome-netstatus/gnome-netstatus-ca.omf -share/omf/gnome-netstatus/gnome-netstatus-cs.omf -share/omf/gnome-netstatus/gnome-netstatus-de.omf -share/omf/gnome-netstatus/gnome-netstatus-el.omf -share/omf/gnome-netstatus/gnome-netstatus-en_GB.omf -share/omf/gnome-netstatus/gnome-netstatus-es.omf -share/omf/gnome-netstatus/gnome-netstatus-fr.omf -share/omf/gnome-netstatus/gnome-netstatus-it.omf -share/omf/gnome-netstatus/gnome-netstatus-ja.omf -share/omf/gnome-netstatus/gnome-netstatus-ko.omf -share/omf/gnome-netstatus/gnome-netstatus-nl.omf -share/omf/gnome-netstatus/gnome-netstatus-oc.omf -share/omf/gnome-netstatus/gnome-netstatus-pa.omf -share/omf/gnome-netstatus/gnome-netstatus-ru.omf -share/omf/gnome-netstatus/gnome-netstatus-sv.omf -share/omf/gnome-netstatus/gnome-netstatus-th.omf -share/omf/gnome-netstatus/gnome-netstatus-uk.omf -share/omf/gnome-netstatus/gnome-netstatus-zh_CN.omf -share/omf/gnome-netstatus/gnome-netstatus-zh_HK.omf -share/omf/gnome-netstatus/gnome-netstatus-zh_TW.omf -share/icons/hicolor/48x48/apps/gnome-netstatus-0-24.png -share/icons/hicolor/48x48/apps/gnome-netstatus-25-49.png -share/icons/hicolor/48x48/apps/gnome-netstatus-50-74.png -share/icons/hicolor/48x48/apps/gnome-netstatus-75-100.png -share/icons/hicolor/48x48/apps/gnome-netstatus-disconn.png -share/icons/hicolor/48x48/apps/gnome-netstatus-error.png -share/icons/hicolor/48x48/apps/gnome-netstatus-idle.png -share/icons/hicolor/48x48/apps/gnome-netstatus-rx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png -share/locale/af/LC_MESSAGES/gnome-netstatus.mo -share/locale/ar/LC_MESSAGES/gnome-netstatus.mo -share/locale/as/LC_MESSAGES/gnome-netstatus.mo -share/locale/az/LC_MESSAGES/gnome-netstatus.mo -share/locale/be@latin/LC_MESSAGES/gnome-netstatus.mo -share/locale/bg/LC_MESSAGES/gnome-netstatus.mo -share/locale/bn/LC_MESSAGES/gnome-netstatus.mo -share/locale/bn_IN/LC_MESSAGES/gnome-netstatus.mo -share/locale/bs/LC_MESSAGES/gnome-netstatus.mo -share/locale/ca/LC_MESSAGES/gnome-netstatus.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-netstatus.mo -share/locale/crh/LC_MESSAGES/gnome-netstatus.mo -share/locale/cs/LC_MESSAGES/gnome-netstatus.mo -share/locale/cy/LC_MESSAGES/gnome-netstatus.mo -share/locale/da/LC_MESSAGES/gnome-netstatus.mo -share/locale/de/LC_MESSAGES/gnome-netstatus.mo -share/locale/dz/LC_MESSAGES/gnome-netstatus.mo -share/locale/el/LC_MESSAGES/gnome-netstatus.mo -share/locale/en_CA/LC_MESSAGES/gnome-netstatus.mo -share/locale/en_GB/LC_MESSAGES/gnome-netstatus.mo -share/locale/es/LC_MESSAGES/gnome-netstatus.mo -share/locale/et/LC_MESSAGES/gnome-netstatus.mo -share/locale/eu/LC_MESSAGES/gnome-netstatus.mo -share/locale/fa/LC_MESSAGES/gnome-netstatus.mo -share/locale/fi/LC_MESSAGES/gnome-netstatus.mo -share/locale/fr/LC_MESSAGES/gnome-netstatus.mo -share/locale/fur/LC_MESSAGES/gnome-netstatus.mo -share/locale/ga/LC_MESSAGES/gnome-netstatus.mo -share/locale/gl/LC_MESSAGES/gnome-netstatus.mo -share/locale/gu/LC_MESSAGES/gnome-netstatus.mo -share/locale/he/LC_MESSAGES/gnome-netstatus.mo -share/locale/hi/LC_MESSAGES/gnome-netstatus.mo -share/locale/hr/LC_MESSAGES/gnome-netstatus.mo -share/locale/hu/LC_MESSAGES/gnome-netstatus.mo -share/locale/id/LC_MESSAGES/gnome-netstatus.mo -share/locale/is/LC_MESSAGES/gnome-netstatus.mo -share/locale/it/LC_MESSAGES/gnome-netstatus.mo -share/locale/ja/LC_MESSAGES/gnome-netstatus.mo -share/locale/ka/LC_MESSAGES/gnome-netstatus.mo -share/locale/kn/LC_MESSAGES/gnome-netstatus.mo -share/locale/ku/LC_MESSAGES/gnome-netstatus.mo -share/locale/ko/LC_MESSAGES/gnome-netstatus.mo -share/locale/lt/LC_MESSAGES/gnome-netstatus.mo -share/locale/lv/LC_MESSAGES/gnome-netstatus.mo -share/locale/mai/LC_MESSAGES/gnome-netstatus.mo -share/locale/mg/LC_MESSAGES/gnome-netstatus.mo -share/locale/ml/LC_MESSAGES/gnome-netstatus.mo -share/locale/mn/LC_MESSAGES/gnome-netstatus.mo -share/locale/mr/LC_MESSAGES/gnome-netstatus.mo -share/locale/ms/LC_MESSAGES/gnome-netstatus.mo -share/locale/nb/LC_MESSAGES/gnome-netstatus.mo -share/locale/ne/LC_MESSAGES/gnome-netstatus.mo -share/locale/nl/LC_MESSAGES/gnome-netstatus.mo -share/locale/nn/LC_MESSAGES/gnome-netstatus.mo -share/locale/oc/LC_MESSAGES/gnome-netstatus.mo -share/locale/or/LC_MESSAGES/gnome-netstatus.mo -share/locale/pa/LC_MESSAGES/gnome-netstatus.mo -share/locale/pl/LC_MESSAGES/gnome-netstatus.mo -share/locale/ps/LC_MESSAGES/gnome-netstatus.mo -share/locale/pt/LC_MESSAGES/gnome-netstatus.mo -share/locale/pt_BR/LC_MESSAGES/gnome-netstatus.mo -share/locale/ro/LC_MESSAGES/gnome-netstatus.mo -share/locale/ru/LC_MESSAGES/gnome-netstatus.mo -share/locale/rw/LC_MESSAGES/gnome-netstatus.mo -share/locale/sk/LC_MESSAGES/gnome-netstatus.mo -share/locale/sl/LC_MESSAGES/gnome-netstatus.mo -share/locale/sq/LC_MESSAGES/gnome-netstatus.mo -share/locale/sr/LC_MESSAGES/gnome-netstatus.mo -share/locale/sr@latin/LC_MESSAGES/gnome-netstatus.mo -share/locale/sv/LC_MESSAGES/gnome-netstatus.mo -share/locale/ta/LC_MESSAGES/gnome-netstatus.mo -share/locale/te/LC_MESSAGES/gnome-netstatus.mo -share/locale/th/LC_MESSAGES/gnome-netstatus.mo -share/locale/tr/LC_MESSAGES/gnome-netstatus.mo -share/locale/uk/LC_MESSAGES/gnome-netstatus.mo -share/locale/uz/LC_MESSAGES/gnome-netstatus.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-netstatus.mo -share/locale/vi/LC_MESSAGES/gnome-netstatus.mo -share/locale/wa/LC_MESSAGES/gnome-netstatus.mo -share/locale/xh/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_HK/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_TW/LC_MESSAGES/gnome-netstatus.mo -@dirrm share/omf/gnome-netstatus -@dirrm share/gnome/help/gnome-netstatus/zh_TW/figures -@dirrm share/gnome/help/gnome-netstatus/zh_TW -@dirrm share/gnome/help/gnome-netstatus/zh_HK/figures -@dirrm share/gnome/help/gnome-netstatus/zh_HK -@dirrm share/gnome/help/gnome-netstatus/zh_CN/figures -@dirrm share/gnome/help/gnome-netstatus/zh_CN -@dirrm share/gnome/help/gnome-netstatus/uk/figures -@dirrm share/gnome/help/gnome-netstatus/uk -@dirrm share/gnome/help/gnome-netstatus/th/figures -@dirrm share/gnome/help/gnome-netstatus/th -@dirrm share/gnome/help/gnome-netstatus/sv/figures -@dirrm share/gnome/help/gnome-netstatus/sv -@dirrm share/gnome/help/gnome-netstatus/ru/figures -@dirrm share/gnome/help/gnome-netstatus/ru -@dirrm share/gnome/help/gnome-netstatus/pa/figures -@dirrm share/gnome/help/gnome-netstatus/pa -@dirrm share/gnome/help/gnome-netstatus/oc/figures -@dirrm share/gnome/help/gnome-netstatus/oc -@dirrm share/gnome/help/gnome-netstatus/nl/figures -@dirrm share/gnome/help/gnome-netstatus/nl -@dirrm share/gnome/help/gnome-netstatus/ko/figures -@dirrm share/gnome/help/gnome-netstatus/ko -@dirrm share/gnome/help/gnome-netstatus/ja/figures -@dirrm share/gnome/help/gnome-netstatus/ja -@dirrm share/gnome/help/gnome-netstatus/it/figures -@dirrm share/gnome/help/gnome-netstatus/it -@dirrm share/gnome/help/gnome-netstatus/fr/figures -@dirrm share/gnome/help/gnome-netstatus/fr -@dirrm share/gnome/help/gnome-netstatus/es/figures -@dirrm share/gnome/help/gnome-netstatus/es -@dirrm share/gnome/help/gnome-netstatus/en_GB/figures -@dirrm share/gnome/help/gnome-netstatus/en_GB -@dirrm share/gnome/help/gnome-netstatus/el/figures -@dirrm share/gnome/help/gnome-netstatus/el -@dirrm share/gnome/help/gnome-netstatus/de/figures -@dirrm share/gnome/help/gnome-netstatus/de -@dirrm share/gnome/help/gnome-netstatus/cs/figures -@dirrm share/gnome/help/gnome-netstatus/cs -@dirrm share/gnome/help/gnome-netstatus/ca/figures -@dirrm share/gnome/help/gnome-netstatus/ca -@dirrm share/gnome/help/gnome-netstatus/bg/figures -@dirrm share/gnome/help/gnome-netstatus/bg -@dirrm share/gnome/help/gnome-netstatus/C/figures -@dirrm share/gnome/help/gnome-netstatus/C -@dirrm share/gnome/help/gnome-netstatus -@dirrm share/gnome-netstatus -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile deleted file mode 100644 index 9f76b5259..000000000 --- a/net/gnome-nettool/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomenetwork -# Date Created: 03 June 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/gnome-nettool/Makefile,v 1.52 2009/07/19 20:12:22 marcus Exp $ -# - -PORTNAME= gnome-nettool -PORTVERSION= 2.28.0 -PORTEPOCH= 1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME utility that provides network information statistics - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop - -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CFLAGS+= -DHAVE_SOCKADDR_SA_LEN - -post-install: - ${MKDIR} ${PREFIX}/share/pixmaps - ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \ - ${PREFIX}/share/pixmaps/gnome-nettool.png - -.include <bsd.port.mk> diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo deleted file mode 100644 index 54837e4ca..000000000 --- a/net/gnome-nettool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-nettool-2.28.0.tar.bz2) = e5d44454cfa4c5ca5e640c304f18fe0e -SHA256 (gnome2/gnome-nettool-2.28.0.tar.bz2) = ecce19920e2bf5b7cac8ffd26d8592adff7b895d1ee219b18a84a46313f36dd5 -SIZE (gnome2/gnome-nettool-2.28.0.tar.bz2) = 641475 diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c deleted file mode 100644 index 88a107e6f..000000000 --- a/net/gnome-nettool/files/patch-src_info.c +++ /dev/null @@ -1,76 +0,0 @@ ---- src/info.c.orig 2008-12-08 23:29:39.000000000 -0500 -+++ src/info.c 2009-02-27 16:33:49.000000000 -0500 -@@ -20,6 +20,10 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> - - #ifdef HAVE_CONFIG_H - # include <config.h> -@@ -37,6 +41,9 @@ - #include <sys/ioctl.h> - #include <stdlib.h> - #include <net/if.h> -+#ifdef __FreeBSD__ -+#include <net/if_media.h> -+#endif - - #include <glibtop.h> - #include <glibtop/netlist.h> -@@ -61,6 +68,7 @@ static InfoInterfaceDescription info_ifa - { N_("Ethernet Interface"), INFO_INTERFACE_ETH, "16_ethernet.xpm", "eth", NULL }, - { N_("Wireless Interface"), INFO_INTERFACE_WLAN, "wavelan-16.png", "wlan", NULL }, - { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL }, -+ { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "tun", NULL }, - { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL }, - { N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL }, - { N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL }, -@@ -131,9 +139,42 @@ info_get_interface_from_dev_name (const - { - gint i; - gchar *path; -- -+ gchar *dev_type = NULL; -+#if defined(__FreeBSD__) -+ int s; -+ struct ifmediareq ifmr; -+ -+ if ((s = socket (AF_INET, SOCK_DGRAM, 0)) > -1) { -+ -+ (void) memset (&ifmr, 0, sizeof (ifmr)); -+ (void) strncpy (ifmr.ifm_name, dev_name, sizeof (ifmr.ifm_name)); -+ -+ if (ioctl (s, SIOCGIFMEDIA, (caddr_t) &ifmr) > -1) { -+ switch (IFM_TYPE (ifmr.ifm_active)) { -+ case IFM_ETHER: -+ dev_type = "eth"; -+ break; -+ case IFM_FDDI: -+ case IFM_TOKEN: -+#ifdef IFM_ATM -+ case IFM_ATM: -+#endif -+ dev_type = "other_type"; -+ break; -+ case IFM_IEEE80211: -+ dev_type = "wlan"; -+ break; -+ } -+ } -+ close (s); -+ } -+#endif /* defined(__FreeBSD__) */ -+ -+ if (!dev_type) -+ dev_type = (gchar *) dev_name; -+ - for (i = 0; info_iface_desc[i].name; i++) -- if (strstr (dev_name, info_iface_desc[i].prefix) == dev_name) { -+ if (strstr (dev_type, info_iface_desc[i].prefix) == dev_type) { - (*iface) = g_strdup_printf ("%s (%s)", _(info_iface_desc[i].name), dev_name); - if (info_iface_desc[i].pixbuf == NULL) { - path = g_build_filename (PIXMAPS_DIR, info_iface_desc[i].icon, NULL); diff --git a/net/gnome-nettool/files/patch-src_lookup.c b/net/gnome-nettool/files/patch-src_lookup.c deleted file mode 100644 index 9744c1397..000000000 --- a/net/gnome-nettool/files/patch-src_lookup.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lookup.c.orig Sun Jul 3 17:47:02 2005 -+++ src/lookup.c Sun Jul 3 17:47:20 2005 -@@ -21,6 +21,7 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> - - #include "lookup.h" - #include "utils.h" diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c deleted file mode 100644 index 1eec84927..000000000 --- a/net/gnome-nettool/files/patch-src_netstat.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/netstat.c.orig Tue Jul 6 13:55:25 2004 -+++ src/netstat.c Fri Aug 20 15:55:40 2004 -@@ -108,12 +108,17 @@ - g_return_val_if_fail (netinfo != NULL, NULL); - - if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { -+#ifdef __FreeBSD__ -+ /* XXX We only support ipv4 now */ -+ option = g_strdup ("-rn -f inet"); -+#else - /* Works for Solaris and Linux */ - if (netinfo_is_ipv6_enable ()) { - option = g_strdup ("-rn -A inet -A inet6"); - } else { - option = g_strdup ("-rn -A inet"); - } -+#endif - - if (netinfo->stbar_text) - g_free (netinfo->stbar_text); diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c deleted file mode 100644 index 40e454467..000000000 --- a/net/gnome-nettool/files/patch-src_nettool.c +++ /dev/null @@ -1,49 +0,0 @@ ---- src/nettool.c.orig 2009-06-18 13:51:14.000000000 -0400 -+++ src/nettool.c 2009-07-19 16:05:59.000000000 -0400 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <signal.h> - #include <errno.h> - #include <sys/wait.h> -@@ -374,6 +375,10 @@ netinfo_io_text_buffer_dialog (GIOChanne - len, NULL); - } - -+ g_free (text); -+ -+ return TRUE; -+ - } else if (status == G_IO_STATUS_AGAIN) { - char buf[1]; - -@@ -385,6 +390,8 @@ netinfo_io_text_buffer_dialog (GIOChanne - } - g_string_append_c (netinfo->command_output, buf[0]); - } -+ g_free (text); -+ return TRUE; - } else if (status == G_IO_STATUS_EOF) { - - } else if (status == G_IO_STATUS_ERROR) { -@@ -402,15 +409,15 @@ netinfo_io_text_buffer_dialog (GIOChanne - - } else { - g_warning ("Error: %s\n", err->message); -- g_free (text); - g_free (err); - } - -+ g_free (text); -+ return TRUE; -+ - } - - g_free (text); -- -- return TRUE; - } - - /* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so diff --git a/net/gnome-nettool/pkg-descr b/net/gnome-nettool/pkg-descr deleted file mode 100644 index 5619126fe..000000000 --- a/net/gnome-nettool/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-nettool is a utility for getting network information such as interface -statistics, and for front-ending commands like ping and traceroute. It -is very similar to the MacOS X Network Utility. diff --git a/net/gnome-nettool/pkg-plist b/net/gnome-nettool/pkg-plist deleted file mode 100644 index 514782f3a..000000000 --- a/net/gnome-nettool/pkg-plist +++ /dev/null @@ -1,190 +0,0 @@ -bin/gnome-nettool -share/applications/gnome-nettool.desktop -%%DATADIR%%/dialogs/gnome-nettool.ui -%%DATADIR%%/pixmaps/16_ethernet.xpm -%%DATADIR%%/pixmaps/16_loopback.xpm -%%DATADIR%%/pixmaps/16_plip.xpm -%%DATADIR%%/pixmaps/16_ppp.xpm -%%DATADIR%%/pixmaps/gnome-nettool.png -%%DATADIR%%/pixmaps/irda-16.png -%%DATADIR%%/pixmaps/network.png -%%DATADIR%%/pixmaps/wavelan-16.png -share/gnome/help/gnome-nettool/C/gnome-nettool.xml -share/gnome/help/gnome-nettool/C/legal.xml -share/gnome/help/gnome-nettool/ca/gnome-nettool.xml -share/gnome/help/gnome-nettool/cs/gnome-nettool.xml -share/gnome/help/gnome-nettool/da/gnome-nettool.xml -share/gnome/help/gnome-nettool/de/gnome-nettool.xml -share/gnome/help/gnome-nettool/el/gnome-nettool.xml -share/gnome/help/gnome-nettool/en_GB/gnome-nettool.xml -share/gnome/help/gnome-nettool/es/gnome-nettool.xml -share/gnome/help/gnome-nettool/fr/gnome-nettool.xml -share/gnome/help/gnome-nettool/oc/gnome-nettool.xml -share/gnome/help/gnome-nettool/pa/gnome-nettool.xml -share/gnome/help/gnome-nettool/pt_BR/gnome-nettool.xml -share/gnome/help/gnome-nettool/ru/gnome-nettool.xml -share/gnome/help/gnome-nettool/sv/gnome-nettool.xml -share/gnome/help/gnome-nettool/uk/gnome-nettool.xml -share/gnome/help/gnome-nettool/vi/gnome-nettool.xml -share/gnome/help/gnome-nettool/zh_CN/gnome-nettool.xml -share/icons/hicolor/16x16/apps/gnome-nettool.png -share/icons/hicolor/22x22/apps/gnome-nettool.png -share/icons/hicolor/24x24/apps/gnome-nettool.png -share/icons/hicolor/32x32/apps/gnome-nettool.png -share/icons/hicolor/scalable/apps/gnome-nettool.svg -share/locale/af/LC_MESSAGES/gnome-nettool.mo -share/locale/ar/LC_MESSAGES/gnome-nettool.mo -share/locale/as/LC_MESSAGES/gnome-nettool.mo -share/locale/ast/LC_MESSAGES/gnome-nettool.mo -share/locale/az/LC_MESSAGES/gnome-nettool.mo -share/locale/bg/LC_MESSAGES/gnome-nettool.mo -share/locale/bn/LC_MESSAGES/gnome-nettool.mo -share/locale/bn_IN/LC_MESSAGES/gnome-nettool.mo -share/locale/br/LC_MESSAGES/gnome-nettool.mo -share/locale/bs/LC_MESSAGES/gnome-nettool.mo -share/locale/ca/LC_MESSAGES/gnome-nettool.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-nettool.mo -share/locale/cs/LC_MESSAGES/gnome-nettool.mo -share/locale/cy/LC_MESSAGES/gnome-nettool.mo -share/locale/da/LC_MESSAGES/gnome-nettool.mo -share/locale/de/LC_MESSAGES/gnome-nettool.mo -share/locale/dz/LC_MESSAGES/gnome-nettool.mo -share/locale/el/LC_MESSAGES/gnome-nettool.mo -share/locale/en_CA/LC_MESSAGES/gnome-nettool.mo -share/locale/en_GB/LC_MESSAGES/gnome-nettool.mo -share/locale/es/LC_MESSAGES/gnome-nettool.mo -share/locale/et/LC_MESSAGES/gnome-nettool.mo -share/locale/eu/LC_MESSAGES/gnome-nettool.mo -share/locale/fa/LC_MESSAGES/gnome-nettool.mo -share/locale/fi/LC_MESSAGES/gnome-nettool.mo -share/locale/fr/LC_MESSAGES/gnome-nettool.mo -share/locale/ga/LC_MESSAGES/gnome-nettool.mo -share/locale/gl/LC_MESSAGES/gnome-nettool.mo -share/locale/gu/LC_MESSAGES/gnome-nettool.mo -share/locale/he/LC_MESSAGES/gnome-nettool.mo -share/locale/hi/LC_MESSAGES/gnome-nettool.mo -share/locale/hr/LC_MESSAGES/gnome-nettool.mo -share/locale/hu/LC_MESSAGES/gnome-nettool.mo -share/locale/id/LC_MESSAGES/gnome-nettool.mo -share/locale/it/LC_MESSAGES/gnome-nettool.mo -share/locale/ja/LC_MESSAGES/gnome-nettool.mo -share/locale/ka/LC_MESSAGES/gnome-nettool.mo -share/locale/kn/LC_MESSAGES/gnome-nettool.mo -share/locale/ko/LC_MESSAGES/gnome-nettool.mo -share/locale/ku/LC_MESSAGES/gnome-nettool.mo -share/locale/lt/LC_MESSAGES/gnome-nettool.mo -share/locale/lv/LC_MESSAGES/gnome-nettool.mo -share/locale/mai/LC_MESSAGES/gnome-nettool.mo -share/locale/mg/LC_MESSAGES/gnome-nettool.mo -share/locale/mk/LC_MESSAGES/gnome-nettool.mo -share/locale/ml/LC_MESSAGES/gnome-nettool.mo -share/locale/mn/LC_MESSAGES/gnome-nettool.mo -share/locale/mr/LC_MESSAGES/gnome-nettool.mo -share/locale/ms/LC_MESSAGES/gnome-nettool.mo -share/locale/nb/LC_MESSAGES/gnome-nettool.mo -share/locale/ne/LC_MESSAGES/gnome-nettool.mo -share/locale/nl/LC_MESSAGES/gnome-nettool.mo -share/locale/nn/LC_MESSAGES/gnome-nettool.mo -share/locale/oc/LC_MESSAGES/gnome-nettool.mo -share/locale/or/LC_MESSAGES/gnome-nettool.mo -share/locale/pa/LC_MESSAGES/gnome-nettool.mo -share/locale/pl/LC_MESSAGES/gnome-nettool.mo -share/locale/ps/LC_MESSAGES/gnome-nettool.mo -share/locale/pt/LC_MESSAGES/gnome-nettool.mo -share/locale/pt_BR/LC_MESSAGES/gnome-nettool.mo -share/locale/ro/LC_MESSAGES/gnome-nettool.mo -share/locale/ru/LC_MESSAGES/gnome-nettool.mo -share/locale/rw/LC_MESSAGES/gnome-nettool.mo -share/locale/si/LC_MESSAGES/gnome-nettool.mo -share/locale/sk/LC_MESSAGES/gnome-nettool.mo -share/locale/sl/LC_MESSAGES/gnome-nettool.mo -share/locale/sq/LC_MESSAGES/gnome-nettool.mo -share/locale/sr/LC_MESSAGES/gnome-nettool.mo -share/locale/sr@latin/LC_MESSAGES/gnome-nettool.mo -share/locale/sv/LC_MESSAGES/gnome-nettool.mo -share/locale/ta/LC_MESSAGES/gnome-nettool.mo -share/locale/te/LC_MESSAGES/gnome-nettool.mo -share/locale/th/LC_MESSAGES/gnome-nettool.mo -share/locale/tr/LC_MESSAGES/gnome-nettool.mo -share/locale/uk/LC_MESSAGES/gnome-nettool.mo -share/locale/uz/LC_MESSAGES/gnome-nettool.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-nettool.mo -share/locale/vi/LC_MESSAGES/gnome-nettool.mo -share/locale/wa/LC_MESSAGES/gnome-nettool.mo -share/locale/xh/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_CN/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_HK/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_TW/LC_MESSAGES/gnome-nettool.mo -share/omf/gnome-nettool/gnome-nettool-C.omf -share/omf/gnome-nettool/gnome-nettool-ca.omf -share/omf/gnome-nettool/gnome-nettool-cs.omf -share/omf/gnome-nettool/gnome-nettool-da.omf -share/omf/gnome-nettool/gnome-nettool-de.omf -share/omf/gnome-nettool/gnome-nettool-el.omf -share/omf/gnome-nettool/gnome-nettool-en_GB.omf -share/omf/gnome-nettool/gnome-nettool-es.omf -share/omf/gnome-nettool/gnome-nettool-fr.omf -share/omf/gnome-nettool/gnome-nettool-oc.omf -share/omf/gnome-nettool/gnome-nettool-pa.omf -share/omf/gnome-nettool/gnome-nettool-pt_BR.omf -share/omf/gnome-nettool/gnome-nettool-ru.omf -share/omf/gnome-nettool/gnome-nettool-sv.omf -share/omf/gnome-nettool/gnome-nettool-uk.omf -share/omf/gnome-nettool/gnome-nettool-vi.omf -share/omf/gnome-nettool/gnome-nettool-zh_CN.omf -share/pixmaps/gnome-nettool.png -@dirrm share/omf/gnome-nettool -@dirrm share/gnome/help/gnome-nettool/zh_CN -@dirrm share/gnome/help/gnome-nettool/vi -@dirrm share/gnome/help/gnome-nettool/uk -@dirrm share/gnome/help/gnome-nettool/sv -@dirrm share/gnome/help/gnome-nettool/ru -@dirrm share/gnome/help/gnome-nettool/pt_BR -@dirrm share/gnome/help/gnome-nettool/pa -@dirrm share/gnome/help/gnome-nettool/oc -@dirrm share/gnome/help/gnome-nettool/fr -@dirrm share/gnome/help/gnome-nettool/es -@dirrm share/gnome/help/gnome-nettool/en_GB -@dirrm share/gnome/help/gnome-nettool/el -@dirrm share/gnome/help/gnome-nettool/de -@dirrm share/gnome/help/gnome-nettool/da -@dirrm share/gnome/help/gnome-nettool/cs -@dirrm share/gnome/help/gnome-nettool/ca -@dirrm share/gnome/help/gnome-nettool/C -@dirrm share/gnome/help/gnome-nettool -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/dialogs -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile deleted file mode 100644 index 0d4a1c738..000000000 --- a/net/gtk-vnc/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gtk-vnc -# Date created: 16 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtk-vnc -PORTVERSION= 0.3.10 -CATEGORIES= net gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC viewer widget for GTK+ - -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext - -USE_GNOME= pygtk2 gnomehack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gtkglext=yes - -.include <bsd.port.mk> diff --git a/net/gtk-vnc/distinfo b/net/gtk-vnc/distinfo deleted file mode 100644 index 7d8a8e121..000000000 --- a/net/gtk-vnc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk-vnc-0.3.10.tar.gz) = 4d6ae40f7d9e6eff7b62488a2b728b2b -SHA256 (gtk-vnc-0.3.10.tar.gz) = 61fdc1824e5621ba77a116fae7e512ced377a914ad34b2a694188277ca679384 -SIZE (gtk-vnc-0.3.10.tar.gz) = 604228 diff --git a/net/gtk-vnc/files/patch-src_continuation.h b/net/gtk-vnc/files/patch-src_continuation.h deleted file mode 100644 index 549af869b..000000000 --- a/net/gtk-vnc/files/patch-src_continuation.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/continuation.h.orig 2007-12-16 13:58:18.000000000 -0500 -+++ src/continuation.h 2007-12-16 13:58:39.000000000 -0500 -@@ -11,6 +11,7 @@ - #ifndef _CONTINUATION_H_ - #define _CONTINUATION_H_ - -+#include <sys/types.h> - #include <ucontext.h> - - struct continuation diff --git a/net/gtk-vnc/files/patch-src_coroutine_ucontext.c b/net/gtk-vnc/files/patch-src_coroutine_ucontext.c deleted file mode 100644 index 7a52f6e10..000000000 --- a/net/gtk-vnc/files/patch-src_coroutine_ucontext.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/coroutine_ucontext.c.orig 2007-12-16 13:59:13.000000000 -0500 -+++ src/coroutine_ucontext.c 2007-12-16 13:59:21.000000000 -0500 -@@ -48,7 +48,7 @@ int coroutine_init(struct coroutine *co) - co->cc.stack_size = co->stack_size; - co->cc.stack = mmap(0, co->stack_size, - PROT_READ | PROT_WRITE, -- MAP_PRIVATE | MAP_ANONYMOUS, -+ MAP_PRIVATE | MAP_ANON, - -1, 0); - if (co->cc.stack == MAP_FAILED) - return -1; diff --git a/net/gtk-vnc/files/patch-src_gvnc.h b/net/gtk-vnc/files/patch-src_gvnc.h deleted file mode 100644 index 150b05330..000000000 --- a/net/gtk-vnc/files/patch-src_gvnc.h +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gvnc.h.orig 2008-03-24 11:39:20.000000000 -0400 -+++ src/gvnc.h 2008-03-24 11:40:22.000000000 -0400 -@@ -3,6 +3,19 @@ - - #include <glib.h> - #include <stdint.h> -+#ifdef __FreeBSD__ -+#include <sys/endian.h> -+ -+#define __BYTE_ORDER _BYTE_ORDER -+#define __LITTLE_ENDIAN _LITTLE_ENDIAN -+#define __BIG_ENDIAN _BIG_ENDIAN -+ -+#define bswap_16 bswap16 -+#define bswap_32 bswap32 -+#define bswap_64 bswap64 -+#else -+#include <endian.h> -+#endif - - struct gvnc; - diff --git a/net/gtk-vnc/pkg-descr b/net/gtk-vnc/pkg-descr deleted file mode 100644 index 9077bc499..000000000 --- a/net/gtk-vnc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GTK-VNC is a VNC viewer widget for GTK+. It is built using coroutines, -allowing it to be completely asynchronous while remaining single threaded. -It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication -extension providing SSL/TLS encryption with x509 certificate authentication. -The core library is written in C and a binding for Python using PyGTK is -available. The networking layer supports connections over both IPv4 and IPv6. -Example code illustrates how to build a vncviewer replacement using either C -or Python. - -WWW: http://gtk-vnc.sourceforge.net/ diff --git a/net/gtk-vnc/pkg-plist b/net/gtk-vnc/pkg-plist deleted file mode 100644 index e57277615..000000000 --- a/net/gtk-vnc/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -include/gtk-vnc-1.0/vncdisplay.h -lib/libgtk-vnc-1.0.a -lib/libgtk-vnc-1.0.la -lib/libgtk-vnc-1.0.so -lib/libgtk-vnc-1.0.so.0 -%%PYTHON_SITELIBDIR%%/gtkvnc.a -%%PYTHON_SITELIBDIR%%/gtkvnc.la -%%PYTHON_SITELIBDIR%%/gtkvnc.so -libdata/pkgconfig/gtk-vnc-1.0.pc -share/locale/de/LC_MESSAGES/gtk-vnc.mo -share/locale/el/LC_MESSAGES/gtk-vnc.mo -share/locale/en_GB/LC_MESSAGES/gtk-vnc.mo -share/locale/es/LC_MESSAGES/gtk-vnc.mo -share/locale/eu/LC_MESSAGES/gtk-vnc.mo -share/locale/fr/LC_MESSAGES/gtk-vnc.mo -share/locale/gl/LC_MESSAGES/gtk-vnc.mo -share/locale/hu/LC_MESSAGES/gtk-vnc.mo -share/locale/it/LC_MESSAGES/gtk-vnc.mo -share/locale/pl/LC_MESSAGES/gtk-vnc.mo -share/locale/pt/LC_MESSAGES/gtk-vnc.mo -share/locale/pt_BR/LC_MESSAGES/gtk-vnc.mo -share/locale/sv/LC_MESSAGES/gtk-vnc.mo -@dirrm include/gtk-vnc-1.0 diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile deleted file mode 100644 index 42506e7e2..000000000 --- a/net/libgweather/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libgweather -# Date created: 14th Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.28 2009/09/09 06:11:25 marcus Exp $ -# - -PORTNAME= libgweather -PORTVERSION= 2.28.0 -CATEGORIES= net gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library to accessing online weather informations - -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gnomevfs2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gweather.schemas - -.include <bsd.port.mk> diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo deleted file mode 100644 index f9586ba79..000000000 --- a/net/libgweather/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgweather-2.28.0.tar.bz2) = 9f4457144d32d4004e0e045240ab51dc -SHA256 (libgweather-2.28.0.tar.bz2) = 65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654 -SIZE (libgweather-2.28.0.tar.bz2) = 6320631 diff --git a/net/libgweather/pkg-descr b/net/libgweather/pkg-descr deleted file mode 100644 index 99ea830ef..000000000 --- a/net/libgweather/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -libgweather is a library to access weather information from online -services for numerous locations. - -libgweather isn't supported in the devel platform, which means OS vendors -won't guarantee the API/ABI long-term, but authors of open source apps -should feel free to use libgweather as users can always recompile against -a new version. - -WWW: http://www.gnome.org/ diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist deleted file mode 100644 index b163c08c2..000000000 --- a/net/libgweather/pkg-plist +++ /dev/null @@ -1,282 +0,0 @@ -include/libgweather/gweather-enum-types.h -include/libgweather/gweather-gconf.h -include/libgweather/gweather-location.h -include/libgweather/gweather-prefs.h -include/libgweather/gweather-timezone.h -include/libgweather/gweather-xml.h -include/libgweather/location-entry.h -include/libgweather/timezone-menu.h -include/libgweather/weather.h -lib/libgweather.a -lib/libgweather.la -lib/libgweather.so -lib/libgweather.so.1 -libdata/pkgconfig/gweather.pc -%%DOCSDIR%%/GWeatherLocationEntry.html -%%DOCSDIR%%/GWeatherTimezoneMenu.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgweather-gweather-gconf.html -%%DOCSDIR%%/libgweather-gweather-location.html -%%DOCSDIR%%/libgweather-gweather-prefs.html -%%DOCSDIR%%/libgweather-gweather-timezone.html -%%DOCSDIR%%/libgweather-gweather-xml.html -%%DOCSDIR%%/libgweather-weather.html -%%DOCSDIR%%/libgweather.devhelp -%%DOCSDIR%%/libgweather.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/Locations.ang.xml -%%DATADIR%%/Locations.ar.xml -%%DATADIR%%/Locations.as.xml -%%DATADIR%%/Locations.az.xml -%%DATADIR%%/Locations.be.xml -%%DATADIR%%/Locations.be@latin.xml -%%DATADIR%%/Locations.bg.xml -%%DATADIR%%/Locations.bn.xml -%%DATADIR%%/Locations.bn_IN.xml -%%DATADIR%%/Locations.bs.xml -%%DATADIR%%/Locations.ca.xml -%%DATADIR%%/Locations.ca@valencia.xml -%%DATADIR%%/Locations.cs.xml -%%DATADIR%%/Locations.cy.xml -%%DATADIR%%/Locations.da.xml -%%DATADIR%%/Locations.de.xml -%%DATADIR%%/Locations.dz.xml -%%DATADIR%%/Locations.el.xml -%%DATADIR%%/Locations.en_CA.xml -%%DATADIR%%/Locations.en_GB.xml -%%DATADIR%%/Locations.es.xml -%%DATADIR%%/Locations.et.xml -%%DATADIR%%/Locations.eu.xml -%%DATADIR%%/Locations.fa.xml -%%DATADIR%%/Locations.fi.xml -%%DATADIR%%/Locations.fr.xml -%%DATADIR%%/Locations.ga.xml -%%DATADIR%%/Locations.gl.xml -%%DATADIR%%/Locations.gu.xml -%%DATADIR%%/Locations.he.xml -%%DATADIR%%/Locations.hi.xml -%%DATADIR%%/Locations.hr.xml -%%DATADIR%%/Locations.hu.xml -%%DATADIR%%/Locations.id.xml -%%DATADIR%%/Locations.it.xml -%%DATADIR%%/Locations.ja.xml -%%DATADIR%%/Locations.ka.xml -%%DATADIR%%/Locations.kn.xml -%%DATADIR%%/Locations.ko.xml -%%DATADIR%%/Locations.ku.xml -%%DATADIR%%/Locations.ky.xml -%%DATADIR%%/Locations.lt.xml -%%DATADIR%%/Locations.lv.xml -%%DATADIR%%/Locations.mai.xml -%%DATADIR%%/Locations.mg.xml -%%DATADIR%%/Locations.mk.xml -%%DATADIR%%/Locations.ml.xml -%%DATADIR%%/Locations.mn.xml -%%DATADIR%%/Locations.mr.xml -%%DATADIR%%/Locations.ms.xml -%%DATADIR%%/Locations.nb.xml -%%DATADIR%%/Locations.ne.xml -%%DATADIR%%/Locations.nl.xml -%%DATADIR%%/Locations.nn.xml -%%DATADIR%%/Locations.oc.xml -%%DATADIR%%/Locations.or.xml -%%DATADIR%%/Locations.pa.xml -%%DATADIR%%/Locations.pl.xml -%%DATADIR%%/Locations.pt.xml -%%DATADIR%%/Locations.pt_BR.xml -%%DATADIR%%/Locations.ro.xml -%%DATADIR%%/Locations.ru.xml -%%DATADIR%%/Locations.rw.xml -%%DATADIR%%/Locations.si.xml -%%DATADIR%%/Locations.sk.xml -%%DATADIR%%/Locations.sl.xml -%%DATADIR%%/Locations.sq.xml -%%DATADIR%%/Locations.sr.xml -%%DATADIR%%/Locations.sr@latin.xml -%%DATADIR%%/Locations.sv.xml -%%DATADIR%%/Locations.ta.xml -%%DATADIR%%/Locations.te.xml -%%DATADIR%%/Locations.th.xml -%%DATADIR%%/Locations.tr.xml -%%DATADIR%%/Locations.uk.xml -%%DATADIR%%/Locations.vi.xml -%%DATADIR%%/Locations.xml -%%DATADIR%%/Locations.zh_CN.xml -%%DATADIR%%/Locations.zh_HK.xml -%%DATADIR%%/Locations.zh_TW.xml -%%DATADIR%%/locations.dtd -share/locale/am/LC_MESSAGES/libgweather.mo -share/locale/ar/LC_MESSAGES/libgweather.mo -share/locale/as/LC_MESSAGES/libgweather.mo -share/locale/az/LC_MESSAGES/libgweather.mo -share/locale/be/LC_MESSAGES/libgweather.mo -share/locale/be@latin/LC_MESSAGES/libgweather.mo -share/locale/bg/LC_MESSAGES/libgweather.mo -share/locale/bn/LC_MESSAGES/libgweather.mo -share/locale/bn_IN/LC_MESSAGES/libgweather.mo -share/locale/bs/LC_MESSAGES/libgweather.mo -share/locale/ca/LC_MESSAGES/libgweather.mo -share/locale/ca@valencia/LC_MESSAGES/libgweather.mo -share/locale/cs/LC_MESSAGES/libgweather.mo -share/locale/cy/LC_MESSAGES/libgweather.mo -share/locale/da/LC_MESSAGES/libgweather.mo -share/locale/de/LC_MESSAGES/libgweather.mo -share/locale/dz/LC_MESSAGES/libgweather.mo -share/locale/el/LC_MESSAGES/libgweather.mo -share/locale/en_CA/LC_MESSAGES/libgweather.mo -share/locale/en_GB/LC_MESSAGES/libgweather.mo -share/locale/es/LC_MESSAGES/libgweather.mo -share/locale/es_AR/LC_MESSAGES/libgweather.mo -share/locale/es_CL/LC_MESSAGES/libgweather.mo -share/locale/es_CO/LC_MESSAGES/libgweather.mo -share/locale/es_CR/LC_MESSAGES/libgweather.mo -share/locale/es_DO/LC_MESSAGES/libgweather.mo -share/locale/es_EC/LC_MESSAGES/libgweather.mo -share/locale/es_ES/LC_MESSAGES/libgweather.mo -share/locale/es_GT/LC_MESSAGES/libgweather.mo -share/locale/es_HN/LC_MESSAGES/libgweather.mo -share/locale/es_MX/LC_MESSAGES/libgweather.mo -share/locale/es_NI/LC_MESSAGES/libgweather.mo -share/locale/es_PA/LC_MESSAGES/libgweather.mo -share/locale/es_PE/LC_MESSAGES/libgweather.mo -share/locale/es_PR/LC_MESSAGES/libgweather.mo -share/locale/es_SV/LC_MESSAGES/libgweather.mo -share/locale/es_UY/LC_MESSAGES/libgweather.mo -share/locale/es_VE/LC_MESSAGES/libgweather.mo -share/locale/et/LC_MESSAGES/libgweather.mo -share/locale/eu/LC_MESSAGES/libgweather.mo -share/locale/fa/LC_MESSAGES/libgweather.mo -share/locale/fi/LC_MESSAGES/libgweather.mo -share/locale/fr/LC_MESSAGES/libgweather.mo -share/locale/ga/LC_MESSAGES/libgweather.mo -share/locale/gl/LC_MESSAGES/libgweather.mo -share/locale/gu/LC_MESSAGES/libgweather.mo -share/locale/he/LC_MESSAGES/libgweather.mo -share/locale/hi/LC_MESSAGES/libgweather.mo -share/locale/hr/LC_MESSAGES/libgweather.mo -share/locale/hu/LC_MESSAGES/libgweather.mo -share/locale/hy/LC_MESSAGES/libgweather.mo -share/locale/id/LC_MESSAGES/libgweather.mo -share/locale/is/LC_MESSAGES/libgweather.mo -share/locale/it/LC_MESSAGES/libgweather.mo -share/locale/ja/LC_MESSAGES/libgweather.mo -share/locale/ka/LC_MESSAGES/libgweather.mo -share/locale/kn/LC_MESSAGES/libgweather.mo -share/locale/ko/LC_MESSAGES/libgweather.mo -share/locale/ku/LC_MESSAGES/libgweather.mo -share/locale/ky/LC_MESSAGES/libgweather.mo -share/locale/lt/LC_MESSAGES/libgweather.mo -share/locale/lv/LC_MESSAGES/libgweather.mo -share/locale/mai/LC_MESSAGES/libgweather.mo -share/locale/mg/LC_MESSAGES/libgweather.mo -share/locale/mk/LC_MESSAGES/libgweather.mo -share/locale/ml/LC_MESSAGES/libgweather.mo -share/locale/mn/LC_MESSAGES/libgweather.mo -share/locale/mr/LC_MESSAGES/libgweather.mo -share/locale/ms/LC_MESSAGES/libgweather.mo -share/locale/nb/LC_MESSAGES/libgweather.mo -share/locale/ne/LC_MESSAGES/libgweather.mo -share/locale/nl/LC_MESSAGES/libgweather.mo -share/locale/nn/LC_MESSAGES/libgweather.mo -share/locale/oc/LC_MESSAGES/libgweather.mo -share/locale/or/LC_MESSAGES/libgweather.mo -share/locale/pa/LC_MESSAGES/libgweather.mo -share/locale/pl/LC_MESSAGES/libgweather.mo -share/locale/pt/LC_MESSAGES/libgweather.mo -share/locale/pt_BR/LC_MESSAGES/libgweather.mo -share/locale/ro/LC_MESSAGES/libgweather.mo -share/locale/ru/LC_MESSAGES/libgweather.mo -share/locale/rw/LC_MESSAGES/libgweather.mo -share/locale/si/LC_MESSAGES/libgweather.mo -share/locale/sk/LC_MESSAGES/libgweather.mo -share/locale/sl/LC_MESSAGES/libgweather.mo -share/locale/sq/LC_MESSAGES/libgweather.mo -share/locale/sr/LC_MESSAGES/libgweather.mo -share/locale/sr@latin/LC_MESSAGES/libgweather.mo -share/locale/sv/LC_MESSAGES/libgweather.mo -share/locale/ta/LC_MESSAGES/libgweather.mo -share/locale/te/LC_MESSAGES/libgweather.mo -share/locale/th/LC_MESSAGES/libgweather.mo -share/locale/tr/LC_MESSAGES/libgweather.mo -share/locale/uk/LC_MESSAGES/libgweather.mo -share/locale/vi/LC_MESSAGES/libgweather.mo -share/locale/wa/LC_MESSAGES/libgweather.mo -share/locale/xh/LC_MESSAGES/libgweather.mo -share/locale/zh_CN/LC_MESSAGES/libgweather.mo -share/locale/zh_HK/LC_MESSAGES/libgweather.mo -share/locale/zh_TW/LC_MESSAGES/libgweather.mo -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm include/libgweather -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_VE/LC_MESSAGES -@dirrmtry share/locale/es_VE -@dirrmtry share/locale/es_UY/LC_MESSAGES -@dirrmtry share/locale/es_UY -@dirrmtry share/locale/es_SV/LC_MESSAGES -@dirrmtry share/locale/es_SV -@dirrmtry share/locale/es_PR/LC_MESSAGES -@dirrmtry share/locale/es_PR -@dirrmtry share/locale/es_PE/LC_MESSAGES -@dirrmtry share/locale/es_PE -@dirrmtry share/locale/es_PA/LC_MESSAGES -@dirrmtry share/locale/es_PA -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/es_HN/LC_MESSAGES -@dirrmtry share/locale/es_HN -@dirrmtry share/locale/es_GT/LC_MESSAGES -@dirrmtry share/locale/es_GT -@dirrmtry share/locale/es_EC/LC_MESSAGES -@dirrmtry share/locale/es_EC -@dirrmtry share/locale/es_DO/LC_MESSAGES -@dirrmtry share/locale/es_DO -@dirrmtry share/locale/es_CR/LC_MESSAGES -@dirrmtry share/locale/es_CR -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile deleted file mode 100644 index 7502d6229..000000000 --- a/net/libproxy-mozjs/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libproxy-mozjs -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 3 -CATEGORIES= net devel -PKGNAMESUFFIX= -mozjs - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Javascript plug-in for libproxy - -LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -BUILD_WRKSRC= ${WRKSRC}/src/plugins -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= libxul -CONFIGURE_ARGS=--without-gnome --without-kde --without-webkit \ - --with-mozjs --without-networkmanager --without-python \ - --without-envvar --without-file - -LIBPROXY_SLAVE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|mozilla-js|mozilla-js libxul-unstable|g' \ - ${WRKSRC}/configure - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-mozjs/pkg-descr b/net/libproxy-mozjs/pkg-descr deleted file mode 100644 index 1bcd6c2a3..000000000 --- a/net/libproxy-mozjs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows Mozilla-based browsers to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-mozjs/pkg-plist b/net/libproxy-mozjs/pkg-plist deleted file mode 100644 index 9bd61ce5a..000000000 --- a/net/libproxy-mozjs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/plugins/mozjs.so diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile deleted file mode 100644 index 67c44cb36..000000000 --- a/net/libproxy-webkit/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libproxy-webkit -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 7 -CATEGORIES= net devel -PKGNAMESUFFIX= -webkit - -MAINTAINER= gnome@FreeBSD.org -COMMENT= WebKit Javascript plug-in for libproxy - -LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 - -MASTERDIR= ${.CURDIR}/../libproxy -BUILD_WRKSRC= ${WRKSRC}/src/plugins -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -CONFIGURE_ARGS=--without-gnome --without-kde --with-webkit \ - --without-mozjs --without-networkmanager --without-python \ - --without-envvar --without-file - -LIBPROXY_SLAVE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-webkit/pkg-descr b/net/libproxy-webkit/pkg-descr deleted file mode 100644 index e9b912c76..000000000 --- a/net/libproxy-webkit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows the WebKit web browser to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-webkit/pkg-plist b/net/libproxy-webkit/pkg-plist deleted file mode 100644 index 1032ea9e2..000000000 --- a/net/libproxy-webkit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/plugins/webkit.so diff --git a/net/liferea/Makefile b/net/liferea/Makefile deleted file mode 100644 index b14e724c9..000000000 --- a/net/liferea/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# Ports collection Makefile for: liferea -# Date created: 28 August 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= liferea -PORTVERSION= 1.4.28 -PORTREVISION= 7 -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 - -USE_GNOME= gnomeprefix gnomehack libglade2 -USE_GMAKE= yes -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 \ - DBUS "Enable dbus support" on \ - GNUTLS "Enable SSL/HTTPS support" on \ - GTKHTML "Use GtkHtml for rendering" on \ - WEBKIT "Use Webkit for rendering" off -# XULRUNNER "Use Xulrunner for rendering" off - -.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 - -.ifdef WITHOUT_GNUTLS -CONFIGURE_ARGS+=--disable-gnutls -.else -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls -.endif - -.ifdef WITH_GTKHTML -USE_GNOME+= libgtkhtml -CONFIGURE_ARGS+=--enable-gtkhtml2 -PLIST_SUB+= GTKHTML="" -.else -CONFIGURE_ARGS+=--disable-gtkhtml2 -PLIST_SUB+= GTKHTML="@comment " -.endif - -.ifdef WITH_WEBKIT -LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+=--enable-webkit -PLIST_SUB+= WEBKIT="" -.else -CONFIGURE_ARGS+=--disable-webkit -PLIST_SUB+= WEBKIT="@comment " -.endif - -.ifdef WITH_XULRUNNER -CONFIGURE_ARGS+=--with-gecko=libxul -BUILD_DEPENDS+= ${LOCALBASE}/lib/libxul/libxul.so:${PORTSDIR}/www/libxul -RUN_DEPENDS+= ${LOCALBASE}/lib/libxul/libxul.so:${PORTSDIR}/www/libxul -PLIST_SUB+= XUL="" -.else -CONFIGURE_ARGS+=--disable-gecko -PLIST_SUB+= XUL="@comment " -.endif - -.ifdef WITHOUT_DBUS -CONFIGURE_ARGS+=--disable-dbus -.else -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus -.endif - -.include <bsd.port.post.mk> diff --git a/net/liferea/distinfo b/net/liferea/distinfo deleted file mode 100644 index 59d76eac1..000000000 --- a/net/liferea/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liferea-1.4.28.tar.gz) = 411bd9e56a648056cdce96dbea104c3e -SHA256 (liferea-1.4.28.tar.gz) = d39abe7d9651783f4ecd59a0f6c5e2650f32df834e0e742a6b5d003795913fd6 -SIZE (liferea-1.4.28.tar.gz) = 1697036 diff --git a/net/liferea/files/patch-src-Makefile.in b/net/liferea/files/patch-src-Makefile.in deleted file mode 100644 index 8fc032948..000000000 --- a/net/liferea/files/patch-src-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.in.orig 2008-12-03 10:17:44.000000000 +0100 -+++ src/Makefile.in 2008-12-03 10:18:37.000000000 +0100 -@@ -302,7 +302,8 @@ - top_srcdir = @top_srcdir@ - @WITH_GTKHTML2_TRUE@GTKHTML2 = gtkhtml2 - @WITH_WEBKIT_TRUE@WEBKIT = webkit --SUBDIRS = net parsers notification ui fl_sources scripting . $(GTKHTML2) $(WEBKIT) mozilla -+@WITH_MOZILLA_TRUE@MOZILLA = mozilla -+SUBDIRS = net parsers notification ui fl_sources scripting . $(GTKHTML2) $(WEBKIT) $(MOZILLA) - AM_CPPFLAGS = \ - -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ - -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" \ diff --git a/net/liferea/pkg-descr b/net/liferea/pkg-descr deleted file mode 100644 index 3f0b1f4cf..000000000 --- a/net/liferea/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 28b87c0db..000000000 --- a/net/liferea/pkg-plist +++ /dev/null @@ -1,163 +0,0 @@ -bin/liferea -bin/liferea-add-feed -bin/liferea-bin -%%GTKHTML%%lib/liferea/liblihtmlg.la -%%GTKHTML%%lib/liferea/liblihtmlg.so -%%WEBKIT%%lib/liferea/liblihtmlw.la -%%WEBKIT%%lib/liferea/liblihtmlw.so -@comment %%XUL%%lib/liferea/liblihtmlx.la -@comment %%XUL%%lib/liferea/liblihtmlx.so -%%NOTIFY%%lib/liferea/liblinotiflibnotify.la -%%NOTIFY%%lib/liferea/liblinotiflibnotify.so -share/applications/liferea.desktop -share/liferea/bloglines_source.glade -share/liferea/google_source.glade -share/liferea/liferea.glade -share/liferea/node_source.glade -share/liferea/opml_source.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/faq_ja.html -share/liferea/doc/html/folders_de.html -share/liferea/doc/html/folders_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.4.0.png -share/liferea/doc/html/help_feed_prop_cache_1.4.0.png -share/liferea/doc/html/help_feed_prop_downl_1.4.0.png -share/liferea/doc/html/help_feed_prop_general_1.4.0.png -share/liferea/doc/html/help_feed_prop_source_1.4.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.4.0.png -share/liferea/doc/html/help_prefs_enclosures_1.4.0.png -share/liferea/doc/html/help_prefs_feeds_1.4.0.png -share/liferea/doc/html/help_prefs_folders_1.4.0.png -share/liferea/doc/html/help_prefs_gui_1.4.0.png -share/liferea/doc/html/help_prefs_headlines_1.4.0.png -share/liferea/doc/html/help_prefs_proxy_1.4.0.png -share/liferea/doc/html/help_search_1.4.0.png -share/liferea/doc/html/help_source_add_1.4.0.png -share/liferea/doc/html/help_subscribe_1.4.0.png -share/liferea/doc/html/help_vfolder_1.4.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/reference_ja.html -share/liferea/doc/html/reference_nl.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/topics_ja.html -share/liferea/doc/html/updating_de.html -share/liferea/doc/html/updating_en.html -share/liferea/dtd/html.ent -share/liferea/media/xspf_license.txt -share/liferea/media/xspf_player_slim.swf -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_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/opml/feedlist_tr.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/grayflag.png -share/liferea/pixmaps/liferea.png -share/liferea/pixmaps/newsbin.png -share/liferea/pixmaps/ocs.png -share/liferea/pixmaps/offline.png -share/liferea/pixmaps/online.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/48x48/apps/liferea.png -share/locale/ar/LC_MESSAGES/liferea.mo -share/locale/be@latin/LC_MESSAGES/liferea.mo -share/locale/ca/LC_MESSAGES/liferea.mo -share/locale/cs/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/fr/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/pl/LC_MESSAGES/liferea.mo -share/locale/pt/LC_MESSAGES/liferea.mo -share/locale/pt_BR/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 -@dirrm share/liferea/xslt -@dirrm share/liferea/pixmaps -@dirrm share/liferea/opml -@dirrm share/liferea/media -@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/net/vinagre/Makefile b/net/vinagre/Makefile deleted file mode 100644 index d1aedefb4..000000000 --- a/net/vinagre/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: vinagre -# Date created: 16 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/vinagre/Makefile,v 1.31 2009/09/21 22:50:04 avl Exp $ -# - -PORTNAME= vinagre -PORTVERSION= 2.28.1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC client for the GNOME Desktop - -LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ - avahi-core.6:${PORTSDIR}/net/avahi-app \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack vte gconf2 gnomedocutils \ - gnomepanel -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-avahi --enable-applet -enable-ssh -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vinagre.schemas - -MAN1= vinagre.1 - -OPTIONS= TELEPATHY "Enable telepathy integration" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_TELEPATHY) -CONFIGURE_ARGS+=--enable-telepathy -LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib -PLIST_SUB+= TELEPATHY="" -.else -CONFIGURE_ARGS+=--disable-telepathy -PLIST_SUB+= TELEPATHY="@comment " -.endif - -post-install: - @-update-desktop-database > /dev/null - @-update-mime-database ${PREFIX}/share/mime > /dev/null -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/net/vinagre/distinfo b/net/vinagre/distinfo deleted file mode 100644 index 26137b507..000000000 --- a/net/vinagre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vinagre-2.28.1.tar.bz2) = 3fec37a3e20d6f3641d905b580f7306a -SHA256 (gnome2/vinagre-2.28.1.tar.bz2) = 774276784b3f097faf165dff37d1e9372098db5570421f4e213fa3c8e9808ad4 -SIZE (gnome2/vinagre-2.28.1.tar.bz2) = 1888223 diff --git a/net/vinagre/files/patch-Makefile.in b/net/vinagre/files/patch-Makefile.in deleted file mode 100644 index d54e01e7f..000000000 --- a/net/vinagre/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-12-16 14:18:35.000000000 -0500 -+++ Makefile.in 2007-12-16 14:19:09.000000000 -0500 -@@ -667,7 +667,7 @@ info: info-recursive - - info-am: - --install-data-am: install-vinagredocDATA -+install-data-am: - - install-dvi: install-dvi-recursive - diff --git a/net/vinagre/pkg-descr b/net/vinagre/pkg-descr deleted file mode 100644 index 9aa3ad1fa..000000000 --- a/net/vinagre/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Vinagre is a VNC Client for the GNOME Desktop. Its features include: - -* You can connect to several machines at the same time, we like tabs -* You can keep track of your most used connections, we like favorites -* You can keep track of your recently used connections, we like GtkRecent -* You can browse your network for VNC servers, we like avahi -* You don't need to supply the password on every connection, we like GNOME - Keyring - -WWW: http://www.gnome.org/projects/vinagre/ diff --git a/net/vinagre/pkg-plist b/net/vinagre/pkg-plist deleted file mode 100644 index 6f9d41555..000000000 --- a/net/vinagre/pkg-plist +++ /dev/null @@ -1,344 +0,0 @@ -bin/vinagre -libdata/bonobo/servers/GNOME_VinagreApplet.server -libexec/vinagre-applet -include/vinagre-1.0/vinagre/vinagre-app.h -include/vinagre-1.0/vinagre/vinagre-bacon.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-entry.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-migration.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-tree.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-ui.h -include/vinagre-1.0/vinagre/vinagre-bookmarks.h -include/vinagre-1.0/vinagre/vinagre-commands.h -include/vinagre-1.0/vinagre/vinagre-connect.h -include/vinagre-1.0/vinagre/vinagre-connection.h -include/vinagre-1.0/vinagre/vinagre-debug.h -include/vinagre-1.0/vinagre/vinagre-dirs.h -include/vinagre-1.0/vinagre/vinagre-dnd.h -include/vinagre-1.0/vinagre/vinagre-fav.h -include/vinagre-1.0/vinagre/vinagre-notebook.h -include/vinagre-1.0/vinagre/vinagre-plugin-loader.h -include/vinagre-1.0/vinagre/vinagre-plugin.h -include/vinagre-1.0/vinagre/vinagre-prefs.h -include/vinagre-1.0/vinagre/vinagre-tab.h -include/vinagre-1.0/vinagre/vinagre-ui.h -include/vinagre-1.0/vinagre/vinagre-utils.h -include/vinagre-1.0/vinagre/vinagre-window.h -lib/vinagre-1/plugin-loaders/libcloader.la -lib/vinagre-1/plugin-loaders/libcloader.so -lib/vinagre-1/plugins/libssh.la -lib/vinagre-1/plugins/libssh.so -lib/vinagre-1/plugins/libvnc.la -lib/vinagre-1/plugins/libvnc.so -lib/vinagre-1/plugins/ssh.vinagre-plugin -lib/vinagre-1/plugins/vnc.vinagre-plugin -libdata/pkgconfig/vinagre-1.0.pc -share/applications/vinagre-file.desktop -share/applications/vinagre.desktop -%%TELEPATHY%%share/dbus-1/services/org.gnome.Empathy.StreamTubeHandler.rfb.service -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/help/vinagre/C/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/C/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/C/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/C/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/C/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/C/figures/vinagre-screenshot.png -share/gnome/help/vinagre/C/legal.xml -share/gnome/help/vinagre/C/vinagre.xml -share/gnome/help/vinagre/ca/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/ca/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/ca/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/ca/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/ca/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/ca/figures/vinagre-screenshot.png -share/gnome/help/vinagre/ca/vinagre.xml -share/gnome/help/vinagre/cs/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/cs/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/cs/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/cs/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/cs/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/cs/figures/vinagre-screenshot.png -share/gnome/help/vinagre/cs/vinagre.xml -share/gnome/help/vinagre/de/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/de/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/de/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/de/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/de/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/de/figures/vinagre-screenshot.png -share/gnome/help/vinagre/de/vinagre.xml -share/gnome/help/vinagre/el/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/el/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/el/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/el/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/el/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/el/figures/vinagre-screenshot.png -share/gnome/help/vinagre/el/vinagre.xml -share/gnome/help/vinagre/en_GB/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/en_GB/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/en_GB/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/en_GB/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/en_GB/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/en_GB/figures/vinagre-screenshot.png -share/gnome/help/vinagre/en_GB/vinagre.xml -share/gnome/help/vinagre/es/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/es/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/es/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/es/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/es/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/es/figures/vinagre-screenshot.png -share/gnome/help/vinagre/es/vinagre.xml -share/gnome/help/vinagre/fr/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/fr/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/fr/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/fr/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/fr/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/fr/figures/vinagre-screenshot.png -share/gnome/help/vinagre/fr/vinagre.xml -share/gnome/help/vinagre/it/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/it/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/it/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/it/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/it/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/it/figures/vinagre-screenshot.png -share/gnome/help/vinagre/it/vinagre.xml -share/gnome/help/vinagre/oc/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/oc/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/oc/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/oc/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/oc/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png -share/gnome/help/vinagre/oc/vinagre.xml -share/gnome/help/vinagre/pl/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/pl/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/pl/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/pl/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/pl/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/pl/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pl/vinagre.xml -share/gnome/help/vinagre/pt/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/pt/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/pt/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/pt/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/pt/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pt/vinagre.xml -share/gnome/help/vinagre/pt_BR/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pt_BR/vinagre.xml -share/gnome/help/vinagre/sq/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/sq/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/sq/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/sq/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/sq/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/sq/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sq/vinagre.xml -share/gnome/help/vinagre/sv/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/sv/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/sv/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/sv/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/sv/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sv/vinagre.xml -share/gnome/help/vinagre/th/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/th/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/th/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/th/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/th/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/th/figures/vinagre-screenshot.png -share/gnome/help/vinagre/th/vinagre.xml -share/gnome/help/vinagre/zh_CN/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-screenshot.png -share/gnome/help/vinagre/zh_CN/vinagre.xml -share/icons/hicolor/16x16/apps/vinagre.png -share/icons/hicolor/16x16/mimetypes/application-x-remote-connection.png -share/icons/hicolor/16x16/mimetypes/application-x-vnc.png -share/icons/hicolor/16x16/status/view-minimize.png -share/icons/hicolor/22x22/apps/vinagre.png -share/icons/hicolor/22x22/mimetypes/application-x-remote-connection.png -share/icons/hicolor/22x22/mimetypes/application-x-vnc.png -share/icons/hicolor/22x22/status/view-minimize.png -share/icons/hicolor/24x24/apps/vinagre.png -share/icons/hicolor/24x24/mimetypes/application-x-remote-connection.png -share/icons/hicolor/24x24/mimetypes/application-x-vnc.png -share/icons/hicolor/32x32/apps/vinagre.png -share/icons/hicolor/32x32/mimetypes/application-x-remote-connection.png -share/icons/hicolor/32x32/mimetypes/application-x-vnc.png -share/icons/hicolor/32x32/status/view-minimize.png -share/icons/hicolor/48x48/apps/vinagre.png -share/icons/hicolor/48x48/mimetypes/application-x-remote-connection.png -share/icons/hicolor/48x48/mimetypes/application-x-vnc.png -share/icons/hicolor/48x48/status/view-minimize.png -share/icons/hicolor/scalable/apps/vinagre.svg -share/icons/hicolor/scalable/mimetypes/application-x-remote-connection.svg -share/icons/hicolor/scalable/mimetypes/application-x-vnc.svg -share/locale/ar/LC_MESSAGES/vinagre.mo -share/locale/as/LC_MESSAGES/vinagre.mo -share/locale/ast/LC_MESSAGES/vinagre.mo -share/locale/be@latin/LC_MESSAGES/vinagre.mo -share/locale/bg/LC_MESSAGES/vinagre.mo -share/locale/bn/LC_MESSAGES/vinagre.mo -share/locale/bn_IN/LC_MESSAGES/vinagre.mo -share/locale/ca/LC_MESSAGES/vinagre.mo -share/locale/ca@valencia/LC_MESSAGES/vinagre.mo -share/locale/cs/LC_MESSAGES/vinagre.mo -share/locale/da/LC_MESSAGES/vinagre.mo -share/locale/de/LC_MESSAGES/vinagre.mo -share/locale/el/LC_MESSAGES/vinagre.mo -share/locale/en_GB/LC_MESSAGES/vinagre.mo -share/locale/es/LC_MESSAGES/vinagre.mo -share/locale/et/LC_MESSAGES/vinagre.mo -share/locale/eu/LC_MESSAGES/vinagre.mo -share/locale/fi/LC_MESSAGES/vinagre.mo -share/locale/fr/LC_MESSAGES/vinagre.mo -share/locale/ga/LC_MESSAGES/vinagre.mo -share/locale/gl/LC_MESSAGES/vinagre.mo -share/locale/gu/LC_MESSAGES/vinagre.mo -share/locale/he/LC_MESSAGES/vinagre.mo -share/locale/hi/LC_MESSAGES/vinagre.mo -share/locale/hu/LC_MESSAGES/vinagre.mo -share/locale/it/LC_MESSAGES/vinagre.mo -share/locale/ja/LC_MESSAGES/vinagre.mo -share/locale/kn/LC_MESSAGES/vinagre.mo -share/locale/ko/LC_MESSAGES/vinagre.mo -share/locale/ku/LC_MESSAGES/vinagre.mo -share/locale/lt/LC_MESSAGES/vinagre.mo -share/locale/lv/LC_MESSAGES/vinagre.mo -share/locale/mai/LC_MESSAGES/vinagre.mo -share/locale/mk/LC_MESSAGES/vinagre.mo -share/locale/ml/LC_MESSAGES/vinagre.mo -share/locale/mr/LC_MESSAGES/vinagre.mo -share/locale/nb/LC_MESSAGES/vinagre.mo -share/locale/nl/LC_MESSAGES/vinagre.mo -share/locale/nn/LC_MESSAGES/vinagre.mo -share/locale/oc/LC_MESSAGES/vinagre.mo -share/locale/or/LC_MESSAGES/vinagre.mo -share/locale/pa/LC_MESSAGES/vinagre.mo -share/locale/pl/LC_MESSAGES/vinagre.mo -share/locale/pt/LC_MESSAGES/vinagre.mo -share/locale/pt_BR/LC_MESSAGES/vinagre.mo -share/locale/ro/LC_MESSAGES/vinagre.mo -share/locale/ru/LC_MESSAGES/vinagre.mo -share/locale/si/LC_MESSAGES/vinagre.mo -share/locale/sl/LC_MESSAGES/vinagre.mo -share/locale/sq/LC_MESSAGES/vinagre.mo -share/locale/sr/LC_MESSAGES/vinagre.mo -share/locale/sr@latin/LC_MESSAGES/vinagre.mo -share/locale/sv/LC_MESSAGES/vinagre.mo -share/locale/ta/LC_MESSAGES/vinagre.mo -share/locale/te/LC_MESSAGES/vinagre.mo -share/locale/th/LC_MESSAGES/vinagre.mo -share/locale/tr/LC_MESSAGES/vinagre.mo -share/locale/vi/LC_MESSAGES/vinagre.mo -share/locale/uk/LC_MESSAGES/vinagre.mo -share/locale/zh_CN/LC_MESSAGES/vinagre.mo -share/locale/zh_HK/LC_MESSAGES/vinagre.mo -share/locale/zh_TW/LC_MESSAGES/vinagre.mo -share/mime/application/x-remote-connection.xml -share/mime/application/x-vnc.xml -share/mime/packages/vinagre-mime.xml -share/omf/vinagre/vinagre-C.omf -share/omf/vinagre/vinagre-ca.omf -share/omf/vinagre/vinagre-cs.omf -share/omf/vinagre/vinagre-de.omf -share/omf/vinagre/vinagre-el.omf -share/omf/vinagre/vinagre-en_GB.omf -share/omf/vinagre/vinagre-es.omf -share/omf/vinagre/vinagre-fr.omf -share/omf/vinagre/vinagre-it.omf -share/omf/vinagre/vinagre-oc.omf -share/omf/vinagre/vinagre-pl.omf -share/omf/vinagre/vinagre-pt.omf -share/omf/vinagre/vinagre-pt_BR.omf -share/omf/vinagre/vinagre-sq.omf -share/omf/vinagre/vinagre-sv.omf -share/omf/vinagre/vinagre-th.omf -share/omf/vinagre/vinagre-zh_CN.omf -%%DATADIR%%/GNOME_VinagreApplet.xml -%%DATADIR%%/vinagre-ui.xml -%%DATADIR%%/vinagre.ui -@dirrm %%DATADIR%% -@dirrm share/omf/vinagre -@dirrm share/gnome/help/vinagre/zh_CN/figures -@dirrm share/gnome/help/vinagre/zh_CN -@dirrm share/gnome/help/vinagre/th/figures -@dirrm share/gnome/help/vinagre/th -@dirrm share/gnome/help/vinagre/sv/figures -@dirrm share/gnome/help/vinagre/sv -@dirrm share/gnome/help/vinagre/sq/figures -@dirrm share/gnome/help/vinagre/sq -@dirrm share/gnome/help/vinagre/pt_BR/figures -@dirrm share/gnome/help/vinagre/pt_BR -@dirrm share/gnome/help/vinagre/pt/figures -@dirrm share/gnome/help/vinagre/pt -@dirrm share/gnome/help/vinagre/pl/figures -@dirrm share/gnome/help/vinagre/pl -@dirrm share/gnome/help/vinagre/oc/figures -@dirrm share/gnome/help/vinagre/oc -@dirrm share/gnome/help/vinagre/it/figures -@dirrm share/gnome/help/vinagre/it -@dirrm share/gnome/help/vinagre/fr/figures -@dirrm share/gnome/help/vinagre/fr -@dirrm share/gnome/help/vinagre/es/figures -@dirrm share/gnome/help/vinagre/es -@dirrm share/gnome/help/vinagre/en_GB/figures -@dirrm share/gnome/help/vinagre/en_GB -@dirrm share/gnome/help/vinagre/el/figures -@dirrm share/gnome/help/vinagre/el -@dirrm share/gnome/help/vinagre/de/figures -@dirrm share/gnome/help/vinagre/de -@dirrm share/gnome/help/vinagre/cs/figures -@dirrm share/gnome/help/vinagre/cs -@dirrm share/gnome/help/vinagre/ca/figures -@dirrm share/gnome/help/vinagre/ca -@dirrm share/gnome/help/vinagre/C/figures -@dirrm share/gnome/help/vinagre/C -@dirrm share/gnome/help/vinagre -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/vinagre-1/plugins -@dirrm lib/vinagre-1/plugin-loaders -@dirrm lib/vinagre-1 -@dirrm include/vinagre-1.0/vinagre -@dirrm include/vinagre-1.0 -@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 -@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/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/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 diff --git a/net/vino/Makefile b/net/vino/Makefile deleted file mode 100644 index af27dac32..000000000 --- a/net/vino/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.75 2009/09/21 18:48:18 kwm Exp $ -# - -PORTNAME= vino -PORTVERSION= 2.28.1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC server that allows for remote access to your GNOME desktop - -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel -USE_XORG= xtst -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vino-server.schemas - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify=yes -.else -CONFIGURE_ARGS+=--enable-libnotify=no -.endif - -.include <bsd.port.mk> diff --git a/net/vino/distinfo b/net/vino/distinfo deleted file mode 100644 index 32f15ef71..000000000 --- a/net/vino/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vino-2.28.1.tar.bz2) = 5cf3c006f0d0b5e0daa3b10bc94f0e0d -SHA256 (gnome2/vino-2.28.1.tar.bz2) = bd86825546d2639ec3ea724efa013a84971f289c7903740418b2f2ca38f28ebe -SIZE (gnome2/vino-2.28.1.tar.bz2) = 794178 diff --git a/net/vino/files/patch-configure b/net/vino/files/patch-configure deleted file mode 100644 index 6cb7065fc..000000000 --- a/net/vino/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2009-04-15 11:26:27.000000000 +0200 -+++ configure 2009-04-15 11:26:27.000000000 +0200 -@@ -18108,6 +18108,8 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - -+ #include <sys/types.h> -+ #include <sys/socket.h> - #include <ifaddrs.h> - - int -@@ -18122,6 +18124,7 @@ main () - } - _ACEOF - rm -f conftest.$ac_objext -+have_getifaddrs=yes - if { (ac_try="$ac_compile" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; diff --git a/net/vino/files/patch-server_libvncserver_sockets.c b/net/vino/files/patch-server_libvncserver_sockets.c deleted file mode 100644 index 348ea91d3..000000000 --- a/net/vino/files/patch-server_libvncserver_sockets.c +++ /dev/null @@ -1,30 +0,0 @@ ---- server/libvncserver/sockets.c.orig 2009-02-13 08:11:38.000000000 -0500 -+++ server/libvncserver/sockets.c 2009-03-07 20:19:28.000000000 -0500 -@@ -668,6 +669,11 @@ NewSocketListenTCP(struct sockaddr *addr - { - int sock = -1; - int one = 1; -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif -+#endif - - if ((sock = socket(addr->sa_family, SOCK_STREAM, 0)) < 0) - return -1; -@@ -677,6 +683,15 @@ NewSocketListenTCP(struct sockaddr *addr - return -1; - } - -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)) < 0) { -+ close(sock); -+ return -1; -+ } -+#endif -+#endif -+ - if (bind(sock, addr, len) < 0) { - close(sock); - return -1; diff --git a/net/vino/files/patch-server_vino-http.c b/net/vino/files/patch-server_vino-http.c deleted file mode 100644 index d51f95885..000000000 --- a/net/vino/files/patch-server_vino-http.c +++ /dev/null @@ -1,24 +0,0 @@ -Index: server/vino-http.c -diff -u -p server/vino-http.c.orig server/vino-http.c ---- server/vino-http.c.orig Tue Feb 27 19:47:35 2007 -+++ server/vino-http.c Sun Mar 25 20:56:41 2007 -@@ -595,6 +595,9 @@ vino_http_create_listening_socket (VinoH - { - #ifdef ENABLE_IPV6 - struct sockaddr_in6 saddr_in6; -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif - #endif - struct sockaddr_in saddr_in; - struct sockaddr *saddr; -@@ -621,6 +624,9 @@ vino_http_create_listening_socket (VinoH - - #ifdef ENABLE_IPV6 - sock = socket (AF_INET6, SOCK_STREAM, 0); -+#ifdef IPV6_V6ONLY -+ setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)); -+#endif - - memset (&saddr_in6, 0, sizeof (struct sockaddr_in6)); - saddr_in6.sin6_family = AF_INET6; diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr deleted file mode 100644 index f56a27700..000000000 --- a/net/vino/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Vino is a VNC server for GNOME - it allows someone to remotely connect -to your desktop session using the RFB protocol. - -WWW: http://www.gnome.org diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist deleted file mode 100644 index c065c6eff..000000000 --- a/net/vino/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/vino-passwd -bin/vino-preferences -etc/xdg/autostart/vino-server.desktop -libexec/vino-server -share/applications/vino-preferences.desktop -share/dbus-1/services/org.gnome.Vino.service -share/locale/ar/LC_MESSAGES/vino.mo -share/locale/as/LC_MESSAGES/vino.mo -share/locale/ast/LC_MESSAGES/vino.mo -share/locale/az/LC_MESSAGES/vino.mo -share/locale/be/LC_MESSAGES/vino.mo -share/locale/be@latin/LC_MESSAGES/vino.mo -share/locale/bg/LC_MESSAGES/vino.mo -share/locale/bn/LC_MESSAGES/vino.mo -share/locale/bn_IN/LC_MESSAGES/vino.mo -share/locale/bs/LC_MESSAGES/vino.mo -share/locale/ca/LC_MESSAGES/vino.mo -share/locale/ca@valencia/LC_MESSAGES/vino.mo -share/locale/cs/LC_MESSAGES/vino.mo -share/locale/cy/LC_MESSAGES/vino.mo -share/locale/da/LC_MESSAGES/vino.mo -share/locale/de/LC_MESSAGES/vino.mo -share/locale/dz/LC_MESSAGES/vino.mo -share/locale/el/LC_MESSAGES/vino.mo -share/locale/en_CA/LC_MESSAGES/vino.mo -share/locale/en_GB/LC_MESSAGES/vino.mo -share/locale/es/LC_MESSAGES/vino.mo -share/locale/et/LC_MESSAGES/vino.mo -share/locale/eu/LC_MESSAGES/vino.mo -share/locale/fa/LC_MESSAGES/vino.mo -share/locale/fi/LC_MESSAGES/vino.mo -share/locale/fr/LC_MESSAGES/vino.mo -share/locale/ga/LC_MESSAGES/vino.mo -share/locale/gl/LC_MESSAGES/vino.mo -share/locale/gu/LC_MESSAGES/vino.mo -share/locale/he/LC_MESSAGES/vino.mo -share/locale/hi/LC_MESSAGES/vino.mo -share/locale/hr/LC_MESSAGES/vino.mo -share/locale/hu/LC_MESSAGES/vino.mo -share/locale/id/LC_MESSAGES/vino.mo -share/locale/it/LC_MESSAGES/vino.mo -share/locale/ja/LC_MESSAGES/vino.mo -share/locale/ka/LC_MESSAGES/vino.mo -share/locale/kn/LC_MESSAGES/vino.mo -share/locale/ko/LC_MESSAGES/vino.mo -share/locale/ku/LC_MESSAGES/vino.mo -share/locale/lt/LC_MESSAGES/vino.mo -share/locale/lv/LC_MESSAGES/vino.mo -share/locale/mai/LC_MESSAGES/vino.mo -share/locale/mk/LC_MESSAGES/vino.mo -share/locale/ml/LC_MESSAGES/vino.mo -share/locale/mn/LC_MESSAGES/vino.mo -share/locale/mr/LC_MESSAGES/vino.mo -share/locale/ms/LC_MESSAGES/vino.mo -share/locale/nb/LC_MESSAGES/vino.mo -share/locale/ne/LC_MESSAGES/vino.mo -share/locale/nl/LC_MESSAGES/vino.mo -share/locale/nn/LC_MESSAGES/vino.mo -share/locale/oc/LC_MESSAGES/vino.mo -share/locale/or/LC_MESSAGES/vino.mo -share/locale/pa/LC_MESSAGES/vino.mo -share/locale/pl/LC_MESSAGES/vino.mo -share/locale/pt/LC_MESSAGES/vino.mo -share/locale/pt_BR/LC_MESSAGES/vino.mo -share/locale/ro/LC_MESSAGES/vino.mo -share/locale/ru/LC_MESSAGES/vino.mo -share/locale/rw/LC_MESSAGES/vino.mo -share/locale/si/LC_MESSAGES/vino.mo -share/locale/sk/LC_MESSAGES/vino.mo -share/locale/sl/LC_MESSAGES/vino.mo -share/locale/sq/LC_MESSAGES/vino.mo -share/locale/sr/LC_MESSAGES/vino.mo -share/locale/sr@latin/LC_MESSAGES/vino.mo -share/locale/sv/LC_MESSAGES/vino.mo -share/locale/ta/LC_MESSAGES/vino.mo -share/locale/te/LC_MESSAGES/vino.mo -share/locale/th/LC_MESSAGES/vino.mo -share/locale/tr/LC_MESSAGES/vino.mo -share/locale/ug/LC_MESSAGES/vino.mo -share/locale/uk/LC_MESSAGES/vino.mo -share/locale/vi/LC_MESSAGES/vino.mo -share/locale/wa/LC_MESSAGES/vino.mo -share/locale/xh/LC_MESSAGES/vino.mo -share/locale/zh_CN/LC_MESSAGES/vino.mo -share/locale/zh_HK/LC_MESSAGES/vino.mo -share/locale/zh_TW/LC_MESSAGES/vino.mo -%%DATADIR%%/vino-preferences.ui -%%DATADIR%%/vino-prompt.ui -%%DATADIR%%/webservices -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/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/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile deleted file mode 100644 index 7ea1ce9b2..000000000 --- a/palm/synce-gvfs/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: synce-gnomevfs -# Date created: 28 August 2003 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# -# $FreeBSD$ -# - -PORTNAME= synce-gvfs -PORTVERSION= 0.3.1 -CATEGORIES= palm -MASTER_SITES= SF/synce/SynCE-GNOME/0.14 - -MAINTAINER= avl@FreeBSD.org -COMMENT= GVFS module for access Windows Mobile devices - -EXTRACT_DEPENDS=${NONEXISTENT}:${GVFS_PORTDIR}:patch -LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 - -MAKE_JOBS_SAFE= yes - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gvfs -INSTALLS_ICONS= yes -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" - -GVFS_PORTDIR= ${PORTSDIR}/devel/gvfs -GVFS_WRKSRC_CMD=cd ${GVFS_PORTDIR} && ${MAKE} -V WRKSRC - - -post-extract: -.for dir in common daemon - ${CP} `${GVFS_WRKSRC_CMD}`/${dir}/*.[ch] ${WRKSRC}/gvfs/${dir} -.endfor - -.include <bsd.port.mk> diff --git a/palm/synce-gvfs/distinfo b/palm/synce-gvfs/distinfo deleted file mode 100644 index 204ffa456..000000000 --- a/palm/synce-gvfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (synce-gvfs-0.3.1.tar.gz) = 5b23845b40b102eef6e8e3c8c348aa76 -SHA256 (synce-gvfs-0.3.1.tar.gz) = 31a2362e4f4f8d98105ed79600d03adca7e21c590d6157a6f813400cd99ea719 -SIZE (synce-gvfs-0.3.1.tar.gz) = 355881 diff --git a/palm/synce-gvfs/pkg-descr b/palm/synce-gvfs/pkg-descr deleted file mode 100644 index 81aa54189..000000000 --- a/palm/synce-gvfs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is an implementation of a gvfs backend for SynCE. Gvfs is a -replacement for gnome-vfs, allowing applications to access a -variety of filesystems in userspace, in this case a Windows -Mobile device via SynCE. - -WWW: http://www.synce.org/moin/ diff --git a/palm/synce-gvfs/pkg-plist b/palm/synce-gvfs/pkg-plist deleted file mode 100644 index 85df253b0..000000000 --- a/palm/synce-gvfs/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -libexec/gvfsd-synce -share/gvfs/mounts/synce.mount -share/icons/gnome/22x22/apps/synce-gvfs.png -share/icons/gnome/48x48/apps/synce-gvfs.png -share/mime/application/x-pocket-excel.xml -share/mime/application/x-pocket-word.xml -share/mime/packages/synce-gvfs.xml -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/gvfs/mounts -@dirrmtry share/gvfs -@dirrmtry share/icons/gnome/22x22/apps -@dirrmtry share/icons/gnome/22x22 -@dirrmtry share/icons/gnome/48x48/apps -@dirrmtry share/icons/gnome/48x48 -@dirrmtry share/icons/gnome -@dirrmtry share/icons diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile deleted file mode 100644 index af2fafc20..000000000 --- a/print/freetype2/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: freetype -# Date created: January 24, 1998 -# Whom: jseger@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/print/freetype2/Makefile,v 1.18 2009/10/24 06:09:00 marcus Exp $ -# - -PORTNAME= freetype2 -PORTVERSION= 2.3.11 -CATEGORIES= print -MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ - http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ - http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/ \ - http://ftp.sunet.se/pub/text-processing/freetype/freetype2/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ - ftp://ftp.freetype.org/freetype/freetype2/ -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A free and portable TrueType font rendering engine - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -MAKE_ENV= TOP="" -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GNOME= gnometarget pkgconfig -LIBTOOLFILES= builds/unix/configure -CONFIGURE_ARGS= --disable-nls -CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix - -.if defined(WITH_LCD_FILTERING) -CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING -.endif - -.if defined(WITH_CJK) -#PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ -# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ -# http://bsdchat.com/dist/firefly-cjk-patchset/ -#PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz -#PATCH_DIST_STRIP+= -p1 -.endif - -pre-everything:: -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${ECHO_MSG} - @${ECHO_MSG} "You may want not to compile a bytecode interpreter into the" - @${ECHO_MSG} "TrueType driver. Without this you will only compile the code" - @${ECHO_MSG} "necessary to load TrueType glyphs without hinting." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITHOUT_TTF_BYTECODE_ENABLED=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are important patent issues related to the" - @${ECHO_MSG} "use of the interpreter." - @${ECHO_MSG} -.endif -.if !defined(WITH_LCD_FILTERING) - @${ECHO_MSG} - @${ECHO_MSG} "You may want to enable LCD filtering." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH_LCD_FILTERING=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are possible patent issues related to the" - @${ECHO_MSG} "use of the LCD filtering technology." - @${ECHO_MSG} -.endif - -pre-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/builds/unix/install.mk -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${REINPLACE_CMD} -e '/#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER/s,/\* \(.*\) \*/,\1,; /#define TT_CONFIG_OPTION_UNPATENTED_HINTING/s,^\(.*\),/* \1 \*/,' \ - ${WRKSRC}/include/freetype/config/ftoption.h -.endif - -post-configure: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup) - -.include <bsd.port.mk> diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo deleted file mode 100644 index cba91a34b..000000000 --- a/print/freetype2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freetype-2.3.11.tar.bz2) = 519c7cbf5cbd72ffa822c66844d3114c -SHA256 (freetype-2.3.11.tar.bz2) = 8a033b1e6018a1e9ea381b09b2347b02c6686bdf7e4ee86a6714b6b90f1e2ec9 -SIZE (freetype-2.3.11.tar.bz2) = 1446474 diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa deleted file mode 100644 index f18618ec8..000000000 --- a/print/freetype2/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- builds/unix/detect.mk.orig 2006-12-09 13:51:54.000000000 -0500 -+++ builds/unix/detect.mk 2007-07-06 12:55:05.000000000 -0400 -@@ -21,6 +21,9 @@ ifeq ($(PLATFORM),ansi) - is_unix := $(strip $(wildcard /sbin/init) \ - $(wildcard /usr/sbin/init) \ - $(wildcard /hurd/auth)) -+ # FreeBSD is "unix" so just mandate this to fix the build in -+ # jails that do not have init (see PR#113470). -+ is_unix := true - ifneq ($(is_unix),) - - PLATFORM := unix -@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix) - ifdef must_configure - ifneq ($(have_Makefile),) - # we are building FT2 not in the src tree -- $(TOP_DIR)/builds/unix/configure $(value CFG) -+# $(TOP_DIR)/builds/unix/configure $(value CFG) - else -- cd builds/unix; ./configure $(value CFG) -+# cd builds/unix; ./configure $(value CFG) - endif - endif - diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in deleted file mode 100644 index ca50202de..000000000 --- a/print/freetype2/files/patch-builds::unix::freetype-config.in +++ /dev/null @@ -1,17 +0,0 @@ ---- builds/unix/freetype-config.in.orig Sun Jan 9 21:18:15 2005 -+++ builds/unix/freetype-config.in Sun Jan 9 21:18:57 2005 -@@ -105,12 +105,8 @@ - fi - - if test "$echo_cflags" = "yes" ; then -- cflags="-I$includedir/freetype2" -- if test "$includedir" != "/usr/include" ; then -- echo $cflags -I$includedir -- else -- echo $cflags -- fi -+ cflags="-I@includedir@/freetype2 -I@includedir@" -+ echo $cflags - fi - - if test "$echo_libs" = "yes" ; then diff --git a/print/freetype2/pkg-descr b/print/freetype2/pkg-descr deleted file mode 100644 index 57ec2a4c6..000000000 --- a/print/freetype2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This includes some tools that are in FreeType 1's contrib directory. - -ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format. -ttf2pk: A simple conversion tool to bring TrueType quality to the - TeX world. -ttf2bdf: Produce bitmapped fonts from TrueType files for your X11 - applications. -ttfbanner: make posters using a TrueType font - -WWW: http://freetype.sourceforge.net/ diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist deleted file mode 100644 index fd0ccd25e..000000000 --- a/print/freetype2/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/freetype-config -include/freetype2/freetype/config/ftconfig.h -include/freetype2/freetype/config/ftheader.h -include/freetype2/freetype/config/ftmodule.h -include/freetype2/freetype/config/ftoption.h -include/freetype2/freetype/config/ftstdlib.h -include/freetype2/freetype/freetype.h -include/freetype2/freetype/ftadvanc.h -include/freetype2/freetype/ftbbox.h -include/freetype2/freetype/ftbdf.h -include/freetype2/freetype/ftbitmap.h -include/freetype2/freetype/ftcache.h -include/freetype2/freetype/ftchapters.h -include/freetype2/freetype/ftcid.h -include/freetype2/freetype/fterrdef.h -include/freetype2/freetype/fterrors.h -include/freetype2/freetype/ftgasp.h -include/freetype2/freetype/ftglyph.h -include/freetype2/freetype/ftgxval.h -include/freetype2/freetype/ftgzip.h -include/freetype2/freetype/ftimage.h -include/freetype2/freetype/ftincrem.h -include/freetype2/freetype/ftlcdfil.h -include/freetype2/freetype/ftlist.h -include/freetype2/freetype/ftlzw.h -include/freetype2/freetype/ftmac.h -include/freetype2/freetype/ftmm.h -include/freetype2/freetype/ftmodapi.h -include/freetype2/freetype/ftmoderr.h -include/freetype2/freetype/ftotval.h -include/freetype2/freetype/ftoutln.h -include/freetype2/freetype/ftpfr.h -include/freetype2/freetype/ftrender.h -include/freetype2/freetype/ftsizes.h -include/freetype2/freetype/ftsnames.h -include/freetype2/freetype/ftstroke.h -include/freetype2/freetype/ftsynth.h -include/freetype2/freetype/ftsystem.h -include/freetype2/freetype/fttrigon.h -include/freetype2/freetype/fttypes.h -include/freetype2/freetype/ftwinfnt.h -include/freetype2/freetype/ftxf86.h -include/freetype2/freetype/t1tables.h -include/freetype2/freetype/ttnameid.h -include/freetype2/freetype/tttables.h -include/freetype2/freetype/tttags.h -include/freetype2/freetype/ttunpat.h -include/ft2build.h -lib/libfreetype.a -lib/libfreetype.la -lib/libfreetype.so -lib/libfreetype.so.9 -libdata/pkgconfig/freetype2.pc -share/aclocal/freetype2.m4 -@dirrm include/freetype2/freetype/config -@dirrm include/freetype2/freetype -@dirrm include/freetype2 diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile deleted file mode 100644 index 469ae6b51..000000000 --- a/print/libspectre/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libspectre -# Date created: 2008-03-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= libspectre -PORTVERSION= 0.2.3 -CATEGORIES= print -MASTER_SITES= http://libspectre.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small library for rendering Postscript documents - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomehack gnomeprefix ltverhack -USE_GHOSTSCRIPT=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -.if defined(WITH_GHOSTSCRIPT_GNU) -IGNORE= Port will not work with ghostscript-gnu, please do not define WITH_GHOSTSCRIPT_GNU -.endif - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^ghostscript-gnu-[0-9]*'`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: ghostscript-gnu installed, please deinstall ghostscript-gnu"; \ - ${ECHO_CMD} "and use ghostscript-gpl. Make sure you don't have WITH_GHOSTSCRIPT_GNU"; \ - ${ECHO_CMD} "or GHOSTSCRIPT_PORT defined."; \ - ${FALSE}; \ - fi - -.include <bsd.port.mk> diff --git a/print/libspectre/distinfo b/print/libspectre/distinfo deleted file mode 100644 index a2603a21e..000000000 --- a/print/libspectre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libspectre-0.2.3.tar.gz) = 9c5867e970d1bad5f80809bfdb4306c1 -SHA256 (libspectre-0.2.3.tar.gz) = 0cc4e30b9379a383894e2559c5e2125dd90f814106b4628459d90db9b5ac8b41 -SIZE (libspectre-0.2.3.tar.gz) = 352308 diff --git a/print/libspectre/pkg-descr b/print/libspectre/pkg-descr deleted file mode 100644 index 63383bb8b..000000000 --- a/print/libspectre/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A small library for rendering Postscript documents - -WWW: http://libspectre.freedesktop.org/wiki/ diff --git a/print/libspectre/pkg-plist b/print/libspectre/pkg-plist deleted file mode 100644 index ad5024a0b..000000000 --- a/print/libspectre/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/libspectre/spectre-document.h -include/libspectre/spectre-exporter.h -include/libspectre/spectre-macros.h -include/libspectre/spectre-page.h -include/libspectre/spectre-render-context.h -include/libspectre/spectre-status.h -include/libspectre/spectre-version.h -include/libspectre/spectre.h -lib/libspectre.a -lib/libspectre.la -lib/libspectre.so -lib/libspectre.so.1 -libdata/pkgconfig/libspectre.pc -@dirrm include/libspectre diff --git a/security/gir-repository-gnome-keyring/Makefile b/security/gir-repository-gnome-keyring/Makefile deleted file mode 100644 index a122eb089..000000000 --- a/security/gir-repository-gnome-keyring/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gnome-keyring -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gnome-keyring - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile deleted file mode 100644 index 5208ba524..000000000 --- a/security/gnome-keyring/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.84 2009/10/18 01:56:41 avl Exp $ -# - -PORTNAME= gnome-keyring -PORTVERSION= 2.28.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets - -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.16:${PORTSDIR}/security/libgcrypt - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= gnome-keyring.schemas - -.include <bsd.port.mk> diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo deleted file mode 100644 index 7c047bb5a..000000000 --- a/security/gnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-2.28.1.tar.bz2) = 1139f46c99a1b0c01009ed2eae3f4a0a -SHA256 (gnome2/gnome-keyring-2.28.1.tar.bz2) = 549a85092d4bbd08cbae4becd9be0a9f40f371498303eda1aa9aa3a27458aa91 -SIZE (gnome2/gnome-keyring-2.28.1.tar.bz2) = 2759424 diff --git a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c b/security/gnome-keyring/files/patch-pam_gkr-pam-client.c deleted file mode 100644 index 05a0306e6..000000000 --- a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400 -+++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400 -@@ -96,12 +96,12 @@ check_peer_same_uid (int sock) - struct xucred xuc; - socklen_t xuc_len = sizeof (xuc); - -- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -- xuc_len == sizeof (xuc)) { -+ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -+ xuc.cr_version == XUCRED_VERSION) { - uid = xuc.cr_uid; - } else { - syslog (GKR_LOG_ERR, "could not get gnome-keyring-daemon socket credentials, " -- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc)); -+ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION); - return -1; - } - diff --git a/security/gnome-keyring/pkg-descr b/security/gnome-keyring/pkg-descr deleted file mode 100644 index 75ce77c6d..000000000 --- a/security/gnome-keyring/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gnome-keyring is a program that keep password and other secrets for -users. It is run as a damon in the session, similar to ssh-agent, and -other applications can locate it by an environment variable. - -The program can manage several keyrings, each with its own master -password, and there is also a session keyring which is never stored to -disk, but forgotten when the session ends. - -The library libgnome-keyring is used by applications to integrate with -the gnome keyring system. However, at this point the library hasn't been -tested and used enought to consider the API to be publically -exposed. Therefore use of libgnome-keyring is at the moment limited to -internal use in the gnome desktop. However, we hope that the -gnome-keyring API will turn out useful and good, so that later it -can be made public for any application to use. - --- Gnome-keyring README diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist deleted file mode 100644 index 95a3ba266..000000000 --- a/security/gnome-keyring/pkg-plist +++ /dev/null @@ -1,233 +0,0 @@ -bin/gnome-keyring -bin/gnome-keyring-daemon -etc/xdg/autostart/gnome-keyring-daemon.desktop -include/gcr/gcr-certificate-basics-widget.h -include/gcr/gcr-certificate-details-widget.h -include/gcr/gcr-certificate.h -include/gcr/gcr-importer.h -include/gcr/gcr-parser.h -include/gcr/gcr-types.h -include/gcr/gcr.h -include/gnome-keyring-1/gnome-keyring-memory.h -include/gnome-keyring-1/gnome-keyring-result.h -include/gnome-keyring-1/gnome-keyring.h -include/gp11/gp11.h -include/gp11/pkcs11.h -include/gp11/pkcs11g.h -include/gp11/pkcs11n.h -lib/gnome-keyring/devel/gck-ssh-store-standalone.a -lib/gnome-keyring/devel/gck-ssh-store-standalone.la -lib/gnome-keyring/devel/gck-ssh-store-standalone.so -lib/gnome-keyring/devel/gck-user-store-standalone.a -lib/gnome-keyring/devel/gck-user-store-standalone.la -lib/gnome-keyring/devel/gck-user-store-standalone.so -lib/gnome-keyring/gnome-keyring-pkcs11.a -lib/gnome-keyring/gnome-keyring-pkcs11.la -lib/gnome-keyring/gnome-keyring-pkcs11.so -lib/gnome-keyring/standalone/gck-roots-store-standalone.a -lib/gnome-keyring/standalone/gck-roots-store-standalone.la -lib/gnome-keyring/standalone/gck-roots-store-standalone.so -lib/libgcr.a -lib/libgcr.la -lib/libgcr.so -lib/libgcr.so.0 -lib/libgnome-keyring.a -lib/libgnome-keyring.la -lib/libgnome-keyring.so -lib/libgnome-keyring.so.0 -lib/libgp11.a -lib/libgp11.la -lib/libgp11.so -lib/libgp11.so.0 -lib/pam_gnome_keyring.a -lib/pam_gnome_keyring.la -lib/pam_gnome_keyring.so -libdata/pkgconfig/gcr-0.pc -libdata/pkgconfig/gnome-keyring-1.pc -libdata/pkgconfig/gp11-0.pc -libexec/gnome-keyring-ask -share/dbus-1/services/org.gnome.keyring.service -share/doc/gcr/GcrCertificateBasicsWidget.html -share/doc/gcr/GcrCertificateDetailsWidget.html -share/doc/gcr/GcrImporter.html -share/doc/gcr/GcrParser.html -share/doc/gcr/GcrSimpleCertificate.html -share/doc/gcr/ch01.html -share/doc/gcr/gcr-GcrImportDialog.html -share/doc/gcr/gcr-GcrTokenManager.html -share/doc/gcr/gcr-GcrXxx.html -share/doc/gcr/gcr-gcr-certificate.html -share/doc/gcr/gcr-gcr-types.html -share/doc/gcr/gcr.devhelp -share/doc/gcr/gcr.devhelp2 -share/doc/gcr/home.png -share/doc/gcr/index.html -share/doc/gcr/index.sgml -share/doc/gcr/left.png -share/doc/gcr/right.png -share/doc/gcr/style.css -share/doc/gcr/up.png -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-acl.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-attributes.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-daemon.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-find.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-item-info.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-items.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-keyrings.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-memory.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-misc.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-network.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-password.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-result.html -%%DOCSDIR%%/gnome-keyring.devhelp -%%DOCSDIR%%/gnome-keyring.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/doc/gp11/ch01.html -share/doc/gp11/gp11-gp11-attribute.html -share/doc/gp11/gp11-gp11-attributes.html -share/doc/gp11/gp11-gp11-error.html -share/doc/gp11/gp11-gp11-misc.html -share/doc/gp11/gp11-gp11-module.html -share/doc/gp11/gp11-gp11-object.html -share/doc/gp11/gp11-gp11-session.html -share/doc/gp11/gp11-gp11-slot.html -share/doc/gp11/gp11.devhelp -share/doc/gp11/gp11.devhelp2 -share/doc/gp11/home.png -share/doc/gp11/index.html -share/doc/gp11/index.sgml -share/doc/gp11/left.png -share/doc/gp11/right.png -share/doc/gp11/style.css -share/doc/gp11/up.png -share/gcr/ui/gcr-certificate-basics-widget.ui -share/gcr/ui/gcr-import-dialog.ui -share/locale/ar/LC_MESSAGES/gnome-keyring.mo -share/locale/as/LC_MESSAGES/gnome-keyring.mo -share/locale/ast/LC_MESSAGES/gnome-keyring.mo -share/locale/az/LC_MESSAGES/gnome-keyring.mo -share/locale/be/LC_MESSAGES/gnome-keyring.mo -share/locale/be@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/bg/LC_MESSAGES/gnome-keyring.mo -share/locale/bn/LC_MESSAGES/gnome-keyring.mo -share/locale/bn_IN/LC_MESSAGES/gnome-keyring.mo -share/locale/bs/LC_MESSAGES/gnome-keyring.mo -share/locale/ca/LC_MESSAGES/gnome-keyring.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-keyring.mo -share/locale/cs/LC_MESSAGES/gnome-keyring.mo -share/locale/cy/LC_MESSAGES/gnome-keyring.mo -share/locale/da/LC_MESSAGES/gnome-keyring.mo -share/locale/de/LC_MESSAGES/gnome-keyring.mo -share/locale/dz/LC_MESSAGES/gnome-keyring.mo -share/locale/el/LC_MESSAGES/gnome-keyring.mo -share/locale/en_CA/LC_MESSAGES/gnome-keyring.mo -share/locale/en_GB/LC_MESSAGES/gnome-keyring.mo -share/locale/es/LC_MESSAGES/gnome-keyring.mo -share/locale/et/LC_MESSAGES/gnome-keyring.mo -share/locale/eu/LC_MESSAGES/gnome-keyring.mo -share/locale/fa/LC_MESSAGES/gnome-keyring.mo -share/locale/fi/LC_MESSAGES/gnome-keyring.mo -share/locale/fr/LC_MESSAGES/gnome-keyring.mo -share/locale/ga/LC_MESSAGES/gnome-keyring.mo -share/locale/gl/LC_MESSAGES/gnome-keyring.mo -share/locale/gu/LC_MESSAGES/gnome-keyring.mo -share/locale/he/LC_MESSAGES/gnome-keyring.mo -share/locale/hi/LC_MESSAGES/gnome-keyring.mo -share/locale/hr/LC_MESSAGES/gnome-keyring.mo -share/locale/hu/LC_MESSAGES/gnome-keyring.mo -share/locale/id/LC_MESSAGES/gnome-keyring.mo -share/locale/is/LC_MESSAGES/gnome-keyring.mo -share/locale/it/LC_MESSAGES/gnome-keyring.mo -share/locale/ja/LC_MESSAGES/gnome-keyring.mo -share/locale/ka/LC_MESSAGES/gnome-keyring.mo -share/locale/kn/LC_MESSAGES/gnome-keyring.mo -share/locale/ko/LC_MESSAGES/gnome-keyring.mo -share/locale/lt/LC_MESSAGES/gnome-keyring.mo -share/locale/lv/LC_MESSAGES/gnome-keyring.mo -share/locale/mai/LC_MESSAGES/gnome-keyring.mo -share/locale/mg/LC_MESSAGES/gnome-keyring.mo -share/locale/mk/LC_MESSAGES/gnome-keyring.mo -share/locale/ml/LC_MESSAGES/gnome-keyring.mo -share/locale/mn/LC_MESSAGES/gnome-keyring.mo -share/locale/mr/LC_MESSAGES/gnome-keyring.mo -share/locale/ms/LC_MESSAGES/gnome-keyring.mo -share/locale/nb/LC_MESSAGES/gnome-keyring.mo -share/locale/ne/LC_MESSAGES/gnome-keyring.mo -share/locale/nl/LC_MESSAGES/gnome-keyring.mo -share/locale/nn/LC_MESSAGES/gnome-keyring.mo -share/locale/oc/LC_MESSAGES/gnome-keyring.mo -share/locale/or/LC_MESSAGES/gnome-keyring.mo -share/locale/pa/LC_MESSAGES/gnome-keyring.mo -share/locale/pl/LC_MESSAGES/gnome-keyring.mo -share/locale/pt/LC_MESSAGES/gnome-keyring.mo -share/locale/pt_BR/LC_MESSAGES/gnome-keyring.mo -share/locale/ro/LC_MESSAGES/gnome-keyring.mo -share/locale/ru/LC_MESSAGES/gnome-keyring.mo -share/locale/rw/LC_MESSAGES/gnome-keyring.mo -share/locale/si/LC_MESSAGES/gnome-keyring.mo -share/locale/sk/LC_MESSAGES/gnome-keyring.mo -share/locale/sl/LC_MESSAGES/gnome-keyring.mo -share/locale/sq/LC_MESSAGES/gnome-keyring.mo -share/locale/sr/LC_MESSAGES/gnome-keyring.mo -share/locale/sr@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/sv/LC_MESSAGES/gnome-keyring.mo -share/locale/ta/LC_MESSAGES/gnome-keyring.mo -share/locale/te/LC_MESSAGES/gnome-keyring.mo -share/locale/th/LC_MESSAGES/gnome-keyring.mo -share/locale/tr/LC_MESSAGES/gnome-keyring.mo -share/locale/uk/LC_MESSAGES/gnome-keyring.mo -share/locale/vi/LC_MESSAGES/gnome-keyring.mo -share/locale/xh/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo -@dirrm share/doc/gp11 -@dirrm %%DOCSDIR%% -@dirrm share/doc/gcr -@dirrm lib/gnome-keyring/standalone -@dirrm lib/gnome-keyring/devel -@dirrm lib/gnome-keyring -@dirrm include/gp11 -@dirrm include/gnome-keyring-1 -@dirrm include/gcr -@dirrm share/gcr/ui -@dirrm share/gcr -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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 diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile deleted file mode 100644 index 60a808ed5..000000000 --- a/security/seahorse-plugins/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection makefile for: seahorse-plugins -# Date created: 06 August 2008 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.17 2009/09/23 10:49:23 kwm Exp $ -# - -PORTNAME= seahorse-plugins -PORTVERSION= 2.28.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plug-ins for the Seahorse key and password management application - -LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GECKO= libxul -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= NAUTILUS "Enable the Nautilus component" on \ - GEDIT "Enable GEdit plug-in support" on \ - APPLET "Enable clipboard encryption applet" on -#EPIPHANY "Enable Epiphany plug-in support" on - -GCONF_SCHEMAS= seahorse-plugins.schemas -MAN1= seahorse-agent.1 seahorse-tool.1 - -.include <bsd.port.pre.mk> - -.if ${GECKO}=="libxul" -CONFIGURE_ARGS+=--with-gecko=libxul-unstable -.else -CONFIGURE_ARGS+=--with-gecko=${GECKO} -.endif - -.if !defined(WITHOUT_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -GCONF_SCHEMAS+= seahorse-gedit.schemas -.else -PLIST_SUB+= GEDIT="@comment " -CONFIGURE_ARGS+=--disable-gedit -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+=--disable-nautilus -.endif - -#.if !defined(WITHOUT_EPIPHANY) -#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26" -#.else -CONFIGURE_ARGS+=--disable-epiphany -PLIST_SUB+= EPHY="@comment " -#.endif - -.if !defined(WITHOUT_APPLET) -USE_GNOME+= gnomepanel -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - -e 's|epiphany-2.24|epiphany-2.26|g' \ - -e 's|2.24|2.26|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo deleted file mode 100644 index f8ddd7b77..000000000 --- a/security/seahorse-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-plugins-2.28.1.tar.bz2) = cec5ef8b94c16798f53a5876d3718b91 -SHA256 (gnome2/seahorse-plugins-2.28.1.tar.bz2) = e04f9bba2d0527951cb15367e285d0f75de6392b140ca4183a70cec3fef7e97e -SIZE (gnome2/seahorse-plugins-2.28.1.tar.bz2) = 1315429 diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c deleted file mode 100644 index 70d1c9261..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c +++ /dev/null @@ -1,10 +0,0 @@ ---- agent/seahorse-agent-cache.c.orig 2009-08-01 15:25:55.000000000 -0400 -+++ agent/seahorse-agent-cache.c 2009-08-01 15:23:38.000000000 -0400 -@@ -237,6 +237,7 @@ seahorse_agent_cache_init () - g_cache = - g_hash_table_new_full (g_str_hash, g_str_equal, NULL, destroy_cache_item); - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_if_fail (GPG_IS_OK (err)); - diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c deleted file mode 100644 index 4ecd84940..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c +++ /dev/null @@ -1,32 +0,0 @@ ---- agent/seahorse-agent-io.c.orig Sun Aug 28 15:52:02 2005 -+++ agent/seahorse-agent-io.c Fri Oct 7 21:51:25 2005 -@@ -412,12 +412,18 @@ io_handler (GIOChannel *source, GIOCondi - gsize length; - GError *err = NULL; - gboolean ret = TRUE; -+ GIOStatus status; - - if (condition & G_IO_IN) { - /* Read 1 line from the io channel, including newline character */ -- g_io_channel_read_line (source, &string, &length, NULL, &err); -+ status = g_io_channel_read_line (source, &string, &length, NULL, &err); - -- if (err != NULL) { -+ if (status == G_IO_STATUS_EOF) { -+ free_conn (cn); -+ ret = FALSE; -+ } -+ -+ else if (err != NULL) { - g_critical ("couldn't read from socket: %s", err->message); - g_clear_error (&err); - free_conn (cn); -@@ -434,7 +440,7 @@ io_handler (GIOChannel *source, GIOCondi - g_free (string); - } - -- if (cn && condition & G_IO_HUP) { -+ else if (cn && condition & G_IO_HUP) { - free_conn (cn); - ret = FALSE; /* removes watch */ - } diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h b/security/seahorse-plugins/files/patch-agent_seahorse-agent.h deleted file mode 100644 index 7ba32051e..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/seahorse-agent.h.orig 2008-08-06 01:22:16.000000000 -0400 -+++ agent/seahorse-agent.h 2008-08-06 01:22:27.000000000 -0400 -@@ -22,6 +22,8 @@ - #ifndef __SEAHORSE_AGENT_H__ - #define __SEAHORSE_AGENT_H__ - -+#include <sys/types.h> -+ - #include <glib.h> - #include <gconf/gconf-client.h> - #include <gconf/gconf.h> diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c deleted file mode 100644 index 16c64303b..000000000 --- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libseahorse/seahorse-pgp-operation.c.orig 2009-08-01 15:26:28.000000000 -0400 -+++ libseahorse/seahorse-pgp-operation.c 2009-08-01 15:23:41.000000000 -0400 -@@ -323,6 +323,7 @@ seahorse_pgp_operation_init (SeahorsePGP - gpgme_error_t err; - gpgme_ctx_t ctx; - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_if_fail (GPG_IS_OK (err)); - diff --git a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c b/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c deleted file mode 100644 index d423b6b59..000000000 --- a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c +++ /dev/null @@ -1,23 +0,0 @@ ---- plugins/nautilus/seahorse-tool.c.orig 2009-08-01 15:27:07.000000000 -0400 -+++ plugins/nautilus/seahorse-tool.c 2009-08-01 15:23:46.000000000 -0400 -@@ -171,6 +171,9 @@ prompt_recipients (gpgme_key_t *signkey) - - if (recips) { - -+ gpgme_check_version (NULL); -+ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP); -+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - gerr = gpgme_new (&ctx); - g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - -@@ -327,6 +330,10 @@ prompt_signer () - - id = cryptui_keyset_key_raw_keyid (keyset, signer); - g_free (signer); -+ -+ gpgme_check_version (NULL); -+ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP); -+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - - gerr = gpgme_new (&ctx); - g_return_val_if_fail (GPG_IS_OK (gerr), NULL); diff --git a/security/seahorse-plugins/pkg-descr b/security/seahorse-plugins/pkg-descr deleted file mode 100644 index 1fda4fd5d..000000000 --- a/security/seahorse-plugins/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -These are various plug-ins for the Seahorse security management application. -They serve to extend Seahorse, and to integrate Seahorse into other -applications such as Nautilus, GEdit, etc. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse-plugins/pkg-plist b/security/seahorse-plugins/pkg-plist deleted file mode 100644 index ece59b733..000000000 --- a/security/seahorse-plugins/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -bin/seahorse-agent -bin/seahorse-preferences -bin/seahorse-tool -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.a -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.la -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.so -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/seahorse.ephy-extension -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.a -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.la -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.so -%%GEDIT%%lib/gedit-2/plugins/seahorse-pgp.gedit-plugin -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.so -lib/seahorse/seahorse-applet -libdata/bonobo/servers/GNOME_SeahorseApplet.server -share/applications/seahorse-pgp-encrypted.desktop -share/applications/seahorse-pgp-keys.desktop -share/applications/seahorse-pgp-preferences.desktop -share/applications/seahorse-pgp-signature.desktop -share/gnome-2.0/ui/GNOME_SeahorseApplet.xml -share/gnome/help/seahorse-applet/C/legal.xml -share/gnome/help/seahorse-applet/C/seahorse-applet.xml -share/gnome/help/seahorse-applet/es/seahorse-applet.xml -share/gnome/help/seahorse-applet/fr/seahorse-applet.xml -share/gnome/help/seahorse-applet/it/seahorse-applet.xml -share/gnome/help/seahorse-applet/oc/seahorse-applet.xml -share/gnome/help/seahorse-applet/ru/seahorse-applet.xml -share/gnome/help/seahorse-applet/sv/seahorse-applet.xml -share/gnome/help/seahorse-applet/vi/seahorse-applet.xml -share/gnome/help/seahorse-plugins/C/legal.xml -share/gnome/help/seahorse-plugins/C/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ca/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/cs/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/de/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/el/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/en_GB/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/es/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/fr/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/it/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/oc/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ru/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/sv/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/vi/seahorse-plugins.xml -share/icons/hicolor/48x48/apps/seahorse-applet.png -share/icons/hicolor/scalable/apps/seahorse-applet.svg -share/locale/ar/LC_MESSAGES/seahorse-plugins.mo -share/locale/as/LC_MESSAGES/seahorse-plugins.mo -share/locale/az/LC_MESSAGES/seahorse-plugins.mo -share/locale/be@latin/LC_MESSAGES/seahorse-plugins.mo -share/locale/bg/LC_MESSAGES/seahorse-plugins.mo -share/locale/bn/LC_MESSAGES/seahorse-plugins.mo -share/locale/bn_IN/LC_MESSAGES/seahorse-plugins.mo -share/locale/br/LC_MESSAGES/seahorse-plugins.mo -share/locale/ca/LC_MESSAGES/seahorse-plugins.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse-plugins.mo -share/locale/cs/LC_MESSAGES/seahorse-plugins.mo -share/locale/da/LC_MESSAGES/seahorse-plugins.mo -share/locale/de/LC_MESSAGES/seahorse-plugins.mo -share/locale/dz/LC_MESSAGES/seahorse-plugins.mo -share/locale/el/LC_MESSAGES/seahorse-plugins.mo -share/locale/en_CA/LC_MESSAGES/seahorse-plugins.mo -share/locale/en_GB/LC_MESSAGES/seahorse-plugins.mo -share/locale/es/LC_MESSAGES/seahorse-plugins.mo -share/locale/et/LC_MESSAGES/seahorse-plugins.mo -share/locale/eu/LC_MESSAGES/seahorse-plugins.mo -share/locale/fi/LC_MESSAGES/seahorse-plugins.mo -share/locale/fr/LC_MESSAGES/seahorse-plugins.mo -share/locale/ga/LC_MESSAGES/seahorse-plugins.mo -share/locale/gl/LC_MESSAGES/seahorse-plugins.mo -share/locale/gu/LC_MESSAGES/seahorse-plugins.mo -share/locale/he/LC_MESSAGES/seahorse-plugins.mo -share/locale/hi/LC_MESSAGES/seahorse-plugins.mo -share/locale/hr/LC_MESSAGES/seahorse-plugins.mo -share/locale/hu/LC_MESSAGES/seahorse-plugins.mo -share/locale/it/LC_MESSAGES/seahorse-plugins.mo -share/locale/ja/LC_MESSAGES/seahorse-plugins.mo -share/locale/kn/LC_MESSAGES/seahorse-plugins.mo -share/locale/ko/LC_MESSAGES/seahorse-plugins.mo -share/locale/ku/LC_MESSAGES/seahorse-plugins.mo -share/locale/lt/LC_MESSAGES/seahorse-plugins.mo -share/locale/lv/LC_MESSAGES/seahorse-plugins.mo -share/locale/mai/LC_MESSAGES/seahorse-plugins.mo -share/locale/mk/LC_MESSAGES/seahorse-plugins.mo -share/locale/ml/LC_MESSAGES/seahorse-plugins.mo -share/locale/mr/LC_MESSAGES/seahorse-plugins.mo -share/locale/ms/LC_MESSAGES/seahorse-plugins.mo -share/locale/nb/LC_MESSAGES/seahorse-plugins.mo -share/locale/ne/LC_MESSAGES/seahorse-plugins.mo -share/locale/nl/LC_MESSAGES/seahorse-plugins.mo -share/locale/nn/LC_MESSAGES/seahorse-plugins.mo -share/locale/oc/LC_MESSAGES/seahorse-plugins.mo -share/locale/or/LC_MESSAGES/seahorse-plugins.mo -share/locale/pa/LC_MESSAGES/seahorse-plugins.mo -share/locale/pl/LC_MESSAGES/seahorse-plugins.mo -share/locale/pt/LC_MESSAGES/seahorse-plugins.mo -share/locale/pt_BR/LC_MESSAGES/seahorse-plugins.mo -share/locale/ru/LC_MESSAGES/seahorse-plugins.mo -share/locale/rw/LC_MESSAGES/seahorse-plugins.mo -share/locale/si/LC_MESSAGES/seahorse-plugins.mo -share/locale/sk/LC_MESSAGES/seahorse-plugins.mo -share/locale/sl/LC_MESSAGES/seahorse-plugins.mo -share/locale/sq/LC_MESSAGES/seahorse-plugins.mo -share/locale/sr/LC_MESSAGES/seahorse-plugins.mo -share/locale/sr@latin/LC_MESSAGES/seahorse-plugins.mo -share/locale/sv/LC_MESSAGES/seahorse-plugins.mo -share/locale/ta/LC_MESSAGES/seahorse-plugins.mo -share/locale/te/LC_MESSAGES/seahorse-plugins.mo -share/locale/th/LC_MESSAGES/seahorse-plugins.mo -share/locale/tr/LC_MESSAGES/seahorse-plugins.mo -share/locale/uk/LC_MESSAGES/seahorse-plugins.mo -share/locale/vi/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_CN/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_HK/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_TW/LC_MESSAGES/seahorse-plugins.mo -share/mime/packages/seahorse.xml -share/omf/seahorse-applet/seahorse-applet-C.omf -share/omf/seahorse-applet/seahorse-applet-es.omf -share/omf/seahorse-applet/seahorse-applet-fr.omf -share/omf/seahorse-applet/seahorse-applet-it.omf -share/omf/seahorse-applet/seahorse-applet-oc.omf -share/omf/seahorse-applet/seahorse-applet-ru.omf -share/omf/seahorse-applet/seahorse-applet-sv.omf -share/omf/seahorse-applet/seahorse-applet-vi.omf -share/omf/seahorse-plugins/seahorse-plugins-C.omf -share/omf/seahorse-plugins/seahorse-plugins-ca.omf -share/omf/seahorse-plugins/seahorse-plugins-cs.omf -share/omf/seahorse-plugins/seahorse-plugins-de.omf -share/omf/seahorse-plugins/seahorse-plugins-el.omf -share/omf/seahorse-plugins/seahorse-plugins-en_GB.omf -share/omf/seahorse-plugins/seahorse-plugins-es.omf -share/omf/seahorse-plugins/seahorse-plugins-fr.omf -share/omf/seahorse-plugins/seahorse-plugins-it.omf -share/omf/seahorse-plugins/seahorse-plugins-oc.omf -share/omf/seahorse-plugins/seahorse-plugins-ru.omf -share/omf/seahorse-plugins/seahorse-plugins-sv.omf -share/omf/seahorse-plugins/seahorse-plugins-vi.omf -share/pixmaps/seahorse-applet.svg -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-encrypted.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-key.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-signed.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-text.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-unknown.png -share/pixmaps/seahorse-plugins/22x22/seahorse-key-personal.png -share/pixmaps/seahorse-plugins/22x22/seahorse-key.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-encrypted.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-key.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-signed.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-text.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-unknown.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet.png -share/pixmaps/seahorse-plugins/48x48/seahorse-key-personal.png -share/pixmaps/seahorse-plugins/48x48/seahorse-key.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign.png -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-encrypted.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-key.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-signed.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-text.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-unknown.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-person.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign.svg -%%DATADIR%%/glade/seahorse-agent-cache.glade -%%DATADIR%%/glade/seahorse-applet-preferences.glade -%%DATADIR%%/glade/seahorse-multi-encrypt.glade -%%DATADIR%%/glade/seahorse-notify.glade -%%DATADIR%%/glade/seahorse-prefs.glade -%%DATADIR%%/glade/seahorse-progress.glade -%%EPHY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%/extensions -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -@dirrmtry share/pixmaps/seahorse-plugins/scalable -@dirrmtry share/pixmaps/seahorse-plugins/48x48 -@dirrmtry share/pixmaps/seahorse-plugins/22x22 -@dirrmtry share/pixmaps/seahorse-plugins -@dirrm share/omf/seahorse-plugins -@dirrm share/omf/seahorse-applet -@dirrm share/gnome/help/seahorse-plugins/vi -@dirrm share/gnome/help/seahorse-plugins/sv -@dirrm share/gnome/help/seahorse-plugins/ru -@dirrm share/gnome/help/seahorse-plugins/oc -@dirrm share/gnome/help/seahorse-plugins/it -@dirrm share/gnome/help/seahorse-plugins/fr -@dirrm share/gnome/help/seahorse-plugins/es -@dirrm share/gnome/help/seahorse-plugins/en_GB -@dirrm share/gnome/help/seahorse-plugins/el -@dirrm share/gnome/help/seahorse-plugins/de -@dirrm share/gnome/help/seahorse-plugins/cs -@dirrm share/gnome/help/seahorse-plugins/ca -@dirrm share/gnome/help/seahorse-plugins/C -@dirrm share/gnome/help/seahorse-plugins -@dirrm share/gnome/help/seahorse-applet/vi -@dirrm share/gnome/help/seahorse-applet/sv -@dirrm share/gnome/help/seahorse-applet/ru -@dirrm share/gnome/help/seahorse-applet/oc -@dirrm share/gnome/help/seahorse-applet/it -@dirrm share/gnome/help/seahorse-applet/fr -@dirrm share/gnome/help/seahorse-applet/es -@dirrm share/gnome/help/seahorse-applet/C -@dirrm share/gnome/help/seahorse-applet -@dirrmtry share/applications -@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 -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index 970790c5e..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: Seahorse -# Date created: 08 March 2000 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.87 2009/09/22 08:57:35 kwm Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 2.28.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME application for managing encryption keys (PGP, SSH) - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_XORG= sm -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse-daemon.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - NOTIFY "Enable libnotify support" on \ - MDNS "Enable mDNS key sharing" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+=--disable-ldap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-sharing -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo deleted file mode 100644 index ee99c6c64..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-2.28.1.tar.bz2) = c49d4d9bcfe7620081df517ab939f67b -SHA256 (gnome2/seahorse-2.28.1.tar.bz2) = 67a1ae5eaceca6306a6a740c8753c5a6c4b511cfbf8a8031a78ae61297ced0a0 -SIZE (gnome2/seahorse-2.28.1.tar.bz2) = 2397687 diff --git a/security/seahorse/files/patch-daemon_seahorse-hkp-server.c b/security/seahorse/files/patch-daemon_seahorse-hkp-server.c deleted file mode 100644 index 1880aad32..000000000 --- a/security/seahorse/files/patch-daemon_seahorse-hkp-server.c +++ /dev/null @@ -1,13 +0,0 @@ ---- daemon/seahorse-hkp-server.c.orig 2009-08-01 15:25:02.000000000 -0400 -+++ daemon/seahorse-hkp-server.c 2009-08-01 15:23:27.000000000 -0400 -@@ -467,7 +467,9 @@ seahorse_hkp_server_start(GError **err) - /* Initialize GPGME context */ - if (gpgme_ctx == NULL) { - gpgme_protocol_t proto = GPGME_PROTOCOL_OpenPGP; -- gpgme_error_t err = gpgme_engine_check_version (proto); -+ gpgme_error_t err; -+ gpgme_check_version (NULL); -+ err = gpgme_engine_check_version (proto); - g_return_val_if_fail (GPG_IS_OK (err), FALSE); - - err = gpgme_new (&gpgme_ctx); diff --git a/security/seahorse/files/patch-pgp_seahorse-gpgme-source.c b/security/seahorse/files/patch-pgp_seahorse-gpgme-source.c deleted file mode 100644 index b036a8157..000000000 --- a/security/seahorse/files/patch-pgp_seahorse-gpgme-source.c +++ /dev/null @@ -1,10 +0,0 @@ ---- pgp/seahorse-gpgme-source.c.orig 2009-08-01 15:24:28.000000000 -0400 -+++ pgp/seahorse-gpgme-source.c 2009-08-01 15:23:24.000000000 -0400 -@@ -139,6 +139,7 @@ init_gpgme (gpgme_ctx_t *ctx) - gpgme_protocol_t proto = GPGME_PROTOCOL_OpenPGP; - gpgme_error_t err; - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_val_if_fail (GPG_IS_OK (err), err); - diff --git a/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c b/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c deleted file mode 100644 index 1c7acece0..000000000 --- a/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c +++ /dev/null @@ -1,19 +0,0 @@ ---- ssh/seahorse-ssh-operation.c.orig 2009-04-12 10:29:33.000000000 -0400 -+++ ssh/seahorse-ssh-operation.c 2009-04-19 20:44:50.000000000 -0400 -@@ -281,11 +281,14 @@ askpass_handler (GIOChannel *source, GIO - const gchar *result = NULL; - - if (condition & G_IO_IN) { -+ GIOStatus status; - - /* Read 1 line from the io channel, including newline character */ -- g_io_channel_read_line (source, &string, &length, NULL, &err); -+ status = g_io_channel_read_line (source, &string, &length, NULL, &err); - -- if (err != NULL) { -+ if (status == G_IO_STATUS_EOF) { -+ ret = FALSE; -+ } else if (err != NULL) { - g_critical ("couldn't read from seahorse-ssh-askpass: %s", err->message); - g_clear_error (&err); - ret = FALSE; diff --git a/security/seahorse/pkg-descr b/security/seahorse/pkg-descr deleted file mode 100644 index ea4098271..000000000 --- a/security/seahorse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. - -It is a tool for secure communications and data storage. -Data encryption and digital signature creation can easily -be performed through a GUI and Key Management operations -can easily be carried out through an intuitive interface. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist deleted file mode 100644 index a15a34c04..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,327 +0,0 @@ -bin/seahorse -bin/seahorse-daemon -etc/xdg/autostart/seahorse-daemon.desktop -include/libcryptui/cryptui-key-chooser.h -include/libcryptui/cryptui-key-combo.h -include/libcryptui/cryptui-key-list.h -include/libcryptui/cryptui-key-store.h -include/libcryptui/cryptui-keyset.h -include/libcryptui/cryptui.h -lib/libcryptui.a -lib/libcryptui.la -lib/libcryptui.so -lib/libcryptui.so.0 -lib/seahorse/seahorse-ssh-askpass -lib/seahorse/xloadimage -libdata/pkgconfig/cryptui-0.0.pc -share/applications/seahorse.desktop -share/dbus-1/services/org.gnome.seahorse.service -share/doc/libcryptui/ch01.html -share/doc/libcryptui/home.png -share/doc/libcryptui/index.html -share/doc/libcryptui/index.sgml -share/doc/libcryptui/left.png -share/doc/libcryptui/libcryptui-CryptUIKeyChooser.html -share/doc/libcryptui/libcryptui-CryptUIKeyStore.html -share/doc/libcryptui/libcryptui-CryptUIKeyset.html -share/doc/libcryptui/libcryptui-cryptui-defines.html -share/doc/libcryptui/libcryptui-cryptui-key-combo.html -share/doc/libcryptui/libcryptui-cryptui-key-list.html -share/doc/libcryptui/libcryptui-cryptui-marshal.html -share/doc/libcryptui/libcryptui-cryptui.html -share/doc/libcryptui/libcryptui.devhelp -share/doc/libcryptui/libcryptui.devhelp2 -share/doc/libcryptui/right.png -share/doc/libcryptui/style.css -share/doc/libcryptui/up.png -share/doc/libseahorse/api-index-full.html -share/doc/libseahorse/ch01.html -share/doc/libseahorse/home.png -share/doc/libseahorse/index.html -share/doc/libseahorse/index.sgml -share/doc/libseahorse/left.png -share/doc/libseahorse/libseahorse-SeahorseCommands.html -share/doc/libseahorse/libseahorse-SeahorseContext.html -share/doc/libseahorse/libseahorse-SeahorseKeyserverControl.html -share/doc/libseahorse/libseahorse-SeahorseMultiOperation.html -share/doc/libseahorse/libseahorse-SeahorseObject.html -share/doc/libseahorse/libseahorse-SeahorseObjectModel.html -share/doc/libseahorse/libseahorse-SeahorseObjectWidget.html -share/doc/libseahorse/libseahorse-SeahorseSecureEntry.html -share/doc/libseahorse/libseahorse-SeahorseServiceDiscovery.html -share/doc/libseahorse/libseahorse-SeahorseSet.html -share/doc/libseahorse/libseahorse-SeahorseSetModel.html -share/doc/libseahorse/libseahorse-SeahorseUnknown.html -share/doc/libseahorse/libseahorse-SeahorseUnknownSource.html -share/doc/libseahorse/libseahorse-SeahorseWidget.html -share/doc/libseahorse/libseahorse-SeahorseXxx.html -share/doc/libseahorse/libseahorse-seahorse-check-button-control.html -share/doc/libseahorse/libseahorse-seahorse-combo-keys.html -share/doc/libseahorse/libseahorse-seahorse-gconf.html -share/doc/libseahorse/libseahorse-seahorse-gtkstock.html -share/doc/libseahorse/libseahorse-seahorse-libdialogs.html -share/doc/libseahorse/libseahorse-seahorse-marshal.html -share/doc/libseahorse/libseahorse-seahorse-passphrase.html -share/doc/libseahorse/libseahorse-seahorse-prefs.html -share/doc/libseahorse/libseahorse-seahorse-progress.html -share/doc/libseahorse/libseahorse-seahorse-secure-memory.html -share/doc/libseahorse/libseahorse-seahorse-servers.html -share/doc/libseahorse/libseahorse-seahorse-source.html -share/doc/libseahorse/libseahorse-seahorse-transfer-operation.html -share/doc/libseahorse/libseahorse-seahorse-types.html -share/doc/libseahorse/libseahorse-seahorse-unix-signal.html -share/doc/libseahorse/libseahorse-seahorse-util.html -share/doc/libseahorse/libseahorse-seahorse-validity.html -share/doc/libseahorse/libseahorse-seahorse-view.html -share/doc/libseahorse/libseahorse.devhelp -share/doc/libseahorse/libseahorse.devhelp2 -share/doc/libseahorse/object-tree.html -share/doc/libseahorse/right.png -share/doc/libseahorse/style.css -share/doc/libseahorse/up.png -share/gnome/help/seahorse/C/figures/seahorse-window.png -share/gnome/help/seahorse/C/legal.xml -share/gnome/help/seahorse/C/seahorse.xml -share/gnome/help/seahorse/ca/figures/seahorse-window.png -share/gnome/help/seahorse/ca/seahorse.xml -share/gnome/help/seahorse/cs/figures/seahorse-window.png -share/gnome/help/seahorse/cs/seahorse.xml -share/gnome/help/seahorse/de/figures/seahorse-window.png -share/gnome/help/seahorse/de/seahorse.xml -share/gnome/help/seahorse/el/figures/seahorse-window.png -share/gnome/help/seahorse/el/seahorse.xml -share/gnome/help/seahorse/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse/en_GB/seahorse.xml -share/gnome/help/seahorse/es/figures/seahorse-window.png -share/gnome/help/seahorse/es/seahorse.xml -share/gnome/help/seahorse/eu/figures/seahorse-window.png -share/gnome/help/seahorse/eu/seahorse.xml -share/gnome/help/seahorse/fr/figures/seahorse-window.png -share/gnome/help/seahorse/fr/seahorse.xml -share/gnome/help/seahorse/it/figures/seahorse-window.png -share/gnome/help/seahorse/it/seahorse.xml -share/gnome/help/seahorse/oc/figures/seahorse-window.png -share/gnome/help/seahorse/oc/seahorse.xml -share/gnome/help/seahorse/ru/figures/seahorse-window.png -share/gnome/help/seahorse/ru/seahorse.xml -share/gnome/help/seahorse/sv/figures/seahorse-window.png -share/gnome/help/seahorse/sv/seahorse.xml -share/gnome/help/seahorse/vi/figures/seahorse-window.png -share/gnome/help/seahorse/vi/seahorse.xml -share/icons/hicolor/16x16/apps/seahorse-preferences.png -share/icons/hicolor/16x16/apps/seahorse.png -share/icons/hicolor/22x22/apps/seahorse-preferences.png -share/icons/hicolor/22x22/apps/seahorse.png -share/icons/hicolor/24x24/apps/seahorse-preferences.png -share/icons/hicolor/24x24/apps/seahorse.png -share/icons/hicolor/32x32/apps/seahorse-preferences.png -share/icons/hicolor/32x32/apps/seahorse.png -share/icons/hicolor/48x48/apps/seahorse-preferences.png -share/icons/hicolor/48x48/apps/seahorse.png -share/locale/ar/LC_MESSAGES/seahorse.mo -share/locale/as/LC_MESSAGES/seahorse.mo -share/locale/az/LC_MESSAGES/seahorse.mo -share/locale/be@latin/LC_MESSAGES/seahorse.mo -share/locale/bg/LC_MESSAGES/seahorse.mo -share/locale/bn/LC_MESSAGES/seahorse.mo -share/locale/bn_IN/LC_MESSAGES/seahorse.mo -share/locale/br/LC_MESSAGES/seahorse.mo -share/locale/ca/LC_MESSAGES/seahorse.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse.mo -share/locale/cs/LC_MESSAGES/seahorse.mo -share/locale/cy/LC_MESSAGES/seahorse.mo -share/locale/da/LC_MESSAGES/seahorse.mo -share/locale/de/LC_MESSAGES/seahorse.mo -share/locale/dz/LC_MESSAGES/seahorse.mo -share/locale/el/LC_MESSAGES/seahorse.mo -share/locale/en_CA/LC_MESSAGES/seahorse.mo -share/locale/en_GB/LC_MESSAGES/seahorse.mo -share/locale/es/LC_MESSAGES/seahorse.mo -share/locale/et/LC_MESSAGES/seahorse.mo -share/locale/eu/LC_MESSAGES/seahorse.mo -share/locale/fi/LC_MESSAGES/seahorse.mo -share/locale/fr/LC_MESSAGES/seahorse.mo -share/locale/ga/LC_MESSAGES/seahorse.mo -share/locale/gl/LC_MESSAGES/seahorse.mo -share/locale/gu/LC_MESSAGES/seahorse.mo -share/locale/he/LC_MESSAGES/seahorse.mo -share/locale/hi/LC_MESSAGES/seahorse.mo -share/locale/hr/LC_MESSAGES/seahorse.mo -share/locale/hu/LC_MESSAGES/seahorse.mo -share/locale/it/LC_MESSAGES/seahorse.mo -share/locale/ja/LC_MESSAGES/seahorse.mo -share/locale/kn/LC_MESSAGES/seahorse.mo -share/locale/ku/LC_MESSAGES/seahorse.mo -share/locale/ko/LC_MESSAGES/seahorse.mo -share/locale/lt/LC_MESSAGES/seahorse.mo -share/locale/lv/LC_MESSAGES/seahorse.mo -share/locale/mai/LC_MESSAGES/seahorse.mo -share/locale/mk/LC_MESSAGES/seahorse.mo -share/locale/ml/LC_MESSAGES/seahorse.mo -share/locale/mr/LC_MESSAGES/seahorse.mo -share/locale/ms/LC_MESSAGES/seahorse.mo -share/locale/nb/LC_MESSAGES/seahorse.mo -share/locale/ne/LC_MESSAGES/seahorse.mo -share/locale/nl/LC_MESSAGES/seahorse.mo -share/locale/nn/LC_MESSAGES/seahorse.mo -share/locale/oc/LC_MESSAGES/seahorse.mo -share/locale/or/LC_MESSAGES/seahorse.mo -share/locale/pa/LC_MESSAGES/seahorse.mo -share/locale/pl/LC_MESSAGES/seahorse.mo -share/locale/pt/LC_MESSAGES/seahorse.mo -share/locale/pt_BR/LC_MESSAGES/seahorse.mo -share/locale/ru/LC_MESSAGES/seahorse.mo -share/locale/rw/LC_MESSAGES/seahorse.mo -share/locale/si/LC_MESSAGES/seahorse.mo -share/locale/sk/LC_MESSAGES/seahorse.mo -share/locale/sl/LC_MESSAGES/seahorse.mo -share/locale/sq/LC_MESSAGES/seahorse.mo -share/locale/sr/LC_MESSAGES/seahorse.mo -share/locale/sr@latin/LC_MESSAGES/seahorse.mo -share/locale/sv/LC_MESSAGES/seahorse.mo -share/locale/ta/LC_MESSAGES/seahorse.mo -share/locale/te/LC_MESSAGES/seahorse.mo -share/locale/th/LC_MESSAGES/seahorse.mo -share/locale/tr/LC_MESSAGES/seahorse.mo -share/locale/uk/LC_MESSAGES/seahorse.mo -share/locale/vi/LC_MESSAGES/seahorse.mo -share/locale/zh_CN/LC_MESSAGES/seahorse.mo -share/locale/zh_HK/LC_MESSAGES/seahorse.mo -share/locale/zh_TW/LC_MESSAGES/seahorse.mo -share/omf/seahorse/seahorse-C.omf -share/omf/seahorse/seahorse-ca.omf -share/omf/seahorse/seahorse-cs.omf -share/omf/seahorse/seahorse-de.omf -share/omf/seahorse/seahorse-el.omf -share/omf/seahorse/seahorse-en_GB.omf -share/omf/seahorse/seahorse-es.omf -share/omf/seahorse/seahorse-eu.omf -share/omf/seahorse/seahorse-fr.omf -share/omf/seahorse/seahorse-it.omf -share/omf/seahorse/seahorse-oc.omf -share/omf/seahorse/seahorse-ru.omf -share/omf/seahorse/seahorse-sv.omf -share/omf/seahorse/seahorse-vi.omf -share/pixmaps/seahorse/22x22/seahorse-key-personal.png -share/pixmaps/seahorse/22x22/seahorse-key-ssh.png -share/pixmaps/seahorse/22x22/seahorse-key.png -share/pixmaps/seahorse/22x22/seahorse-person.png -share/pixmaps/seahorse/22x22/seahorse-share-keys.png -share/pixmaps/seahorse/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse/22x22/seahorse-sign.png -share/pixmaps/seahorse/48x48/seahorse-key-personal.png -share/pixmaps/seahorse/48x48/seahorse-key-ssh.png -share/pixmaps/seahorse/48x48/seahorse-key.png -share/pixmaps/seahorse/48x48/seahorse-person.png -share/pixmaps/seahorse/48x48/seahorse-share-keys.png -share/pixmaps/seahorse/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse/48x48/seahorse-sign.png -share/pixmaps/seahorse/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse/scalable/seahorse-key.svg -share/pixmaps/seahorse/scalable/seahorse-person.svg -share/pixmaps/seahorse/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse/scalable/seahorse-sign.svg -%%DATADIR%%/ui/seahorse-add-keyring.xml -%%DATADIR%%/ui/seahorse-add-keyserver.xml -%%DATADIR%%/ui/seahorse-add-subkey.xml -%%DATADIR%%/ui/seahorse-add-uid.xml -%%DATADIR%%/ui/seahorse-change-passphrase.xml -%%DATADIR%%/ui/seahorse-expires.xml -%%DATADIR%%/ui/seahorse-generate-select.xml -%%DATADIR%%/ui/seahorse-gkr-add-item.xml -%%DATADIR%%/ui/seahorse-gkr-item-properties.xml -%%DATADIR%%/ui/seahorse-gkr-keyring.xml -%%DATADIR%%/ui/seahorse-key-manager.ui -%%DATADIR%%/ui/seahorse-key-manager.xml -%%DATADIR%%/ui/seahorse-keyserver-results.ui -%%DATADIR%%/ui/seahorse-keyserver-results.xml -%%DATADIR%%/ui/seahorse-keyserver-search.xml -%%DATADIR%%/ui/seahorse-keyserver-sync.xml -%%DATADIR%%/ui/seahorse-notify.xml -%%DATADIR%%/ui/seahorse-pgp-generate.xml -%%DATADIR%%/ui/seahorse-pgp-private-key-properties.xml -%%DATADIR%%/ui/seahorse-pgp-public-key-properties.xml -%%DATADIR%%/ui/seahorse-prefs.xml -%%DATADIR%%/ui/seahorse-progress.xml -%%DATADIR%%/ui/seahorse-revoke.xml -%%DATADIR%%/ui/seahorse-sign.xml -%%DATADIR%%/ui/seahorse-signer.xml -%%DATADIR%%/ui/seahorse-ssh-generate.xml -%%DATADIR%%/ui/seahorse-ssh-key-properties.xml -%%DATADIR%%/ui/seahorse-ssh-upload.xml -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrm share/pixmaps/seahorse/scalable -@dirrm share/pixmaps/seahorse/48x48 -@dirrm share/pixmaps/seahorse/22x22 -@dirrm share/pixmaps/seahorse -@dirrm share/omf/seahorse -@dirrm share/gnome/help/seahorse/vi/figures -@dirrm share/gnome/help/seahorse/vi -@dirrm share/gnome/help/seahorse/sv/figures -@dirrm share/gnome/help/seahorse/sv -@dirrm share/gnome/help/seahorse/ru/figures -@dirrm share/gnome/help/seahorse/ru -@dirrm share/gnome/help/seahorse/oc/figures -@dirrm share/gnome/help/seahorse/oc -@dirrm share/gnome/help/seahorse/it/figures -@dirrm share/gnome/help/seahorse/it -@dirrm share/gnome/help/seahorse/fr/figures -@dirrm share/gnome/help/seahorse/fr -@dirrm share/gnome/help/seahorse/eu/figures -@dirrm share/gnome/help/seahorse/eu -@dirrm share/gnome/help/seahorse/es/figures -@dirrm share/gnome/help/seahorse/es -@dirrm share/gnome/help/seahorse/en_GB/figures -@dirrm share/gnome/help/seahorse/en_GB -@dirrm share/gnome/help/seahorse/el/figures -@dirrm share/gnome/help/seahorse/el -@dirrm share/gnome/help/seahorse/de/figures -@dirrm share/gnome/help/seahorse/de -@dirrm share/gnome/help/seahorse/cs/figures -@dirrm share/gnome/help/seahorse/cs -@dirrm share/gnome/help/seahorse/ca/figures -@dirrm share/gnome/help/seahorse/ca -@dirrm share/gnome/help/seahorse/C/figures -@dirrm share/gnome/help/seahorse/C -@dirrm share/gnome/help/seahorse -@dirrm share/doc/libseahorse -@dirrm share/doc/libcryptui -@dirrmtry share/applications -@dirrm lib/seahorse -@dirrm include/libcryptui -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile deleted file mode 100644 index 5fa9d2ba9..000000000 --- a/security/tuntun/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: tuntun -# Date created: 2008-09-16 -# Whom: Anderson S. Ferreira <anderson@cnpm.embrapa.br> -# -# $FreeBSD$ -# - -PORTNAME= tuntun -PORTVERSION= 0.3.1 -PORTREVISION= 1 -CATEGORIES= security gnome -MASTER_SITES= http://tuntun.googlecode.com/files/ - -MAINTAINER= anderson@cnpm.embrapa.br -COMMENT= A Gnome applet gui for OpenVPN - -BROKEN= Conflict between shipped code and glib. - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ - LIBS="`pkg-config --libs libgnomeui-2.0`" -CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers -USE_GMAKE= yes - -USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20 - -.include <bsd.port.mk> diff --git a/security/tuntun/distinfo b/security/tuntun/distinfo deleted file mode 100644 index 4bc5cfab2..000000000 --- a/security/tuntun/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tuntun-0.3.1.tar.gz) = 0bd7807e466cb2ea133a9478d4d15e61 -SHA256 (tuntun-0.3.1.tar.gz) = 4d4abca12fbf430402ef0189cfaf1a2d6551cf3faa570b81d18500503c004819 -SIZE (tuntun-0.3.1.tar.gz) = 558837 diff --git a/security/tuntun/files/patch-gnio b/security/tuntun/files/patch-gnio deleted file mode 100644 index e8ca5df1d..000000000 --- a/security/tuntun/files/patch-gnio +++ /dev/null @@ -1,46 +0,0 @@ ---- gnio.build.patch.orig 2008-09-16 08:20:43.000000000 -0300 -+++ gnio.build.patch 2008-09-16 11:08:44.000000000 -0300 -@@ -31,3 +31,43 @@ - bld.install_files('PREFIX', 'include/gnio', 'gnio/gi*.h') - bld.install_files('PREFIX', 'include/gnio', 'gnio/gn*.h') - bld.install_files('PREFIX', 'include/gnio', 'gnio/gr*.h') -+--- gnio/gnio/ginet4address.c.orig 2008-06-16 09:00:35.000000000 -0300 -++++ gnio/gnio/ginet4address.c 2008-09-16 09:39:55.000000000 -0300 -+@@ -23,6 +23,7 @@ -+ -+ #include <config.h> -+ #include <glib.h> -++#include <sys/types.h> -+ -+ #ifndef G_OS_WIN32 -+ # include <netinet/in.h> -+--- gnio/gnio/ginet6address.c.orig 2008-06-16 09:00:35.000000000 -0300 -++++ gnio/gnio/ginet6address.c 2008-09-16 09:39:55.000000000 -0300 -+@@ -27,6 +27,7 @@ -+ -+ #include <netinet/in.h> -+ #include <arpa/inet.h> -++#include <sys/socket.h> -+ -+ #include "ginet6address.h" -+ -+--- gnio/gnio/gresolver.c.orig 2008-07-09 18:15:16.000000000 -0300 -++++ gnio/gnio/gresolver.c 2008-09-16 09:39:55.000000000 -0300 -+@@ -24,6 +24,7 @@ -+ #include <config.h> -+ #include <glib.h> -+ #include <gio/gio.h> -++#include <sys/socket.h> -+ -+ #include <string.h> -+ #ifndef G_OS_WIN32 -+--- gnio/gnio/gsocket.c.orig 2008-07-09 18:15:16.000000000 -0300 -++++ gnio/gnio/gsocket.c 2008-09-16 09:39:55.000000000 -0300 -+@@ -27,6 +27,7 @@ -+ #include <gnio/gnio.h> -+ #include "gasynchelper.h" -+ #include "gnioenums.h" -++#include <sys/socket.h> -+ -+ #include <string.h> -+ #ifndef G_OS_WIN32 diff --git a/security/tuntun/files/patch-po b/security/tuntun/files/patch-po deleted file mode 100644 index c1116dd98..000000000 --- a/security/tuntun/files/patch-po +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig 2008-09-16 11:15:56.000000000 -0300 -+++ po/Makefile.in.in 2008-09-16 11:16:40.000000000 -0300 -@@ -44,7 +44,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - --GMSGFMT = @GMSGFMT@ -+GMSGFMT = @MSGFMT@ - MSGFMT = @MSGFMT@ - XGETTEXT = @XGETTEXT@ - INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ diff --git a/security/tuntun/files/patch-tuntun.server b/security/tuntun/files/patch-tuntun.server deleted file mode 100644 index b8f75c012..000000000 --- a/security/tuntun/files/patch-tuntun.server +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tuntun.server.in 2008-09-16 11:10:52.000000000 -0300 -+++ src/tuntun.server.in 2008-09-16 11:11:36.000000000 -0300 -@@ -1,6 +1,6 @@ - <oaf_info> - <oaf_server iid="OAFIID:GNOME_Tuntun_Factory" type="exe" -- location="/usr/lib/gnome-applets/tuntun"> -+ location="/usr/local/libexec/tuntun"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Bonobo/GenericFactory:1.0"/> diff --git a/security/tuntun/pkg-descr b/security/tuntun/pkg-descr deleted file mode 100644 index c529ce002..000000000 --- a/security/tuntun/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Tuntun is an applet for Gnome panel that manage a list of vpn connections -through the OpenVPN Management Interface. - -Main features - - * Simple & lightweight just a client GUI to start/stop your OpenVPN tunnels - and nothing more - * Integrated with the Gnome Desktop (support for the Keyring and notification - daemon) - * Support for Auth and Private-Key OpenVPN authentication methods - - WWW: http://code.google.com/p/tuntun/ diff --git a/security/tuntun/pkg-plist b/security/tuntun/pkg-plist deleted file mode 100644 index 48b0bb647..000000000 --- a/security/tuntun/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -libdata/bonobo/servers/tuntun.server -libexec/tuntun -share/locale/it/LC_MESSAGES/tuntun.mo -share/locale/lv/LC_MESSAGES/tuntun.mo -share/pixmaps/tuntun-icon.png -share/tuntun/ui/tuntun.ui -share/tuntun/ui/tuntun-auth-dialog.ui -share/tuntun/pixmaps/tuntun.png -share/tuntun/pixmaps/tuntun_act_1.png -share/tuntun/pixmaps/tuntun_act_2.png -share/tuntun/pixmaps/connect.png -share/tuntun/pixmaps/connected.png -share/tuntun/pixmaps/disconnect.png -share/tuntun/pixmaps/not_connected.png -share/tuntun/pixmaps/unknown.png -share/doc/tuntun/AUTHORS -share/doc/tuntun/COPYING -share/doc/tuntun/ChangeLog -share/doc/tuntun/INSTALL -share/doc/tuntun/NEWS -share/doc/tuntun/README -@dirrm share/doc/tuntun -@dirrm share/tuntun/pixmaps -@dirrm share/tuntun/ui -@dirrm share/tuntun diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile deleted file mode 100644 index 1eb5ef5e0..000000000 --- a/sysutils/brasero/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: bonfire -# Date created: 2006-05-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.58 2009/10/20 18:46:55 kwm Exp $ - -PORTNAME= brasero -PORTVERSION= 2.28.2 -PORTREVISION= 1 -CATEGORIES= sysutils audio multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= CD/DVD mastering tool for the GNOME desktop - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser -RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - cdrdao:${PORTSDIR}/sysutils/cdrdao - -USE_GETTEXT= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_XORG= sm -USE_GNOME= intlhack gnomeprefix gnomehack -USE_LDCONFIG= yes -USE_GSTREAMER= gconf core -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= brasero.1 -GCONF_SCHEMAS= brasero.schemas - -OPTIONS= NAUTILUS "Enable Nautilus extension" on \ - LIBBURNIA "Enable libburnia plug-ins" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+=--enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+=--enable-nautilus=no -.endif - -.if defined(WITH_LIBBURNIA) -LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \ - isofs.6:${PORTSDIR}/devel/libisofs -CONFIGURE_ARGS+=--enable-libburnia -PLIST_SUB+= LIBBURNIA="" -.else -PLIST_SUB+= LIBBURNIA="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo deleted file mode 100644 index ad6a5f30b..000000000 --- a/sysutils/brasero/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/brasero-2.28.2.tar.bz2) = 7a6ab4befeadbc2ad21bd1195a840097 -SHA256 (gnome2/brasero-2.28.2.tar.bz2) = 7c3493b1f4e90b4b9a4bcf155c1cd85142bb24a038cc5baa8defdad8526650df -SIZE (gnome2/brasero-2.28.2.tar.bz2) = 4072165 diff --git a/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c b/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c deleted file mode 100644 index e342112f8..000000000 --- a/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c +++ /dev/null @@ -1,27 +0,0 @@ ---- libbrasero-media/scsi-cam.c.orig 2009-09-25 10:39:03.000000000 -0400 -+++ libbrasero-media/scsi-cam.c 2009-10-10 13:30:06.000000000 -0400 -@@ -184,6 +184,8 @@ brasero_device_handle_open (const gchar - handle->fd = fd; - } - else { -+ int serrno; -+ - if (code) { - if (errno == EAGAIN - || errno == EWOULDBLOCK -@@ -193,6 +195,15 @@ brasero_device_handle_open (const gchar - *code = BRASERO_SCSI_ERRNO; - } - -+ serrno = errno; -+ -+ if (fd > -1) -+ close (fd); -+ if (cam) -+ cam_close_device (cam); -+ -+ errno = serrno; -+ - return NULL; - } - diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr deleted file mode 100644 index 38ff4ebc9..000000000 --- a/sysutils/brasero/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -CD/DVD mastering tool for the gnome desktop. It has been designed to be -simple and easy to use. - -Features: -Data CD/DVD: -- supports edition of discs contents -- can burn data CD/DVD on the fly -- supports multisession -- supports joliet extension -- can write the image to the hard drive -Audio CD: -- write CD-TEXT information (automatically found thanks to gstreamer) -- supports the edition of CD-TEXT information -- can burn audio CD on the fly -- can use all audio files handled by Gstreamer local installation -- can search for audio files inside dropped folders -CD/DVD copy: -- can copy a CD/DVD to the hard drive -- can copy DVD and CD on the fly -- supports single-session data DVD -- supports any kind of CD - -WWW: http://projects.gnome.org/brasero/ diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist deleted file mode 100644 index cef48951d..000000000 --- a/sysutils/brasero/pkg-plist +++ /dev/null @@ -1,502 +0,0 @@ -bin/brasero -include/brasero/brasero-blank-dialog.h -include/brasero/brasero-burn-dialog.h -include/brasero/brasero-burn-lib.h -include/brasero/brasero-burn-options.h -include/brasero/brasero-burn.h -include/brasero/brasero-drive-selection.h -include/brasero/brasero-drive.h -include/brasero/brasero-enums.h -include/brasero/brasero-error.h -include/brasero/brasero-media.h -include/brasero/brasero-medium-monitor.h -include/brasero/brasero-medium-selection.h -include/brasero/brasero-medium.h -include/brasero/brasero-session-cfg.h -include/brasero/brasero-session-span.h -include/brasero/brasero-session.h -include/brasero/brasero-status.h -include/brasero/brasero-sum-dialog.h -include/brasero/brasero-tags.h -include/brasero/brasero-tool-dialog.h -include/brasero/brasero-track-data-cfg.h -include/brasero/brasero-track-data.h -include/brasero/brasero-track-disc.h -include/brasero/brasero-track-image-cfg.h -include/brasero/brasero-track-image.h -include/brasero/brasero-track-stream-cfg.h -include/brasero/brasero-track-stream.h -include/brasero/brasero-track-type.h -include/brasero/brasero-track.h -include/brasero/brasero-units.h -include/brasero/brasero-volume.h -lib/brasero/plugins/libbrasero-burn-uri.la -lib/brasero/plugins/libbrasero-burn-uri.so -lib/brasero/plugins/libbrasero-cdrdao.la -lib/brasero/plugins/libbrasero-cdrdao.so -lib/brasero/plugins/libbrasero-cdrecord.la -lib/brasero/plugins/libbrasero-cdrecord.so -lib/brasero/plugins/libbrasero-checksum-file.la -lib/brasero/plugins/libbrasero-checksum-file.so -lib/brasero/plugins/libbrasero-checksum.la -lib/brasero/plugins/libbrasero-checksum.so -lib/brasero/plugins/libbrasero-dvdauthor.la -lib/brasero/plugins/libbrasero-dvdauthor.so -lib/brasero/plugins/libbrasero-dvdcss.la -lib/brasero/plugins/libbrasero-dvdcss.so -lib/brasero/plugins/libbrasero-dvdrwformat.la -lib/brasero/plugins/libbrasero-dvdrwformat.so -lib/brasero/plugins/libbrasero-genisoimage.la -lib/brasero/plugins/libbrasero-genisoimage.so -lib/brasero/plugins/libbrasero-growisofs.la -lib/brasero/plugins/libbrasero-growisofs.so -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.la -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.so -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.la -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.so -lib/brasero/plugins/libbrasero-local-track.la -lib/brasero/plugins/libbrasero-local-track.so -lib/brasero/plugins/libbrasero-mkisofs.la -lib/brasero/plugins/libbrasero-mkisofs.so -lib/brasero/plugins/libbrasero-normalize.la -lib/brasero/plugins/libbrasero-normalize.so -lib/brasero/plugins/libbrasero-readcd.la -lib/brasero/plugins/libbrasero-readcd.so -lib/brasero/plugins/libbrasero-readom.la -lib/brasero/plugins/libbrasero-readom.so -lib/brasero/plugins/libbrasero-toc2cue.la -lib/brasero/plugins/libbrasero-toc2cue.so -lib/brasero/plugins/libbrasero-transcode.la -lib/brasero/plugins/libbrasero-transcode.so -lib/brasero/plugins/libbrasero-vcdimager.la -lib/brasero/plugins/libbrasero-vcdimager.so -lib/brasero/plugins/libbrasero-vob.la -lib/brasero/plugins/libbrasero-vob.so -lib/brasero/plugins/libbrasero-wodim.la -lib/brasero/plugins/libbrasero-wodim.so -lib/libbrasero-burn.la -lib/libbrasero-burn.so -lib/libbrasero-burn.so.2 -lib/libbrasero-media.la -lib/libbrasero-media.so -lib/libbrasero-media.so.2 -lib/libbrasero-utils.la -lib/libbrasero-utils.so -lib/libbrasero-utils.so.2 -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.so -libdata/pkgconfig/libbrasero-burn.pc -libdata/pkgconfig/libbrasero-media.pc -share/applications/brasero.desktop -share/applications/brasero-copy-medium.desktop -%%NAUTILUS%%share/applications/brasero-nautilus.desktop -share/doc/libbrasero-burn/api-index-full.html -share/doc/libbrasero-burn/ch01.html -share/doc/libbrasero-burn/home.png -share/doc/libbrasero-burn/index.html -share/doc/libbrasero-burn/index.sgml -share/doc/libbrasero-burn/left.png -share/doc/libbrasero-burn/libbrasero-burn-BraseroBlankDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurn.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnOptions.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnSession.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroSessionCfg.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroSessionSpan.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroSumDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroToolDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrack.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackData.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackDataCfg.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackDisc.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackImage.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackImageCfg.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackStream.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackStreamCfg.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-burn-lib.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-enums.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-error.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-status.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-tags.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-track-type.html -share/doc/libbrasero-burn/libbrasero-burn.devhelp -share/doc/libbrasero-burn/libbrasero-burn.devhelp2 -share/doc/libbrasero-burn/object-tree.html -share/doc/libbrasero-burn/right.png -share/doc/libbrasero-burn/style.css -share/doc/libbrasero-burn/up.png -share/doc/libbrasero-media/api-index-full.html -share/doc/libbrasero-media/ch01.html -share/doc/libbrasero-media/home.png -share/doc/libbrasero-media/index.html -share/doc/libbrasero-media/index.sgml -share/doc/libbrasero-media/left.png -share/doc/libbrasero-media/libbrasero-media-BraseroDrive.html -share/doc/libbrasero-media/libbrasero-media-BraseroDriveSelection.html -share/doc/libbrasero-media/libbrasero-media-BraseroMedium.html -share/doc/libbrasero-media/libbrasero-media-BraseroMediumMonitor.html -share/doc/libbrasero-media/libbrasero-media-BraseroMediumSelection.html -share/doc/libbrasero-media/libbrasero-media-BraseroVolume.html -share/doc/libbrasero-media/libbrasero-media-brasero-media.html -share/doc/libbrasero-media/libbrasero-media-brasero-units.html -share/doc/libbrasero-media/libbrasero-media.devhelp -share/doc/libbrasero-media/libbrasero-media.devhelp2 -share/doc/libbrasero-media/object-tree.html -share/doc/libbrasero-media/right.png -share/doc/libbrasero-media/style.css -share/doc/libbrasero-media/up.png -%%DATADIR%%/icons/hicolor/16x16/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/16x16/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/16x16/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/transform-crop-and-resize.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/22x22/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/22x22/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/22x22/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/transform-crop-and-resize.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/24x24/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/24x24/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/24x24/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/transform-crop-and-resize.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/32x32/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/32x32/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/32x32/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/48x48/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/scalable/actions/insert-pause.svg -%%DATADIR%%/icons/hicolor/scalable/actions/iso-image-burn.svg -%%DATADIR%%/icons/hicolor/scalable/actions/iso-image-new.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-audio-new.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-blank.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-burn.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-copy.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-data-new.svg -%%DATADIR%%/icons/hicolor/scalable/actions/transform-crop-and-resize.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-00.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-05.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-10.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-15.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-20.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-25.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-30.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-35.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-40.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-45.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-50.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-55.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-60.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-65.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-70.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-75.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-80.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-85.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-90.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-95.svg -%%DATADIR%%/logo.png -share/gnome/help/brasero/C/brasero.xml -share/gnome/help/brasero/C/figures/brasero_main.png -share/gnome/help/brasero/C/legal.xml -share/gnome/help/brasero/ca/brasero.xml -share/gnome/help/brasero/ca/figures/brasero_main.png -share/gnome/help/brasero/cs/brasero.xml -share/gnome/help/brasero/cs/figures/brasero_main.png -share/gnome/help/brasero/de/brasero.xml -share/gnome/help/brasero/de/figures/brasero_main.png -share/gnome/help/brasero/el/brasero.xml -share/gnome/help/brasero/el/figures/brasero_main.png -share/gnome/help/brasero/en_GB/brasero.xml -share/gnome/help/brasero/en_GB/figures/brasero_main.png -share/gnome/help/brasero/es/brasero.xml -share/gnome/help/brasero/es/figures/brasero_main.png -share/gnome/help/brasero/fr/brasero.xml -share/gnome/help/brasero/fr/figures/brasero_main.png -share/gnome/help/brasero/it/brasero.xml -share/gnome/help/brasero/it/figures/brasero_main.png -share/gnome/help/brasero/pl/brasero.xml -share/gnome/help/brasero/pl/figures/brasero_main.png -share/gnome/help/brasero/ru/brasero.xml -share/gnome/help/brasero/ru/figures/brasero_main.png -share/gnome/help/brasero/sv/brasero.xml -share/gnome/help/brasero/sv/figures/brasero_main.png -share/gnome/help/brasero/zh_CN/brasero.xml -share/gnome/help/brasero/zh_CN/figures/brasero_main.png -share/gnome/help/brasero/zh_HK/brasero.xml -share/gnome/help/brasero/zh_HK/figures/brasero_main.png -share/gnome/help/brasero/zh_TW/brasero.xml -share/gnome/help/brasero/zh_TW/figures/brasero_main.png -share/icons/hicolor/16x16/apps/brasero.png -share/icons/hicolor/22x22/apps/brasero.png -share/icons/hicolor/24x24/apps/brasero.png -share/icons/hicolor/32x32/apps/brasero.png -share/icons/hicolor/48x48/apps/brasero.png -share/icons/hicolor/scalable/apps/brasero.svg -share/locale/ar/LC_MESSAGES/brasero.mo -share/locale/as/LC_MESSAGES/brasero.mo -share/locale/ast/LC_MESSAGES/brasero.mo -share/locale/be/LC_MESSAGES/brasero.mo -share/locale/bg/LC_MESSAGES/brasero.mo -share/locale/bn/LC_MESSAGES/brasero.mo -share/locale/bn_IN/LC_MESSAGES/brasero.mo -share/locale/br/LC_MESSAGES/brasero.mo -share/locale/ca/LC_MESSAGES/brasero.mo -share/locale/ca@valencia/LC_MESSAGES/brasero.mo -share/locale/cs/LC_MESSAGES/brasero.mo -share/locale/da/LC_MESSAGES/brasero.mo -share/locale/de/LC_MESSAGES/brasero.mo -share/locale/dz/LC_MESSAGES/brasero.mo -share/locale/el/LC_MESSAGES/brasero.mo -share/locale/en_GB/LC_MESSAGES/brasero.mo -share/locale/es/LC_MESSAGES/brasero.mo -share/locale/et/LC_MESSAGES/brasero.mo -share/locale/eu/LC_MESSAGES/brasero.mo -share/locale/fi/LC_MESSAGES/brasero.mo -share/locale/fr/LC_MESSAGES/brasero.mo -share/locale/ga/LC_MESSAGES/brasero.mo -share/locale/gl/LC_MESSAGES/brasero.mo -share/locale/gu/LC_MESSAGES/brasero.mo -share/locale/he/LC_MESSAGES/brasero.mo -share/locale/hi/LC_MESSAGES/brasero.mo -share/locale/hu/LC_MESSAGES/brasero.mo -share/locale/it/LC_MESSAGES/brasero.mo -share/locale/ja/LC_MESSAGES/brasero.mo -share/locale/kn/LC_MESSAGES/brasero.mo -share/locale/ko/LC_MESSAGES/brasero.mo -share/locale/ku/LC_MESSAGES/brasero.mo -share/locale/lt/LC_MESSAGES/brasero.mo -share/locale/lv/LC_MESSAGES/brasero.mo -share/locale/mai/LC_MESSAGES/brasero.mo -share/locale/mk/LC_MESSAGES/brasero.mo -share/locale/ml/LC_MESSAGES/brasero.mo -share/locale/mr/LC_MESSAGES/brasero.mo -share/locale/nb/LC_MESSAGES/brasero.mo -share/locale/nl/LC_MESSAGES/brasero.mo -share/locale/oc/LC_MESSAGES/brasero.mo -share/locale/or/LC_MESSAGES/brasero.mo -share/locale/pa/LC_MESSAGES/brasero.mo -share/locale/pl/LC_MESSAGES/brasero.mo -share/locale/pt/LC_MESSAGES/brasero.mo -share/locale/pt_BR/LC_MESSAGES/brasero.mo -share/locale/ro/LC_MESSAGES/brasero.mo -share/locale/ru/LC_MESSAGES/brasero.mo -share/locale/sl/LC_MESSAGES/brasero.mo -share/locale/sr/LC_MESSAGES/brasero.mo -share/locale/sr@latin/LC_MESSAGES/brasero.mo -share/locale/sv/LC_MESSAGES/brasero.mo -share/locale/ta/LC_MESSAGES/brasero.mo -share/locale/te/LC_MESSAGES/brasero.mo -share/locale/th/LC_MESSAGES/brasero.mo -share/locale/tr/LC_MESSAGES/brasero.mo -share/locale/uk/LC_MESSAGES/brasero.mo -share/locale/vi/LC_MESSAGES/brasero.mo -share/locale/zh_CN/LC_MESSAGES/brasero.mo -share/locale/zh_HK/LC_MESSAGES/brasero.mo -share/locale/zh_TW/LC_MESSAGES/brasero.mo -share/mime/packages/brasero.xml -share/omf/brasero/brasero-C.omf -share/omf/brasero/brasero-ca.omf -share/omf/brasero/brasero-cs.omf -share/omf/brasero/brasero-de.omf -share/omf/brasero/brasero-el.omf -share/omf/brasero/brasero-en_GB.omf -share/omf/brasero/brasero-es.omf -share/omf/brasero/brasero-fr.omf -share/omf/brasero/brasero-it.omf -share/omf/brasero/brasero-pl.omf -share/omf/brasero/brasero-ru.omf -share/omf/brasero/brasero-sv.omf -share/omf/brasero/brasero-zh_CN.omf -share/omf/brasero/brasero-zh_HK.omf -share/omf/brasero/brasero-zh_TW.omf -@dirrm share/omf/brasero -@dirrm share/gnome/help/brasero/zh_TW/figures -@dirrm share/gnome/help/brasero/zh_TW -@dirrm share/gnome/help/brasero/zh_HK/figures -@dirrm share/gnome/help/brasero/zh_HK -@dirrm share/gnome/help/brasero/zh_CN/figures -@dirrm share/gnome/help/brasero/zh_CN -@dirrm share/gnome/help/brasero/sv/figures -@dirrm share/gnome/help/brasero/sv -@dirrm share/gnome/help/brasero/ru/figures -@dirrm share/gnome/help/brasero/ru -@dirrm share/gnome/help/brasero/pl/figures -@dirrm share/gnome/help/brasero/pl -@dirrm share/gnome/help/brasero/it/figures -@dirrm share/gnome/help/brasero/it -@dirrm share/gnome/help/brasero/fr/figures -@dirrm share/gnome/help/brasero/fr -@dirrm share/gnome/help/brasero/es/figures -@dirrm share/gnome/help/brasero/es -@dirrm share/gnome/help/brasero/en_GB/figures -@dirrm share/gnome/help/brasero/en_GB -@dirrm share/gnome/help/brasero/el/figures -@dirrm share/gnome/help/brasero/el -@dirrm share/gnome/help/brasero/de/figures -@dirrm share/gnome/help/brasero/de -@dirrm share/gnome/help/brasero/cs/figures -@dirrm share/gnome/help/brasero/cs -@dirrm share/gnome/help/brasero/ca/figures -@dirrm share/gnome/help/brasero/ca -@dirrm share/gnome/help/brasero/C/figures -@dirrm share/gnome/help/brasero/C -@dirrm share/gnome/help/brasero -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/doc/libbrasero-media -@dirrm share/doc/libbrasero-burn -@dirrmtry share/applications -@dirrm lib/brasero/plugins -@dirrm lib/brasero -@dirrm include/brasero -@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 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@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/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/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/ast/LC_MESSAGES -@dirrmtry share/locale/ast diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile deleted file mode 100644 index d5de5d745..000000000 --- a/sysutils/consolekit/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ConsoleKit -# Date Created: 26 Aug 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/consolekit/Makefile,v 1.22 2009/09/26 05:44:11 marcus Exp $ - -PORTNAME= consolekit -PORTVERSION= 0.4.1 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/ -DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Framework for defining and tracking users - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit - -WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} -USE_BZIP2= yes -USE_XORG= x11 -USE_GNOME= gnomehack -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \ - --localstatedir=/var - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \ - ${PREFIX}/libexec/ck-get-x11-display-device - ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \ - ${PREFIX}/libexec/ck-get-x11-server-pid - ${MKDIR} /var/log/ConsoleKit - ${TOUCH} /var/log/ConsoleKit/history - -.include <bsd.port.mk> diff --git a/sysutils/consolekit/distinfo b/sysutils/consolekit/distinfo deleted file mode 100644 index 0dbdd04a2..000000000 --- a/sysutils/consolekit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ConsoleKit-0.4.1.tar.bz2) = 48eda4483cc97841d5f88e8e003eb6d7 -SHA256 (ConsoleKit-0.4.1.tar.bz2) = f032adc6146d745034315054c5822a7a09f30e20a40d6e802221fa977354403e -SIZE (ConsoleKit-0.4.1.tar.bz2) = 398080 diff --git a/sysutils/consolekit/files/ck-get-x11-display-device b/sysutils/consolekit/files/ck-get-x11-display-device deleted file mode 100644 index 6fc508360..000000000 --- a/sysutils/consolekit/files/ck-get-x11-display-device +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -FSTAT="/usr/bin/fstat" -GREP="/usr/bin/grep" -AWK="/usr/bin/awk" -SED="/usr/bin/sed" -CAT="/bin/cat" -HEAD="/usr/bin/head" - -dispnum=0 -if [ x"$1" = x"--display" ]; then - if [ $# != 2 ]; then - echo "usage: $0 [--display DISPLAY]" - exit 1 - fi - DISPLAY=$2 -fi -if [ ! -z "${DISPLAY}" ]; then - dispnum=$(echo ${DISPLAY} | ${SED} -E -e 's|:([0-9]+).*|\1|') -fi - -if [ ! -f "/tmp/.X${dispnum}-lock" ]; then - echo "ERROR: Failed to find X lock file for display ${dispnum}" - exit 1 -fi -pid=$(${CAT} "/tmp/.X${dispnum}-lock") - -device=$(${FSTAT} -p ${pid} | ${GREP} ttyv | ${HEAD} -1 | ${AWK} '{print $8}') - -if [ -z "${device}" ]; then - echo "ERROR: Failed to find TTY device for X server on display ${dispnum}" - exit 1 -fi - -echo "/dev/${device}" diff --git a/sysutils/consolekit/files/ck-get-x11-server-pid b/sysutils/consolekit/files/ck-get-x11-server-pid deleted file mode 100644 index 05c433e01..000000000 --- a/sysutils/consolekit/files/ck-get-x11-server-pid +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -SED="/usr/bin/sed" -CAT="/bin/cat" - -dispnum=0 -if [ ! -z "${DISPLAY}" ]; then - dispnum=$(echo ${DISPLAY} | ${SED} -E -e 's|:([0-9]+).*|\1|') -fi - -if [ ! -f "/tmp/.X${dispnum}-lock" ]; then - echo "ERROR: Failed to find X lock file for display ${dispnum}" - exit 1 -fi -pid=$(${CAT} "/tmp/.X${dispnum}-lock") - -echo ${pid} diff --git a/sysutils/consolekit/files/patch-src_ck-sysdeps-freebsd.c b/sysutils/consolekit/files/patch-src_ck-sysdeps-freebsd.c deleted file mode 100644 index d57649345..000000000 --- a/sysutils/consolekit/files/patch-src_ck-sysdeps-freebsd.c +++ /dev/null @@ -1,198 +0,0 @@ ---- src/ck-sysdeps-freebsd.c.orig 2008-04-03 20:36:21.000000000 -0400 -+++ src/ck-sysdeps-freebsd.c 2009-04-18 18:04:39.000000000 -0400 -@@ -27,6 +27,7 @@ - #include <unistd.h> - #include <string.h> - #include <errno.h> -+#include <glob.h> - #include <paths.h> - #include <ttyent.h> - #include <kvm.h> -@@ -202,7 +203,6 @@ ck_process_stat_new_for_unix_pid (pid_t - GError **error) - { - gboolean res; -- GError *local_error; - CkProcessStat *proc; - - g_return_val_if_fail (pid > 1, FALSE); -@@ -217,7 +217,6 @@ ck_process_stat_new_for_unix_pid (pid_t - if (res) { - *stat = proc; - } else { -- g_propagate_error (error, local_error); - *stat = NULL; - } - -@@ -233,24 +232,28 @@ ck_process_stat_free (CkProcessStat *sta - GHashTable * - ck_unix_pid_get_env_hash (pid_t pid) - { -- GHashTable *hash; -+ GHashTable *hash = NULL; - char **penv; -+ char errbuf[_POSIX2_LINE_MAX]; - kvm_t *kd; - struct kinfo_proc p; - int i; - -- kd = kvm_openfiles (_PATH_DEVNULL, _PATH_DEVNULL, NULL, O_RDONLY, NULL); -+ kd = kvm_openfiles (_PATH_DEVNULL, _PATH_DEVNULL, NULL, O_RDONLY, errbuf); - if (kd == NULL) { -+ g_warning ("kvm_openfiles failed: %s", errbuf); - return NULL; - } - - if (! get_kinfo_proc (pid, &p)) { -- return NULL; -+ g_warning ("get_kinfo_proc failed: %s", g_strerror (errno)); -+ goto fail; - } - - penv = kvm_getenvv (kd, &p, 0); - if (penv == NULL) { -- return NULL; -+ g_warning ("kvm_getenvv failed: %s", kvm_geterr (kd)); -+ goto fail; - } - - hash = g_hash_table_new_full (g_str_hash, -@@ -270,6 +273,7 @@ ck_unix_pid_get_env_hash (pid_t pid) - } - } - -+fail: - kvm_close (kd); - - return hash; -@@ -280,7 +284,7 @@ ck_unix_pid_get_env (pid_t pid, - const char *var) - { - GHashTable *hash; -- char *val; -+ char *val = NULL; - - /* - * Would probably be more efficient to just loop through the -@@ -288,6 +292,8 @@ ck_unix_pid_get_env (pid_t pid, - * table, but this works for now. - */ - hash = ck_unix_pid_get_env_hash (pid); -+ if (hash == NULL) -+ return val; - val = g_strdup (g_hash_table_lookup (hash, var)); - g_hash_table_destroy (hash); - -@@ -327,38 +333,38 @@ gboolean - ck_get_max_num_consoles (guint *num) - { - int max_consoles; -- int res; -- gboolean ret; -- struct ttyent *t; -+ int i; -+ glob_t g; - -- ret = FALSE; - max_consoles = 0; - -- res = setttyent (); -- if (res == 0) { -- goto done; -- } -+ g.gl_offs = 0; -+ glob ("/dev/ttyv*", GLOB_DOOFFS | GLOB_NOSORT, NULL, &g); -+ for (i = 0; i < g.gl_pathc && g.gl_pathv[i] != NULL; i++) { -+ struct stat sb; -+ char *cdev; - -- while ((t = getttyent ()) != NULL) { -- if (t->ty_status & TTY_ON && strncmp (t->ty_name, "ttyv", 4) == 0) -+ cdev = g.gl_pathv[i]; -+ if (stat (cdev, &sb) > -1 && S_ISCHR (sb.st_mode)) { - max_consoles++; -+ } else { -+ break; -+ } - } - -- /* Increment one more so that all consoles are properly counted -+ globfree (&g); -+ -+ /* -+ * Increment one more so that all consoles are properly counted - * this is arguable a bug in vt_add_watches(). - */ - max_consoles++; - -- ret = TRUE; -- -- endttyent (); -- --done: - if (num != NULL) { - *num = max_consoles; - } - -- return ret; -+ return TRUE; - } - - char * -@@ -369,7 +375,12 @@ ck_get_console_device_for_num (guint num - /* The device number is always one less than the VT number. */ - num--; - -- device = g_strdup_printf ("/dev/ttyv%u", num); -+ if (num < 10) -+ device = g_strdup_printf ("/dev/ttyv%i", num); -+ else if (num < 32) -+ device = g_strdup_printf ("/dev/ttyv%c", num - 10 + 'a'); -+ else -+ device = NULL; - - return device; - } -@@ -379,6 +390,7 @@ ck_get_console_num_from_device (const ch - guint *num) - { - guint n; -+ char c; - gboolean ret; - - n = 0; -@@ -388,7 +400,11 @@ ck_get_console_num_from_device (const ch - return FALSE; - } - -- if (sscanf (device, "/dev/ttyv%u", &n) == 1) { -+ if (sscanf (device, "/dev/ttyv%c", &c) == 1) { -+ if (c < 58) -+ n = c - 48; -+ else -+ n = c - 'a' + 10; - /* The VT number is always one more than the device number. */ - n++; - ret = TRUE; -@@ -408,6 +424,7 @@ ck_get_active_console_num (int consol - gboolean ret; - int res; - int active; -+ char ttyn; - - g_assert (console_fd != -1); - -@@ -420,7 +437,12 @@ ck_get_active_console_num (int consol - goto out; - } - -- g_debug ("Active VT is: %d (ttyv%d)", active, active - 1); -+ if (active - 1 < 10) -+ ttyn = active - 1 + '0'; -+ else -+ ttyn = active - 11 + 'a'; -+ -+ g_debug ("Active VT is: %d (ttyv%c)", active, ttyn); - ret = TRUE; - - out: diff --git a/sysutils/consolekit/files/patch-src_ck-sysdeps-unix.c b/sysutils/consolekit/files/patch-src_ck-sysdeps-unix.c deleted file mode 100644 index e256e9f36..000000000 --- a/sysutils/consolekit/files/patch-src_ck-sysdeps-unix.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/ck-sysdeps-unix.c.orig 2008-02-06 22:59:55.000000000 -0500 -+++ src/ck-sysdeps-unix.c 2008-02-06 22:52:34.000000000 -0500 -@@ -172,6 +172,15 @@ ck_get_a_console_fd (void) - - fd = -1; - -+#ifdef __FreeBSD__ -+ /* On FreeBSD, try /dev/consolectl first as this will survive -+ * /etc/ttys initialization. */ -+ fd = open_a_console ("/dev/consolectl"); -+ if (fd >= 0) { -+ goto done; -+ } -+#endif -+ - #ifdef __sun - /* On Solaris, first try Sun VT device. */ - fd = open_a_console ("/dev/vt/active"); diff --git a/sysutils/consolekit/files/patch-src_main.c b/sysutils/consolekit/files/patch-src_main.c deleted file mode 100644 index a791db0f9..000000000 --- a/sysutils/consolekit/files/patch-src_main.c +++ /dev/null @@ -1,33 +0,0 @@ ---- src/main.c.orig 2007-11-08 15:05:55.000000000 -0500 -+++ src/main.c 2007-11-08 15:07:39.000000000 -0500 -@@ -226,6 +226,21 @@ sigusr1_handler (int sig) - } - - static void -+setup_termination_signals (void) -+{ -+ struct sigaction sa; -+ -+ sa.sa_handler = SIG_DFL; -+ sigemptyset (&sa.sa_mask); -+ sa.sa_flags = 0; -+ -+ sigaction (SIGTERM, &sa, NULL); -+ sigaction (SIGQUIT, &sa, NULL); -+ sigaction (SIGINT, &sa, NULL); -+ sigaction (SIGHUP, &sa, NULL); -+} -+ -+static void - setup_debug_log_signals (void) - { - struct sigaction sa; -@@ -300,6 +315,8 @@ main (int argc, - - setup_debug_log (debug); - -+ setup_termination_signals (); -+ - connection = get_system_bus (); - if (connection == NULL) { - goto out; diff --git a/sysutils/consolekit/files/patch-src_test-vt-monitor.c b/sysutils/consolekit/files/patch-src_test-vt-monitor.c deleted file mode 100644 index 6fb9740f5..000000000 --- a/sysutils/consolekit/files/patch-src_test-vt-monitor.c +++ /dev/null @@ -1,33 +0,0 @@ ---- src/test-vt-monitor.c.orig 2007-08-17 13:08:55.000000000 -0400 -+++ src/test-vt-monitor.c 2007-11-08 15:11:37.000000000 -0500 -@@ -31,6 +31,7 @@ - #include <pwd.h> - #include <string.h> - #include <errno.h> -+#include <signal.h> - - #include <locale.h> - -@@ -55,12 +56,22 @@ main (int argc, char **argv) - GError *error; - guint num; - gboolean res; -+ struct sigaction sa; - - if (! g_thread_supported ()) { - g_thread_init (NULL); - } - g_type_init (); - -+ sa.sa_handler = SIG_DFL; -+ sigemptyset (&sa.sa_mask); -+ sa.sa_flags = 0; -+ -+ sigaction (SIGINT, &sa, NULL); -+ sigaction (SIGTERM, &sa, NULL); -+ sigaction (SIGQUIT, &sa, NULL); -+ sigaction (SIGHUP, &sa, NULL); -+ - if (! ck_is_root_user ()) { - g_warning ("Must be run as root"); - exit (1); diff --git a/sysutils/consolekit/files/patch-tools_Makefile.in b/sysutils/consolekit/files/patch-tools_Makefile.in deleted file mode 100644 index b818fd931..000000000 --- a/sysutils/consolekit/files/patch-tools_Makefile.in +++ /dev/null @@ -1,77 +0,0 @@ ---- tools/Makefile.in.orig 2008-01-31 16:09:08.000000000 -0500 -+++ tools/Makefile.in 2008-01-31 16:10:21.000000000 -0500 -@@ -39,8 +39,7 @@ bin_PROGRAMS = ck-list-sessions$(EXEEXT) - $(am__EXEEXT_1) - sbin_PROGRAMS = ck-log-system-start$(EXEEXT) $(am__EXEEXT_1) - libexec_PROGRAMS = ck-collect-session-info$(EXEEXT) \ -- ck-get-x11-server-pid$(EXEEXT) \ -- ck-get-x11-display-device$(EXEEXT) $(am__EXEEXT_1) -+ $(am__EXEEXT_1) - subdir = tools - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -66,17 +65,6 @@ ck_collect_session_info_OBJECTS = \ - am__DEPENDENCIES_1 = - ck_collect_session_info_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(top_builddir)/src/libck.la $(am__DEPENDENCIES_1) --am_ck_get_x11_display_device_OBJECTS = \ -- ck-get-x11-display-device.$(OBJEXT) $(am__objects_1) --ck_get_x11_display_device_OBJECTS = \ -- $(am_ck_get_x11_display_device_OBJECTS) --ck_get_x11_display_device_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -- $(top_builddir)/src/libck.la $(am__DEPENDENCIES_1) --am_ck_get_x11_server_pid_OBJECTS = ck-get-x11-server-pid.$(OBJEXT) \ -- $(am__objects_1) --ck_get_x11_server_pid_OBJECTS = $(am_ck_get_x11_server_pid_OBJECTS) --ck_get_x11_server_pid_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -- $(top_builddir)/src/libck.la $(am__DEPENDENCIES_1) - am_ck_history_OBJECTS = ck-history.$(OBJEXT) $(am__objects_1) - ck_history_OBJECTS = $(am_ck_history_OBJECTS) - ck_history_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -@@ -335,24 +323,6 @@ ck_collect_session_info_LDADD = \ - $(top_builddir)/src/libck.la \ - $(NULL) - --ck_get_x11_server_pid_SOURCES = \ -- ck-get-x11-server-pid.c \ -- $(NULL) -- --ck_get_x11_server_pid_LDADD = \ -- $(TOOLS_LIBS) \ -- $(top_builddir)/src/libck.la \ -- $(NULL) -- --ck_get_x11_display_device_SOURCES = \ -- ck-get-x11-display-device.c \ -- $(NULL) -- --ck_get_x11_display_device_LDADD = \ -- $(TOOLS_LIBS) \ -- $(top_builddir)/src/libck.la \ -- $(NULL) -- - EXTRA_DIST = \ - $(NULL) - -@@ -480,12 +450,6 @@ clean-sbinPROGRAMS: - ck-collect-session-info$(EXEEXT): $(ck_collect_session_info_OBJECTS) $(ck_collect_session_info_DEPENDENCIES) - @rm -f ck-collect-session-info$(EXEEXT) - $(LINK) $(ck_collect_session_info_OBJECTS) $(ck_collect_session_info_LDADD) $(LIBS) --ck-get-x11-display-device$(EXEEXT): $(ck_get_x11_display_device_OBJECTS) $(ck_get_x11_display_device_DEPENDENCIES) -- @rm -f ck-get-x11-display-device$(EXEEXT) -- $(LINK) $(ck_get_x11_display_device_OBJECTS) $(ck_get_x11_display_device_LDADD) $(LIBS) --ck-get-x11-server-pid$(EXEEXT): $(ck_get_x11_server_pid_OBJECTS) $(ck_get_x11_server_pid_DEPENDENCIES) -- @rm -f ck-get-x11-server-pid$(EXEEXT) -- $(LINK) $(ck_get_x11_server_pid_OBJECTS) $(ck_get_x11_server_pid_LDADD) $(LIBS) - ck-history$(EXEEXT): $(ck_history_OBJECTS) $(ck_history_DEPENDENCIES) - @rm -f ck-history$(EXEEXT) - $(LINK) $(ck_history_OBJECTS) $(ck_history_LDADD) $(LIBS) -@@ -503,8 +467,6 @@ distclean-compile: - -rm -f *.tab.c - - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ck-collect-session-info.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ck-get-x11-display-device.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ck-get-x11-server-pid.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ck-history.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ck-log-system-start.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list-sessions.Po@am__quote@ diff --git a/sysutils/consolekit/files/patch-tools_ck-log-system-start.c b/sysutils/consolekit/files/patch-tools_ck-log-system-start.c deleted file mode 100644 index 0e125ef26..000000000 --- a/sysutils/consolekit/files/patch-tools_ck-log-system-start.c +++ /dev/null @@ -1,60 +0,0 @@ ---- tools/ck-log-system-start.c.orig 2009-09-14 20:08:10.000000000 -0400 -+++ tools/ck-log-system-start.c 2009-09-26 01:35:37.000000000 -0400 -@@ -26,6 +26,9 @@ - #include <unistd.h> - #include <errno.h> - #include <fcntl.h> -+#ifdef __FreeBSD__ -+#include <kenv.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/utsname.h> -@@ -41,7 +44,9 @@ - - #define DEFAULT_LOG_FILENAME LOCALSTATEDIR "/log/ConsoleKit/history" - -+#ifdef __linux__ - #define LINUX_KERNEL_CMDLINE "/proc/cmdline" -+#endif - - /* Adapted from auditd auditd-event.c */ - static gboolean -@@ -162,6 +167,7 @@ write_log_for_event (CkLogEvent *event) - static char * - get_boot_arguments (void) - { -+#if defined(__linux__) - char *contents; - gboolean res; - -@@ -178,6 +184,29 @@ get_boot_arguments (void) - } - - return contents; -+#elif defined(__FreeBSD__) -+ char kern_name[1024], root[1024], mopts[1024]; -+ char *options; -+ -+ options = NULL; -+ if (kenv(KENV_GET, "kernelname", kern_name, sizeof (kern_name)) == -1) { -+ return options; -+ } -+ -+ if (kenv(KENV_GET, "vfs.root.mountfrom.options", mopts, sizeof (mopts)) == -1) { -+ g_strlcpy (mopts, "ro", sizeof (mopts)); -+ } -+ -+ if (kenv(KENV_GET, "vfs.root.mountfrom", root, sizeof (root)) == -1) { -+ g_strlcpy (root, "/", sizeof (root)); -+ } -+ -+ options = g_strdup_printf ("%s %s root=%s", mopts, kern_name, root); -+ -+ return options; -+#else -+ return NULL; -+#endif - } - - int diff --git a/sysutils/consolekit/pkg-descr b/sysutils/consolekit/pkg-descr deleted file mode 100644 index db13002ab..000000000 --- a/sysutils/consolekit/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ConsoleKit is a framework for defining and tracking users, login -sessions, and seats. The primary motivations for this framework are to -facilitate fast-user-switching and multi-seat capabilities, and to -enable more sophisticated policy decisions for desktop sessions. - -WWW: http://www.freedesktop.org/wiki/Software/ConsoleKit diff --git a/sysutils/consolekit/pkg-plist b/sysutils/consolekit/pkg-plist deleted file mode 100644 index 52e05ed98..000000000 --- a/sysutils/consolekit/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/ck-history -bin/ck-launch-session -bin/ck-list-sessions -sbin/ck-log-system-restart -sbin/ck-log-system-start -sbin/ck-log-system-stop -etc/ConsoleKit/seats.d/00-primary.seat -etc/dbus-1/system.d/ConsoleKit.conf -include/ConsoleKit/ck-connector/ck-connector.h -lib/ConsoleKit/scripts/ck-system-restart -lib/ConsoleKit/scripts/ck-system-stop -lib/libck-connector.la -lib/libck-connector.so -lib/libck-connector.so.0 -libdata/pkgconfig/ck-connector.pc -libexec/ck-collect-session-info -libexec/ck-get-x11-display-device -libexec/ck-get-x11-server-pid -sbin/console-kit-daemon -share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml -share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml -share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Session.xml -share/dbus-1/system-services/org.freedesktop.ConsoleKit.service -share/polkit-1/actions/org.freedesktop.consolekit.policy -@exec mkdir -p %D/etc/ConsoleKit/run-session.d -@exec mkdir -p %D/etc/ConsoleKit/run-seat.d -@exec mkdir -p %D/lib/ConsoleKit/run-session.d -@dirrm lib/ConsoleKit/scripts -@dirrmtry lib/ConsoleKit/run-session.d -@dirrmtry lib/ConsoleKit/run-seat.d -@dirrmtry lib/ConsoleKit -@dirrm include/ConsoleKit/ck-connector -@dirrm include/ConsoleKit -@dirrm etc/ConsoleKit/seats.d -@dirrmtry etc/ConsoleKit/run-session.d -@dirrmtry etc/ConsoleKit/run-seat.d -@dirrm etc/ConsoleKit -@exec mkdir -p /var/run/ConsoleKit -@exec mkdir -p /var/log/ConsoleKit -@exec touch -f /var/log/ConsoleKit/history -@unexec rm -rf /var/run/ConsoleKit 2>/dev/null || true -@unexec rm -rf /var/log/ConsoleKit 2>/dev/null || true diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile deleted file mode 100644 index c31cc6b1a..000000000 --- a/sysutils/eiciel/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: eiciel -# Date created: July 20, 2005 -# Whom: andreas@syndrom23.de -# -# $FreeBSD$ -# - -PORTNAME= eiciel -PORTVERSION= 0.9.6.1 -PORTREVISION= 3 -CATEGORIES= sysutils security -MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME-based ACL editor, with integration into Nautilus - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 - -MAN1= eiciel.1 - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/sysutils/eiciel/distinfo b/sysutils/eiciel/distinfo deleted file mode 100644 index 7b0bf609d..000000000 --- a/sysutils/eiciel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (eiciel-0.9.6.1.tar.bz2) = 9c6231747d0f0a9a932e2fb11c94fa2e -SHA256 (eiciel-0.9.6.1.tar.bz2) = d0f892a1f6acbf402ee4fe2a08ab8a0fc75db1d566fb531aa6a5287986a649bb -SIZE (eiciel-0.9.6.1.tar.bz2) = 581808 diff --git a/sysutils/eiciel/pkg-descr b/sysutils/eiciel/pkg-descr deleted file mode 100644 index 4e72a1c9a..000000000 --- a/sysutils/eiciel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Eiciel allows you to visually edit file ACL entries. You can add and remove -users and groups who will be granted permissions through the graphical -interface. - -WWW: http://rofi.pinchito.com/eiciel/ diff --git a/sysutils/eiciel/pkg-message b/sysutils/eiciel/pkg-message deleted file mode 100644 index 606ad447a..000000000 --- a/sysutils/eiciel/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -=============================================================================== -To use the eiciel Nautilus extension, Nautilus has to be restarted. - -ACLs are not enabled by default. To enable them, use "tunefs -a" (only works -on unmounted file systems) or the "acls" mount(8) option. -=============================================================================== diff --git a/sysutils/eiciel/pkg-plist b/sysutils/eiciel/pkg-plist deleted file mode 100644 index 15029e1b2..000000000 --- a/sysutils/eiciel/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/eiciel -lib/nautilus/extensions-2.0/libeiciel-nautilus.a -lib/nautilus/extensions-2.0/libeiciel-nautilus.la -lib/nautilus/extensions-2.0/libeiciel-nautilus.so -share/applications/eiciel.desktop -%%DATADIR%%/img/altres-default.png -%%DATADIR%%/img/altres.png -%%DATADIR%%/img/grup-acl-default.png -%%DATADIR%%/img/grup-acl.png -%%DATADIR%%/img/grup-default.png -%%DATADIR%%/img/grup.png -%%DATADIR%%/img/icona_eiciel_16.png -%%DATADIR%%/img/icona_eiciel_24.png -%%DATADIR%%/img/icona_eiciel_32.png -%%DATADIR%%/img/icona_eiciel_48.png -%%DATADIR%%/img/icona_eiciel_64.png -%%DATADIR%%/img/mascara-default.png -%%DATADIR%%/img/mascara.png -%%DATADIR%%/img/usuari-acl-default.png -%%DATADIR%%/img/usuari-acl.png -%%DATADIR%%/img/usuari-default.png -%%DATADIR%%/img/usuari.png -share/gnome/help/eiciel/C/eiciel.xml -share/gnome/help/eiciel/C/figures/altres-default.png -share/gnome/help/eiciel/C/figures/altres.png -share/gnome/help/eiciel/C/figures/detall_mascara.png -share/gnome/help/eiciel/C/figures/entrada_acl.png -share/gnome/help/eiciel/C/figures/grup-acl-default.png -share/gnome/help/eiciel/C/figures/grup-acl.png -share/gnome/help/eiciel/C/figures/grup-default.png -share/gnome/help/eiciel/C/figures/grup.png -share/gnome/help/eiciel/C/figures/mascara-default.png -share/gnome/help/eiciel/C/figures/mascara.png -share/gnome/help/eiciel/C/figures/obrir_fitxer.png -share/gnome/help/eiciel/C/figures/obrir_fitxer_nautilus.png -share/gnome/help/eiciel/C/figures/pantalla_ea.png -share/gnome/help/eiciel/C/figures/permisos_acl.png -share/gnome/help/eiciel/C/figures/permisos_ugo.png -share/gnome/help/eiciel/C/figures/usuari-acl-default.png -share/gnome/help/eiciel/C/figures/usuari-acl.png -share/gnome/help/eiciel/C/figures/usuari-default.png -share/gnome/help/eiciel/C/figures/usuari.png -share/locale/ca/LC_MESSAGES/eiciel.mo -share/locale/de/LC_MESSAGES/eiciel.mo -share/locale/es/LC_MESSAGES/eiciel.mo -share/locale/sv/LC_MESSAGES/eiciel.mo -@dirrm %%DATADIR%%/img -@dirrm %%DATADIR%% -@dirrm share/gnome/help/eiciel/C/figures -@dirrm share/gnome/help/eiciel/C -@dirrm share/gnome/help/eiciel -@dirrmtry share/applications diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile deleted file mode 100644 index 0b27a0d11..000000000 --- a/sysutils/gconf-editor/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gconf-editor -# Date created: 12 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.78 2009/08/24 15:28:29 kwm Exp $ -# - -PORTNAME= gconf-editor -PORTVERSION= 2.28.0 -PORTEPOCH= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A gconf database editor for the GNOME 2 environment - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gconf-editor.1 -GCONF_SCHEMAS= gconf-editor.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo deleted file mode 100644 index ee5f4ddc8..000000000 --- a/sysutils/gconf-editor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconf-editor-2.28.0.tar.bz2) = f3f19df4ce47ca27bf69d355f24ac5ba -SHA256 (gnome2/gconf-editor-2.28.0.tar.bz2) = 35f5256f1a93e872586bb6b8c81f7ebfdd78ab3edcfa508f59f99f0f75a74839 -SIZE (gnome2/gconf-editor-2.28.0.tar.bz2) = 1405006 diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr deleted file mode 100644 index 0c8d23c9b..000000000 --- a/sysutils/gconf-editor/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gconf-editor is a GNOME 2 GConf database editor. It is analogous to -regedit on Windows. diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist deleted file mode 100644 index 3ec7408b4..000000000 --- a/sysutils/gconf-editor/pkg-plist +++ /dev/null @@ -1,318 +0,0 @@ -bin/gconf-editor -share/applications/gconf-editor.desktop -%%DATADIR%%/icons/hicolor/16x16/status/type-boolean.png -%%DATADIR%%/icons/hicolor/16x16/status/type-float.png -%%DATADIR%%/icons/hicolor/16x16/status/type-integer.png -%%DATADIR%%/icons/hicolor/16x16/status/type-list.png -%%DATADIR%%/icons/hicolor/16x16/status/type-pair.png -%%DATADIR%%/icons/hicolor/16x16/status/type-schema.png -%%DATADIR%%/icons/hicolor/16x16/status/type-string.png -%%DATADIR%%/icons/hicolor/16x16/status/type-undefined.png -share/gnome/help/gconf-editor/C/figures/entry-blank.png -share/gnome/help/gconf-editor/C/figures/entry-bool.png -share/gnome/help/gconf-editor/C/figures/entry-list.png -share/gnome/help/gconf-editor/C/figures/entry-number.png -share/gnome/help/gconf-editor/C/figures/entry-schema.png -share/gnome/help/gconf-editor/C/figures/entry-string.png -share/gnome/help/gconf-editor/C/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/C/gconf-editor.xml -share/gnome/help/gconf-editor/C/legal.xml -share/gnome/help/gconf-editor/ca/figures/entry-blank.png -share/gnome/help/gconf-editor/ca/figures/entry-bool.png -share/gnome/help/gconf-editor/ca/figures/entry-list.png -share/gnome/help/gconf-editor/ca/figures/entry-number.png -share/gnome/help/gconf-editor/ca/figures/entry-schema.png -share/gnome/help/gconf-editor/ca/figures/entry-string.png -share/gnome/help/gconf-editor/ca/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/ca/gconf-editor.xml -share/gnome/help/gconf-editor/cs/figures/entry-blank.png -share/gnome/help/gconf-editor/cs/figures/entry-bool.png -share/gnome/help/gconf-editor/cs/figures/entry-list.png -share/gnome/help/gconf-editor/cs/figures/entry-number.png -share/gnome/help/gconf-editor/cs/figures/entry-schema.png -share/gnome/help/gconf-editor/cs/figures/entry-string.png -share/gnome/help/gconf-editor/cs/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/cs/gconf-editor.xml -share/gnome/help/gconf-editor/de/figures/entry-blank.png -share/gnome/help/gconf-editor/de/figures/entry-bool.png -share/gnome/help/gconf-editor/de/figures/entry-list.png -share/gnome/help/gconf-editor/de/figures/entry-number.png -share/gnome/help/gconf-editor/de/figures/entry-schema.png -share/gnome/help/gconf-editor/de/figures/entry-string.png -share/gnome/help/gconf-editor/de/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/de/gconf-editor.xml -share/gnome/help/gconf-editor/el/figures/entry-blank.png -share/gnome/help/gconf-editor/el/figures/entry-bool.png -share/gnome/help/gconf-editor/el/figures/entry-list.png -share/gnome/help/gconf-editor/el/figures/entry-number.png -share/gnome/help/gconf-editor/el/figures/entry-schema.png -share/gnome/help/gconf-editor/el/figures/entry-string.png -share/gnome/help/gconf-editor/el/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/el/gconf-editor.xml -share/gnome/help/gconf-editor/en_GB/figures/entry-blank.png -share/gnome/help/gconf-editor/en_GB/figures/entry-bool.png -share/gnome/help/gconf-editor/en_GB/figures/entry-list.png -share/gnome/help/gconf-editor/en_GB/figures/entry-number.png -share/gnome/help/gconf-editor/en_GB/figures/entry-schema.png -share/gnome/help/gconf-editor/en_GB/figures/entry-string.png -share/gnome/help/gconf-editor/en_GB/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/en_GB/gconf-editor.xml -share/gnome/help/gconf-editor/es/figures/entry-blank.png -share/gnome/help/gconf-editor/es/figures/entry-bool.png -share/gnome/help/gconf-editor/es/figures/entry-list.png -share/gnome/help/gconf-editor/es/figures/entry-number.png -share/gnome/help/gconf-editor/es/figures/entry-schema.png -share/gnome/help/gconf-editor/es/figures/entry-string.png -share/gnome/help/gconf-editor/es/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/es/gconf-editor.xml -share/gnome/help/gconf-editor/fr/figures/entry-blank.png -share/gnome/help/gconf-editor/fr/figures/entry-bool.png -share/gnome/help/gconf-editor/fr/figures/entry-list.png -share/gnome/help/gconf-editor/fr/figures/entry-number.png -share/gnome/help/gconf-editor/fr/figures/entry-schema.png -share/gnome/help/gconf-editor/fr/figures/entry-string.png -share/gnome/help/gconf-editor/fr/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/fr/gconf-editor.xml -share/gnome/help/gconf-editor/it/figures/entry-blank.png -share/gnome/help/gconf-editor/it/figures/entry-bool.png -share/gnome/help/gconf-editor/it/figures/entry-list.png -share/gnome/help/gconf-editor/it/figures/entry-number.png -share/gnome/help/gconf-editor/it/figures/entry-schema.png -share/gnome/help/gconf-editor/it/figures/entry-string.png -share/gnome/help/gconf-editor/it/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/it/gconf-editor.xml -share/gnome/help/gconf-editor/oc/figures/entry-blank.png -share/gnome/help/gconf-editor/oc/figures/entry-bool.png -share/gnome/help/gconf-editor/oc/figures/entry-list.png -share/gnome/help/gconf-editor/oc/figures/entry-number.png -share/gnome/help/gconf-editor/oc/figures/entry-schema.png -share/gnome/help/gconf-editor/oc/figures/entry-string.png -share/gnome/help/gconf-editor/oc/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/oc/gconf-editor.xml -share/gnome/help/gconf-editor/pt_BR/figures/entry-blank.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-bool.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-list.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-number.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-schema.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-string.png -share/gnome/help/gconf-editor/pt_BR/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/pt_BR/gconf-editor.xml -share/gnome/help/gconf-editor/ru/figures/entry-blank.png -share/gnome/help/gconf-editor/ru/figures/entry-bool.png -share/gnome/help/gconf-editor/ru/figures/entry-list.png -share/gnome/help/gconf-editor/ru/figures/entry-number.png -share/gnome/help/gconf-editor/ru/figures/entry-schema.png -share/gnome/help/gconf-editor/ru/figures/entry-string.png -share/gnome/help/gconf-editor/ru/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/ru/gconf-editor.xml -share/gnome/help/gconf-editor/sv/figures/entry-blank.png -share/gnome/help/gconf-editor/sv/figures/entry-bool.png -share/gnome/help/gconf-editor/sv/figures/entry-list.png -share/gnome/help/gconf-editor/sv/figures/entry-number.png -share/gnome/help/gconf-editor/sv/figures/entry-schema.png -share/gnome/help/gconf-editor/sv/figures/entry-string.png -share/gnome/help/gconf-editor/sv/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/sv/gconf-editor.xml -share/gnome/help/gconf-editor/th/figures/entry-blank.png -share/gnome/help/gconf-editor/th/figures/entry-bool.png -share/gnome/help/gconf-editor/th/figures/entry-list.png -share/gnome/help/gconf-editor/th/figures/entry-number.png -share/gnome/help/gconf-editor/th/figures/entry-schema.png -share/gnome/help/gconf-editor/th/figures/entry-string.png -share/gnome/help/gconf-editor/th/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/th/gconf-editor.xml -share/gnome/help/gconf-editor/uk/figures/entry-blank.png -share/gnome/help/gconf-editor/uk/figures/entry-bool.png -share/gnome/help/gconf-editor/uk/figures/entry-list.png -share/gnome/help/gconf-editor/uk/figures/entry-number.png -share/gnome/help/gconf-editor/uk/figures/entry-schema.png -share/gnome/help/gconf-editor/uk/figures/entry-string.png -share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/uk/gconf-editor.xml -share/gnome/help/gconf-editor/zh_CN/figures/entry-blank.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-bool.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-list.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-number.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-schema.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-string.png -share/gnome/help/gconf-editor/zh_CN/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/zh_CN/gconf-editor.xml -share/icons/hicolor/48x48/apps/gconf-editor.png -share/locale/am/LC_MESSAGES/gconf-editor.mo -share/locale/ar/LC_MESSAGES/gconf-editor.mo -share/locale/as/LC_MESSAGES/gconf-editor.mo -share/locale/ast/LC_MESSAGES/gconf-editor.mo -share/locale/az/LC_MESSAGES/gconf-editor.mo -share/locale/be/LC_MESSAGES/gconf-editor.mo -share/locale/be@latin/LC_MESSAGES/gconf-editor.mo -share/locale/bg/LC_MESSAGES/gconf-editor.mo -share/locale/bn/LC_MESSAGES/gconf-editor.mo -share/locale/bn_IN/LC_MESSAGES/gconf-editor.mo -share/locale/br/LC_MESSAGES/gconf-editor.mo -share/locale/bs/LC_MESSAGES/gconf-editor.mo -share/locale/ca/LC_MESSAGES/gconf-editor.mo -share/locale/ca@valencia/LC_MESSAGES/gconf-editor.mo -share/locale/cs/LC_MESSAGES/gconf-editor.mo -share/locale/cy/LC_MESSAGES/gconf-editor.mo -share/locale/da/LC_MESSAGES/gconf-editor.mo -share/locale/de/LC_MESSAGES/gconf-editor.mo -share/locale/dz/LC_MESSAGES/gconf-editor.mo -share/locale/el/LC_MESSAGES/gconf-editor.mo -share/locale/en_CA/LC_MESSAGES/gconf-editor.mo -share/locale/en_GB/LC_MESSAGES/gconf-editor.mo -share/locale/es/LC_MESSAGES/gconf-editor.mo -share/locale/et/LC_MESSAGES/gconf-editor.mo -share/locale/eu/LC_MESSAGES/gconf-editor.mo -share/locale/fa/LC_MESSAGES/gconf-editor.mo -share/locale/fi/LC_MESSAGES/gconf-editor.mo -share/locale/fr/LC_MESSAGES/gconf-editor.mo -share/locale/ga/LC_MESSAGES/gconf-editor.mo -share/locale/gl/LC_MESSAGES/gconf-editor.mo -share/locale/gu/LC_MESSAGES/gconf-editor.mo -share/locale/he/LC_MESSAGES/gconf-editor.mo -share/locale/hi/LC_MESSAGES/gconf-editor.mo -share/locale/hr/LC_MESSAGES/gconf-editor.mo -share/locale/hu/LC_MESSAGES/gconf-editor.mo -share/locale/id/LC_MESSAGES/gconf-editor.mo -share/locale/it/LC_MESSAGES/gconf-editor.mo -share/locale/ja/LC_MESSAGES/gconf-editor.mo -share/locale/ka/LC_MESSAGES/gconf-editor.mo -share/locale/kn/LC_MESSAGES/gconf-editor.mo -share/locale/ko/LC_MESSAGES/gconf-editor.mo -share/locale/ku/LC_MESSAGES/gconf-editor.mo -share/locale/li/LC_MESSAGES/gconf-editor.mo -share/locale/lt/LC_MESSAGES/gconf-editor.mo -share/locale/lv/LC_MESSAGES/gconf-editor.mo -share/locale/mai/LC_MESSAGES/gconf-editor.mo -share/locale/mg/LC_MESSAGES/gconf-editor.mo -share/locale/mk/LC_MESSAGES/gconf-editor.mo -share/locale/ml/LC_MESSAGES/gconf-editor.mo -share/locale/mn/LC_MESSAGES/gconf-editor.mo -share/locale/mr/LC_MESSAGES/gconf-editor.mo -share/locale/ms/LC_MESSAGES/gconf-editor.mo -share/locale/nb/LC_MESSAGES/gconf-editor.mo -share/locale/ne/LC_MESSAGES/gconf-editor.mo -share/locale/nl/LC_MESSAGES/gconf-editor.mo -share/locale/nn/LC_MESSAGES/gconf-editor.mo -share/locale/oc/LC_MESSAGES/gconf-editor.mo -share/locale/or/LC_MESSAGES/gconf-editor.mo -share/locale/pa/LC_MESSAGES/gconf-editor.mo -share/locale/pl/LC_MESSAGES/gconf-editor.mo -share/locale/ps/LC_MESSAGES/gconf-editor.mo -share/locale/pt/LC_MESSAGES/gconf-editor.mo -share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo -share/locale/ro/LC_MESSAGES/gconf-editor.mo -share/locale/ru/LC_MESSAGES/gconf-editor.mo -share/locale/rw/LC_MESSAGES/gconf-editor.mo -share/locale/si/LC_MESSAGES/gconf-editor.mo -share/locale/sk/LC_MESSAGES/gconf-editor.mo -share/locale/sl/LC_MESSAGES/gconf-editor.mo -share/locale/sq/LC_MESSAGES/gconf-editor.mo -share/locale/sr/LC_MESSAGES/gconf-editor.mo -share/locale/sr@latin/LC_MESSAGES/gconf-editor.mo -share/locale/sv/LC_MESSAGES/gconf-editor.mo -share/locale/ta/LC_MESSAGES/gconf-editor.mo -share/locale/te/LC_MESSAGES/gconf-editor.mo -share/locale/th/LC_MESSAGES/gconf-editor.mo -share/locale/tr/LC_MESSAGES/gconf-editor.mo -share/locale/ug/LC_MESSAGES/gconf-editor.mo -share/locale/uk/LC_MESSAGES/gconf-editor.mo -share/locale/vi/LC_MESSAGES/gconf-editor.mo -share/locale/xh/LC_MESSAGES/gconf-editor.mo -share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo -share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo -share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo -share/omf/gconf-editor/gconf-editor-C.omf -share/omf/gconf-editor/gconf-editor-ca.omf -share/omf/gconf-editor/gconf-editor-cs.omf -share/omf/gconf-editor/gconf-editor-de.omf -share/omf/gconf-editor/gconf-editor-el.omf -share/omf/gconf-editor/gconf-editor-en_GB.omf -share/omf/gconf-editor/gconf-editor-es.omf -share/omf/gconf-editor/gconf-editor-fr.omf -share/omf/gconf-editor/gconf-editor-it.omf -share/omf/gconf-editor/gconf-editor-oc.omf -share/omf/gconf-editor/gconf-editor-pt_BR.omf -share/omf/gconf-editor/gconf-editor-ru.omf -share/omf/gconf-editor/gconf-editor-sv.omf -share/omf/gconf-editor/gconf-editor-th.omf -share/omf/gconf-editor/gconf-editor-uk.omf -share/omf/gconf-editor/gconf-editor-zh_CN.omf -@dirrm share/omf/gconf-editor -@dirrm share/gnome/help/gconf-editor/zh_CN/figures -@dirrm share/gnome/help/gconf-editor/zh_CN -@dirrm share/gnome/help/gconf-editor/uk/figures -@dirrm share/gnome/help/gconf-editor/uk -@dirrm share/gnome/help/gconf-editor/th/figures -@dirrm share/gnome/help/gconf-editor/th -@dirrm share/gnome/help/gconf-editor/sv/figures -@dirrm share/gnome/help/gconf-editor/sv -@dirrm share/gnome/help/gconf-editor/ru/figures -@dirrm share/gnome/help/gconf-editor/ru -@dirrm share/gnome/help/gconf-editor/pt_BR/figures -@dirrm share/gnome/help/gconf-editor/pt_BR -@dirrm share/gnome/help/gconf-editor/oc/figures -@dirrm share/gnome/help/gconf-editor/oc -@dirrm share/gnome/help/gconf-editor/it/figures -@dirrm share/gnome/help/gconf-editor/it -@dirrm share/gnome/help/gconf-editor/fr/figures -@dirrm share/gnome/help/gconf-editor/fr -@dirrm share/gnome/help/gconf-editor/es/figures -@dirrm share/gnome/help/gconf-editor/es -@dirrm share/gnome/help/gconf-editor/en_GB/figures -@dirrm share/gnome/help/gconf-editor/en_GB -@dirrm share/gnome/help/gconf-editor/el/figures -@dirrm share/gnome/help/gconf-editor/el -@dirrm share/gnome/help/gconf-editor/de/figures -@dirrm share/gnome/help/gconf-editor/de -@dirrm share/gnome/help/gconf-editor/cs/figures -@dirrm share/gnome/help/gconf-editor/cs -@dirrm share/gnome/help/gconf-editor/ca/figures -@dirrm share/gnome/help/gconf-editor/ca -@dirrm share/gnome/help/gconf-editor/C/figures -@dirrm share/gnome/help/gconf-editor/C -@dirrm share/gnome/help/gconf-editor -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile deleted file mode 100644 index cb6c8803f..000000000 --- a/sysutils/gnome-control-center/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: gnomecontrolcenter2 -# Date created: 04 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.197 2009/09/21 15:16:24 avl Exp $ -# - -PORTNAME= gnome-control-center -PORTVERSION= 2.28.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Control center for GNOME 2 project - -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -RUN_DEPENDS= gnome-eject:${PORTSDIR}/sysutils/gnome-mount \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -USE_GSTREAMER= good -WANT_GNOME= yes -USE_GNOME= gnomeprefix gnomehack intlhack metacity gnomemenus \ - desktopfileutils libgnomekbd gnomedesktop librsvg2 -USE_XORG= xscrnsaver -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= control-center.schemas fontilus.schemas \ - gnome-control-center.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+=--enable-aboutme -PLIST_SUB+= ABOUTME="" -.else -CONFIGURE_ARGS+=--disable-aboutme -PLIST_SUB+= ABOUTME="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/capplets/common/gnome-theme-info.c - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo deleted file mode 100644 index bbba4e0ca..000000000 --- a/sysutils/gnome-control-center/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-control-center-2.28.1.tar.bz2) = a37a1b5ff4cfce45baef0cf31126d380 -SHA256 (gnome2/gnome-control-center-2.28.1.tar.bz2) = bd1d9a55f810266c38a283baf6a4e92002d35c9366529eb92b25710f3456bbf1 -SIZE (gnome2/gnome-control-center-2.28.1.tar.bz2) = 2287398 diff --git a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c b/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c deleted file mode 100644 index 69c01de97..000000000 --- a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c +++ /dev/null @@ -1,15 +0,0 @@ ---- capplets/about-me/gnome-about-me-password.c.orig Sun Jun 11 04:50:31 2006 -+++ capplets/about-me/gnome-about-me-password.c Tue Jun 13 00:02:27 2006 -@@ -52,6 +52,12 @@ - #include <signal.h> - #endif - -+#if __FreeBSD__ -+#include <sys/types.h> -+#include <libutil.h> -+#include <signal.h> -+#endif -+ - #include "capplet-util.h" - #include "eel-alert-dialog.h" - diff --git a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c deleted file mode 100644 index c9b378544..000000000 --- a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- capplets/common/gnome-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200 -+++ capplets/common/gnome-theme-info.c 2009-07-19 12:54:25.000000000 +0200 -@@ -1876,7 +1876,7 @@ gnome_theme_init () - #ifdef XCURSOR_ICONDIR - /* if there's a separate xcursors dir, add that as well */ - if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && -- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { -+ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) { - top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR); - add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); - g_object_unref (top_theme_dir); diff --git a/sysutils/gnome-control-center/files/patch-configure b/sysutils/gnome-control-center/files/patch-configure deleted file mode 100644 index 6527e6758..000000000 --- a/sysutils/gnome-control-center/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Feb 13 07:51:47 2007 -+++ configure Tue Feb 13 07:51:47 2007 -@@ -22302,6 +22302,7 @@ - if test "${gt_cv_func_ngettext_libc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/sysutils/gnome-control-center/files/patch-libslab_directory-tile.c b/sysutils/gnome-control-center/files/patch-libslab_directory-tile.c deleted file mode 100644 index 86acdbe0c..000000000 --- a/sysutils/gnome-control-center/files/patch-libslab_directory-tile.c +++ /dev/null @@ -1,9 +0,0 @@ ---- libslab/directory-tile.c.orig Mon Mar 12 16:33:35 2007 -+++ libslab/directory-tile.c Mon Mar 12 16:35:48 2007 -@@ -644,5 +644,5 @@ static void - disown_spawned_child (gpointer user_data) - { - setsid (); -- setpgrp (); -+ setpgrp (0, 0); - } diff --git a/sysutils/gnome-control-center/pkg-descr b/sysutils/gnome-control-center/pkg-descr deleted file mode 100644 index fba462829..000000000 --- a/sysutils/gnome-control-center/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Configuration tools tightly integrated within the GNOME 2 desktop. - -WWW: http://www.gnome.org diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist deleted file mode 100644 index cd01f573b..000000000 --- a/sysutils/gnome-control-center/pkg-plist +++ /dev/null @@ -1,343 +0,0 @@ -%%ABOUTME%%bin/gnome-about-me -bin/gnome-appearance-properties -bin/gnome-at-mobility -bin/gnome-at-properties -bin/gnome-at-visual -bin/gnome-control-center -bin/gnome-default-applications-properties -bin/gnome-display-properties -bin/gnome-font-viewer -bin/gnome-keybinding-properties -bin/gnome-keyboard-properties -bin/gnome-mouse-properties -bin/gnome-network-properties -bin/gnome-thumbnail-font -bin/gnome-typing-monitor -bin/gnome-window-properties -etc/xdg/autostart/gnome-at-session.desktop -etc/xdg/menus/gnomecc.menu -include/gnome-window-settings-2.0/gnome-window-manager.h -include/gnome-window-settings-2.0/gnome-wm-manager.h -lib/libgnome-window-settings.a -lib/libgnome-window-settings.la -lib/libgnome-window-settings.so -lib/libgnome-window-settings.so.1 -lib/window-manager-settings/libmetacity.a -lib/window-manager-settings/libmetacity.la -lib/window-manager-settings/libmetacity.so -libdata/pkgconfig/gnome-default-applications.pc -libdata/pkgconfig/gnome-keybindings.pc -libdata/pkgconfig/gnome-window-settings-2.0.pc -share/applications/at-properties.desktop -share/applications/default-applications.desktop -share/applications/display-properties.desktop -%%ABOUTME%%share/applications/gnome-about-me.desktop -share/applications/gnome-appearance-properties.desktop -share/applications/gnome-font-viewer.desktop -share/applications/gnome-network-properties.desktop -share/applications/gnome-settings-mouse.desktop -share/applications/gnome-theme-installer.desktop -share/applications/gnomecc.desktop -share/applications/keybinding.desktop -share/applications/keyboard.desktop -share/applications/window-properties.desktop -share/desktop-directories/gnomecc.directory -%%DATADIR%%/default-apps/gnome-default-applications.xml -%%DATADIR%%/keybindings/00-multimedia-key.xml -%%DATADIR%%/keybindings/01-desktop-key.xml -%%DATADIR%%/pixmaps/at-startup.png -%%DATADIR%%/pixmaps/at-support.png -%%DATADIR%%/pixmaps/bar-disabled.png -%%DATADIR%%/pixmaps/bar-green.png -%%DATADIR%%/pixmaps/bar-red.png -%%DATADIR%%/pixmaps/bar.png -%%DATADIR%%/pixmaps/double-click-maybe.png -%%DATADIR%%/pixmaps/double-click-off.png -%%DATADIR%%/pixmaps/double-click-on.png -%%DATADIR%%/pixmaps/gnome-about-me-lock-open.png -%%DATADIR%%/pixmaps/gnome-about-me-lock.png -%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png -%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png -%%DATADIR%%/pixmaps/left-index-finger.svg -%%DATADIR%%/pixmaps/left-little-finger.svg -%%DATADIR%%/pixmaps/left-middle-finger.svg -%%DATADIR%%/pixmaps/left-ring-finger.svg -%%DATADIR%%/pixmaps/left-thumb.svg -%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png -%%DATADIR%%/pixmaps/mouse-cursor-normal.png -%%DATADIR%%/pixmaps/mouse-cursor-white-large.png -%%DATADIR%%/pixmaps/mouse-cursor-white.png -%%DATADIR%%/pixmaps/ocean-stripes.png -%%DATADIR%%/pixmaps/print_error.svg -%%DATADIR%%/pixmaps/print_ok.svg -%%DATADIR%%/pixmaps/right-index-finger.svg -%%DATADIR%%/pixmaps/right-little-finger.svg -%%DATADIR%%/pixmaps/right-middle-finger.svg -%%DATADIR%%/pixmaps/right-ring-finger.svg -%%DATADIR%%/pixmaps/right-thumb.svg -%%DATADIR%%/pixmaps/subpixel-bgr.png -%%DATADIR%%/pixmaps/subpixel-rgb.png -%%DATADIR%%/pixmaps/subpixel-vbgr.png -%%DATADIR%%/pixmaps/subpixel-vrgb.png -%%DATADIR%%/pixmaps/theme-thumbnailing.png -%%DATADIR%%/pixmaps/window-theme-thumbnailing.png -%%DATADIR%%/ui/appearance.ui -%%DATADIR%%/ui/at-enable-dialog.ui -%%DATADIR%%/ui/display-capplet.ui -share/gnome-control-center/ui/gnome-about-me-dialog.ui -share/gnome-control-center/ui/gnome-about-me-fingerprint.ui -share/gnome-control-center/ui/gnome-about-me-password.ui -%%DATADIR%%/ui/gnome-default-applications-properties.ui -%%DATADIR%%/ui/gnome-keybinding-properties.ui -share/gnome-control-center/ui/gnome-keyboard-properties-a11y-notifications.ui -share/gnome-control-center/ui/gnome-keyboard-properties-dialog.ui -share/gnome-control-center/ui/gnome-keyboard-properties-layout-chooser.ui -share/gnome-control-center/ui/gnome-keyboard-properties-model-chooser.ui -share/gnome-control-center/ui/gnome-keyboard-properties-options-dialog.ui -share/gnome-control-center/ui/gnome-mouse-properties.ui -%%DATADIR%%/ui/gnome-network-properties.ui -%%DATADIR%%/ui/gnome-window-properties.ui -share/gnome/cursor-fonts/cursor-large-white.pcf -share/gnome/cursor-fonts/cursor-large.pcf -share/gnome/cursor-fonts/cursor-white.pcf -share/gnome/help/control-center/C/config-accessibility-keyboard.xml -share/gnome/help/control-center/C/config-background.xml -share/gnome/help/control-center/C/config-behavior.xml -share/gnome/help/control-center/C/config-cds.xml -share/gnome/help/control-center/C/config-default-apps.xml -share/gnome/help/control-center/C/config-file-type.xml -share/gnome/help/control-center/C/config-hints.xml -share/gnome/help/control-center/C/config-html.xml -share/gnome/help/control-center/C/config-kbd.xml -share/gnome/help/control-center/C/config-keybindings.xml -share/gnome/help/control-center/C/config-mouse.xml -share/gnome/help/control-center/C/config-screensaver.xml -share/gnome/help/control-center/C/config-themes.xml -share/gnome/help/control-center/C/control-center.xml -share/gnome/help/control-center/ca/control-center.xml -share/gnome/help/control-center/ca@valencia/control-center.xml -share/gnome/help/control-center/cs/control-center.xml -share/gnome/help/control-center/de/control-center.xml -share/gnome/help/control-center/el/control-center.xml -share/gnome/help/control-center/en_GB/control-center.xml -share/gnome/help/control-center/es/control-center.xml -share/gnome/help/control-center/fr/control-center.xml -share/gnome/help/control-center/it/control-center.xml -share/gnome/help/control-center/ja/control-center.xml -share/gnome/help/control-center/oc/control-center.xml -share/gnome/help/control-center/pa/control-center.xml -share/gnome/help/control-center/pl/control-center.xml -share/gnome/help/control-center/pt/control-center.xml -share/gnome/help/control-center/pt_BR/control-center.xml -share/gnome/help/control-center/ru/control-center.xml -share/gnome/help/control-center/sv/control-center.xml -share/gnome/help/control-center/uk/control-center.xml -share/gnome/help/control-center/vi/control-center.xml -share/gnome/help/control-center/zh_CN/control-center.xml -share/icons/hicolor/16x16/apps/gnome-display-properties.png -share/icons/hicolor/16x16/apps/gnome-network-properties.png -share/icons/hicolor/16x16/apps/gnome-settings-default-applications.png -share/icons/hicolor/22x22/apps/gnome-display-properties.png -share/icons/hicolor/22x22/apps/gnome-network-properties.png -share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png -share/icons/hicolor/24x24/apps/gnome-display-properties.png -share/icons/hicolor/24x24/apps/gnome-network-properties.png -share/icons/hicolor/24x24/apps/gnome-settings-default-applications.png -share/icons/hicolor/32x32/apps/gnome-display-properties.png -share/icons/hicolor/32x32/apps/gnome-network-properties.png -share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png -share/icons/hicolor/48x48/apps/gnome-network-properties.png -share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png -share/icons/hicolor/48x48/apps/typing-monitor.png -share/icons/hicolor/scalable/apps/gnome-display-properties.svg -share/icons/hicolor/scalable/apps/gnome-network-properties.svg -share/icons/hicolor/scalable/apps/typing-monitor.svg -share/locale/af/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/am/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/as/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/az/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/be/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/br/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/da/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/de/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/el/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/es/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/et/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/he/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/id/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/is/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/it/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/or/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/si/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/te/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/th/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo -share/mime/application/x-gnome-theme-package.xml -share/mime/packages/gnome-theme-package.xml -share/omf/control-center/control-center-C.omf -share/omf/control-center/control-center-ca.omf -share/omf/control-center/control-center-ca@valencia.omf -share/omf/control-center/control-center-cs.omf -share/omf/control-center/control-center-de.omf -share/omf/control-center/control-center-el.omf -share/omf/control-center/control-center-en_GB.omf -share/omf/control-center/control-center-es.omf -share/omf/control-center/control-center-fr.omf -share/omf/control-center/control-center-it.omf -share/omf/control-center/control-center-ja.omf -share/omf/control-center/control-center-oc.omf -share/omf/control-center/control-center-pa.omf -share/omf/control-center/control-center-pl.omf -share/omf/control-center/control-center-pt.omf -share/omf/control-center/control-center-pt_BR.omf -share/omf/control-center/control-center-ru.omf -share/omf/control-center/control-center-sv.omf -share/omf/control-center/control-center-uk.omf -share/omf/control-center/control-center-vi.omf -share/omf/control-center/control-center-zh_CN.omf -@dirrm share/omf/control-center -@dirrm share/gnome/help/control-center/zh_CN -@dirrm share/gnome/help/control-center/vi -@dirrm share/gnome/help/control-center/uk -@dirrm share/gnome/help/control-center/sv -@dirrm share/gnome/help/control-center/ru -@dirrm share/gnome/help/control-center/pt_BR -@dirrm share/gnome/help/control-center/pt -@dirrm share/gnome/help/control-center/pl -@dirrm share/gnome/help/control-center/pa -@dirrm share/gnome/help/control-center/oc -@dirrm share/gnome/help/control-center/ja -@dirrm share/gnome/help/control-center/it -@dirrm share/gnome/help/control-center/fr -@dirrm share/gnome/help/control-center/es -@dirrm share/gnome/help/control-center/en_GB -@dirrm share/gnome/help/control-center/el -@dirrm share/gnome/help/control-center/de -@dirrm share/gnome/help/control-center/cs -@dirrm share/gnome/help/control-center/ca@valencia -@dirrm share/gnome/help/control-center/ca -@dirrm share/gnome/help/control-center/C -@dirrm share/gnome/help/control-center -@dirrm share/gnome/cursor-fonts -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/default-apps -@dirrmtry share/desktop-directories -@dirrmtry share/applications -@dirrm lib/window-manager-settings -@dirrm include/gnome-window-settings-2.0 -@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 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile deleted file mode 100644 index 97e49e378..000000000 --- a/sysutils/gnome-power-manager/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: gnome-power-manager -# Date created: 03 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/sysutils/gnome-power-manager/Makefile,v 1.5 2009/04/19 06:23:37 marcus Exp $ -# - -PORTNAME= gnome-power-manager -PORTVERSION= 2.24.4 -PORTREVISION= 6 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Power management system for the GNOME Desktop - -BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.1:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:22 -USE_GSTREAMER= good -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ - gnomedocutils gnomepanel -CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ - --disable-docbook-docs \ - --enable-policykit -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-power-manager.schemas - -MAN1= gnome-power-manager.1 gnome-power-preferences.1 \ - gnome-power-statistics.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo deleted file mode 100644 index c3465ec86..000000000 --- a/sysutils/gnome-power-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-power-manager-2.24.4.tar.bz2) = bad8bba644d31f88d92a11d8880feada -SHA256 (gnome2/gnome-power-manager-2.24.4.tar.bz2) = 00da3aa929c444a600f7e5ccabd7a20f9b43710562b951c69cbe68ea4db37ef1 -SIZE (gnome2/gnome-power-manager-2.24.4.tar.bz2) = 2997032 diff --git a/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c b/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c deleted file mode 100644 index 6d98cece2..000000000 --- a/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libhal-glib/libhal-gdevice.c.orig 2009-04-19 02:15:52.000000000 -0400 -+++ libhal-glib/libhal-gdevice.c 2009-04-19 02:16:09.000000000 -0400 -@@ -280,7 +280,7 @@ hal_gdevice_query_capability (HalGDevice - return FALSE; - } - ret = dbus_g_proxy_call (proxy, "QueryCapability", error, -- G_TYPE_STRING, device->priv->udi, -+ G_TYPE_STRING, capability, - G_TYPE_INVALID, - G_TYPE_BOOLEAN, has_capability, - G_TYPE_INVALID); diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in deleted file mode 100644 index 8bbbfb172..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- src/Makefile.in.orig 2008-09-29 17:30:53.000000000 -0400 -+++ src/Makefile.in 2008-09-29 17:35:03.000000000 -0400 -@@ -471,7 +471,7 @@ gnome_power_statistics_SOURCES = \ - $(NULL) - - gnome_power_statistics_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) \ -- $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) $(NULL) \ -+ $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) \ - $(am__append_1) - gnome_power_preferences_SOURCES = \ - egg-debug.h \ -@@ -499,7 +499,7 @@ gnome_power_preferences_SOURCES = \ - gnome_power_preferences_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) \ - $(DBUS_LIBS) $(POLKIT_GNOME_LIBS) $(GPM_EXTRA_LIBS) \ - $(LOCAL_LIBHAL_LIBS) $(LOCAL_LIBDBUS_LIBS) \ -- $(LOCAL_LIBUNIQUE_LIBS) $(NULL) $(am__append_2) -+ $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) $(am__append_2) - gnome_power_manager_SOURCES = \ - egg-color.c \ - egg-color.h \ -@@ -588,7 +588,7 @@ gnome_power_manager_SOURCES = \ - gnome_power_manager_LDADD = $(GLIB_LIBS) $(GSTREAMER_LIBS) \ - $(GNOME_LIBS) $(HAL_LIBS) $(POLKIT_LIBS) $(DBUS_LIBS) \ - $(XRANDR_LIBS) $(GPM_EXTRA_LIBS) $(LOCAL_LIBHAL_LIBS) \ -- $(LOCAL_LIBDBUS_LIBS) $(NULL) $(am__append_3) -+ $(LOCAL_LIBDBUS_LIBS) -lexecinfo $(NULL) $(am__append_3) - gnome_power_self_test_SOURCES = \ - egg-color.c \ - egg-color.h \ diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h b/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h deleted file mode 100644 index 8273665a5..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gpm-array-float.h.orig 2009-03-18 19:35:24.000000000 -0400 -+++ src/gpm-array-float.h 2009-03-18 19:35:42.000000000 -0400 -@@ -49,9 +49,9 @@ gfloat gpm_array_float_get_average (G - gboolean gpm_array_float_print (GArray *array); - GArray *gpm_array_float_convolve (GArray *data, - GArray *kernel); --inline gfloat gpm_array_float_get (GArray *array, -+gfloat gpm_array_float_get (GArray *array, - guint i); --inline void gpm_array_float_set (GArray *array, -+void gpm_array_float_set (GArray *array, - guint i, - gfloat value); - diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-button.c b/sysutils/gnome-power-manager/files/patch-src_gpm-button.c deleted file mode 100644 index 7960d9f22..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_gpm-button.c +++ /dev/null @@ -1,37 +0,0 @@ ---- src/gpm-button.c.orig 2009-04-19 02:17:58.000000000 -0400 -+++ src/gpm-button.c 2009-04-19 02:20:39.000000000 -0400 -@@ -494,6 +494,25 @@ hal_daemon_stop_cb (HalGManager *hal_man - } - } - -+/* -+ * hal_daemon_new_device_cb -+ **/ -+static void -+hal_daemon_new_device_cb (HalGManager *hal_manager, const gchar *udi, GpmButton *button) -+{ -+ gboolean is_button; -+ HalGDevice *device; -+ -+ device = hal_gdevice_new (); -+ hal_gdevice_set_udi (device, udi); -+ hal_gdevice_query_capability (device, "button", &is_button, NULL); -+ if (is_button == TRUE) { -+ egg_debug ("Watching %s", udi); -+ watch_add_button (button, udi); -+ } -+ g_object_unref (device); -+} -+ - /** - * gpm_button_init: - * @button: This class instance -@@ -543,6 +562,8 @@ gpm_button_init (GpmButton *button) - G_CALLBACK (hal_daemon_start_cb), button); - g_signal_connect (button->priv->hal_manager, "daemon-stop", - G_CALLBACK (hal_daemon_stop_cb), button); -+ g_signal_connect (button->priv->hal_manager, "device-added", -+ G_CALLBACK (hal_daemon_new_device_cb), button); - - button->priv->hal_devicestore = hal_gdevicestore_new (); - diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c b/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c deleted file mode 100644 index ea8e92f03..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gpm-cell-aray.c.orig 2009-10-24 19:59:07.000000000 -0400 -+++ src/gpm-cell-array.c 2009-10-24 19:59:50.000000000 -0400 -@@ -355,7 +355,8 @@ gpm_cell_array_update (GpmCellArray *cel - * get an with batteries which have a very small charge unit and consequently - * a very high charge. Fixes bug #327471 */ - if (unit->kind == GPM_CELL_UNIT_KIND_PRIMARY && -- unit->charge_current > 0 && unit->charge_last_full > 0) { -+ unit->charge_current > 0 && unit->charge_last_full > 0 && -+ unit->percentage > 1) { - gfloat pc = 100.0f * ((gfloat)unit->charge_current / - (gfloat)unit->charge_last_full); - if (pc < 0.0f) { diff --git a/sysutils/gnome-power-manager/pkg-descr b/sysutils/gnome-power-manager/pkg-descr deleted file mode 100644 index 5b789d06c..000000000 --- a/sysutils/gnome-power-manager/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME Power Manager is a GNOME session daemon that acts as a policy agent -on top of HAL (the Hardware Abstraction Layer). GNOME Power Manager listens -for HAL events and responds with user-configurable reactions. -Currently it supports laptop batteries and AC adapters. Its goal is to be -architecture neutral and free of polling and other hacks. - -WWW: http://www.gnome.org/projects/gnome-power-manager/ diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist deleted file mode 100644 index 9329befef..000000000 --- a/sysutils/gnome-power-manager/pkg-plist +++ /dev/null @@ -1,583 +0,0 @@ -bin/gnome-power-bugreport.sh -bin/gnome-power-cmd.sh -bin/gnome-power-manager -bin/gnome-power-preferences -bin/gnome-power-statistics -libdata/bonobo/servers/GNOME_BrightnessApplet.server -libdata/bonobo/servers/GNOME_InhibitApplet.server -libexec/gnome-brightness-applet -libexec/gnome-inhibit-applet -share/applications/gnome-power-preferences.desktop -share/applications/gnome-power-statistics.desktop -share/dbus-1/services/gnome-power-manager.service -share/gnome-2.0/ui/GNOME_BrightnessApplet.xml -share/gnome-2.0/ui/GNOME_InhibitApplet.xml -%%DATADIR%%/gpm-critical-power.wav -%%DATADIR%%/gpm-feedback-widget.glade -%%DATADIR%%/gpm-graph.glade -%%DATADIR%%/gpm-inhibit-test.glade -%%DATADIR%%/gpm-prefs.glade -%%DATADIR%%/gpm-suspend-failure.wav -%%DATADIR%%/gpm-unplugged.wav -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-030.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-030.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-030.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-charged.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-missing.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-charged.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-030.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-030.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-030.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-charged.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-missing.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-charged.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-030.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-030.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-030.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-charged.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-missing.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-charged.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-030.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-030.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-030.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-charged.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-missing.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-charged.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-030.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-030.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-030.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-charged.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-missing.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-charged.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg -share/gnome/autostart/gnome-power-manager.desktop -share/gnome/help/gnome-power-manager/C/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/C/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/C/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/C/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/C/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/C/figures/gpm-low.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/C/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/C/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/C/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/C/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/C/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/C/legal.xml -share/gnome/help/gnome-power-manager/ca/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/ca/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-low.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/ca/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/ca/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/es/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/es/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/es/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/es/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/es/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/es/figures/gpm-low.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/es/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/es/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/es/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/es/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/es/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/fr/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/fr/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-low.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/fr/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/fr/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/hu/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/hu/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-low.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/hu/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/hu/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/it/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/it/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/it/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/it/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/it/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/it/figures/gpm-low.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/it/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/it/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/it/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/it/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/it/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/oc/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/oc/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-low.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/oc/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/oc/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/pa/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/pa/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-low.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/pa/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/pa/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/ru/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/ru/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-low.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/ru/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/ru/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/sv/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/sv/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-low.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/sv/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/sv/gnome-power-manager.xml -share/icons/hicolor/16x16/apps/gnome-brightness-applet.png -share/icons/hicolor/16x16/apps/gnome-inhibit-applet.png -share/icons/hicolor/16x16/apps/gnome-power-manager.png -share/icons/hicolor/16x16/apps/gnome-power-statistics.png -share/icons/hicolor/22x22/apps/gnome-brightness-applet.png -share/icons/hicolor/22x22/apps/gnome-inhibit-applet.png -share/icons/hicolor/22x22/apps/gnome-power-manager.png -share/icons/hicolor/22x22/apps/gnome-power-statistics.png -share/icons/hicolor/24x24/apps/gnome-brightness-applet.png -share/icons/hicolor/24x24/apps/gnome-inhibit-applet.png -share/icons/hicolor/24x24/apps/gnome-power-manager.png -share/icons/hicolor/24x24/apps/gnome-power-statistics.png -share/icons/hicolor/48x48/apps/gnome-brightness-applet.png -share/icons/hicolor/48x48/apps/gnome-inhibit-applet.png -share/icons/hicolor/48x48/apps/gnome-power-manager.png -share/icons/hicolor/48x48/apps/gnome-power-statistics.png -share/icons/hicolor/scalable/apps/gnome-brightness-applet.svg -share/icons/hicolor/scalable/apps/gnome-inhibit-applet.svg -share/icons/hicolor/scalable/apps/gnome-power-manager.svg -share/icons/hicolor/scalable/apps/gnome-power-statistics.svg -share/locale/ar/LC_MESSAGES/gnome-power-manager.mo -share/locale/as/LC_MESSAGES/gnome-power-manager.mo -share/locale/ast/LC_MESSAGES/gnome-power-manager.mo -share/locale/be@latin/LC_MESSAGES/gnome-power-manager.mo -share/locale/bg/LC_MESSAGES/gnome-power-manager.mo -share/locale/bn/LC_MESSAGES/gnome-power-manager.mo -share/locale/bn_IN/LC_MESSAGES/gnome-power-manager.mo -share/locale/ca/LC_MESSAGES/gnome-power-manager.mo -share/locale/cs/LC_MESSAGES/gnome-power-manager.mo -share/locale/cy/LC_MESSAGES/gnome-power-manager.mo -share/locale/da/LC_MESSAGES/gnome-power-manager.mo -share/locale/de/LC_MESSAGES/gnome-power-manager.mo -share/locale/dz/LC_MESSAGES/gnome-power-manager.mo -share/locale/el/LC_MESSAGES/gnome-power-manager.mo -share/locale/en_CA/LC_MESSAGES/gnome-power-manager.mo -share/locale/en_GB/LC_MESSAGES/gnome-power-manager.mo -share/locale/es/LC_MESSAGES/gnome-power-manager.mo -share/locale/et/LC_MESSAGES/gnome-power-manager.mo -share/locale/eu/LC_MESSAGES/gnome-power-manager.mo -share/locale/fa/LC_MESSAGES/gnome-power-manager.mo -share/locale/fi/LC_MESSAGES/gnome-power-manager.mo -share/locale/fr/LC_MESSAGES/gnome-power-manager.mo -share/locale/ga/LC_MESSAGES/gnome-power-manager.mo -share/locale/gl/LC_MESSAGES/gnome-power-manager.mo -share/locale/gu/LC_MESSAGES/gnome-power-manager.mo -share/locale/he/LC_MESSAGES/gnome-power-manager.mo -share/locale/hi/LC_MESSAGES/gnome-power-manager.mo -share/locale/hu/LC_MESSAGES/gnome-power-manager.mo -share/locale/id/LC_MESSAGES/gnome-power-manager.mo -share/locale/is/LC_MESSAGES/gnome-power-manager.mo -share/locale/it/LC_MESSAGES/gnome-power-manager.mo -share/locale/ja/LC_MESSAGES/gnome-power-manager.mo -share/locale/ka/LC_MESSAGES/gnome-power-manager.mo -share/locale/kn/LC_MESSAGES/gnome-power-manager.mo -share/locale/ko/LC_MESSAGES/gnome-power-manager.mo -share/locale/ku/LC_MESSAGES/gnome-power-manager.mo -share/locale/lt/LC_MESSAGES/gnome-power-manager.mo -share/locale/lv/LC_MESSAGES/gnome-power-manager.mo -share/locale/mg/LC_MESSAGES/gnome-power-manager.mo -share/locale/mk/LC_MESSAGES/gnome-power-manager.mo -share/locale/ml/LC_MESSAGES/gnome-power-manager.mo -share/locale/mr/LC_MESSAGES/gnome-power-manager.mo -share/locale/nb/LC_MESSAGES/gnome-power-manager.mo -share/locale/nl/LC_MESSAGES/gnome-power-manager.mo -share/locale/nn/LC_MESSAGES/gnome-power-manager.mo -share/locale/oc/LC_MESSAGES/gnome-power-manager.mo -share/locale/or/LC_MESSAGES/gnome-power-manager.mo -share/locale/pa/LC_MESSAGES/gnome-power-manager.mo -share/locale/pl/LC_MESSAGES/gnome-power-manager.mo -share/locale/pt/LC_MESSAGES/gnome-power-manager.mo -share/locale/pt_BR/LC_MESSAGES/gnome-power-manager.mo -share/locale/ro/LC_MESSAGES/gnome-power-manager.mo -share/locale/ru/LC_MESSAGES/gnome-power-manager.mo -share/locale/si/LC_MESSAGES/gnome-power-manager.mo -share/locale/sk/LC_MESSAGES/gnome-power-manager.mo -share/locale/sl/LC_MESSAGES/gnome-power-manager.mo -share/locale/sr/LC_MESSAGES/gnome-power-manager.mo -share/locale/sr@latin/LC_MESSAGES/gnome-power-manager.mo -share/locale/sv/LC_MESSAGES/gnome-power-manager.mo -share/locale/ta/LC_MESSAGES/gnome-power-manager.mo -share/locale/te/LC_MESSAGES/gnome-power-manager.mo -share/locale/th/LC_MESSAGES/gnome-power-manager.mo -share/locale/tr/LC_MESSAGES/gnome-power-manager.mo -share/locale/uk/LC_MESSAGES/gnome-power-manager.mo -share/locale/vi/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_CN/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_HK/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_TW/LC_MESSAGES/gnome-power-manager.mo -share/omf/gnome-power-manager/gnome-power-manager-C.omf -share/omf/gnome-power-manager/gnome-power-manager-ca.omf -share/omf/gnome-power-manager/gnome-power-manager-es.omf -share/omf/gnome-power-manager/gnome-power-manager-fr.omf -share/omf/gnome-power-manager/gnome-power-manager-hu.omf -share/omf/gnome-power-manager/gnome-power-manager-it.omf -share/omf/gnome-power-manager/gnome-power-manager-oc.omf -share/omf/gnome-power-manager/gnome-power-manager-pa.omf -share/omf/gnome-power-manager/gnome-power-manager-ru.omf -share/omf/gnome-power-manager/gnome-power-manager-sv.omf -@dirrm share/omf/gnome-power-manager -@dirrm share/gnome/help/gnome-power-manager/sv/figures -@dirrm share/gnome/help/gnome-power-manager/sv -@dirrm share/gnome/help/gnome-power-manager/ru/figures -@dirrm share/gnome/help/gnome-power-manager/ru -@dirrm share/gnome/help/gnome-power-manager/pa/figures -@dirrm share/gnome/help/gnome-power-manager/pa -@dirrm share/gnome/help/gnome-power-manager/oc/figures -@dirrm share/gnome/help/gnome-power-manager/oc -@dirrm share/gnome/help/gnome-power-manager/it/figures -@dirrm share/gnome/help/gnome-power-manager/it -@dirrm share/gnome/help/gnome-power-manager/hu/figures -@dirrm share/gnome/help/gnome-power-manager/hu -@dirrm share/gnome/help/gnome-power-manager/fr/figures -@dirrm share/gnome/help/gnome-power-manager/fr -@dirrm share/gnome/help/gnome-power-manager/es/figures -@dirrm share/gnome/help/gnome-power-manager/es -@dirrm share/gnome/help/gnome-power-manager/ca/figures -@dirrm share/gnome/help/gnome-power-manager/ca -@dirrm share/gnome/help/gnome-power-manager/C/figures -@dirrm share/gnome/help/gnome-power-manager/C -@dirrm share/gnome/help/gnome-power-manager -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/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 diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile deleted file mode 100644 index 1fa46fb8d..000000000 --- a/sysutils/gnome-settings-daemon/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome-settings-daemon -# Date created: 14 Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.52 2009/10/19 18:51:22 kwm Exp $ -# - -PORTNAME= gnome-settings-daemon -PORTVERSION= 2.28.1 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 settings daemon - -LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb - -USE_XORG= xxf86misc -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop libgnomekbd -USE_GETTEXT= yes -USE_GSTREAMER= good -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= apps_gnome_settings_daemon_housekeeping.schemas \ - apps_gnome_settings_daemon_keybindings.schemas \ - apps_gnome_settings_daemon_xrandr.schemas \ - desktop_gnome_font_rendering.schemas \ - desktop_gnome_keybindings.schemas \ - desktop_gnome_peripherals_touchpad.schemas \ - gnome-settings-daemon.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-settings-daemon/distinfo b/sysutils/gnome-settings-daemon/distinfo deleted file mode 100644 index 5cced3e10..000000000 --- a/sysutils/gnome-settings-daemon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-settings-daemon-2.28.1.tar.bz2) = cadb2e161846c4df76fec45679db1f50 -SHA256 (gnome2/gnome-settings-daemon-2.28.1.tar.bz2) = 1267ef7d4069189b6bd05b915586b5b323688a136d394e571d29991d59bbadb2 -SIZE (gnome2/gnome-settings-daemon-2.28.1.tar.bz2) = 1174173 diff --git a/sysutils/gnome-settings-daemon/pkg-descr b/sysutils/gnome-settings-daemon/pkg-descr deleted file mode 100644 index 9ce205e84..000000000 --- a/sysutils/gnome-settings-daemon/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GNOME 2 settings daemon. - -WWW: http://www.gnome.org diff --git a/sysutils/gnome-settings-daemon/pkg-plist b/sysutils/gnome-settings-daemon/pkg-plist deleted file mode 100644 index 3407151e0..000000000 --- a/sysutils/gnome-settings-daemon/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -etc/xdg/autostart/gnome-settings-daemon.desktop -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-plugin.h -lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/liba11y-keyboard.a -lib/gnome-settings-daemon-2.0/liba11y-keyboard.la -lib/gnome-settings-daemon-2.0/liba11y-keyboard.so -lib/gnome-settings-daemon-2.0/libbackground.a -lib/gnome-settings-daemon-2.0/libbackground.la -lib/gnome-settings-daemon-2.0/libbackground.so -lib/gnome-settings-daemon-2.0/libclipboard.a -lib/gnome-settings-daemon-2.0/libclipboard.la -lib/gnome-settings-daemon-2.0/libclipboard.so -lib/gnome-settings-daemon-2.0/libfont.a -lib/gnome-settings-daemon-2.0/libfont.la -lib/gnome-settings-daemon-2.0/libfont.so -lib/gnome-settings-daemon-2.0/libhousekeeping.a -lib/gnome-settings-daemon-2.0/libhousekeeping.la -lib/gnome-settings-daemon-2.0/libhousekeeping.so -lib/gnome-settings-daemon-2.0/libkeybindings.a -lib/gnome-settings-daemon-2.0/libkeybindings.la -lib/gnome-settings-daemon-2.0/libkeybindings.so -lib/gnome-settings-daemon-2.0/libkeyboard.a -lib/gnome-settings-daemon-2.0/libkeyboard.la -lib/gnome-settings-daemon-2.0/libkeyboard.so -lib/gnome-settings-daemon-2.0/libmedia-keys.a -lib/gnome-settings-daemon-2.0/libmedia-keys.la -lib/gnome-settings-daemon-2.0/libmedia-keys.so -lib/gnome-settings-daemon-2.0/libmouse.a -lib/gnome-settings-daemon-2.0/libmouse.la -lib/gnome-settings-daemon-2.0/libmouse.so -lib/gnome-settings-daemon-2.0/libsound.a -lib/gnome-settings-daemon-2.0/libsound.la -lib/gnome-settings-daemon-2.0/libsound.so -lib/gnome-settings-daemon-2.0/libtyping-break.a -lib/gnome-settings-daemon-2.0/libtyping-break.la -lib/gnome-settings-daemon-2.0/libtyping-break.so -lib/gnome-settings-daemon-2.0/libxrandr.a -lib/gnome-settings-daemon-2.0/libxrandr.la -lib/gnome-settings-daemon-2.0/libxrandr.so -lib/gnome-settings-daemon-2.0/libxrdb.a -lib/gnome-settings-daemon-2.0/libxrdb.la -lib/gnome-settings-daemon-2.0/libxrdb.so -lib/gnome-settings-daemon-2.0/libxsettings.a -lib/gnome-settings-daemon-2.0/libxsettings.la -lib/gnome-settings-daemon-2.0/libxsettings.so -lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin -libdata/pkgconfig/gnome-settings-daemon.pc -libexec/gnome-settings-daemon -libexec/gsd-locate-pointer -share/dbus-1/services/org.gnome.SettingsDaemon.service -share/gnome-control-center/keybindings/50-accessibility.xml -%%DATADIR%%/acme.ui -%%DATADIR%%/gsd-a11y-preferences-dialog.ui -%%DATADIR%%/modmap-dialog.ui -%%DATADIR%%/xrdb/Editres.ad -%%DATADIR%%/xrdb/Emacs.ad -%%DATADIR%%/xrdb/General.ad -%%DATADIR%%/xrdb/Motif.ad -%%DATADIR%%/xrdb/Tk.ad -%%DATADIR%%/xrdb/Xaw.ad -share/icons/hicolor/16x16/apps/gsd-xrandr.png -share/icons/hicolor/22x22/apps/gsd-xrandr.png -share/icons/hicolor/24x24/apps/gsd-xrandr.png -share/icons/hicolor/32x32/apps/gsd-xrandr.png -share/icons/hicolor/scalable/apps/gsd-xrandr.svg -share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/dz/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/el/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en_CA/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en_GB/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/es/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/et/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/eu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ga/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/gl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/gu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/he/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/id/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/is/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/it/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ja/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ka/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/kn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ko/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ku/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/lt/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/lv/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mai/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mg/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ml/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ms/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nb/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ne/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nso/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/oc/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/or/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pt/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pt_BR/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ro/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ru/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/rw/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/si/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sq/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sr@latin/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sv/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ta/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/te/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/th/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/tr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/uk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/vi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/wa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/xh/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_CN/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_HK/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo -@dirrm %%DATADIR%%/xrdb -@dirrm %%DATADIR%% -@dirrm lib/gnome-settings-daemon-2.0 -@dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon -@dirrm include/gnome-settings-daemon-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile deleted file mode 100644 index 16125fa92..000000000 --- a/sysutils/gnome-system-monitor/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomesystemmonitor -# Date created: 09 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.136 2009/07/18 21:09:03 kwm Exp $ -# - -PORTNAME= gnome-system-monitor -PORTVERSION= 2.28.0 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 system monitor program - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils \ - librsvg2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lutil" - -GCONF_SCHEMAS= gnome-system-monitor.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo deleted file mode 100644 index 9c0250230..000000000 --- a/sysutils/gnome-system-monitor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-system-monitor-2.28.0.tar.bz2) = 341c8fda9b518729e04465705da62994 -SHA256 (gnome2/gnome-system-monitor-2.28.0.tar.bz2) = 638875c6041cd2b0ad7219fecd8fe86eb9d4c8b0662166a84d7659bd6a9db1d3 -SIZE (gnome2/gnome-system-monitor-2.28.0.tar.bz2) = 2388199 diff --git a/sysutils/gnome-system-monitor/files/patch-src_load-graph.cpp b/sysutils/gnome-system-monitor/files/patch-src_load-graph.cpp deleted file mode 100644 index 9b934be3d..000000000 --- a/sysutils/gnome-system-monitor/files/patch-src_load-graph.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/load-graph.cpp.orig 2008-01-14 23:43:43.000000000 -0600 -+++ src/load-graph.cpp 2008-01-14 23:44:15.000000000 -0600 -@@ -412,7 +412,7 @@ - // e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10) - // where base10 = 1, coef10 = 101, pow2 = 16 - -- unsigned pow2 = std::floor(log2(new_max)); -+ unsigned pow2 = std::floor(log(new_max) / log(2)); - unsigned base10 = pow2 / 10; - unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10))); - g_assert(new_max <= (coef10 * (1UL << (base10 * 10)))); diff --git a/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp b/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp deleted file mode 100644 index c00526174..000000000 --- a/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400 -+++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400 -@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str - goto failsafe; - - if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname, -+#ifdef NI_IDN - sizeof hostname, service, sizeof service, NI_IDN)) -+#else -+ sizeof hostname, service, sizeof service, 0)) -+#endif - goto failsafe; - - if (res) freeaddrinfo(res); diff --git a/sysutils/gnome-system-monitor/pkg-descr b/sysutils/gnome-system-monitor/pkg-descr deleted file mode 100644 index 40caee647..000000000 --- a/sysutils/gnome-system-monitor/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GNOME 2.0 system monitor program. diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist deleted file mode 100644 index 701940d51..000000000 --- a/sysutils/gnome-system-monitor/pkg-plist +++ /dev/null @@ -1,349 +0,0 @@ -bin/gnome-system-monitor -share/applications/gnome-system-monitor.desktop -share/gnome/help/gnome-system-monitor/C/figures/addColumn.png -share/gnome/help/gnome-system-monitor/C/figures/changePriority.png -share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/C/figures/processListing.png -share/gnome/help/gnome-system-monitor/C/figures/sortButton.png -share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/C/legal.xml -share/gnome/help/gnome-system-monitor/ar/figures/addColumn.png -share/gnome/help/gnome-system-monitor/ar/figures/changePriority.png -share/gnome/help/gnome-system-monitor/ar/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/ar/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/ar/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/ar/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/ar/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/ar/figures/processListing.png -share/gnome/help/gnome-system-monitor/ar/figures/sortButton.png -share/gnome/help/gnome-system-monitor/ar/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/ar/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/ar/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/ar/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/ar/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png -share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png -share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/bg/figures/processListing.png -share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png -share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/bg/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/ca/figures/addColumn.png -share/gnome/help/gnome-system-monitor/ca/figures/changePriority.png -share/gnome/help/gnome-system-monitor/ca/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/ca/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/ca/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/ca/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/ca/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/ca/figures/processListing.png -share/gnome/help/gnome-system-monitor/ca/figures/sortButton.png -share/gnome/help/gnome-system-monitor/ca/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/ca/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/ca/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/ca/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/ca/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/cs/figures/addColumn.png -share/gnome/help/gnome-system-monitor/cs/figures/changePriority.png -share/gnome/help/gnome-system-monitor/cs/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/cs/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/cs/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/cs/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/cs/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/cs/figures/processListing.png -share/gnome/help/gnome-system-monitor/cs/figures/sortButton.png -share/gnome/help/gnome-system-monitor/cs/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/cs/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/cs/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/cs/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/cs/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/da/figures/addColumn.png -share/gnome/help/gnome-system-monitor/da/figures/changePriority.png -share/gnome/help/gnome-system-monitor/da/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/da/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/da/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/da/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/da/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/da/figures/processListing.png -share/gnome/help/gnome-system-monitor/da/figures/sortButton.png -share/gnome/help/gnome-system-monitor/da/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/da/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/da/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/da/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/da/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/de/figures/addColumn.png -share/gnome/help/gnome-system-monitor/de/figures/changePriority.png -share/gnome/help/gnome-system-monitor/de/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/de/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/de/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/de/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/de/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/de/figures/processListing.png -share/gnome/help/gnome-system-monitor/de/figures/sortButton.png -share/gnome/help/gnome-system-monitor/de/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/de/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/de/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/de/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/de/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/el/figures/addColumn.png -share/gnome/help/gnome-system-monitor/el/figures/changePriority.png -share/gnome/help/gnome-system-monitor/el/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/el/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/el/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/el/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/el/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/el/figures/processListing.png -share/gnome/help/gnome-system-monitor/el/figures/sortButton.png -share/gnome/help/gnome-system-monitor/el/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/el/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/el/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/el/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/el/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/es/figures/addColumn.png -share/gnome/help/gnome-system-monitor/es/figures/changePriority.png -share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/es/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/es/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/es/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/es/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/es/figures/processListing.png -share/gnome/help/gnome-system-monitor/es/figures/sortButton.png -share/gnome/help/gnome-system-monitor/es/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/es/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/es/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/es/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/es/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/fr/figures/addColumn.png -share/gnome/help/gnome-system-monitor/fr/figures/changePriority.png -share/gnome/help/gnome-system-monitor/fr/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/fr/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/fr/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/fr/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/fr/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/fr/figures/processListing.png -share/gnome/help/gnome-system-monitor/fr/figures/sortButton.png -share/gnome/help/gnome-system-monitor/fr/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png -share/gnome/help/gnome-system-monitor/oc/figures/changePriority.png -share/gnome/help/gnome-system-monitor/oc/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/oc/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/oc/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/oc/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/oc/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/oc/figures/processListing.png -share/gnome/help/gnome-system-monitor/oc/figures/sortButton.png -share/gnome/help/gnome-system-monitor/oc/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/oc/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/oc/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/oc/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/oc/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/pa/figures/addColumn.png -share/gnome/help/gnome-system-monitor/pa/figures/changePriority.png -share/gnome/help/gnome-system-monitor/pa/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/pa/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/pa/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/pa/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/pa/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/pa/figures/processListing.png -share/gnome/help/gnome-system-monitor/pa/figures/sortButton.png -share/gnome/help/gnome-system-monitor/pa/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/pa/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/pa/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/pa/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/pa/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/sv/figures/addColumn.png -share/gnome/help/gnome-system-monitor/sv/figures/changePriority.png -share/gnome/help/gnome-system-monitor/sv/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/sv/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/sv/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/sv/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/sv/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/sv/figures/processListing.png -share/gnome/help/gnome-system-monitor/sv/figures/sortButton.png -share/gnome/help/gnome-system-monitor/sv/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml -share/locale/am/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo -share/locale/as/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ast/LC_MESSAGES/gnome-system-monitor.mo -share/locale/az/LC_MESSAGES/gnome-system-monitor.mo -share/locale/be/LC_MESSAGES/gnome-system-monitor.mo -share/locale/be@latin/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bg/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bn_IN/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bs/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ca/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-system-monitor.mo -share/locale/cs/LC_MESSAGES/gnome-system-monitor.mo -share/locale/cy/LC_MESSAGES/gnome-system-monitor.mo -share/locale/da/LC_MESSAGES/gnome-system-monitor.mo -share/locale/de/LC_MESSAGES/gnome-system-monitor.mo -share/locale/dz/LC_MESSAGES/gnome-system-monitor.mo -share/locale/el/LC_MESSAGES/gnome-system-monitor.mo -share/locale/en_CA/LC_MESSAGES/gnome-system-monitor.mo -share/locale/en_GB/LC_MESSAGES/gnome-system-monitor.mo -share/locale/es/LC_MESSAGES/gnome-system-monitor.mo -share/locale/et/LC_MESSAGES/gnome-system-monitor.mo -share/locale/eu/LC_MESSAGES/gnome-system-monitor.mo -share/locale/fa/LC_MESSAGES/gnome-system-monitor.mo -share/locale/fi/LC_MESSAGES/gnome-system-monitor.mo -share/locale/fr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ga/LC_MESSAGES/gnome-system-monitor.mo -share/locale/gl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/gu/LC_MESSAGES/gnome-system-monitor.mo -share/locale/he/LC_MESSAGES/gnome-system-monitor.mo -share/locale/hi/LC_MESSAGES/gnome-system-monitor.mo -share/locale/hr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/hu/LC_MESSAGES/gnome-system-monitor.mo -share/locale/id/LC_MESSAGES/gnome-system-monitor.mo -share/locale/it/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ja/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ka/LC_MESSAGES/gnome-system-monitor.mo -share/locale/kn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ko/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ku/LC_MESSAGES/gnome-system-monitor.mo -share/locale/li/LC_MESSAGES/gnome-system-monitor.mo -share/locale/lt/LC_MESSAGES/gnome-system-monitor.mo -share/locale/lv/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mai/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mg/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mk/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ml/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ms/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo -share/locale/or/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ps/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pt/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo -share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo -share/locale/si/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sr@latin/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo -share/locale/te/LC_MESSAGES/gnome-system-monitor.mo -share/locale/th/LC_MESSAGES/gnome-system-monitor.mo -share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo -share/locale/uk/LC_MESSAGES/gnome-system-monitor.mo -share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo -share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo -share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo -share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo -share/omf/gnome-system-monitor/gnome-system-monitor-C.omf -share/omf/gnome-system-monitor/gnome-system-monitor-ar.omf -share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf -share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf -share/omf/gnome-system-monitor/gnome-system-monitor-cs.omf -share/omf/gnome-system-monitor/gnome-system-monitor-da.omf -share/omf/gnome-system-monitor/gnome-system-monitor-de.omf -share/omf/gnome-system-monitor/gnome-system-monitor-el.omf -share/omf/gnome-system-monitor/gnome-system-monitor-es.omf -share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf -share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf -share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf -share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf -share/pixmaps/gnome-system-monitor/download.svg -share/pixmaps/gnome-system-monitor/side.png -share/pixmaps/gnome-system-monitor/upload.svg -@dirrm share/pixmaps/gnome-system-monitor -@dirrm share/omf/gnome-system-monitor -@dirrm share/gnome/help/gnome-system-monitor/sv/figures -@dirrm share/gnome/help/gnome-system-monitor/sv -@dirrm share/gnome/help/gnome-system-monitor/pa/figures -@dirrm share/gnome/help/gnome-system-monitor/pa -@dirrm share/gnome/help/gnome-system-monitor/oc/figures -@dirrm share/gnome/help/gnome-system-monitor/oc -@dirrm share/gnome/help/gnome-system-monitor/fr/figures -@dirrm share/gnome/help/gnome-system-monitor/fr -@dirrm share/gnome/help/gnome-system-monitor/es/figures -@dirrm share/gnome/help/gnome-system-monitor/es -@dirrm share/gnome/help/gnome-system-monitor/el/figures -@dirrm share/gnome/help/gnome-system-monitor/el -@dirrm share/gnome/help/gnome-system-monitor/de/figures -@dirrm share/gnome/help/gnome-system-monitor/de -@dirrm share/gnome/help/gnome-system-monitor/da/figures -@dirrm share/gnome/help/gnome-system-monitor/da -@dirrm share/gnome/help/gnome-system-monitor/cs/figures -@dirrm share/gnome/help/gnome-system-monitor/cs -@dirrm share/gnome/help/gnome-system-monitor/ca/figures -@dirrm share/gnome/help/gnome-system-monitor/ca -@dirrm share/gnome/help/gnome-system-monitor/bg/figures -@dirrm share/gnome/help/gnome-system-monitor/bg -@dirrm share/gnome/help/gnome-system-monitor/ar/figures -@dirrm share/gnome/help/gnome-system-monitor/ar -@dirrm share/gnome/help/gnome-system-monitor/C/figures -@dirrm share/gnome/help/gnome-system-monitor/C -@dirrm share/gnome/help/gnome-system-monitor -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile deleted file mode 100644 index bb22a2ac8..000000000 --- a/sysutils/gnome-system-tools/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomesystemtools -# Date created: 17 May 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.87 2009/09/21 17:18:47 kwm Exp $ -# - -PORTNAME= gnome-system-tools -PORTVERSION= 2.28.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Tools to configure workstations - -LIB_DEPENDS= oobs-1.4:${PORTSDIR}/devel/liboobs \ - polkit-gtk-1.0:${PORTSDIR}/sysutils/polkit-gnome - -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 -USE_AUTOTOOLS= libtool:22 -INSTALLS_OMF= yes -CONFIGURE_ARGS= --enable-services -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-system-tools.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-system-tools/distinfo b/sysutils/gnome-system-tools/distinfo deleted file mode 100644 index bce517344..000000000 --- a/sysutils/gnome-system-tools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-system-tools-2.28.1.tar.bz2) = 1614c0727801a9cb124c773f8bd76291 -SHA256 (gnome2/gnome-system-tools-2.28.1.tar.bz2) = eebc44c570c3af4642ee29859ca8caa0b780e0545c42c2e2bf214ef322299d61 -SIZE (gnome2/gnome-system-tools-2.28.1.tar.bz2) = 5308059 diff --git a/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c b/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c deleted file mode 100644 index c19a384a9..000000000 --- a/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/users/user-settings.c.orig Sun Apr 22 23:32:58 2007 -+++ src/users/user-settings.c Sun Apr 22 23:34:18 2007 -@@ -632,10 +632,10 @@ - password_changed = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (widget), "changed")); - - if (password_changed) -- oobs_user_set_password (user, gtk_entry_get_text (GTK_ENTRY (widget))); -+ oobs_user_set_crypted_password (user, gtk_entry_get_text (GTK_ENTRY (widget))); - } else { - widget = gst_dialog_get_widget (tool->main_dialog, "user_settings_random_passwd"); -- oobs_user_set_password (user, gtk_entry_get_text (GTK_ENTRY (widget))); -+ oobs_user_set_crypted_password (user, gtk_entry_get_text (GTK_ENTRY (widget))); - } - - group = get_main_group (oobs_user_get_login_name (user)); diff --git a/sysutils/gnome-system-tools/pkg-descr b/sysutils/gnome-system-tools/pkg-descr deleted file mode 100644 index b0b69e539..000000000 --- a/sysutils/gnome-system-tools/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Various tools to assist in administration and configuration of a workstation. -Included are tools to: - - * Administer user and group accounts - * Change the date, time, and time zone - * Set up and configure network interfaces - * Modify bootloader settings - * Start, stop, and modify system services - -WWW: http://www.gnome.org/projects/gst/ diff --git a/sysutils/gnome-system-tools/pkg-plist b/sysutils/gnome-system-tools/pkg-plist deleted file mode 100644 index 69ba8c660..000000000 --- a/sysutils/gnome-system-tools/pkg-plist +++ /dev/null @@ -1,573 +0,0 @@ -bin/network-admin -bin/services-admin -bin/shares-admin -bin/time-admin -bin/users-admin -lib/nautilus/extensions-2.0/libnautilus-gst-shares.a -lib/nautilus/extensions-2.0/libnautilus-gst-shares.la -lib/nautilus/extensions-2.0/libnautilus-gst-shares.so -libdata/pkgconfig/gnome-system-tools.pc -share/applications/network.desktop -share/applications/services.desktop -share/applications/shares.desktop -share/applications/time.desktop -share/applications/users.desktop -%%DATADIR%%/pixmaps/world_map-960.png -%%DATADIR%%/ui/common.ui -%%DATADIR%%/ui/network.ui -%%DATADIR%%/ui/services.ui -%%DATADIR%%/ui/shares.ui -%%DATADIR%%/ui/time.ui -%%DATADIR%%/ui/users.ui -share/gnome/help/network-admin/C/figures/network-tool.png -share/gnome/help/network-admin/C/legal.xml -share/gnome/help/network-admin/C/network-admin.xml -share/gnome/help/network-admin/ca/figures/network-tool.png -share/gnome/help/network-admin/ca/network-admin.xml -share/gnome/help/network-admin/cs/figures/network-tool.png -share/gnome/help/network-admin/cs/network-admin.xml -share/gnome/help/network-admin/de/figures/network-tool.png -share/gnome/help/network-admin/de/network-admin.xml -share/gnome/help/network-admin/el/figures/network-tool.png -share/gnome/help/network-admin/el/network-admin.xml -share/gnome/help/network-admin/en_GB/figures/network-tool.png -share/gnome/help/network-admin/en_GB/network-admin.xml -share/gnome/help/network-admin/es/figures/network-tool.png -share/gnome/help/network-admin/es/network-admin.xml -share/gnome/help/network-admin/fr/figures/network-tool.png -share/gnome/help/network-admin/fr/network-admin.xml -share/gnome/help/network-admin/it/figures/network-tool.png -share/gnome/help/network-admin/it/network-admin.xml -share/gnome/help/network-admin/oc/figures/network-tool.png -share/gnome/help/network-admin/oc/network-admin.xml -share/gnome/help/network-admin/sv/figures/network-tool.png -share/gnome/help/network-admin/sv/network-admin.xml -share/gnome/help/network-admin/zh_CN/figures/network-tool.png -share/gnome/help/network-admin/zh_CN/network-admin.xml -share/gnome/help/services-admin/C/figures/services-tool.png -share/gnome/help/services-admin/C/legal.xml -share/gnome/help/services-admin/C/services-admin.xml -share/gnome/help/services-admin/ca/figures/services-tool.png -share/gnome/help/services-admin/ca/services-admin.xml -share/gnome/help/services-admin/cs/figures/services-tool.png -share/gnome/help/services-admin/cs/services-admin.xml -share/gnome/help/services-admin/de/figures/services-tool.png -share/gnome/help/services-admin/de/services-admin.xml -share/gnome/help/services-admin/el/figures/services-tool.png -share/gnome/help/services-admin/el/services-admin.xml -share/gnome/help/services-admin/en_GB/figures/services-tool.png -share/gnome/help/services-admin/en_GB/services-admin.xml -share/gnome/help/services-admin/es/figures/services-tool.png -share/gnome/help/services-admin/es/services-admin.xml -share/gnome/help/services-admin/fr/figures/services-tool.png -share/gnome/help/services-admin/fr/services-admin.xml -share/gnome/help/services-admin/it/figures/services-tool.png -share/gnome/help/services-admin/it/services-admin.xml -share/gnome/help/services-admin/nl/figures/service-properties.png -share/gnome/help/services-admin/nl/figures/services-tool.png -share/gnome/help/services-admin/nl/legal.xml -share/gnome/help/services-admin/nl/services-admin.xml -share/gnome/help/services-admin/oc/figures/services-tool.png -share/gnome/help/services-admin/oc/services-admin.xml -share/gnome/help/services-admin/pl/figures/services-tool.png -share/gnome/help/services-admin/pl/services-admin.xml -share/gnome/help/services-admin/pt_BR/figures/services-tool.png -share/gnome/help/services-admin/pt_BR/services-admin.xml -share/gnome/help/services-admin/sv/figures/services-tool.png -share/gnome/help/services-admin/sv/services-admin.xml -share/gnome/help/services-admin/zh_CN/figures/services-tool.png -share/gnome/help/services-admin/zh_CN/services-admin.xml -share/gnome/help/shares-admin/C/figures/shares-tool.png -share/gnome/help/shares-admin/C/legal.xml -share/gnome/help/shares-admin/C/shares-admin.xml -share/gnome/help/shares-admin/ca/figures/shares-tool.png -share/gnome/help/shares-admin/ca/shares-admin.xml -share/gnome/help/shares-admin/cs/figures/shares-tool.png -share/gnome/help/shares-admin/cs/shares-admin.xml -share/gnome/help/shares-admin/de/figures/shares-tool.png -share/gnome/help/shares-admin/de/shares-admin.xml -share/gnome/help/shares-admin/el/figures/shares-tool.png -share/gnome/help/shares-admin/el/shares-admin.xml -share/gnome/help/shares-admin/en_GB/figures/shares-tool.png -share/gnome/help/shares-admin/en_GB/shares-admin.xml -share/gnome/help/shares-admin/es/figures/shares-tool.png -share/gnome/help/shares-admin/es/shares-admin.xml -share/gnome/help/shares-admin/fr/figures/shares-tool.png -share/gnome/help/shares-admin/fr/shares-admin.xml -share/gnome/help/shares-admin/it/figures/shares-tool.png -share/gnome/help/shares-admin/it/shares-admin.xml -share/gnome/help/shares-admin/oc/figures/shares-tool.png -share/gnome/help/shares-admin/oc/shares-admin.xml -share/gnome/help/shares-admin/pt_BR/figures/shares-tool.png -share/gnome/help/shares-admin/pt_BR/shares-admin.xml -share/gnome/help/shares-admin/sv/figures/shares-tool.png -share/gnome/help/shares-admin/sv/shares-admin.xml -share/gnome/help/shares-admin/zh_CN/figures/shares-tool.png -share/gnome/help/shares-admin/zh_CN/shares-admin.xml -share/gnome/help/time-admin/C/figures/time-map.png -share/gnome/help/time-admin/C/figures/time-servers.png -share/gnome/help/time-admin/C/figures/time-tool-automatic.png -share/gnome/help/time-admin/C/figures/time-tool-manual.png -share/gnome/help/time-admin/C/legal.xml -share/gnome/help/time-admin/C/time-admin.xml -share/gnome/help/time-admin/ca/figures/time-map.png -share/gnome/help/time-admin/ca/figures/time-servers.png -share/gnome/help/time-admin/ca/figures/time-tool-automatic.png -share/gnome/help/time-admin/ca/figures/time-tool-manual.png -share/gnome/help/time-admin/ca/time-admin.xml -share/gnome/help/time-admin/cs/figures/time-map.png -share/gnome/help/time-admin/cs/figures/time-servers.png -share/gnome/help/time-admin/cs/figures/time-tool-automatic.png -share/gnome/help/time-admin/cs/figures/time-tool-manual.png -share/gnome/help/time-admin/cs/time-admin.xml -share/gnome/help/time-admin/de/figures/time-map.png -share/gnome/help/time-admin/de/figures/time-servers.png -share/gnome/help/time-admin/de/figures/time-tool-automatic.png -share/gnome/help/time-admin/de/figures/time-tool-manual.png -share/gnome/help/time-admin/de/time-admin.xml -share/gnome/help/time-admin/el/figures/time-map.png -share/gnome/help/time-admin/el/figures/time-servers.png -share/gnome/help/time-admin/el/figures/time-tool-automatic.png -share/gnome/help/time-admin/el/figures/time-tool-manual.png -share/gnome/help/time-admin/el/time-admin.xml -share/gnome/help/time-admin/en_GB/figures/time-map.png -share/gnome/help/time-admin/en_GB/figures/time-servers.png -share/gnome/help/time-admin/en_GB/figures/time-tool-automatic.png -share/gnome/help/time-admin/en_GB/figures/time-tool-manual.png -share/gnome/help/time-admin/en_GB/time-admin.xml -share/gnome/help/time-admin/es/figures/time-map.png -share/gnome/help/time-admin/es/figures/time-servers.png -share/gnome/help/time-admin/es/figures/time-tool-automatic.png -share/gnome/help/time-admin/es/figures/time-tool-manual.png -share/gnome/help/time-admin/es/time-admin.xml -share/gnome/help/time-admin/fr/figures/time-map.png -share/gnome/help/time-admin/fr/figures/time-servers.png -share/gnome/help/time-admin/fr/figures/time-tool-automatic.png -share/gnome/help/time-admin/fr/figures/time-tool-manual.png -share/gnome/help/time-admin/fr/time-admin.xml -share/gnome/help/time-admin/it/figures/time-map.png -share/gnome/help/time-admin/it/figures/time-servers.png -share/gnome/help/time-admin/it/figures/time-tool-automatic.png -share/gnome/help/time-admin/it/figures/time-tool-manual.png -share/gnome/help/time-admin/it/time-admin.xml -share/gnome/help/time-admin/nl/figures/time-map.png -share/gnome/help/time-admin/nl/figures/time-servers.png -share/gnome/help/time-admin/nl/figures/time-tool-manual.png -share/gnome/help/time-admin/nl/legal.xml -share/gnome/help/time-admin/nl/time-admin.xml -share/gnome/help/time-admin/oc/figures/time-map.png -share/gnome/help/time-admin/oc/figures/time-servers.png -share/gnome/help/time-admin/oc/figures/time-tool-automatic.png -share/gnome/help/time-admin/oc/figures/time-tool-manual.png -share/gnome/help/time-admin/oc/time-admin.xml -share/gnome/help/time-admin/pt_BR/figures/time-map.png -share/gnome/help/time-admin/pt_BR/figures/time-servers.png -share/gnome/help/time-admin/pt_BR/figures/time-tool-automatic.png -share/gnome/help/time-admin/pt_BR/figures/time-tool-manual.png -share/gnome/help/time-admin/pt_BR/time-admin.xml -share/gnome/help/time-admin/ru/figures/time-map.png -share/gnome/help/time-admin/ru/figures/time-servers.png -share/gnome/help/time-admin/ru/figures/time-tool-automatic.png -share/gnome/help/time-admin/ru/figures/time-tool-manual.png -share/gnome/help/time-admin/ru/time-admin.xml -share/gnome/help/time-admin/sv/figures/time-map.png -share/gnome/help/time-admin/sv/figures/time-servers.png -share/gnome/help/time-admin/sv/figures/time-tool-automatic.png -share/gnome/help/time-admin/sv/figures/time-tool-manual.png -share/gnome/help/time-admin/sv/time-admin.xml -share/gnome/help/time-admin/zh_CN/figures/time-map.png -share/gnome/help/time-admin/zh_CN/figures/time-servers.png -share/gnome/help/time-admin/zh_CN/figures/time-tool-automatic.png -share/gnome/help/time-admin/zh_CN/figures/time-tool-manual.png -share/gnome/help/time-admin/zh_CN/time-admin.xml -share/gnome/help/users-admin/C/figures/groups.png -share/gnome/help/users-admin/C/figures/users-tool.png -share/gnome/help/users-admin/C/legal.xml -share/gnome/help/users-admin/C/users-admin.xml -share/gnome/help/users-admin/ca/figures/groups.png -share/gnome/help/users-admin/ca/figures/users-tool.png -share/gnome/help/users-admin/ca/users-admin.xml -share/gnome/help/users-admin/cs/figures/groups.png -share/gnome/help/users-admin/cs/figures/users-tool.png -share/gnome/help/users-admin/cs/users-admin.xml -share/gnome/help/users-admin/de/figures/groups.png -share/gnome/help/users-admin/de/figures/users-tool.png -share/gnome/help/users-admin/de/users-admin.xml -share/gnome/help/users-admin/el/figures/groups.png -share/gnome/help/users-admin/el/figures/users-tool.png -share/gnome/help/users-admin/el/users-admin.xml -share/gnome/help/users-admin/en_GB/figures/groups.png -share/gnome/help/users-admin/en_GB/figures/users-tool.png -share/gnome/help/users-admin/en_GB/users-admin.xml -share/gnome/help/users-admin/es/figures/groups.png -share/gnome/help/users-admin/es/figures/users-tool.png -share/gnome/help/users-admin/es/users-admin.xml -share/gnome/help/users-admin/fr/figures/groups.png -share/gnome/help/users-admin/fr/figures/users-tool.png -share/gnome/help/users-admin/fr/users-admin.xml -share/gnome/help/users-admin/it/figures/groups.png -share/gnome/help/users-admin/it/figures/users-tool.png -share/gnome/help/users-admin/it/users-admin.xml -share/gnome/help/users-admin/oc/figures/groups.png -share/gnome/help/users-admin/oc/figures/users-tool.png -share/gnome/help/users-admin/oc/users-admin.xml -share/gnome/help/users-admin/pt_BR/figures/groups.png -share/gnome/help/users-admin/pt_BR/figures/users-tool.png -share/gnome/help/users-admin/pt_BR/users-admin.xml -share/gnome/help/users-admin/ru/figures/groups.png -share/gnome/help/users-admin/ru/figures/users-tool.png -share/gnome/help/users-admin/ru/users-admin.xml -share/gnome/help/users-admin/sv/figures/groups.png -share/gnome/help/users-admin/sv/figures/users-tool.png -share/gnome/help/users-admin/sv/users-admin.xml -share/gnome/help/users-admin/zh_CN/figures/groups.png -share/gnome/help/users-admin/zh_CN/figures/users-tool.png -share/gnome/help/users-admin/zh_CN/users-admin.xml -share/icons/hicolor/16x16/apps/time-admin.png -share/icons/hicolor/22x22/apps/time-admin.png -share/icons/hicolor/24x24/apps/time-admin.png -share/icons/hicolor/32x32/apps/time-admin.png -share/icons/hicolor/48x48/apps/time-admin.png -share/icons/hicolor/48x48/devices/irda.png -share/icons/hicolor/48x48/devices/plip.png -share/icons/hicolor/scalable/apps/time-admin.svg -share/locale/am/LC_MESSAGES/gnome-system-tools.mo -share/locale/ar/LC_MESSAGES/gnome-system-tools.mo -share/locale/as/LC_MESSAGES/gnome-system-tools.mo -share/locale/ast/LC_MESSAGES/gnome-system-tools.mo -share/locale/az/LC_MESSAGES/gnome-system-tools.mo -share/locale/be/LC_MESSAGES/gnome-system-tools.mo -share/locale/be@latin/LC_MESSAGES/gnome-system-tools.mo -share/locale/bg/LC_MESSAGES/gnome-system-tools.mo -share/locale/bn/LC_MESSAGES/gnome-system-tools.mo -share/locale/bn_IN/LC_MESSAGES/gnome-system-tools.mo -share/locale/ca/LC_MESSAGES/gnome-system-tools.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-system-tools.mo -share/locale/cs/LC_MESSAGES/gnome-system-tools.mo -share/locale/cy/LC_MESSAGES/gnome-system-tools.mo -share/locale/da/LC_MESSAGES/gnome-system-tools.mo -share/locale/de/LC_MESSAGES/gnome-system-tools.mo -share/locale/dz/LC_MESSAGES/gnome-system-tools.mo -share/locale/el/LC_MESSAGES/gnome-system-tools.mo -share/locale/en_CA/LC_MESSAGES/gnome-system-tools.mo -share/locale/en_GB/LC_MESSAGES/gnome-system-tools.mo -share/locale/es/LC_MESSAGES/gnome-system-tools.mo -share/locale/et/LC_MESSAGES/gnome-system-tools.mo -share/locale/eu/LC_MESSAGES/gnome-system-tools.mo -share/locale/fa/LC_MESSAGES/gnome-system-tools.mo -share/locale/fi/LC_MESSAGES/gnome-system-tools.mo -share/locale/fr/LC_MESSAGES/gnome-system-tools.mo -share/locale/ga/LC_MESSAGES/gnome-system-tools.mo -share/locale/gl/LC_MESSAGES/gnome-system-tools.mo -share/locale/gu/LC_MESSAGES/gnome-system-tools.mo -share/locale/he/LC_MESSAGES/gnome-system-tools.mo -share/locale/hi/LC_MESSAGES/gnome-system-tools.mo -share/locale/hr/LC_MESSAGES/gnome-system-tools.mo -share/locale/hu/LC_MESSAGES/gnome-system-tools.mo -share/locale/id/LC_MESSAGES/gnome-system-tools.mo -share/locale/is/LC_MESSAGES/gnome-system-tools.mo -share/locale/it/LC_MESSAGES/gnome-system-tools.mo -share/locale/ja/LC_MESSAGES/gnome-system-tools.mo -share/locale/ka/LC_MESSAGES/gnome-system-tools.mo -share/locale/kn/LC_MESSAGES/gnome-system-tools.mo -share/locale/ko/LC_MESSAGES/gnome-system-tools.mo -share/locale/ku/LC_MESSAGES/gnome-system-tools.mo -share/locale/lt/LC_MESSAGES/gnome-system-tools.mo -share/locale/lv/LC_MESSAGES/gnome-system-tools.mo -share/locale/mai/LC_MESSAGES/gnome-system-tools.mo -share/locale/mg/LC_MESSAGES/gnome-system-tools.mo -share/locale/mk/LC_MESSAGES/gnome-system-tools.mo -share/locale/ml/LC_MESSAGES/gnome-system-tools.mo -share/locale/mn/LC_MESSAGES/gnome-system-tools.mo -share/locale/mr/LC_MESSAGES/gnome-system-tools.mo -share/locale/ms/LC_MESSAGES/gnome-system-tools.mo -share/locale/nb/LC_MESSAGES/gnome-system-tools.mo -share/locale/ne/LC_MESSAGES/gnome-system-tools.mo -share/locale/nl/LC_MESSAGES/gnome-system-tools.mo -share/locale/nn/LC_MESSAGES/gnome-system-tools.mo -share/locale/oc/LC_MESSAGES/gnome-system-tools.mo -share/locale/or/LC_MESSAGES/gnome-system-tools.mo -share/locale/pa/LC_MESSAGES/gnome-system-tools.mo -share/locale/pl/LC_MESSAGES/gnome-system-tools.mo -share/locale/ps/LC_MESSAGES/gnome-system-tools.mo -share/locale/pt/LC_MESSAGES/gnome-system-tools.mo -share/locale/pt_BR/LC_MESSAGES/gnome-system-tools.mo -share/locale/ro/LC_MESSAGES/gnome-system-tools.mo -share/locale/ru/LC_MESSAGES/gnome-system-tools.mo -share/locale/rw/LC_MESSAGES/gnome-system-tools.mo -share/locale/si/LC_MESSAGES/gnome-system-tools.mo -share/locale/sk/LC_MESSAGES/gnome-system-tools.mo -share/locale/sl/LC_MESSAGES/gnome-system-tools.mo -share/locale/sq/LC_MESSAGES/gnome-system-tools.mo -share/locale/sr/LC_MESSAGES/gnome-system-tools.mo -share/locale/sr@latin/LC_MESSAGES/gnome-system-tools.mo -share/locale/sv/LC_MESSAGES/gnome-system-tools.mo -share/locale/ta/LC_MESSAGES/gnome-system-tools.mo -share/locale/te/LC_MESSAGES/gnome-system-tools.mo -share/locale/th/LC_MESSAGES/gnome-system-tools.mo -share/locale/tr/LC_MESSAGES/gnome-system-tools.mo -share/locale/uk/LC_MESSAGES/gnome-system-tools.mo -share/locale/vi/LC_MESSAGES/gnome-system-tools.mo -share/locale/wa/LC_MESSAGES/gnome-system-tools.mo -share/locale/xh/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_CN/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_HK/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_TW/LC_MESSAGES/gnome-system-tools.mo -share/omf/gnome-system-tools/services-admin-nl.omf -share/omf/gnome-system-tools/time-admin-nl.omf -share/omf/network-admin/network-admin-C.omf -share/omf/network-admin/network-admin-ca.omf -share/omf/network-admin/network-admin-cs.omf -share/omf/network-admin/network-admin-de.omf -share/omf/network-admin/network-admin-el.omf -share/omf/network-admin/network-admin-en_GB.omf -share/omf/network-admin/network-admin-es.omf -share/omf/network-admin/network-admin-fr.omf -share/omf/network-admin/network-admin-it.omf -share/omf/network-admin/network-admin-oc.omf -share/omf/network-admin/network-admin-sv.omf -share/omf/network-admin/network-admin-zh_CN.omf -share/omf/services-admin/services-admin-C.omf -share/omf/services-admin/services-admin-ca.omf -share/omf/services-admin/services-admin-cs.omf -share/omf/services-admin/services-admin-de.omf -share/omf/services-admin/services-admin-el.omf -share/omf/services-admin/services-admin-en_GB.omf -share/omf/services-admin/services-admin-es.omf -share/omf/services-admin/services-admin-fr.omf -share/omf/services-admin/services-admin-it.omf -share/omf/services-admin/services-admin-oc.omf -share/omf/services-admin/services-admin-pl.omf -share/omf/services-admin/services-admin-pt_BR.omf -share/omf/services-admin/services-admin-sv.omf -share/omf/services-admin/services-admin-zh_CN.omf -share/omf/shares-admin/shares-admin-C.omf -share/omf/shares-admin/shares-admin-ca.omf -share/omf/shares-admin/shares-admin-cs.omf -share/omf/shares-admin/shares-admin-de.omf -share/omf/shares-admin/shares-admin-el.omf -share/omf/shares-admin/shares-admin-en_GB.omf -share/omf/shares-admin/shares-admin-es.omf -share/omf/shares-admin/shares-admin-fr.omf -share/omf/shares-admin/shares-admin-it.omf -share/omf/shares-admin/shares-admin-oc.omf -share/omf/shares-admin/shares-admin-pt_BR.omf -share/omf/shares-admin/shares-admin-sv.omf -share/omf/shares-admin/shares-admin-zh_CN.omf -share/omf/time-admin/time-admin-C.omf -share/omf/time-admin/time-admin-ca.omf -share/omf/time-admin/time-admin-cs.omf -share/omf/time-admin/time-admin-de.omf -share/omf/time-admin/time-admin-el.omf -share/omf/time-admin/time-admin-en_GB.omf -share/omf/time-admin/time-admin-es.omf -share/omf/time-admin/time-admin-fr.omf -share/omf/time-admin/time-admin-it.omf -share/omf/time-admin/time-admin-oc.omf -share/omf/time-admin/time-admin-pt_BR.omf -share/omf/time-admin/time-admin-ru.omf -share/omf/time-admin/time-admin-sv.omf -share/omf/time-admin/time-admin-zh_CN.omf -share/omf/users-admin/users-admin-C.omf -share/omf/users-admin/users-admin-ca.omf -share/omf/users-admin/users-admin-cs.omf -share/omf/users-admin/users-admin-de.omf -share/omf/users-admin/users-admin-el.omf -share/omf/users-admin/users-admin-en_GB.omf -share/omf/users-admin/users-admin-es.omf -share/omf/users-admin/users-admin-fr.omf -share/omf/users-admin/users-admin-it.omf -share/omf/users-admin/users-admin-oc.omf -share/omf/users-admin/users-admin-pt_BR.omf -share/omf/users-admin/users-admin-ru.omf -share/omf/users-admin/users-admin-sv.omf -share/omf/users-admin/users-admin-zh_CN.omf -@dirrm share/omf/users-admin -@dirrm share/omf/time-admin -@dirrm share/omf/shares-admin -@dirrm share/omf/services-admin -@dirrm share/omf/network-admin -@dirrm share/omf/gnome-system-tools -@dirrm share/gnome/help/users-admin/zh_CN/figures -@dirrm share/gnome/help/users-admin/zh_CN -@dirrm share/gnome/help/users-admin/sv/figures -@dirrm share/gnome/help/users-admin/sv -@dirrm share/gnome/help/users-admin/ru/figures -@dirrm share/gnome/help/users-admin/ru -@dirrm share/gnome/help/users-admin/pt_BR/figures -@dirrm share/gnome/help/users-admin/pt_BR -@dirrm share/gnome/help/users-admin/oc/figures -@dirrm share/gnome/help/users-admin/oc -@dirrm share/gnome/help/users-admin/it/figures -@dirrm share/gnome/help/users-admin/it -@dirrm share/gnome/help/users-admin/fr/figures -@dirrm share/gnome/help/users-admin/fr -@dirrm share/gnome/help/users-admin/es/figures -@dirrm share/gnome/help/users-admin/es -@dirrm share/gnome/help/users-admin/en_GB/figures -@dirrm share/gnome/help/users-admin/en_GB -@dirrm share/gnome/help/users-admin/el/figures -@dirrm share/gnome/help/users-admin/el -@dirrm share/gnome/help/users-admin/de/figures -@dirrm share/gnome/help/users-admin/de -@dirrm share/gnome/help/users-admin/cs/figures -@dirrm share/gnome/help/users-admin/cs -@dirrm share/gnome/help/users-admin/ca/figures -@dirrm share/gnome/help/users-admin/ca -@dirrm share/gnome/help/users-admin/C/figures -@dirrm share/gnome/help/users-admin/C -@dirrm share/gnome/help/users-admin -@dirrm share/gnome/help/time-admin/zh_CN/figures -@dirrm share/gnome/help/time-admin/zh_CN -@dirrm share/gnome/help/time-admin/sv/figures -@dirrm share/gnome/help/time-admin/sv -@dirrm share/gnome/help/time-admin/ru/figures -@dirrm share/gnome/help/time-admin/ru -@dirrm share/gnome/help/time-admin/pt_BR/figures -@dirrm share/gnome/help/time-admin/pt_BR -@dirrm share/gnome/help/time-admin/oc/figures -@dirrm share/gnome/help/time-admin/oc -@dirrm share/gnome/help/time-admin/nl/figures -@dirrm share/gnome/help/time-admin/nl -@dirrm share/gnome/help/time-admin/it/figures -@dirrm share/gnome/help/time-admin/it -@dirrm share/gnome/help/time-admin/fr/figures -@dirrm share/gnome/help/time-admin/fr -@dirrm share/gnome/help/time-admin/es/figures -@dirrm share/gnome/help/time-admin/es -@dirrm share/gnome/help/time-admin/en_GB/figures -@dirrm share/gnome/help/time-admin/en_GB -@dirrm share/gnome/help/time-admin/el/figures -@dirrm share/gnome/help/time-admin/el -@dirrm share/gnome/help/time-admin/de/figures -@dirrm share/gnome/help/time-admin/de -@dirrm share/gnome/help/time-admin/cs/figures -@dirrm share/gnome/help/time-admin/cs -@dirrm share/gnome/help/time-admin/ca/figures -@dirrm share/gnome/help/time-admin/ca -@dirrm share/gnome/help/time-admin/C/figures -@dirrm share/gnome/help/time-admin/C -@dirrm share/gnome/help/time-admin -@dirrm share/gnome/help/shares-admin/zh_CN/figures -@dirrm share/gnome/help/shares-admin/zh_CN -@dirrm share/gnome/help/shares-admin/sv/figures -@dirrm share/gnome/help/shares-admin/sv -@dirrm share/gnome/help/shares-admin/pt_BR/figures -@dirrm share/gnome/help/shares-admin/pt_BR -@dirrm share/gnome/help/shares-admin/oc/figures -@dirrm share/gnome/help/shares-admin/oc -@dirrm share/gnome/help/shares-admin/it/figures -@dirrm share/gnome/help/shares-admin/it -@dirrm share/gnome/help/shares-admin/fr/figures -@dirrm share/gnome/help/shares-admin/fr -@dirrm share/gnome/help/shares-admin/es/figures -@dirrm share/gnome/help/shares-admin/es -@dirrm share/gnome/help/shares-admin/en_GB/figures -@dirrm share/gnome/help/shares-admin/en_GB -@dirrm share/gnome/help/shares-admin/el/figures -@dirrm share/gnome/help/shares-admin/el -@dirrm share/gnome/help/shares-admin/de/figures -@dirrm share/gnome/help/shares-admin/de -@dirrm share/gnome/help/shares-admin/cs/figures -@dirrm share/gnome/help/shares-admin/cs -@dirrm share/gnome/help/shares-admin/ca/figures -@dirrm share/gnome/help/shares-admin/ca -@dirrm share/gnome/help/shares-admin/C/figures -@dirrm share/gnome/help/shares-admin/C -@dirrm share/gnome/help/shares-admin -@dirrm share/gnome/help/services-admin/zh_CN/figures -@dirrm share/gnome/help/services-admin/zh_CN -@dirrm share/gnome/help/services-admin/sv/figures -@dirrm share/gnome/help/services-admin/sv -@dirrm share/gnome/help/services-admin/pt_BR/figures -@dirrm share/gnome/help/services-admin/pt_BR -@dirrm share/gnome/help/services-admin/pl/figures -@dirrm share/gnome/help/services-admin/pl -@dirrm share/gnome/help/services-admin/oc/figures -@dirrm share/gnome/help/services-admin/oc -@dirrm share/gnome/help/services-admin/nl/figures -@dirrm share/gnome/help/services-admin/nl -@dirrm share/gnome/help/services-admin/it/figures -@dirrm share/gnome/help/services-admin/it -@dirrm share/gnome/help/services-admin/fr/figures -@dirrm share/gnome/help/services-admin/fr -@dirrm share/gnome/help/services-admin/es/figures -@dirrm share/gnome/help/services-admin/es -@dirrm share/gnome/help/services-admin/en_GB/figures -@dirrm share/gnome/help/services-admin/en_GB -@dirrm share/gnome/help/services-admin/el/figures -@dirrm share/gnome/help/services-admin/el -@dirrm share/gnome/help/services-admin/de/figures -@dirrm share/gnome/help/services-admin/de -@dirrm share/gnome/help/services-admin/cs/figures -@dirrm share/gnome/help/services-admin/cs -@dirrm share/gnome/help/services-admin/ca/figures -@dirrm share/gnome/help/services-admin/ca -@dirrm share/gnome/help/services-admin/C/figures -@dirrm share/gnome/help/services-admin/C -@dirrm share/gnome/help/services-admin -@dirrm share/gnome/help/network-admin/zh_CN/figures -@dirrm share/gnome/help/network-admin/zh_CN -@dirrm share/gnome/help/network-admin/sv/figures -@dirrm share/gnome/help/network-admin/sv -@dirrm share/gnome/help/network-admin/oc/figures -@dirrm share/gnome/help/network-admin/oc -@dirrm share/gnome/help/network-admin/it/figures -@dirrm share/gnome/help/network-admin/it -@dirrm share/gnome/help/network-admin/fr/figures -@dirrm share/gnome/help/network-admin/fr -@dirrm share/gnome/help/network-admin/es/figures -@dirrm share/gnome/help/network-admin/es -@dirrm share/gnome/help/network-admin/en_GB/figures -@dirrm share/gnome/help/network-admin/en_GB -@dirrm share/gnome/help/network-admin/el/figures -@dirrm share/gnome/help/network-admin/el -@dirrm share/gnome/help/network-admin/de/figures -@dirrm share/gnome/help/network-admin/de -@dirrm share/gnome/help/network-admin/cs/figures -@dirrm share/gnome/help/network-admin/cs -@dirrm share/gnome/help/network-admin/ca/figures -@dirrm share/gnome/help/network-admin/ca -@dirrm share/gnome/help/network-admin/C/figures -@dirrm share/gnome/help/network-admin/C -@dirrm share/gnome/help/network-admin -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile deleted file mode 100644 index 8f3503d2a..000000000 --- a/sysutils/hal/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# New ports collection makefile for: HAL -# Date Created: 02 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.71 2009/11/22 01:04:36 marcus Exp $ -# - -PORTNAME= hal -DISTVERSION= 0.5.13 -PORTREVISION= 12 -CATEGORIES= sysutils -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Hardware Abstraction Layer for simplifying device access - -LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit \ - volume_id.0:${PORTSDIR}/devel/libvolume_id \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_PYTHON= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-backend=freebsd \ - --disable-docbook-docs \ - --with-pci-ids=${LOCALBASE}/share/pciids \ - --disable-usb-ids \ - --without-libpci \ - --disable-usb \ - --disable-smbios \ - --disable-apm \ - --disable-pmu \ - --enable-policy-kit \ - --enable-console-kit \ - --with-socket-dir=/var/run/hald \ - --with-eject=/usr/sbin/cdcontrol \ - --with-pid-file=/var/run/hald/hald.pid \ - --with-deprecated-keys \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -#HALVERSION= 0.5.10 -#SNAPVERSION= 20080218 - -USERS= haldaemon -GROUPS= haldaemon - -USE_RC_SUBR= hald -USE_GNOME_SUBR= yes -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION} -PLIST_SUB= VERSION=${DISTVERSION} - -RC_FILES= hal.conf:${PREFIX}/etc/dbus-1/system.d -PLIST_FILES= ${PRIV_FILES:S|^|%%DATADIR%%/dist/|} - -SUB_FILES= pkg-install pkg-deinstall -SUB_LIST= RC_FILES="${RC_FILES}" - -MAN1= hal-disable-polling.1 hal-find-by-capability.1 \ - hal-find-by-property.1 hal-get-property.1 \ - hal-is-caller-locked-out.1 hal-is-caller-privileged.1 \ - hal-lock.1 hal-set-property.1 lshal.1 -MAN8= hald.8 - -OPTIONS= FIXED_MOUNTPOINTS "use fixed mountpoints" off - -.include <bsd.port.pre.mk> - -.if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") -RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode -.endif - -.if defined(WITH_FIXED_MOUNTPOINTS) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c -.endif - -.if ${OSVERSION} >= 800063 -PLIST_SUB+= USB2="" -.else -PLIST_SUB+= USB2="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^scriptdir = /s|[(]libexecdir[)]/scripts|(libexecdir)/hal/scripts|' \ - ${WRKSRC}/tools/Makefile.in \ - ${WRKSRC}/tools/freebsd/Makefile.in - @${REINPLACE_CMD} -e 's|[(]libexecdir[)]/scripts|(libexecdir)/hal/scripts|' \ - ${WRKSRC}/hald/Makefile.in \ - ${WRKSRC}/tools/Makefile.in - @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \ - ${WRKSRC}/hal.conf.in - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse - -post-install: - ${MKDIR} ${DATADIR}/dist - ${INSTALL_DATA} ${WRKSRC}/hal.conf ${DATADIR}/dist - ${MKDIR} ${PREFIX}/share/hal/fdi/policy/10osvendor - ${INSTALL_DATA} ${FILESDIR}/10-mouse-sysmouse.fdi \ - ${PREFIX}/share/hal/fdi/policy/10osvendor - ${INSTALL_SCRIPT} ${FILESDIR}/mount-fuse \ - ${PREFIX}/share/hal/mount-fuse -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \ - ${DOCSDIR}/README.freebsd - ${INSTALL_DATA} ${WRKDIR}/README.fuse \ - ${DOCSDIR}/README.fuse -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo deleted file mode 100644 index 5885af28a..000000000 --- a/sysutils/hal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hal-0.5.13.tar.gz) = 46ecc5d2e5bd964fb78099688f01bb6a -SHA256 (hal-0.5.13.tar.gz) = ebcf22a373761530920643add1a791af40954dc7349f027d1c35b0e0f7f9c8af -SIZE (hal-0.5.13.tar.gz) = 1199224 diff --git a/sysutils/hal/files/10-mouse-sysmouse.fdi b/sysutils/hal/files/10-mouse-sysmouse.fdi deleted file mode 100644 index cffd4f624..000000000 --- a/sysutils/hal/files/10-mouse-sysmouse.fdi +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<deviceinfo version="0.2"> - <device> - <match key="info.capabilities" contains="input.mouse"> - <append key="info.addons" type="strlist">hald-addon-mouse-sysmouse</append> - </match> - </device> -</deviceinfo> diff --git a/sysutils/hal/files/README.fuse b/sysutils/hal/files/README.fuse deleted file mode 100644 index 75adcab7d..000000000 --- a/sysutils/hal/files/README.fuse +++ /dev/null @@ -1,31 +0,0 @@ -Mounting Fuse File Systems with HAL ------------------------------------ - -$FreeBSD$ - -Hal supports mounting Fuse device-backed file systems (e.g. NTFS). To enable -this feature, copy the included %%LOCALBASE%%/share/hal/mount-fuse script -to /sbin. Make sure this script is executable. Edit the script, and change -the FUSE_HELPER environment variable to the name of the executable which -will actually mount the Fuse volume (e.g. for NTFS, this is ``ntfs-3g''). - -Finally, the script must be renamed to ``mount_FSNAME''. FSNAME is the name -of the file system type (e.g. for NTFS, this is ``ntfs''). If there is -already an executable in /sbin or /usr/sbin with this name, the -existing executable must be renamed or deleted. - -As is stated in the examples above, overriding FreeBSD's existing NTFS -support with Fuse's ntfs-3g is the most common use case for this. The -ntfs-3g Fuse driver uses different mount options than FreeBSD's included -mount_ntfs. GNOME transparently supports switching between ntfs and -ntfs-3g. Simply edit the following GConf key in the GNOME -Configuration Editor (i.e. gconf-editor): - -/system/storage/default_options/ntfs/fstype_override - -Set the value to ``ntfs-3g'', then add your desired ntfs-3g options to the -following GConf key: - -/system/storage/default_options/ntfs-3g/mount_options - -Other desktop systems may have similar options. diff --git a/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c b/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c deleted file mode 100644 index f505709e1..000000000 --- a/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c +++ /dev/null @@ -1,25 +0,0 @@ ---- tools/hal-storage-mount.c.orig 2008-05-20 13:24:30.000000000 -0400 -+++ tools/hal-storage-mount.c 2008-05-20 13:30:14.000000000 -0400 -@@ -585,17 +585,11 @@ handle_mount (LibHalContext *hal_ctx, - explicit_mount_point_given = FALSE; - if (strlen (mount_point) == 0) { - char *p; -- -- if (label != NULL) { -- /* best - use label */ -- g_strlcpy (mount_point, label, sizeof (mount_point)); -- -- /* TODO: use drive type */ -- -- } else { -- /* fallback - use "disk" */ -- g_snprintf (mount_point, sizeof (mount_point), "%s", "disk"); -- } -+ char *basename; -+ -+ basename = g_path_get_basename (device); -+ g_strlcpy (mount_point, basename, sizeof (mount_point)); -+ g_free (basename); - - /* sanitize computed mount point name, e.g. replace invalid chars with '-' */ - p = mount_point; diff --git a/sysutils/hal/files/hald.in b/sysutils/hal/files/hald.in deleted file mode 100644 index d8367a371..000000000 --- a/sysutils/hal/files/hald.in +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/sysutils/hal/files/hald.in,v 1.16 2009/05/17 05:02:48 marcus Exp $ -# -# PROVIDE: hald -# REQUIRE: DAEMON usbd devd dbus moused -# -# Add the following line to /etc/rc.conf to enable the HAL daemon: -# -# hald_enable="YES" -# - -. %%RC_SUBR%% -. %%GNOME_SUBR%% - -hald_enable=${hald_enable-${gnome_enable}} -hald_flags=${hald_flags-""} - -name=hald -rcvar=`set_rcvar` - -command="%%PREFIX%%/sbin/hald" -pidfile="/var/run/${name}/${name}.pid" - -stop_postcmd="hald_postcmd" -start_precmd="hald_precmd" -start_cmd="hald_start" - -local_force_depend() -{ - _depend="$1" - if [ -f %%LOCALBASE%%/etc/rc.d/${_depend}.sh ]; then - _depend="${_depend}.sh" - fi - - if ! %%LOCALBASE%%/etc/rc.d/${_depend} forcestatus 1>/dev/null 2>&1 && - ! %%LOCALBASE%%/etc/rc.d/${_depend} forcestart; then - return 1 - fi - return 0 -} - -hald_precmd() -{ - if ! checkyesno dbus_enable - then - local_force_depend dbus || return 1 - fi - - chmod 0755 /var/cache - - mkdir -p $(dirname $pidfile) -} - -hald_postcmd() -{ - rm -f $pidfile -} - -hald_start() -{ - if ! checkyesno hald_enable ; then - return 0 - fi - echo "Starting ${name}." - - ( iter=0 - while ! ps -axoargs | grep "^/usr/libexec/getty " | grep -qv grep >/dev/null 2>&1; do - if [ ${iter} -eq 60 ]; then - break - fi - sleep 1 - iter=$(expr ${iter} + 1) - done - ${command} ${hald_flags} ) & -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/sysutils/hal/files/mount-fuse b/sysutils/hal/files/mount-fuse deleted file mode 100755 index a0ea8536e..000000000 --- a/sysutils/hal/files/mount-fuse +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh -# Wrapper script for FreeBSD and PC-BSD, which takes calls from HAL -# for running mount_ntfs, and performs it with a given FUSE helper. -################################################################### - -## Modify this next variable to point to the correct FUSE helper. -FUSE_HELPER="ntfs-3g" -## DO NOT modify anything below this. - -FUSEDB="/tmp" -if [ -n "${TMPDIR}" ] -then - FUSEDB=${TMPDIR} -fi - -FUSEDB="${FUSEDB}/.fuse-mnts" -MNTSTRING="" -OPTIONS="" -FOUNDOPT="0" -FOUNDU="0" -FOUNDG="0" -FOUNDBADARG="0" -HWDEV="" -FOUNDDEV="0" - -for i in $@ -do - if [ "$FOUNDOPT" = "1" ] - then - OPTIONS="${OPTIONS} -o ${i}" - elif [ "${FOUNDU}" = "1" ] - then - OPTIONS="${OPTIONS} -o uid=${i}" - elif [ "${FOUNDG}" = "1" ] - then - OPTIONS="${OPTIONS} -o gid=${i}" - elif [ "${FOUNDBADARG}" = "1" ] - then - # We have an invalid argument flag, so ignore it and following argument - FOUNDBADARG="0" - else - - if [ "${FOUNDDEV}" = "1" ] - then - # Save the mount-point, will be used later - MNTPOINT="${i}" - FOUNDDEV="2" - fi - - echo ${i}| grep -q "/dev" 2>/dev/null - if [ "$?" = "0" -a "${FOUNDDEV}" = "0" ] - then - FOUNDDEV="1" - # Lets check if we were given a fuse[] device - # or a real device name - echo "${i}" | grep -q "fuse" 2>/dev/null - if [ "$?" = "0" ] - then - # Lets save the old fuse device name we had saved - OLDFUSE="${i}" - - # Lets get the *real* device name for FUSE helper - REALHWDEV="`cat ${FUSEDB} | grep ${i} | cut -d '=' -f 2`" - - # Now lets change the string we will be saving - i="${REALHWDEV}" - else - # We are doing a first time mount of this device - - # Set the real device name for mounting - REALHWDEV="${i}" - fi - fi - - # Add the value to our mount string if it isn't any invalid flag - if [ "${i}" != "-o" -a "${i}" != "-u" -a "${i}" != "-C" -a "${i}" != "-g" -a "${i}" != "-m" -a "${i}" != "-a" -a "${i}" != "-i" -a "${i}" -a "-W" ] - then - MNTSTRING="${MNTSTRING} ${i}" - fi - - fi - - # Check if we are on a -u user id flag now - if [ "${i}" = "-u" ] - then - FOUNDU="1" - else - FOUNDU="0" - fi - - # Check if we are on a -g group id flag now - if [ "${i}" = "-g" ] - then - FOUNDG="1" - else - FOUNDG="0" - fi - - # Check if we are on a -o option - if [ "${i}" = "-o" ] - then - FOUNDOPT="1" - else - FOUNDOPT="0" - fi - - # Check if we are on some other invalid flag - if [ "${i}" = "-C" -o "${i}" = "-m" -o "${i}" = "-W" ] - then - FOUNDBADARG="1" - else - FOUNDBADARG="0" - fi -done - -# Save our final string which our FUSE helper will use -FINALSTRING="${MNTSTRING} ${OPTIONS}" - -# Check that fuse.ko is loaded -kldstat | grep -q fuse 2>/dev/null -if [ "$?" != "0" ] -then - kldload /usr/local/modules/fuse.ko -fi - -# Run the FUSE helper command now, with the options in the right order -${FUSE_HELPER} ${FINALSTRING} - -# If we have an OLDFUSE variable, lets clear it from the list -if [ ! -z "${OLDFUSE}" -a -e ${FUSEDB} ] -then - cat ${FUSEDB} | grep -v "${OLDFUSE}=" > /tmp/.newfuse - mv /tmp/.newfuse ${FUSEDB} -fi - -# Now lets figure out which fuse device was used and save it to DB -NEWFUSE="`mount | tr -s ' ' | grep \" ${MNTPOINT} \" | cut -d ' ' -f 1`" - -# Make sure we don't already have this fuse device listed -if [ -e ${FUSEDB} ] -then - cat ${FUSEDB} | grep -v "${NEWFUSE}=" > /tmp/.newfuse - mv /tmp/.newfuse ${FUSEDB} -else - touch ${FUSEDB} -fi - -# Save the fuse device to our DB -echo "${NEWFUSE}=${REALHWDEV}" >> ${FUSEDB} - - -# Finished! -exit 0 diff --git a/sysutils/hal/files/patch-Makefile.in b/sysutils/hal/files/patch-Makefile.in deleted file mode 100644 index 17d23980f..000000000 --- a/sysutils/hal/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.in.orig 2008-01-03 21:28:32.000000000 -0500 -+++ Makefile.in 2008-01-03 21:29:15.000000000 -0500 -@@ -311,14 +311,14 @@ clean-libtool: - distclean-libtool: - -rm -f libtool - install-dist_dbusDATA: $(dist_dbus_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(dbusdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusdir)" -- @list='$(dist_dbus_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(dist_dbusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusdir)/$$f'"; \ -- $(dist_dbusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(dbusdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusdir)" -+# @list='$(dist_dbus_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(dist_dbusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusdir)/$$f'"; \ -+# $(dist_dbusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusdir)/$$f"; \ -+# done - - uninstall-dist_dbusDATA: - @$(NORMAL_UNINSTALL) diff --git a/sysutils/hal/files/patch-config.h.in b/sysutils/hal/files/patch-config.h.in deleted file mode 100644 index e1208c9f9..000000000 --- a/sysutils/hal/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2009-02-17 23:52:07.000000000 -0500 -+++ config.h.in 2009-02-17 23:52:41.000000000 -0500 -@@ -61,6 +61,9 @@ - /* Define to 1 if you have the `dl' library (-ldl). */ - #undef HAVE_LIBDL - -+/* Set if we need libusb20 */ -+#undef HAVE_LIBUSB20 -+ - /* Define to 1 if you have the `uuid' library (-luuid). */ - #undef HAVE_LIBUUID - diff --git a/sysutils/hal/files/patch-configure b/sysutils/hal/files/patch-configure deleted file mode 100644 index bc4df6d96..000000000 --- a/sysutils/hal/files/patch-configure +++ /dev/null @@ -1,398 +0,0 @@ ---- configure.orig 2009-07-18 21:14:47.000000000 -0400 -+++ configure 2009-07-18 21:14:47.000000000 -0400 -@@ -818,6 +818,8 @@ XMLTO - HALD_OS_LIBS - BLKID_LIBS - BLKID_CFLAGS -+VOLUME_ID_LIBS -+VOLUME_ID_CFLAGS - GLIB_LIBS - GLIB_CFLAGS - DBUS_LIBS -@@ -847,6 +849,9 @@ HAVE_GPERF - GPERF - HAVE_CONKIT_FALSE - HAVE_CONKIT_TRUE -+LIBUSB20_LIBS -+HAVE_LIBUSB20_FALSE -+HAVE_LIBUSB20_TRUE - HALD_BACKEND - HALD_COMPILE_SOLARIS_FALSE - HALD_COMPILE_SOLARIS_TRUE -@@ -1101,6 +1106,8 @@ DBUS_CFLAGS - DBUS_LIBS - GLIB_CFLAGS - GLIB_LIBS -+VOLUME_ID_CFLAGS -+VOLUME_ID_LIBS - BLKID_CFLAGS - BLKID_LIBS' - -@@ -1825,6 +1832,10 @@ Some influential environment variables: - DBUS_LIBS linker flags for DBUS, overriding pkg-config - GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config - GLIB_LIBS linker flags for GLIB, overriding pkg-config -+ VOLUME_ID_CFLAGS -+ C compiler flags for VOLUME_ID, overriding pkg-config -+ VOLUME_ID_LIBS -+ linker flags for VOLUME_ID, overriding pkg-config - BLKID_CFLAGS - C compiler flags for BLKID, overriding pkg-config - BLKID_LIBS linker flags for BLKID, overriding pkg-config -@@ -2794,6 +2805,7 @@ fi - glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61" - dbus_module="dbus-1 >= 0.61" - blkid_module="blkid >= 1.43" -+volume_id_module="libvolume_id >= 0.77" - polkit_module="polkit >= 0.5" - - # libtool versioning - this applies to libhal and libhal-storage -@@ -19129,6 +19141,9 @@ else - fi - - -+USE_LIBUSB20=no -+USE_LIBUSB=no -+LIBUSB20_LIBS="" - - # Check whether --with-backend was given. - if test "${with_backend+set}" = set; then -@@ -19186,6 +19201,184 @@ else - fi - - -+if test "x$HALD_BACKEND" = "xfreebsd"; then -+ { $as_echo "$as_me:$LINENO: checking for libusb20_dev_get_info in -lusb20" >&5 -+$as_echo_n "checking for libusb20_dev_get_info in -lusb20... " >&6; } -+if test "${ac_cv_lib_usb20_libusb20_dev_get_info+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lusb20 $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char libusb20_dev_get_info (); -+int -+main () -+{ -+return libusb20_dev_get_info (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ ac_cv_lib_usb20_libusb20_dev_get_info=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_usb20_libusb20_dev_get_info=no -+fi -+ -+rm -rf conftest.dSYM -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_usb20_libusb20_dev_get_info" >&5 -+$as_echo "$ac_cv_lib_usb20_libusb20_dev_get_info" >&6; } -+if test "x$ac_cv_lib_usb20_libusb20_dev_get_info" = x""yes; then -+ USE_LIBUSB20=yes -+else -+ USE_LIBUSB20=no -+fi -+ -+fi -+if test "x$USE_LIBUSB20" = "xno"; then -+ { $as_echo "$as_me:$LINENO: checking for libusb20_dev_get_info in -lusb" >&5 -+$as_echo_n "checking for libusb20_dev_get_info in -lusb... " >&6; } -+if test "${ac_cv_lib_usb_libusb20_dev_get_info+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lusb $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char libusb20_dev_get_info (); -+int -+main () -+{ -+return libusb20_dev_get_info (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ ac_cv_lib_usb_libusb20_dev_get_info=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_usb_libusb20_dev_get_info=no -+fi -+ -+rm -rf conftest.dSYM -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_usb_libusb20_dev_get_info" >&5 -+$as_echo "$ac_cv_lib_usb_libusb20_dev_get_info" >&6; } -+if test "x$ac_cv_lib_usb_libusb20_dev_get_info" = x""yes; then -+ USE_LIBUSB=yes -+else -+ USE_LIBUSB=no -+fi -+ -+fi -+ if test "x$USE_LIBUSB20" = "xyes"; then -+ HAVE_LIBUSB20_TRUE= -+ HAVE_LIBUSB20_FALSE='#' -+else -+ HAVE_LIBUSB20_TRUE='#' -+ HAVE_LIBUSB20_FALSE= -+fi -+ -+ if test "x$USE_LIBUSB" = "xyes"; then -+ HAVE_LIBUSB20_TRUE= -+ HAVE_LIBUSB20_FALSE='#' -+else -+ HAVE_LIBUSB20_TRUE='#' -+ HAVE_LIBUSB20_FALSE= -+fi -+ -+if test "x$USE_LIBUSB20" = "xyes"; then -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_LIBUSB20 1 -+_ACEOF -+ -+ LIBUSB20_LIBS="-lusb20" -+elif test "x$USE_LIBUSB" = "xyes"; then -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_LIBUSB20 1 -+_ACEOF -+ -+ LIBUSB20_LIBS="-lusb" -+fi -+ - - - cat >>confdefs.h <<_ACEOF -@@ -19943,8 +20136,132 @@ fi - { $as_echo "$as_me:$LINENO: result: $have_glib_2_14" >&5 - $as_echo "$have_glib_2_14" >&6; } - -+case "$host" in -+*-*-freebsd*) -+ -+pkg_failed=no -+{ $as_echo "$as_me:$LINENO: checking for VOLUME_ID" >&5 -+$as_echo_n "checking for VOLUME_ID... " >&6; } -+ -+if test -n "$PKG_CONFIG"; then -+ if test -n "$VOLUME_ID_CFLAGS"; then -+ pkg_cv_VOLUME_ID_CFLAGS="$VOLUME_ID_CFLAGS" -+ else -+ if test -n "$PKG_CONFIG" && \ -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$volume_id_module\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "$volume_id_module") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; then -+ pkg_cv_VOLUME_ID_CFLAGS=`$PKG_CONFIG --cflags "$volume_id_module" 2>/dev/null` -+else -+ pkg_failed=yes -+fi -+ fi -+else -+ pkg_failed=untried -+fi -+if test -n "$PKG_CONFIG"; then -+ if test -n "$VOLUME_ID_LIBS"; then -+ pkg_cv_VOLUME_ID_LIBS="$VOLUME_ID_LIBS" -+ else -+ if test -n "$PKG_CONFIG" && \ -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$volume_id_module\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "$volume_id_module") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; then -+ pkg_cv_VOLUME_ID_LIBS=`$PKG_CONFIG --libs "$volume_id_module" 2>/dev/null` -+else -+ pkg_failed=yes -+fi -+ fi -+else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ VOLUME_ID_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$volume_id_module"` -+ else -+ VOLUME_ID_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$volume_id_module"` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$VOLUME_ID_PKG_ERRORS" >&5 -+ -+ { { $as_echo "$as_me:$LINENO: error: Package requirements ($volume_id_module) were not met: -+ -+$VOLUME_ID_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables VOLUME_ID_CFLAGS -+and VOLUME_ID_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+" >&5 -+$as_echo "$as_me: error: Package requirements ($volume_id_module) were not met: -+ -+$VOLUME_ID_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables VOLUME_ID_CFLAGS -+and VOLUME_ID_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+" >&2;} -+ { (exit 1); exit 1; }; } -+elif test $pkg_failed = untried; then -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables VOLUME_ID_CFLAGS -+and VOLUME_ID_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see <http://pkg-config.freedesktop.org/>. -+See \`config.log' for more details." >&5 -+$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables VOLUME_ID_CFLAGS -+and VOLUME_ID_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see <http://pkg-config.freedesktop.org/>. -+See \`config.log' for more details." >&2;} -+ { (exit 1); exit 1; }; }; } -+else -+ VOLUME_ID_CFLAGS=$pkg_cv_VOLUME_ID_CFLAGS -+ VOLUME_ID_LIBS=$pkg_cv_VOLUME_ID_LIBS -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } -+ : -+fi -+ -+ -+ ;; -+*) -+ ;; -+esac -+ - # blkid - case "$host" in -+*-*-freebsd*) -+ ;; - *-*-solaris*) - ;; - *) -@@ -21441,6 +21758,20 @@ $as_echo "$as_me: error: conditional \"H - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi -+if test -z "${HAVE_LIBUSB20_TRUE}" && test -z "${HAVE_LIBUSB20_FALSE}"; then -+ { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_LIBUSB20\" was never defined. -+Usually this means the macro was only invoked conditionally." >&5 -+$as_echo "$as_me: error: conditional \"HAVE_LIBUSB20\" was never defined. -+Usually this means the macro was only invoked conditionally." >&2;} -+ { (exit 1); exit 1; }; } -+fi -+if test -z "${HAVE_LIBUSB20_TRUE}" && test -z "${HAVE_LIBUSB20_FALSE}"; then -+ { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_LIBUSB20\" was never defined. -+Usually this means the macro was only invoked conditionally." >&5 -+$as_echo "$as_me: error: conditional \"HAVE_LIBUSB20\" was never defined. -+Usually this means the macro was only invoked conditionally." >&2;} -+ { (exit 1); exit 1; }; } -+fi - if test -z "${HAVE_CONKIT_TRUE}" && test -z "${HAVE_CONKIT_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_CONKIT\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 diff --git a/sysutils/hal/files/patch-configure.in b/sysutils/hal/files/patch-configure.in deleted file mode 100644 index 84e12d187..000000000 --- a/sysutils/hal/files/patch-configure.in +++ /dev/null @@ -1,64 +0,0 @@ ---- configure.in.orig 2009-05-10 15:43:52.000000000 -0400 -+++ configure.in 2009-05-17 00:53:29.000000000 -0400 -@@ -14,6 +14,7 @@ AM_MAINTAINER_MODE - glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61" - dbus_module="dbus-1 >= 0.61" - blkid_module="blkid >= 1.43" -+volume_id_module="libvolume_id >= 0.77" - polkit_module="polkit >= 0.5" - - # libtool versioning - this applies to libhal and libhal-storage -@@ -477,6 +478,9 @@ if test "x$with_libpci" != xno ; then - fi - AM_CONDITIONAL([HAVE_LIBPCI], [test "x$USE_LIBPCI" = "xyes"]) - -+USE_LIBUSB20=no -+USE_LIBUSB=no -+LIBUSB20_LIBS="" - AC_ARG_WITH([backend], - AS_HELP_STRING([--with-backend=<name>], - [backend to use (linux/solaris/freebsd/dummy)]), -@@ -504,6 +508,22 @@ AM_CONDITIONAL(HALD_COMPILE_LINUX, [test - AM_CONDITIONAL(HALD_COMPILE_FREEBSD, [test x$HALD_BACKEND = xfreebsd], [Compiling for FreeBSD]) - AM_CONDITIONAL(HALD_COMPILE_SOLARIS, [test x$HALD_BACKEND = xsolaris], [Compiling for Solaris]) - AC_SUBST(HALD_BACKEND) -+if test "x$HALD_BACKEND" = "xfreebsd"; then -+ AC_CHECK_LIB([usb20], [libusb20_dev_get_info], [USE_LIBUSB20=yes], [USE_LIBUSB20=no]) -+fi -+if test "x$USE_LIBUSB20" = "xno"; then -+ AC_CHECK_LIB([usb], [libusb20_dev_get_info], [USE_LIBUSB=yes], [USE_LIBUSB=no]) -+fi -+AM_CONDITIONAL([HAVE_LIBUSB20],[test "x$USE_LIBUSB20" = "xyes"]) -+AM_CONDITIONAL([HAVE_LIBUSB20],[test "x$USE_LIBUSB" = "xyes"]) -+if test "x$USE_LIBUSB20" = "xyes"; then -+ AC_DEFINE(HAVE_LIBUSB20, 1, [Set if we need libusb20]) -+ LIBUSB20_LIBS="-lusb20" -+elif test "x$USE_LIBUSB" = "xyes"; then -+ AC_DEFINE(HAVE_LIBUSB20, 1, [Set if we need libsub20]) -+ LIBUSB20_LIBS="-lusb" -+fi -+AC_SUBST(LIBUSB20_LIBS) - - dnl DBUS API is subject to changes - AC_DEFINE_UNQUOTED(DBUS_API_SUBJECT_TO_CHANGE, [], [DBUS API is subject to change]) -@@ -685,8 +705,20 @@ else - fi - AC_MSG_RESULT($have_glib_2_14) - -+case "$host" in -+*-*-freebsd*) -+ PKG_CHECK_MODULES(VOLUME_ID, [$volume_id_module]) -+ AC_SUBST(VOLUME_ID_CFLAGS) -+ AC_SUBST(VOLUME_ID_LIBS) -+ ;; -+*) -+ ;; -+esac -+ - # blkid - case "$host" in -+*-*-freebsd*) -+ ;; - *-*-solaris*) - ;; - *) diff --git a/sysutils/hal/files/patch-doc_Makefile.in b/sysutils/hal/files/patch-doc_Makefile.in deleted file mode 100644 index 9cd951720..000000000 --- a/sysutils/hal/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2008-01-03 21:41:19.000000000 -0500 -+++ doc/Makefile.in 2008-01-03 21:41:31.000000000 -0500 -@@ -203,7 +203,7 @@ target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - EXTRA_DIST = TODO --SUBDIRS = api spec man -+SUBDIRS = spec man - MAINTAINERCLEANFILES = \ - *~ \ - Makefile.in diff --git a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi deleted file mode 100644 index 1391709f8..000000000 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi +++ /dev/null @@ -1,13 +0,0 @@ ---- fdi/policy/10osvendor/10-power-mgmt-policy.fdi.orig 2008-05-07 19:21:15.000000000 -0400 -+++ fdi/policy/10osvendor/10-power-mgmt-policy.fdi 2009-01-30 17:41:05.000000000 -0500 -@@ -10,7 +10,9 @@ - - <device> - <match key="power_management.type" string="acpi"> -- <append key="info.addons" type="strlist">hald-addon-acpi</append> -+ <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> -+ <append key="info.addons" type="strlist">hald-addon-acpi</append> -+ </match> - </match> - </device> - diff --git a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi deleted file mode 100644 index bb18f3310..000000000 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi +++ /dev/null @@ -1,31 +0,0 @@ ---- fdi/policy/10osvendor/10-x11-input.fdi.orig 2009-06-26 03:28:39.000000000 -0400 -+++ fdi/policy/10osvendor/10-x11-input.fdi 2009-07-18 21:19:15.000000000 -0400 -@@ -7,15 +7,6 @@ - <merge key="input.x11_driver" type="string">evdev</merge> - </match> - -- <!-- FIXME: Support tablets too. --> -- <match key="info.capabilities" contains="input.mouse"> -- <merge key="input.x11_driver" type="string">mouse</merge> -- <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" -- string="Linux"> -- <merge key="input.x11_driver" type="string">evdev</merge> -- </match> -- </match> -- - <match key="info.capabilities" contains="input.tablet"> - <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" - string="Linux"> -@@ -23,10 +14,10 @@ - </match> - </match> - -- <match key="info.capabilities" contains="input.keys"> -+ <match key="info.capabilities" contains="input.keyboard"> - <!-- If we're using Linux, we use evdev by default (falling back to - keyboard otherwise). --> -- <merge key="input.x11_driver" type="string">keyboard</merge> -+ <merge key="input.x11_driver" type="string">kbd</merge> - <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" - string="Linux"> - <merge key="input.x11_driver" type="string">evdev</merge> diff --git a/sysutils/hal/files/patch-hald_freebsd_Makefile.am b/sysutils/hal/files/patch-hald_freebsd_Makefile.am deleted file mode 100644 index 9a6b8c83d..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ ---- hald/freebsd/Makefile.am.orig 2009-02-17 18:58:12.000000000 -0500 -+++ hald/freebsd/Makefile.am 2009-02-18 00:16:12.000000000 -0500 -@@ -54,4 +54,11 @@ libhald_freebsd_la_SOURCES = \ - - libhald_freebsd_la_LDFLAGS = -lcam - -+if HAVE_LIBUSB20 -+libhald_freebsd_la_SOURCES += \ -+ hf-usb2.c \ -+ hf-usb2.h -+libhald_freebsd_la_LDFLAGS += @LIBUSB20_LIBS@ -+endif -+ - EXTRA_DIST = README TODO diff --git a/sysutils/hal/files/patch-hald_freebsd_Makefile.in b/sysutils/hal/files/patch-hald_freebsd_Makefile.in deleted file mode 100644 index 44dbf8adc..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_Makefile.in +++ /dev/null @@ -1,109 +0,0 @@ ---- hald/freebsd/Makefile.in.orig 2009-05-17 00:43:12.000000000 -0400 -+++ hald/freebsd/Makefile.in 2009-05-17 00:43:12.000000000 -0400 -@@ -32,6 +32,11 @@ PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ -+@HAVE_LIBUSB20_TRUE@am__append_1 = \ -+@HAVE_LIBUSB20_TRUE@ hf-usb2.c \ -+@HAVE_LIBUSB20_TRUE@ hf-usb2.h -+ -+@HAVE_LIBUSB20_TRUE@am__append_2 = @LIBUSB20_LIBS@ - subdir = hald/freebsd - DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -44,11 +49,20 @@ CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - LTLIBRARIES = $(noinst_LTLIBRARIES) - libhald_freebsd_la_LIBADD = -+am__libhald_freebsd_la_SOURCES_DIST = hf-acpi.c hf-acpi.h hf-ata.c \ -+ hf-ata.h hf-block.c hf-block.h hf-computer.c hf-computer.h \ -+ hf-devd.c hf-devd.h hf-devtree.c hf-devtree.h hf-drm.c \ -+ hf-drm.h hf-net.c hf-net.h hf-osspec.h hf-pci.c hf-pci.h \ -+ hf-pcmcia.c hf-pcmcia.h hf-scsi.c hf-scsi.h hf-serial.c \ -+ hf-serial.h hf-sound.c hf-sound.h hf-storage.c hf-storage.h \ -+ hf-usb.c hf-usb.h hf-util.c hf-util.h hf-volume.c hf-volume.h \ -+ osspec.c hal-file-monitor.c hf-usb2.c hf-usb2.h -+@HAVE_LIBUSB20_TRUE@am__objects_1 = hf-usb2.lo - am_libhald_freebsd_la_OBJECTS = hf-acpi.lo hf-ata.lo hf-block.lo \ - hf-computer.lo hf-devd.lo hf-devtree.lo hf-drm.lo hf-net.lo \ - hf-pci.lo hf-pcmcia.lo hf-scsi.lo hf-serial.lo hf-sound.lo \ - hf-storage.lo hf-usb.lo hf-util.lo hf-volume.lo osspec.lo \ -- hal-file-monitor.lo -+ hal-file-monitor.lo $(am__objects_1) - libhald_freebsd_la_OBJECTS = $(am_libhald_freebsd_la_OBJECTS) - libhald_freebsd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -67,7 +81,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ - SOURCES = $(libhald_freebsd_la_SOURCES) --DIST_SOURCES = $(libhald_freebsd_la_SOURCES) -+DIST_SOURCES = $(am__libhald_freebsd_la_SOURCES_DIST) - RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ -@@ -250,46 +264,15 @@ AM_CPPFLAGS = \ - @GLIB_CFLAGS@ @DBUS_CFLAGS@ @POLKIT_CFLAGS@ - - @HALD_COMPILE_FREEBSD_TRUE@noinst_LTLIBRARIES = libhald_freebsd.la --libhald_freebsd_la_SOURCES = \ -- hf-acpi.c \ -- hf-acpi.h \ -- hf-ata.c \ -- hf-ata.h \ -- hf-block.c \ -- hf-block.h \ -- hf-computer.c \ -- hf-computer.h \ -- hf-devd.c \ -- hf-devd.h \ -- hf-devtree.c \ -- hf-devtree.h \ -- hf-drm.c \ -- hf-drm.h \ -- hf-net.c \ -- hf-net.h \ -- hf-osspec.h \ -- hf-pci.c \ -- hf-pci.h \ -- hf-pcmcia.c \ -- hf-pcmcia.h \ -- hf-scsi.c \ -- hf-scsi.h \ -- hf-serial.c \ -- hf-serial.h \ -- hf-sound.c \ -- hf-sound.h \ -- hf-storage.c \ -- hf-storage.h \ -- hf-usb.c \ -- hf-usb.h \ -- hf-util.c \ -- hf-util.h \ -- hf-volume.c \ -- hf-volume.h \ -- osspec.c \ -- hal-file-monitor.c -- --libhald_freebsd_la_LDFLAGS = -lcam -+libhald_freebsd_la_SOURCES = hf-acpi.c hf-acpi.h hf-ata.c hf-ata.h \ -+ hf-block.c hf-block.h hf-computer.c hf-computer.h hf-devd.c \ -+ hf-devd.h hf-devtree.c hf-devtree.h hf-drm.c hf-drm.h hf-net.c \ -+ hf-net.h hf-osspec.h hf-pci.c hf-pci.h hf-pcmcia.c hf-pcmcia.h \ -+ hf-scsi.c hf-scsi.h hf-serial.c hf-serial.h hf-sound.c \ -+ hf-sound.h hf-storage.c hf-storage.h hf-usb.c hf-usb.h \ -+ hf-util.c hf-util.h hf-volume.c hf-volume.h osspec.c \ -+ hal-file-monitor.c $(am__append_1) -+libhald_freebsd_la_LDFLAGS = -lcam $(am__append_2) - EXTRA_DIST = README TODO - all: all-recursive - -@@ -358,6 +341,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf-sound.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf-storage.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf-usb.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf-usb2.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf-util.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf-volume.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osspec.Plo@am__quote@ diff --git a/sysutils/hal/files/patch-hald_freebsd_addons_Makefile.in b/sysutils/hal/files/patch-hald_freebsd_addons_Makefile.in deleted file mode 100644 index f554c0650..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_addons_Makefile.in +++ /dev/null @@ -1,93 +0,0 @@ ---- hald/freebsd/addons/Makefile.in.orig 2008-12-13 12:08:36.000000000 -0500 -+++ hald/freebsd/addons/Makefile.in 2008-12-20 21:16:41.000000000 -0500 -@@ -33,7 +33,8 @@ POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ - @HALD_COMPILE_FREEBSD_TRUE@libexec_PROGRAMS = \ --@HALD_COMPILE_FREEBSD_TRUE@ hald-addon-storage$(EXEEXT) -+@HALD_COMPILE_FREEBSD_TRUE@ hald-addon-storage$(EXEEXT) \ -+@HALD_COMPILE_FREEBSD_TRUE@ hald-addon-mouse-sysmouse$(EXEEXT) - subdir = hald/freebsd/addons - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -47,6 +48,15 @@ CONFIG_CLEAN_FILES = - am__installdirs = "$(DESTDIR)$(libexecdir)" - libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) - PROGRAMS = $(libexec_PROGRAMS) -+am_hald_addon_mouse_sysmouse_OBJECTS = \ -+ hald_addon_mouse_sysmouse-addon-mouse.$(OBJEXT) -+hald_addon_mouse_sysmouse_OBJECTS = \ -+ $(am_hald_addon_mouse_sysmouse_OBJECTS) -+hald_addon_mouse_sysmouse_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -+hald_addon_mouse_sysmouse_LINK = $(LIBTOOL) --tag=CC \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ -+ $(hald_addon_mouse_sysmouse_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ -+ $(LDFLAGS) -o $@ - am_hald_addon_storage_OBJECTS = addon-storage.$(OBJEXT) - hald_addon_storage_OBJECTS = $(am_hald_addon_storage_OBJECTS) - hald_addon_storage_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -@@ -62,8 +72,10 @@ CCLD = $(CC) - LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ --SOURCES = $(hald_addon_storage_SOURCES) --DIST_SOURCES = $(hald_addon_storage_SOURCES) -+SOURCES = $(hald_addon_mouse_sysmouse_SOURCES) \ -+ $(hald_addon_storage_SOURCES) -+DIST_SOURCES = $(hald_addon_mouse_sysmouse_SOURCES) \ -+ $(hald_addon_storage_SOURCES) - ETAGS = etags - CTAGS = ctags - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -@@ -229,6 +241,12 @@ hald_addon_storage_SOURCES = addon-stora - hald_addon_storage_LDADD = \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la - -+hald_addon_mouse_sysmouse_SOURCES = addon-mouse.c -+hald_addon_mouse_sysmouse_CFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@ -+hald_addon_mouse_sysmouse_LDADD = @GLIB_LIBS@ \ -+ -lutil \ -+ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -+ - all: all-am - - .SUFFIXES: -@@ -290,6 +308,9 @@ clean-libexecPROGRAMS: - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done -+hald-addon-mouse-sysmouse$(EXEEXT): $(hald_addon_mouse_sysmouse_OBJECTS) $(hald_addon_mouse_sysmouse_DEPENDENCIES) -+ @rm -f hald-addon-mouse-sysmouse$(EXEEXT) -+ $(hald_addon_mouse_sysmouse_LINK) $(hald_addon_mouse_sysmouse_OBJECTS) $(hald_addon_mouse_sysmouse_LDADD) $(LIBS) - hald-addon-storage$(EXEEXT): $(hald_addon_storage_OBJECTS) $(hald_addon_storage_DEPENDENCIES) - @rm -f hald-addon-storage$(EXEEXT) - $(LINK) $(hald_addon_storage_OBJECTS) $(hald_addon_storage_LDADD) $(LIBS) -@@ -301,6 +322,7 @@ distclean-compile: - -rm -f *.tab.c - - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addon-storage.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Po@am__quote@ - - .c.o: - @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -323,6 +345,20 @@ distclean-compile: - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -+hald_addon_mouse_sysmouse-addon-mouse.o: addon-mouse.c -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_addon_mouse_sysmouse_CFLAGS) $(CFLAGS) -MT hald_addon_mouse_sysmouse-addon-mouse.o -MD -MP -MF $(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Tpo -c -o hald_addon_mouse_sysmouse-addon-mouse.o `test -f 'addon-mouse.c' || echo '$(srcdir)/'`addon-mouse.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Tpo $(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='addon-mouse.c' object='hald_addon_mouse_sysmouse-addon-mouse.o' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_addon_mouse_sysmouse_CFLAGS) $(CFLAGS) -c -o hald_addon_mouse_sysmouse-addon-mouse.o `test -f 'addon-mouse.c' || echo '$(srcdir)/'`addon-mouse.c -+ -+hald_addon_mouse_sysmouse-addon-mouse.obj: addon-mouse.c -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_addon_mouse_sysmouse_CFLAGS) $(CFLAGS) -MT hald_addon_mouse_sysmouse-addon-mouse.obj -MD -MP -MF $(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Tpo -c -o hald_addon_mouse_sysmouse-addon-mouse.obj `if test -f 'addon-mouse.c'; then $(CYGPATH_W) 'addon-mouse.c'; else $(CYGPATH_W) '$(srcdir)/addon-mouse.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Tpo $(DEPDIR)/hald_addon_mouse_sysmouse-addon-mouse.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='addon-mouse.c' object='hald_addon_mouse_sysmouse-addon-mouse.obj' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_addon_mouse_sysmouse_CFLAGS) $(CFLAGS) -c -o hald_addon_mouse_sysmouse-addon-mouse.obj `if test -f 'addon-mouse.c'; then $(CYGPATH_W) 'addon-mouse.c'; else $(CYGPATH_W) '$(srcdir)/addon-mouse.c'; fi` -+ - mostlyclean-libtool: - -rm -f *.lo - diff --git a/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c b/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c deleted file mode 100644 index cf9d96346..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c +++ /dev/null @@ -1,374 +0,0 @@ ---- hald/freebsd/addons/addon-mouse.c.orig 2009-01-25 16:54:29.000000000 -0500 -+++ hald/freebsd/addons/addon-mouse.c 2009-01-25 23:00:48.000000000 -0500 -@@ -0,0 +1,371 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_addons_addon-mouse.c,v 1.4 2009-05-17 05:02:48 marcus Exp $ -+ * -+ * addon-mouse.c : poll mice to disable moused(8) owned devices -+ * -+ * Copyright (C) 2008 Joe Marcus Clarke -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include <sys/param.h> -+#include <sys/types.h> -+#include <sys/event.h> -+#include <sys/time.h> -+#include <sys/proc.h> -+#if __FreeBSD_version >= 800058 -+#include <sys/types.h> -+#include <sys/user.h> -+#include <sys/sysctl.h> -+#include <libutil.h> -+#endif -+#include <string.h> -+#include <stdlib.h> -+#include <assert.h> -+#include <unistd.h> -+#include <glib.h> -+ -+#include "libhal/libhal.h" -+ -+#include "../libprobe/hfp.h" -+ -+#if __FreeBSD_version < 800058 -+#define CMD "/usr/bin/fstat %s" -+#endif -+ -+#define MOUSED_DEVICE "/dev/sysmouse" -+#define MOUSED_PROC_NAME "moused" -+#define XORG_PROC_NAME "Xorg" -+#define NO_PID -1 -+ -+static struct -+{ -+ const struct timespec update_interval; -+ char *device_file; -+ struct timespec next_update; -+} addon = { { 2, 0 } }; -+ -+static int kd = -1; -+ -+#if __FreeBSD_version >= 800058 -+static struct kinfo_proc * -+hfp_kinfo_getproc (int *cntp) -+{ -+ int mib[3]; -+ int error; -+ int cnt; -+ size_t len; -+ char *buf, *bp, *eb; -+ struct kinfo_proc *kip, *kp, *ki; -+ -+ *cntp = 0; -+ -+ len = 0; -+ mib[0] = CTL_KERN; -+ mib[1] = KERN_PROC; -+ mib[2] = KERN_PROC_PROC; -+ -+ error = sysctl(mib, 3, NULL, &len, NULL, 0); -+ if (error) -+ return NULL; -+ -+ len = len * 4 / 3; -+ buf = (char *) g_malloc(len); -+ if (buf == NULL) -+ return NULL; -+ -+ error = sysctl(mib, 3, buf, &len, NULL, 0); -+ if (error) -+ { -+ g_free(buf); -+ return NULL; -+ } -+ -+ cnt = 0; -+ bp = buf; -+ eb = buf + len; -+ while (bp < eb) -+ { -+ ki = (struct kinfo_proc *) (uintptr_t) bp; -+ bp += ki->ki_structsize; -+ cnt++; -+ } -+ -+ kip = calloc(cnt, sizeof (*kip)); -+ if (kip == NULL) -+ { -+ g_free(buf); -+ return NULL; -+ } -+ -+ bp = buf; -+ eb = buf + len; -+ kp = kip; -+ while (bp < eb) -+ { -+ ki = (struct kinfo_proc *) (uintptr_t) bp; -+ memcpy(kp, ki, ki->ki_structsize); -+ bp += ki->ki_structsize; -+ kp->ki_structsize = sizeof(*kp); -+ kp++; -+ } -+ -+ g_free(buf); -+ *cntp = cnt; -+ return kip; -+} -+ -+static gboolean -+device_opened_by_proc (const char *device, const char *proc, pid_t *pid) -+{ -+ struct kinfo_proc *kip, *pfreep; -+ int cnt, i; -+ -+ *pid = NO_PID; -+ -+ pfreep = hfp_kinfo_getproc(&cnt); -+ if (pfreep == NULL) -+ return FALSE; -+ -+ for (i = 0; i < cnt; i++) -+ { -+ kip = &pfreep[i]; -+ -+ if (! strcmp(kip->ki_comm, proc)) -+ { -+ struct kinfo_file *kif, *ffreep; -+ int fcnt, j; -+ -+ ffreep = kinfo_getfile(kip->ki_pid, &fcnt); -+ if (ffreep == NULL) -+ continue; -+ for (j = 0; j < fcnt; j++) -+ { -+ kif = &ffreep[j]; -+ -+ if (kif->kf_type == KF_TYPE_VNODE && -+ ! strcmp(kif->kf_path, device)) -+ { -+ *pid = kip->ki_pid; -+ g_free(ffreep); -+ g_free(pfreep); -+ return TRUE; -+ } -+ } -+ g_free(ffreep); -+ } -+ } -+ g_free(pfreep); -+ -+ return FALSE; -+} -+#else -+static gboolean -+device_opened_by_proc (const char *device, const char *proc, pid_t *pid) -+{ -+ char **lines; -+ char *output = NULL; -+ char *cmd; -+ int i; -+ gboolean found = FALSE; -+ -+ cmd = g_strdup_printf(CMD, device); -+ *pid = NO_PID; -+ -+ if (! g_spawn_command_line_sync(cmd, &output, NULL, NULL, NULL)) -+ { -+ g_free(cmd); -+ goto done; -+ } -+ g_free(cmd); -+ -+ if (! output || strlen(output) == 0) -+ goto done; -+ -+ lines = g_strsplit(output, "\n", 0); -+ if (g_strv_length(lines) < 2) -+ { -+ g_strfreev(lines); -+ goto done; -+ } -+ -+ for (i = 1; lines[i]; i++) -+ { -+ char **fields; -+ guint len; -+ guint j; -+ -+ fields = g_strsplit_set(lines[i], " ", 0); -+ len = g_strv_length(fields); -+ if (len < 3) -+ { -+ g_strfreev(fields); -+ continue; -+ } -+ for (j = 1; j < len && fields[j] && *fields[j] == '\0'; j++) -+ ; -+ if (j < len && fields[j] && ! strcmp(fields[j], proc)) -+ { -+ found = TRUE; -+ for (++j; j < len && fields[j] && *fields[j] == '\0'; j++) -+ ; -+ if (j < len && fields[j]) -+ *pid = atoi(fields[j]); -+ g_strfreev(fields); -+ break; -+ } -+ g_strfreev(fields); -+ } -+ -+ g_strfreev(lines); -+ -+done: -+ g_free(output); -+ -+ return found; -+} -+#endif -+ -+static const char * -+get_mouse_device (const char *device, pid_t *pid) -+{ -+ if (device_opened_by_proc(device, MOUSED_PROC_NAME, pid)) -+ return MOUSED_DEVICE; -+ -+ return device; -+} -+ -+static void -+poll_for_moused (void) -+{ -+ struct kevent ev; -+ const char *device; -+ gboolean found; -+ pid_t pid; -+ char *owner = NULL; -+ char *prev_owner = NULL; -+ -+again: -+ device = get_mouse_device(addon.device_file, &pid); -+ if (pid != NO_PID) -+ { -+ EV_SET(&ev, pid, EVFILT_PROC, EV_ADD | EV_ENABLE, NOTE_EXIT, 0, NULL); -+ if (kevent(kd, &ev, 1, NULL, 0, NULL) < 0) -+ return; -+ g_free(owner); -+ owner = g_strdup(MOUSED_PROC_NAME); -+ } -+ else -+ { -+ found = device_opened_by_proc(device, XORG_PROC_NAME, &pid); -+ if (found && pid != NO_PID) -+ { -+ EV_SET(&ev, pid, EVFILT_PROC, EV_ADD | EV_ENABLE, NOTE_EXIT, 0, NULL); -+ if (kevent(kd, &ev, 1, NULL, 0, NULL) < 0) -+ return; -+ g_free(owner); -+ owner = g_strdup(XORG_PROC_NAME); -+ } -+ else -+ goto out; -+ } -+ -+ if (owner && prev_owner && strcmp(owner, prev_owner)) -+ goto out; -+ -+ if (kevent(kd, NULL, 0, &ev, 1, NULL) < 0) -+ return; -+ -+ sleep(3); -+ g_free(prev_owner); -+ prev_owner = NULL; -+ if (owner) -+ prev_owner = g_strdup(owner); -+ goto again; -+ -+out: -+ if (owner) -+ { -+ libhal_device_reprobe(hfp_ctx, hfp_udi, &hfp_error); -+ dbus_error_free(&hfp_error); -+ } -+ g_free(owner); -+ g_free(prev_owner); -+} -+ -+int -+main (int argc, char **argv) -+{ -+ DBusConnection *connection; -+ -+ if (! hfp_init(argc, argv)) -+ goto end; -+ -+ addon.device_file = getenv("HAL_PROP_FREEBSD_DEVICE_FILE"); -+ if (! addon.device_file) -+ goto end; -+ -+ setproctitle("%s", addon.device_file); -+ -+ if (! libhal_device_addon_is_ready(hfp_ctx, hfp_udi, &hfp_error)) -+ goto end; -+ dbus_error_free(&hfp_error); -+ -+ connection = libhal_ctx_get_dbus_connection(hfp_ctx); -+ assert(connection != NULL); -+ -+ kd = kqueue(); -+ assert(kd > -1); -+ -+ while (TRUE) -+ { -+ /* process dbus traffic until update interval has elapsed */ -+ while (TRUE) -+ { -+ struct timespec now; -+ -+ hfp_clock_gettime(&now); -+ if (hfp_timespeccmp(&now, &addon.next_update, <)) -+ { -+ struct timespec timeout; -+ -+ timeout = addon.next_update; -+ hfp_timespecsub(&timeout, &now); -+ -+ if (timeout.tv_sec < 0) /* current time went backwards */ -+ timeout = addon.update_interval; -+ -+ dbus_connection_read_write_dispatch(connection, timeout.tv_sec * 1000 + timeout.tv_nsec / 1000000); -+ if (! dbus_connection_get_is_connected(connection)) -+ goto end; -+ } -+ else -+ break; -+ } -+ -+ poll_for_moused(); -+ -+ hfp_clock_gettime(&addon.next_update); -+ hfp_timespecadd(&addon.next_update, &addon.update_interval); -+ } -+ -+ end: -+ return 0; -+} diff --git a/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c b/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c deleted file mode 100644 index f19b7e92d..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c +++ /dev/null @@ -1,371 +0,0 @@ ---- hald/freebsd/addons/addon-storage.c.orig 2008-08-10 09:50:10.000000000 -0400 -+++ hald/freebsd/addons/addon-storage.c 2009-09-13 17:23:52.000000000 -0400 -@@ -36,17 +36,24 @@ - #include "../libprobe/hfp.h" - #include "../libprobe/hfp-cdrom.h" - -+static boolean is_locked_by_hal = FALSE; -+static boolean check_lock_state = TRUE; -+static boolean polling_disabled = FALSE; -+ - static struct - { -- const struct timeval update_interval; -+ const struct timespec update_interval; - char *device_file; - char *parent; - boolean is_cdrom; - boolean is_scsi_removable; - boolean had_media; -- struct timeval next_update; -+ struct timespec next_update; - } addon = { { 2, 0 } }; - -+static void update_proc_title (const char *device); -+static void unmount_volumes (void); -+ - /* see MMC-3 Working Draft Revision 10 */ - static boolean - hf_addon_storage_cdrom_eject_pressed (HFPCDROM *cdrom) -@@ -100,8 +107,7 @@ hf_addon_storage_update (void) - - if (hf_addon_storage_cdrom_eject_pressed(cdrom)) - { -- libhal_device_emit_condition(hfp_ctx, hfp_udi, "EjectPressed", "", &hfp_error); -- dbus_error_free(&hfp_error); -+ libhal_device_emit_condition(hfp_ctx, hfp_udi, "EjectPressed", "", NULL); - } - - hfp_cdrom_free(cdrom); -@@ -144,18 +150,142 @@ hf_addon_storage_update (void) - } - } - -- hfp_gettimeofday(&addon.next_update); -- hfp_timevaladd(&addon.next_update, &addon.update_interval); -- - return has_media; - } - -+static void -+unmount_volumes (void) -+{ -+ int num_volumes; -+ char **volumes; -+ -+ if ((volumes = libhal_manager_find_device_string_match(hfp_ctx, -+ "block.storage_device", -+ hfp_udi, -+ &num_volumes, -+ NULL)) != NULL) -+ { -+ int i; -+ -+ for (i = 0; i < num_volumes; i++) -+ { -+ char *vol_udi; -+ -+ vol_udi = volumes[i]; -+ -+ if (libhal_device_get_property_bool(hfp_ctx, vol_udi, "volume.is_mounted", NULL)) -+ { -+ DBusMessage *msg = NULL; -+ DBusMessage *reply = NULL; -+ DBusConnection *dbus_connection; -+ unsigned int num_options = 0; -+ char **options = NULL; -+ char *devfile; -+ -+ hfp_info("Forcing unmount of volume '%s'", vol_udi); -+ -+ dbus_connection = libhal_ctx_get_dbus_connection(hfp_ctx); -+ msg = dbus_message_new_method_call("org.freedesktop.Hal", vol_udi, -+ "org.freedesktop.Hal.Device.Volume", -+ "Unmount"); -+ if (msg == NULL) -+ { -+ hfp_warning("Could not create dbus message for %s", vol_udi); -+ continue; -+ } -+ -+ options = calloc(1, sizeof (char *)); -+ if (options == NULL) -+ { -+ hfp_warning("Could not allocation memory for options"); -+ dbus_message_unref(msg); -+ continue; -+ } -+ -+ options[0] = "force"; -+ num_options = 1; -+ -+ devfile = libhal_device_get_property_string(hfp_ctx, vol_udi, "block.device", NULL); -+ if (devfile != NULL) -+ { -+ hfp_info("Forcibly attempting to unmount %s as media was removed", devfile); -+ libhal_free_string(devfile); -+ } -+ -+ if (! dbus_message_append_args(msg, DBUS_TYPE_ARRAY, DBUS_TYPE_STRING, &options, num_options, DBUS_TYPE_INVALID)) -+ { -+ hfp_warning("Could not append args to dbus message for %s", vol_udi); -+ free(options); -+ dbus_message_unref(msg); -+ continue; -+ } -+ -+ if (! (reply = dbus_connection_send_with_reply_and_block(dbus_connection, msg, -1, &hfp_error))) -+ { -+ hfp_warning("Unmount failed for %s: %s: %s", vol_udi, hfp_error.name, hfp_error.message); -+ dbus_error_free(&hfp_error); -+ free(options); -+ dbus_message_unref(msg); -+ continue; -+ } -+ -+ if (dbus_error_is_set(&hfp_error)) -+ { -+ hfp_warning("Unmount failed for %s: %s : %s", vol_udi, hfp_error.name, hfp_error.message); -+ dbus_error_free(&hfp_error); -+ free(options); -+ dbus_message_unref(msg); -+ dbus_message_unref(reply); -+ continue; -+ } -+ -+ hfp_info("Successfully unmounted udi '%s'", vol_udi); -+ free(options); -+ dbus_message_unref(msg); -+ dbus_message_unref(reply); -+ } -+ } -+ libhal_free_string_array(volumes); -+ } -+} -+ - static boolean --poll_for_media (void) -+poll_for_media (boolean check_only, boolean force) - { - boolean has_media; - -+ if (check_lock_state) -+ { -+ boolean should_poll; -+ -+ check_lock_state = FALSE; -+ -+ hfp_info("Checking whether device %s is locked by HAL", addon.device_file); -+ if (libhal_device_is_locked_by_others(hfp_ctx, hfp_udi, "org.freedesktop.Hal.Device.Storage", NULL)) -+ { -+ hfp_info("... device %s is locked by HAL", addon.device_file); -+ is_locked_by_hal = TRUE; -+ update_proc_title(addon.device_file); -+ goto skip_check; -+ } -+ else -+ { -+ hfp_info("... device %s is not locked by HAL", addon.device_file); -+ is_locked_by_hal = FALSE; -+ } -+ -+ should_poll = libhal_device_get_property_bool(hfp_ctx, hfp_udi, "storage.media_check_enabled", NULL); -+ polling_disabled = ! should_poll; -+ update_proc_title(addon.device_file); -+ } -+ -+ if (! force && polling_disabled) -+ goto skip_check; -+ - has_media = hf_addon_storage_update(); -+ if (check_only) -+ return has_media; -+ - if (has_media != addon.had_media) - { - /* -@@ -168,27 +298,47 @@ poll_for_media (void) - * then hung while rebooting and did not unmount my other - * filesystems. - */ -+#if __FreeBSD_version >= 800066 -+ /* -+ * With newusb, it is safe to force unmount volumes. This may be -+ * safe on newer versions of the old USB stack, but we'll be -+ * extra cautious. -+ */ -+ unmount_volumes(); -+#endif - -- libhal_device_rescan(hfp_ctx, hfp_udi, &hfp_error); -- dbus_error_free(&hfp_error); -+ libhal_device_rescan(hfp_ctx, hfp_udi, NULL); - addon.had_media = has_media; - - return TRUE; - } -+ -+skip_check: -+ - return FALSE; - } - - static void --update_proc_title (const char *device, boolean polling_enabled) -+update_proc_title (const char *device) - { -- if (polling_enabled) -- setproctitle("%s", device); -- else -+ if (polling_disabled) - setproctitle("no polling on %s because it is explicitly disabled", device); -+ else if (is_locked_by_hal) -+ setproctitle("no polling on %s because it is locked by HAL", device); -+ else -+ setproctitle("%s", device); - } - - static DBusHandlerResult --filter_function (DBusConnection *connection, DBusMessage *message, void *user_data) -+dbus_filter_function (DBusConnection *connection, DBusMessage *message, void *user_data) -+{ -+ check_lock_state = TRUE; -+ -+ return DBUS_HANDLER_RESULT_HANDLED; -+} -+ -+static DBusHandlerResult -+direct_filter_function (DBusConnection *connection, DBusMessage *message, void *user_data) - { - if (dbus_message_is_method_call(message, - "org.freedesktop.Hal.Device.Storage.Removable", -@@ -199,7 +349,7 @@ filter_function (DBusConnection *connect - - hfp_info("Forcing poll for media becusse CheckForMedia() was called"); - -- had_effect = poll_for_media(); -+ had_effect = poll_for_media(FALSE, TRUE); - - reply = dbus_message_new_method_return (message); - dbus_message_append_args(reply, DBUS_TYPE_BOOLEAN, &had_effect, DBUS_TYPE_INVALID); -@@ -217,8 +367,9 @@ main (int argc, char **argv) - char *removable; - char *bus; - char *driver; -- boolean should_poll; -+ char *filter_str; - DBusConnection *connection; -+ DBusConnection *syscon; - - if (! hfp_init(argc, argv)) - goto end; -@@ -251,16 +402,39 @@ main (int argc, char **argv) - addon.is_scsi_removable = (! strcmp(bus, "scsi") || - (! strcmp(bus, "usb") && (! strcmp(driver, "da") || ! strcmp(driver, "sa") || - ! strcmp(driver, "cd")))) && ! strcmp(removable, "true"); -- addon.had_media = hf_addon_storage_update(); -+ addon.had_media = poll_for_media(TRUE, FALSE); - -- if (! libhal_device_addon_is_ready(hfp_ctx, hfp_udi, &hfp_error)) -+ if (! libhal_device_addon_is_ready(hfp_ctx, hfp_udi, NULL)) - goto end; -- dbus_error_free(&hfp_error); -+ -+ syscon = dbus_bus_get(DBUS_BUS_SYSTEM, NULL); -+ assert(syscon != NULL); -+ dbus_connection_set_exit_on_disconnect(syscon, 0); -+ -+ dbus_bus_add_match(syscon, -+ "type='signal'" -+ ",interface='org.freedesktop.Hal.Manager'" -+ ",sender='org.freedesktop.Hal'", -+ NULL); -+ dbus_bus_add_match(syscon, -+ "type='signal'" -+ ",interface='org.freedesktop.Hal.Manager'" -+ ",sender='org.freedesktop.Hal'", -+ NULL); -+ filter_str = hfp_strdup_printf("type='signal'" -+ ",interface='org.freedesktop.Hal.Device'" -+ ",sender='org.freedesktop.Hal'" -+ ",path='%s'", -+ hfp_udi); -+ dbus_bus_add_match(syscon, filter_str, NULL); -+ hfp_free(filter_str); -+ -+ dbus_connection_add_filter(syscon, dbus_filter_function, NULL, NULL); - - connection = libhal_ctx_get_dbus_connection(hfp_ctx); - assert(connection != NULL); - dbus_connection_set_exit_on_disconnect(connection, 0); -- dbus_connection_add_filter(connection, filter_function, NULL, NULL); -+ dbus_connection_add_filter(connection, direct_filter_function, NULL, NULL); - - if (! libhal_device_claim_interface(hfp_ctx, - hfp_udi, -@@ -268,52 +442,43 @@ main (int argc, char **argv) - " <method name=\"CheckForMedia\">\n" - " <arg name=\"call_had_sideeffect\" direction=\"out\" type=\"b\"/>\n" - " </method>\n", -- &hfp_error)) -+ NULL)) - { - hfp_critical("Cannot claim interface 'org.freedesktop.Hal.Device.Storage.Removable'"); - goto end; - } -- dbus_error_free(&hfp_error); - - while (TRUE) - { - /* process dbus traffic until update interval has elapsed */ - while (TRUE) - { -- struct timeval now; -+ struct timespec now; - -- hfp_gettimeofday(&now); -- if (hfp_timevalcmp(&now, &addon.next_update, <)) -+ hfp_clock_gettime(&now); -+ if (hfp_timespeccmp(&now, &addon.next_update, <)) - { -- struct timeval timeout; -+ struct timespec timeout; - - timeout = addon.next_update; -- hfp_timevalsub(&timeout, &now); -+ hfp_timespecsub(&timeout, &now); - - if (timeout.tv_sec < 0) /* current time went backwards */ - timeout = addon.update_interval; - -- dbus_connection_read_write_dispatch(connection, timeout.tv_sec * 1000 + timeout.tv_usec / 1000); -- if (! dbus_connection_get_is_connected(connection)) -+ dbus_connection_read_write_dispatch(connection, (int) ((timeout.tv_sec * 1000 + timeout.tv_nsec / 1000000) / 2)); -+ dbus_connection_read_write_dispatch(syscon, (int) ((timeout.tv_sec * 1000 + timeout.tv_nsec / 1000000) / 2)); -+ if (! dbus_connection_get_is_connected(connection) || -+ ! dbus_connection_get_is_connected(syscon)) - goto end; - } - else - break; - } - -- should_poll = libhal_device_get_property_bool(hfp_ctx, hfp_udi, "storage.media_check_enabled", &hfp_error); -- dbus_error_free(&hfp_error); -- update_proc_title(addon.device_file, should_poll); -- -- if (should_poll) -- { -- poll_for_media(); -- } -- else -- { -- hfp_gettimeofday(&addon.next_update); -- hfp_timevaladd(&addon.next_update, &addon.update_interval); -- } -+ poll_for_media(FALSE, FALSE); -+ hfp_clock_gettime(&addon.next_update); -+ hfp_timespecadd(&addon.next_update, &addon.update_interval); - } - - end: diff --git a/sysutils/hal/files/patch-hald_freebsd_clock b/sysutils/hal/files/patch-hald_freebsd_clock deleted file mode 100644 index 488283e02..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_clock +++ /dev/null @@ -1,111 +0,0 @@ ---- hald/freebsd/libprobe/hfp.c.orig 2008-03-17 17:25:17.000000000 -0400 -+++ hald/freebsd/libprobe/hfp.c 2008-03-26 12:07:32.000000000 -0400 -@@ -216,55 +216,59 @@ hfp_getenv_bool (const char *variable) - } - - void --hfp_gettimeofday (struct timeval *t) -+hfp_clock_gettime (struct timespec *t) - { - int status; - - assert(t != NULL); - -- status = gettimeofday(t, NULL); -+#ifdef CLOCK_MONOTONIC_FAST -+ status = clock_gettime(CLOCK_MONOTONIC_FAST, t); -+#else -+ status = clock_gettime(CLOCK_MONOTONIC, t); -+#endif - assert(status == 0); - } - --/* timeval functions from sys/kern/kern_time.c */ -+/* timespec functions from sys/kern/kern_time.c */ - - static void --hfp_timevalfix (struct timeval *t) -+hfp_timespecfix (struct timespec *t) - { - assert(t != NULL); - -- if (t->tv_usec < 0) -+ if (t->tv_nsec < 0) - { - t->tv_sec--; -- t->tv_usec += 1000000; -+ t->tv_nsec += 1000000000; - } -- if (t->tv_usec >= 1000000) -+ if (t->tv_nsec >= 1000000000) - { - t->tv_sec++; -- t->tv_usec -= 1000000; -+ t->tv_nsec -= 1000000000; - } - } - - void --hfp_timevaladd (struct timeval *t1, const struct timeval *t2) -+hfp_timespecadd (struct timespec *t1, const struct timespec *t2) - { - assert(t1 != NULL); - assert(t2 != NULL); - - t1->tv_sec += t2->tv_sec; -- t1->tv_usec += t2->tv_usec; -+ t1->tv_nsec += t2->tv_nsec; - -- hfp_timevalfix(t1); -+ hfp_timespecfix(t1); - } - - void --hfp_timevalsub (struct timeval *t1, const struct timeval *t2) -+hfp_timespecsub (struct timespec *t1, const struct timespec *t2) - { - assert(t1 != NULL); - assert(t2 != NULL); - - t1->tv_sec -= t2->tv_sec; -- t1->tv_usec -= t2->tv_usec; -+ t1->tv_nsec -= t2->tv_nsec; - -- hfp_timevalfix(t1); -+ hfp_timespecfix(t1); - } ---- hald/freebsd/libprobe/hfp.h.orig 2008-03-17 17:25:17.000000000 -0400 -+++ hald/freebsd/libprobe/hfp.h 2008-04-02 14:35:50.000000000 -0400 -@@ -29,8 +29,12 @@ - #endif - - #include <stdarg.h> -+#include <time.h> - #include <sys/types.h> -+#include <sys/param.h> -+#if __FreeBSD_version < 600000 - #include <sys/time.h> -+#endif - - #include "libhal/libhal.h" - -@@ -84,14 +88,14 @@ void volume_id_log (const char *format, - - boolean hfp_getenv_bool (const char *variable); - --void hfp_gettimeofday (struct timeval *t); --void hfp_timevaladd (struct timeval *t1, const struct timeval *t2); --void hfp_timevalsub (struct timeval *t1, const struct timeval *t2); -+void hfp_clock_gettime (struct timespec *t); -+void hfp_timespecadd (struct timespec *t1, const struct timespec *t2); -+void hfp_timespecsub (struct timespec *t1, const struct timespec *t2); - - /* from sys/time.h (_KERNEL) */ --#define hfp_timevalcmp(t1, t2, cmp) \ -+#define hfp_timespeccmp(t1, t2, cmp) \ - (((t1)->tv_sec == (t2)->tv_sec \ -- ? ((t1)->tv_usec cmp (t2)->tv_usec) \ -+ ? ((t1)->tv_nsec cmp (t2)->tv_nsec) \ - : ((t1)->tv_sec cmp (t2)->tv_sec))) - - #endif /* _HFP_H */ diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-acpi.c b/sysutils/hal/files/patch-hald_freebsd_hf-acpi.c deleted file mode 100644 index a21095a5f..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-acpi.c +++ /dev/null @@ -1,90 +0,0 @@ ---- hald/freebsd/hf-acpi.c.orig 2008-05-07 19:23:59.000000000 -0400 -+++ hald/freebsd/hf-acpi.c 2009-02-04 11:32:27.000000000 -0500 -@@ -54,6 +54,7 @@ - static const struct laptop_panel_type { - char *access; - char *name; -+ char *get_sysctl; - char *max_sysctl; - int max_levels; - #define HF_ACPI_IBM_MAX_LEVELS 8 -@@ -64,17 +65,29 @@ - #define HF_ACPI_FUJITSU_MAX_LEVELS 8 - /* NOTE: Each new type must also be added to hf-devtree.c */ - } laptop_panel_types[] = { -- { "ibm", "IBM", NULL, -+ { "ibm", "IBM", -+ "dev.acpi_ibm.0.lcd_brightness", -+ NULL, - HF_ACPI_IBM_MAX_LEVELS }, -- { "toshiba", "Toshiba", NULL, -+ { "toshiba", "Toshiba", -+ "hw.acpi.toshiba.lcd_brightness", -+ NULL, - HF_ACPI_TOSHIBA_MAX_LEVELS }, -- { "sony", "Sony", NULL, -+ { "sony", "Sony", -+ "dev.acpi_sony.0.brightness", -+ NULL, - HF_ACPI_SONY_MAX_LEVELS }, -- { "panasonic", "Panasonic", "hw.acpi.panasonic.lcd_brightness_max", -+ { "panasonic", "Panasonic", -+ "hw.acpi.panasonic.lcd_brightness", -+ "hw.acpi.panasonic.lcd_brightness_max", - HF_ACPI_PANASONIC_MAX_LEVELS }, -- { "asus", "Asus", NULL, -+ { "asus", "Asus", -+ "hw.acpi.asus.lcd_brightness", -+ NULL, - HF_ACPI_ASUS_MAX_LEVELS }, -- { "fujitsu", "Fujitsu", NULL, -+ { "fujitsu", "Fujitsu", -+ "hw.acpi.fujitsu.lcd_brightness", -+ NULL, - HF_ACPI_FUJITSU_MAX_LEVELS } - }; - -@@ -105,6 +118,9 @@ - gboolean ispresent; - union acpi_battery_ioctl_arg battif, battst, battinfo; - -+ if (! hf_has_sysctl("hw.acpi.battery.units")) -+ return; -+ - battif.unit = battst.unit = battinfo.unit = - hal_device_property_get_int(device, "freebsd.unit"); - -@@ -497,13 +513,15 @@ - - static HalDevice * - hf_acpi_laptop_panel_new (HalDevice *parent, int max_levels, -- const char *max_sysctl, const char *access, -- const char *name) -+ const char *get_sysctl, const char *max_sysctl, -+ const char *access, const char *name) - { - HalDevice *device; - - g_return_val_if_fail(HAL_IS_DEVICE(parent), NULL); - -+ if (get_sysctl == NULL || ! hf_has_sysctl(get_sysctl)) -+ return NULL; - device = hf_device_new(parent); - - hf_device_property_set_string_printf(device, "info.product", "Laptop Panel (%s)", name); -@@ -593,11 +611,13 @@ - HalDevice *panel_device; - - panel_device = hf_acpi_laptop_panel_new(parent, -- laptop_panel_types[i].max_levels, -+ laptop_panel_types[i].max_levels, -+ laptop_panel_types[i].get_sysctl, - laptop_panel_types[i].max_sysctl, - laptop_panel_types[i].access, - laptop_panel_types[i].name); -- hf_device_preprobe_and_add(panel_device); -+ if (panel_device) -+ hf_device_preprobe_and_add(panel_device); - } - } - } diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-computer.c b/sysutils/hal/files/patch-hald_freebsd_hf-computer.c deleted file mode 100644 index e2921c58a..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-computer.c +++ /dev/null @@ -1,26 +0,0 @@ ---- hald/freebsd/hf-computer.c.orig 2009-07-18 21:22:48.000000000 -0400 -+++ hald/freebsd/hf-computer.c 2009-07-18 21:23:51.000000000 -0400 -@@ -26,6 +26,7 @@ - # include <config.h> - #endif - -+#include <stdio.h> - #include <string.h> - #include <sys/utsname.h> - -@@ -133,11 +134,11 @@ hf_computer_device_add (void) - if (PACKAGE_VERSION) { - int major, minor, micro; - -- hal_device_property_set_string (root, "org.freedesktop.Hal.version", PACKAGE_VERSION); -+ hal_device_property_set_string (device, "org.freedesktop.Hal.version", PACKAGE_VERSION); - if ( sscanf( PACKAGE_VERSION, "%d.%d.%d", &major, &minor, µ ) == 3 ) { -- hal_device_property_set_int (root, "org.freedesktop.Hal.version.major", major); -- hal_device_property_set_int (root, "org.freedesktop.Hal.version.minor", minor); -- hal_device_property_set_int (root, "org.freedesktop.Hal.version.micro", micro); -+ hal_device_property_set_int (device, "org.freedesktop.Hal.version.major", major); -+ hal_device_property_set_int (device, "org.freedesktop.Hal.version.minor", minor); -+ hal_device_property_set_int (device, "org.freedesktop.Hal.version.micro", micro); - } - } - diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-devd.c b/sysutils/hal/files/patch-hald_freebsd_hf-devd.c deleted file mode 100644 index 29ed38a7e..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-devd.c +++ /dev/null @@ -1,56 +0,0 @@ ---- hald/freebsd/hf-devd.c.orig 2008-05-07 19:23:59.000000000 -0400 -+++ hald/freebsd/hf-devd.c 2009-05-30 03:15:33.000000000 -0400 -@@ -28,6 +28,7 @@ - #include <string.h> - #include <errno.h> - #include <unistd.h> -+#include <sys/param.h> - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> -@@ -40,7 +41,11 @@ - #include "hf-acpi.h" - #include "hf-net.h" - #include "hf-pcmcia.h" -+#include "hf-storage.h" - #include "hf-usb.h" -+#ifdef HAVE_LIBUSB20 -+#include "hf-usb2.h" -+#endif - #include "hf-util.h" - - #define HF_DEVD_SOCK_PATH "/var/run/devd.pipe" -@@ -51,10 +56,16 @@ - #define HF_DEVD_EVENT_NOMATCH '?' - - static HFDevdHandler *handlers[] = { -+#ifdef HAVE_LIBUSB20 -+ &hf_usb2_devd_handler, -+#endif -+#if __FreeBSD_version < 800092 - &hf_usb_devd_handler, -+#endif - &hf_net_devd_handler, - &hf_acpi_devd_handler, -- &hf_pcmcia_devd_handler -+ &hf_pcmcia_devd_handler, -+ &hf_storage_devd_handler - }; - - static gboolean hf_devd_inited = FALSE; -@@ -381,13 +392,13 @@ hf_devd_event_cb (GIOChannel *source, GI - - status = g_io_channel_read_line(source, &event, NULL, &terminator, NULL); - -- if (status != G_IO_STATUS_NORMAL) -+ if (status == G_IO_STATUS_NORMAL) - { - event[terminator] = 0; - hf_devd_process_event(event); - g_free(event); - } -- else if (status != G_IO_STATUS_AGAIN) -+ else if (status == G_IO_STATUS_AGAIN) - { - hf_devd_init(); - if (hf_devd_inited) diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-devtree.c b/sysutils/hal/files/patch-hald_freebsd_hf-devtree.c deleted file mode 100644 index afc07d63a..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-devtree.c +++ /dev/null @@ -1,77 +0,0 @@ ---- hald/freebsd/hf-devtree.c.orig 2008-05-07 19:24:03.000000000 -0400 -+++ hald/freebsd/hf-devtree.c 2009-02-16 18:48:41.000000000 -0500 -@@ -86,7 +86,11 @@ hf_devtree_cpu_can_throttle (int cpu) - gboolean can = FALSE; - char *levels; - -+#ifdef notyet - levels = hf_get_string_sysctl(NULL, "dev.cpu.%i.freq_levels", cpu); -+#else -+ levels = hf_get_string_sysctl(NULL, "dev.cpu.0.freq_levels"); -+#endif - if (levels) - { - char **toks; -@@ -109,7 +113,11 @@ hf_devtree_cpu_get_maxfreq (int cpu) - char *levels; - int freq = -1; - -+#ifdef notyet - levels = hf_get_string_sysctl(NULL, "dev.cpu.%i.freq_levels", cpu); -+#else -+ levels = hf_get_string_sysctl(NULL, "dev.cpu.0.freq_levels"); -+#endif - if (levels) - { - sscanf(levels, "%i/", &freq); -@@ -379,7 +387,8 @@ static Handler handlers[] = { - { "pcm", NULL }, - { "psm", hf_devtree_psm_set_properties }, - { "sio", NULL }, -- { "speaker", NULL } -+ { "speaker", NULL }, -+ { "usbus", NULL } - }; - - static void -@@ -426,7 +435,13 @@ hf_devtree_probe (void) - HalDevice *device; - - device = hf_devtree_device_new(parent, info->handler, info->unit); -- hf_device_preprobe_and_add(device); -+ if (hf_device_preprobe(device)) -+ { -+ if (hal_device_has_capability(device, "input.mouse")) -+ hf_runner_run_sync(device, 0, "hald-probe-mouse", NULL); -+ -+ hf_device_add(device); -+ } - } - - devices = g_slist_delete_link(devices, root); -@@ -434,6 +449,17 @@ hf_devtree_probe (void) - } - } - -+static gboolean -+hf_devtree_rescan (HalDevice *device) -+{ -+ if (hal_device_has_capability(device, "input.mouse")) -+ { -+ hf_runner_run_sync(device, 0, "hald-probe-mouse", NULL); -+ return TRUE; -+ } -+ return FALSE; -+} -+ - HalDevice * - hf_devtree_find_from_name (HalDeviceStore *store, const char *name) - { -@@ -597,5 +623,6 @@ hf_devtree_is_driver (const char *name, - } - - HFHandler hf_devtree_handler = { -- .probe = hf_devtree_probe -+ .probe = hf_devtree_probe, -+ .device_rescan = hf_devtree_rescan - }; diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-scsi.c b/sysutils/hal/files/patch-hald_freebsd_hf-scsi.c deleted file mode 100644 index bc7ad871d..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-scsi.c +++ /dev/null @@ -1,11 +0,0 @@ ---- hald/freebsd/hf-scsi.c.orig 2009-08-18 16:19:02.000000000 -0400 -+++ hald/freebsd/hf-scsi.c 2009-08-18 16:19:24.000000000 -0400 -@@ -549,7 +549,7 @@ hf_scsi_probe (void) - break; /* only use the first peripheral */ - - match = &ccb.cdm.matches[i].result.periph_result; -- if ((int) match->path_id == -1 || ! strcmp(match->periph_name, "pass")) -+ if ((int) match->path_id == -1 || ! strcmp(match->periph_name, "pass") || ! strcmp(match->periph_name, "probe")) - break; - - pending_devname = g_strdup_printf("%s%i", match->periph_name, match->unit_number); diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-storage.h b/sysutils/hal/files/patch-hald_freebsd_hf-storage.h deleted file mode 100644 index ca673b5bc..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-storage.h +++ /dev/null @@ -1,13 +0,0 @@ ---- hald/freebsd/hf-storage.h.orig 2009-02-23 01:43:49.000000000 -0500 -+++ hald/freebsd/hf-storage.h 2009-02-23 01:45:17.000000000 -0500 -@@ -29,8 +29,10 @@ - #endif - - #include "hf-osspec.h" -+#include "hf-devd.h" - - extern HFHandler hf_storage_handler; -+extern HFDevdHandler hf_storage_devd_handler; - - void hf_storage_device_enable (HalDevice *device); - void hf_storage_device_enable_tape (HalDevice *device); diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-usb.c b/sysutils/hal/files/patch-hald_freebsd_hf-usb.c deleted file mode 100644 index a3289fbab..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-usb.c +++ /dev/null @@ -1,178 +0,0 @@ ---- hald/freebsd/hf-usb.c.orig 2008-05-07 19:24:02.000000000 -0400 -+++ hald/freebsd/hf-usb.c 2009-05-30 03:20:24.000000000 -0400 -@@ -25,13 +25,20 @@ - # include <config.h> - #endif - -+#include <sys/param.h> - #include <string.h> - #include <errno.h> - #include <stdlib.h> - #include <fcntl.h> - #include <sys/ioctl.h> - #include <unistd.h> -+#if __FreeBSD_version < 800092 -+#if __FreeBSD_version >= 800064 -+#include <legacy/dev/usb/usb.h> -+#else - #include <dev/usb/usb.h> -+#endif -+#endif - - #include "../logger.h" - #include "../osspec.h" -@@ -40,7 +47,13 @@ - #include "hf-devtree.h" - #include "hf-util.h" - -+#if __FreeBSD_version < 800092 - #define HF_USB_DEVICE "/dev/usb" -+#if __FreeBSD_version < 800066 -+#define HF_USB2_DEVICE "/dev/usb " -+#else -+#define HF_USB2_DEVICE "/dev/usbctl" -+#endif - - typedef struct - { -@@ -227,51 +240,6 @@ hf_usb_get_full_config_descriptor (int f - return NULL; - } - --/* -- * Adapted from usb_compute_udi() in linux2/physdev.c and -- * usbclass_compute_udi() in linux2/classdev.c. -- */ --static void --hf_usb_device_compute_udi (HalDevice *device) --{ -- g_return_if_fail(HAL_IS_DEVICE(device)); -- -- if (hal_device_has_capability(device, "hiddev")) -- hf_device_set_full_udi(device, "%s_hiddev", -- hal_device_property_get_string(device, "info.parent")); -- else if (hal_device_has_capability(device, "video4linux")) -- hf_device_set_full_udi(device, "%s_video4linux", -- hal_device_property_get_string(device, "info.parent")); -- else if (hal_device_has_property(device, "usb.interface.number")) -- hf_device_set_full_udi(device, "%s_if%i", -- hal_device_property_get_string(device, "info.parent"), -- hal_device_property_get_int(device, "usb.interface.number")); -- else -- hf_device_set_udi(device, "usb_device_%x_%x_%s", -- hal_device_property_get_int(device, "usb_device.vendor_id"), -- hal_device_property_get_int(device, "usb_device.product_id"), -- hal_device_has_property(device, "usb_device.serial") -- ? hal_device_property_get_string(device, "usb_device.serial") -- : "noserial"); --} -- --static void --hf_usb_add_webcam_properties (HalDevice *device) --{ -- int unit; -- -- g_return_if_fail(HAL_IS_DEVICE(device)); -- -- unit = hal_device_property_get_int(device, "freebsd.unit"); -- if (unit < 0) -- unit = 0; -- -- hal_device_property_set_string(device, "info.category", "video4linux"); -- hal_device_add_capability(device, "video4linux"); -- hf_device_property_set_string_printf(device, "video4linux.device", "/dev/video%i", unit); -- hal_device_property_set_string(device, "info.product", "Video Device"); --} -- - /* adapted from usbif_set_name() in linux2/physdev.c */ - static const char * - hf_usb_get_interface_name (const usb_interface_descriptor_t *desc) -@@ -424,7 +392,7 @@ hf_usb_device_new (HalDevice *parent, - hf_devtree_device_set_name(device, di->udi_devnames[0]); - - if ((devname = hf_usb_get_devname(di, "ukbd"))) /* USB keyboard */ -- hf_device_set_input(device, "keyboard", devname); -+ hf_device_set_input(device, "keyboard", NULL); - else if ((devname = hf_usb_get_devname(di, "ums"))) /* USB mouse */ - hf_device_set_input(device, "mouse", devname); - else if ((devname = hf_usb_get_devname(di, "uhid"))) /* UHID device */ -@@ -575,6 +543,8 @@ hf_usb_probe_device (HalDevice *parent, - { - if (hal_device_has_capability(device, "hiddev")) - hf_runner_run_sync(device, 0, "hald-probe-hiddev", NULL); -+ if (hal_device_has_capability(device, "input.mouse")) -+ hf_runner_run_sync(device, 0, "hald-probe-mouse", NULL); - - hf_device_add(device); - } -@@ -633,9 +603,18 @@ hf_usb_privileged_init (void) - { - int i; - -+ if (g_file_test(HF_USB2_DEVICE, G_FILE_TEST_EXISTS)) -+ { -+ hf_usb_fd = -1; -+ return; -+ } -+ - hf_usb_fd = open(HF_USB_DEVICE, O_RDONLY); - if (hf_usb_fd < 0) -- HAL_INFO(("unable to open %s: %s", HF_USB_DEVICE, g_strerror(errno))); -+ { -+ HAL_INFO(("unable to open %s: %s", HF_USB_DEVICE, g_strerror(errno))); -+ return; -+ } - - for (i = 0; i < 16; i++) - { -@@ -885,3 +864,50 @@ HFDevdHandler hf_usb_devd_handler = { - .add = hf_usb_devd_add, - .remove = hf_usb_devd_remove - }; -+#endif -+ -+/* -+ * Adapted from usb_compute_udi() in linux2/physdev.c and -+ * usbclass_compute_udi() in linux2/classdev.c. -+ */ -+void -+hf_usb_device_compute_udi (HalDevice *device) -+{ -+ g_return_if_fail(HAL_IS_DEVICE(device)); -+ -+ if (hal_device_has_capability(device, "hiddev")) -+ hf_device_set_full_udi(device, "%s_hiddev", -+ hal_device_property_get_string(device, "info.parent")); -+ else if (hal_device_has_capability(device, "video4linux")) -+ hf_device_set_full_udi(device, "%s_video4linux", -+ hal_device_property_get_string(device, "info.parent")); -+ else if (hal_device_has_property(device, "usb.interface.number")) -+ hf_device_set_full_udi(device, "%s_if%i", -+ hal_device_property_get_string(device, "info.parent"), -+ hal_device_property_get_int(device, "usb.interface.number")); -+ else -+ hf_device_set_udi(device, "usb_device_%x_%x_%s", -+ hal_device_property_get_int(device, "usb_device.vendor_id"), -+ hal_device_property_get_int(device, "usb_device.product_id"), -+ (hal_device_has_property(device, "usb_device.serial") && -+ strcmp(hal_device_property_get_string(device, "usb_device.serial"), "")) -+ ? hal_device_property_get_string(device, "usb_device.serial") -+ : "noserial"); -+} -+ -+void -+hf_usb_add_webcam_properties (HalDevice *device) -+{ -+ int unit; -+ -+ g_return_if_fail(HAL_IS_DEVICE(device)); -+ -+ unit = hal_device_property_get_int(device, "freebsd.unit"); -+ if (unit < 0) -+ unit = 0; -+ -+ hal_device_property_set_string(device, "info.category", "video4linux"); -+ hal_device_add_capability(device, "video4linux"); -+ hf_device_property_set_string_printf(device, "video4linux.device", "/dev/video%i", unit); -+ hal_device_property_set_string(device, "info.product", "Video Device"); -+} diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-usb.h b/sysutils/hal/files/patch-hald_freebsd_hf-usb.h deleted file mode 100644 index 32861e202..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-usb.h +++ /dev/null @@ -1,10 +0,0 @@ ---- hald/freebsd/hf-usb.h.orig 2009-02-17 18:56:56.000000000 -0500 -+++ hald/freebsd/hf-usb.h 2009-02-17 18:57:21.000000000 -0500 -@@ -34,4 +34,7 @@ - extern HFHandler hf_usb_handler; - extern HFDevdHandler hf_usb_devd_handler; - -+void hf_usb_device_compute_udi(HalDevice *device); -+void hf_usb_add_webcam_properties(HalDevice *device); -+ - #endif /* _HF_USB_H */ diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c b/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c deleted file mode 100644 index 9ba97b4e9..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c +++ /dev/null @@ -1,315 +0,0 @@ ---- hald/freebsd/hf-usb2.c.orig 2009-11-21 19:57:40.000000000 -0500 -+++ hald/freebsd/hf-usb2.c 2009-11-21 19:58:07.000000000 -0500 -@@ -0,0 +1,312 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_hf-usb2.c,v 1.4 2009-11-22 01:04:37 marcus Exp $ -+ * -+ * hf-usb.c : USB support -+ * -+ * Copyright (C) 2009 Joe Marcus Clarke <marcus@FreeBSD.org> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include <string.h> -+#include <errno.h> -+#include <stdlib.h> -+#include <unistd.h> -+#include <libusb20.h> -+ -+#include "../logger.h" -+#include "../osspec.h" -+ -+#include "hf-usb.h" -+#include "hf-usb2.h" -+#include "hf-devtree.h" -+#include "hf-util.h" -+ -+static struct libusb20_backend *hf_usb2_be = NULL; -+ -+static void -+hf_usb2_copy_parent (HalDevice *parent, -+ const char *key, -+ gpointer user_data) -+{ -+ HalDevice *device; -+ -+ g_return_if_fail(HAL_IS_DEVICE(parent)); -+ g_return_if_fail(HAL_IS_DEVICE(user_data)); -+ -+ device = HAL_DEVICE(user_data); -+ -+ if (! strncmp(key, "usb_device.", strlen("usb_device."))) -+ hal_device_copy_property(parent, key, device, key); -+} -+ -+static void -+hf_usb2_probe_interfaces(HalDevice *parent) -+{ -+ int num_interfaces; -+ int i; -+ -+ g_return_if_fail(HAL_IS_DEVICE(parent)); -+ -+ if (hal_device_property_get_bool(parent, "info.ignore")) -+ return; -+ -+ num_interfaces = hal_device_property_get_int(parent, -+ "usb_device.num_interfaces"); -+ -+ for (i = 0; i < num_interfaces; i++) -+ { -+ HalDevice *device; -+ -+ device = hf_device_new(parent); -+ -+ hal_device_property_set_string(device, "info.subsystem", "usb"); -+ hal_device_property_set_int(device, "usb.interface.number", i); -+ hal_device_property_foreach(parent, hf_usb2_copy_parent, device); -+ hal_device_copy_property(parent, "info.product", device, "info.product"); -+ hal_device_copy_property(parent, "info.vendor", device, "info.vendor"); -+ -+ if (hf_device_preprobe(device)) -+ { -+ const char *driver, *devname; -+ -+ hf_runner_run_sync(device, 0, "hald-probe-usb2-interface", NULL); -+ -+ devname = hal_device_property_get_string(device, -+ "usb.freebsd.devname"); -+ if (devname) -+ hf_devtree_device_set_name(device, devname); -+ -+ driver = hal_device_property_get_string(device, "freebsd.driver"); -+ if (driver) -+ { -+ if (! strcmp(driver, "ukbd")) -+ hf_device_set_input(device, "keyboard", NULL); -+ else if (! strcmp(driver, "ums") || ! strcmp(driver, "atp")) -+ { -+ hf_device_set_input(device, "mouse", devname); -+ hf_runner_run_sync(device, 0, "hald-probe-mouse", NULL); -+ } -+ else if (! strcmp(driver, "uhid")) -+ { -+ hal_device_property_set_string(device, "info.category", -+ "hiddev"); -+ hal_device_add_capability(device, "hiddev"); -+ hf_device_property_set_string_printf(device, "hiddev.device", -+ "/dev/%s", devname); -+ hal_device_copy_property(device, "info.product", device, -+ "hiddev.product"); -+ hf_runner_run_sync(device, 0, "hald-probe-hiddev", NULL); -+ } -+ else if (! strcmp(driver, "ldev")) -+ { -+ /* Linux driver (webcam) */ -+ -+ /* -+ * XXX This is a hack. Currently, all ldev devices are -+ * webcams. That may not always be the case. Hopefully, -+ * when other Linux driver support is added, there will be -+ * a sysctl or some other way to determine device class. -+ */ -+ hf_usb_add_webcam_properties(device); -+ } -+ else if (! strcmp(driver, "pwc")) -+ { -+ /* Phillips Web Cam */ -+ hf_usb_add_webcam_properties(device); -+ } -+ } -+ -+ hf_usb_device_compute_udi(device); -+ hf_device_add(device); -+ } -+ } -+} -+ -+static void -+hf_usb2_probe_device (HalDevice *parent, int bus, int addr) -+{ -+ HalDevice *device; -+ -+ g_return_if_fail(HAL_IS_DEVICE(parent)); -+ -+ device = hf_device_new(parent); -+ -+ hal_device_property_set_string(device, "info.subsystem", "usb_device"); -+ hal_device_property_set_int(device, "usb_device.bus_number", bus); -+ hal_device_property_set_int(device, "usb_device.level_number", addr - 1); -+ hal_device_property_set_int(device, "usb_device.port_number", addr); -+ -+ if (hf_device_preprobe(device)) -+ { -+ hf_runner_run_sync(device, 0, "hald-probe-usb2-device", NULL); -+ hf_usb_device_compute_udi(device); -+ -+ hf_device_add(device); -+ } -+ else -+ return; -+ -+ hf_usb2_probe_interfaces(device); -+} -+ -+static void -+hf_usb2_privileged_init (void) -+{ -+ hf_usb2_be = libusb20_be_alloc_default(); -+ if (hf_usb2_be == NULL) -+ HAL_INFO(("unable to open USB backend: %s", g_strerror(errno))); -+} -+ -+static void -+hf_usb2_probe (void) -+{ -+ struct libusb20_device *pdev = NULL; -+ -+ if (hf_usb2_be == NULL) -+ return; -+ -+ while ((pdev = libusb20_be_device_foreach(hf_usb2_be, pdev))) -+ { -+ HalDevice *parent; -+ int bus, addr; -+ -+ bus = libusb20_dev_get_bus_number(pdev); -+ addr = libusb20_dev_get_address(pdev); -+ -+ if (addr == 1) -+ parent = hf_devtree_find_from_info(hald_get_gdl(), "usbus", bus); -+ else -+ parent = hf_device_store_match(hald_get_gdl(), "usb_device.bus_number", -+ HAL_PROPERTY_TYPE_INT32, bus, "usb_device.port_number", -+ HAL_PROPERTY_TYPE_INT32, addr - 1, "info.bus", -+ HAL_PROPERTY_TYPE_STRING, "usb_device", NULL); -+ if (! parent || hal_device_property_get_bool(parent, "info.ignore")) -+ continue; -+ -+ hf_usb2_probe_device(parent, bus, addr); -+ } -+ -+ libusb20_be_free(hf_usb2_be); -+ hf_usb2_be = NULL; -+} -+ -+static gboolean -+hf_usb2_devd_add (const char *name, -+ GHashTable *params, -+ GHashTable *at, -+ const char *parent) -+{ -+ HalDevice *parent_device; -+ int bus, addr, pbus, paddr; -+ -+ if (! parent) -+ return FALSE; -+ -+ if (strncmp(name, "ugen", strlen("ugen")) && -+ ! strncmp(parent, "uhub", strlen("uhub"))) -+ return TRUE; -+ else if (strncmp(name, "ugen", strlen("ugen"))) -+ return FALSE; -+ else if (strncmp(parent, "ugen", strlen("ugen"))) -+ return TRUE; -+ -+ if (sscanf(name, "ugen%i.%i", &bus, &addr) != 2) -+ return FALSE; -+ -+ if (sscanf(parent, "ugen%i.%i", &pbus, &paddr) != 2) -+ return FALSE; -+ -+ HAL_INFO(("received devd add event for device '%s' with parent '%s'", -+ name, parent)); -+ -+ parent_device = hf_device_store_match(hald_get_gdl(), -+ "usb_device.bus_number", HAL_PROPERTY_TYPE_INT32, pbus, -+ "usb_device.port_number", HAL_PROPERTY_TYPE_INT32, paddr, "info.bus", -+ HAL_PROPERTY_TYPE_STRING, "usb_device", NULL); -+ -+ if (parent_device && ! hal_device_property_get_bool(parent_device, -+ "info.ignore")) -+ { -+ hf_usb2_probe_device(parent_device, bus, addr); -+ return TRUE; -+ } -+ -+ return FALSE; -+} -+ -+static gboolean -+hf_usb2_devd_remove (const char *name, -+ GHashTable *params, -+ GHashTable *at, -+ const char *parent) -+{ -+ HalDevice *device; -+ int bus, addr; -+ -+ if (strncmp(name, "ugen", strlen("ugen"))) -+ return FALSE; -+ -+ if (sscanf(name, "ugen%i.%i", &bus, &addr) != 2) -+ return FALSE; -+ -+ HAL_INFO(("received devd remove event, device %s", name)); -+ -+ device = hf_device_store_match(hald_get_gdl(), "usb_device.bus_number", -+ HAL_PROPERTY_TYPE_INT32, bus, "usb_device.port_number", -+ HAL_PROPERTY_TYPE_INT32, addr, "info.bus", -+ HAL_PROPERTY_TYPE_STRING, "usb_device", NULL); -+ -+ if (device) -+ { -+ hf_device_remove_tree(device); -+ return TRUE; -+ } -+ -+ return FALSE; -+} -+ -+static gboolean -+hf_usb2_devd_notify (const char *system, -+ const char *subsystem, -+ const char *type, -+ const char *data) -+{ -+ if (! data || strcmp(system, "DEVFS") || strcmp(subsystem, "CDEV") || -+ (strcmp(type, "CREATE") && strcmp(type, "DESTROY"))) -+ return FALSE; -+ -+ if (! strncmp(data, "cdev=ugen", strlen("cdev=ugen")) || -+ ! strncmp(data, "cdev=usb", strlen("cdev=usb"))) -+ return TRUE; -+ -+ return FALSE; -+} -+ -+HFHandler hf_usb2_handler = { -+ .privileged_init = hf_usb2_privileged_init, -+ .probe = hf_usb2_probe -+}; -+ -+HFDevdHandler hf_usb2_devd_handler = { -+ .add = hf_usb2_devd_add, -+ .remove = hf_usb2_devd_remove, -+ .notify = hf_usb2_devd_notify -+}; diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-usb2.h b/sysutils/hal/files/patch-hald_freebsd_hf-usb2.h deleted file mode 100644 index ae3149585..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-usb2.h +++ /dev/null @@ -1,40 +0,0 @@ ---- hald/freebsd/hf-usb2.h.orig 2009-02-18 00:22:59.000000000 -0500 -+++ hald/freebsd/hf-usb2.h 2009-02-18 00:22:54.000000000 -0500 -@@ -0,0 +1,37 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_hf-usb2.h,v 1.1 2009-05-17 05:02:48 marcus Exp $ -+ * -+ * hf-usb.h : USB support -+ * -+ * Copyright (C) 2009 Joe Marcus Clarke <marcus@FreeBSD.org> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifndef _HF_USB2_H -+#define _HF_USB2_H -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include "hf-osspec.h" -+#include "hf-devd.h" -+ -+extern HFHandler hf_usb2_handler; -+extern HFDevdHandler hf_usb2_devd_handler; -+ -+#endif /* _HF_USB2_H */ diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c b/sysutils/hal/files/patch-hald_freebsd_hf-volume.c deleted file mode 100644 index 6ee93b139..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c +++ /dev/null @@ -1,105 +0,0 @@ ---- hald/freebsd/hf-volume.c.orig 2008-08-10 09:50:10.000000000 -0400 -+++ hald/freebsd/hf-volume.c 2009-09-19 02:06:37.000000000 -0400 -@@ -45,6 +45,7 @@ - #include "hf-util.h" - - #define PROBE_VOLUME_TIMEOUT (HAL_HELPER_TIMEOUT * 6) -+#define HF_VOLUME_FUSE_DB "/tmp/.fuse-mnts" - - static void - hf_volume_get_mounts (struct statfs **mounts, int *n_mounts) -@@ -60,6 +61,58 @@ hf_volume_get_mounts (struct statfs **mo - } - } - -+static char * -+hf_volume_resolve_fuse (const char *special) -+{ -+ gchar *contents; -+ gchar **lines; -+ gsize len; -+ int i; -+ -+ g_return_val_if_fail(special != NULL, NULL); -+ -+ if (! g_file_get_contents(HF_VOLUME_FUSE_DB, &contents, &len, NULL)) -+ return g_strdup(special); -+ -+ lines = g_strsplit(contents, "\n", 0); -+ g_free(contents); -+ -+ for (i = 0; lines && lines[i]; i++) -+ { -+ gchar **fields; -+ -+ fields = g_strsplit(lines[i], "=", 2); -+ if (fields && g_strv_length(fields) == 2) -+ { -+ if (strcmp(fields[0], special) == 0) -+ { -+ char *ret; -+ -+ ret = g_strdup(fields[1]); -+ g_strfreev(fields); -+ g_strfreev(lines); -+ return ret; -+ } -+ } -+ g_strfreev(fields); -+ } -+ -+ g_strfreev(lines); -+ -+ return g_strdup(special); -+} -+ -+static char * -+hf_volume_resolve_special (const char *special) -+{ -+ g_return_val_if_fail(special != NULL, NULL); -+ -+ if (strstr(special, "fuse")) -+ return hf_volume_resolve_fuse(special); -+ -+ return g_strdup(special); -+} -+ - static const struct statfs * - hf_volume_mounts_find (const struct statfs *mounts, - int n_mounts, -@@ -71,8 +124,18 @@ hf_volume_mounts_find (const struct stat - g_return_val_if_fail(special != NULL, NULL); - - for (i = 0; i < n_mounts; i++) -- if (! strcmp(mounts[i].f_mntfromname, special)) -- return &mounts[i]; -+ { -+ char *resolved; -+ -+ resolved = hf_volume_resolve_special(mounts[i].f_mntfromname); -+ if (! strcmp(resolved, special)) -+ { -+ g_free(resolved); -+ return &mounts[i]; -+ } -+ -+ g_free(resolved); -+ } - - return NULL; - } -@@ -92,7 +155,13 @@ hf_volume_device_update_mount_properties - - special = hal_device_property_get_string(device, "block.device"); - if (special) -- mount = hf_volume_mounts_find(mounts, n_mounts, special); -+ { -+ mount = hf_volume_mounts_find(mounts, n_mounts, special); -+ if (mount && strcmp(special, mount->f_mntfromname)) -+ hal_device_property_set_string(device, "volume.freebsd.real_mounted_device", mount->f_mntfromname); -+ else -+ hal_device_property_remove(device, "volume.freebsd.real_mounted_device"); -+ } - } - - hal_device_property_set_bool(device, "volume.is_mounted", mount != NULL); diff --git a/sysutils/hal/files/patch-hald_freebsd_osspec.c b/sysutils/hal/files/patch-hald_freebsd_osspec.c deleted file mode 100644 index ade6d2a73..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_osspec.c +++ /dev/null @@ -1,32 +0,0 @@ ---- hald/freebsd/osspec.c.orig 2008-05-07 19:24:01.000000000 -0400 -+++ hald/freebsd/osspec.c 2009-05-30 03:14:33.000000000 -0400 -@@ -25,6 +25,7 @@ - # include <config.h> - #endif - -+#include <sys/param.h> - #include <string.h> - - #include "../ids.h" -@@ -46,13 +47,21 @@ - #include "hf-sound.h" - #include "hf-storage.h" - #include "hf-usb.h" -+#ifdef HAVE_LIBUSB20 -+#include "hf-usb2.h" -+#endif - #include "hf-volume.h" - - /* the order matters: PCI devices must be created before their children, etc */ - static HFHandler *handlers[] = { - &hf_pci_handler, - &hf_devtree_handler, -+#if __FreeBSD_version < 800092 - &hf_usb_handler, -+#endif -+#ifdef HAVE_LIBUSB20 -+ &hf_usb2_handler, -+#endif - &hf_ata_handler, - &hf_scsi_handler, - &hf_storage_handler, diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am b/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am deleted file mode 100644 index 091af3c1c..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am +++ /dev/null @@ -1,57 +0,0 @@ ---- hald/freebsd/probing/Makefile.am.orig 2008-08-10 09:50:10.000000000 -0400 -+++ hald/freebsd/probing/Makefile.am 2009-07-17 02:31:02.000000000 -0400 -@@ -9,11 +9,18 @@ AM_CPPFLAGS = \ - - if HALD_COMPILE_FREEBSD - libexec_PROGRAMS = \ -- hald-probe-hiddev \ -- hald-probe-scsi \ -- hald-probe-smbios \ -- hald-probe-storage \ -+ hald-probe-hiddev \ -+ hald-probe-mouse \ -+ hald-probe-scsi \ -+ hald-probe-smbios \ -+ hald-probe-storage \ - hald-probe-volume -+ -+if HAVE_LIBUSB20 -+libexec_PROGRAMS += \ -+ hald-probe-usb2-device \ -+ hald-probe-usb2-interface -+endif - endif - - hald_probe_hiddev_SOURCES = probe-hiddev.c -@@ -21,6 +28,25 @@ hald_probe_hiddev_LDADD = \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ - -lusbhid - -+if HAVE_LIBUSB20 -+hald_probe_usb2_device_SOURCES = probe-usb2-device.c -+hald_probe_usb2_device_LDADD = \ -+ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+ @LIBUSB20_LIBS@ -+ -+hald_probe_usb2_interface_SOURCES = probe-usb2-interface.c -+hald_probe_usb2_interface_LDADD = \ -+ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+ @LIBUSB20_LIBS@ -+endif -+ -+hald_probe_mouse_SOURCES = probe-mouse.c -+hald_probe_mouse_CPPFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@ -+hald_probe_mouse_LDADD = \ -+ @GLIB_LIBS@ \ -+ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+ -lutil -+ - hald_probe_smbios_SOURCES = probe-smbios.c - hald_probe_smbios_LDADD = \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -@@ -41,4 +67,5 @@ hald_probe_volume_CPPFLAGS = $(AM_CPPFLA - hald_probe_volume_LDADD = \ - @GLIB_LIBS@ \ - @VOLUME_ID_LIBS@ \ -+ -lufs \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in b/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in deleted file mode 100644 index 4a8ea2f05..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in +++ /dev/null @@ -1,170 +0,0 @@ ---- hald/freebsd/probing/Makefile.in.orig 2009-07-16 22:17:53.000000000 -0400 -+++ hald/freebsd/probing/Makefile.in 2009-07-17 02:32:09.000000000 -0400 -@@ -34,10 +34,16 @@ build_triplet = @build@ - host_triplet = @host@ - @HALD_COMPILE_FREEBSD_TRUE@libexec_PROGRAMS = \ - @HALD_COMPILE_FREEBSD_TRUE@ hald-probe-hiddev$(EXEEXT) \ -+@HALD_COMPILE_FREEBSD_TRUE@ hald-probe-mouse$(EXEEXT) \ - @HALD_COMPILE_FREEBSD_TRUE@ hald-probe-scsi$(EXEEXT) \ - @HALD_COMPILE_FREEBSD_TRUE@ hald-probe-smbios$(EXEEXT) \ - @HALD_COMPILE_FREEBSD_TRUE@ hald-probe-storage$(EXEEXT) \ --@HALD_COMPILE_FREEBSD_TRUE@ hald-probe-volume$(EXEEXT) -+@HALD_COMPILE_FREEBSD_TRUE@ hald-probe-volume$(EXEEXT) \ -+@HALD_COMPILE_FREEBSD_TRUE@ $(am__EXEEXT_1) -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@am__append_1 = \ -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-device \ -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface -+ - subdir = hald/freebsd/probing - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -48,12 +54,17 @@ am__configure_deps = $(am__aclocal_m4_de - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@am__EXEEXT_1 = hald-probe-usb2-device$(EXEEXT) \ -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface$(EXEEXT) - am__installdirs = "$(DESTDIR)$(libexecdir)" - libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) - PROGRAMS = $(libexec_PROGRAMS) - am_hald_probe_hiddev_OBJECTS = probe-hiddev.$(OBJEXT) - hald_probe_hiddev_OBJECTS = $(am_hald_probe_hiddev_OBJECTS) - hald_probe_hiddev_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -+am_hald_probe_mouse_OBJECTS = hald_probe_mouse-probe-mouse.$(OBJEXT) -+hald_probe_mouse_OBJECTS = $(am_hald_probe_mouse_OBJECTS) -+hald_probe_mouse_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la - am_hald_probe_scsi_OBJECTS = probe-scsi.$(OBJEXT) - hald_probe_scsi_OBJECTS = $(am_hald_probe_scsi_OBJECTS) - hald_probe_scsi_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -@@ -65,6 +76,17 @@ am_hald_probe_storage_OBJECTS = \ - hald_probe_storage-probe-storage.$(OBJEXT) - hald_probe_storage_OBJECTS = $(am_hald_probe_storage_OBJECTS) - hald_probe_storage_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -+am__hald_probe_usb2_device_SOURCES_DIST = probe-usb2-device.c -+@HAVE_LIBUSB20_TRUE@am_hald_probe_usb2_device_OBJECTS = \ -+@HAVE_LIBUSB20_TRUE@ probe-usb2-device.$(OBJEXT) -+hald_probe_usb2_device_OBJECTS = $(am_hald_probe_usb2_device_OBJECTS) -+@HAVE_LIBUSB20_TRUE@hald_probe_usb2_device_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -+am__hald_probe_usb2_interface_SOURCES_DIST = probe-usb2-interface.c -+@HAVE_LIBUSB20_TRUE@am_hald_probe_usb2_interface_OBJECTS = \ -+@HAVE_LIBUSB20_TRUE@ probe-usb2-interface.$(OBJEXT) -+hald_probe_usb2_interface_OBJECTS = \ -+ $(am_hald_probe_usb2_interface_OBJECTS) -+@HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la - am_hald_probe_volume_OBJECTS = \ - hald_probe_volume-freebsd_dvd_rw_utils.$(OBJEXT) \ - hald_probe_volume-probe-volume.$(OBJEXT) -@@ -82,11 +104,17 @@ CCLD = $(CC) - LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ --SOURCES = $(hald_probe_hiddev_SOURCES) $(hald_probe_scsi_SOURCES) \ -- $(hald_probe_smbios_SOURCES) $(hald_probe_storage_SOURCES) \ -+SOURCES = $(hald_probe_hiddev_SOURCES) $(hald_probe_mouse_SOURCES) \ -+ $(hald_probe_scsi_SOURCES) $(hald_probe_smbios_SOURCES) \ -+ $(hald_probe_storage_SOURCES) \ -+ $(hald_probe_usb2_device_SOURCES) \ -+ $(hald_probe_usb2_interface_SOURCES) \ - $(hald_probe_volume_SOURCES) --DIST_SOURCES = $(hald_probe_hiddev_SOURCES) $(hald_probe_scsi_SOURCES) \ -+DIST_SOURCES = $(hald_probe_hiddev_SOURCES) \ -+ $(hald_probe_mouse_SOURCES) $(hald_probe_scsi_SOURCES) \ - $(hald_probe_smbios_SOURCES) $(hald_probe_storage_SOURCES) \ -+ $(am__hald_probe_usb2_device_SOURCES_DIST) \ -+ $(am__hald_probe_usb2_interface_SOURCES_DIST) \ - $(hald_probe_volume_SOURCES) - ETAGS = etags - CTAGS = ctags -@@ -263,6 +291,23 @@ hald_probe_hiddev_LDADD = \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ - -lusbhid - -+@HAVE_LIBUSB20_TRUE@hald_probe_usb2_device_SOURCES = probe-usb2-device.c -+@HAVE_LIBUSB20_TRUE@hald_probe_usb2_device_LDADD = \ -+@HAVE_LIBUSB20_TRUE@ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+@HAVE_LIBUSB20_TRUE@ @LIBUSB20_LIBS@ -+ -+@HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_SOURCES = probe-usb2-interface.c -+@HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_LDADD = \ -+@HAVE_LIBUSB20_TRUE@ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+@HAVE_LIBUSB20_TRUE@ @LIBUSB20_LIBS@ -+ -+hald_probe_mouse_SOURCES = probe-mouse.c -+hald_probe_mouse_CPPFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@ -+hald_probe_mouse_LDADD = \ -+ @GLIB_LIBS@ \ -+ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+ -lutil -+ - hald_probe_smbios_SOURCES = probe-smbios.c - hald_probe_smbios_LDADD = \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -@@ -283,6 +328,7 @@ hald_probe_volume_CPPFLAGS = $(AM_CPPFLA - hald_probe_volume_LDADD = \ - @GLIB_LIBS@ \ - @VOLUME_ID_LIBS@ \ -+ -lufs \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la - - all: all-am -@@ -349,6 +395,9 @@ clean-libexecPROGRAMS: - hald-probe-hiddev$(EXEEXT): $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_DEPENDENCIES) - @rm -f hald-probe-hiddev$(EXEEXT) - $(LINK) $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_LDADD) $(LIBS) -+hald-probe-mouse$(EXEEXT): $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_DEPENDENCIES) -+ @rm -f hald-probe-mouse$(EXEEXT) -+ $(LINK) $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_LDADD) $(LIBS) - hald-probe-scsi$(EXEEXT): $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_DEPENDENCIES) - @rm -f hald-probe-scsi$(EXEEXT) - $(LINK) $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_LDADD) $(LIBS) -@@ -358,6 +407,12 @@ hald-probe-smbios$(EXEEXT): $(hald_probe - hald-probe-storage$(EXEEXT): $(hald_probe_storage_OBJECTS) $(hald_probe_storage_DEPENDENCIES) - @rm -f hald-probe-storage$(EXEEXT) - $(LINK) $(hald_probe_storage_OBJECTS) $(hald_probe_storage_LDADD) $(LIBS) -+hald-probe-usb2-device$(EXEEXT): $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_DEPENDENCIES) -+ @rm -f hald-probe-usb2-device$(EXEEXT) -+ $(LINK) $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_LDADD) $(LIBS) -+hald-probe-usb2-interface$(EXEEXT): $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_DEPENDENCIES) -+ @rm -f hald-probe-usb2-interface$(EXEEXT) -+ $(LINK) $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_LDADD) $(LIBS) - hald-probe-volume$(EXEEXT): $(hald_probe_volume_OBJECTS) $(hald_probe_volume_DEPENDENCIES) - @rm -f hald-probe-volume$(EXEEXT) - $(LINK) $(hald_probe_volume_OBJECTS) $(hald_probe_volume_LDADD) $(LIBS) -@@ -368,6 +423,7 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_mouse-probe-mouse.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_storage-probe-storage.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po@am__quote@ -@@ -375,6 +431,8 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-hiddev.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-scsi.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-smbios.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-usb2-device.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-usb2-interface.Po@am__quote@ - - .c.o: - @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -397,6 +455,20 @@ distclean-compile: - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -+hald_probe_mouse-probe-mouse.o: probe-mouse.c -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.o -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-mouse.c' object='hald_probe_mouse-probe-mouse.o' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c -+ -+hald_probe_mouse-probe-mouse.obj: probe-mouse.c -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.obj -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-mouse.c' object='hald_probe_mouse-probe-mouse.obj' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi` -+ - hald_probe_storage-freebsd_dvd_rw_utils.o: freebsd_dvd_rw_utils.c - @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c - @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-hiddev.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-hiddev.c deleted file mode 100644 index ee627c451..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-hiddev.c +++ /dev/null @@ -1,37 +0,0 @@ ---- hald/freebsd/probing/probe-hiddev.c.orig 2008-05-07 19:24:08.000000000 -0400 -+++ hald/freebsd/probing/probe-hiddev.c 2009-02-24 00:42:06.000000000 -0500 -@@ -25,12 +25,21 @@ - # include <config.h> - #endif - -+#include <sys/param.h> - #include <unistd.h> - #include <stdlib.h> - #include <fcntl.h> -+#ifndef HAVE_LIBUSB20 - #include <sys/ioctl.h> - #include <dev/usb/usb.h> - #include <dev/usb/usbhid.h> -+#else -+#if __FreeBSD_version >= 800064 -+#include <dev/usb/usbhid.h> -+#else -+#include <dev/usb2/include/usb2_hid.h> -+#endif -+#endif - #include <usbhid.h> - - #include "../libprobe/hfp.h" -@@ -65,7 +74,12 @@ main (int argc, char **argv) - /* give a meaningful process title for ps(1) */ - setproctitle("%s", device_file); - -+#ifdef HAVE_LIBUSB20 -+ report_id = hid_get_report_id(fd); -+ if (report_id == -1) -+#else - if (ioctl(fd, USB_GET_REPORT_ID, &report_id) < 0) -+#endif - goto end; - - hid_init(NULL); diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-mouse.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-mouse.c deleted file mode 100644 index fd69bf341..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-mouse.c +++ /dev/null @@ -1,315 +0,0 @@ ---- hald/freebsd/probing/probe-mouse.c.orig 2009-02-04 11:00:00.000000000 -0500 -+++ hald/freebsd/probing/probe-mouse.c 2009-02-04 11:04:43.000000000 -0500 -@@ -0,0 +1,312 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_probing_probe-mouse.c,v 1.1 2009-05-17 05:02:48 marcus Exp $ -+ * -+ * probe-hiddev.c : Mouse prober -+ * -+ * Copyright (C) 2008 Joe Marcus Clarke <marcus@FreeBSD.org> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include <sys/param.h> -+#if __FreeBSD_version >= 800058 -+#include <sys/types.h> -+#include <sys/user.h> -+#include <sys/sysctl.h> -+#include <libutil.h> -+#endif -+#include <unistd.h> -+#include <stdlib.h> -+#include <string.h> -+#include <fcntl.h> -+#include <glib.h> -+ -+#include "../libprobe/hfp.h" -+ -+#if __FreeBSD_version < 800058 -+#define CMD "/usr/bin/fstat %s" -+#endif -+ -+#define MOUSE_DRIVER "mouse" -+#define MOUSED_DEVICE "/dev/sysmouse" -+#define MOUSED_PROC_NAME "moused" -+#define XORG_PROC_NAME "Xorg" -+ -+#if __FreeBSD_version >= 800058 -+static struct kinfo_proc * -+hfp_kinfo_getproc (int *cntp) -+{ -+ int mib[3]; -+ int error; -+ int cnt; -+ size_t len; -+ char *buf, *bp, *eb; -+ struct kinfo_proc *kip, *kp, *ki; -+ -+ *cntp = 0; -+ -+ len = 0; -+ mib[0] = CTL_KERN; -+ mib[1] = KERN_PROC; -+ mib[2] = KERN_PROC_PROC; -+ -+ error = sysctl(mib, 3, NULL, &len, NULL, 0); -+ if (error) -+ return NULL; -+ -+ len = len * 4 / 3; -+ buf = (char *) g_malloc(len); -+ if (buf == NULL) -+ return NULL; -+ -+ error = sysctl(mib, 3, buf, &len, NULL, 0); -+ if (error) -+ { -+ g_free(buf); -+ return NULL; -+ } -+ -+ cnt = 0; -+ bp = buf; -+ eb = buf + len; -+ while (bp < eb) -+ { -+ ki = (struct kinfo_proc *) (uintptr_t) bp; -+ bp += ki->ki_structsize; -+ cnt++; -+ } -+ -+ kip = calloc(cnt, sizeof (*kip)); -+ if (kip == NULL) -+ { -+ g_free(buf); -+ return NULL; -+ } -+ -+ bp = buf; -+ eb = buf + len; -+ kp = kip; -+ while (bp < eb) -+ { -+ ki = (struct kinfo_proc *) (uintptr_t) bp; -+ memcpy(kp, ki, ki->ki_structsize); -+ bp += ki->ki_structsize; -+ kp->ki_structsize = sizeof(*kp); -+ kp++; -+ } -+ -+ g_free(buf); -+ *cntp = cnt; -+ return kip; -+} -+ -+static gboolean -+device_opened_by_proc (const char *device, const char *proc) -+{ -+ struct kinfo_proc *kip, *pfreep; -+ int cnt, i; -+ -+ pfreep = hfp_kinfo_getproc(&cnt); -+ if (pfreep == NULL) -+ return FALSE; -+ -+ for (i = 0; i < cnt; i++) -+ { -+ kip = &pfreep[i]; -+ -+ if (! strcmp(kip->ki_comm, proc)) -+ { -+ struct kinfo_file *kif, *ffreep; -+ int fcnt, j; -+ -+ ffreep = kinfo_getfile(kip->ki_pid, &fcnt); -+ if (ffreep == NULL) -+ continue; -+ for (j = 0; j < fcnt; j++) -+ { -+ kif = &ffreep[j]; -+ -+ if (kif->kf_type == KF_TYPE_VNODE && -+ ! strcmp(kif->kf_path, device)) -+ { -+ g_free(ffreep); -+ g_free(pfreep); -+ return TRUE; -+ } -+ } -+ g_free(ffreep); -+ } -+ } -+ g_free(pfreep); -+ -+ return FALSE; -+} -+#else -+static gboolean -+device_opened_by_proc (const char *device, const char *proc) -+{ -+ char **lines; -+ char *output = NULL; -+ char *cmd; -+ int i; -+ gboolean found = FALSE; -+ -+ cmd = g_strdup_printf(CMD, device); -+ -+ if (! g_spawn_command_line_sync(cmd, &output, NULL, NULL, NULL)) -+ { -+ g_free(cmd); -+ goto done; -+ } -+ g_free(cmd); -+ -+ if (! output || strlen(output) == 0) -+ goto done; -+ -+ lines = g_strsplit(output, "\n", 0); -+ if (g_strv_length(lines) < 2) -+ { -+ g_strfreev(lines); -+ goto done; -+ } -+ -+ for (i = 1; lines[i]; i++) -+ { -+ char **fields; -+ guint len; -+ guint j; -+ -+ fields = g_strsplit_set(lines[i], " ", 0); -+ len = g_strv_length(fields); -+ if (len < 3) -+ { -+ g_strfreev(fields); -+ continue; -+ } -+ for (j = 1; j < len && fields[j] && *fields[j] == '\0'; j++) -+ ; -+ if (j < len && fields[j] && ! strcmp(fields[j], proc)) -+ { -+ found = TRUE; -+ g_strfreev(fields); -+ break; -+ } -+ g_strfreev(fields); -+ } -+ -+ g_strfreev(lines); -+ -+done: -+ g_free(output); -+ -+ return found; -+} -+#endif -+ -+static void -+probe_mouse (const char *device_file) -+{ -+ gboolean found; -+ char **udis; -+ char *driver; -+ int num_udis; -+ -+ driver = libhal_device_get_property_string(hfp_ctx, hfp_udi, -+ "input.x11_driver", &hfp_error); -+ dbus_error_free(&hfp_error); -+ -+ found = device_opened_by_proc(device_file, XORG_PROC_NAME); -+ if (found) -+ { -+ if (driver) -+ { -+ libhal_device_remove_property(hfp_ctx, hfp_udi, "input.x11_driver", -+ &hfp_error); -+ dbus_error_free(&hfp_error); -+ g_free(driver); -+ } -+ return; -+ } -+ -+ found = device_opened_by_proc(device_file, MOUSED_PROC_NAME); -+ if (found) -+ { -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, "input.device", -+ MOUSED_DEVICE, &hfp_error); -+ dbus_error_free(&hfp_error); -+ found = device_opened_by_proc(MOUSED_DEVICE, XORG_PROC_NAME); -+ if (! found) -+ { -+ udis = libhal_manager_find_device_string_match(hfp_ctx, -+ "input.device", -+ MOUSED_DEVICE, -+ &num_udis, -+ &hfp_error); -+ dbus_error_free(&hfp_error); -+ if (num_udis > 0 && udis != NULL && !strcmp(udis[0], hfp_udi)) { -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "input.x11_driver", -+ MOUSE_DRIVER, &hfp_error); -+ dbus_error_free(&hfp_error); -+ libhal_free_string_array(udis); -+ } -+ } -+ else if (driver) -+ { -+ libhal_device_remove_property(hfp_ctx, hfp_udi, "input.x11_driver", -+ &hfp_error); -+ dbus_error_free(&hfp_error); -+ } -+ } -+ else -+ { -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, "input.device", -+ device_file, &hfp_error); -+ dbus_error_free(&hfp_error); -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, "input.x11_driver", -+ MOUSE_DRIVER, &hfp_error); -+ dbus_error_free(&hfp_error); -+ } -+ -+ g_free(driver); -+} -+ -+int -+main (int argc, char **argv) -+{ -+ char *device_file; -+ -+ if (! hfp_init(argc, argv)) -+ goto end; -+ -+ device_file = getenv("HAL_PROP_FREEBSD_DEVICE_FILE"); -+ if (! device_file) -+ goto end; -+ -+ /* give a meaningful process title for ps(1) */ -+ setproctitle("%s", device_file); -+ -+ /* Sleep for a second to give moused a chance to connect. */ -+ sleep(1); -+ probe_mouse(device_file); -+ -+ end: -+ return 0; -+} diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-storage.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-storage.c deleted file mode 100644 index d67ce03bf..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-storage.c +++ /dev/null @@ -1,39 +0,0 @@ ---- hald/freebsd/probing/probe-storage.c.orig 2009-01-12 16:07:59.000000000 -0500 -+++ hald/freebsd/probing/probe-storage.c 2009-01-12 16:20:20.000000000 -0500 -@@ -31,6 +31,8 @@ - #include <unistd.h> - #include <errno.h> - #include <sys/types.h> -+#include <sys/ioctl.h> -+#include <sys/disk.h> - #include <netinet/in.h> - #include <glib.h> - #include <libvolume_id.h> -@@ -211,7 +213,26 @@ main (int argc, char **argv) - goto end; - - if (hfp_cdrom_test_unit_ready(cdrom)) -- ret = 2; /* has media */ -+ { -+ int fd; -+ off_t size; -+ -+ libhal_device_set_property_bool(hfp_ctx, hfp_udi, "storage.removable.media_available", TRUE, &hfp_error); -+ fd = open(device_file, O_RDONLY | O_NONBLOCK); -+ if (fd > -1) -+ { -+ if (ioctl (fd, DIOCGMEDIASIZE, &size) == 0) -+ { -+ libhal_device_set_property_uint64(hfp_ctx, hfp_udi, "storage.removable.media_size", size, &hfp_error); -+ } -+ close(fd); -+ } -+ ret = 2; /* has media */ -+ } -+ else -+ { -+ libhal_device_set_property_bool(hfp_ctx, hfp_udi, "storage.removable.media_available", FALSE, &hfp_error); -+ } - - hfp_cdrom_free(cdrom); - } diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-device.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-device.c deleted file mode 100644 index a81b93ca8..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-device.c +++ /dev/null @@ -1,211 +0,0 @@ ---- hald/freebsd/probing/probe-usb2-device.c.orig 2009-05-30 03:09:03.000000000 -0400 -+++ hald/freebsd/probing/probe-usb2-device.c 2009-05-30 03:10:48.000000000 -0400 -@@ -0,0 +1,208 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_probing_probe-usb2-device.c,v 1.3 2009-05-30 07:25:09 marcus Exp $ -+ * -+ * probe-usb2-device.c : USB2 Device poller -+ * -+ * Copyright (C) 2009 Joe Marcus Clarke <marcus@FreeBSD.org> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include <sys/param.h> -+#include <sys/types.h> -+#include <stdio.h> -+#include <stdlib.h> -+#include <string.h> -+#include <unistd.h> -+ -+#include <libusb20_desc.h> -+#include <libusb20.h> -+#if __FreeBSD_version >= 800064 -+#include <dev/usb/usb_ioctl.h> -+#else -+#include <dev/usb2/include/usb2_standard.h> -+#include <dev/usb2/include/usb2_ioctl.h> -+#endif -+ -+#include "../libprobe/hfp.h" -+ -+int -+main(int argc, char **argv) -+{ -+ struct libusb20_backend *pbe = NULL; -+ struct libusb20_device *pdev = NULL; -+ char *busstr, *addrstr; -+ int bus, addr; -+ -+ if (! hfp_init(argc, argv)) -+ goto end; -+ -+ pbe = libusb20_be_alloc_default(); -+ if (pbe == NULL) -+ goto end; -+ -+ busstr = getenv("HAL_PROP_USB_DEVICE_BUS_NUMBER"); -+ if (! busstr) -+ goto end; -+ -+ addrstr = getenv("HAL_PROP_USB_DEVICE_PORT_NUMBER"); -+ if (! addrstr) -+ goto end; -+ -+ bus = atoi(busstr); -+ addr = atoi(addrstr); -+ -+ while ((pdev = libusb20_be_device_foreach(pbe, pdev))) -+ { -+ struct LIBUSB20_DEVICE_DESC_DECODED *ddesc; -+ struct LIBUSB20_CONFIG_DESC_DECODED *cdesc; -+#if __FreeBSD_version >= 800092 -+ struct usb_device_info di; -+#else -+ struct usb2_device_info di; -+#endif -+ struct libusb20_config *pcfg = NULL; -+ int curr_config; -+ int bcdspeed = 0; -+ uint8_t temp_string[256]; -+ double speed = 0.0; -+ double version = 1.0; -+ -+ if (libusb20_dev_get_bus_number(pdev) != bus || -+ libusb20_dev_get_address(pdev) != addr) -+ continue; -+ -+ if (libusb20_dev_open(pdev, 0)) -+ continue; -+ -+ ddesc = libusb20_dev_get_device_desc(pdev); -+ curr_config = libusb20_dev_get_config_index(pdev); -+ pcfg = libusb20_dev_alloc_config(pdev, curr_config); -+ cdesc = &(pcfg->desc); -+ -+ if (pcfg == NULL || libusb20_dev_get_info(pdev, &di)) -+ { -+ free(pcfg); -+ continue; -+ } -+ -+ memset(temp_string, 0, sizeof(temp_string)); -+ -+ if (cdesc->iConfiguration !=0) -+ libusb20_dev_req_string_simple_sync(pdev, cdesc->iConfiguration, -+ temp_string, sizeof(temp_string)); -+ -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "usb_device.configuration", (char *) temp_string, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.configuration_value", cdesc->bConfigurationValue, -+ &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.num_configurations", ddesc->bNumConfigurations, -+ &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.device_class", di.udi_class, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.device_subclass", di.udi_subclass, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.device_protocol", di.udi_protocol, &hfp_error); -+ libhal_device_set_property_bool(hfp_ctx, hfp_udi, -+ "usb_device.is_self_powered", -+ di.udi_power == 0 ? TRUE : FALSE, &hfp_error); -+ libhal_device_set_property_bool(hfp_ctx, hfp_udi, -+ "usb_device.can_wake_up", -+ (cdesc->bmAttributes & UC_REMOTE_WAKEUP) != 0 ? TRUE : FALSE, -+ &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.max_power", di.udi_power, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.num_interfaces", pcfg->num_interface, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.num_ports", di.udi_nports, &hfp_error); -+ -+ switch (libusb20_dev_get_speed(pdev)) -+ { -+ case LIBUSB20_SPEED_LOW: -+ speed = 1.5; -+ bcdspeed = 0x00150; -+ break; -+ case LIBUSB20_SPEED_FULL: -+ speed = 12.0; -+ bcdspeed = 0x01200; -+ break; -+ case LIBUSB20_SPEED_HIGH: -+ speed = 480.0; -+ bcdspeed = 0x48000; -+ break; -+ case LIBUSB20_SPEED_SUPER: -+ speed = 4800.0; -+ bcdspeed = 0x480000; -+ break; -+ default: -+ ; -+ } -+ -+ libhal_device_set_property_double(hfp_ctx, hfp_udi, "usb_device.speed", -+ speed, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, "usb_device.speed_bcd", -+ bcdspeed, &hfp_error); -+ -+ switch (ddesc->bcdUSB) -+ { -+ case UD_USB_2_0: -+ version = 2.0; -+ break; -+ case UD_USB_3_0: -+ version = 3.0; -+ break; -+ default: -+ version = 1.0; -+ break; -+ } -+ -+ libhal_device_set_property_double(hfp_ctx, hfp_udi, -+ "usb_device.version", version, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.product_id", di.udi_productNo, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.vendor_id", di.udi_vendorNo, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb_device.device_revision_bcd", ddesc->bcdUSB, &hfp_error); -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "usb_device.serial", di.udi_serial, &hfp_error); -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "usb_device.product", di.udi_product, &hfp_error); -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "usb_device.vendor", di.udi_vendor, &hfp_error); -+ -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "info.product", di.udi_product, &hfp_error); -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "info.vendor", di.udi_vendor, &hfp_error); -+ -+ libusb20_dev_close(pdev); -+ free(pcfg); -+ } -+end: -+ if (pbe) -+ libusb20_be_free(pbe); -+ -+ return 0; -+} diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c deleted file mode 100644 index d8010b3e7..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c +++ /dev/null @@ -1,143 +0,0 @@ ---- hald/freebsd/probing/probe-usb2-interface.c.orig 2009-02-24 00:36:27.000000000 -0500 -+++ hald/freebsd/probing/probe-usb2-interface.c 2009-02-24 00:39:42.000000000 -0500 -@@ -0,0 +1,140 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_probing_probe-usb2-interface.c,v 1.1 2009-05-17 05:02:48 marcus Exp $ -+ * -+ * probe-usb2-interface.c : USB2 Interface poller -+ * -+ * Copyright (C) 2009 Joe Marcus Clarke <marcus@FreeBSD.org> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include <sys/param.h> -+#include <sys/types.h> -+#include <stdio.h> -+#include <stdlib.h> -+#include <string.h> -+#include <unistd.h> -+ -+#include <libusb20_desc.h> -+#include <libusb20.h> -+#if __FreeBSD_version >= 800064 -+#include <dev/usb/usb_ioctl.h> -+#else -+#include <dev/usb2/include/usb2_standard.h> -+#include <dev/usb2/include/usb2_ioctl.h> -+#endif -+ -+#include "../libprobe/hfp.h" -+ -+int -+main(int argc, char **argv) -+{ -+ struct libusb20_backend *pbe = NULL; -+ struct libusb20_device *pdev = NULL; -+ char *busstr, *addrstr, *ifacestr; -+ int bus, addr, iface; -+ -+ if (! hfp_init(argc, argv)) -+ goto end; -+ -+ pbe = libusb20_be_alloc_default(); -+ if (pbe == NULL) -+ goto end; -+ -+ busstr = getenv("HAL_PROP_USB_DEVICE_BUS_NUMBER"); -+ if (! busstr) -+ goto end; -+ -+ addrstr = getenv("HAL_PROP_USB_DEVICE_PORT_NUMBER"); -+ if (! addrstr) -+ goto end; -+ -+ ifacestr = getenv("HAL_PROP_USB_INTERFACE_NUMBER"); -+ if (! ifacestr) -+ goto end; -+ -+ bus = atoi(busstr); -+ addr = atoi(addrstr); -+ iface = atoi(ifacestr); -+ -+ while ((pdev = libusb20_be_device_foreach(pbe, pdev))) -+ { -+ struct LIBUSB20_INTERFACE_DESC_DECODED *idesc; -+ struct libusb20_config *pcfg = NULL; -+ struct libusb20_interface *pif; -+ uint8_t temp_string[256]; -+ char ifdrv[128]; -+ int curr_config; -+ -+ if (libusb20_dev_get_bus_number(pdev) != bus || -+ libusb20_dev_get_address(pdev) != addr) -+ continue; -+ -+ if (libusb20_dev_open(pdev, 0)) -+ continue; -+ -+ curr_config = libusb20_dev_get_config_index(pdev); -+ pcfg = libusb20_dev_alloc_config(pdev, curr_config); -+ if (! pcfg) -+ continue; -+ -+ pif = pcfg->interface + iface; -+ -+ idesc = &pif->desc; -+ -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb.interface.class", idesc->bInterfaceClass, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb.interface.subclass", idesc->bInterfaceSubClass, &hfp_error); -+ libhal_device_set_property_int(hfp_ctx, hfp_udi, -+ "usb.interface.protocol", idesc->bInterfaceProtocol, &hfp_error); -+ -+ memset(temp_string, 0, sizeof(temp_string)); -+ if (idesc->iInterface != 0) -+ libusb20_dev_req_string_simple_sync(pdev, idesc->iInterface, -+ temp_string, sizeof(temp_string)); -+ -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "usb.interface.description", (char *) temp_string, &hfp_error); -+ -+ memset(ifdrv, 0, sizeof(ifdrv)); -+ libusb20_dev_get_iface_desc(pdev, iface, ifdrv, sizeof(ifdrv)); -+ if (ifdrv[0] != '\0') -+ { -+ char *ifdesc; -+ -+ ifdesc = strchr(ifdrv, ':'); -+ if (ifdesc) -+ { -+ *ifdesc = '\0'; -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, -+ "usb.freebsd.devname", ifdrv, &hfp_error); -+ } -+ } -+ -+ free(pcfg); -+ } -+ -+end: -+ if (pbe) -+ libusb20_be_free(pbe); -+ -+ return 0; -+} diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c deleted file mode 100644 index c92b70266..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c +++ /dev/null @@ -1,74 +0,0 @@ ---- hald/freebsd/probing/probe-volume.c.orig 2008-08-10 09:50:10.000000000 -0400 -+++ hald/freebsd/probing/probe-volume.c 2009-09-26 03:54:16.000000000 -0400 -@@ -36,7 +36,12 @@ - #include <sys/disk.h> - #include <sys/cdio.h> - #include <sys/param.h> -+#include <sys/mount.h> - #include <sys/types.h> -+#include <ufs/ufs/ufsmount.h> -+#include <ufs/ufs/dinode.h> -+#include <ufs/ffs/fs.h> -+#include <libufs.h> - #include <isofs/cd9660/iso.h> - #include <glib.h> - #include <libvolume_id.h> -@@ -502,7 +507,8 @@ main (int argc, char **argv) - hfp_cdrom_free(cdrom); - } - -- if (has_data) -+ if (has_data && vid && (! strcmp(vid->type, "iso9660") || -+ ! strcmp(vid->type, "udf"))) - hf_probe_volume_advanced_disc_detect(fd); - } - else -@@ -555,6 +561,48 @@ main (int argc, char **argv) - - libhal_device_set_property_bool(hfp_ctx, hfp_udi, "volume.ignore", has_children || is_swap, &hfp_error); - -+ if (vid && ! strcmp (vid->type, "ufs")) -+ { -+ struct uufsd ufsdisk; -+ -+ if (ufs_disk_fillout(&ufsdisk, device_file) == 0) -+ { -+ char ufsid[64]; -+ char **ufs_devs = NULL; -+ int num_udis; -+ int i; -+ -+ snprintf(ufsid, sizeof(ufsid), "%08x%08x", ufsdisk.d_fs.fs_id[0], ufsdisk.d_fs.fs_id[1]); -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, "volume.freebsd.ufsid", ufsid, &hfp_error); -+ dbus_error_free(&hfp_error); -+ ufs_devs = libhal_manager_find_device_string_match(hfp_ctx, -+ "volume.freebsd.ufsid", -+ ufsid, -+ &num_udis, -+ &hfp_error); -+ dbus_error_free(&hfp_error); -+ for (i = 0; i < num_udis; i++) -+ { -+ if (ufs_devs[i] != NULL && strcmp(ufs_devs[i], hfp_udi)) -+ { -+ gboolean mounted; -+ -+ mounted = libhal_device_get_property_bool(hfp_ctx, ufs_devs[i], "volume.is_mounted", &hfp_error); -+ dbus_error_free(&hfp_error); -+ if (mounted) -+ { -+ libhal_device_set_property_bool(hfp_ctx, hfp_udi, "volume.ignore", TRUE, &hfp_error); -+ dbus_error_free(&hfp_error); -+ break; -+ } -+ } -+ } -+ if (ufs_devs) -+ libhal_free_string_array(ufs_devs); -+ ufs_disk_close(&ufsdisk); -+ } -+ } -+ - if (has_children) - usage = "partitiontable"; - else if (is_swap) diff --git a/sysutils/hal/files/patch-hald_hf-storage.c b/sysutils/hal/files/patch-hald_hf-storage.c deleted file mode 100644 index a699ca827..000000000 --- a/sysutils/hal/files/patch-hald_hf-storage.c +++ /dev/null @@ -1,279 +0,0 @@ ---- hald/freebsd/hf-storage.c.orig 2009-05-12 08:24:28.000000000 -0400 -+++ hald/freebsd/hf-storage.c 2009-10-24 02:30:22.000000000 -0400 -@@ -30,6 +30,8 @@ - #include <limits.h> - #include <inttypes.h> - #include <string.h> -+#include <unistd.h> -+#include <sys/param.h> - #include <sys/types.h> - #include <sys/disklabel.h> - -@@ -38,6 +40,7 @@ - - #include "hf-storage.h" - #include "hf-block.h" -+#include "hf-devd.h" - #include "hf-devtree.h" - #include "hf-volume.h" - #include "hf-util.h" -@@ -64,7 +67,7 @@ typedef struct - static GNode *hf_storage_geom_tree = NULL; - static GHashTable *hf_storage_geom_hash = NULL; - --static void hf_storage_init_geom (void); -+static void hf_storage_init_geom (gboolean force); - static gboolean hf_storage_device_has_addon (HalDevice *device); - - static void -@@ -104,6 +107,8 @@ hf_storage_class_is_partitionable (const - { - return (! strcmp(geom_class, "MBR") || - ! strcmp(geom_class, "MBREXT") || -+ ! strcmp(geom_class, "PART") || -+ ! strcmp(geom_class, "JOURNAL") || - ! strcmp(geom_class, "GPT") || - ! strcmp(geom_class, "APPLE") || ! strcmp(geom_class, "SUN")); - } -@@ -117,6 +122,7 @@ hf_storage_geom_has_partitions (const Ge - if (g_node_n_children(node) > 0) - return TRUE; - -+ /* - if (hf_storage_class_is_partitionable(geom_obj->class) && - g_node_next_sibling(node) != NULL) - { -@@ -135,6 +141,7 @@ hf_storage_geom_has_partitions (const Ge - return TRUE; - } - } -+ */ - - return FALSE; - } -@@ -294,7 +301,7 @@ hf_storage_device_probe (HalDevice *devi - { - g_return_if_fail(HAL_IS_DEVICE(device)); - -- hf_storage_init_geom(); -+ hf_storage_init_geom(TRUE); - - if (hf_runner_run_sync(device, 0, "hald-probe-storage", - "HF_HAS_CHILDREN", HF_BOOL_TO_STRING(hf_storage_device_has_partitions(device)), -@@ -403,13 +410,49 @@ hf_storage_parse_conftxt (const char *co - continue; - } - -+ depth = atoi(fields[0]); -+ hash = g_str_hash(fields[2]); -+ if (g_hash_table_lookup(table, GUINT_TO_POINTER(hash)) != NULL) -+ { -+ g_strfreev(fields); -+ curr_depth = depth; -+ continue; -+ } -+ -+ /* XXX This is a hack, but we need to ignore dynamic labels like -+ * ufsids which are created and destroyed based on whether or not -+ * the actual device is mounted or not. If we don't then strange -+ * things happen in applications like nautilus. -+ */ -+ if ((! strcmp(fields[1], "LABEL") || -+ ! strcmp(fields[1], "BSD")) && -+ ! strncmp(fields[2], "ufsid/", strlen("ufsid/"))) -+ { -+ g_strfreev(fields); -+ continue; -+ } -+ - geom_obj = g_new0(Geom_Object, 1); - -- depth = atoi(fields[0]); - geom_obj->class = g_strdup(fields[1]); - geom_obj->dev = g_strdup(fields[2]); -+ /* Allow for spaces in label names. */ -+ if (! strcmp(fields[1], "LABEL")) -+ { -+ int j; -+ -+ for (j = 3; g_strv_length(fields) > (j + 2) && -+ strcmp(fields[j + 2], "i"); j++) -+ { -+ char *tmp; -+ -+ tmp = g_strdup_printf("%s %s", geom_obj->dev, fields[j]); -+ g_free(geom_obj->dev); -+ geom_obj->dev = tmp; -+ } -+ } -+ - geom_obj->type = -1; /* We use -1 here to denote a missing type. */ -- hash = g_str_hash(geom_obj->dev); - geom_obj->hash = hash; - - if (g_strv_length(fields) >= 5) -@@ -433,6 +476,30 @@ hf_storage_parse_conftxt (const char *co - if (! strcmp (geom_obj->class, "GPT") || - ! strcmp (geom_obj->class, "APPLE")) - geom_obj->str_type = g_strdup(fields[10]); -+ else if (! strcmp (geom_obj->class, "PART")) -+ { -+ geom_obj->str_type = g_strdup(fields[10]); -+ if (g_strv_length(fields) >= 15) -+ { -+ if (! strcmp(fields[13], "xt")) -+ { -+ geom_obj->type = atoi(fields[14]); -+ if (! strcmp(fields[11], "xs")) -+ { -+ g_free(geom_obj->class); -+ geom_obj->class = g_strdup(fields[12]); -+ } -+ } -+ } -+ } -+ else if (fields[10][0] == '!') -+ { -+ char *nottype; -+ -+ nottype = fields[10]; -+ nottype++; -+ geom_obj->type = atoi(nottype); -+ } - else - geom_obj->type = atoi(fields[10]); - } -@@ -541,17 +608,27 @@ hf_storage_device_rescan_real (HalDevice - } - - static gboolean --hf_storage_conftxt_timeout_cb (gpointer data) -+hf_storage_devd_notify (const char *system, -+ const char *subsystem, -+ const char *type, -+ const char *data) - { - static GSList *disks = NULL; - static gboolean first = TRUE; -+ gboolean handled = FALSE; - char *conftxt; - GSList *new_disks; - -- if (hf_is_waiting) -- return TRUE; -+ if (! data || strcmp(system, "DEVFS") || strcmp(subsystem, "CDEV") || -+ (strcmp(type, "CREATE") && strcmp(type, "DESTROY"))) -+ return FALSE; -+ -+ if (! strcmp(type, "DESTROY")) -+ g_usleep(G_USEC_PER_SEC/2); - - conftxt = hf_get_string_sysctl(NULL, "kern.geom.conftxt"); -+ if (! conftxt) -+ return FALSE; - new_disks = hf_storage_parse_conftxt(conftxt); - g_free(conftxt); - -@@ -572,6 +649,7 @@ hf_storage_conftxt_timeout_cb (gpointer - if (! hf_storage_find_disk(disks, disk->name)) - { - osspec_probe(); /* catch new disk(s) */ -+ handled = TRUE; - break; - } - } -@@ -593,7 +671,10 @@ hf_storage_conftxt_timeout_cb (gpointer - device = hf_devtree_find_from_name(hald_get_gdl(), disk->name); - if (device && hal_device_has_capability(device, "storage") && - ! hf_storage_device_has_addon(device)) -- hf_storage_device_rescan_real(device); -+ { -+ hf_storage_device_rescan_real(device); -+ handled = TRUE; -+ } - } - } - else -@@ -601,7 +682,10 @@ hf_storage_conftxt_timeout_cb (gpointer - /* disk removed */ - device = hf_devtree_find_from_name(hald_get_gdl(), disk->name); - if (device && hal_device_has_capability(device, "storage")) -- hf_device_remove_tree(device); -+ { -+ hf_device_remove_tree(device); -+ handled = TRUE; -+ } - } - } - } -@@ -610,17 +694,30 @@ hf_storage_conftxt_timeout_cb (gpointer - g_slist_free(disks); - disks = new_disks; - -+ return handled; -+} -+ -+#if __FreeBSD_version < 700110 -+static gboolean -+hf_storage_conftxt_timeout_cb (gpointer data) -+{ -+ if (hf_is_waiting) -+ return TRUE; -+ -+ hf_storage_devd_notify("DEVFS", "CDEV", "CREATE", ""); -+ - return TRUE; - } -+#endif - - static void --hf_storage_init_geom (void) -+hf_storage_init_geom (gboolean force) - { - char *conftxt; - static gboolean inited = FALSE; - GSList *disks; - -- if (inited) -+ if (inited && ! force) - return; - - conftxt = hf_get_string_sysctl(NULL, "kern.geom.conftxt"); -@@ -636,8 +733,10 @@ hf_storage_init_geom (void) - static void - hf_storage_init (void) - { -- hf_storage_init_geom(); -+ hf_storage_init_geom(FALSE); -+#if __FreeBSD_version < 700110 - g_timeout_add(3000, hf_storage_conftxt_timeout_cb, NULL); -+#endif - } - - void -@@ -719,8 +818,6 @@ hf_storage_device_add (HalDevice *device - { - g_return_if_fail(HAL_IS_DEVICE(device)); - -- hf_storage_init_geom(); -- - if (hf_device_preprobe(device)) - { - hf_storage_device_probe(device, FALSE); -@@ -738,7 +835,7 @@ hf_storage_get_geoms (const char *devnam - - g_return_val_if_fail(devname != NULL, NULL); - -- hf_storage_init_geom(); -+ hf_storage_init_geom(FALSE); - - hash = g_str_hash(devname); - node = g_node_find(hf_storage_geom_tree, G_PRE_ORDER, G_TRAVERSE_ALL, -@@ -801,3 +898,7 @@ HFHandler hf_storage_handler = { - .probe = hf_storage_probe, - .device_rescan = hf_storage_device_rescan - }; -+ -+HFDevdHandler hf_storage_devd_handler = { -+ .notify = hf_storage_devd_notify -+}; diff --git a/sysutils/hal/files/patch-tools_hal-storage-eject.c b/sysutils/hal/files/patch-tools_hal-storage-eject.c deleted file mode 100644 index 730e2a076..000000000 --- a/sysutils/hal/files/patch-tools_hal-storage-eject.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/hal-storage-eject.c.orig 2008-10-27 13:23:11.000000000 -0400 -+++ tools/hal-storage-eject.c 2008-10-27 13:23:23.000000000 -0400 -@@ -190,7 +190,7 @@ main (int argc, char *argv[]) - unknown_eject_error ("Cannot obtain lock on /media/.hal-mtab"); - } - handle_unmount (hal_ctx, -- udi, volume_to_unmount, drive, -+ volume_udi, volume_to_unmount, drive, - libhal_volume_get_device_file (volume_to_unmount), - invoked_by_uid, invoked_by_syscon_name, - FALSE, FALSE); /* use neither lazy nor force */ diff --git a/sysutils/hal/files/patch-tools_hal-storage-mount.c b/sysutils/hal/files/patch-tools_hal-storage-mount.c deleted file mode 100644 index 390d35111..000000000 --- a/sysutils/hal/files/patch-tools_hal-storage-mount.c +++ /dev/null @@ -1,91 +0,0 @@ ---- tools/hal-storage-mount.c.orig 2008-05-07 19:24:23.000000000 -0400 -+++ tools/hal-storage-mount.c 2008-10-09 00:54:34.000000000 -0400 -@@ -56,8 +56,9 @@ - - #ifdef __FreeBSD__ - #define MOUNT "/sbin/mount" --#define MOUNT_OPTIONS "noexec,nosuid" -+#define MOUNT_OPTIONS "nosuid" - #define MOUNT_TYPE_OPT "-t" -+#define FUSE_DB "/tmp/.fuse-mnts" - #elif sun - #define MOUNT "/sbin/mount" - #define MOUNT_OPTIONS "noexec,nosuid" -@@ -255,6 +256,51 @@ out: - return f; - } - -+#ifdef __FreeBSD__ -+static char * -+resolve_fuse (const char *special) -+{ -+ gchar *contents; -+ gchar **lines; -+ gsize len; -+ int i; -+ -+ if (! g_file_get_contents (FUSE_DB, &contents, &len, NULL)) -+ return g_strdup (special); -+ -+ lines = g_strsplit (contents, "\n", 0); -+ g_free (contents); -+ -+ for (i = 0; lines && lines[i]; i++) { -+ gchar **fields; -+ -+ fields = g_strsplit (lines[i], "=", 2); -+ if (fields && g_strv_length (fields) == 2) { -+ if (strcmp (fields[0], special) == 0) { -+ g_strfreev (fields); -+ g_strfreev (lines); -+ return g_strdup (fields[1]); -+ } -+ } -+ g_strfreev (fields); -+ } -+ -+ g_strfreev (lines); -+ -+ return g_strdup (special); -+} -+#endif -+ -+static char * -+resolve_special (const char *special) -+{ -+#ifdef __FreeBSD__ -+ if (strstr(special, "fuse")) -+ return resolve_fuse (special); -+#endif -+ return g_strdup (special); -+} -+ - static LibHalVolume * - volume_findby (LibHalContext *hal_ctx, const char *property, const char *value) - { -@@ -400,18 +446,20 @@ device_is_mounted (const char *device, c - unknown_error ("Cannot open /etc/mtab or equivalent"); - } - while (((entry = mtab_next (handle, mount_point)) != NULL) && (ret == FALSE)) { -- char *resolved; -+ char *resolved, *rspecial; - - resolved = resolve_symlink (entry); -+ rspecial = resolve_special (resolved); -+ g_free (resolved); - #ifdef DEBUG -- printf ("/proc/mounts: device %s -> %s \n", entry, resolved); -+ printf ("/proc/mounts: device %s -> %s \n", entry, rspecial); - #endif -- if (strcmp (device, resolved) == 0) { -- printf ("%s (-> %s) found in mount list. Not mounting.\n", entry, resolved); -+ if (strcmp (device, rspecial) == 0) { -+ printf ("%s (-> %s) found in mount list. Not mounting.\n", entry, rspecial); - ret = TRUE; - } - -- g_free (resolved); -+ g_free (rspecial); - } - mtab_close (handle); - return ret; diff --git a/sysutils/hal/files/patch-tools_hal-storage-shared.c b/sysutils/hal/files/patch-tools_hal-storage-shared.c deleted file mode 100644 index 1ed7fe907..000000000 --- a/sysutils/hal/files/patch-tools_hal-storage-shared.c +++ /dev/null @@ -1,45 +0,0 @@ ---- tools/hal-storage-shared.c.orig 2008-05-07 19:24:24.000000000 -0400 -+++ tools/hal-storage-shared.c 2008-10-20 14:53:35.000000000 -0400 -@@ -297,6 +297,9 @@ handle_unmount (LibHalContext *hal_ctx, - char *mount_point_to_unmount; - gboolean mounted_by_other_uid; - FILE *hal_mtab_new; -+#ifdef __FreeBSD__ -+ char *rdevice = NULL; -+#endif - - #ifdef DEBUG - printf ("device = %s\n", device); -@@ -473,7 +476,20 @@ line_found: - #endif - if (option_force) - args[na++] = "-f"; -- args[na++] = (char *) device; -+#ifdef __FreeBSD__ -+ dbus_error_init (&error); -+ if (libhal_device_property_exists (hal_ctx, udi, "volume.freebsd.real_mounted_device", NULL)) { -+ rdevice = libhal_device_get_property_string (hal_ctx, udi, "volume.freebsd.real_mounted_device", &error); -+ if (dbus_error_is_set (&error)) { -+ dbus_error_free (&error); -+ unknown_error ("Error while getting volume.freebsd.real_mounted_device"); -+ } -+ } -+ if (rdevice) -+ args[na++] = rdevice; -+ else -+#endif -+ args[na++] = (char *) device; - args[na++] = NULL; - - #ifdef DEBUG -@@ -497,6 +513,10 @@ line_found: - unknown_error ("Cannot spawn " UMOUNT); - } - -+#ifdef __FreeBSD__ -+ g_free (rdevice); -+#endif -+ - /* check if unmount was succesful */ - if (exit_status != 0) { - printf ("%s error %d, stdout='%s', stderr='%s'\n", UMOUNT, exit_status, sout, serr); diff --git a/sysutils/hal/files/pkg-deinstall.in b/sysutils/hal/files/pkg-deinstall.in deleted file mode 100644 index 4650d60fe..000000000 --- a/sysutils/hal/files/pkg-deinstall.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -[ "$2" != DEINSTALL ] && exit 0 - -USER=haldaemon - -%%LOCALBASE%%/bin/polkit-auth --user ${USER} --revoke \ - org.freedesktop.policykit.read - -for pair in %%RC_FILES%%; do - file=`echo $pair | cut -f 1 -d :` - destdir=`echo $pair | cut -f 2 -d :` - - if cmp -s %%DATADIR%%/dist/$file $destdir/$file; then - rm -f $destdir/$file - fi -done diff --git a/sysutils/hal/files/pkg-install.in b/sysutils/hal/files/pkg-install.in deleted file mode 100644 index 253eef1f0..000000000 --- a/sysutils/hal/files/pkg-install.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=haldaemon - GROUP=${USER} - - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/hald - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/cache/hald - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/lib/hal - %%LOCALBASE%%/bin/polkit-auth --user ${USER} --grant \ - org.freedesktop.policykit.read - - for pair in %%RC_FILES%%; do - file=`echo $pair | cut -f 1 -d :` - destdir=`echo $pair | cut -f 2 -d :` - - if [ ! -f $destdir/$file ]; then - mkdir -p $destdir - cp -p %%DATADIR%%/dist/$file $destdir/$file - fi - done - exit 0 - ;; -esac diff --git a/sysutils/hal/pkg-descr b/sysutils/hal/pkg-descr deleted file mode 100644 index c94358513..000000000 --- a/sysutils/hal/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -HAL is a hardware abstraction layer whose goal is to merge information from -various sources such that desktop applications can locate and use hardware -devices. The point is that the exact set of information to merge varies by -device and bus type. - -WWW: http://www.freedesktop.org/Software/hal diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist deleted file mode 100644 index 0f42ef11f..000000000 --- a/sysutils/hal/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -@unexec %D/etc/rc.d/hald stop > /dev/null 2>&1 || true -bin/hal-device -bin/hal-disable-polling -bin/hal-find-by-capability -bin/hal-find-by-property -bin/hal-get-property -bin/hal-is-caller-locked-out -bin/hal-is-caller-privileged -bin/hal-lock -bin/hal-set-property -bin/lshal -@exec mkdir -p %D/etc/hal/fdi/preprobe -@exec mkdir -p %D/etc/hal/fdi/policy -@exec mkdir -p %D/etc/hal/fdi/information -include/hal/libhal-storage.h -include/hal/libhal.h -lib/libhal-storage.a -lib/libhal-storage.la -lib/libhal-storage.so -lib/libhal-storage.so.1 -lib/libhal.a -lib/libhal.la -lib/libhal.so -lib/libhal.so.1 -lib/libhald_freebsd_probe.a -lib/libhald_freebsd_probe.la -lib/libhald_freebsd_probe.so -lib/libhald_freebsd_probe.so.0 -libdata/pkgconfig/hal-storage.pc -libdata/pkgconfig/hal.pc -libexec/hal-storage-cleanup-all-mountpoints -libexec/hal-storage-cleanup-mountpoint -libexec/hal-storage-closetray -libexec/hal-storage-eject -libexec/hal-storage-mount -libexec/hal-storage-unmount -libexec/hal-system-power-pm-is-supported -libexec/hal-system-setserial -libexec/hal/scripts/freebsd/hal-system-lcd-get-brightness-freebsd -libexec/hal/scripts/freebsd/hal-system-lcd-set-brightness-freebsd -libexec/hal/scripts/freebsd/hal-system-power-reboot-freebsd -libexec/hal/scripts/freebsd/hal-system-power-set-power-save-freebsd -libexec/hal/scripts/freebsd/hal-system-power-shutdown-freebsd -libexec/hal/scripts/freebsd/hal-system-power-suspend-freebsd -libexec/hal/scripts/hal-dockstation-undock -libexec/hal/scripts/hal-functions -libexec/hal/scripts/hal-luks-remove -libexec/hal/scripts/hal-luks-setup -libexec/hal/scripts/hal-luks-teardown -libexec/hal/scripts/hal-system-killswitch-get-power -libexec/hal/scripts/hal-system-killswitch-set-power -libexec/hal/scripts/hal-system-lcd-get-brightness -libexec/hal/scripts/hal-system-lcd-set-brightness -libexec/hal/scripts/hal-system-power-hibernate -libexec/hal/scripts/hal-system-power-reboot -libexec/hal/scripts/hal-system-power-set-power-save -libexec/hal/scripts/hal-system-power-shutdown -libexec/hal/scripts/hal-system-power-suspend -libexec/hal/scripts/hal-system-power-suspend-hybrid -libexec/hal/scripts/hal-system-wol-enable -libexec/hal/scripts/hal-system-wol-enabled -libexec/hal/scripts/hal-system-wol-supported -libexec/hald-addon-mouse-sysmouse -libexec/hald-addon-storage -libexec/hald-generate-fdi-cache -libexec/hald-probe-hiddev -libexec/hald-probe-mouse -libexec/hald-probe-scsi -libexec/hald-probe-smbios -libexec/hald-probe-storage -%%USB2%%libexec/hald-probe-usb2-device -%%USB2%%libexec/hald-probe-usb2-interface -libexec/hald-probe-volume -libexec/hald-runner -sbin/hald -%%PORTDOCS%%%%DOCSDIR%%/README.freebsd -%%PORTDOCS%%%%DOCSDIR%%/README.fuse -%%DATADIR%%/dist/hal.conf -%%DATADIR%%/fdi/fdi.dtd -%%DATADIR%%/fdi/information/10freedesktop/01-deprecated-keys.fdi -@exec mkdir -p %D/%%DATADIR%%/fdi/information/20thirdparty -%%DATADIR%%/fdi/policy/10osvendor/10-dockstation.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-input-policy.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-leds.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-mouse-sysmouse.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-power-mgmt-policy.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-rfkill-switch.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-tabletPCs.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-x11-input.fdi -%%DATADIR%%/fdi/policy/10osvendor/15-storage-luks.fdi -%%DATADIR%%/fdi/policy/10osvendor/20-storage-methods.fdi -%%DATADIR%%/fdi/policy/10osvendor/30-wol.fdi -%%DATADIR%%/mount-fuse -share/PolicyKit/policy/org.freedesktop.hal.dockstation.policy -share/PolicyKit/policy/org.freedesktop.hal.killswitch.policy -share/PolicyKit/policy/org.freedesktop.hal.leds.policy -share/PolicyKit/policy/org.freedesktop.hal.policy -share/PolicyKit/policy/org.freedesktop.hal.power-management.policy -share/PolicyKit/policy/org.freedesktop.hal.storage.policy -share/PolicyKit/policy/org.freedesktop.hal.wol.policy -@exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/10osvendor -@dirrm %%DATADIR%%/fdi/preprobe -@dirrm %%DATADIR%%/fdi/policy/20thirdparty -@dirrm %%DATADIR%%/fdi/policy/10osvendor -@dirrm %%DATADIR%%/fdi/policy -@dirrm %%DATADIR%%/fdi/information/20thirdparty -@dirrm %%DATADIR%%/fdi/information/10freedesktop -@dirrm %%DATADIR%%/fdi/information -@dirrm %%DATADIR%%/fdi -@dirrm %%DATADIR%%/dist -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm libexec/hal/scripts/freebsd -@dirrm libexec/hal/scripts -@dirrm libexec/hal -@dirrm include/hal -@dirrm etc/hal/fdi/preprobe -@dirrm etc/hal/fdi/policy -@dirrm etc/hal/fdi/information -@dirrm etc/hal/fdi -@dirrm etc/hal -@unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true -@unexec rm -rf /var/run/hald/hald-local 2>/dev/null || true -@unexec rm -rf /var/run/hald/hald-runner 2>/dev/null || true -@unexec rmdir /var/run/hald 2>/dev/null || true -@unexec rmdir /var/cache/hald 2>/dev/null || true -@unexec rmdir /var/cache 2>/dev/null || true -@unexec /var/lib/hal 2>/dev/null || true -@unexec /var/lib 2>/dev/null || true diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile deleted file mode 100644 index 83ea5687c..000000000 --- a/sysutils/nautilus-cd-burner/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: nautilus-cd-burner -# Date created: 13 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= nautilus-cd-burner -PORTVERSION= 2.24.0 -PORTREVISION= 3 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= CD burner view for Nautilus - -BUILD_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount -RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - cdrdao:${PORTSDIR}/sysutils/cdrdao - -CONFIGURE_ARGS= --enable-gnome-mount -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack \ - desktopfileutils ltasneededhack eel2 libgnomeui -USE_CDRTOOLS= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= nautilus-cd-burner.schemas - -OPTIONS= DVD "Enable DVD support" on \ - CJK "Use cdrtools-cjk instead of cdrtools" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_CJK) -WITHOUT_DVD= yes -.endif - -.if !defined(WITHOUT_DVD) -RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools -.endif - -post-install: - -@update-desktop-database - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/sysutils/nautilus-cd-burner/distinfo b/sysutils/nautilus-cd-burner/distinfo deleted file mode 100644 index c4bc507dd..000000000 --- a/sysutils/nautilus-cd-burner/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/nautilus-cd-burner-2.24.0.tar.bz2) = eb211dd03d0518263fa4eadccc3caa88 -SHA256 (gnome2/nautilus-cd-burner-2.24.0.tar.bz2) = d4ff952115a2fca28c613ce6a2b46740ce1000b0c213c482bcf3f127ceab99ad -SIZE (gnome2/nautilus-cd-burner-2.24.0.tar.bz2) = 725247 diff --git a/sysutils/nautilus-cd-burner/pkg-descr b/sysutils/nautilus-cd-burner/pkg-descr deleted file mode 100644 index 0bdde4f1a..000000000 --- a/sysutils/nautilus-cd-burner/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Nautilus-cd-burner allows CDs to be created and burned directly from -within Nautilus (using the burn:/// URI). diff --git a/sysutils/nautilus-cd-burner/pkg-message b/sysutils/nautilus-cd-burner/pkg-message deleted file mode 100644 index 3a47ff4fd..000000000 --- a/sysutils/nautilus-cd-burner/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -====================================================================== -In order to use nautilus-cd-burner, you must make sure your CD devices -have the correct permissions. You must also make sure you have: - -device atapicam - -Configured in your kernel if you are using an ATAPI CD/DVD writer. -To figure out which CD/DVD drive you will be using, run the following -command as root: - -camcontrol devlist - -Your output will look similar to the following: - -<CREATIVE CD5233E-N 0.20> at scbus1 target 0 lun 0 (cd0,pass0) - -The devices in parenthesis at the end are important. You must make sure -the /dev entries for those devices are writable by the users that will -be using nautilus-cd-burner. In addition to those devices, /dev/xpt* -must also be writable to your nautilus-cd-burner users. -====================================================================== diff --git a/sysutils/nautilus-cd-burner/pkg-plist b/sysutils/nautilus-cd-burner/pkg-plist deleted file mode 100644 index 867ac3603..000000000 --- a/sysutils/nautilus-cd-burner/pkg-plist +++ /dev/null @@ -1,148 +0,0 @@ -bin/nautilus-cd-burner -include/libnautilus-burn/nautilus-burn-drive-monitor.h -include/libnautilus-burn/nautilus-burn-drive-selection.h -include/libnautilus-burn/nautilus-burn-drive.h -include/libnautilus-burn/nautilus-burn-features.h -include/libnautilus-burn/nautilus-burn-init.h -include/libnautilus-burn/nautilus-burn-recorder.h -include/libnautilus-burn/nautilus-burn.h -lib/libnautilus-burn.a -lib/libnautilus-burn.la -lib/libnautilus-burn.so -lib/libnautilus-burn.so.4 -lib/nautilus/extensions-2.0/libnautilus-burn-extension.a -lib/nautilus/extensions-2.0/libnautilus-burn-extension.la -lib/nautilus/extensions-2.0/libnautilus-burn-extension.so -libdata/pkgconfig/libnautilus-burn.pc -share/applications/nautilus-cd-burner-open-iso.desktop -share/applications/nautilus-cd-burner.desktop -share/icons/hicolor/16x16/apps/nautilus-cd-burner.png -share/icons/hicolor/22x22/apps/nautilus-cd-burner.png -share/icons/hicolor/24x24/apps/nautilus-cd-burner.png -share/icons/hicolor/scalable/apps/nautilus-cd-burner.svg -share/locale/am/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ar/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/as/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/az/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/be/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/be@latin/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/bg/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/bn/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/bn_IN/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/bs/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ca/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/cs/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/cy/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/da/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/de/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/dz/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/el/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/en_CA/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/en_GB/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/es/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/et/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/eu/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/fa/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/fi/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/fr/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ga/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/gl/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/gu/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/he/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/hi/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/hr/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/hu/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/hy/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/id/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/is/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/it/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ja/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ka/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/kn/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ko/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ku/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/lt/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/lv/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/mg/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/mk/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ml/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/mn/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/mr/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ms/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/nb/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ne/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/nl/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/nn/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/oc/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/or/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/pa/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/pl/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/pt/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/pt_BR/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ro/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ru/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/rw/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/si/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/sk/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/sl/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/sq/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/sr/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/sr@latin/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/sv/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ta/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/te/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/th/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/tr/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/ug/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/uk/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/vi/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/xh/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/zh_CN/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/zh_HK/LC_MESSAGES/nautilus-cd-burner.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-cd-burner.mo -%%DATADIR%%/cdspin1.png -%%DATADIR%%/cdspin2.png -%%DATADIR%%/cdspin3.png -%%DATADIR%%/cdspin4.png -%%DATADIR%%/cdspin5.png -%%DATADIR%%/cdspin6.png -%%DATADIR%%/cdspin7.png -%%DATADIR%%/cdspin8.png -%%DATADIR%%/nautilus-cd-burner.glade -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/libnautilus-burn -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile deleted file mode 100644 index b17c29646..000000000 --- a/sysutils/pessulus/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: pessulus -# Date created: 14 March 2006 -# Whom: FreeBSD GNOME Team -# -# $FreeBSD$ -# $MCom: ports/sysutils/pessulus/Makefile,v 1.23 2009/07/29 10:16:46 kwm Exp $ -# - -PORTNAME= pessulus -PORTVERSION= 2.28.0 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A lockdown editor for GNOME - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomedesktop -WANT_GNOME= yes -USE_PYTHON= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCS= AUTHORS COPYING ChangeLog HACKING \ - MAINTAINERS NEWS README TODO - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/sysutils/pessulus/distinfo b/sysutils/pessulus/distinfo deleted file mode 100644 index 8ab858b7b..000000000 --- a/sysutils/pessulus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pessulus-2.28.0.tar.bz2) = 792485aac615a8f36f7d77bc06a40036 -SHA256 (gnome2/pessulus-2.28.0.tar.bz2) = f6efb78f234f8fa5c2d1310e13340ec46d49c22d6de710daeb5136e75ff1a012 -SIZE (gnome2/pessulus-2.28.0.tar.bz2) = 178550 diff --git a/sysutils/pessulus/files/patch-data_Makefile.in b/sysutils/pessulus/files/patch-data_Makefile.in deleted file mode 100644 index e6233c448..000000000 --- a/sysutils/pessulus/files/patch-data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.in.orig 2008-09-22 12:27:32.000000000 +0200 -+++ data/Makefile.in 2008-09-22 12:27:59.000000000 +0200 -@@ -422,7 +422,7 @@ uninstall-am: uninstall-desktopDATA unin - @INTLTOOL_DESKTOP_RULE@ - - install-icons: -- for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir --parents $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done -+ for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done - - install -m 644 $(srcdir)/pessulus-16.png $(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/pessulus.png - install -m 644 $(srcdir)/pessulus-22.png $(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/pessulus.png diff --git a/sysutils/pessulus/pkg-descr b/sysutils/pessulus/pkg-descr deleted file mode 100644 index f1105467e..000000000 --- a/sysutils/pessulus/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pessulus is a lockdown editor for GNOME, written in python. It enables -administrators to set mandatory settings in GConf. The users can not change -these settings. Use of pessulus can be useful on computers that are open to -use by everyone, e.g. in an internet cafe. - -WWW: http://www.gnome.org/~vuntz/pessulus/ diff --git a/sysutils/pessulus/pkg-plist b/sysutils/pessulus/pkg-plist deleted file mode 100644 index f8034c268..000000000 --- a/sysutils/pessulus/pkg-plist +++ /dev/null @@ -1,174 +0,0 @@ -bin/pessulus -%%PYTHON_SITELIBDIR%%/Pessulus/__init__.py -%%PYTHON_SITELIBDIR%%/Pessulus/__init__.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/__init__.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/config.py -%%PYTHON_SITELIBDIR%%/Pessulus/config.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/config.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.py -%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.py -%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/icons.py -%%PYTHON_SITELIBDIR%%/Pessulus/icons.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/icons.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/main.py -%%PYTHON_SITELIBDIR%%/Pessulus/main.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/main.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.py -%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.py -%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.py -%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyo -share/applications/pessulus.desktop -share/icons/hicolor/16x16/apps/pessulus.png -share/icons/hicolor/22x22/apps/pessulus.png -share/icons/hicolor/24x24/apps/pessulus.png -share/icons/hicolor/32x32/apps/pessulus.png -share/icons/hicolor/48x48/apps/pessulus.png -share/icons/hicolor/scalable/apps/pessulus.svg -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/HACKING -%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/locale/ar/LC_MESSAGES/pessulus.mo -share/locale/as/LC_MESSAGES/pessulus.mo -share/locale/ast/LC_MESSAGES/pessulus.mo -share/locale/bal/LC_MESSAGES/pessulus.mo -share/locale/be/LC_MESSAGES/pessulus.mo -share/locale/be@latin/LC_MESSAGES/pessulus.mo -share/locale/bg/LC_MESSAGES/pessulus.mo -share/locale/bn/LC_MESSAGES/pessulus.mo -share/locale/bn_IN/LC_MESSAGES/pessulus.mo -share/locale/br/LC_MESSAGES/pessulus.mo -share/locale/ca/LC_MESSAGES/pessulus.mo -share/locale/ca@valencia/LC_MESSAGES/pessulus.mo -share/locale/crh/LC_MESSAGES/pessulus.mo -share/locale/cs/LC_MESSAGES/pessulus.mo -share/locale/cy/LC_MESSAGES/pessulus.mo -share/locale/da/LC_MESSAGES/pessulus.mo -share/locale/de/LC_MESSAGES/pessulus.mo -share/locale/dz/LC_MESSAGES/pessulus.mo -share/locale/el/LC_MESSAGES/pessulus.mo -share/locale/en_CA/LC_MESSAGES/pessulus.mo -share/locale/en_GB/LC_MESSAGES/pessulus.mo -share/locale/es/LC_MESSAGES/pessulus.mo -share/locale/et/LC_MESSAGES/pessulus.mo -share/locale/eu/LC_MESSAGES/pessulus.mo -share/locale/fi/LC_MESSAGES/pessulus.mo -share/locale/fr/LC_MESSAGES/pessulus.mo -share/locale/gl/LC_MESSAGES/pessulus.mo -share/locale/gu/LC_MESSAGES/pessulus.mo -share/locale/he/LC_MESSAGES/pessulus.mo -share/locale/hi/LC_MESSAGES/pessulus.mo -share/locale/hu/LC_MESSAGES/pessulus.mo -share/locale/id/LC_MESSAGES/pessulus.mo -share/locale/it/LC_MESSAGES/pessulus.mo -share/locale/ja/LC_MESSAGES/pessulus.mo -share/locale/ka/LC_MESSAGES/pessulus.mo -share/locale/ko/LC_MESSAGES/pessulus.mo -share/locale/kn/LC_MESSAGES/pessulus.mo -share/locale/ku/LC_MESSAGES/pessulus.mo -share/locale/lt/LC_MESSAGES/pessulus.mo -share/locale/lv/LC_MESSAGES/pessulus.mo -share/locale/mai/LC_MESSAGES/pessulus.mo -share/locale/mk/LC_MESSAGES/pessulus.mo -share/locale/ml/LC_MESSAGES/pessulus.mo -share/locale/mn/LC_MESSAGES/pessulus.mo -share/locale/mr/LC_MESSAGES/pessulus.mo -share/locale/nb/LC_MESSAGES/pessulus.mo -share/locale/nds/LC_MESSAGES/pessulus.mo -share/locale/ne/LC_MESSAGES/pessulus.mo -share/locale/nl/LC_MESSAGES/pessulus.mo -share/locale/nn/LC_MESSAGES/pessulus.mo -share/locale/oc/LC_MESSAGES/pessulus.mo -share/locale/or/LC_MESSAGES/pessulus.mo -share/locale/pa/LC_MESSAGES/pessulus.mo -share/locale/pl/LC_MESSAGES/pessulus.mo -share/locale/ps/LC_MESSAGES/pessulus.mo -share/locale/pt/LC_MESSAGES/pessulus.mo -share/locale/pt_BR/LC_MESSAGES/pessulus.mo -share/locale/ro/LC_MESSAGES/pessulus.mo -share/locale/ru/LC_MESSAGES/pessulus.mo -share/locale/si/LC_MESSAGES/pessulus.mo -share/locale/sk/LC_MESSAGES/pessulus.mo -share/locale/sl/LC_MESSAGES/pessulus.mo -share/locale/sq/LC_MESSAGES/pessulus.mo -share/locale/sr/LC_MESSAGES/pessulus.mo -share/locale/sr@latin/LC_MESSAGES/pessulus.mo -share/locale/sv/LC_MESSAGES/pessulus.mo -share/locale/ta/LC_MESSAGES/pessulus.mo -share/locale/te/LC_MESSAGES/pessulus.mo -share/locale/th/LC_MESSAGES/pessulus.mo -share/locale/tr/LC_MESSAGES/pessulus.mo -share/locale/uk/LC_MESSAGES/pessulus.mo -share/locale/vi/LC_MESSAGES/pessulus.mo -share/locale/zh_CN/LC_MESSAGES/pessulus.mo -share/locale/zh_HK/LC_MESSAGES/pessulus.mo -share/locale/zh_TW/LC_MESSAGES/pessulus.mo -%%DATADIR%%/ui/pessulus.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/Pessulus -@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/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@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/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/br/LC_MESSAGES -@dirrmtry share/locale/br -@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/bal/LC_MESSAGES -@dirrmtry share/locale/bal -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile deleted file mode 100644 index 7e82babc4..000000000 --- a/sysutils/polkit-gnome/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: polkit-gnome -# Date Created: 30 Juli 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.4 2009/09/13 16:28:31 marcus Exp $ -# - -PORTNAME= polkit-gnome -PORTVERSION= 0.95 -CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME frontend to the PolicKit framework - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gtk20 intlhack -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/sysutils/polkit-gnome/distinfo b/sysutils/polkit-gnome/distinfo deleted file mode 100644 index e43e18c8c..000000000 --- a/sysutils/polkit-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (polkit-gnome-0.95.tar.bz2) = e52555258ebae5d3f080b7b4cd6aedd4 -SHA256 (polkit-gnome-0.95.tar.bz2) = 3ee6bfe7475856f2287736d7174bbe4199ca32d803e23e1ce653434e1ba56c06 -SIZE (polkit-gnome-0.95.tar.bz2) = 361305 diff --git a/sysutils/polkit-gnome/pkg-descr b/sysutils/polkit-gnome/pkg-descr deleted file mode 100644 index 57dad7b5d..000000000 --- a/sysutils/polkit-gnome/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PolicyKit is a framework for defining policy for system-wide components and -for desktop pieces to configure it. PolicyKit-gnome is a GTK+/GNOME frontend -for that framework. - -WWW: http://www.freedesktop.org/wiki/Software/PolicyKit diff --git a/sysutils/polkit-gnome/pkg-plist b/sysutils/polkit-gnome/pkg-plist deleted file mode 100644 index bfa353ff1..000000000 --- a/sysutils/polkit-gnome/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop -include/polkit-gtk-1/polkitgtk/polkitgtk.h -include/polkit-gtk-1/polkitgtk/polkitgtktypes.h -include/polkit-gtk-1/polkitgtk/polkitlockbutton.h -lib/girepository-1.0/PolkitGtk-1.0.typelib -lib/libpolkit-gtk-1.a -lib/libpolkit-gtk-1.la -lib/libpolkit-gtk-1.so -lib/libpolkit-gtk-1.so.0 -libexec/polkit-gnome-authentication-agent-1 -libdata/pkgconfig/polkit-gtk-1.pc -share/gir-1.0/PolkitGtk-1.0.gir -share/locale/ar/LC_MESSAGES/polkit-gnome-1.mo -share/locale/be/LC_MESSAGES/polkit-gnome-1.mo -share/locale/ca/LC_MESSAGES/polkit-gnome-1.mo -share/locale/cs/LC_MESSAGES/polkit-gnome-1.mo -share/locale/da/LC_MESSAGES/polkit-gnome-1.mo -share/locale/de/LC_MESSAGES/polkit-gnome-1.mo -share/locale/el/LC_MESSAGES/polkit-gnome-1.mo -share/locale/en_GB/LC_MESSAGES/polkit-gnome-1.mo -share/locale/es/LC_MESSAGES/polkit-gnome-1.mo -share/locale/eu/LC_MESSAGES/polkit-gnome-1.mo -share/locale/fi/LC_MESSAGES/polkit-gnome-1.mo -share/locale/fr/LC_MESSAGES/polkit-gnome-1.mo -share/locale/gl/LC_MESSAGES/polkit-gnome-1.mo -share/locale/gu/LC_MESSAGES/polkit-gnome-1.mo -share/locale/he/LC_MESSAGES/polkit-gnome-1.mo -share/locale/hu/LC_MESSAGES/polkit-gnome-1.mo -share/locale/it/LC_MESSAGES/polkit-gnome-1.mo -share/locale/ja/LC_MESSAGES/polkit-gnome-1.mo -share/locale/lt/LC_MESSAGES/polkit-gnome-1.mo -share/locale/nb/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pa/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pl/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pt/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pt_BR/LC_MESSAGES/polkit-gnome-1.mo -share/locale/ru/LC_MESSAGES/polkit-gnome-1.mo -share/locale/sk/LC_MESSAGES/polkit-gnome-1.mo -share/locale/sv/LC_MESSAGES/polkit-gnome-1.mo -share/locale/zh_CN/LC_MESSAGES/polkit-gnome-1.mo -share/locale/zh_HK/LC_MESSAGES/polkit-gnome-1.mo -share/locale/zh_TW/LC_MESSAGES/polkit-gnome-1.mo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrm include/polkit-gtk-1/polkitgtk -@dirrm include/polkit-gtk-1 diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile deleted file mode 100644 index a0ba88aa6..000000000 --- a/sysutils/polkit/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: polkit -# Date Created: 30 Juli 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/polkit/Makefile,v 1.4 2009/11/24 02:17:33 marcus Exp $ -# - -PORTNAME= polkit -PORTVERSION= 0.95 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Framework for controlling access to system-wide components - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= eggdbus-1.0:${PORTSDIR}/devel/eggdbus \ - expat.6:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_GNOME= gnomehack glib20 intlhack -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-authfw=pam \ - --with-pam-include=system \ - --with-os-type=freebsd \ - --enable-introspection \ - --localstatedir=/var \ -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -.if defined(NO_INSTALL_MANPAGES) -CONFIGURE_ARGS+=--disable-man-pages -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl - -MAN1= pkaction.1 pkcheck.1 pkexec.1 -MAN8= pklocalauthority.8 polkit.8 polkitd.8 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/|${PREFIX}/bin/|g' \ - ${WRKSRC}/docs/man/pkexec.xml \ - ${WRKSRC}/src/examples/org.freedesktop.policykit.examples.pkexec.policy.in - -post-install: - ${MKDIR} ${PREFIX}/etc/dbus-1/system.d/ - if [ ! -f ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ - ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf ; \ - fi - ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ - ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.dist -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.include <bsd.port.mk> diff --git a/sysutils/polkit/distinfo b/sysutils/polkit/distinfo deleted file mode 100644 index b37677cf9..000000000 --- a/sysutils/polkit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (polkit-0.95.tar.gz) = 10971f5d334550025897b02d779fddd1 -SHA256 (polkit-0.95.tar.gz) = b484248ed8fa7419170cf98d7cba51d68290783c3c7cac7c5dab7605dfe3c79c -SIZE (polkit-0.95.tar.gz) = 1025805 diff --git a/sysutils/polkit/files/patch-data_Makefile.in b/sysutils/polkit/files/patch-data_Makefile.in deleted file mode 100644 index c2895461f..000000000 --- a/sysutils/polkit/files/patch-data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.in.orig 2009-08-01 16:02:38.000000000 +0200 -+++ data/Makefile.in 2009-08-01 16:05:13.000000000 +0200 -@@ -471,7 +471,7 @@ - - info-am: - --install-data-am: install-dbusconfDATA install-pamDATA \ -+install-data-am: install-pamDATA \ - install-pkgconfigDATA install-serviceDATA - - install-dvi: install-dvi-am diff --git a/sysutils/polkit/files/patch-src_polkitbackend_Makefile.in b/sysutils/polkit/files/patch-src_polkitbackend_Makefile.in deleted file mode 100644 index b3bb5b721..000000000 --- a/sysutils/polkit/files/patch-src_polkitbackend_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/polkitbackend/Makefile.in.orig 2009-08-01 11:56:22.000000000 +0200 -+++ src/polkitbackend/Makefile.in 2009-08-01 11:57:18.000000000 +0200 -@@ -852,7 +852,11 @@ clean-local : - - install-exec-hook: - mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1 -- mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1/localauthority/{10-vendor.d,20-org.d,30-site.d,50-local.d,90-mandatory.d} -+ mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1/localauthority/10-vendor.d -+ mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1/localauthority/20-org.d -+ mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1/localauthority/30-site.d -+ mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1/localauthority/50-local.d -+ mkdir -p $(DESTDIR)$(localstatedir)/lib/polkit-1/localauthority/90-mandatory.d - -chmod 700 $(DESTDIR)$(localstatedir)/lib/polkit-1 - mkdir -p $(DESTDIR)$(libdir)/polkit-1/extensions - diff --git a/sysutils/polkit/pkg-descr b/sysutils/polkit/pkg-descr deleted file mode 100644 index 9746a6470..000000000 --- a/sysutils/polkit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PolicyKit is a framework for defining policy for system-wide components and -for desktop pieces to configure it. It is used by HAL. - -WWW: http://www.freedesktop.org/wiki/Software/PolicyKit diff --git a/sysutils/polkit/pkg-install b/sysutils/polkit/pkg-install deleted file mode 100644 index 93efeea22..000000000 --- a/sysutils/polkit/pkg-install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - mkdir -p /var/lib/polkit-1 - for i in 10-vendor.d 20-org.d 30-site.d 50-local.d 90-mandatory.d; do - mkdir -p /var/lib/polkit-1/${i} - done - chmod 0700 /var/lib/polkit-1 - exit 0 - ;; -esac diff --git a/sysutils/polkit/pkg-plist b/sysutils/polkit/pkg-plist deleted file mode 100644 index 2685cac96..000000000 --- a/sysutils/polkit/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/pkaction -bin/pkcheck -bin/pkexec -@unexec if cmp -s %D/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf %D/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.dist; then rm -f %D/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf ; fi -etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.dist -@exec [ -f %B/org.freedesktop.PolicyKit1.conf ] || cp %B/%f %B/org.freedesktop.PolicyKit1.conf -etc/pam.d/polkit-1 -etc/polkit-1/localauthority.conf.d/50-localauthority.conf -etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf -include/polkit-1/polkit/polkit.h -include/polkit-1/polkit/polkitactiondescription.h -include/polkit-1/polkit/polkitauthorityfeatures.h -include/polkit-1/polkit/polkitauthority.h -include/polkit-1/polkit/polkitauthorizationresult.h -include/polkit-1/polkit/polkitcheckauthorizationflags.h -include/polkit-1/polkit/polkitdetails.h -include/polkit-1/polkit/polkitenumtypes.h -include/polkit-1/polkit/polkiterror.h -include/polkit-1/polkit/polkitidentity.h -include/polkit-1/polkit/polkitimplicitauthorization.h -include/polkit-1/polkit/polkitprivate.h -include/polkit-1/polkit/polkitsubject.h -include/polkit-1/polkit/polkitsystembusname.h -include/polkit-1/polkit/polkittemporaryauthorization.h -include/polkit-1/polkit/polkittypes.h -include/polkit-1/polkit/polkitunixgroup.h -include/polkit-1/polkit/polkitunixprocess.h -include/polkit-1/polkit/polkitunixsession.h -include/polkit-1/polkit/polkitunixuser.h -include/polkit-1/polkitagent/polkitagent.h -include/polkit-1/polkitagent/polkitagentlistener.h -include/polkit-1/polkitagent/polkitagentsession.h -include/polkit-1/polkitagent/polkitagenttypes.h -include/polkit-1/polkitbackend/polkitbackend.h -include/polkit-1/polkitbackend/polkitbackendactionlookup.h -include/polkit-1/polkitbackend/polkitbackendactionpool.h -include/polkit-1/polkitbackend/polkitbackendauthority.h -include/polkit-1/polkitbackend/polkitbackendconfigsource.h -include/polkit-1/polkitbackend/polkitbackendinteractiveauthority.h -include/polkit-1/polkitbackend/polkitbackendlocalauthority.h -include/polkit-1/polkitbackend/polkitbackendlocalauthorizationstore.h -include/polkit-1/polkitbackend/polkitbackendsessionmonitor.h -include/polkit-1/polkitbackend/polkitbackendtypes.h -lib/girepository-1.0/Polkit-1.0.typelib -lib/libpolkit-agent-1.a -lib/libpolkit-agent-1.la -lib/libpolkit-agent-1.so -lib/libpolkit-agent-1.so.0 -lib/libpolkit-backend-1.a -lib/libpolkit-backend-1.la -lib/libpolkit-backend-1.so -lib/libpolkit-backend-1.so.0 -lib/libpolkit-gobject-1.a -lib/libpolkit-gobject-1.la -lib/libpolkit-gobject-1.so -lib/libpolkit-gobject-1.so.0 -lib/polkit-1/extensions/libnullbackend.a -lib/polkit-1/extensions/libnullbackend.la -lib/polkit-1/extensions/libnullbackend.so -lib/polkit-1/extensions/libpkexec-action-lookup.a -lib/polkit-1/extensions/libpkexec-action-lookup.la -lib/polkit-1/extensions/libpkexec-action-lookup.so -libdata/pkgconfig/polkit-agent-1.pc -libdata/pkgconfig/polkit-backend-1.pc -libdata/pkgconfig/polkit-gobject-1.pc -libexec/polkit-agent-helper-1 -libexec/polkitd -share/dbus-1/system-services/org.freedesktop.PolicyKit1.service -share/gir-1.0/Polkit-1.0.gir -share/locale/da/LC_MESSAGES/polkit-1.mo -share/polkit-1/actions/org.freedesktop.policykit.policy -@dirrmtry share/polkit-1/actions -@dirrmtry share/polkit-1 -@dirrm lib/polkit-1/extensions -@dirrm lib/polkit-1 -@dirrm include/polkit-1/polkitbackend -@dirrm include/polkit-1/polkitagent -@dirrm include/polkit-1/polkit -@dirrm include/polkit-1 -@dirrm etc/polkit-1/nullbackend.conf.d -@dirrm etc/polkit-1/localauthority.conf.d -@dirrm etc/polkit-1 diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile deleted file mode 100644 index 3ff81e0f5..000000000 --- a/sysutils/system-tools-backends/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: system-tools-backends -# Date created: 11 February 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.53 2009/08/20 08:31:11 kwm Exp $ -# - -PORTNAME= system-tools-backends -PORTVERSION= 2.8.2 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Backend system admin scripts for gnome-system-tools - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack glib20 -GNU_CONFIGURE= yes -USE_GNOME_SUBR= yes -CONFIGURE_ARGS= --with-stb-group=wheel \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-configure: - @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \ - ${WRKSRC}/po/Makefile - -.include <bsd.port.mk> diff --git a/sysutils/system-tools-backends/distinfo b/sysutils/system-tools-backends/distinfo deleted file mode 100644 index d5b28d398..000000000 --- a/sysutils/system-tools-backends/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/system-tools-backends-2.8.2.tar.bz2) = 689c79b36d2929b264c29ff39db4b10b -SHA256 (gnome2/system-tools-backends-2.8.2.tar.bz2) = bbbef8a0d160c6dfd44d60a5026a6c51ac97818d18febcf716e218983af4bf6c -SIZE (gnome2/system-tools-backends-2.8.2.tar.bz2) = 458579 diff --git a/sysutils/system-tools-backends/files/patch-Users_Users.pm b/sysutils/system-tools-backends/files/patch-Users_Users.pm deleted file mode 100644 index 909f28dff..000000000 --- a/sysutils/system-tools-backends/files/patch-Users_Users.pm +++ /dev/null @@ -1,47 +0,0 @@ ---- Users/Users.pm.orig 2009-09-28 05:49:10.000000000 -0400 -+++ Users/Users.pm 2009-10-11 15:09:31.000000000 -0400 -@@ -443,7 +443,7 @@ sub del_user - - if ($Utils::Backend::tool{"system"} eq "FreeBSD") - { -- @command = ($cmd_pw, "userdel", "-n", $$user[$LOGIN]); -+ @command = ($cmd_pw, "userdel", "-n", $$user[$LOGIN], "-r"); - } - else - { -@@ -551,9 +551,7 @@ sub add_user - my $pwdpipe; - my $home; - -- # FreeBSD doesn't create the home directory - $home = $$user[$HOME]; -- &Utils::File::run ($tool_mkdir, "-p", $home); - - $command = "$cmd_pw useradd " . - " -n \'" . $$user[$LOGIN] . "\'" . -@@ -561,7 +559,7 @@ sub add_user - " -d \'" . $$user[$HOME] . "\'" . - " -g \'" . $$user[$GID] . "\'" . - " -s \'" . $$user[$SHELL] . "\'" . -- " -H 0"; # pw(8) reads password from STDIN -+ " -m -h 0"; # pw(8) reads password from STDIN - - # @command = ($cmd_pw, "useradd", "-n", $$user[$LOGIN], - # "-u", $$user[$UID], -@@ -573,6 +571,7 @@ sub add_user - $pwdpipe = &Utils::File::run_pipe_write ($command); - print $pwdpipe $$user[$PASSWD]; - &Utils::File::close_file ($pwdpipe); -+ &Utils::File::run ("chown -R " . $$user[$LOGIN] . " $home"); - } - elsif ($Utils::Backend::tool{"system"} eq "SunOS") - { -@@ -651,7 +650,7 @@ sub change_user - " -d \'" . $$new_user[$HOME] . "\'" . - " -g \'" . $$new_user[$GID] . "\'" . - " -s \'" . $$new_user[$SHELL] . "\'" . -- " -H 0"; # pw(8) reads password from STDIN -+ " -h 0"; # pw(8) reads password from STDIN - - $pwdpipe = &Utils::File::run_pipe_write ($command); - print $pwdpipe $$new_user[$PASSWD]; diff --git a/sysutils/system-tools-backends/files/patch-dispatcher_main.c b/sysutils/system-tools-backends/files/patch-dispatcher_main.c deleted file mode 100644 index d21e2c24e..000000000 --- a/sysutils/system-tools-backends/files/patch-dispatcher_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dispatcher/main.c.orig 2009-03-17 02:57:49.000000000 +0100 -+++ dispatcher/main.c 2009-04-16 10:05:33.000000000 +0200 -@@ -48,7 +48,7 @@ daemonize (void) - setsid (); - - if ((pidfile_fd = open (LOCALSTATEDIR "/run/system-tools-backends.pid", -- O_CREAT | O_WRONLY, -+ O_CREAT | O_WRONLY, 0600, - S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) != -1) - { - str = g_strdup_printf ("%d", getpid ()); diff --git a/sysutils/system-tools-backends/pkg-descr b/sysutils/system-tools-backends/pkg-descr deleted file mode 100644 index 3434030ae..000000000 --- a/sysutils/system-tools-backends/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -System-tools-backends is a collection of scripts (mostly Perl) used by -gnome-system-tools to perform system administration tasks. - -WWW: http://www.gnome.org/projects/gst/ diff --git a/sysutils/system-tools-backends/pkg-plist b/sysutils/system-tools-backends/pkg-plist deleted file mode 100644 index b300daf2d..000000000 --- a/sysutils/system-tools-backends/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf -sbin/system-tools-backends -libdata/pkgconfig/system-tools-backends-2.0.pc -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.GroupsConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.HostsConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.IfacesConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.NFSConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.NTPConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.Platform.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.SMBConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.ServicesConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.TimeConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.UserConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.UsersConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.service -share/locale/ar/LC_MESSAGES/system-tools-backends.mo -share/locale/bg/LC_MESSAGES/system-tools-backends.mo -share/locale/bn_IN/LC_MESSAGES/system-tools-backends.mo -share/locale/ca/LC_MESSAGES/system-tools-backends.mo -share/locale/cs/LC_MESSAGES/system-tools-backends.mo -share/locale/da/LC_MESSAGES/system-tools-backends.mo -share/locale/de/LC_MESSAGES/system-tools-backends.mo -share/locale/el/LC_MESSAGES/system-tools-backends.mo -share/locale/en_GB/LC_MESSAGES/system-tools-backends.mo -share/locale/es/LC_MESSAGES/system-tools-backends.mo -share/locale/et/LC_MESSAGES/system-tools-backends.mo -share/locale/eu/LC_MESSAGES/system-tools-backends.mo -share/locale/fi/LC_MESSAGES/system-tools-backends.mo -share/locale/fr/LC_MESSAGES/system-tools-backends.mo -share/locale/gl/LC_MESSAGES/system-tools-backends.mo -share/locale/gu/LC_MESSAGES/system-tools-backends.mo -share/locale/he/LC_MESSAGES/system-tools-backends.mo -share/locale/hi/LC_MESSAGES/system-tools-backends.mo -share/locale/hu/LC_MESSAGES/system-tools-backends.mo -share/locale/it/LC_MESSAGES/system-tools-backends.mo -share/locale/ja/LC_MESSAGES/system-tools-backends.mo -share/locale/kn/LC_MESSAGES/system-tools-backends.mo -share/locale/or/LC_MESSAGES/system-tools-backends.mo -share/locale/pa/LC_MESSAGES/system-tools-backends.mo -share/locale/pl/LC_MESSAGES/system-tools-backends.mo -share/locale/pt/LC_MESSAGES/system-tools-backends.mo -share/locale/pt_BR/LC_MESSAGES/system-tools-backends.mo -share/locale/ro/LC_MESSAGES/system-tools-backends.mo -share/locale/sl/LC_MESSAGES/system-tools-backends.mo -share/locale/sr/LC_MESSAGES/system-tools-backends.mo -share/locale/sr@latin/LC_MESSAGES/system-tools-backends.mo -share/locale/sv/LC_MESSAGES/system-tools-backends.mo -share/locale/ta/LC_MESSAGES/system-tools-backends.mo -share/locale/te/LC_MESSAGES/system-tools-backends.mo -share/locale/th/LC_MESSAGES/system-tools-backends.mo -share/locale/tr/LC_MESSAGES/system-tools-backends.mo -share/locale/uk/LC_MESSAGES/system-tools-backends.mo -share/locale/zh_CN/LC_MESSAGES/system-tools-backends.mo -share/locale/zh_HK/LC_MESSAGES/system-tools-backends.mo -share/locale/zh_TW/LC_MESSAGES/system-tools-backends.mo -share/polkit-1/actions/org.freedesktop.SystemToolsBackends.policy -share/system-tools-backends-2.0/files/general_gprs_chatscript -share/system-tools-backends-2.0/files/general_isdn_ppp_options -share/system-tools-backends-2.0/files/general_pppoe_ppp_options -share/system-tools-backends-2.0/scripts/GroupsConfig.pm -share/system-tools-backends-2.0/scripts/HostsConfig.pm -share/system-tools-backends-2.0/scripts/IfacesConfig.pm -share/system-tools-backends-2.0/scripts/Init/Services.pm -share/system-tools-backends-2.0/scripts/Init/ServicesList.pm -share/system-tools-backends-2.0/scripts/NFSConfig.pm -share/system-tools-backends-2.0/scripts/NTPConfig.pm -share/system-tools-backends-2.0/scripts/Network/Hosts.pm -share/system-tools-backends-2.0/scripts/Network/Ifaces.pm -share/system-tools-backends-2.0/scripts/Platform.pm -share/system-tools-backends-2.0/scripts/SMBConfig.pm -share/system-tools-backends-2.0/scripts/ServicesConfig.pm -share/system-tools-backends-2.0/scripts/Shares/NFS.pm -share/system-tools-backends-2.0/scripts/Shares/SMB.pm -share/system-tools-backends-2.0/scripts/StbObject.pm -share/system-tools-backends-2.0/scripts/SystemToolsBackends.pl -share/system-tools-backends-2.0/scripts/Time/NTP.pm -share/system-tools-backends-2.0/scripts/Time/TimeDate.pm -share/system-tools-backends-2.0/scripts/TimeConfig.pm -share/system-tools-backends-2.0/scripts/UserConfig.pm -share/system-tools-backends-2.0/scripts/Users/Groups.pm -share/system-tools-backends-2.0/scripts/Users/Shells.pm -share/system-tools-backends-2.0/scripts/Users/Users.pm -share/system-tools-backends-2.0/scripts/UsersConfig.pm -share/system-tools-backends-2.0/scripts/Utils/Backend.pm -share/system-tools-backends-2.0/scripts/Utils/DBus.pm -share/system-tools-backends-2.0/scripts/Utils/File.pm -share/system-tools-backends-2.0/scripts/Utils/Monitor.pm -share/system-tools-backends-2.0/scripts/Utils/Parse.pm -share/system-tools-backends-2.0/scripts/Utils/Platform.pm -share/system-tools-backends-2.0/scripts/Utils/Replace.pm -share/system-tools-backends-2.0/scripts/Utils/Report.pm -share/system-tools-backends-2.0/scripts/Utils/Util.pm -share/system-tools-backends-2.0/scripts/Utils/XML.pm -@dirrm share/system-tools-backends-2.0/scripts/Utils -@dirrm share/system-tools-backends-2.0/scripts/Users -@dirrm share/system-tools-backends-2.0/scripts/Time -@dirrm share/system-tools-backends-2.0/scripts/Shares -@dirrm share/system-tools-backends-2.0/scripts/Network -@dirrm share/system-tools-backends-2.0/scripts/Init -@dirrm share/system-tools-backends-2.0/scripts -@dirrm share/system-tools-backends-2.0/files -@dirrm share/system-tools-backends-2.0 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@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/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile deleted file mode 100644 index 02d840c01..000000000 --- a/sysutils/tracker-client/Makefile +++ /dev/null @@ -1,120 +0,0 @@ -# New ports collection makefile for: tracker -# Date created: 2006-12-09 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/tracker-client/Makefile,v 1.9 2009/09/26 07:50:37 avl Exp $ -# - -PORTNAME= tracker -PORTVERSION= 0.6.95 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -PKGNAMESUFFIX?= -client - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Object database, tag/metadata database, search tool and indexer - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ - exif.12:${PORTSDIR}/graphics/libexif \ - wv-1.2.3:${PORTSDIR}/textproc/wv \ - gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ - qdbm.14:${PORTSDIR}/databases/qdbm \ - exempi.3:${PORTSDIR}/textproc/exempi \ - hal.1:${PORTSDIR}/sysutils/hal \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser \ - raptor.2:${PORTSDIR}/textproc/raptor \ - ogg.6:${PORTSDIR}/audio/libogg \ - iptcdata.3:${PORTSDIR}/graphics/libiptcdata -RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \ - o3totxt:${PORTSDIR}/converters/o3read \ - pdftotext:${PORTSDIR}/graphics/poppler-utils \ - w3m:${PORTSDIR}/www/w3m - -USE_BZIP2= yes -USE_FAM= yes -WANT_FAM_SYSTEM=gamin -INSTALLS_ICONS= yes -USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GSTREAMER= core -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ - --enable-file-monitoring=fam \ - --with-session-bus-services-dir=${LOCALBASE}/share/dbus-1/services \ - --enable-external-qdbm --enable-libexif --enable-libvorbis \ - --enable-libiptcdata - -.include <bsd.port.pre.mk> - -.if defined(TRACKER_SLAVE) -LIB_DEPENDS+= trackerclient:${PORTSDIR}/sysutils/tracker-client -. if ${TRACKER_SLAVE}=="gnome" -PKGNAMESUFFIX= -gnome -LIB_DEPENDS+= tracker-gtk:${PORTSDIR}/sysutils/tracker-libtrackergtk -BUILD_WRKSRC= ${WRKSRC}/src/tracker-applet -INSTALL_WRKSRC= ${WRKSRC}/src/tracker-applet -EXTRA_WRKSRC= src/tracker-preferences src/tracker-search-tool -RUN_DEPENDS+= ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet -USE_GNOME+= gnomedesktop libgsf -MAN1+= tracker-applet.1 tracker-search-tool.1 tracker-preferences.1 -CONFIGURE_ARGS+=--enable-deskbar-applet \ - --with-deskbar-applet-handler-dir=${LOCALBASE}/lib/deskbar-applet/handlers -. endif -. if defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="libtrackergtk" -PKGNAMESUFFIX= -libtrackergtk -USE_GNOME+= libgsf -BUILD_WRKSRC= ${WRKSRC}/src/libtracker-gtk -INSTALL_WRKSRC= ${BUILD_WRKSRC} -. endif -.else -MAN1+= tracker-extract.1 tracker-files.1 \ - tracker-info.1 \ - tracker-meta-folder.1 tracker-query.1 \ - tracker-search.1 tracker-services.1 tracker-stats.1 \ - tracker-status.1 tracker-tag.1 tracker-thumbnailer.1 tracker-unique.1 trackerd.1 - -MAN5+= tracker.cfg.5 -CONFIGURE_ARGS+= --disable-libtrackergtk --disable-gui \ - --disable-trackerapplet --disable-gsf \ - --disable-preferences --disable-deskbar-applet \ - --disable-tracker-applet --disable-tracker-preferences \ - --disable-libgsf -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure - -post-build: -.if defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="libtrackergtk" - @(cd ${WRKSRC}/src/tracker-extract && ${MAKE} libextract-msoffice.la) -.elif defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="gnome" -. for dir in ${EXTRA_WRKSRC} - @(cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -. endfor -.endif - -post-install: -.if defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="libtrackergtk" - ${MKDIR} ${PREFIX}/lib/tracker/extract-modules - @(cd ${WRKSRC}/src/tracker-extract && for f in .a .la .so ; \ - do ${INSTALL_DATA} .libs/libextract-msoffice$${f} \ - ${PREFIX}/lib/tracker/extract-modules ; done) -.elif defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="gnome" -. for dir in ${EXTRA_WRKSRC} - @(cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -. endfor -. for man in ${MAN1} - @(cd ${WRKSRC} && ${INSTALL_DATA} docs/manpages/${man} ${PREFIX}/man/man1/${man}) -. endfor -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/tracker-client/distinfo b/sysutils/tracker-client/distinfo deleted file mode 100644 index 2848e25a3..000000000 --- a/sysutils/tracker-client/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tracker-0.6.95.tar.bz2) = a4edc8aa830070bd3f1d80a7df07c80c -SHA256 (tracker-0.6.95.tar.bz2) = 0fe42353117c62ccc9de3b3c9c11acf707a0702d30cd24b8d1cd1e2581dec339 -SIZE (tracker-0.6.95.tar.bz2) = 1399996 diff --git a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-albumart.c b/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-albumart.c deleted file mode 100644 index d2467b17c..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-albumart.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/libtracker-common/tracker-albumart.c.orig 2009-08-08 17:37:48.000000000 +0000 -+++ src/libtracker-common/tracker-albumart.c 2009-08-08 17:38:14.000000000 +0000 -@@ -81,7 +81,8 @@ - return retval; - } - --#ifndef HAVE_STRCASESTR -+#if 0 -+// #ifndef HAVE_STRCASESTR - - static gchar * - strcasestr (const gchar *haystack, diff --git a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-type-utils.c b/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-type-utils.c deleted file mode 100644 index c6f07b336..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-type-utils.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/libtracker-common/tracker-type-utils.c.orig 2009-08-08 17:29:36.000000000 +0000 -+++ src/libtracker-common/tracker-type-utils.c 2009-08-08 17:30:09.000000000 +0000 -@@ -531,8 +531,8 @@ - /* mktime() always assumes that "tm" is in locale time but we - * want to keep control on time, so we go to UTC - */ -- t = mktime (&tm); -- t -= timezone; -+ -+ t = timegm (&tm); - - if (*date_string == '+' || - *date_string == '-') { diff --git a/sysutils/tracker-client/files/patch-src_libtracker-gtk_Makefile.in b/sysutils/tracker-client/files/patch-src_libtracker-gtk_Makefile.in deleted file mode 100644 index a5d3b6c17..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-gtk_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- src/libtracker-gtk/Makefile.in.orig 2009-08-08 17:07:00.000000000 +0000 -+++ src/libtracker-gtk/Makefile.in 2009-08-08 17:09:07.000000000 +0000 -@@ -66,7 +66,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libtracker_gtk_la_DEPENDENCIES = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libtracker_gtk_la_OBJECTS = tracker-utils.lo tracker-ui.lo \ - tracker-metadata-tile.lo tracker-tag-bar.lo \ -@@ -355,7 +354,7 @@ - tracker-keyword-store.c - - libtracker_gtk_la_LIBADD = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -+ -ltrackerclient \ - $(LIBTRACKERGTK_LIBS) \ - $(GCOV_LIBS) - diff --git a/sysutils/tracker-client/files/patch-src_libtracker-gtk_tracker-tag-bar.h b/sysutils/tracker-client/files/patch-src_libtracker-gtk_tracker-tag-bar.h deleted file mode 100644 index 950306602..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-gtk_tracker-tag-bar.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libtracker-gtk/tracker-tag-bar.h.orig 2007-07-17 04:35:33.000000000 +0400 -+++ src/libtracker-gtk/tracker-tag-bar.h 2007-08-25 00:53:14.000000000 +0400 -@@ -59,6 +59,8 @@ - const gchar *uri - ); - -+GType tracker_tag_bar_get_type(void); -+ - G_END_DECLS - - #endif /* TRACKER_TAG_BAR_H */ diff --git a/sysutils/tracker-client/files/patch-src_tracker-applet_Makefile.in b/sysutils/tracker-client/files/patch-src_tracker-applet_Makefile.in deleted file mode 100644 index e00d83cf4..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-applet_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tracker-applet/Makefile.in.orig 2009-08-08 17:11:05.000000000 +0000 -+++ src/tracker-applet/Makefile.in 2009-08-08 17:12:21.000000000 +0000 -@@ -65,8 +65,6 @@ - tracker_applet_OBJECTS = $(am_tracker_applet_OBJECTS) - am__DEPENDENCIES_1 = - tracker_applet_DEPENDENCIES = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -@@ -345,8 +343,8 @@ - $(GCOV_CFLAGS) - - tracker_applet_LDADD = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ -+ -ltrackerclient \ -+ -ltracker-common \ - $(TRACKER_APPLET_LIBS) \ - $(LIBGLADE_LIBS) \ - $(GCOV_LIBS) diff --git a/sysutils/tracker-client/files/patch-src_tracker-preferences_Makefile.in b/sysutils/tracker-client/files/patch-src_tracker-preferences_Makefile.in deleted file mode 100644 index 76095e88b..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-preferences_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tracker-preferences/Makefile.in.orig 2009-08-08 17:13:03.000000000 +0000 -+++ src/tracker-preferences/Makefile.in 2009-08-08 17:14:08.000000000 +0000 -@@ -67,8 +67,6 @@ - tracker_preferences_OBJECTS = $(am_tracker_preferences_OBJECTS) - am__DEPENDENCIES_1 = - tracker_preferences_DEPENDENCIES = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -@@ -361,8 +359,8 @@ - tracker-preferences-utils.h - - tracker_preferences_LDADD = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ -+ -ltrackerclient \ -+ -ltracker-common \ - $(LIBGLADE_LIBS) \ - $(GTK2_LIBS) \ - $(DBUS_LIBS) \ diff --git a/sysutils/tracker-client/files/patch-src_tracker-search-tool_Makefile.in b/sysutils/tracker-client/files/patch-src_tracker-search-tool_Makefile.in deleted file mode 100644 index 0130754f0..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-search-tool_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- src/tracker-search-tool/Makefile.in.orig 2009-08-08 17:14:44.000000000 +0000 -+++ src/tracker-search-tool/Makefile.in 2009-08-08 17:15:51.000000000 +0000 -@@ -69,9 +69,7 @@ - tracker_search_tool_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_1) \ -- $(top_builddir)/src/libtracker-gtk/libtracker-gtk.la \ -- $(top_builddir)/src/libtracker/libtrackerclient.la -+ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -367,8 +365,8 @@ - $(GCOV_LIBS) \ - $(GNOMEDESKTOP_LIBS) \ - $(DBUS_LIBS) \ -- $(top_builddir)/src/libtracker-gtk/libtracker-gtk.la \ -- $(top_builddir)/src/libtracker/libtrackerclient.la -+ -ltracker-gtk \ -+ -ltrackerclient - - desktopdir = $(datadir)/applications - desktop_DATA = tracker-search-tool.desktop diff --git a/sysutils/tracker-client/files/patch-src_tracker-search-tool_tracker-search-tool-support.h b/sysutils/tracker-client/files/patch-src_tracker-search-tool_tracker-search-tool-support.h deleted file mode 100644 index 609f18068..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-search-tool_tracker-search-tool-support.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/tracker-search-tool/tracker-search-tool-support.h.orig 2007-07-21 20:55:20.000000000 +0400 -+++ src/tracker-search-tool/tracker-search-tool-support.h 2007-08-24 22:31:05.000000000 +0400 -@@ -143,6 +143,15 @@ - tracker_search_get_stored_window_geometry (gint * width, - gint * height); - -+void -+tracker_set_stored_separator_position (int pos); -+ -+char * -+tracker_string_replace (const char *haystack, char *needle, char *replacement); -+ -+int -+tracker_get_stored_separator_position (); -+ - #ifdef __cplusplus - } - #endif diff --git a/sysutils/tracker-client/pkg-descr b/sysutils/tracker-client/pkg-descr deleted file mode 100644 index fbabf7af0..000000000 --- a/sysutils/tracker-client/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Tracker is a powerful desktop-neutral first class object database, tag/metadata -database, search tool and indexer. - -Tracker is also extremely fast and super efficient with your systems memory when -compared with some other competing frameworks and is by far the fastest and most -memory efficient Nautilus search and Deskbar backends currently availble. - -It consists of a common object database that allows entities to have an almost -infinte number of properties, metadata (both embedded/harvested as well as user -definable), a comprehensive database of keywords/tags and links to other -entities. - -WWW: http://www.tracker-project.org/ diff --git a/sysutils/tracker-client/pkg-plist b/sysutils/tracker-client/pkg-plist deleted file mode 100644 index e55381d7c..000000000 --- a/sysutils/tracker-client/pkg-plist +++ /dev/null @@ -1,310 +0,0 @@ -bin/tracker-files -bin/tracker-info -bin/tracker-meta-folder -bin/tracker-processes -bin/tracker-query -bin/tracker-search -bin/tracker-services -bin/tracker-stats -bin/tracker-status -bin/tracker-tag -bin/tracker-unique -etc/xdg/autostart/trackerd.desktop -include/tracker-1.0/libtracker-common/tracker-common.h -include/tracker-1.0/libtracker-common/tracker-config.h -include/tracker-1.0/libtracker-common/tracker-field.h -include/tracker-1.0/libtracker-common/tracker-file-utils.h -include/tracker-1.0/libtracker-common/tracker-language.h -include/tracker-1.0/libtracker-common/tracker-module-config.h -include/tracker-1.0/libtracker-common/tracker-ontology.h -include/tracker-1.0/libtracker-common/tracker-parser.h -include/tracker-1.0/libtracker-common/tracker-service.h -include/tracker-1.0/libtracker-common/tracker-type-utils.h -include/tracker-1.0/libtracker-common/tracker-utils.h -include/tracker-1.0/libtracker-module/tracker-module-file.h -include/tracker-1.0/libtracker-module/tracker-module-iteratable.h -include/tracker-1.0/libtracker-module/tracker-module-metadata-utils.h -include/tracker-1.0/libtracker-module/tracker-module-metadata.h -include/tracker-1.0/libtracker-module/tracker-module.h -include/tracker-daemon-glue.h -include/tracker-files-glue.h -include/tracker-keywords-glue.h -include/tracker-metadata-glue.h -include/tracker-search-glue.h -include/tracker.h -lib/libtrackerclient.a -lib/libtrackerclient.la -lib/libtrackerclient.so -lib/libtrackerclient.so.0 -lib/tracker/extract-modules/libextract-abw.a -lib/tracker/extract-modules/libextract-abw.la -lib/tracker/extract-modules/libextract-abw.so -lib/tracker/extract-modules/libextract-gstreamer.a -lib/tracker/extract-modules/libextract-gstreamer.la -lib/tracker/extract-modules/libextract-gstreamer.so -lib/tracker/extract-modules/libextract-html.a -lib/tracker/extract-modules/libextract-html.la -lib/tracker/extract-modules/libextract-html.so -lib/tracker/extract-modules/libextract-jpeg.a -lib/tracker/extract-modules/libextract-jpeg.la -lib/tracker/extract-modules/libextract-jpeg.so -lib/tracker/extract-modules/libextract-mp3.a -lib/tracker/extract-modules/libextract-mp3.la -lib/tracker/extract-modules/libextract-mp3.so -lib/tracker/extract-modules/libextract-oasis.a -lib/tracker/extract-modules/libextract-oasis.la -lib/tracker/extract-modules/libextract-oasis.so -lib/tracker/extract-modules/libextract-pdf.a -lib/tracker/extract-modules/libextract-pdf.la -lib/tracker/extract-modules/libextract-pdf.so -lib/tracker/extract-modules/libextract-playlist.a -lib/tracker/extract-modules/libextract-playlist.la -lib/tracker/extract-modules/libextract-playlist.so -lib/tracker/extract-modules/libextract-png.a -lib/tracker/extract-modules/libextract-png.la -lib/tracker/extract-modules/libextract-png.so -lib/tracker/extract-modules/libextract-ps.a -lib/tracker/extract-modules/libextract-ps.la -lib/tracker/extract-modules/libextract-ps.so -lib/tracker/extract-modules/libextract-tiff.a -lib/tracker/extract-modules/libextract-tiff.la -lib/tracker/extract-modules/libextract-tiff.so -lib/tracker/extract-modules/libextract-vorbis.a -lib/tracker/extract-modules/libextract-vorbis.la -lib/tracker/extract-modules/libextract-vorbis.so -lib/tracker/extract-modules/libextract-xmp.a -lib/tracker/extract-modules/libextract-xmp.la -lib/tracker/extract-modules/libextract-xmp.so -lib/tracker/filters/application/csv_filter -lib/tracker/filters/application/msword_filter -lib/tracker/filters/application/pdf_filter -lib/tracker/filters/application/tab-separated-values_filter -lib/tracker/filters/application/vnd.ms-excel_filter -lib/tracker/filters/application/vnd.oasis.opendocument.presentation-template_filter -lib/tracker/filters/application/vnd.oasis.opendocument.presentation_filter -lib/tracker/filters/application/vnd.oasis.opendocument.spreadsheet-template_filter -lib/tracker/filters/application/vnd.oasis.opendocument.spreadsheet_filter -lib/tracker/filters/application/vnd.oasis.opendocument.text-template_filter -lib/tracker/filters/application/vnd.oasis.opendocument.text_filter -lib/tracker/filters/application/vnd.stardivision.writer_filter -lib/tracker/filters/application/vnd.sun.xml.calc.template_filter -lib/tracker/filters/application/vnd.sun.xml.calc_filter -lib/tracker/filters/application/vnd.sun.xml.draw_filter -lib/tracker/filters/application/vnd.sun.xml.impress.template_filter -lib/tracker/filters/application/vnd.sun.xml.impress_filter -lib/tracker/filters/application/vnd.sun.xml.writer.template_filter -lib/tracker/filters/application/vnd.sun.xml.writer_filter -lib/tracker/filters/application/x-abiword_filter -lib/tracker/filters/application/x-gnumeric_filter -lib/tracker/filters/text/csv_filter -lib/tracker/filters/text/djvu_filter -lib/tracker/filters/text/html_filter -lib/tracker/filters/text/spreadsheet_filter -lib/tracker/filters/text/tab-separated-values_filter -lib/tracker/filters/text/x-comma-separated-values_filter -lib/tracker/filters/text/x-tex_filter -lib/tracker/filters/text/xml_filter -lib/tracker/indexer-modules/libtracker-module-applications.a -lib/tracker/indexer-modules/libtracker-module-applications.la -lib/tracker/indexer-modules/libtracker-module-applications.so -lib/tracker/indexer-modules/libtracker-module-evolution.a -lib/tracker/indexer-modules/libtracker-module-evolution.la -lib/tracker/indexer-modules/libtracker-module-evolution.so -lib/tracker/indexer-modules/libtracker-module-files.a -lib/tracker/indexer-modules/libtracker-module-files.la -lib/tracker/indexer-modules/libtracker-module-files.so -lib/tracker/indexer-modules/libtracker-module-gaim-conversations.a -lib/tracker/indexer-modules/libtracker-module-gaim-conversations.la -lib/tracker/indexer-modules/libtracker-module-gaim-conversations.so -lib/tracker/libstemmer.a -lib/tracker/libstemmer.la -lib/tracker/libstemmer.so -lib/tracker/libstemmer.so.0 -lib/tracker/libtracker-common.a -lib/tracker/libtracker-common.la -lib/tracker/libtracker-common.so -lib/tracker/libtracker-common.so.0 -lib/tracker/libtracker-data.a -lib/tracker/libtracker-data.la -lib/tracker/libtracker-data.so -lib/tracker/libtracker-data.so.0 -lib/tracker/libtracker-db.a -lib/tracker/libtracker-db.la -lib/tracker/libtracker-db.so -lib/tracker/libtracker-db.so.0 -lib/tracker/libtracker-module.a -lib/tracker/libtracker-module.la -lib/tracker/libtracker-module.so -lib/tracker/libtracker-module.so.0 -libdata/pkgconfig/tracker-module-1.0.pc -libdata/pkgconfig/tracker.pc -libexec/tracker-extract -libexec/tracker-indexer -libexec/trackerd -share/dbus-1/services/org.freedesktop.Tracker.Extract.service -share/dbus-1/services/org.freedesktop.Tracker.Indexer.service -share/dbus-1/services/org.freedesktop.Tracker.service -share/doc/libtracker-common/ch01.html -share/doc/libtracker-common/ch02.html -share/doc/libtracker-common/ch03.html -share/doc/libtracker-common/ch04.html -share/doc/libtracker-common/ch05.html -share/doc/libtracker-common/home.png -share/doc/libtracker-common/index.html -share/doc/libtracker-common/index.sgml -share/doc/libtracker-common/left.png -share/doc/libtracker-common/libtracker-common-Config.html -share/doc/libtracker-common/libtracker-common-DBus.html -share/doc/libtracker-common/libtracker-common-Fields.html -share/doc/libtracker-common/libtracker-common-File-Operations.html -share/doc/libtracker-common/libtracker-common-General.html -share/doc/libtracker-common/libtracker-common-HAL.html -share/doc/libtracker-common/libtracker-common-IO-Priority.html -share/doc/libtracker-common/libtracker-common-Language.html -share/doc/libtracker-common/libtracker-common-Logging.html -share/doc/libtracker-common/libtracker-common-Module-Config.html -share/doc/libtracker-common/libtracker-common-NFS-Locking.html -share/doc/libtracker-common/libtracker-common-Ontology.html -share/doc/libtracker-common/libtracker-common-Parser.html -share/doc/libtracker-common/libtracker-common-Service.html -share/doc/libtracker-common/libtracker-common-Type-Conversions.html -share/doc/libtracker-common/libtracker-common.devhelp -share/doc/libtracker-common/libtracker-common.devhelp2 -share/doc/libtracker-common/libtracker-common.html -share/doc/libtracker-common/right.png -share/doc/libtracker-common/style.css -share/doc/libtracker-common/up.png -share/doc/libtracker-module/adding-categories.html -share/doc/libtracker-module/ch01.html -share/doc/libtracker-module/ch02.html -share/doc/libtracker-module/creating-extractor-module-binary.html -share/doc/libtracker-module/defining-properties.html -share/doc/libtracker-module/home.png -share/doc/libtracker-module/how-to-add-an-extractor.html -share/doc/libtracker-module/index.html -share/doc/libtracker-module/index.sgml -share/doc/libtracker-module/installing-an-extractor.html -share/doc/libtracker-module/integrating-applications.html -share/doc/libtracker-module/left.png -share/doc/libtracker-module/libtracker-module-Iteratable-files.html -share/doc/libtracker-module/libtracker-module-Metadata-Convenience-Fallback-Functions.html -share/doc/libtracker-module/libtracker-module-Metadata-Object.html -share/doc/libtracker-module/libtracker-module-Module-files.html -share/doc/libtracker-module/libtracker-module.devhelp -share/doc/libtracker-module/libtracker-module.devhelp2 -share/doc/libtracker-module/right.png -share/doc/libtracker-module/style.css -share/doc/libtracker-module/testing-an-extractor.html -share/doc/libtracker-module/tracker-indexer.html -share/doc/libtracker-module/up.png -share/doc/libtracker-module/writing-an-extractor.html -share/doc/libtracker-module/writing-an-indexer-module.html -share/icons/hicolor/16x16/apps/tracker.png -share/icons/hicolor/22x22/apps/tracker.png -share/icons/hicolor/24x24/apps/tracker.png -share/icons/hicolor/32x32/apps/tracker.png -share/icons/hicolor/48x48/apps/tracker.png -share/icons/hicolor/scalable/apps/tracker.svg -share/locale/ar/LC_MESSAGES/tracker.mo -share/locale/be/LC_MESSAGES/tracker.mo -share/locale/be@latin/LC_MESSAGES/tracker.mo -share/locale/ca/LC_MESSAGES/tracker.mo -share/locale/cs/LC_MESSAGES/tracker.mo -share/locale/da/LC_MESSAGES/tracker.mo -share/locale/de/LC_MESSAGES/tracker.mo -share/locale/dz/LC_MESSAGES/tracker.mo -share/locale/el/LC_MESSAGES/tracker.mo -share/locale/en_GB/LC_MESSAGES/tracker.mo -share/locale/es/LC_MESSAGES/tracker.mo -share/locale/et/LC_MESSAGES/tracker.mo -share/locale/fi/LC_MESSAGES/tracker.mo -share/locale/fr/LC_MESSAGES/tracker.mo -share/locale/gl/LC_MESSAGES/tracker.mo -share/locale/he/LC_MESSAGES/tracker.mo -share/locale/hu/LC_MESSAGES/tracker.mo -share/locale/it/LC_MESSAGES/tracker.mo -share/locale/ja/LC_MESSAGES/tracker.mo -share/locale/ko/LC_MESSAGES/tracker.mo -share/locale/lt/LC_MESSAGES/tracker.mo -share/locale/mk/LC_MESSAGES/tracker.mo -share/locale/nb/LC_MESSAGES/tracker.mo -share/locale/nl/LC_MESSAGES/tracker.mo -share/locale/oc/LC_MESSAGES/tracker.mo -share/locale/pl/LC_MESSAGES/tracker.mo -share/locale/pt/LC_MESSAGES/tracker.mo -share/locale/pt_BR/LC_MESSAGES/tracker.mo -share/locale/ru/LC_MESSAGES/tracker.mo -share/locale/sk/LC_MESSAGES/tracker.mo -share/locale/sl/LC_MESSAGES/tracker.mo -share/locale/sv/LC_MESSAGES/tracker.mo -share/locale/th/LC_MESSAGES/tracker.mo -share/locale/zh_CN/LC_MESSAGES/tracker.mo -%%DATADIR%%/languages/stopwords.da -%%DATADIR%%/languages/stopwords.de -%%DATADIR%%/languages/stopwords.en -%%DATADIR%%/languages/stopwords.es -%%DATADIR%%/languages/stopwords.fi -%%DATADIR%%/languages/stopwords.fr -%%DATADIR%%/languages/stopwords.hu -%%DATADIR%%/languages/stopwords.it -%%DATADIR%%/languages/stopwords.nb -%%DATADIR%%/languages/stopwords.nl -%%DATADIR%%/languages/stopwords.pt -%%DATADIR%%/languages/stopwords.ru -%%DATADIR%%/languages/stopwords.sv -%%DATADIR%%/modules/applications.module -%%DATADIR%%/modules/evolution.module -%%DATADIR%%/modules/files.module -%%DATADIR%%/modules/gaim-conversations.module -%%DATADIR%%/services/application.metadata -%%DATADIR%%/services/audio.metadata -%%DATADIR%%/services/conversation.metadata -%%DATADIR%%/services/default.metadata -%%DATADIR%%/services/default.service -%%DATADIR%%/services/document.metadata -%%DATADIR%%/services/email.metadata -%%DATADIR%%/services/file.metadata -%%DATADIR%%/services/image.metadata -%%DATADIR%%/services/playlist.metadata -%%DATADIR%%/services/video.metadata -%%DATADIR%%/sqlite-cache.sql -%%DATADIR%%/sqlite-contents.sql -%%DATADIR%%/sqlite-email.sql -%%DATADIR%%/sqlite-fulltext.sql -%%DATADIR%%/sqlite-metadata.sql -%%DATADIR%%/sqlite-service-triggers.sql -%%DATADIR%%/sqlite-service-types.sql -%%DATADIR%%/sqlite-service.sql -%%DATADIR%%/sqlite-stored-procs.sql -%%DATADIR%%/sqlite-tracker-triggers.sql -%%DATADIR%%/sqlite-tracker.sql -%%DATADIR%%/sqlite-user-data.sql -%%DATADIR%%/tracker-backup.xml -%%DATADIR%%/tracker-daemon.xml -%%DATADIR%%/tracker-extract.xml -%%DATADIR%%/tracker-files.xml -%%DATADIR%%/tracker-indexer.xml -%%DATADIR%%/tracker-keywords.xml -%%DATADIR%%/tracker-metadata.xml -%%DATADIR%%/tracker-search.xml -@dirrm %%DATADIR%%/services -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%%/languages -@dirrm %%DATADIR%% -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrm share/doc/libtracker-module -@dirrm share/doc/libtracker-common -@dirrm lib/tracker/indexer-modules -@dirrm lib/tracker/filters/text -@dirrm lib/tracker/filters/application -@dirrm lib/tracker/filters -@dirrm lib/tracker/extract-modules -@dirrm lib/tracker -@dirrm include/tracker-1.0/libtracker-module -@dirrm include/tracker-1.0/libtracker-common -@dirrm include/tracker-1.0 diff --git a/sysutils/tracker-gnome/Makefile b/sysutils/tracker-gnome/Makefile deleted file mode 100644 index 819f2cc4e..000000000 --- a/sysutils/tracker-gnome/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: tracker-gnome -# Date created: 2008-03-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/tracker-gnome/Makefile,v 1.2 2009/04/09 03:24:09 mezz Exp $ - -PORTREVISION= 0 - -COMMENT= Tracker GNOME applet, search tool, and preference programs - -TRACKER_SLAVE= gnome -PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/tracker-gnome/pkg-plist b/sysutils/tracker-gnome/pkg-plist deleted file mode 100644 index 2587a84e1..000000000 --- a/sysutils/tracker-gnome/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/tracker-applet -bin/tracker-preferences -bin/tracker-search-tool -etc/xdg/autostart/tracker-applet.desktop -share/applications/tracker-preferences.desktop -share/applications/tracker-search-tool.desktop -%%DATADIR%%/icons/thumbnail_frame.png -%%DATADIR%%/icons/tracker-applet-default.png -%%DATADIR%%/icons/tracker-applet-indexing1.png -%%DATADIR%%/icons/tracker-applet-indexing2.png -%%DATADIR%%/icons/tracker-applet-paused.png -%%DATADIR%%/tracker-applet-prefs.glade -%%DATADIR%%/tracker-preferences.glade -@dirrm %%DATADIR%%/icons -@dirrmtry share/applications diff --git a/sysutils/tracker-libtrackergtk/Makefile b/sysutils/tracker-libtrackergtk/Makefile deleted file mode 100644 index 96a2295b5..000000000 --- a/sysutils/tracker-libtrackergtk/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: tracker-libtrackergtk -# Date created: 2008-03-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/sysutils/tracker-libtrackergtk/Makefile,v 1.1 2008/03/30 20:39:09 ahze Exp $ - -PORTREVISION= 0 - -COMMENT= Gtk bindings to tracker and GSF data extract module (MS docs) - -TRACKER_SLAVE= libtrackergtk -PLIST= ${.CURDIR}/pkg-plist -DESCR= ${.CURDIR}/pkg-descr -MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/tracker-libtrackergtk/pkg-descr b/sysutils/tracker-libtrackergtk/pkg-descr deleted file mode 100644 index 9e7a18286..000000000 --- a/sysutils/tracker-libtrackergtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gtk bindings to tracker and GSF data extract module (Microsoft Office docs) - -WWW: http://www.tracker-project.org/ diff --git a/sysutils/tracker-libtrackergtk/pkg-plist b/sysutils/tracker-libtrackergtk/pkg-plist deleted file mode 100644 index a4408617c..000000000 --- a/sysutils/tracker-libtrackergtk/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/libtracker-gtk/tracker-gtk.h -include/libtracker-gtk/tracker-keyword-store.h -include/libtracker-gtk/tracker-metadata-tile.h -include/libtracker-gtk/tracker-tag-bar.h -include/libtracker-gtk/tracker-ui.h -include/libtracker-gtk/tracker-utils.h -lib/libtracker-gtk.a -lib/libtracker-gtk.la -lib/libtracker-gtk.so -lib/libtracker-gtk.so.0 -lib/tracker/extract-modules/libextract-msoffice.a -lib/tracker/extract-modules/libextract-msoffice.la -lib/tracker/extract-modules/libextract-msoffice.so -@dirrm include/libtracker-gtk diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile deleted file mode 100644 index ace85924f..000000000 --- a/sysutils/tracker/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: tracker -# Date created: 2006-12-09 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/sysutils/tracker/Makefile,v 1.2 2008/03/31 00:28:58 ahze Exp $ -# - -PORTNAME= tracker -PORTVERSION= 0.6.95 -CATEGORIES= sysutils gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Tracker search tool and indexer metaport - -RUN_DEPENDS= trackerd:${PORTSDIR}/sysutils/tracker-client - -NO_BUILD= yes -OPTIONS= GNOME "Gnome preferences, panel applet, and search tool" Off \ - MSOFFICE "Enable search for Microsoft Office Docs (uses gtk)" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GNOME) -RUN_DEPENDS+= tracker-applet:${PORTSDIR}/sysutils/tracker-gnome -.endif - -.if defined(WITH_MSOFFICE) -RUN_DEPENDS+= ${LOCALBASE}/lib/tracker/extract-modules/libextract-msoffice.so:${PORTSDIR}/sysutils/tracker-libtrackergtk -.endif - -do-install: - -.include <bsd.port.post.mk> diff --git a/sysutils/tracker/pkg-descr b/sysutils/tracker/pkg-descr deleted file mode 100644 index fbabf7af0..000000000 --- a/sysutils/tracker/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Tracker is a powerful desktop-neutral first class object database, tag/metadata -database, search tool and indexer. - -Tracker is also extremely fast and super efficient with your systems memory when -compared with some other competing frameworks and is by far the fastest and most -memory efficient Nautilus search and Deskbar backends currently availble. - -It consists of a common object database that allows entities to have an almost -infinte number of properties, metadata (both embedded/harvested as well as user -definable), a comprehensive database of keywords/tags and links to other -entities. - -WWW: http://www.tracker-project.org/ diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile deleted file mode 100644 index dd97dd1e3..000000000 --- a/textproc/gnome-doc-utils/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome-doc-utils -# Date created: 11 November 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.73 2009/09/23 00:24:23 avl Exp $ -# - -PORTNAME= gnome-doc-utils -PORTVERSION= 0.18.1 -CATEGORIES= textproc gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME doc utils - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ - gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ - ${LOCALBASE}/share/xml/docbook/4.3/catalog.xml:${PORTSDIR}/textproc/docbook-xml-430 \ - ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:${PORTSDIR}/textproc/docbook-xml-440 - -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_UNSAFE=yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack libxslt intlhack -USE_PYTHON= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= xml2po.1 - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po/modes - -.include <bsd.port.mk> diff --git a/textproc/gnome-doc-utils/distinfo b/textproc/gnome-doc-utils/distinfo deleted file mode 100644 index 47ba83b12..000000000 --- a/textproc/gnome-doc-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-doc-utils-0.18.1.tar.bz2) = c98ca796f3f2938a1fced7476e65351e -SHA256 (gnome-doc-utils-0.18.1.tar.bz2) = f601f602a99023fb8d46b3e5dec460357d719d9c6aae9600520f1b786d4f545f -SIZE (gnome-doc-utils-0.18.1.tar.bz2) = 783694 diff --git a/textproc/gnome-doc-utils/files/patch-configure b/textproc/gnome-doc-utils/files/patch-configure deleted file mode 100644 index 33df31f40..000000000 --- a/textproc/gnome-doc-utils/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Mar 11 13:14:03 2006 -+++ configure Sat Mar 11 13:14:17 2006 -@@ -7249,6 +7249,7 @@ echo "${ECHO_T}found xgettext program is - echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 - echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 - NEW_LINGUAS= -+ unset LINGUAS - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then diff --git a/textproc/gnome-doc-utils/pkg-descr b/textproc/gnome-doc-utils/pkg-descr deleted file mode 100644 index f8e90484e..000000000 --- a/textproc/gnome-doc-utils/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The GNOME Doc Utils is a collection of documentation utilities for the GNOME -project. Notably, it contains utilities for building documentation and all -auxiliary files in the source tree, and it contains the DocBook XSLT -stylesheets that were once distributed with Yelp. Starting with GNOME 2.8, Yelp -require GNOME Doc Utils for the XSLT. diff --git a/textproc/gnome-doc-utils/pkg-plist b/textproc/gnome-doc-utils/pkg-plist deleted file mode 100644 index 1573cb49a..000000000 --- a/textproc/gnome-doc-utils/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -bin/gnome-doc-prepare -bin/gnome-doc-tool -bin/xml2po -libdata/pkgconfig/gnome-doc-utils.pc -libdata/pkgconfig/xml2po.pc -%%PYTHON_SITELIBDIR%%/xml2po/__init__.py -%%PYTHON_SITELIBDIR%%/xml2po/__init__.pyc -%%PYTHON_SITELIBDIR%%/xml2po/__init__.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/__init__.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/__init__.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/__init__.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/basic.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/basic.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/basic.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/docbook.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/docbook.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/docbook.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/gs.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/gs.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/gs.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/mallard.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/mallard.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/mallard.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/ubuntu.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/ubuntu.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/ubuntu.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/xhtml.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/xhtml.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/xhtml.pyo -share/aclocal/gnome-doc-utils.m4 -%%DATADIR%%/gnome-doc-utils.make -%%DATADIR%%/icons/hicolor/48x48/admon-bug.png -%%DATADIR%%/icons/hicolor/48x48/admon-caution.png -%%DATADIR%%/icons/hicolor/48x48/admon-important.png -%%DATADIR%%/icons/hicolor/48x48/admon-note.png -%%DATADIR%%/icons/hicolor/48x48/admon-tip.png -%%DATADIR%%/icons/hicolor/48x48/admon-warning.png -%%DATADIR%%/icons/hicolor/scalable/admon-bug.svg -%%DATADIR%%/icons/hicolor/scalable/admon-caution.svg -%%DATADIR%%/icons/hicolor/scalable/admon-important.svg -%%DATADIR%%/icons/hicolor/scalable/admon-note.svg -%%DATADIR%%/icons/hicolor/scalable/admon-tip.svg -%%DATADIR%%/icons/hicolor/scalable/admon-warning.svg -%%DATADIR%%/template-document.xml -%%DATADIR%%/template.make -%%DATADIR%%/template.omf.in -%%DATADIR%%/templates/gnome-app-template.xml -%%DATADIR%%/templates/gnome-applet-template.xml -%%DATADIR%%/templates/legal.xml -%%DATADIR%%/watermarks/watermark-blockquote-00AB.png -%%DATADIR%%/watermarks/watermark-blockquote-00BB.png -%%DATADIR%%/watermarks/watermark-blockquote-201C.png -%%DATADIR%%/watermarks/watermark-blockquote-201D.png -%%DATADIR%%/watermarks/watermark-blockquote-201E.png -%%DATADIR%%/watermarks/watermark-code-python.png -%%DATADIR%%/watermarks/watermark-code.png -share/gnome/help/gnome-doc-make/C/gnome-doc-make.xml -share/gnome/help/gnome-doc-make/C/legal.xml -share/gnome/help/gnome-doc-make/C/make-ref.xml -share/gnome/help/gnome-doc-make/de/gnome-doc-make.xml -share/gnome/help/gnome-doc-make/de/legal.xml -share/gnome/help/gnome-doc-make/de/make-ref.xml -share/gnome/help/gnome-doc-mallard-spec/C/details.page -share/gnome/help/gnome-doc-mallard-spec/C/docbook.page -share/gnome/help/gnome-doc-mallard-spec/C/explore.page -share/gnome/help/gnome-doc-mallard-spec/C/figures/mallard.png -share/gnome/help/gnome-doc-mallard-spec/C/i18n.page -share/gnome/help/gnome-doc-mallard-spec/C/index.page -share/gnome/help/gnome-doc-mallard-spec/C/its.page -share/gnome/help/gnome-doc-mallard-spec/C/l10n.page -share/gnome/help/gnome-doc-mallard-spec/C/legal.xml -share/gnome/help/gnome-doc-mallard-spec/C/links.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_TODO.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_attr_link.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_cite.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_code.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_comment.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_desc.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_example.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_figure.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_list.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_listing.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_media.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_note.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_p.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_quote.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_screen.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_steps.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_subtitle.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_synopsis.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_terms.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_title.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_block_tree.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_external.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_credit.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_desc.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_email.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_license.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_link.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_name.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_revision.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_title.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_info_years.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_app.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_cmd.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_code.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_em.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_file.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_gui.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_guiseq.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_input.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_key.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_keyseq.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_link.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_media.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_output.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_span.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_sys.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_var.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_page.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_section.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_table.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_table_col.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_table_td.page -share/gnome/help/gnome-doc-mallard-spec/C/mal_table_tr.page -share/gnome/help/gnome-doc-mallard-spec/C/principle-guide.page -share/gnome/help/gnome-doc-mallard-spec/C/principle-justenough.page -share/gnome/help/gnome-doc-mallard-spec/C/principle-redundancy.page -share/gnome/help/gnome-doc-mallard-spec/C/principles.page -share/gnome/help/gnome-doc-mallard-spec/C/spec.page -share/gnome/help/gnome-doc-mallard-spec/C/tenminutes.page -share/gnome/help/gnome-doc-mallard-spec/de/details.page -share/gnome/help/gnome-doc-mallard-spec/de/docbook.page -share/gnome/help/gnome-doc-mallard-spec/de/explore.page -share/gnome/help/gnome-doc-mallard-spec/de/figures/mallard.png -share/gnome/help/gnome-doc-mallard-spec/de/i18n.page -share/gnome/help/gnome-doc-mallard-spec/de/index.page -share/gnome/help/gnome-doc-mallard-spec/de/its.page -share/gnome/help/gnome-doc-mallard-spec/de/l10n.page -share/gnome/help/gnome-doc-mallard-spec/de/legal.xml -share/gnome/help/gnome-doc-mallard-spec/de/links.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_TODO.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_attr_link.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_cite.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_code.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_comment.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_desc.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_example.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_figure.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_list.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_listing.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_media.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_note.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_p.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_quote.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_screen.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_steps.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_subtitle.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_synopsis.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_terms.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_title.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_block_tree.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_external.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_credit.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_desc.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_email.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_license.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_link.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_name.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_revision.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_title.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_info_years.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_app.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_cmd.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_code.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_em.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_file.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_gui.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_guiseq.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_input.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_key.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_keyseq.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_link.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_media.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_output.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_span.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_sys.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_var.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_page.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_section.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_table.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_table_col.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_table_td.page -share/gnome/help/gnome-doc-mallard-spec/de/mal_table_tr.page -share/gnome/help/gnome-doc-mallard-spec/de/principle-guide.page -share/gnome/help/gnome-doc-mallard-spec/de/principle-justenough.page -share/gnome/help/gnome-doc-mallard-spec/de/principle-redundancy.page -share/gnome/help/gnome-doc-mallard-spec/de/principles.page -share/gnome/help/gnome-doc-mallard-spec/de/spec.page -share/gnome/help/gnome-doc-mallard-spec/de/tenminutes.page -share/gnome/help/gnome-doc-xslt/C/db-chunk.xml -share/gnome/help/gnome-doc-xslt/C/db-common.xml -share/gnome/help/gnome-doc-xslt/C/db-label.xml -share/gnome/help/gnome-doc-xslt/C/db-title.xml -share/gnome/help/gnome-doc-xslt/C/db-xref.xml -share/gnome/help/gnome-doc-xslt/C/db2html-autotoc.xml -share/gnome/help/gnome-doc-xslt/C/db2html-bibliography.xml -share/gnome/help/gnome-doc-xslt/C/db2html-block.xml -share/gnome/help/gnome-doc-xslt/C/db2html-callout.xml -share/gnome/help/gnome-doc-xslt/C/db2html-classsynopsis.xml -share/gnome/help/gnome-doc-xslt/C/db2html-cmdsynopsis.xml -share/gnome/help/gnome-doc-xslt/C/db2html-css.xml -share/gnome/help/gnome-doc-xslt/C/db2html-division.xml -share/gnome/help/gnome-doc-xslt/C/db2html-ebnf.xml -share/gnome/help/gnome-doc-xslt/C/db2html-footnote.xml -share/gnome/help/gnome-doc-xslt/C/db2html-funcsynopsis.xml -share/gnome/help/gnome-doc-xslt/C/db2html-index.xml -share/gnome/help/gnome-doc-xslt/C/db2html-info.xml -share/gnome/help/gnome-doc-xslt/C/db2html-inline.xml -share/gnome/help/gnome-doc-xslt/C/db2html-l10n.xml -share/gnome/help/gnome-doc-xslt/C/db2html-list.xml -share/gnome/help/gnome-doc-xslt/C/db2html-media.xml -share/gnome/help/gnome-doc-xslt/C/db2html-qanda.xml -share/gnome/help/gnome-doc-xslt/C/db2html-refentry.xml -share/gnome/help/gnome-doc-xslt/C/db2html-table.xml -share/gnome/help/gnome-doc-xslt/C/db2html-title.xml -share/gnome/help/gnome-doc-xslt/C/db2html-xref.xml -share/gnome/help/gnome-doc-xslt/C/db2html.xml -share/gnome/help/gnome-doc-xslt/C/db2omf.xml -share/gnome/help/gnome-doc-xslt/C/db2xhtml.xml -share/gnome/help/gnome-doc-xslt/C/gettext.xml -share/gnome/help/gnome-doc-xslt/C/gnome-doc-xslt.xml -share/gnome/help/gnome-doc-xslt/C/l10n-numbers.xml -share/gnome/help/gnome-doc-xslt/C/legal.xml -share/gnome/help/gnome-doc-xslt/C/utils.xml -share/gnome/help/gnome-doc-xslt/C/theme.xml -share/gnome/help/gnome-doc-xslt/C/translating.xml -share/gnome/help/gnome-doc-xslt/de/db-chunk.xml -share/gnome/help/gnome-doc-xslt/de/db-common.xml -share/gnome/help/gnome-doc-xslt/de/db-label.xml -share/gnome/help/gnome-doc-xslt/de/db-title.xml -share/gnome/help/gnome-doc-xslt/de/db-xref.xml -share/gnome/help/gnome-doc-xslt/de/db2html-autotoc.xml -share/gnome/help/gnome-doc-xslt/de/db2html-bibliography.xml -share/gnome/help/gnome-doc-xslt/de/db2html-block.xml -share/gnome/help/gnome-doc-xslt/de/db2html-callout.xml -share/gnome/help/gnome-doc-xslt/de/db2html-classsynopsis.xml -share/gnome/help/gnome-doc-xslt/de/db2html-cmdsynopsis.xml -share/gnome/help/gnome-doc-xslt/de/db2html-css.xml -share/gnome/help/gnome-doc-xslt/de/db2html-division.xml -share/gnome/help/gnome-doc-xslt/de/db2html-ebnf.xml -share/gnome/help/gnome-doc-xslt/de/db2html-footnote.xml -share/gnome/help/gnome-doc-xslt/de/db2html-funcsynopsis.xml -share/gnome/help/gnome-doc-xslt/de/db2html-index.xml -share/gnome/help/gnome-doc-xslt/de/db2html-info.xml -share/gnome/help/gnome-doc-xslt/de/db2html-inline.xml -share/gnome/help/gnome-doc-xslt/de/db2html-l10n.xml -share/gnome/help/gnome-doc-xslt/de/db2html-list.xml -share/gnome/help/gnome-doc-xslt/de/db2html-media.xml -share/gnome/help/gnome-doc-xslt/de/db2html-qanda.xml -share/gnome/help/gnome-doc-xslt/de/db2html-refentry.xml -share/gnome/help/gnome-doc-xslt/de/db2html-table.xml -share/gnome/help/gnome-doc-xslt/de/db2html-title.xml -share/gnome/help/gnome-doc-xslt/de/db2html-xref.xml -share/gnome/help/gnome-doc-xslt/de/db2html.xml -share/gnome/help/gnome-doc-xslt/de/db2omf.xml -share/gnome/help/gnome-doc-xslt/de/db2xhtml.xml -share/gnome/help/gnome-doc-xslt/de/gettext.xml -share/gnome/help/gnome-doc-xslt/de/gnome-doc-xslt.xml -share/gnome/help/gnome-doc-xslt/de/l10n-numbers.xml -share/gnome/help/gnome-doc-xslt/de/legal.xml -share/gnome/help/gnome-doc-xslt/de/theme.xml -share/gnome/help/gnome-doc-xslt/de/translating.xml -share/gnome/help/gnome-doc-xslt/de/utils.xml -share/locale/ar/LC_MESSAGES/gnome-doc-utils.mo -share/locale/as/LC_MESSAGES/gnome-doc-utils.mo -share/locale/be@latin/LC_MESSAGES/gnome-doc-utils.mo -share/locale/bg/LC_MESSAGES/gnome-doc-utils.mo -share/locale/bn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/bn_IN/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ca/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-doc-utils.mo -share/locale/cs/LC_MESSAGES/gnome-doc-utils.mo -share/locale/cy/LC_MESSAGES/gnome-doc-utils.mo -share/locale/da/LC_MESSAGES/gnome-doc-utils.mo -share/locale/de/LC_MESSAGES/gnome-doc-utils.mo -share/locale/dz/LC_MESSAGES/gnome-doc-utils.mo -share/locale/el/LC_MESSAGES/gnome-doc-utils.mo -share/locale/en_CA/LC_MESSAGES/gnome-doc-utils.mo -share/locale/en_GB/LC_MESSAGES/gnome-doc-utils.mo -share/locale/es/LC_MESSAGES/gnome-doc-utils.mo -share/locale/et/LC_MESSAGES/gnome-doc-utils.mo -share/locale/eu/LC_MESSAGES/gnome-doc-utils.mo -share/locale/fa/LC_MESSAGES/gnome-doc-utils.mo -share/locale/fi/LC_MESSAGES/gnome-doc-utils.mo -share/locale/fr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ga/LC_MESSAGES/gnome-doc-utils.mo -share/locale/gl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/gu/LC_MESSAGES/gnome-doc-utils.mo -share/locale/he/LC_MESSAGES/gnome-doc-utils.mo -share/locale/hi/LC_MESSAGES/gnome-doc-utils.mo -share/locale/hu/LC_MESSAGES/gnome-doc-utils.mo -share/locale/id/LC_MESSAGES/gnome-doc-utils.mo -share/locale/it/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ja/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ka/LC_MESSAGES/gnome-doc-utils.mo -share/locale/kn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ko/LC_MESSAGES/gnome-doc-utils.mo -share/locale/lt/LC_MESSAGES/gnome-doc-utils.mo -share/locale/lv/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mai/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mg/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mk/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ml/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/nb/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ne/LC_MESSAGES/gnome-doc-utils.mo -share/locale/nl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/nn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/oc/LC_MESSAGES/gnome-doc-utils.mo -share/locale/or/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pa/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pt/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pt_BR/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ro/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ru/LC_MESSAGES/gnome-doc-utils.mo -share/locale/rw/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sk/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sq/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sr@latin/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sv/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ta/LC_MESSAGES/gnome-doc-utils.mo -share/locale/te/LC_MESSAGES/gnome-doc-utils.mo -share/locale/th/LC_MESSAGES/gnome-doc-utils.mo -share/locale/tr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ug/LC_MESSAGES/gnome-doc-utils.mo -share/locale/uk/LC_MESSAGES/gnome-doc-utils.mo -share/locale/vi/LC_MESSAGES/gnome-doc-utils.mo -share/locale/wa/LC_MESSAGES/gnome-doc-utils.mo -share/locale/zh_CN/LC_MESSAGES/gnome-doc-utils.mo -share/locale/zh_HK/LC_MESSAGES/gnome-doc-utils.mo -share/locale/zh_TW/LC_MESSAGES/gnome-doc-utils.mo -share/omf/gnome-doc-make/gnome-doc-make-C.omf -share/omf/gnome-doc-make/gnome-doc-make-de.omf -share/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf -share/omf/gnome-doc-xslt/gnome-doc-xslt-de.omf -share/xml/gnome/xslt/common/utils.xsl -share/xml/gnome/xslt/common/theme.xsl -share/xml/gnome/xslt/docbook/common/db-chunk.xsl -share/xml/gnome/xslt/docbook/common/db-common.xsl -share/xml/gnome/xslt/docbook/common/db-label.xsl -share/xml/gnome/xslt/docbook/common/db-title.xsl -share/xml/gnome/xslt/docbook/common/db-xref.xsl -share/xml/gnome/xslt/docbook/html/db2html-autotoc.xsl -share/xml/gnome/xslt/docbook/html/db2html-bibliography.xsl -share/xml/gnome/xslt/docbook/html/db2html-block.xsl -share/xml/gnome/xslt/docbook/html/db2html-callout.xsl -share/xml/gnome/xslt/docbook/html/db2html-classsynopsis.xsl -share/xml/gnome/xslt/docbook/html/db2html-cmdsynopsis.xsl -share/xml/gnome/xslt/docbook/html/db2html-css.xsl -share/xml/gnome/xslt/docbook/html/db2html-division.xsl -share/xml/gnome/xslt/docbook/html/db2html-ebnf.xsl -share/xml/gnome/xslt/docbook/html/db2html-footnote.xsl -share/xml/gnome/xslt/docbook/html/db2html-funcsynopsis.xsl -share/xml/gnome/xslt/docbook/html/db2html-index.xsl -share/xml/gnome/xslt/docbook/html/db2html-info.xsl -share/xml/gnome/xslt/docbook/html/db2html-inline.xsl -share/xml/gnome/xslt/docbook/html/db2html-l10n.xsl -share/xml/gnome/xslt/docbook/html/db2html-list.xsl -share/xml/gnome/xslt/docbook/html/db2html-media.xsl -share/xml/gnome/xslt/docbook/html/db2html-qanda.xsl -share/xml/gnome/xslt/docbook/html/db2html-refentry.xsl -share/xml/gnome/xslt/docbook/html/db2html-suppressed.xsl -share/xml/gnome/xslt/docbook/html/db2html-table.xsl -share/xml/gnome/xslt/docbook/html/db2html-title.xsl -share/xml/gnome/xslt/docbook/html/db2html-xref.xsl -share/xml/gnome/xslt/docbook/html/db2html.xsl -share/xml/gnome/xslt/docbook/html/db2xhtml.xsl -share/xml/gnome/xslt/docbook/omf/db2omf.xsl -share/xml/gnome/xslt/docbook/utils/chunks.xsl -share/xml/gnome/xslt/docbook/utils/credits.xsl -share/xml/gnome/xslt/docbook/utils/figures.xsl -share/xml/gnome/xslt/docbook/utils/graphics.xsl -share/xml/gnome/xslt/docbook/utils/ids.xsl -share/xml/gnome/xslt/gettext/gettext.xsl -share/xml/gnome/xslt/gettext/l10n-numbers.xsl -share/xml/gnome/xslt/gettext/l10n.xml -share/xml/gnome/xslt/mallard/common/mal-chunk.xsl -share/xml/gnome/xslt/mallard/common/mal-link.xsl -share/xml/gnome/xslt/mallard/html/mal2html-block.xsl -share/xml/gnome/xslt/mallard/html/mal2html-css.xsl -share/xml/gnome/xslt/mallard/html/mal2html-inline.xsl -share/xml/gnome/xslt/mallard/html/mal2html-list.xsl -share/xml/gnome/xslt/mallard/html/mal2html-media.xsl -share/xml/gnome/xslt/mallard/html/mal2html-page.xsl -share/xml/gnome/xslt/mallard/html/mal2html-table.xsl -share/xml/gnome/xslt/mallard/html/mal2html.xsl -share/xml/gnome/xslt/mallard/html/mal2xhtml.xsl -share/xml/gnome/xslt/mallard/utils/mal2cache.xsl -share/xml/mallard/1.0/mallard.rnc -share/xml/mallard/1.0/mallard.rng -@dirrm share/xml/mallard/1.0 -@dirrm share/xml/mallard -@dirrm share/xml/gnome/xslt/mallard/utils -@dirrm share/xml/gnome/xslt/mallard/html -@dirrm share/xml/gnome/xslt/mallard/common -@dirrm share/xml/gnome/xslt/mallard -@dirrm share/xml/gnome/xslt/gettext -@dirrm share/xml/gnome/xslt/docbook/utils -@dirrm share/xml/gnome/xslt/docbook/omf -@dirrm share/xml/gnome/xslt/docbook/html -@dirrm share/xml/gnome/xslt/docbook/common -@dirrm share/xml/gnome/xslt/docbook -@dirrm share/xml/gnome/xslt/common -@dirrm share/xml/gnome/xslt -@dirrm share/xml/gnome -@dirrm share/omf/gnome-doc-xslt -@dirrm share/omf/gnome-doc-make -@dirrm share/gnome/help/gnome-doc-xslt/de -@dirrm share/gnome/help/gnome-doc-xslt/C -@dirrm share/gnome/help/gnome-doc-xslt -@dirrm share/gnome/help/gnome-doc-mallard-spec/de/figures -@dirrm share/gnome/help/gnome-doc-mallard-spec/de -@dirrm share/gnome/help/gnome-doc-mallard-spec/C/figures -@dirrm share/gnome/help/gnome-doc-mallard-spec/C -@dirrm share/gnome/help/gnome-doc-mallard-spec -@dirrm share/gnome/help/gnome-doc-make/de -@dirrm share/gnome/help/gnome-doc-make/C -@dirrm share/gnome/help/gnome-doc-make -@dirrm %%DATADIR%%/watermarks -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm %%PYTHON_SITELIBDIR%%/xml2po/modes -@dirrm %%PYTHON_SITELIBDIR%%/xml2po diff --git a/textproc/gnome-translate/Makefile b/textproc/gnome-translate/Makefile deleted file mode 100644 index 218998b6c..000000000 --- a/textproc/gnome-translate/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gnome-translate -# Date created: 28 Jan 2005 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= gnome-translate -PORTVERSION= 0.99 -PORTREVISION= 12 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= libtranslate - -MAINTAINER= ports@FreeBSD.org -COMMENT= A natural language translator - -LIB_DEPENDS= translate:${PORTSDIR}/textproc/libtranslate - -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GCONF_SCHEMAS= gnome-translate.schemas -USE_GNOME= gnomehack gnomeprefix eel2 intlhack libgnomeui -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -Wl,-export-dynamic" - -OPTIONS= LANGUAGE_DETECTION "language detection" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_LANGUAGE_DETECTION) -CONFIGURE_ARGS+= --disable-language-detection -.else -LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/gnome-translate/distinfo b/textproc/gnome-translate/distinfo deleted file mode 100644 index da0eb8592..000000000 --- a/textproc/gnome-translate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-translate-0.99.tar.gz) = 359f1bb7edc818034b08ca6c1bd254d0 -SHA256 (gnome-translate-0.99.tar.gz) = 2ae1f8e16777c28c5a9c902e0a16de724bf08ebace0a425a0c15e686e4cfaac2 -SIZE (gnome-translate-0.99.tar.gz) = 298179 diff --git a/textproc/gnome-translate/files/patch-src_gt-app.c b/textproc/gnome-translate/files/patch-src_gt-app.c deleted file mode 100644 index e58db910b..000000000 --- a/textproc/gnome-translate/files/patch-src_gt-app.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gt-app.c.orig Fri Jan 28 13:31:53 2005 -+++ src/gt-app.c Mon May 1 19:58:44 2006 -@@ -1168,8 +1168,7 @@ - GTK_MESSAGE_WARNING, - GTK_BUTTONS_YES_NO, - _("Overwrite file?"), -- secondary, -- NULL); -+ secondary); - g_free(secondary); - - gtk_dialog_set_default_response(GTK_DIALOG(confirmation_dialog), GTK_RESPONSE_NO); /* safe default */ diff --git a/textproc/gnome-translate/files/patch-src_gt-util.c b/textproc/gnome-translate/files/patch-src_gt-util.c deleted file mode 100644 index 018bc25af..000000000 --- a/textproc/gnome-translate/files/patch-src_gt-util.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gt-util.c.orig Mon May 1 20:00:48 2006 -+++ src/gt-util.c Mon May 1 20:01:35 2006 -@@ -53,8 +53,7 @@ - GTK_MESSAGE_ERROR, - GTK_BUTTONS_OK, - primary, -- secondary, -- NULL); -+ secondary); - - if (blocking) - { diff --git a/textproc/gnome-translate/pkg-descr b/textproc/gnome-translate/pkg-descr deleted file mode 100644 index 6db7e3be7..000000000 --- a/textproc/gnome-translate/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GNOME Translate is a natural language translator. It can translate a -text or web page between several natural languages, and it can -automatically detect the source language as you type. - -WWW: http://www.nongnu.org/libtranslate/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/textproc/gnome-translate/pkg-plist b/textproc/gnome-translate/pkg-plist deleted file mode 100644 index bfcd65aa4..000000000 --- a/textproc/gnome-translate/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/gnome-translate -share/applications/gnome-translate.desktop -share/gnome-translate/ui/app.glade -share/gnome-translate/ui/edit-toolbars.glade -share/gnome-translate/ui/hand-open.png -share/gnome-translate/ui/logo.png -share/gnome-translate/ui/menus.xml -share/gnome-translate/ui/preferences.glade -share/gnome-translate/ui/toolbars.xml -share/gnome-translate/ui/translate-web-page.glade -share/gnome/help/gnome-translate/C/documentation-license.xml -share/gnome/help/gnome-translate/C/figures/main-window.png -share/gnome/help/gnome-translate/C/gnome-translate.xml -share/gnome/help/gnome-translate/C/software-license.xml -share/omf/gnome-translate/gnome-translate-C.omf -share/pixmaps/gnome-translate.png -share/icons/hicolor/16x16/apps/gnome-translate-web-page.png -share/icons/hicolor/16x16/apps/gnome-translate.png -share/icons/hicolor/24x24/apps/gnome-translate-web-page.png -share/icons/hicolor/24x24/apps/gnome-translate.png -share/icons/hicolor/32x32/apps/gnome-translate-swap-panes.png -share/icons/hicolor/32x32/apps/gnome-translate-web-page.png -share/icons/hicolor/32x32/apps/gnome-translate.png -share/icons/hicolor/48x48/apps/gnome-translate-web-page.png -share/icons/hicolor/48x48/apps/gnome-translate.png -share/locale/fr/LC_MESSAGES/gnome-translate.mo -@dirrm share/gnome-translate/ui -@dirrm share/gnome-translate -@dirrm share/gnome/help/gnome-translate/C/figures -@dirrm share/gnome/help/gnome-translate/C -@dirrm share/gnome/help/gnome-translate -@dirrm share/omf/gnome-translate -@dirrmtry share/applications diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile deleted file mode 100644 index 36e370da3..000000000 --- a/www/epiphany-extensions/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Ports collection Makefile for: epiphany-extensions -# Date created: 30 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.121 2009/09/22 19:34:11 kwm Exp $ -# - -PORTNAME= epiphany-extensions -PORTVERSION= 2.28.1 -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 \ - webkit-1.0.13:${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=all,rss -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 -.else -CONFIGURE_ARGS+= --disable-opensp -.endif - -CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}" - -pre-everything:: - @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):" - @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation" - @${ECHO_MSG} "" - -.include <bsd.port.post.mk> diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo deleted file mode 100644 index 411231617..000000000 --- a/www/epiphany-extensions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-extensions-2.28.1.tar.bz2) = 565d32a8b94fd023f11a82dcef2bf634 -SHA256 (gnome2/epiphany-extensions-2.28.1.tar.bz2) = 0f14413316ebbdba392c9df7468d0d08811376ee26c735d7e523fc4eba44572a -SIZE (gnome2/epiphany-extensions-2.28.1.tar.bz2) = 1389667 diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr deleted file mode 100644 index 06c245526..000000000 --- a/www/epiphany-extensions/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Epiphany-extensions is a set of plugins for the Epiphany web browser that -extend its base functionality. Currently, the following extensions are -supported: - -* Mouse gestures -* Pop-up blocker -* Tabs menu - -WWW: http://www.gnome.org/projects/epiphany/extensions diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist deleted file mode 100644 index e44956a16..000000000 --- a/www/epiphany-extensions/pkg-plist +++ /dev/null @@ -1,286 +0,0 @@ -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/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/libpushscrollerextension.la -lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so -lib/epiphany/%%VERSION%%/extensions/librssextension.la -lib/epiphany/%%VERSION%%/extensions/librssextension.so -lib/epiphany/%%VERSION%%/extensions/libsidebarextension.la -lib/epiphany/%%VERSION%%/extensions/libsidebarextension.so -lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so -lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la -lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.la -lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.so -lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la -lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so -lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension -lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension -lib/epiphany/%%VERSION%%/extensions/sidebar.ephy-extension -lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-groups.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension -%%DATADIR%%/adblock-patterns -%%DATADIR%%/ephy-gestures.xml -%%DATADIR%%/glade/action-properties.glade -%%DATADIR%%/glade/actions-editor.glade -%%DATADIR%%/glade/adblock.ui -%%DATADIR%%/glade/extensions-manager-ui.ui -%%DATADIR%%/glade/rss-ui.glade -%%DATADIR%%/xml/epiphany-sidebar-ui.xml -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-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-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-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-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-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-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/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/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 -@dirrmtry share/epiphany -@dirrm %%DATADIR%%/xml -@dirrm %%DATADIR%%/glade -@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 deleted file mode 100644 index 808358887..000000000 --- a/www/epiphany/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# Ports collection Makefile for: epiphany -# Date created: 24 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.213 2009/10/18 19:40:57 kwm Exp $ -# - -PORTNAME= epiphany -PORTVERSION= 2.28.1 -PORTREVISION?= 1 -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/gir-1.0/WebKit-1.0.gir:${PORTSDIR}/www/gir-repository-webkit -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - notify.1:${PORTSDIR}/devel/libnotify \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/gir-1.0/WebKit-1.0.gir:${PORTSDIR}/www/gir-repository-webkit \ - ${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 -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 \ - SEED "Enable seed support" off \ - SPELLCHECK "Enable spell checking by default" on - -.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' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo deleted file mode 100644 index 0ccbf1530..000000000 --- a/www/epiphany/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-2.28.1.tar.bz2) = 7a8b885a4894d2a9e979b8cb8898db1e -SHA256 (gnome2/epiphany-2.28.1.tar.bz2) = 95ccdd36bc7fdf95c6085da3b76cee6467f3c9a8745541cfb09fdd8d33a1f04d -SIZE (gnome2/epiphany-2.28.1.tar.bz2) = 5693411 diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c deleted file mode 100644 index f9fbb6a13..000000000 --- a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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-utils.c b/www/epiphany/files/patch-embed_ephy-embed-utils.c deleted file mode 100644 index 09de6a981..000000000 --- a/www/epiphany/files/patch-embed_ephy-embed-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- embed/ephy-embed-utils.c.orig 2009-10-13 15:28:59.000000000 +0200 -+++ embed/ephy-embed-utils.c 2009-10-13 15:29:30.000000000 +0200 -@@ -91,6 +91,7 @@ ephy_embed_utils_address_has_web_scheme - g_str_has_prefix (address, "file:") || - g_str_has_prefix (address, "data:") || - g_str_has_prefix (address, "about:") || -+ g_str_has_prefix (address, "javascript:") || - g_str_has_prefix (address, "gopher:")); - - return has_web_scheme; diff --git a/www/epiphany/files/patch-embed_ephy-web-view.c b/www/epiphany/files/patch-embed_ephy-web-view.c deleted file mode 100644 index beb96fd71..000000000 --- a/www/epiphany/files/patch-embed_ephy-web-view.c +++ /dev/null @@ -1,14 +0,0 @@ ---- embed/ephy-web-view.c.orig 2009-10-13 15:30:12.000000000 +0200 -+++ embed/ephy-web-view.c 2009-10-13 15:30:52.000000000 +0200 -@@ -1129,7 +1129,10 @@ ephy_web_view_load_url (EphyWebView *vie - else - effective_url = ephy_embed_utils_normalize_address (url); - -- webkit_web_view_open (WEBKIT_WEB_VIEW (view), effective_url); -+ if (g_str_has_prefix (effective_url, "javascript:")) -+ webkit_web_view_execute_script (WEBKIT_WEB_VIEW (view), effective_url); -+ else -+ webkit_web_view_open (WEBKIT_WEB_VIEW (view), effective_url); - - if (soup_uri) - soup_uri_free (soup_uri); diff --git a/www/epiphany/files/patch-lib_ephy-spell-check.c b/www/epiphany/files/patch-lib_ephy-spell-check.c deleted file mode 100644 index bd68a07d9..000000000 --- a/www/epiphany/files/patch-lib_ephy-spell-check.c +++ /dev/null @@ -1,20 +0,0 @@ ---- 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_ephy-window.c b/www/epiphany/files/patch-src_ephy-window.c deleted file mode 100644 index f8467d96b..000000000 --- a/www/epiphany/files/patch-src_ephy-window.c +++ /dev/null @@ -1,35 +0,0 @@ -From c61c318aabdc980477dccd78549fe9819c3b1fa0 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= <fpeters@0d.be> -Date: Fri, 9 Oct 2009 20:07:20 +0200 -Subject: [PATCH] Pass mailto: URI to gtk_show_uri() - -(Part of) Bug #584537 ---- - src/ephy-window.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) - -diff --git a/src/ephy-window.c b/src/ephy-window.c -index 635a779..630ecec 100644 ---- src/ephy-window.c -+++ src/ephy-window.c -@@ -2548,10 +2548,18 @@ policy_decision_required_cb (WebKitWebView *web_view, - WebKitWebNavigationReason reason; - gint button; - gint state; -+ const char *uri; - - reason = webkit_web_navigation_action_get_reason (action); - button = webkit_web_navigation_action_get_button (action); - state = webkit_web_navigation_action_get_modifier_state (action); -+ uri = webkit_network_request_get_uri (request); -+ -+ if (strncmp (uri, "mailto:", 7) == 0) { -+ webkit_web_policy_decision_ignore (decision); -+ gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, NULL); -+ return TRUE; -+ } - - /* Open in new tab for middle click or ctrl+click */ - if (reason == WEBKIT_WEB_NAVIGATION_REASON_LINK_CLICKED && --- -1.6.4.3 diff --git a/www/epiphany/pkg-descr b/www/epiphany/pkg-descr deleted file mode 100644 index 51066f8d5..000000000 --- a/www/epiphany/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 265cf986a..000000000 --- a/www/epiphany/pkg-plist +++ /dev/null @@ -1,447 +0,0 @@ -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-%%EPHY_VERSION%%.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.28.typelib -share/gir-1.0/Epiphany-2.28.gir -%%DOCSDIR%%/EphyCommandManager.html -%%DOCSDIR%%/EphyEmbed.html -%%DOCSDIR%%/EphyLocationEntry.html -%%DOCSDIR%%/EphyNodeDb.html -%%DOCSDIR%%/EphySearchEntry.html -%%DOCSDIR%%/EphySpinner.html -%%DOCSDIR%%/EphyWindow.html -%%DOCSDIR%%/EphyZoomControl.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/epiphany-EphyEmbedFactory.html -%%DOCSDIR%%/epiphany-EphyEmbedPersist.html -%%DOCSDIR%%/epiphany-EphyEmbedSingle.html -%%DOCSDIR%%/epiphany-EphyExtensionsManager.html -%%DOCSDIR%%/epiphany-EphyGlade.html -%%DOCSDIR%%/epiphany-EphyPermissionManager.html -%%DOCSDIR%%/epiphany-ephy-password-manager.html -%%DOCSDIR%%/epiphany-ephy-session.html -%%DOCSDIR%%/epiphany-ephy-shell.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%%/ephy-xml2ini.xsl -%%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/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/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/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/girepository-1.0 -@dirrmtry share/gir-1.0 -@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/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/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/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 diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile deleted file mode 100644 index 48b960a4b..000000000 --- a/www/evolution-webcal/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: evolution-webcal -# Date created: Mon Apr 26 18:08:00 CEST 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.63 2009/08/13 12:13:48 kwm Exp $ -# - -PORTNAME= evolution-webcal -PORTVERSION= 2.28.0 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Webcal(endar) handler for gnome - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= evolution-webcal.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ - ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo deleted file mode 100644 index b58ca34c7..000000000 --- a/www/evolution-webcal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evolution-webcal-2.28.0.tar.bz2) = 7b506d06c56b579977d4ebc56463ff23 -SHA256 (evolution-webcal-2.28.0.tar.bz2) = 0518327536f1e43e14a19f0957e38a7c6cde224a971562a5a2c00cc7438cb7bd -SIZE (evolution-webcal-2.28.0.tar.bz2) = 158384 diff --git a/www/evolution-webcal/pkg-descr b/www/evolution-webcal/pkg-descr deleted file mode 100644 index ab2f04e9d..000000000 --- a/www/evolution-webcal/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Evolution Webcal installs a GNOME URL Handler for "webcal:". -This will pop up a subscription dialog when you point your web browser at it. -The calendars will automaticaly appear in Evolution 1.5.x if it is running, -or will show up the next time you start Evolution. - -It also works for non-GNOME applications. These applications need to set -there URL handler to be "gnome-open". diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist deleted file mode 100644 index f7662efc2..000000000 --- a/www/evolution-webcal/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -libexec/evolution-webcal -share/locale/af/LC_MESSAGES/evolution-webcal.mo -share/locale/ar/LC_MESSAGES/evolution-webcal.mo -share/locale/as/LC_MESSAGES/evolution-webcal.mo -share/locale/az/LC_MESSAGES/evolution-webcal.mo -share/locale/be@latin/LC_MESSAGES/evolution-webcal.mo -share/locale/bg/LC_MESSAGES/evolution-webcal.mo -share/locale/bn/LC_MESSAGES/evolution-webcal.mo -share/locale/bn_IN/LC_MESSAGES/evolution-webcal.mo -share/locale/bs/LC_MESSAGES/evolution-webcal.mo -share/locale/ca/LC_MESSAGES/evolution-webcal.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-webcal.mo -share/locale/cs/LC_MESSAGES/evolution-webcal.mo -share/locale/cy/LC_MESSAGES/evolution-webcal.mo -share/locale/da/LC_MESSAGES/evolution-webcal.mo -share/locale/de/LC_MESSAGES/evolution-webcal.mo -share/locale/dz/LC_MESSAGES/evolution-webcal.mo -share/locale/el/LC_MESSAGES/evolution-webcal.mo -share/locale/en_CA/LC_MESSAGES/evolution-webcal.mo -share/locale/en_GB/LC_MESSAGES/evolution-webcal.mo -share/locale/es/LC_MESSAGES/evolution-webcal.mo -share/locale/et/LC_MESSAGES/evolution-webcal.mo -share/locale/eu/LC_MESSAGES/evolution-webcal.mo -share/locale/fa/LC_MESSAGES/evolution-webcal.mo -share/locale/fi/LC_MESSAGES/evolution-webcal.mo -share/locale/fr/LC_MESSAGES/evolution-webcal.mo -share/locale/gl/LC_MESSAGES/evolution-webcal.mo -share/locale/gu/LC_MESSAGES/evolution-webcal.mo -share/locale/he/LC_MESSAGES/evolution-webcal.mo -share/locale/hi/LC_MESSAGES/evolution-webcal.mo -share/locale/hr/LC_MESSAGES/evolution-webcal.mo -share/locale/hu/LC_MESSAGES/evolution-webcal.mo -share/locale/id/LC_MESSAGES/evolution-webcal.mo -share/locale/it/LC_MESSAGES/evolution-webcal.mo -share/locale/ja/LC_MESSAGES/evolution-webcal.mo -share/locale/ka/LC_MESSAGES/evolution-webcal.mo -share/locale/kn/LC_MESSAGES/evolution-webcal.mo -share/locale/ko/LC_MESSAGES/evolution-webcal.mo -share/locale/ku/LC_MESSAGES/evolution-webcal.mo -share/locale/ky/LC_MESSAGES/evolution-webcal.mo -share/locale/lt/LC_MESSAGES/evolution-webcal.mo -share/locale/lv/LC_MESSAGES/evolution-webcal.mo -share/locale/mai/LC_MESSAGES/evolution-webcal.mo -share/locale/mk/LC_MESSAGES/evolution-webcal.mo -share/locale/ml/LC_MESSAGES/evolution-webcal.mo -share/locale/mr/LC_MESSAGES/evolution-webcal.mo -share/locale/ms/LC_MESSAGES/evolution-webcal.mo -share/locale/nb/LC_MESSAGES/evolution-webcal.mo -share/locale/ne/LC_MESSAGES/evolution-webcal.mo -share/locale/nl/LC_MESSAGES/evolution-webcal.mo -share/locale/nn/LC_MESSAGES/evolution-webcal.mo -share/locale/oc/LC_MESSAGES/evolution-webcal.mo -share/locale/or/LC_MESSAGES/evolution-webcal.mo -share/locale/pa/LC_MESSAGES/evolution-webcal.mo -share/locale/pl/LC_MESSAGES/evolution-webcal.mo -share/locale/ps/LC_MESSAGES/evolution-webcal.mo -share/locale/pt/LC_MESSAGES/evolution-webcal.mo -share/locale/pt_BR/LC_MESSAGES/evolution-webcal.mo -share/locale/ro/LC_MESSAGES/evolution-webcal.mo -share/locale/ru/LC_MESSAGES/evolution-webcal.mo -share/locale/rw/LC_MESSAGES/evolution-webcal.mo -share/locale/si/LC_MESSAGES/evolution-webcal.mo -share/locale/sk/LC_MESSAGES/evolution-webcal.mo -share/locale/sl/LC_MESSAGES/evolution-webcal.mo -share/locale/sq/LC_MESSAGES/evolution-webcal.mo -share/locale/sr/LC_MESSAGES/evolution-webcal.mo -share/locale/sr@latin/LC_MESSAGES/evolution-webcal.mo -share/locale/sv/LC_MESSAGES/evolution-webcal.mo -share/locale/ta/LC_MESSAGES/evolution-webcal.mo -share/locale/te/LC_MESSAGES/evolution-webcal.mo -share/locale/th/LC_MESSAGES/evolution-webcal.mo -share/locale/tr/LC_MESSAGES/evolution-webcal.mo -share/locale/ug/LC_MESSAGES/evolution-webcal.mo -share/locale/uk/LC_MESSAGES/evolution-webcal.mo -share/locale/vi/LC_MESSAGES/evolution-webcal.mo -share/locale/xh/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_HK/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gir-repository-webkit/Makefile b/www/gir-repository-webkit/Makefile deleted file mode 100644 index 57eb392fa..000000000 --- a/www/gir-repository-webkit/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: gir-repository-webkit -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gir-repository-webkit/Makefile,v 1.1 2009/09/16 02:05:12 avl Exp $ -# - -CATEGORIES= www -PORTREVISION= 4 - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -webkit - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile deleted file mode 100644 index f37e863f6..000000000 --- a/www/gnome-user-share/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gnome-user-share -# Date created: 26 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gnome-user-share/Makefile,v 1.16 2009/09/26 13:29:32 marcus Exp $ -# - -PORTNAME= gnome-user-share -PORTVERSION= 2.28.1 -CATEGORIES= www deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Personal file-sharing service for the GNOME Desktop - -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \ - canberra.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \ - console-kit-daemon:${PORTSDIR}/sysutils/consolekit - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_APACHE= 2.2+ -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ - ${WRKSRC}/data/dav_user_*.conf - -.include <bsd.port.mk> diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo deleted file mode 100644 index 35fa78e70..000000000 --- a/www/gnome-user-share/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-user-share-2.28.1.tar.bz2) = 4dde75de682805357af5995a748d6e4e -SHA256 (gnome2/gnome-user-share-2.28.1.tar.bz2) = 4803ddedd77ce64ae25a85fcb04550b2589dc735baa4afd485618629700429bf -SIZE (gnome2/gnome-user-share-2.28.1.tar.bz2) = 912102 diff --git a/www/gnome-user-share/files/patch-configure b/www/gnome-user-share/files/patch-configure deleted file mode 100644 index 52ca647a5..000000000 --- a/www/gnome-user-share/files/patch-configure +++ /dev/null @@ -1,61 +0,0 @@ ---- configure.orig 2009-10-27 12:12:48.000000000 +0100 -+++ configure 2009-10-27 12:15:00.000000000 +0100 -@@ -15214,12 +15214,12 @@ - pkg_cv_USER_SHARE_CFLAGS="$USER_SHARE_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\"") >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES \"") >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -15230,12 +15230,12 @@ - pkg_cv_USER_SHARE_LIBS="$USER_SHARE_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\"") >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES \"") >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -15253,14 +15253,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - else -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$USER_SHARE_PKG_ERRORS" >&5 - -- { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES) were not met: - - $USER_SHARE_PKG_ERRORS - -@@ -15271,7 +15271,7 @@ - and USER_SHARE_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --$as_echo "$as_me: error: Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2) were not met: -+$as_echo "$as_me: error: Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES) were not met: - - $USER_SHARE_PKG_ERRORS - diff --git a/www/gnome-user-share/files/patch-src_user_share.c b/www/gnome-user-share/files/patch-src_user_share.c deleted file mode 100644 index 4305314fb..000000000 --- a/www/gnome-user-share/files/patch-src_user_share.c +++ /dev/null @@ -1,48 +0,0 @@ ---- src/user_share.c.orig 2009-09-26 09:10:16.000000000 -0400 -+++ src/user_share.c 2009-09-26 09:13:52.000000000 -0400 -@@ -26,7 +26,9 @@ - #include <gdk/gdkx.h> - #include <gtk/gtk.h> - #include <glib/gi18n.h> -+#ifndef __FreeBSD__ - #include <bluetooth-client.h> -+#endif - #include <X11/Xlib.h> - - #include "user_share.h" -@@ -58,7 +60,9 @@ - static guint disabled_timeout_tag = 0; - static gboolean has_console = TRUE; - -+#ifndef __FreeBSD__ - static BluetoothClient *client = NULL; -+#endif - static gboolean bluetoothd_enabled = FALSE; - - #define OBEX_ENABLED (bluetoothd_enabled && has_console) -@@ -224,6 +228,7 @@ consolekit_init (void) - dbus_g_connection_unref (dbus_connection); - } - -+#ifndef __FreeBSD__ - static void - default_adapter_changed (GObject *gobject, - GParamSpec *pspec, -@@ -261,6 +266,7 @@ bluez_init (void) - g_signal_connect (G_OBJECT (client), "notify::default-adapter-powered", - G_CALLBACK (default_adapter_changed), NULL); - } -+#endif - - char * - lookup_public_dir (void) -@@ -590,7 +596,9 @@ main (int argc, char **argv) - - g_object_unref (client); - -+#ifndef __FreeBSD__ - bluez_init (); -+#endif - consolekit_init (); - - /* Initial setting */ diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr deleted file mode 100644 index 0c6244b1b..000000000 --- a/www/gnome-user-share/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gnome-user-share is a small package that binds together various free -software projects to bring easy to use user-level file sharing to the -masses. - -The program is meant to run in the background when the user is logged -in, and when file sharing is enabled a webdav server is started that -shares the $HOME/Public folder. The share is then published to all -computers on the local network using mDNS/bonjour, so that it shows -up in the Network location in Gnome. - --- gnome-user-share README diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message deleted file mode 100644 index 84e472507..000000000 --- a/www/gnome-user-share/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Run gnome-file-share-properties as the user with which you want -to use gnome-user-share, then logout and log back into GNOME. Now everything -under ~/Public should be shared. You can view this by opening Nautilus, and -clicking on the Network icon under Computer. diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist deleted file mode 100644 index 9d64b7329..000000000 --- a/www/gnome-user-share/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/gnome-file-share-properties -etc/xdg/autostart/gnome-user-share.desktop -libexec/gnome-user-share -share/applications/gnome-user-share-properties.desktop -%%DATADIR%%/dav_groupfile -%%DATADIR%%/dav_user_2.0.conf -%%DATADIR%%/dav_user_2.2.conf -%%DATADIR%%/file-share-properties.ui -share/gnome/help/gnome-user-share/C/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/C/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/C/gnome-user-share.xml -share/gnome/help/gnome-user-share/C/legal.xml -share/gnome/help/gnome-user-share/ca/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/ca/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/ca/gnome-user-share.xml -share/gnome/help/gnome-user-share/ca/legal.xml -share/gnome/help/gnome-user-share/cs/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/cs/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/cs/gnome-user-share.xml -share/gnome/help/gnome-user-share/cs/legal.xml -share/gnome/help/gnome-user-share/de/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/de/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/de/gnome-user-share.xml -share/gnome/help/gnome-user-share/de/legal.xml -share/gnome/help/gnome-user-share/el/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/el/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/el/gnome-user-share.xml -share/gnome/help/gnome-user-share/el/legal.xml -share/gnome/help/gnome-user-share/en_GB/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/en_GB/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/en_GB/gnome-user-share.xml -share/gnome/help/gnome-user-share/en_GB/legal.xml -share/gnome/help/gnome-user-share/es/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/es/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/es/gnome-user-share.xml -share/gnome/help/gnome-user-share/es/legal.xml -share/gnome/help/gnome-user-share/fr/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/fr/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/fr/gnome-user-share.xml -share/gnome/help/gnome-user-share/fr/legal.xml -share/gnome/help/gnome-user-share/it/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/it/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/it/gnome-user-share.xml -share/gnome/help/gnome-user-share/it/legal.xml -share/gnome/help/gnome-user-share/sv/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/sv/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/sv/gnome-user-share.xml -share/gnome/help/gnome-user-share/sv/legal.xml -share/gnome/help/gnome-user-share/zh_CN/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/zh_CN/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/zh_CN/gnome-user-share.xml -share/gnome/help/gnome-user-share/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/gnome-obex-server.png -share/icons/hicolor/22x22/apps/gnome-obex-server.png -share/icons/hicolor/32x32/apps/gnome-obex-server.png -share/icons/hicolor/48x48/apps/gnome-obex-server.png -share/locale/ar/LC_MESSAGES/gnome-user-share.mo -share/locale/as/LC_MESSAGES/gnome-user-share.mo -share/locale/bg/LC_MESSAGES/gnome-user-share.mo -share/locale/bn/LC_MESSAGES/gnome-user-share.mo -share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo -share/locale/ca/LC_MESSAGES/gnome-user-share.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo -share/locale/cs/LC_MESSAGES/gnome-user-share.mo -share/locale/da/LC_MESSAGES/gnome-user-share.mo -share/locale/de/LC_MESSAGES/gnome-user-share.mo -share/locale/dz/LC_MESSAGES/gnome-user-share.mo -share/locale/el/LC_MESSAGES/gnome-user-share.mo -share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo -share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo -share/locale/eu/LC_MESSAGES/gnome-user-share.mo -share/locale/es/LC_MESSAGES/gnome-user-share.mo -share/locale/et/LC_MESSAGES/gnome-user-share.mo -share/locale/fi/LC_MESSAGES/gnome-user-share.mo -share/locale/fr/LC_MESSAGES/gnome-user-share.mo -share/locale/ga/LC_MESSAGES/gnome-user-share.mo -share/locale/gl/LC_MESSAGES/gnome-user-share.mo -share/locale/gu/LC_MESSAGES/gnome-user-share.mo -share/locale/he/LC_MESSAGES/gnome-user-share.mo -share/locale/hi/LC_MESSAGES/gnome-user-share.mo -share/locale/hu/LC_MESSAGES/gnome-user-share.mo -share/locale/it/LC_MESSAGES/gnome-user-share.mo -share/locale/ja/LC_MESSAGES/gnome-user-share.mo -share/locale/kn/LC_MESSAGES/gnome-user-share.mo -share/locale/ko/LC_MESSAGES/gnome-user-share.mo -share/locale/lt/LC_MESSAGES/gnome-user-share.mo -share/locale/mai/LC_MESSAGES/gnome-user-share.mo -share/locale/mk/LC_MESSAGES/gnome-user-share.mo -share/locale/ml/LC_MESSAGES/gnome-user-share.mo -share/locale/mr/LC_MESSAGES/gnome-user-share.mo -share/locale/nb/LC_MESSAGES/gnome-user-share.mo -share/locale/ne/LC_MESSAGES/gnome-user-share.mo -share/locale/nl/LC_MESSAGES/gnome-user-share.mo -share/locale/oc/LC_MESSAGES/gnome-user-share.mo -share/locale/or/LC_MESSAGES/gnome-user-share.mo -share/locale/pa/LC_MESSAGES/gnome-user-share.mo -share/locale/pl/LC_MESSAGES/gnome-user-share.mo -share/locale/pt/LC_MESSAGES/gnome-user-share.mo -share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo -share/locale/ro/LC_MESSAGES/gnome-user-share.mo -share/locale/ru/LC_MESSAGES/gnome-user-share.mo -share/locale/rw/LC_MESSAGES/gnome-user-share.mo -share/locale/sk/LC_MESSAGES/gnome-user-share.mo -share/locale/sl/LC_MESSAGES/gnome-user-share.mo -share/locale/sq/LC_MESSAGES/gnome-user-share.mo -share/locale/sr/LC_MESSAGES/gnome-user-share.mo -share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo -share/locale/sv/LC_MESSAGES/gnome-user-share.mo -share/locale/ta/LC_MESSAGES/gnome-user-share.mo -share/locale/te/LC_MESSAGES/gnome-user-share.mo -share/locale/th/LC_MESSAGES/gnome-user-share.mo -share/locale/tr/LC_MESSAGES/gnome-user-share.mo -share/locale/uk/LC_MESSAGES/gnome-user-share.mo -share/locale/vi/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo -share/omf/gnome-user-share/gnome-user-share-C.omf -share/omf/gnome-user-share/gnome-user-share-ca.omf -share/omf/gnome-user-share/gnome-user-share-cs.omf -share/omf/gnome-user-share/gnome-user-share-de.omf -share/omf/gnome-user-share/gnome-user-share-el.omf -share/omf/gnome-user-share/gnome-user-share-en_GB.omf -share/omf/gnome-user-share/gnome-user-share-es.omf -share/omf/gnome-user-share/gnome-user-share-fr.omf -share/omf/gnome-user-share/gnome-user-share-it.omf -share/omf/gnome-user-share/gnome-user-share-sv.omf -share/omf/gnome-user-share/gnome-user-share-zh_CN.omf -@dirrm share/omf/gnome-user-share -@dirrm share/gnome/help/gnome-user-share/zh_CN/figures -@dirrm share/gnome/help/gnome-user-share/zh_CN -@dirrm share/gnome/help/gnome-user-share/sv/figures -@dirrm share/gnome/help/gnome-user-share/sv -@dirrm share/gnome/help/gnome-user-share/it/figures -@dirrm share/gnome/help/gnome-user-share/it -@dirrm share/gnome/help/gnome-user-share/fr/figures -@dirrm share/gnome/help/gnome-user-share/fr -@dirrm share/gnome/help/gnome-user-share/es/figures -@dirrm share/gnome/help/gnome-user-share/es -@dirrm share/gnome/help/gnome-user-share/en_GB/figures -@dirrm share/gnome/help/gnome-user-share/en_GB -@dirrm share/gnome/help/gnome-user-share/el/figures -@dirrm share/gnome/help/gnome-user-share/el -@dirrm share/gnome/help/gnome-user-share/de/figures -@dirrm share/gnome/help/gnome-user-share/de -@dirrm share/gnome/help/gnome-user-share/cs/figures -@dirrm share/gnome/help/gnome-user-share/cs -@dirrm share/gnome/help/gnome-user-share/ca/figures -@dirrm share/gnome/help/gnome-user-share/ca -@dirrm share/gnome/help/gnome-user-share/C/figures -@dirrm share/gnome/help/gnome-user-share/C -@dirrm share/gnome/help/gnome-user-share -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index cc15f660f..000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.158 2009/09/29 08:59:09 kwm Exp $ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.28.1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libglade2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="3.14" - -post-patch: - @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index 829cec97d..000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkhtml-3.28.1.tar.bz2) = 332bea8d39e1348c0f630a79146de5f6 -SHA256 (gnome2/gtkhtml-3.28.1.tar.bz2) = 7a39302134b405c2427b0b43afc06b6168074bfbd24bd4a9600d19fbc9aea084 -SIZE (gnome2/gtkhtml-3.28.1.tar.bz2) = 1335433 diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr deleted file mode 100644 index 38451dc01..000000000 --- a/www/gtkhtml3/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkHTML is a lightweight HTML rendering, printing, and editing engine. - -WWW: http://www.ximian.com/ diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist deleted file mode 100644 index 520bc55ef..000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/gtkhtml-editor-test -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-checker.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-language.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor.a -lib/libgtkhtml-editor.la -lib/libgtkhtml-editor.so -lib/libgtkhtml-editor.so.0 -libdata/pkgconfig/gtkhtml-editor.pc -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui -share/gtkhtml-%%VERSION%%/gtkhtml-editor-manager.ui -share/gtkhtml-%%VERSION%%/icons/bulb.png -share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/draft-paper.png -share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/empty_image.png -share/gtkhtml-%%VERSION%%/icons/flowers.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/ribbon.jpg -share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -@dirrm share/gtkhtml-%%VERSION%%/icons -@dirrm share/gtkhtml-%%VERSION%% -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/editor -@dirrm include/libgtkhtml-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile deleted file mode 100644 index f219933e2..000000000 --- a/www/kazehakase/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: kazehakase -# Date created: 2004-04-06 -# Whom: michael johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom: ports/www/kazehakase/Makefile,v 1.25 2009/09/23 15:44:49 kwm Exp $ -# - -PORTNAME= kazehakase -PORTVERSION= 0.5.8 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/43802 - -MAINTAINER= ahze@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 seamonkey -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 defined(WITH_WEBKIT) -LIB_DEPENDS+= webkit-1.0.13:${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' - -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 deleted file mode 100644 index eded3d9e8..000000000 --- a/www/kazehakase/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9a617da0c..000000000 --- a/www/kazehakase/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 3609035d6..000000000 --- a/www/kazehakase/files/patch-etc::bookmarkbar.xml +++ /dev/null @@ -1,23 +0,0 @@ ---- 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-src_net_kz-http.c b/www/kazehakase/files/patch-src_net_kz-http.c deleted file mode 100644 index deb8e918b..000000000 --- a/www/kazehakase/files/patch-src_net_kz-http.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 238ff04cc..000000000 --- a/www/kazehakase/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d27231a95..000000000 --- a/www/kazehakase/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -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 deleted file mode 100644 index 692127ba7..000000000 --- a/www/midori/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: midori -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/midori/Makefile,v 1.18 2009/09/23 15:44:50 kwm Exp $ -# - -PORTNAME= midori -PORTVERSION= 0.2.0 -CATEGORIES= www -MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Lightweight web browser using WebKit browser engine - -LIB_DEPENDS= webkit-1.0:${PORTSDIR}/www/webkit-gtk2 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4:${PORTSDIR}/devel/libsoup -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - rsvg-convert:${PORTSDIR}/graphics/librsvg2 - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-unique - -HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig -INSTALLS_ICONS= yes -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -# WAF needs that -CONFIGURE_ENV+= CC=${CC} - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo deleted file mode 100644 index 2c2276146..000000000 --- a/www/midori/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (midori-0.2.0.tar.bz2) = 805e2e59a93a0a4b7652d6547b2bd923 -SHA256 (midori-0.2.0.tar.bz2) = 97c79d20807899bad4b241385c7cbf3a4f85d2673b1b6c12059878450e3e971a -SIZE (midori-0.2.0.tar.bz2) = 570091 diff --git a/www/midori/pkg-descr b/www/midori/pkg-descr deleted file mode 100644 index fa4e7314b..000000000 --- a/www/midori/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 639d57a8b..000000000 --- a/www/midori/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -bin/midori -etc/xdg/midori/search -lib/midori/libadblock.so -lib/midori/libcolorful-tabs.so -lib/midori/libcookie-manager.so -lib/midori/libdnsprefetch.so -lib/midori/libfeed-panel.so -lib/midori/libformhistory.so -lib/midori/libmouse-gestures.so -lib/midori/libpage-holder.so -lib/midori/libshortcuts.so -lib/midori/libstatusbar-features.so -lib/midori/libtab-panel.so -lib/midori/libtoolbar-editor.so -%%NLS%%share/applications/midori.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/EXPAT -%%DOCSDIR%%/README -%%DOCSDIR%%/TRANSLATE -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 -%%NLS%%share/locale/ast/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/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/nl/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/uk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/midori.mo -%%DATADIR%%/autosuggestcontrol.css -%%DATADIR%%/autosuggestcontrol.js -%%DATADIR%%/res/error.html -%%DATADIR%%/res/logo-shade.png -%%DATADIR%%/res/mootools.js -%%DATADIR%%/res/speeddial-head.html -%%DATADIR%%/res/speeddial.json -@dirrm %%DATADIR%%/res -@dirrm %%DATADIR%% -%%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 -@dirrm lib/midori -@dirrmtry share/applications -@dirrm %%DOCSDIR%% -@dirrm etc/xdg/midori -@dirrmtry etc/xdg diff --git a/www/p5-Gtk2-WebKit/Makefile b/www/p5-Gtk2-WebKit/Makefile deleted file mode 100644 index b00c2a29c..000000000 --- a/www/p5-Gtk2-WebKit/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: p5-Gtk2-WebKit -# Date created: 2009-01-26 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# -# $FreeBSD$ -# - -PORTNAME= Gtk2-WebKit -PORTVERSION= 0.04 -PORTREVISION= 6 -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 - -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 deleted file mode 100644 index affd774de..000000000 --- a/www/p5-Gtk2-WebKit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Gtk2-WebKit-0.04.tar.gz) = edb87e7a47a202a7b8d1eb1ec0c40e25 -SHA256 (Gtk2-WebKit-0.04.tar.gz) = c58d2192599315366ccb03b55b5a052398545c48dd1c3376c2521e1c4097bff3 -SIZE (Gtk2-WebKit-0.04.tar.gz) = 57478 diff --git a/www/p5-Gtk2-WebKit/pkg-descr b/www/p5-Gtk2-WebKit/pkg-descr deleted file mode 100644 index cea174712..000000000 --- a/www/p5-Gtk2-WebKit/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 22e68f259..000000000 --- a/www/p5-Gtk2-WebKit/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%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/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile deleted file mode 100644 index d69275454..000000000 --- a/www/webkit-gtk2/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.49 2009/11/10 16:29:51 kwm Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.1.15.4 -CATEGORIES= www -MASTER_SITES= http://webkitgtk.org/ -PKGNAMESUFFIX= -gtk2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= icutu.38:${PORTSDIR}/devel/icu \ - enchant.1:${PORTSDIR}/textproc/enchant \ - curl.5:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 libxslt ltverhack:13 -USE_PERL5= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ - ac_cv_path_DOLT_BASH="" -CONFIGURE_ARGS= --enable-icon-database \ - --enable-svg \ - --enable-svg-fonts -MAKEFILE= GNUmakefile - -BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 -#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", - -OPTIONS= VIDEO "Enable video support" on \ - DEBUG "Build with debug support" off \ - STATIC "Enable building static library" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= yes -CONFIGURE_ARGS+=--enable-video -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if defined(WITH_STATIC) -CONFIGURE_ARGS+=--enable-static -PLIST_SUB+= STATIC="" -.else -PLIST_SUB+= STATIC="@comment " -.endif - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_jit_JITStubCall.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_jit_JITOpcodes.cpp \ - ${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_jit_JITStubs.cpp -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -.if !defined(WITH_STATIC) - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ - ${WRKDIR}/gnome-libtool -.endif - @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/WebCore/dom/make_names.pl \ - ${WRKSRC}/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/WebCore/bindings/scripts/IDLParser.pm - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo deleted file mode 100644 index 412335d8a..000000000 --- a/www/webkit-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-1.1.15.4.tar.gz) = 47301fb7120421ac38bf714db8f5d428 -SHA256 (webkit-1.1.15.4.tar.gz) = ec2511fc1d4a1e64534574cd5f9b2bc552de9bb22d7b3837dd17146fb5f1c90f -SIZE (webkit-1.1.15.4.tar.gz) = 6093252 diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h deleted file mode 100644 index dc03dce02..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/assembler/MacroAssemblerCodeRef.h.orig 2009-10-19 08:34:08.000000000 -0400 -+++ JavaScriptCore/assembler/MacroAssemblerCodeRef.h 2009-10-19 08:34:53.000000000 -0400 -@@ -69,7 +69,7 @@ public: - - template<typename FunctionType> - explicit FunctionPtr(FunctionType* value) -- : m_value(reinterpret_cast<void*>(value)) -+ : m_value((void*)(value)) - { - ASSERT_VALID_CODE_POINTER(m_value); - } diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITOpcodes.cpp b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITOpcodes.cpp deleted file mode 100644 index 6e6ffe831..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITOpcodes.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- JavaScriptCore/jit/JITOpcodes.cpp.orig 2009-09-29 15:43:18.000000000 -0400 -+++ JavaScriptCore/jit/JITOpcodes.cpp 2009-11-01 13:09:39.000000000 -0500 -@@ -270,7 +270,7 @@ void JIT::privateCompileCTIMachineTrampo - emitGetFromCallFrameHeaderPtr(RegisterFile::ReturnPC, regT1); - move(ImmPtr(&globalData->exceptionLocation), regT2); - storePtr(regT1, regT2); -- move(ImmPtr(reinterpret_cast<void*>(ctiVMThrowTrampoline)), regT2); -+ move(ImmPtr((void*)(ctiVMThrowTrampoline)), regT2); - emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); - poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*)); - restoreReturnAddressBeforeReturn(regT2); -@@ -1754,7 +1754,7 @@ void JIT::privateCompileCTIMachineTrampo - emitGetFromCallFrameHeaderPtr(RegisterFile::ReturnPC, regT1); - move(ImmPtr(&globalData->exceptionLocation), regT2); - storePtr(regT1, regT2); -- move(ImmPtr(reinterpret_cast<void*>(ctiVMThrowTrampoline)), regT2); -+ move(ImmPtr((void*)(ctiVMThrowTrampoline)), regT2); - emitGetFromCallFrameHeaderPtr(RegisterFile::CallerFrame, callFrameRegister); - poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*)); - restoreReturnAddressBeforeReturn(regT2); diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubCall.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubCall.h deleted file mode 100644 index 4d4a76bce..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubCall.h +++ /dev/null @@ -1,65 +0,0 @@ ---- JavaScriptCore/jit/JITStubCall.h.orig 2009-10-18 13:44:09.000000000 -0400 -+++ JavaScriptCore/jit/JITStubCall.h 2009-10-18 13:45:53.000000000 -0400 -@@ -36,7 +36,7 @@ namespace JSC { - public: - JITStubCall(JIT* jit, JSObject* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(Cell) - , m_stackIndex(stackIndexStart) - { -@@ -44,7 +44,7 @@ namespace JSC { - - JITStubCall(JIT* jit, JSPropertyNameIterator* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(Cell) - , m_stackIndex(stackIndexStart) - { -@@ -52,7 +52,7 @@ namespace JSC { - - JITStubCall(JIT* jit, void* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(VoidPtr) - , m_stackIndex(stackIndexStart) - { -@@ -60,7 +60,7 @@ namespace JSC { - - JITStubCall(JIT* jit, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(Int) - , m_stackIndex(stackIndexStart) - { -@@ -68,7 +68,7 @@ namespace JSC { - - JITStubCall(JIT* jit, bool (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(Int) - , m_stackIndex(stackIndexStart) - { -@@ -76,7 +76,7 @@ namespace JSC { - - JITStubCall(JIT* jit, void (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(Void) - , m_stackIndex(stackIndexStart) - { -@@ -85,7 +85,7 @@ namespace JSC { - #if USE(JSVALUE32_64) - JITStubCall(JIT* jit, EncodedJSValue (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) - : m_jit(jit) -- , m_stub(reinterpret_cast<void*>(stub)) -+ , m_stub((void*)(stub)) - , m_returnType(Value) - , m_stackIndex(stackIndexStart) - { diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp deleted file mode 100644 index 59229e8bc..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/jit/JITStubs.cpp.orig 2009-10-19 15:13:27.000000000 -0400 -+++ JavaScriptCore/jit/JITStubs.cpp 2009-10-19 15:13:46.000000000 -0400 -@@ -2672,7 +2672,7 @@ DEFINE_STUB_FUNCTION(EncodedJSValue, op_ - - if (!handler) { - *stackFrame.exception = exceptionValue; -- STUB_SET_RETURN_ADDRESS(reinterpret_cast<void*>(ctiOpThrowNotCaught)); -+ STUB_SET_RETURN_ADDRESS((void*)(ctiOpThrowNotCaught)); - return JSValue::encode(jsNull()); - } - diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h deleted file mode 100644 index c46912d7a..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/yarr/RegexJIT.h.orig 2009-10-09 23:47:41.000000000 -0400 -+++ JavaScriptCore/yarr/RegexJIT.h 2009-10-09 23:48:19.000000000 -0400 -@@ -73,7 +73,7 @@ public: - - int execute(const UChar* input, unsigned start, unsigned length, int* output) - { -- return reinterpret_cast<RegexJITCode>(m_ref.m_code.executableAddress())(input, start, length, output); -+ return ((RegexJITCode)m_ref.m_code.executableAddress())(input, start, length, output); - } - - private: diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in deleted file mode 100644 index 53333a520..000000000 --- a/www/webkit-gtk2/files/patch-GNUmakefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- GNUmakefile.in.orig 2009-07-28 12:36:13.000000000 +0200 -+++ GNUmakefile.in 2009-07-28 12:39:13.000000000 +0200 -@@ -8154,7 +8154,9 @@ libWebCoreJS_depfiles := $(patsubst \ - webinspectordir = ${datadir}/webkit-1.0/webinspector - dist_webinspector_DATA = \ - $(WebCore)/English.lproj/localizedStrings.js \ -- $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css}) -+ $(shell ls $(WebCore)/inspector/front-end/*.js) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.html) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.css) - - webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images - dist_webinspectorimages_DATA = \ diff --git a/www/webkit-gtk2/files/patch-JavaScriptCore_wtf_Platform.h b/www/webkit-gtk2/files/patch-JavaScriptCore_wtf_Platform.h deleted file mode 100644 index 1b4d9eec1..000000000 --- a/www/webkit-gtk2/files/patch-JavaScriptCore_wtf_Platform.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/wtf/Platform.h.orig 2009-09-20 01:06:03.000000000 +0200 -+++ JavaScriptCore/wtf/Platform.h 2009-09-21 22:01:16.000000000 +0200 -@@ -626,7 +626,7 @@ - #endif - - #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) --#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX)) -+#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(FREEBSD)) - #define WTF_USE_JSVALUE64 1 - #elif PLATFORM(ARM) || PLATFORM(PPC64) - #define WTF_USE_JSVALUE32 1 diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in deleted file mode 100644 index 1d41c7c8d..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 -+++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 -@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ - Version: @VERSION@ - Requires: glib-2.0 gtk+-2.0 libsoup-2.4 - Libs: -L${libdir} -lwebkit-1.0 --Cflags: -I${includedir}/webkit-1.0 -+Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit diff --git a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp deleted file mode 100644 index 2670c229d..000000000 --- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800 -+++ WebCore/plugins/PluginDatabase.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS_DIR%%"); - paths.append("/usr/lib/browser/plugins"); - paths.append("/usr/local/lib/mozilla/plugins"); - paths.append("/usr/lib/firefox/plugins"); diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo deleted file mode 100644 index 2c4293af5..000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 -+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure deleted file mode 100644 index 08c05beea..000000000 --- a/www/webkit-gtk2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi - - if test "$enable_jit" = "yes"; then - case "$host_cpu" in -- i*86|x86_64) -+ i*86|x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -- x86_64) -+ x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 diff --git a/www/webkit-gtk2/pkg-descr b/www/webkit-gtk2/pkg-descr deleted file mode 100644 index 40ef1e3ef..000000000 --- a/www/webkit-gtk2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -WebKit is an open source web browser engine. 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://webkit.org/ diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist deleted file mode 100644 index 3e9628ce2..000000000 --- a/www/webkit-gtk2/pkg-plist +++ /dev/null @@ -1,255 +0,0 @@ -bin/jsc -include/webkit-1.0/JavaScriptCore/JSBase.h -include/webkit-1.0/JavaScriptCore/JSContextRef.h -include/webkit-1.0/JavaScriptCore/JSObjectRef.h -include/webkit-1.0/JavaScriptCore/JSStringRef.h -include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h -include/webkit-1.0/JavaScriptCore/JSStringRefCF.h -include/webkit-1.0/JavaScriptCore/JSValueRef.h -include/webkit-1.0/JavaScriptCore/JavaScript.h -include/webkit-1.0/JavaScriptCore/JavaScriptCore.h -include/webkit-1.0/JavaScriptCore/WebKitAvailability.h -include/webkit-1.0/webkit/webkit.h -include/webkit-1.0/webkit/webkitdefines.h -include/webkit-1.0/webkit/webkitdownload.h -include/webkit-1.0/webkit/webkitenumtypes.h -include/webkit-1.0/webkit/webkiterror.h -include/webkit-1.0/webkit/webkithittestresult.h -include/webkit-1.0/webkit/webkitnetworkrequest.h -include/webkit-1.0/webkit/webkitnetworkresponse.h -include/webkit-1.0/webkit/webkitsecurityorigin.h -include/webkit-1.0/webkit/webkitsoupauthdialog.h -include/webkit-1.0/webkit/webkitversion.h -include/webkit-1.0/webkit/webkitwebbackforwardlist.h -include/webkit-1.0/webkit/webkitwebdatabase.h -include/webkit-1.0/webkit/webkitwebdatasource.h -include/webkit-1.0/webkit/webkitwebframe.h -include/webkit-1.0/webkit/webkitwebhistoryitem.h -include/webkit-1.0/webkit/webkitwebinspector.h -include/webkit-1.0/webkit/webkitwebnavigationaction.h -include/webkit-1.0/webkit/webkitwebpolicydecision.h -include/webkit-1.0/webkit/webkitwebresource.h -include/webkit-1.0/webkit/webkitwebsettings.h -include/webkit-1.0/webkit/webkitwebview.h -include/webkit-1.0/webkit/webkitwebwindowfeatures.h -%%STATIC%%lib/libwebkit-1.0.a -lib/libwebkit-1.0.la -lib/libwebkit-1.0.so -lib/libwebkit-1.0.so.13 -libdata/pkgconfig/webkit-1.0.pc -share/locale/de/LC_MESSAGES/webkit.mo -share/locale/en_GB/LC_MESSAGES/webkit.mo -share/locale/es/LC_MESSAGES/webkit.mo -share/locale/it/LC_MESSAGES/webkit.mo -share/locale/lt/LC_MESSAGES/webkit.mo -share/locale/nl/LC_MESSAGES/webkit.mo -share/locale/pt_BR/LC_MESSAGES/webkit.mo -share/locale/ru/LC_MESSAGES/webkit.mo -share/locale/sr/LC_MESSAGES/webkit.mo -share/locale/sr@latin/LC_MESSAGES/webkit.mo -share/locale/sv/LC_MESSAGES/webkit.mo -share/locale/vi/LC_MESSAGES/webkit.mo -share/locale/zh_CN/LC_MESSAGES/webkit.mo -share/webkit-1.0/images/deleteButton.png -share/webkit-1.0/images/missingImage.png -share/webkit-1.0/images/nullPlugin.png -share/webkit-1.0/images/panIcon.png -share/webkit-1.0/images/textAreaResizeCorner.png -share/webkit-1.0/images/urlIcon.png -share/webkit-1.0/resources/error.html -share/webkit-1.0/webinspector/BottomUpProfileDataGridTree.js -share/webkit-1.0/webinspector/Breakpoint.js -share/webkit-1.0/webinspector/BreakpointsSidebarPane.js -share/webkit-1.0/webinspector/CallStackSidebarPane.js -share/webkit-1.0/webinspector/Callback.js -share/webkit-1.0/webinspector/ChangesView.js -share/webkit-1.0/webinspector/Color.js -share/webkit-1.0/webinspector/ConsoleView.js -share/webkit-1.0/webinspector/CookieItemsView.js -share/webkit-1.0/webinspector/DOMAgent.js -share/webkit-1.0/webinspector/DOMStorage.js -share/webkit-1.0/webinspector/DOMStorageDataGrid.js -share/webkit-1.0/webinspector/DOMStorageItemsView.js -share/webkit-1.0/webinspector/DataGrid.js -share/webkit-1.0/webinspector/Database.js -share/webkit-1.0/webinspector/DatabaseQueryView.js -share/webkit-1.0/webinspector/DatabaseTableView.js -share/webkit-1.0/webinspector/Drawer.js -share/webkit-1.0/webinspector/ElementsPanel.js -share/webkit-1.0/webinspector/ElementsTreeOutline.js -share/webkit-1.0/webinspector/FontView.js -share/webkit-1.0/webinspector/ImageView.js -share/webkit-1.0/webinspector/Images/back.png -share/webkit-1.0/webinspector/Images/checker.png -share/webkit-1.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/closeButtons.png -share/webkit-1.0/webinspector/Images/consoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/cookie.png -share/webkit-1.0/webinspector/Images/database.png -share/webkit-1.0/webinspector/Images/databaseTable.png -share/webkit-1.0/webinspector/Images/debuggerContinue.png -share/webkit-1.0/webinspector/Images/debuggerPause.png -share/webkit-1.0/webinspector/Images/debuggerStepInto.png -share/webkit-1.0/webinspector/Images/debuggerStepOut.png -share/webkit-1.0/webinspector/Images/debuggerStepOver.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkit-1.0/webinspector/Images/dockButtonGlyph.png -share/webkit-1.0/webinspector/Images/elementsIcon.png -share/webkit-1.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkit-1.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkit-1.0/webinspector/Images/errorIcon.png -share/webkit-1.0/webinspector/Images/errorMediumIcon.png -share/webkit-1.0/webinspector/Images/excludeButtonGlyph.png -share/webkit-1.0/webinspector/Images/focusButtonGlyph.png -share/webkit-1.0/webinspector/Images/forward.png -share/webkit-1.0/webinspector/Images/glossyHeader.png -share/webkit-1.0/webinspector/Images/glossyHeaderPressed.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelected.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkit-1.0/webinspector/Images/goArrow.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutRight.png -share/webkit-1.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkit-1.0/webinspector/Images/localStorage.png -share/webkit-1.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkit-1.0/webinspector/Images/paneBottomGrow.png -share/webkit-1.0/webinspector/Images/paneBottomGrowActive.png -share/webkit-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkit-1.0/webinspector/Images/paneSettingsButtons.png -share/webkit-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkit-1.0/webinspector/Images/percentButtonGlyph.png -share/webkit-1.0/webinspector/Images/profileGroupIcon.png -share/webkit-1.0/webinspector/Images/profileIcon.png -share/webkit-1.0/webinspector/Images/profileSmallIcon.png -share/webkit-1.0/webinspector/Images/profilesIcon.png -share/webkit-1.0/webinspector/Images/profilesSilhouette.png -share/webkit-1.0/webinspector/Images/radioDot.png -share/webkit-1.0/webinspector/Images/recordButtonGlyph.png -share/webkit-1.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkit-1.0/webinspector/Images/reloadButtonGlyph.png -share/webkit-1.0/webinspector/Images/resourceCSSIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkit-1.0/webinspector/Images/resourceJSIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIconSmall.png -share/webkit-1.0/webinspector/Images/resourcesIcon.png -share/webkit-1.0/webinspector/Images/resourcesSilhouette.png -share/webkit-1.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkit-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkit-1.0/webinspector/Images/scriptsIcon.png -share/webkit-1.0/webinspector/Images/scriptsSilhouette.png -share/webkit-1.0/webinspector/Images/searchSmallBlue.png -share/webkit-1.0/webinspector/Images/searchSmallBrightBlue.png -share/webkit-1.0/webinspector/Images/searchSmallGray.png -share/webkit-1.0/webinspector/Images/searchSmallWhite.png -share/webkit-1.0/webinspector/Images/segment.png -share/webkit-1.0/webinspector/Images/segmentEnd.png -share/webkit-1.0/webinspector/Images/segmentHover.png -share/webkit-1.0/webinspector/Images/segmentHoverEnd.png -share/webkit-1.0/webinspector/Images/segmentSelected.png -share/webkit-1.0/webinspector/Images/segmentSelectedEnd.png -share/webkit-1.0/webinspector/Images/sessionStorage.png -share/webkit-1.0/webinspector/Images/splitviewDimple.png -share/webkit-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkit-1.0/webinspector/Images/storageIcon.png -share/webkit-1.0/webinspector/Images/statusbarBackground.png -share/webkit-1.0/webinspector/Images/statusbarBottomBackground.png -share/webkit-1.0/webinspector/Images/statusbarButtons.png -share/webkit-1.0/webinspector/Images/statusbarMenuButton.png -share/webkit-1.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkit-1.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkit-1.0/webinspector/Images/statusbarResizerVertical.png -share/webkit-1.0/webinspector/Images/timelineHollowPillBlue.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGray.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGreen.png -share/webkit-1.0/webinspector/Images/timelineHollowPillOrange.png -share/webkit-1.0/webinspector/Images/timelineHollowPillPurple.png -share/webkit-1.0/webinspector/Images/timelineHollowPillRed.png -share/webkit-1.0/webinspector/Images/timelineHollowPillYellow.png -share/webkit-1.0/webinspector/Images/timelinePillBlue.png -share/webkit-1.0/webinspector/Images/timelinePillGray.png -share/webkit-1.0/webinspector/Images/timelinePillGreen.png -share/webkit-1.0/webinspector/Images/timelinePillOrange.png -share/webkit-1.0/webinspector/Images/timelinePillPurple.png -share/webkit-1.0/webinspector/Images/timelinePillRed.png -share/webkit-1.0/webinspector/Images/timelinePillYellow.png -share/webkit-1.0/webinspector/Images/tipBalloon.png -share/webkit-1.0/webinspector/Images/tipBalloonBottom.png -share/webkit-1.0/webinspector/Images/tipIcon.png -share/webkit-1.0/webinspector/Images/tipIconPressed.png -share/webkit-1.0/webinspector/Images/toolbarItemSelected.png -share/webkit-1.0/webinspector/Images/treeDownTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeDownTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeRightTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeRightTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeUpTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeUpTriangleWhite.png -share/webkit-1.0/webinspector/Images/undockButtonGlyph.png -share/webkit-1.0/webinspector/Images/userInputIcon.png -share/webkit-1.0/webinspector/Images/userInputPreviousIcon.png -share/webkit-1.0/webinspector/Images/userInputResultIcon.png -share/webkit-1.0/webinspector/Images/warningIcon.png -share/webkit-1.0/webinspector/Images/warningMediumIcon.png -share/webkit-1.0/webinspector/Images/warningsErrors.png -share/webkit-1.0/webinspector/InjectedScript.js -share/webkit-1.0/webinspector/InjectedScriptAccess.js -share/webkit-1.0/webinspector/KeyboardShortcut.js -share/webkit-1.0/webinspector/MetricsSidebarPane.js -share/webkit-1.0/webinspector/Object.js -share/webkit-1.0/webinspector/ObjectPropertiesSection.js -share/webkit-1.0/webinspector/ObjectProxy.js -share/webkit-1.0/webinspector/Panel.js -share/webkit-1.0/webinspector/PanelEnablerView.js -share/webkit-1.0/webinspector/Placard.js -share/webkit-1.0/webinspector/Popup.js -share/webkit-1.0/webinspector/ProfileDataGridTree.js -share/webkit-1.0/webinspector/ProfileView.js -share/webkit-1.0/webinspector/ProfilesPanel.js -share/webkit-1.0/webinspector/PropertiesSection.js -share/webkit-1.0/webinspector/PropertiesSidebarPane.js -share/webkit-1.0/webinspector/Resource.js -share/webkit-1.0/webinspector/ResourceCategory.js -share/webkit-1.0/webinspector/ResourceView.js -share/webkit-1.0/webinspector/ResourcesPanel.js -share/webkit-1.0/webinspector/ScopeChainSidebarPane.js -share/webkit-1.0/webinspector/Script.js -share/webkit-1.0/webinspector/ScriptView.js -share/webkit-1.0/webinspector/ScriptsPanel.js -share/webkit-1.0/webinspector/SidebarPane.js -share/webkit-1.0/webinspector/SidebarTreeElement.js -share/webkit-1.0/webinspector/SourceFrame.js -share/webkit-1.0/webinspector/SourceView.js -share/webkit-1.0/webinspector/StatusBarButton.js -share/webkit-1.0/webinspector/StoragePanel.js -share/webkit-1.0/webinspector/StylesSidebarPane.js -share/webkit-1.0/webinspector/SummaryBar.js -share/webkit-1.0/webinspector/TextPrompt.js -share/webkit-1.0/webinspector/TimelineAgent.js -share/webkit-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkit-1.0/webinspector/View.js -share/webkit-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkit-1.0/webinspector/inspector.css -share/webkit-1.0/webinspector/inspector.html -share/webkit-1.0/webinspector/inspector.js -share/webkit-1.0/webinspector/localizedStrings.js -share/webkit-1.0/webinspector/treeoutline.js -share/webkit-1.0/webinspector/utilities.js -@dirrm share/webkit-1.0/webinspector/Images -@dirrm share/webkit-1.0/webinspector -@dirrm share/webkit-1.0/resources -@dirrm share/webkit-1.0/images -@dirrm share/webkit-1.0 -@dirrm include/webkit-1.0/webkit -@dirrm include/webkit-1.0/JavaScriptCore -@dirrm include/webkit-1.0 -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile deleted file mode 100644 index 20f9c112f..000000000 --- a/www/webkit-sharp/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: webkit-sharp -# Date created: 2008-09-01 -# Whom: Romain Tartiere <romain@blogreen.org> -# -# $FreeBSD$ -# - -PORTNAME= webkit-sharp -PORTVERSION= 0.2 -PORTREVISION= 5 -#PORTEPOCH= 0 -CATEGORIES= www -MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}/ -#MASTER_SITE_SUBDIR= -#PKGNAMEPREFIX= -#PKGNAMESUFFIX= -#DISTNAME= -#EXTRACT_SUFX= -#DISTFILES= -#DIST_SUBDIR= ${PORTNAME} -#EXTRACT_ONLY= - -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} - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gtksharp20 - -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> diff --git a/www/webkit-sharp/distinfo b/www/webkit-sharp/distinfo deleted file mode 100644 index 2ca0ba272..000000000 --- a/www/webkit-sharp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-sharp-0.2.tar.bz2) = 8041fba941b7299e432380c86b6dddf8 -SHA256 (webkit-sharp-0.2.tar.bz2) = ce0f87546d0a8c0a7f8d2c23075c80e109aa6c5fc30480b42f4c3c14ff5562a9 -SIZE (webkit-sharp-0.2.tar.bz2) = 81853 diff --git a/www/webkit-sharp/pkg-descr b/www/webkit-sharp/pkg-descr deleted file mode 100644 index 8c4b1875e..000000000 --- a/www/webkit-sharp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 02d65e613..000000000 --- a/www/webkit-sharp/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -@comment $FreeBSD$ -lib/mono/gac/webkit-sharp/1.0.0.0__eaa1d335d2e19745/webkit-sharp.dll -lib/mono/gac/webkit-sharp/1.0.0.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/pkgconfig -@dirrm lib/mono/webkit-sharp -@dirrm lib/mono/gac/webkit-sharp/1.0.0.0__eaa1d335d2e19745 -@dirrm lib/mono/gac/webkit-sharp diff --git a/x11-fm/gir-repository-nautilus/Makefile b/x11-fm/gir-repository-nautilus/Makefile deleted file mode 100644 index 25132caf0..000000000 --- a/x11-fm/gir-repository-nautilus/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-nautilus -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-fm - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -nautilus - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile deleted file mode 100644 index 0a3161011..000000000 --- a/x11-fm/nautilus/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: nautilus2 -# Date created: 28th August 2000 -# Whom: ade, archie -# -# $FreeBSD$ -# $MCom: ports/x11-fm/nautilus/Makefile,v 1.185 2009/09/21 22:14:31 kwm Exp $ -# - -PORTNAME= nautilus -PORTVERSION= 2.28.1 -CATEGORIES= x11-fm gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= File manager for the GNOME desktop - -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - exempi.3:${PORTSDIR}/textproc/exempi - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - librsvg2 desktopfileutils ltverhack gvfs ltasneededhack -GNOME_DESKTOP_VERSION=2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CONFIGURE_ARGS= --enable-static --disable-packagekit -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off - -GCONF_SCHEMAS= apps_nautilus_preferences.schemas - -MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ - nautilus.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_TRACKER) -#RUN_DEPENDS+= tracker-applet:${PORTSDIR}/sysutils/tracker-gnome -LIB_DEPENDS+= trackerclient.0:${PORTSDIR}/sysutils/tracker-client \ - tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk -.else -CONFIGURE_ARGS+=--disable-tracker -.endif - -post-install: - @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0 - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo deleted file mode 100644 index 912a5adba..000000000 --- a/x11-fm/nautilus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/nautilus-2.28.1.tar.bz2) = e759af11a0844828e2b484ff42ee0498 -SHA256 (gnome2/nautilus-2.28.1.tar.bz2) = 197147d04529ee14e63609fa4755c9effff19842f77594ff8cce6e2433d0bec0 -SIZE (gnome2/nautilus-2.28.1.tar.bz2) = 6020681 diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in deleted file mode 100644 index a4f79ca6b..000000000 --- a/x11-fm/nautilus/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Wed Nov 24 13:14:21 2004 -+++ Makefile.in Wed Nov 24 13:14:47 2004 -@@ -183,7 +183,6 @@ - libbackground \ - libnautilus-private \ - src \ -- test \ - po \ - data \ - icons \ diff --git a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in b/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in deleted file mode 100644 index 448a4f6b0..000000000 --- a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in +++ /dev/null @@ -1,8 +0,0 @@ ---- data/nautilus.desktop.in.in.orig 2009-04-25 17:13:18.000000000 -0400 -+++ data/nautilus.desktop.in.in 2009-04-25 17:13:32.000000000 -0400 -@@ -15,4 +15,5 @@ X-GNOME-Bugzilla-Version=@VERSION@ - X-GNOME-Autostart-Phase=Desktop - X-GNOME-Autostart-Notify=true - X-GNOME-AutoRestart=true -+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop - X-GNOME-Provides=filemanager diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c deleted file mode 100644 index d709dec1e..000000000 --- a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 -+++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 -@@ -89,9 +89,7 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #elif HAVE_SYS_MOUNT_H --#if HAVE_SYS_PARAM_H - #include <sys/param.h> --#endif - #include <sys/mount.h> - #endif - diff --git a/x11-fm/nautilus/pkg-descr b/x11-fm/nautilus/pkg-descr deleted file mode 100644 index b4f3fd678..000000000 --- a/x11-fm/nautilus/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Nautilus is a file manager tightly integrated into the GNOME destkop. -It is also responsible for desktop and icon management, and provides -an intuitive interface for accessing files and webpages. - -WWW: http://www.gnome.org/projects/nautilus/ diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist deleted file mode 100644 index e834f8565..000000000 --- a/x11-fm/nautilus/pkg-plist +++ /dev/null @@ -1,301 +0,0 @@ -bin/nautilus -bin/nautilus-autorun-software -bin/nautilus-connect-server -bin/nautilus-file-management-properties -include/nautilus/libnautilus-extension/nautilus-column-provider.h -include/nautilus/libnautilus-extension/nautilus-column.h -include/nautilus/libnautilus-extension/nautilus-extension-types.h -include/nautilus/libnautilus-extension/nautilus-file-info.h -include/nautilus/libnautilus-extension/nautilus-info-provider.h -include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h -include/nautilus/libnautilus-extension/nautilus-menu-item.h -include/nautilus/libnautilus-extension/nautilus-menu-provider.h -include/nautilus/libnautilus-extension/nautilus-menu.h -include/nautilus/libnautilus-extension/nautilus-property-page-provider.h -include/nautilus/libnautilus-extension/nautilus-property-page.h -lib/libnautilus-extension.a -lib/libnautilus-extension.la -lib/libnautilus-extension.so -lib/libnautilus-extension.so.1 -libexec/nautilus-convert-metadata -libdata/pkgconfig/libnautilus-extension.pc -share/applications/nautilus-autorun-software.desktop -share/applications/nautilus-browser.desktop -share/applications/nautilus-computer.desktop -share/applications/nautilus-file-management-properties.desktop -share/applications/nautilus-folder-handler.desktop -share/applications/nautilus-home.desktop -share/applications/nautilus.desktop -share/applications/network-scheme.desktop -share/doc/libnautilus-extension/NautilusColumn.html -share/doc/libnautilus-extension/NautilusMenuItem.html -share/doc/libnautilus-extension/NautilusPropertyPage.html -share/doc/libnautilus-extension/ch01.html -share/doc/libnautilus-extension/home.png -share/doc/libnautilus-extension/index.html -share/doc/libnautilus-extension/index.sgml -share/doc/libnautilus-extension/ix01.html -share/doc/libnautilus-extension/left.png -share/doc/libnautilus-extension/libnautilus-extension.devhelp -share/doc/libnautilus-extension/libnautilus-extension.devhelp2 -share/doc/libnautilus-extension/libnautilus-extension-nautilus-column-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-extension-types.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-file-info.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-info-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-location-widget-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-property-page-provider.html -share/doc/libnautilus-extension/pt01.html -share/doc/libnautilus-extension/right.png -share/doc/libnautilus-extension/style.css -share/doc/libnautilus-extension/up.png -share/icons/hicolor/16x16/apps/nautilus.png -share/icons/hicolor/22x22/apps/nautilus.png -share/icons/hicolor/24x24/apps/nautilus.png -share/icons/hicolor/32x32/apps/nautilus.png -share/icons/hicolor/scalable/apps/nautilus.svg -share/locale/af/LC_MESSAGES/nautilus.mo -share/locale/am/LC_MESSAGES/nautilus.mo -share/locale/ar/LC_MESSAGES/nautilus.mo -share/locale/as/LC_MESSAGES/nautilus.mo -share/locale/ast/LC_MESSAGES/nautilus.mo -share/locale/az/LC_MESSAGES/nautilus.mo -share/locale/be/LC_MESSAGES/nautilus.mo -share/locale/be@latin/LC_MESSAGES/nautilus.mo -share/locale/bg/LC_MESSAGES/nautilus.mo -share/locale/bn/LC_MESSAGES/nautilus.mo -share/locale/bn_IN/LC_MESSAGES/nautilus.mo -share/locale/br/LC_MESSAGES/nautilus.mo -share/locale/bs/LC_MESSAGES/nautilus.mo -share/locale/ca/LC_MESSAGES/nautilus.mo -share/locale/ca@valencia/LC_MESSAGES/nautilus.mo -share/locale/crh/LC_MESSAGES/nautilus.mo -share/locale/cs/LC_MESSAGES/nautilus.mo -share/locale/cy/LC_MESSAGES/nautilus.mo -share/locale/da/LC_MESSAGES/nautilus.mo -share/locale/de/LC_MESSAGES/nautilus.mo -share/locale/dz/LC_MESSAGES/nautilus.mo -share/locale/el/LC_MESSAGES/nautilus.mo -share/locale/en_CA/LC_MESSAGES/nautilus.mo -share/locale/en_GB/LC_MESSAGES/nautilus.mo -share/locale/eo/LC_MESSAGES/nautilus.mo -share/locale/es/LC_MESSAGES/nautilus.mo -share/locale/et/LC_MESSAGES/nautilus.mo -share/locale/eu/LC_MESSAGES/nautilus.mo -share/locale/fa/LC_MESSAGES/nautilus.mo -share/locale/fi/LC_MESSAGES/nautilus.mo -share/locale/fr/LC_MESSAGES/nautilus.mo -share/locale/fur/LC_MESSAGES/nautilus.mo -share/locale/ga/LC_MESSAGES/nautilus.mo -share/locale/gl/LC_MESSAGES/nautilus.mo -share/locale/gu/LC_MESSAGES/nautilus.mo -share/locale/ha/LC_MESSAGES/nautilus.mo -share/locale/he/LC_MESSAGES/nautilus.mo -share/locale/hi/LC_MESSAGES/nautilus.mo -share/locale/hr/LC_MESSAGES/nautilus.mo -share/locale/hu/LC_MESSAGES/nautilus.mo -share/locale/hy/LC_MESSAGES/nautilus.mo -share/locale/id/LC_MESSAGES/nautilus.mo -share/locale/ig/LC_MESSAGES/nautilus.mo -share/locale/io/LC_MESSAGES/nautilus.mo -share/locale/is/LC_MESSAGES/nautilus.mo -share/locale/it/LC_MESSAGES/nautilus.mo -share/locale/ja/LC_MESSAGES/nautilus.mo -share/locale/ka/LC_MESSAGES/nautilus.mo -share/locale/km/LC_MESSAGES/nautilus.mo -share/locale/kn/LC_MESSAGES/nautilus.mo -share/locale/ko/LC_MESSAGES/nautilus.mo -share/locale/ku/LC_MESSAGES/nautilus.mo -share/locale/li/LC_MESSAGES/nautilus.mo -share/locale/lt/LC_MESSAGES/nautilus.mo -share/locale/lv/LC_MESSAGES/nautilus.mo -share/locale/mai/LC_MESSAGES/nautilus.mo -share/locale/mg/LC_MESSAGES/nautilus.mo -share/locale/mi/LC_MESSAGES/nautilus.mo -share/locale/mk/LC_MESSAGES/nautilus.mo -share/locale/ml/LC_MESSAGES/nautilus.mo -share/locale/mn/LC_MESSAGES/nautilus.mo -share/locale/mr/LC_MESSAGES/nautilus.mo -share/locale/ms/LC_MESSAGES/nautilus.mo -share/locale/nb/LC_MESSAGES/nautilus.mo -share/locale/ne/LC_MESSAGES/nautilus.mo -share/locale/nl/LC_MESSAGES/nautilus.mo -share/locale/nn/LC_MESSAGES/nautilus.mo -share/locale/nso/LC_MESSAGES/nautilus.mo -share/locale/oc/LC_MESSAGES/nautilus.mo -share/locale/or/LC_MESSAGES/nautilus.mo -share/locale/pa/LC_MESSAGES/nautilus.mo -share/locale/pl/LC_MESSAGES/nautilus.mo -share/locale/ps/LC_MESSAGES/nautilus.mo -share/locale/pt/LC_MESSAGES/nautilus.mo -share/locale/pt_BR/LC_MESSAGES/nautilus.mo -share/locale/ro/LC_MESSAGES/nautilus.mo -share/locale/ru/LC_MESSAGES/nautilus.mo -share/locale/rw/LC_MESSAGES/nautilus.mo -share/locale/si/LC_MESSAGES/nautilus.mo -share/locale/sk/LC_MESSAGES/nautilus.mo -share/locale/sl/LC_MESSAGES/nautilus.mo -share/locale/sq/LC_MESSAGES/nautilus.mo -share/locale/sr/LC_MESSAGES/nautilus.mo -share/locale/sr@latin/LC_MESSAGES/nautilus.mo -share/locale/sr@ije/LC_MESSAGES/nautilus.mo -share/locale/sv/LC_MESSAGES/nautilus.mo -share/locale/ta/LC_MESSAGES/nautilus.mo -share/locale/te/LC_MESSAGES/nautilus.mo -share/locale/th/LC_MESSAGES/nautilus.mo -share/locale/tk/LC_MESSAGES/nautilus.mo -share/locale/tr/LC_MESSAGES/nautilus.mo -share/locale/uk/LC_MESSAGES/nautilus.mo -share/locale/uz/LC_MESSAGES/nautilus.mo -share/locale/uz@cyrillic/LC_MESSAGES/nautilus.mo -share/locale/vi/LC_MESSAGES/nautilus.mo -share/locale/wa/LC_MESSAGES/nautilus.mo -share/locale/xh/LC_MESSAGES/nautilus.mo -share/locale/yi/LC_MESSAGES/nautilus.mo -share/locale/yo/LC_MESSAGES/nautilus.mo -share/locale/zh_CN/LC_MESSAGES/nautilus.mo -share/locale/zh_HK/LC_MESSAGES/nautilus.mo -share/locale/zh_TW/LC_MESSAGES/nautilus.mo -share/locale/zu/LC_MESSAGES/nautilus.mo -share/mime/packages/nautilus.xml -%%DATADIR%%/browser.xml -%%DATADIR%%/icons/hicolor/16x16/emblems/emblem-note.png -%%DATADIR%%/icons/hicolor/24x24/emblems/emblem-note.png -%%DATADIR%%/icons/hicolor/48x48/emblems/emblem-note.png -%%DATADIR%%/nautilus-extras.placeholder -%%DATADIR%%/nautilus-suggested.placeholder -%%DATADIR%%/patterns/blue_gray_rough.png -%%DATADIR%%/patterns/blue_ridge.png -%%DATADIR%%/patterns/blue_type.png -%%DATADIR%%/patterns/brushed_metal.png -%%DATADIR%%/patterns/burlap.jpg -%%DATADIR%%/patterns/camouflage.png -%%DATADIR%%/patterns/chalk.jpg -%%DATADIR%%/patterns/cork.png -%%DATADIR%%/patterns/countertop.png -%%DATADIR%%/patterns/dark-gnome.jpg -%%DATADIR%%/patterns/dots.png -%%DATADIR%%/patterns/fibers.png -%%DATADIR%%/patterns/fleur_de_lis.png -%%DATADIR%%/patterns/floral.png -%%DATADIR%%/patterns/fossil.png -%%DATADIR%%/patterns/gnome.jpg -%%DATADIR%%/patterns/green_weave.png -%%DATADIR%%/patterns/ice.png -%%DATADIR%%/patterns/manila_paper.png -%%DATADIR%%/patterns/moss_ridge.png -%%DATADIR%%/patterns/numbers.png -%%DATADIR%%/patterns/ocean_stripes.png -%%DATADIR%%/patterns/purple_marble.png -%%DATADIR%%/patterns/reset.png -%%DATADIR%%/patterns/ridged_paper.png -%%DATADIR%%/patterns/rough_paper.png -%%DATADIR%%/patterns/sky_ridge.png -%%DATADIR%%/patterns/snow_ridge.png -%%DATADIR%%/patterns/stucco.jpg -%%DATADIR%%/patterns/terracotta.png -%%DATADIR%%/patterns/wavy_white.png -%%DATADIR%%/ui/nautilus-bookmarks-window.ui -%%DATADIR%%/ui/nautilus-file-management-properties.ui -%%DATADIR%%/ui/nautilus-desktop-icon-view-ui.xml -%%DATADIR%%/ui/nautilus-directory-view-ui.xml -%%DATADIR%%/ui/nautilus-icon-view-ui.xml -%%DATADIR%%/ui/nautilus-list-view-ui.xml -%%DATADIR%%/ui/nautilus-navigation-window-ui.xml -%%DATADIR%%/ui/nautilus-shell-ui.xml -%%DATADIR%%/ui/nautilus-spatial-window-ui.xml -share/pixmaps/nautilus/audio.svg -share/pixmaps/nautilus/backgrounds.png -share/pixmaps/nautilus/chit_frame.png -share/pixmaps/nautilus/colors.png -share/pixmaps/nautilus/emblems.png -share/pixmaps/nautilus/erase.png -share/pixmaps/nautilus/knob.png -share/pixmaps/nautilus/thumbnail_frame.png -@dirrm share/pixmaps/nautilus -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/patterns -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@exec /bin/mkdir -p %D/lib/nautilus/extensions-2.0 -@dirrmtry lib/nautilus/extensions-2.0 -@dirrmtry lib/nautilus -@dirrm include/nautilus/libnautilus-extension -@dirrm include/nautilus -@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 -@dirrm share/doc/libnautilus-extension -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11-fonts/fontconfig-reference/Makefile b/x11-fonts/fontconfig-reference/Makefile deleted file mode 100644 index 13de867bc..000000000 --- a/x11-fonts/fontconfig-reference/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: fontconfig-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 5 -PORTEPOCH= 0 - -DOCSDIR= ${PREFIX}/share/doc/fontconfig-devel - -.include "${.CURDIR}/Makefile.man" - -do-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.3 ${PREFIX}/man/man3 -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/fontconfig-devel.pdf \ - ${WRKSRC}/doc/fontconfig-devel.txt ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/html - ${INSTALL_DATA} ${WRKSRC}/doc/fontconfig-devel/* ${DOCSDIR}/html -.endif - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-fonts/fontconfig-reference/Makefile.man b/x11-fonts/fontconfig-reference/Makefile.man deleted file mode 100644 index d26d023d3..000000000 --- a/x11-fonts/fontconfig-reference/Makefile.man +++ /dev/null @@ -1,58 +0,0 @@ -MAN3= FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 \ - FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 \ - FcAtomicReplaceOrig.3 FcAtomicUnlock.3 FcBlanksAdd.3 \ - FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksIsMember.3 \ - FcCacheCopySet.3 FcCacheDir.3 FcCacheNumFont.3 \ - FcCacheNumSubdir.3 FcCacheSubdir.3 FcCharSetAddChar.3 \ - FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCoverage.3 \ - FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetEqual.3 \ - FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 \ - FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetMerge.3 \ - FcCharSetNew.3 FcCharSetNextPage.3 FcCharSetSubtract.3 \ - FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 \ - FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 \ - FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 \ - FcConfigEnableHome.3 FcConfigFilename.3 FcConfigGetBlanks.3 \ - FcConfigGetCache.3 FcConfigGetCacheDirs.3 \ - FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 \ - FcConfigGetCurrent.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 \ - FcConfigGetRescanInterval.3 FcConfigHome.3 \ - FcConfigParseAndLoad.3 FcConfigReference.3 FcConfigSetCurrent.3 \ - FcConfigSetRescanInterval.3 FcConfigSubstitute.3 \ - FcConfigSubstituteWithPat.3 FcConfigUptoDate.3 \ - FcDefaultSubstitute.3 FcDirCacheLoad.3 FcDirCacheLoadFile.3 \ - FcDirCacheRead.3 FcDirCacheUnlink.3 FcDirCacheUnload.3 \ - FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 FcFileIsDir.3 \ - FcFileScan.3 FcFini.3 FcFontList.3 FcFontMatch.3 \ - FcFontRenderPrepare.3 FcFontSetAdd.3 FcFontSetCreate.3 \ - FcFontSetDestroy.3 FcFontSetList.3 FcFontSetMatch.3 \ - FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 \ - FcFontSort.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 \ - FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 \ - FcFreeTypeQueryFace.3 FcGetLangs.3 FcGetVersion.3 FcInit.3 \ - FcInitBringUptoDate.3 FcInitLoadConfig.3 \ - FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcIsLower.3 \ - FcIsUpper.3 FcLangGetCharSet.3 FcLangSetAdd.3 FcLangSetCompare.3 \ - FcLangSetContains.3 FcLangSetCopy.3 FcLangSetCreate.3 \ - FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetHasLang.3 \ - FcLangSetGetLangs.3 FcLangSetHash.3 FcMatrixCopy.3 FcMatrixEqual.3 \ - FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 \ - FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 \ - FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 \ - FcNameRegisterObjectTypes.3 FcNameUnparse.3 \ - FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 \ - FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 \ - FcObjectSetDestroy.3 FcPatternAdd.3 FcPatternAdd-Type.3 \ - FcPatternAddWeak.3 FcPatternBuild.3 FcPatternCreate.3 \ - FcPatternDel.3 FcPatternDestroy.3 FcPatternDuplicate.3 \ - FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 \ - FcPatternFormat.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternHash.3 \ - FcPatternPrint.3 FcPatternReference.3 FcPatternRemove.3 FcStrBasename.3 \ - FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrCopy.3 FcStrCopyFilename.3 \ - FcStrDowncase.3 FcStrFree.3 FcStrListCreate.3 FcStrListDone.3 \ - FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3 FcStrSetAddFilename.3 \ - FcStrSetCreate.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrSetEqual.3 \ - FcStrSetMember.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcToLower.3 \ - FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 \ - FcUtf8ToUcs4.3 FcValueDestroy.3 FcValueEqual.3 FcValuePrint.3 \ - FcValueSave.3 FcStrDirname.3 diff --git a/x11-fonts/fontconfig-reference/pkg-descr b/x11-fonts/fontconfig-reference/pkg-descr deleted file mode 100644 index 6de649ca9..000000000 --- a/x11-fonts/fontconfig-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-fonts/fontconfig. - -WWW: http://fontconfig.org/ diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile deleted file mode 100644 index 7da60cb61..000000000 --- a/x11-fonts/fontconfig/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: fontconfig -# Date created: 06 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.24 2009/09/09 23:08:49 marcus Exp $ -# - -PORTNAME= fontconfig -PORTVERSION= 2.8.0 -PORTREVISION?= 0 -PORTEPOCH?= 1 -CATEGORIES= x11-fonts -MASTER_SITES= http://fontconfig.org/release/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An XML-based font configuration API for X Windows - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - expat.6:${PORTSDIR}/textproc/expat2 - -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack pkgconfig ltverhack -CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ - --with-expat-includes=${LOCALBASE}/include \ - --with-expat-lib=${LOCALBASE}/lib \ - --with-default-fonts=${LOCALBASE}/lib/X11/fonts \ - --with-cache-dir=/var/db/fontconfig \ - --without-add-fonts \ - --disable-docs -MAKE_ENV= LC_ALL=C -MAKE_JOBS_SAFE= yes -PKGINSTALL= ${WRKDIR}/pkg-install - -MAN1= fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 fc-query.1 fc-scan.1 -MAN5= fonts-conf.5 -PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt - -.include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} -.endif - ${INSTALL_MAN} ${MAN5:S|^|${WRKSRC}/doc/|} ${PREFIX}/man/man5 -.for manpage in ${MAN1} - ${INSTALL_MAN} ${FILESDIR}/${manpage} ${PREFIX}/man/man1 -.endfor - if [ ! -f ${PREFIX}/etc/fonts/fonts.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf; \ - ${INSTALL_DATA} ${WRKSRC}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf.default; \ - else \ - ${INSTALL_DATA} ${WRKSRC}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf.default; \ - fi - @${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \ - s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ - > ${PKGINSTALL} -.if !defined(PACKAGE_BUILDING) - @${LDCONFIG} -m ${PREFIX}/lib - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-fonts/fontconfig/distinfo b/x11-fonts/fontconfig/distinfo deleted file mode 100644 index 5b617cd3e..000000000 --- a/x11-fonts/fontconfig/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fontconfig-2.8.0.tar.gz) = 77e15a92006ddc2adbb06f840d591c0e -SHA256 (fontconfig-2.8.0.tar.gz) = fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335 -SIZE (fontconfig-2.8.0.tar.gz) = 1548409 diff --git a/x11-fonts/fontconfig/files/fc-cache.1 b/x11-fonts/fontconfig/files/fc-cache.1 deleted file mode 100644 index 3d77bd59c..000000000 --- a/x11-fonts/fontconfig/files/fc-cache.1 +++ /dev/null @@ -1,75 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-CACHE" "1" "05 May 2008" "" "" - -.SH NAME -fc-cache \- build font information cache files -.SH SYNOPSIS - -\fBfc-cache\fR [ \fB-fsvV?\fR ] [ \fB--force\fR ] [ \fB--system-only\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIdirs\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-cache\fR scans the font directories on -the system and builds font information cache files for -applications using fontconfig for their font handling. -.PP -If directory arguments are not given, -\fBfc-cache\fR uses each directory in the -current font configuration. Each directory is scanned for -font files readable by FreeType. A cache is created which -contains properties of each font and the associated filename. -This cache is used to speed up application startup when using -the fontconfig library. -.PP -Note that \fBfc-cache\fR must be executed -once per architecture to generate font information customized -for that architecture. On a subsequent run, -\fBfc-cache\fR will augment the cache -information files with the information for the new -architecture. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-f --force \fR -Force re-generation of apparently up-to-date cache files, -overriding the timestamp checking. -.TP -\fB-s --system-only \fR -Only scan system-wide directories, omitting the places -located in the user's home directory. -.TP -\fB-v --verbose \fR -Display status information while busy. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.TP -\fB\fIdirs\fB \fR -A list of directories to scan for fonts. -.SH "FILES" -.TP -\fB\fIfonts.cache-2\fB\fR -These files are generated by \fBfc-cache\fR -and contain maps from file names to font properties. They are -read by the fontconfig library at application startup to locate -appropriate fonts. -.SH "SEE ALSO" -.PP -\fBfc-list\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was written by Keith Packard -<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&. diff --git a/x11-fonts/fontconfig/files/fc-cat.1 b/x11-fonts/fontconfig/files/fc-cat.1 deleted file mode 100644 index b025d7c5e..000000000 --- a/x11-fonts/fontconfig/files/fc-cat.1 +++ /dev/null @@ -1,44 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-CAT" "1" "05 May 2008" "" "" - -.SH NAME -fc-cat \- read font information cache files -.SH SYNOPSIS - -\fBfc-cat\fR [ \fB-rvV?\fR ] [ \fB--recurse\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfonts-cache-2-files\fB\fR ] [ \fB\fIdirs\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-cat\fR reads the font information from -cache files or related to font directories -and emits it in ASCII form. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-r --recurse \fR -Recurse into subdirectories. -.TP -\fB-v --verbose \fR -Be verbose. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.SH "SEE ALSO" -.PP -\fBfc-cache\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was written by Patrick Lam <plam@mit.edu>\&. diff --git a/x11-fonts/fontconfig/files/fc-list.1 b/x11-fonts/fontconfig/files/fc-list.1 deleted file mode 100644 index 6a0145db1..000000000 --- a/x11-fonts/fontconfig/files/fc-list.1 +++ /dev/null @@ -1,61 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-LIST" "1" "05 May 2008" "" "" - -.SH NAME -fc-list \- list available fonts -.SH SYNOPSIS - -\fBfc-list\fR [ \fB-vV?\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIpattern\fB\fR ] [ \fB\fIelement\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-list\fR lists fonts and styles -available on the system for applications using fontconfig. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-v --verbose \fR -Display status information while busy. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.TP -\fB\fIpattern\fB \fR -If this argument is set, only fonts matching -\fIpattern\fR are displayed. -.TP -\fB\fIelement\fB \fR -If set, the \fIelement\fR property -is displayed for matching fonts. -.SH "EXAMPLES" -.TP -\fBfc-list\fR -Lists all font faces. -.TP -\fBfc-list :lang=hi\fR -Lists font faces that cover Hindi. -.TP -\fBfc-list : family style file spacing \fR -Lists the filename and spacing value for each font -face. ``:'' is an empty pattern that matches all -fonts. -.SH "SEE ALSO" -.PP -\fBfc-cache\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was written by Keith Packard -<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&. diff --git a/x11-fonts/fontconfig/files/fc-match.1 b/x11-fonts/fontconfig/files/fc-match.1 deleted file mode 100644 index 06f7aa3cb..000000000 --- a/x11-fonts/fontconfig/files/fc-match.1 +++ /dev/null @@ -1,51 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-MATCH" "1" "05 May 2008" "" "" - -.SH NAME -fc-match \- match available fonts -.SH SYNOPSIS - -\fBfc-match\fR [ \fB-svV?\fR ] [ \fB--sort\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfont-pattern\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-match\fR matches font-pattern (empty -pattern by default) using the normal fontconfig matching rules to find -the best font available. If --sort is given, the sorted list of best -matching fonts is displayed. With --verbose, the whole font pattern -for each match is printed, otherwise only the file, family and style -are printed.. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-v --verbose \fR -Print whole font pattern for each match. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.TP -\fB-s --sort \fR -Displays sorted list of best matching fonts. -.TP -\fB\fIfont-pattern\fB \fR -Displays fonts matching -\fIfont-pattern\fR (uses empty pattern by default). -.SH "SEE ALSO" -.PP -\fBfc-list\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was updated by Patrick Lam <plam@csail.mit.edu>\&. diff --git a/x11-fonts/fontconfig/files/fc-query.1 b/x11-fonts/fontconfig/files/fc-query.1 deleted file mode 100644 index a6e6e47a9..000000000 --- a/x11-fonts/fontconfig/files/fc-query.1 +++ /dev/null @@ -1,57 +0,0 @@ -.\\" auto-generated by docbook2man-spec $Revision: 1.1 $ -.TH "FC-QUERY" "1" "Aug 13, 2008" "" "" -.SH NAME -fc-query \- query font files -.SH SYNOPSIS -.sp -\fBfc-query\fR [ \fB-Vh\fR ] - - [ \fB [ -i \fIindex\fB ] [ --index \fIindex\fB ] \fR ] [ \fB [ -f \fIformat\fB ] [ --format \fIformat\fB ] \fR ] [ \fB--version\fR ] [ \fB--help\fR ] \fB\fIfont-file\fB\fR\fI...\fR -.SH "DESCRIPTION" -.PP -\fBfc-query\fR queries -\fIfont-file\fR(s) using the normal fontconfig -rules and prints out font pattern for each face found. -If \fB--index\fR is given, only one face of each file is -queried, otherwise all faces are queried. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-i\fR -Only query face indexed \fIindex\fR of -each file. -.TP -\fB-f\fR -Format output according to the format specifier -\fIformat\fR. -.TP -\fB-V\fR -Show version of the program and exit. -.TP -\fB-h\fR -Show summary of options. -.TP -\fB\fIfont-file\fB\fR -Query \fIfont-file\fR for font faces. -.SH "RETURN CODES" -.PP -\fBfc-query\fR returns error code 0 for successful parsing, -or 1 if any errors occured or if at least one font face could not be opened. -.SH "SEE ALSO" -.PP -\fBfc-scan\fR(1) -\fBFcFreeTypeQuery\fR(3) -\fBFcPatternFormat\fR(3) -\fBfc-cat\fR(1) -\fBfc-cache\fR(1) -\fBfc-list\fR(1) -\fBfc-match\fR(1) -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR. -.SH "AUTHOR" -.PP -This manual page was updated by Behdad Esfahbod <behdad@behdad.org>. diff --git a/x11-fonts/fontconfig/files/fc-scan.1 b/x11-fonts/fontconfig/files/fc-scan.1 deleted file mode 100644 index 77748d18f..000000000 --- a/x11-fonts/fontconfig/files/fc-scan.1 +++ /dev/null @@ -1,52 +0,0 @@ -.\\" auto-generated by docbook2man-spec $Revision: 1.1 $ -.TH "FC-SCAN" "1" "Jan 15, 2009" "" "" -.SH NAME -fc-scan \- scan font files or directories -.SH SYNOPSIS -.sp -\fBfc-scan\fR [ \fB-Vh\fR ] - - [ \fB [ -f \fIformat\fB ] [ --format \fIformat\fB ] \fR ] [ \fB--version\fR ] [ \fB--help\fR ] \fB\fIfile\fB\fR\fI...\fR -.SH "DESCRIPTION" -.PP -\fBfc-scan\fR scans -\fIfile\fR(s) recursively -and prints out font pattern for each face found. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-f\fR -Format output according to the format specifier -\fIformat\fR. -.TP -\fB-V\fR -Show version of the program and exit. -.TP -\fB-h\fR -Show summary of options. -.TP -\fB\fIfile\fB\fR -Scan \fIfile\fR recursively for font faces. -.SH "RETURN CODES" -.PP -\fBfc-scan\fR returns error code 0 if at least one font -was found or 1 otherwise. -.SH "SEE ALSO" -.PP -\fBfc-query\fR(1) -\fBFcFileScan\fR(3) -\fBFcDirScan\fR(3) -\fBFcPatternFormat\fR(3) -\fBfc-cat\fR(1) -\fBfc-cache\fR(1) -\fBfc-list\fR(1) -\fBfc-match\fR(1) -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR. -.SH "AUTHOR" -.PP -This manual page was updated by Behdad Esfahbod <behdad@behdad.org>. diff --git a/x11-fonts/fontconfig/files/patch-Makefile.in b/x11-fonts/fontconfig/files/patch-Makefile.in deleted file mode 100644 index 5719bed30..000000000 --- a/x11-fonts/fontconfig/files/patch-Makefile.in +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.in.orig 2009-07-08 01:52:45.000000000 -0400 -+++ Makefile.in 2009-07-08 01:53:30.000000000 -0400 -@@ -896,28 +896,28 @@ fonts.conf: fonts.conf.in Makefile - mv $@.tmp $@ - - install-data-local: fonts.conf -- $(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir) -- if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \ -- echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \ -- mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \ -- fi -- if [ -f $(srcdir)/fonts.conf ]; then \ -- echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -- $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -- else if [ -f fonts.conf ]; then \ -- echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -- $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -- fi; fi -- @(if $(RUN_FC_CACHE_TEST); then \ -- echo " $(bindir)/fc-cache -s -f -v"; \ -- $(bindir)/fc-cache -s -f -v; \ -- else \ -- echo "***"; \ -- echo "*** Warning: fonts.cache not built"; \ -- echo "***"; \ -- echo "*** Generate this file manually on host system using fc-cache"; \ -- echo "***"; \ -- fi) -+# $(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir) -+# if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \ -+# echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \ -+# mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \ -+# fi -+# if [ -f $(srcdir)/fonts.conf ]; then \ -+# echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -+# $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -+# else if [ -f fonts.conf ]; then \ -+# echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -+# $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -+# fi; fi -+# @(if $(RUN_FC_CACHE_TEST); then \ -+# echo " $(bindir)/fc-cache -s -f -v"; \ -+# $(bindir)/fc-cache -s -f -v; \ -+# else \ -+# echo "***"; \ -+# echo "*** Warning: fonts.cache not built"; \ -+# echo "***"; \ -+# echo "*** Generate this file manually on host system using fc-cache"; \ -+# echo "***"; \ -+# fi) - - uninstall-local: - if [ -f $(srcdir)/fonts.conf ]; then \ diff --git a/x11-fonts/fontconfig/files/pkg-install.in b/x11-fonts/fontconfig/files/pkg-install.in deleted file mode 100644 index e82abb41d..000000000 --- a/x11-fonts/fontconfig/files/pkg-install.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin -export PATH - -if [ "$2" = "POST-INSTALL" ]; then - echo "Running fc-cache to build fontconfig cache..." - fc-cache -f -v - exit 0 -fi diff --git a/x11-fonts/fontconfig/pkg-descr b/x11-fonts/fontconfig/pkg-descr deleted file mode 100644 index 7595ac232..000000000 --- a/x11-fonts/fontconfig/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Fontconfig does the following: - - * discover new fonts when installed automatically, removing a common source - of configuration problems. - * perform font name substitution, so that appropriate alternative fonts can - be selected if fonts are missing. - * identify the set of fonts required to completely cover a set of languages. - * have GUI configuration tools built as it uses an XML-based configuration - file (though with autodiscovery, we believe this need is minimized). - * efficiently and quickly find the fonts you need among the set of fonts - you have installed, even if you have installed thousands of fonts, while - minimzing memory usage. - * be used in concert with the X Render Extension and FreeType to implement - high quality, anti-aliased and subpixel rendered text on a display. - --- keithp - -WWW: http://fontconfig.org/ diff --git a/x11-fonts/fontconfig/pkg-plist b/x11-fonts/fontconfig/pkg-plist deleted file mode 100644 index bc6a0793e..000000000 --- a/x11-fonts/fontconfig/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/fc-cache -bin/fc-cat -bin/fc-list -bin/fc-match -bin/fc-query -bin/fc-scan -etc/fonts/conf.avail/10-autohint.conf -etc/fonts/conf.avail/10-no-sub-pixel.conf -etc/fonts/conf.avail/10-sub-pixel-bgr.conf -etc/fonts/conf.avail/10-sub-pixel-rgb.conf -etc/fonts/conf.avail/10-sub-pixel-vbgr.conf -etc/fonts/conf.avail/10-sub-pixel-vrgb.conf -etc/fonts/conf.avail/10-unhinted.conf -etc/fonts/conf.avail/20-fix-globaladvance.conf -etc/fonts/conf.avail/20-unhint-small-vera.conf -etc/fonts/conf.avail/25-unhint-nonlatin.conf -etc/fonts/conf.avail/30-metric-aliases.conf -etc/fonts/conf.avail/30-urw-aliases.conf -etc/fonts/conf.avail/40-nonlatin.conf -etc/fonts/conf.avail/45-latin.conf -etc/fonts/conf.avail/49-sansserif.conf -etc/fonts/conf.avail/50-user.conf -etc/fonts/conf.avail/51-local.conf -etc/fonts/conf.avail/60-latin.conf -etc/fonts/conf.avail/65-fonts-persian.conf -etc/fonts/conf.avail/65-khmer.conf -etc/fonts/conf.avail/65-nonlatin.conf -etc/fonts/conf.avail/69-unifont.conf -etc/fonts/conf.avail/70-no-bitmaps.conf -etc/fonts/conf.avail/70-yes-bitmaps.conf -etc/fonts/conf.avail/80-delicious.conf -etc/fonts/conf.avail/90-synthetic.conf -etc/fonts/conf.d/20-fix-globaladvance.conf -etc/fonts/conf.d/20-unhint-small-vera.conf -etc/fonts/conf.d/30-metric-aliases.conf -etc/fonts/conf.d/30-urw-aliases.conf -etc/fonts/conf.d/40-nonlatin.conf -etc/fonts/conf.d/45-latin.conf -etc/fonts/conf.d/49-sansserif.conf -etc/fonts/conf.d/50-user.conf -etc/fonts/conf.d/51-local.conf -etc/fonts/conf.d/60-latin.conf -etc/fonts/conf.d/65-fonts-persian.conf -etc/fonts/conf.d/65-nonlatin.conf -etc/fonts/conf.d/69-unifont.conf -etc/fonts/conf.d/80-delicious.conf -etc/fonts/conf.d/90-synthetic.conf -etc/fonts/conf.d/README -@unexec if cmp -s %D/etc/fonts/fonts.conf %D/etc/fonts/fonts.conf.default; then rm -f %D/etc/fonts/fonts.conf; fi -etc/fonts/fonts.conf.default -@exec [ -f %B/fonts.conf ] || cp %B/%f %B/fonts.conf -etc/fonts/fonts.dtd -include/fontconfig/fcfreetype.h -include/fontconfig/fcprivate.h -include/fontconfig/fontconfig.h -lib/libfontconfig.a -lib/libfontconfig.la -lib/libfontconfig.so -lib/libfontconfig.so.1 -libdata/pkgconfig/fontconfig.pc -@dirrm include/fontconfig -@dirrmtry etc/fonts/conf.d -@dirrmtry etc/fonts/conf.avail -@dirrmtry etc/fonts -@unexec rm -rf /var/db/fontconfig 2>/dev/null || true diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile deleted file mode 100644 index 696f58073..000000000 --- a/x11-fonts/libXft/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: Xft -# Date created: 06 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXft -PORTVERSION= 2.1.14 -CATEGORIES= x11-fonts - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A client-sided font API for X applications - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig - -XORG_CAT= lib -USE_XORG= xproto:both xrender - -MAN1= xft-config.1 -MAN3= Xft.3 - -.include <bsd.port.mk> diff --git a/x11-fonts/libXft/distinfo b/x11-fonts/libXft/distinfo deleted file mode 100644 index 789527c9a..000000000 --- a/x11-fonts/libXft/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xorg/lib/libXft-2.1.14.tar.bz2) = 254e62a233491e0e1251636536163e20 -SHA256 (xorg/lib/libXft-2.1.14.tar.bz2) = 700e9d594b81cad3dfd5fac4a5cfd0c4cf7780c812507ef04eb40139ebf5175e -SIZE (xorg/lib/libXft-2.1.14.tar.bz2) = 289068 diff --git a/x11-fonts/libXft/pkg-descr b/x11-fonts/libXft/pkg-descr deleted file mode 100644 index fed3119ce..000000000 --- a/x11-fonts/libXft/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The current version of Xft provides a client-side font API for X -applications. It uses Fontconfig to select fonts and the X protocol for -rendering them. When available, Xft uses the Render extension to accelerate -text drawing. When Render is not available, Xft uses the core protocol to draw -client-side glyphs. This provides completely compatible support of client-side -fonts for all X servers. - --- keithp - -WWW: http://fontconfig.org/ diff --git a/x11-fonts/libXft/pkg-plist b/x11-fonts/libXft/pkg-plist deleted file mode 100644 index f8ec4c5ac..000000000 --- a/x11-fonts/libXft/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/xft-config -include/X11/Xft/Xft.h -include/X11/Xft/XftCompat.h -lib/libXft.so.2 -lib/libXft.so -lib/libXft.la -lib/libXft.a -libdata/pkgconfig/xft.pc -@dirrm include/X11/Xft diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile deleted file mode 100644 index fda44b3e3..000000000 --- a/x11-themes/gnome-backgrounds/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gnome-backgrounds -# Date Created: 12 January 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.43 2009/09/08 11:05:49 kwm Exp $ -# - -PORTNAME= gnome-backgrounds -PORTVERSION= 2.28.0 -CATEGORIES= x11-themes graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of backgrounds for GNOME 2 - -USE_BZIP2= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo deleted file mode 100644 index 3f3c9a059..000000000 --- a/x11-themes/gnome-backgrounds/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-backgrounds-2.28.0.tar.bz2) = a137eae321c12ba253a1ce55b13b622d -SHA256 (gnome2/gnome-backgrounds-2.28.0.tar.bz2) = 39dafeeb198ba778a1bdf5eeb2591515c1a12647ea2d3bcde1e4e2b799e42ecd -SIZE (gnome2/gnome-backgrounds-2.28.0.tar.bz2) = 9919862 diff --git a/x11-themes/gnome-backgrounds/pkg-descr b/x11-themes/gnome-backgrounds/pkg-descr deleted file mode 100644 index bd5054b85..000000000 --- a/x11-themes/gnome-backgrounds/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module contains a set of backgrounds packaged with the GNOME desktop. diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist deleted file mode 100644 index 78996a579..000000000 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ /dev/null @@ -1,150 +0,0 @@ -share/gnome-background-properties/gnome-abstract.xml -share/gnome-background-properties/gnome-nature.xml -share/locale/af/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ar/LC_MESSAGES/gnome-backgrounds.mo -share/locale/as/LC_MESSAGES/gnome-backgrounds.mo -share/locale/be/LC_MESSAGES/gnome-backgrounds.mo -share/locale/be@latin/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bg/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bn_IN/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ca/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-backgrounds.mo -share/locale/cs/LC_MESSAGES/gnome-backgrounds.mo -share/locale/cy/LC_MESSAGES/gnome-backgrounds.mo -share/locale/da/LC_MESSAGES/gnome-backgrounds.mo -share/locale/de/LC_MESSAGES/gnome-backgrounds.mo -share/locale/dz/LC_MESSAGES/gnome-backgrounds.mo -share/locale/el/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en_CA/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en_GB/LC_MESSAGES/gnome-backgrounds.mo -share/locale/es/LC_MESSAGES/gnome-backgrounds.mo -share/locale/et/LC_MESSAGES/gnome-backgrounds.mo -share/locale/eu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fa/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fur/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ga/LC_MESSAGES/gnome-backgrounds.mo -share/locale/gl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/gu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/he/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hy/LC_MESSAGES/gnome-backgrounds.mo -share/locale/id/LC_MESSAGES/gnome-backgrounds.mo -share/locale/it/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ja/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ka/LC_MESSAGES/gnome-backgrounds.mo -share/locale/kk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/kn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ko/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ku/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ky/LC_MESSAGES/gnome-backgrounds.mo -share/locale/lt/LC_MESSAGES/gnome-backgrounds.mo -share/locale/lv/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mai/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mg/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ml/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nb/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nds/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ne/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/oc/LC_MESSAGES/gnome-backgrounds.mo -share/locale/or/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pa/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ps/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pt/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pt_BR/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ro/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ru/LC_MESSAGES/gnome-backgrounds.mo -share/locale/rw/LC_MESSAGES/gnome-backgrounds.mo -share/locale/si/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sq/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sr@latin/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sv/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ta/LC_MESSAGES/gnome-backgrounds.mo -share/locale/te/LC_MESSAGES/gnome-backgrounds.mo -share/locale/th/LC_MESSAGES/gnome-backgrounds.mo -share/locale/tr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uz/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-backgrounds.mo -share/locale/vi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_CN/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_HK/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_TW/LC_MESSAGES/gnome-backgrounds.mo -share/pixmaps/backgrounds/gnome/abstract/Flow.png -share/pixmaps/backgrounds/gnome/abstract/Gulp.png -share/pixmaps/backgrounds/gnome/abstract/Silk.png -share/pixmaps/backgrounds/gnome/abstract/Spring.png -share/pixmaps/backgrounds/gnome/abstract/Waves.png -share/pixmaps/backgrounds/gnome/nature/Aqua.jpg -share/pixmaps/backgrounds/gnome/nature/Blinds.jpg -share/pixmaps/backgrounds/gnome/nature/Dune.jpg -share/pixmaps/backgrounds/gnome/nature/FreshFlower.jpg -share/pixmaps/backgrounds/gnome/nature/Garden.jpg -share/pixmaps/backgrounds/gnome/nature/GreenMeadow.jpg -share/pixmaps/backgrounds/gnome/nature/LadyBird.jpg -share/pixmaps/backgrounds/gnome/nature/RainDrops.jpg -share/pixmaps/backgrounds/gnome/nature/Storm.jpg -share/pixmaps/backgrounds/gnome/nature/TwoWings.jpg -share/pixmaps/backgrounds/gnome/nature/Wood.jpg -share/pixmaps/backgrounds/gnome/nature/YellowFlower.jpg -@dirrm share/pixmaps/backgrounds/gnome/nature -@dirrm share/pixmaps/backgrounds/gnome/abstract -@dirrmtry share/pixmaps/backgrounds/gnome -@dirrmtry share/pixmaps/backgrounds -@dirrmtry share/gnome-background-properties -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile deleted file mode 100644 index 45e8a052a..000000000 --- a/x11-themes/gnome-themes/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gnome-themes -# Date Created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.169 2009/09/22 20:15:20 kwm Exp $ -# - -PORTNAME= gnome-themes -PORTVERSION= 2.28.1 -CATEGORIES= x11-themes gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of themes and icons for GNOME2 - -BUILD_DEPENDS= gtk-engines2>=2.9.0:${PORTSDIR}/x11-themes/gtk-engines2 \ - icon-naming-utils>=0.8.0:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= gtk-engines2>=2.9.0:${PORTSDIR}/x11-themes/gtk-engines2 - -CONFLICTS= clearlooks-metacity-0.* - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-themes/distinfo b/x11-themes/gnome-themes/distinfo deleted file mode 100644 index 11940d107..000000000 --- a/x11-themes/gnome-themes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-themes-2.28.1.tar.bz2) = 0159b27d7f72c74ae9595486fc13814b -SHA256 (gnome2/gnome-themes-2.28.1.tar.bz2) = 62396dad35acf20874a430d679e81554f8e3dcf22b8ecb85c464d060f315902e -SIZE (gnome2/gnome-themes-2.28.1.tar.bz2) = 1602311 diff --git a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh b/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh deleted file mode 100644 index bc7e26a01..000000000 --- a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- common/mkiconlinks.sh.orig 2008-09-04 17:15:42.000000000 -0500 -+++ common/mkiconlinks.sh 2008-09-04 17:16:31.000000000 -0500 -@@ -16,7 +16,7 @@ - while [ ! -z "$NEXTLINE" ] ; do - - # Skip lines beginning with '#' -- if [ ! "${NEXTLINE:0:1}" == '#' ]; then -+ if ! echo ${NEXTLINE} | grep -q "^#" ; then - #Extract first field, minus its trailing colon - ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'` - diff --git a/x11-themes/gnome-themes/pkg-descr b/x11-themes/gnome-themes/pkg-descr deleted file mode 100644 index 333388e78..000000000 --- a/x11-themes/gnome-themes/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A collection of themes for metacity and Gtk, and some basic icon -sets. diff --git a/x11-themes/gnome-themes/pkg-plist b/x11-themes/gnome-themes/pkg-plist deleted file mode 100644 index 49f5d6ef7..000000000 --- a/x11-themes/gnome-themes/pkg-plist +++ /dev/null @@ -1,2895 +0,0 @@ -share/icons/Crux/16x16/actions/back.png -share/icons/Crux/16x16/actions/bottom.png -share/icons/Crux/16x16/actions/document-open.png -share/icons/Crux/16x16/actions/down.png -share/icons/Crux/16x16/actions/fileopen.png -share/icons/Crux/16x16/actions/finish.png -share/icons/Crux/16x16/actions/forward.png -share/icons/Crux/16x16/actions/go-bottom.png -share/icons/Crux/16x16/actions/go-down.png -share/icons/Crux/16x16/actions/go-first.png -share/icons/Crux/16x16/actions/go-home.png -share/icons/Crux/16x16/actions/go-last.png -share/icons/Crux/16x16/actions/go-next.png -share/icons/Crux/16x16/actions/go-previous.png -share/icons/Crux/16x16/actions/go-top.png -share/icons/Crux/16x16/actions/go-up.png -share/icons/Crux/16x16/actions/gohome.png -share/icons/Crux/16x16/actions/gtk-go-back-ltr.png -share/icons/Crux/16x16/actions/gtk-go-back-rtl.png -share/icons/Crux/16x16/actions/gtk-go-down.png -share/icons/Crux/16x16/actions/gtk-go-forward-ltr.png -share/icons/Crux/16x16/actions/gtk-go-forward-rtl.png -share/icons/Crux/16x16/actions/gtk-go-up.png -share/icons/Crux/16x16/actions/gtk-goto-bottom.png -share/icons/Crux/16x16/actions/gtk-goto-first-ltr.png -share/icons/Crux/16x16/actions/gtk-goto-first-rtl.png -share/icons/Crux/16x16/actions/gtk-goto-last-ltr.png -share/icons/Crux/16x16/actions/gtk-goto-last-rtl.png -share/icons/Crux/16x16/actions/gtk-goto-top.png -share/icons/Crux/16x16/actions/gtk-home.png -share/icons/Crux/16x16/actions/gtk-open.png -share/icons/Crux/16x16/actions/gtk-refresh.png -share/icons/Crux/16x16/actions/kfm_home.png -share/icons/Crux/16x16/actions/next.png -share/icons/Crux/16x16/actions/previous.png -share/icons/Crux/16x16/actions/redhat-home.png -share/icons/Crux/16x16/actions/reload.png -share/icons/Crux/16x16/actions/reload3.png -share/icons/Crux/16x16/actions/reload_all_tabs.png -share/icons/Crux/16x16/actions/reload_page.png -share/icons/Crux/16x16/actions/start.png -share/icons/Crux/16x16/actions/stock_bottom.png -share/icons/Crux/16x16/actions/stock_down.png -share/icons/Crux/16x16/actions/stock_first.png -share/icons/Crux/16x16/actions/stock_home.png -share/icons/Crux/16x16/actions/stock_last.png -share/icons/Crux/16x16/actions/stock_left.png -share/icons/Crux/16x16/actions/stock_refresh.png -share/icons/Crux/16x16/actions/stock_right.png -share/icons/Crux/16x16/actions/stock_top.png -share/icons/Crux/16x16/actions/stock_up.png -share/icons/Crux/16x16/actions/top.png -share/icons/Crux/16x16/actions/up.png -share/icons/Crux/16x16/actions/view-refresh.png -share/icons/Crux/16x16/places/application-x-gnome-saved-search.png -share/icons/Crux/16x16/places/folder-remote.png -share/icons/Crux/16x16/places/folder-saved-search.png -share/icons/Crux/16x16/places/folder.png -share/icons/Crux/16x16/places/folder_home.png -share/icons/Crux/16x16/places/gnome-fs-directory.png -share/icons/Crux/16x16/places/gnome-fs-ftp.png -share/icons/Crux/16x16/places/gnome-fs-home.png -share/icons/Crux/16x16/places/gnome-fs-nfs.png -share/icons/Crux/16x16/places/gnome-fs-share.png -share/icons/Crux/16x16/places/gnome-fs-smb.png -share/icons/Crux/16x16/places/gnome-fs-ssh.png -share/icons/Crux/16x16/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/16x16/places/gtk-directory.png -share/icons/Crux/16x16/places/inode-directory.png -share/icons/Crux/16x16/places/network.png -share/icons/Crux/16x16/places/stock_folder.png -share/icons/Crux/16x16/places/user-home.png -share/icons/Crux/16x16/status/folder-drag-accept.png -share/icons/Crux/16x16/status/folder-open.png -share/icons/Crux/16x16/status/folder-visiting.png -share/icons/Crux/16x16/status/folder_open.png -share/icons/Crux/16x16/status/gnome-fs-directory-accept.png -share/icons/Crux/16x16/status/gnome-fs-directory-visiting.png -share/icons/Crux/16x16/status/stock_open.png -share/icons/Crux/22x22/actions/back.png -share/icons/Crux/22x22/actions/bottom.png -share/icons/Crux/22x22/actions/document-open.png -share/icons/Crux/22x22/actions/down.png -share/icons/Crux/22x22/actions/fileopen.png -share/icons/Crux/22x22/actions/finish.png -share/icons/Crux/22x22/actions/forward.png -share/icons/Crux/22x22/actions/go-bottom.png -share/icons/Crux/22x22/actions/go-down.png -share/icons/Crux/22x22/actions/go-first.png -share/icons/Crux/22x22/actions/go-home.png -share/icons/Crux/22x22/actions/go-last.png -share/icons/Crux/22x22/actions/go-next.png -share/icons/Crux/22x22/actions/go-previous.png -share/icons/Crux/22x22/actions/go-top.png -share/icons/Crux/22x22/actions/go-up.png -share/icons/Crux/22x22/actions/gohome.png -share/icons/Crux/22x22/actions/gtk-go-back-ltr.png -share/icons/Crux/22x22/actions/gtk-go-back-rtl.png -share/icons/Crux/22x22/actions/gtk-go-down.png -share/icons/Crux/22x22/actions/gtk-go-forward-ltr.png -share/icons/Crux/22x22/actions/gtk-go-forward-rtl.png -share/icons/Crux/22x22/actions/gtk-go-up.png -share/icons/Crux/22x22/actions/gtk-goto-bottom.png -share/icons/Crux/22x22/actions/gtk-goto-first-ltr.png -share/icons/Crux/22x22/actions/gtk-goto-first-rtl.png -share/icons/Crux/22x22/actions/gtk-goto-last-ltr.png -share/icons/Crux/22x22/actions/gtk-goto-last-rtl.png -share/icons/Crux/22x22/actions/gtk-goto-top.png -share/icons/Crux/22x22/actions/gtk-home.png -share/icons/Crux/22x22/actions/gtk-open.png -share/icons/Crux/22x22/actions/gtk-refresh.png -share/icons/Crux/22x22/actions/kfm_home.png -share/icons/Crux/22x22/actions/next.png -share/icons/Crux/22x22/actions/previous.png -share/icons/Crux/22x22/actions/redhat-home.png -share/icons/Crux/22x22/actions/reload.png -share/icons/Crux/22x22/actions/reload3.png -share/icons/Crux/22x22/actions/reload_all_tabs.png -share/icons/Crux/22x22/actions/reload_page.png -share/icons/Crux/22x22/actions/start.png -share/icons/Crux/22x22/actions/stock_bottom.png -share/icons/Crux/22x22/actions/stock_down.png -share/icons/Crux/22x22/actions/stock_first.png -share/icons/Crux/22x22/actions/stock_home.png -share/icons/Crux/22x22/actions/stock_last.png -share/icons/Crux/22x22/actions/stock_left.png -share/icons/Crux/22x22/actions/stock_refresh.png -share/icons/Crux/22x22/actions/stock_right.png -share/icons/Crux/22x22/actions/stock_top.png -share/icons/Crux/22x22/actions/stock_up.png -share/icons/Crux/22x22/actions/top.png -share/icons/Crux/22x22/actions/up.png -share/icons/Crux/22x22/actions/view-refresh.png -share/icons/Crux/22x22/places/application-x-gnome-saved-search.png -share/icons/Crux/22x22/places/folder-remote.png -share/icons/Crux/22x22/places/folder-saved-search.png -share/icons/Crux/22x22/places/folder.png -share/icons/Crux/22x22/places/folder_home.png -share/icons/Crux/22x22/places/gnome-fs-directory.png -share/icons/Crux/22x22/places/gnome-fs-ftp.png -share/icons/Crux/22x22/places/gnome-fs-home.png -share/icons/Crux/22x22/places/gnome-fs-nfs.png -share/icons/Crux/22x22/places/gnome-fs-share.png -share/icons/Crux/22x22/places/gnome-fs-smb.png -share/icons/Crux/22x22/places/gnome-fs-ssh.png -share/icons/Crux/22x22/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/22x22/places/gtk-directory.png -share/icons/Crux/22x22/places/inode-directory.png -share/icons/Crux/22x22/places/network.png -share/icons/Crux/22x22/places/stock_folder.png -share/icons/Crux/22x22/places/user-home.png -share/icons/Crux/22x22/status/folder-drag-accept.png -share/icons/Crux/22x22/status/folder-open.png -share/icons/Crux/22x22/status/folder-visiting.png -share/icons/Crux/22x22/status/folder_open.png -share/icons/Crux/22x22/status/gnome-fs-directory-accept.png -share/icons/Crux/22x22/status/gnome-fs-directory-visiting.png -share/icons/Crux/22x22/status/stock_open.png -share/icons/Crux/24x24/actions/back.png -share/icons/Crux/24x24/actions/bottom.png -share/icons/Crux/24x24/actions/document-open.png -share/icons/Crux/24x24/actions/down.png -share/icons/Crux/24x24/actions/fileopen.png -share/icons/Crux/24x24/actions/finish.png -share/icons/Crux/24x24/actions/forward.png -share/icons/Crux/24x24/actions/go-bottom.png -share/icons/Crux/24x24/actions/go-down.png -share/icons/Crux/24x24/actions/go-first.png -share/icons/Crux/24x24/actions/go-home.png -share/icons/Crux/24x24/actions/go-last.png -share/icons/Crux/24x24/actions/go-next.png -share/icons/Crux/24x24/actions/go-previous.png -share/icons/Crux/24x24/actions/go-top.png -share/icons/Crux/24x24/actions/go-up.png -share/icons/Crux/24x24/actions/gohome.png -share/icons/Crux/24x24/actions/gtk-go-back-ltr.png -share/icons/Crux/24x24/actions/gtk-go-back-rtl.png -share/icons/Crux/24x24/actions/gtk-go-down.png -share/icons/Crux/24x24/actions/gtk-go-forward-ltr.png -share/icons/Crux/24x24/actions/gtk-go-forward-rtl.png -share/icons/Crux/24x24/actions/gtk-go-up.png -share/icons/Crux/24x24/actions/gtk-goto-bottom.png -share/icons/Crux/24x24/actions/gtk-goto-first-ltr.png -share/icons/Crux/24x24/actions/gtk-goto-first-rtl.png -share/icons/Crux/24x24/actions/gtk-goto-last-ltr.png -share/icons/Crux/24x24/actions/gtk-goto-last-rtl.png -share/icons/Crux/24x24/actions/gtk-goto-top.png -share/icons/Crux/24x24/actions/gtk-home.png -share/icons/Crux/24x24/actions/gtk-open.png -share/icons/Crux/24x24/actions/gtk-refresh.png -share/icons/Crux/24x24/actions/kfm_home.png -share/icons/Crux/24x24/actions/next.png -share/icons/Crux/24x24/actions/previous.png -share/icons/Crux/24x24/actions/redhat-home.png -share/icons/Crux/24x24/actions/reload.png -share/icons/Crux/24x24/actions/reload3.png -share/icons/Crux/24x24/actions/reload_all_tabs.png -share/icons/Crux/24x24/actions/reload_page.png -share/icons/Crux/24x24/actions/start.png -share/icons/Crux/24x24/actions/stock_bottom.png -share/icons/Crux/24x24/actions/stock_down.png -share/icons/Crux/24x24/actions/stock_first.png -share/icons/Crux/24x24/actions/stock_home.png -share/icons/Crux/24x24/actions/stock_last.png -share/icons/Crux/24x24/actions/stock_left.png -share/icons/Crux/24x24/actions/stock_refresh.png -share/icons/Crux/24x24/actions/stock_right.png -share/icons/Crux/24x24/actions/stock_top.png -share/icons/Crux/24x24/actions/stock_up.png -share/icons/Crux/24x24/actions/top.png -share/icons/Crux/24x24/actions/up.png -share/icons/Crux/24x24/actions/view-refresh.png -share/icons/Crux/24x24/places/application-x-gnome-saved-search.png -share/icons/Crux/24x24/places/folder-remote.png -share/icons/Crux/24x24/places/folder-saved-search.png -share/icons/Crux/24x24/places/folder.png -share/icons/Crux/24x24/places/folder_home.png -share/icons/Crux/24x24/places/gnome-fs-directory.png -share/icons/Crux/24x24/places/gnome-fs-ftp.png -share/icons/Crux/24x24/places/gnome-fs-home.png -share/icons/Crux/24x24/places/gnome-fs-nfs.png -share/icons/Crux/24x24/places/gnome-fs-share.png -share/icons/Crux/24x24/places/gnome-fs-smb.png -share/icons/Crux/24x24/places/gnome-fs-ssh.png -share/icons/Crux/24x24/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/24x24/places/gtk-directory.png -share/icons/Crux/24x24/places/inode-directory.png -share/icons/Crux/24x24/places/network.png -share/icons/Crux/24x24/places/stock_folder.png -share/icons/Crux/24x24/places/user-home.png -share/icons/Crux/24x24/status/folder-drag-accept.png -share/icons/Crux/24x24/status/folder-open.png -share/icons/Crux/24x24/status/folder-visiting.png -share/icons/Crux/24x24/status/folder_open.png -share/icons/Crux/24x24/status/gnome-fs-directory-accept.png -share/icons/Crux/24x24/status/gnome-fs-directory-visiting.png -share/icons/Crux/24x24/status/stock_open.png -share/icons/Crux/32x32/actions/document-open.png -share/icons/Crux/32x32/actions/fileopen.png -share/icons/Crux/32x32/actions/gtk-open.png -share/icons/Crux/32x32/places/application-x-gnome-saved-search.png -share/icons/Crux/32x32/places/folder-remote.png -share/icons/Crux/32x32/places/folder-saved-search.png -share/icons/Crux/32x32/places/folder.png -share/icons/Crux/32x32/places/folder_home.png -share/icons/Crux/32x32/places/gnome-fs-directory.png -share/icons/Crux/32x32/places/gnome-fs-ftp.png -share/icons/Crux/32x32/places/gnome-fs-home.png -share/icons/Crux/32x32/places/gnome-fs-nfs.png -share/icons/Crux/32x32/places/gnome-fs-share.png -share/icons/Crux/32x32/places/gnome-fs-smb.png -share/icons/Crux/32x32/places/gnome-fs-ssh.png -share/icons/Crux/32x32/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/32x32/places/gtk-directory.png -share/icons/Crux/32x32/places/inode-directory.png -share/icons/Crux/32x32/places/network.png -share/icons/Crux/32x32/places/stock_folder.png -share/icons/Crux/32x32/places/user-home.png -share/icons/Crux/32x32/status/folder-drag-accept.png -share/icons/Crux/32x32/status/folder-open.png -share/icons/Crux/32x32/status/folder-visiting.png -share/icons/Crux/32x32/status/folder_open.png -share/icons/Crux/32x32/status/gnome-fs-directory-accept.png -share/icons/Crux/32x32/status/gnome-fs-directory-visiting.png -share/icons/Crux/32x32/status/stock_open.png -share/icons/Crux/index.theme -share/icons/Crux/scalable/actions/back.svg -share/icons/Crux/scalable/actions/bottom.svg -share/icons/Crux/scalable/actions/document-open.svg -share/icons/Crux/scalable/actions/down.svg -share/icons/Crux/scalable/actions/fileopen.svg -share/icons/Crux/scalable/actions/finish.svg -share/icons/Crux/scalable/actions/forward.svg -share/icons/Crux/scalable/actions/go-bottom.svg -share/icons/Crux/scalable/actions/go-down.svg -share/icons/Crux/scalable/actions/go-first.svg -share/icons/Crux/scalable/actions/go-home.svg -share/icons/Crux/scalable/actions/go-last.svg -share/icons/Crux/scalable/actions/go-next.svg -share/icons/Crux/scalable/actions/go-previous.svg -share/icons/Crux/scalable/actions/go-top.svg -share/icons/Crux/scalable/actions/go-up.svg -share/icons/Crux/scalable/actions/gohome.svg -share/icons/Crux/scalable/actions/gtk-go-back-ltr.svg -share/icons/Crux/scalable/actions/gtk-go-back-rtl.svg -share/icons/Crux/scalable/actions/gtk-go-down.svg -share/icons/Crux/scalable/actions/gtk-go-forward-ltr.svg -share/icons/Crux/scalable/actions/gtk-go-forward-rtl.svg -share/icons/Crux/scalable/actions/gtk-go-up.svg -share/icons/Crux/scalable/actions/gtk-goto-bottom.svg -share/icons/Crux/scalable/actions/gtk-goto-first-ltr.svg -share/icons/Crux/scalable/actions/gtk-goto-first-rtl.svg -share/icons/Crux/scalable/actions/gtk-goto-last-ltr.svg -share/icons/Crux/scalable/actions/gtk-goto-last-rtl.svg -share/icons/Crux/scalable/actions/gtk-goto-top.svg -share/icons/Crux/scalable/actions/gtk-home.svg -share/icons/Crux/scalable/actions/gtk-open.svg -share/icons/Crux/scalable/actions/gtk-refresh.svg -share/icons/Crux/scalable/actions/kfm_home.svg -share/icons/Crux/scalable/actions/next.svg -share/icons/Crux/scalable/actions/previous.svg -share/icons/Crux/scalable/actions/redhat-home.svg -share/icons/Crux/scalable/actions/reload.svg -share/icons/Crux/scalable/actions/reload3.svg -share/icons/Crux/scalable/actions/reload_all_tabs.svg -share/icons/Crux/scalable/actions/reload_page.svg -share/icons/Crux/scalable/actions/start.svg -share/icons/Crux/scalable/actions/stock_bottom.svg -share/icons/Crux/scalable/actions/stock_down.svg -share/icons/Crux/scalable/actions/stock_first.svg -share/icons/Crux/scalable/actions/stock_home.svg -share/icons/Crux/scalable/actions/stock_last.svg -share/icons/Crux/scalable/actions/stock_left.svg -share/icons/Crux/scalable/actions/stock_refresh.svg -share/icons/Crux/scalable/actions/stock_right.svg -share/icons/Crux/scalable/actions/stock_top.svg -share/icons/Crux/scalable/actions/stock_up.svg -share/icons/Crux/scalable/actions/top.svg -share/icons/Crux/scalable/actions/up.svg -share/icons/Crux/scalable/actions/view-refresh.svg -share/icons/Crux/scalable/places/application-x-gnome-saved-search.svg -share/icons/Crux/scalable/places/folder-remote.svg -share/icons/Crux/scalable/places/folder-saved-search.svg -share/icons/Crux/scalable/places/folder.svg -share/icons/Crux/scalable/places/folder_home.svg -share/icons/Crux/scalable/places/gnome-fs-directory.svg -share/icons/Crux/scalable/places/gnome-fs-ftp.svg -share/icons/Crux/scalable/places/gnome-fs-home.svg -share/icons/Crux/scalable/places/gnome-fs-nfs.svg -share/icons/Crux/scalable/places/gnome-fs-share.svg -share/icons/Crux/scalable/places/gnome-fs-smb.svg -share/icons/Crux/scalable/places/gnome-fs-ssh.svg -share/icons/Crux/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/Crux/scalable/places/gtk-directory.svg -share/icons/Crux/scalable/places/inode-directory.svg -share/icons/Crux/scalable/places/network.svg -share/icons/Crux/scalable/places/stock_folder.svg -share/icons/Crux/scalable/places/user-home.svg -share/icons/Crux/scalable/status/folder-drag-accept.svg -share/icons/Crux/scalable/status/folder-open.svg -share/icons/Crux/scalable/status/folder-visiting.svg -share/icons/Crux/scalable/status/folder_open.svg -share/icons/Crux/scalable/status/gnome-fs-directory-accept.svg -share/icons/Crux/scalable/status/gnome-fs-directory-visiting.svg -share/icons/Crux/scalable/status/stock_open.svg -share/icons/HighContrast-SVG/48x48/animations/gnome-spinner-rest.png -share/icons/HighContrast-SVG/48x48/animations/gnome-spinner.png -share/icons/HighContrast-SVG/48x48/animations/process-idle.png -share/icons/HighContrast-SVG/48x48/animations/process-working.png -share/icons/HighContrast-SVG/index.theme -share/icons/HighContrast-SVG/scalable/actions/add.svg -share/icons/HighContrast-SVG/scalable/actions/application-exit.svg -share/icons/HighContrast-SVG/scalable/actions/back.svg -share/icons/HighContrast-SVG/scalable/actions/bookmark-view.svg -share/icons/HighContrast-SVG/scalable/actions/bottom.svg -share/icons/HighContrast-SVG/scalable/actions/button_cancel.svg -share/icons/HighContrast-SVG/scalable/actions/cancel.svg -share/icons/HighContrast-SVG/scalable/actions/centrejust.svg -share/icons/HighContrast-SVG/scalable/actions/contact-new.svg -share/icons/HighContrast-SVG/scalable/actions/dialog-cancel.svg -share/icons/HighContrast-SVG/scalable/actions/dialog-close.svg -share/icons/HighContrast-SVG/scalable/actions/dialog-ok.svg -share/icons/HighContrast-SVG/scalable/actions/document-new.svg -share/icons/HighContrast-SVG/scalable/actions/document-open-recent.svg -share/icons/HighContrast-SVG/scalable/actions/document-open.svg -share/icons/HighContrast-SVG/scalable/actions/document-print-preview.svg -share/icons/HighContrast-SVG/scalable/actions/document-print.svg -share/icons/HighContrast-SVG/scalable/actions/document-properties.svg -share/icons/HighContrast-SVG/scalable/actions/document-revert.svg -share/icons/HighContrast-SVG/scalable/actions/document-save-as.svg -share/icons/HighContrast-SVG/scalable/actions/document-save.svg -share/icons/HighContrast-SVG/scalable/actions/down.svg -share/icons/HighContrast-SVG/scalable/actions/edit-clear.svg -share/icons/HighContrast-SVG/scalable/actions/edit-copy.svg -share/icons/HighContrast-SVG/scalable/actions/edit-cut.svg -share/icons/HighContrast-SVG/scalable/actions/edit-delete.svg -share/icons/HighContrast-SVG/scalable/actions/edit-find-replace.svg -share/icons/HighContrast-SVG/scalable/actions/edit-find.svg -share/icons/HighContrast-SVG/scalable/actions/edit-paste.svg -share/icons/HighContrast-SVG/scalable/actions/edit-redo.svg -share/icons/HighContrast-SVG/scalable/actions/edit-undo.svg -share/icons/HighContrast-SVG/scalable/actions/editclear.svg -share/icons/HighContrast-SVG/scalable/actions/editcopy.svg -share/icons/HighContrast-SVG/scalable/actions/editcut.svg -share/icons/HighContrast-SVG/scalable/actions/editdelete.svg -share/icons/HighContrast-SVG/scalable/actions/editpaste.svg -share/icons/HighContrast-SVG/scalable/actions/exit.svg -share/icons/HighContrast-SVG/scalable/actions/filefind.svg -share/icons/HighContrast-SVG/scalable/actions/filenew.svg -share/icons/HighContrast-SVG/scalable/actions/fileopen.svg -share/icons/HighContrast-SVG/scalable/actions/fileprint.svg -share/icons/HighContrast-SVG/scalable/actions/filequickprint.svg -share/icons/HighContrast-SVG/scalable/actions/filesave.svg -share/icons/HighContrast-SVG/scalable/actions/filesaveas.svg -share/icons/HighContrast-SVG/scalable/actions/find.svg -share/icons/HighContrast-SVG/scalable/actions/finish.svg -share/icons/HighContrast-SVG/scalable/actions/folder-new.svg -share/icons/HighContrast-SVG/scalable/actions/folder_new.svg -share/icons/HighContrast-SVG/scalable/actions/format-indent-less.svg -share/icons/HighContrast-SVG/scalable/actions/format-indent-more.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-center.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-fill.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-left.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-right.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-bold.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-italic.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-strikethrough.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-underline.svg -share/icons/HighContrast-SVG/scalable/actions/forward.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-lockscreen.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-logout.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-run.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-searchtool.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-shutdown.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-fwd.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-new.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-rpl.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-text-indent.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-text-unindent.svg -share/icons/HighContrast-SVG/scalable/actions/go-bottom.svg -share/icons/HighContrast-SVG/scalable/actions/go-down.svg -share/icons/HighContrast-SVG/scalable/actions/go-first.svg -share/icons/HighContrast-SVG/scalable/actions/go-home.svg -share/icons/HighContrast-SVG/scalable/actions/go-jump.svg -share/icons/HighContrast-SVG/scalable/actions/go-last.svg -share/icons/HighContrast-SVG/scalable/actions/go-next.svg -share/icons/HighContrast-SVG/scalable/actions/go-previous.svg -share/icons/HighContrast-SVG/scalable/actions/go-top.svg -share/icons/HighContrast-SVG/scalable/actions/go-up.svg -share/icons/HighContrast-SVG/scalable/actions/gohome.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-about.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-add.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-bold.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-cancel.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-clear.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-close.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-copy.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-cut.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-delete.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-execute.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-find-and-replace.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-find.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-back-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-back-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-down.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-forward-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-forward-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-up.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-bottom.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-first-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-first-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-last-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-last-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-top.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-home.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-indent-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-indent-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-italic.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-jump-to-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-jump-to-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-center.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-fill.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-left.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-right.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-leave-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-forward-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-forward-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-next-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-next-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-pause.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-play-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-previous-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-previous-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-record.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-rewind-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-rewind-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-stop.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-new.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-open.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-paste.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-print-preview.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-print.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-properties.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-quit.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-redo-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-refresh.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-remove.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-revert-to-saved-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-revert-to-saved-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-save-as.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-save.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-sort-ascending.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-sort-descending.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-spell-check.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-stop.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-strikethrough.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-underline.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-undo-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-unindent-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-unindent-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-100.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-fit.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-in.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-out.svg -share/icons/HighContrast-SVG/scalable/actions/help-about.svg -share/icons/HighContrast-SVG/scalable/actions/help-contents.svg -share/icons/HighContrast-SVG/scalable/actions/help-faq.svg -share/icons/HighContrast-SVG/scalable/actions/history-view.svg -share/icons/HighContrast-SVG/scalable/actions/insert-image.svg -share/icons/HighContrast-SVG/scalable/actions/insert-object.svg -share/icons/HighContrast-SVG/scalable/actions/insert-text.svg -share/icons/HighContrast-SVG/scalable/actions/kfind.svg -share/icons/HighContrast-SVG/scalable/actions/kfm_home.svg -share/icons/HighContrast-SVG/scalable/actions/leftjust.svg -share/icons/HighContrast-SVG/scalable/actions/list-add.svg -share/icons/HighContrast-SVG/scalable/actions/list-remove.svg -share/icons/HighContrast-SVG/scalable/actions/lock.svg -share/icons/HighContrast-SVG/scalable/actions/mail-forward.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-important.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-read.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-unread.svg -share/icons/HighContrast-SVG/scalable/actions/mail-message-new.svg -share/icons/HighContrast-SVG/scalable/actions/mail-reply-all.svg -share/icons/HighContrast-SVG/scalable/actions/mail-reply-sender.svg -share/icons/HighContrast-SVG/scalable/actions/mail-send-receive.svg -share/icons/HighContrast-SVG/scalable/actions/mail_forward.svg -share/icons/HighContrast-SVG/scalable/actions/mail_new.svg -share/icons/HighContrast-SVG/scalable/actions/mail_reply.svg -share/icons/HighContrast-SVG/scalable/actions/mail_replyall.svg -share/icons/HighContrast-SVG/scalable/actions/media-eject.svg -share/icons/HighContrast-SVG/scalable/actions/media-playback-pause.svg -share/icons/HighContrast-SVG/scalable/actions/media-playback-start.svg -share/icons/HighContrast-SVG/scalable/actions/media-playback-stop.svg -share/icons/HighContrast-SVG/scalable/actions/media-record.svg -share/icons/HighContrast-SVG/scalable/actions/media-seek-backward.svg -share/icons/HighContrast-SVG/scalable/actions/media-seek-forward.svg -share/icons/HighContrast-SVG/scalable/actions/media-skip-backward.svg -share/icons/HighContrast-SVG/scalable/actions/media-skip-forward.svg -share/icons/HighContrast-SVG/scalable/actions/next.svg -share/icons/HighContrast-SVG/scalable/actions/object-flip-horizontal.svg -share/icons/HighContrast-SVG/scalable/actions/object-flip-vertical.svg -share/icons/HighContrast-SVG/scalable/actions/object-rotate-left.svg -share/icons/HighContrast-SVG/scalable/actions/object-rotate-right.svg -share/icons/HighContrast-SVG/scalable/actions/player_eject.svg -share/icons/HighContrast-SVG/scalable/actions/player_end.svg -share/icons/HighContrast-SVG/scalable/actions/player_fwd.svg -share/icons/HighContrast-SVG/scalable/actions/player_pause.svg -share/icons/HighContrast-SVG/scalable/actions/player_play.svg -share/icons/HighContrast-SVG/scalable/actions/player_record.svg -share/icons/HighContrast-SVG/scalable/actions/player_rew.svg -share/icons/HighContrast-SVG/scalable/actions/player_start.svg -share/icons/HighContrast-SVG/scalable/actions/player_stop.svg -share/icons/HighContrast-SVG/scalable/actions/previous.svg -share/icons/HighContrast-SVG/scalable/actions/process-stop.svg -share/icons/HighContrast-SVG/scalable/actions/redhat-home.svg -share/icons/HighContrast-SVG/scalable/actions/redo.svg -share/icons/HighContrast-SVG/scalable/actions/reload.svg -share/icons/HighContrast-SVG/scalable/actions/reload3.svg -share/icons/HighContrast-SVG/scalable/actions/reload_all_tabs.svg -share/icons/HighContrast-SVG/scalable/actions/reload_page.svg -share/icons/HighContrast-SVG/scalable/actions/remove.svg -share/icons/HighContrast-SVG/scalable/actions/revert.svg -share/icons/HighContrast-SVG/scalable/actions/rightjust.svg -share/icons/HighContrast-SVG/scalable/actions/search.svg -share/icons/HighContrast-SVG/scalable/actions/start.svg -share/icons/HighContrast-SVG/scalable/actions/stock_about.svg -share/icons/HighContrast-SVG/scalable/actions/stock_bottom.svg -share/icons/HighContrast-SVG/scalable/actions/stock_close.svg -share/icons/HighContrast-SVG/scalable/actions/stock_copy.svg -share/icons/HighContrast-SVG/scalable/actions/stock_cut.svg -share/icons/HighContrast-SVG/scalable/actions/stock_delete.svg -share/icons/HighContrast-SVG/scalable/actions/stock_down.svg -share/icons/HighContrast-SVG/scalable/actions/stock_file-properites.svg -share/icons/HighContrast-SVG/scalable/actions/stock_first.svg -share/icons/HighContrast-SVG/scalable/actions/stock_fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/stock_home.svg -share/icons/HighContrast-SVG/scalable/actions/stock_last.svg -share/icons/HighContrast-SVG/scalable/actions/stock_leave-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/stock_left.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-compose.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-forward.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-reply-to-all.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-reply.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-send-receive.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-fwd.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-next.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-pause.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-play.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-prev.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-rec.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-rew.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-stop.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-bcard.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-dir.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-text.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-window.svg -share/icons/HighContrast-SVG/scalable/actions/stock_paste.svg -share/icons/HighContrast-SVG/scalable/actions/stock_print-preview.svg -share/icons/HighContrast-SVG/scalable/actions/stock_print.svg -share/icons/HighContrast-SVG/scalable/actions/stock_properties.svg -share/icons/HighContrast-SVG/scalable/actions/stock_redo.svg -share/icons/HighContrast-SVG/scalable/actions/stock_refresh.svg -share/icons/HighContrast-SVG/scalable/actions/stock_right.svg -share/icons/HighContrast-SVG/scalable/actions/stock_save-as.svg -share/icons/HighContrast-SVG/scalable/actions/stock_save.svg -share/icons/HighContrast-SVG/scalable/actions/stock_search-and-replace.svg -share/icons/HighContrast-SVG/scalable/actions/stock_search.svg -share/icons/HighContrast-SVG/scalable/actions/stock_spellcheck.svg -share/icons/HighContrast-SVG/scalable/actions/stock_stop.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text-strikethrough.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_bold.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_center.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_indent.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_italic.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_justify.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_left.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_right.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_underlined.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_unindent.svg -share/icons/HighContrast-SVG/scalable/actions/stock_top.svg -share/icons/HighContrast-SVG/scalable/actions/stock_undo.svg -share/icons/HighContrast-SVG/scalable/actions/stock_up.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-1.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-in.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-out.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-page.svg -share/icons/HighContrast-SVG/scalable/actions/stop.svg -share/icons/HighContrast-SVG/scalable/actions/system-lock-screen.svg -share/icons/HighContrast-SVG/scalable/actions/system-log-out.svg -share/icons/HighContrast-SVG/scalable/actions/system-run.svg -share/icons/HighContrast-SVG/scalable/actions/system-search.svg -share/icons/HighContrast-SVG/scalable/actions/system-shutdown.svg -share/icons/HighContrast-SVG/scalable/actions/text_bold.svg -share/icons/HighContrast-SVG/scalable/actions/text_italic.svg -share/icons/HighContrast-SVG/scalable/actions/text_strike.svg -share/icons/HighContrast-SVG/scalable/actions/text_under.svg -share/icons/HighContrast-SVG/scalable/actions/tool-check-spelling.svg -share/icons/HighContrast-SVG/scalable/actions/tools-check-spelling.svg -share/icons/HighContrast-SVG/scalable/actions/top.svg -share/icons/HighContrast-SVG/scalable/actions/undo.svg -share/icons/HighContrast-SVG/scalable/actions/up.svg -share/icons/HighContrast-SVG/scalable/actions/view-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/view-refresh.svg -share/icons/HighContrast-SVG/scalable/actions/view-restore.svg -share/icons/HighContrast-SVG/scalable/actions/view-sort-ascending.svg -share/icons/HighContrast-SVG/scalable/actions/view-sort-descending.svg -share/icons/HighContrast-SVG/scalable/actions/viewmag+.svg -share/icons/HighContrast-SVG/scalable/actions/viewmag-.svg -share/icons/HighContrast-SVG/scalable/actions/viewmag1.svg -share/icons/HighContrast-SVG/scalable/actions/viewmagfit.svg -share/icons/HighContrast-SVG/scalable/actions/window-close.svg -share/icons/HighContrast-SVG/scalable/actions/window-new.svg -share/icons/HighContrast-SVG/scalable/actions/window_fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/window_new.svg -share/icons/HighContrast-SVG/scalable/actions/window_nofullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/xfce-system-exit.svg -share/icons/HighContrast-SVG/scalable/actions/xfce-system-lock.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-best-fit.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-fit-best.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-in.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-original.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-out.svg -share/icons/HighContrast-SVG/scalable/apps/access.svg -share/icons/HighContrast-SVG/scalable/apps/accessibility-directory.svg -share/icons/HighContrast-SVG/scalable/apps/accessories-calculator.svg -share/icons/HighContrast-SVG/scalable/apps/accessories-character-map.svg -share/icons/HighContrast-SVG/scalable/apps/accessories-text-editor.svg -share/icons/HighContrast-SVG/scalable/apps/arts.svg -share/icons/HighContrast-SVG/scalable/apps/bug-buddy.svg -share/icons/HighContrast-SVG/scalable/apps/calc.svg -share/icons/HighContrast-SVG/scalable/apps/config-language.svg -share/icons/HighContrast-SVG/scalable/apps/file-manager.svg -share/icons/HighContrast-SVG/scalable/apps/fonts.svg -share/icons/HighContrast-SVG/scalable/apps/glchess.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-calculator.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-character-map.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-help.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-mixer.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-monitor.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-accessibility-technologies.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-font.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/gtk-help.svg -share/icons/HighContrast-SVG/scalable/apps/gucharmap.svg -share/icons/HighContrast-SVG/scalable/apps/help-browser.svg -share/icons/HighContrast-SVG/scalable/apps/help.svg -share/icons/HighContrast-SVG/scalable/apps/internet-group-chat.svg -share/icons/HighContrast-SVG/scalable/apps/internet-mail.svg -share/icons/HighContrast-SVG/scalable/apps/internet-news-reader.svg -share/icons/HighContrast-SVG/scalable/apps/internet-web-browser.svg -share/icons/HighContrast-SVG/scalable/apps/kcalc.svg -share/icons/HighContrast-SVG/scalable/apps/kcharselect.svg -share/icons/HighContrast-SVG/scalable/apps/kcmsound.svg -share/icons/HighContrast-SVG/scalable/apps/kedit.svg -share/icons/HighContrast-SVG/scalable/apps/kfm.svg -share/icons/HighContrast-SVG/scalable/apps/khelpcenter.svg -share/icons/HighContrast-SVG/scalable/apps/konsole.svg -share/icons/HighContrast-SVG/scalable/apps/kscreensaver.svg -share/icons/HighContrast-SVG/scalable/apps/ksysguard.svg -share/icons/HighContrast-SVG/scalable/apps/locale.svg -share/icons/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg -share/icons/HighContrast-SVG/scalable/apps/multimedia.svg -share/icons/HighContrast-SVG/scalable/apps/openterm.svg -share/icons/HighContrast-SVG/scalable/apps/orca.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-system-network-proxy.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-system-session.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-system-windows.svg -share/icons/HighContrast-SVG/scalable/apps/redhat-filemanager.svg -share/icons/HighContrast-SVG/scalable/apps/screensaver.svg -share/icons/HighContrast-SVG/scalable/apps/stock_help.svg -share/icons/HighContrast-SVG/scalable/apps/susehelpcenter.svg -share/icons/HighContrast-SVG/scalable/apps/system-file-manager.svg -share/icons/HighContrast-SVG/scalable/apps/terminal.svg -share/icons/HighContrast-SVG/scalable/apps/text-editor.svg -share/icons/HighContrast-SVG/scalable/apps/tomboy.svg -share/icons/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg -share/icons/HighContrast-SVG/scalable/apps/utilities-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/volume-knob.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-filemanager.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/xfce4-mixer.svg -share/icons/HighContrast-SVG/scalable/apps/xscreensaver.svg -share/icons/HighContrast-SVG/scalable/categories/applications-accessories.svg -share/icons/HighContrast-SVG/scalable/categories/applications-development.svg -share/icons/HighContrast-SVG/scalable/categories/applications-games.svg -share/icons/HighContrast-SVG/scalable/categories/applications-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/applications-internet.svg -share/icons/HighContrast-SVG/scalable/categories/applications-multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/applications-system.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-control-center.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-devel.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-globe.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-joystick.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-settings.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-system.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-util.svg -share/icons/HighContrast-SVG/scalable/categories/gtk-preferences.svg -share/icons/HighContrast-SVG/scalable/categories/input_devices_settings.svg -share/icons/HighContrast-SVG/scalable/categories/kcontrol.svg -share/icons/HighContrast-SVG/scalable/categories/package_development.svg -share/icons/HighContrast-SVG/scalable/categories/package_games.svg -share/icons/HighContrast-SVG/scalable/categories/package_graphics.svg -share/icons/HighContrast-SVG/scalable/categories/package_multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/package_network.svg -share/icons/HighContrast-SVG/scalable/categories/package_settings.svg -share/icons/HighContrast-SVG/scalable/categories/package_system.svg -share/icons/HighContrast-SVG/scalable/categories/package_utilities.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-desktop-peripherals.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-desktop.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-system.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-accessories.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-games.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-internet.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-preferences.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-programming.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-sound_video.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-system_settings.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-system_tools.svg -share/icons/HighContrast-SVG/scalable/categories/stock_internet.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-games.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-internet.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-system-settings.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-utils.svg -share/icons/HighContrast-SVG/scalable/categories/xfce4-settings.svg -share/icons/HighContrast-SVG/scalable/devices/3floppy_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/audio-input-microphone.svg -share/icons/HighContrast-SVG/scalable/devices/battery.svg -share/icons/HighContrast-SVG/scalable/devices/camera-photo.svg -share/icons/HighContrast-SVG/scalable/devices/camera-video.svg -share/icons/HighContrast-SVG/scalable/devices/camera-web.svg -share/icons/HighContrast-SVG/scalable/devices/camera.svg -share/icons/HighContrast-SVG/scalable/devices/camera_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/cdrom_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/cdwriter_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/chardevice.svg -share/icons/HighContrast-SVG/scalable/devices/computer.svg -share/icons/HighContrast-SVG/scalable/devices/display.svg -share/icons/HighContrast-SVG/scalable/devices/drive-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/drive-harddisk.svg -share/icons/HighContrast-SVG/scalable/devices/drive-optical.svg -share/icons/HighContrast-SVG/scalable/devices/drive-removable-media.svg -share/icons/HighContrast-SVG/scalable/devices/dvd_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-battery.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-cdrom-audio.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-computer.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-cdr.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-cdrw.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdr-plus.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdr.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdram.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdrom.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdrw.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-dvd.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-ethernet.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk-1394.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk-usb.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-ipod.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-cf.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-ms.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-sdmmc.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-sm.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-mouse-ball.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-mouse-optical.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-printer.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable-1394.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable-usb.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-wavelan.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-fs-client.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-stock-mic.svg -share/icons/HighContrast-SVG/scalable/devices/gtk-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/gtk-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/gtk-harddisk.svg -share/icons/HighContrast-SVG/scalable/devices/harddrive.svg -share/icons/HighContrast-SVG/scalable/devices/hdd_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/input-keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/input-mouse.svg -share/icons/HighContrast-SVG/scalable/devices/input-tablet.svg -share/icons/HighContrast-SVG/scalable/devices/ipod_mount.svg -share/icons/HighContrast-SVG/scalable/devices/keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/kjobviewer.svg -share/icons/HighContrast-SVG/scalable/devices/kxkb.svg -share/icons/HighContrast-SVG/scalable/devices/media-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/media-flash.svg -share/icons/HighContrast-SVG/scalable/devices/media-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/media-optical.svg -share/icons/HighContrast-SVG/scalable/devices/media-tape.svg -share/icons/HighContrast-SVG/scalable/devices/mouse.svg -share/icons/HighContrast-SVG/scalable/devices/multimedia-player.svg -share/icons/HighContrast-SVG/scalable/devices/network-wired.svg -share/icons/HighContrast-SVG/scalable/devices/network-wireless.svg -share/icons/HighContrast-SVG/scalable/devices/pda.svg -share/icons/HighContrast-SVG/scalable/devices/phone.svg -share/icons/HighContrast-SVG/scalable/devices/printer-remote.svg -share/icons/HighContrast-SVG/scalable/devices/printer.svg -share/icons/HighContrast-SVG/scalable/devices/printer1.svg -share/icons/HighContrast-SVG/scalable/devices/printmgr.svg -share/icons/HighContrast-SVG/scalable/devices/scanner.svg -share/icons/HighContrast-SVG/scalable/devices/stock_cell-phone.svg -share/icons/HighContrast-SVG/scalable/devices/stock_mic.svg -share/icons/HighContrast-SVG/scalable/devices/stock_printers.svg -share/icons/HighContrast-SVG/scalable/devices/system-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/system.svg -share/icons/HighContrast-SVG/scalable/devices/usbpendrive_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/video-display.svg -share/icons/HighContrast-SVG/scalable/devices/xfce-printer.svg -share/icons/HighContrast-SVG/scalable/devices/xfce4-display.svg -share/icons/HighContrast-SVG/scalable/devices/xfce4-keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/xfce4-mouse.svg -share/icons/HighContrast-SVG/scalable/devices/yast_HD.svg -share/icons/HighContrast-SVG/scalable/devices/yast_idetude.svg -share/icons/HighContrast-SVG/scalable/devices/yast_mouse.svg -share/icons/HighContrast-SVG/scalable/devices/yast_printer.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-default.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-documents.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-downloads.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-favorite.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-important.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-mail.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-noread.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-nowrite.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-photos.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-readonly.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-symbolic-link.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-system.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-unreadable.svg -share/icons/HighContrast-SVG/scalable/emblems/stock_mail-priority-high.svg -share/icons/HighContrast-SVG/scalable/emotes/face-cool.svg -share/icons/HighContrast-SVG/scalable/emotes/face-plain.svg -share/icons/HighContrast-SVG/scalable/emotes/face-sad.svg -share/icons/HighContrast-SVG/scalable/emotes/face-smile-big.svg -share/icons/HighContrast-SVG/scalable/emotes/face-smile.svg -share/icons/HighContrast-SVG/scalable/emotes/face-surprise.svg -share/icons/HighContrast-SVG/scalable/emotes/face-wink.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-1.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-15.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-2.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-3.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-4.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-5.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-6.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-7.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-8.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-x-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/ascii.svg -share/icons/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/binary.svg -share/icons/HighContrast-SVG/scalable/mimetypes/contents2.svg -share/icons/HighContrast-SVG/scalable/mimetypes/document.svg -share/icons/HighContrast-SVG/scalable/mimetypes/empty.svg -share/icons/HighContrast-SVG/scalable/mimetypes/exec.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font_bitmap.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font_truetype.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font_type1.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-fs-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-fs-regular.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-magicpoint.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-msword.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-ogg.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-pdf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-postscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-rtf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-wordperfect.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-abiword.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-word.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-dvi.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-afm.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-killustrator.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kspread.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kword.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-perl.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-php.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-scribus.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shellscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-tex.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-audio.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-image.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-html.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-csh.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-python.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-sh.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-vcard.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-zsh.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-video.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-x-font-afm.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gtk-file.svg -share/icons/HighContrast-SVG/scalable/mimetypes/html.svg -share/icons/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/image.svg -share/icons/HighContrast-SVG/scalable/mimetypes/kpresenter_kpr.svg -share/icons/HighContrast-SVG/scalable/mimetypes/mime_ascii.svg -share/icons/HighContrast-SVG/scalable/mimetypes/misc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/package_editors.svg -share/icons/HighContrast-SVG/scalable/mimetypes/package_wordprocessing.svg -share/icons/HighContrast-SVG/scalable/mimetypes/plan.svg -share/icons/HighContrast-SVG/scalable/mimetypes/shellscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/sound.svg -share/icons/HighContrast-SVG/scalable/mimetypes/spreadsheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/stock_addressbook.svg -share/icons/HighContrast-SVG/scalable/mimetypes/stock_calendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/stock_script.svg -share/icons/HighContrast-SVG/scalable/mimetypes/template_source.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-html.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-script.svg -share/icons/HighContrast-SVG/scalable/mimetypes/txt.svg -share/icons/HighContrast-SVG/scalable/mimetypes/txt2.svg -share/icons/HighContrast-SVG/scalable/mimetypes/unknown.svg -share/icons/HighContrast-SVG/scalable/mimetypes/vcalendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/vcard.svg -share/icons/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/video.svg -share/icons/HighContrast-SVG/scalable/mimetypes/wordprocessing.svg -share/icons/HighContrast-SVG/scalable/mimetypes/www.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-document.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg -share/icons/HighContrast-SVG/scalable/places/desktop.svg -share/icons/HighContrast-SVG/scalable/places/distributor-logo.svg -share/icons/HighContrast-SVG/scalable/places/emptytrash.svg -share/icons/HighContrast-SVG/scalable/places/folder-remote.svg -share/icons/HighContrast-SVG/scalable/places/folder.svg -share/icons/HighContrast-SVG/scalable/places/folder_home.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-desktop.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-directory.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-ftp.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-home.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-network.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-nfs.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-server.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-share.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-smb.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-ssh.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-trash-empty.svg -share/icons/HighContrast-SVG/scalable/places/gnome-main-menu.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-nfs-server.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-server.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-workgroup.svg -share/icons/HighContrast-SVG/scalable/places/gnome-stock-trash.svg -share/icons/HighContrast-SVG/scalable/places/gtk-directory.svg -share/icons/HighContrast-SVG/scalable/places/gtk-network.svg -share/icons/HighContrast-SVG/scalable/places/inode-directory.svg -share/icons/HighContrast-SVG/scalable/places/library-internet-radio.svg -share/icons/HighContrast-SVG/scalable/places/library-podcast.svg -share/icons/HighContrast-SVG/scalable/places/network-server.svg -share/icons/HighContrast-SVG/scalable/places/network-workgroup.svg -share/icons/HighContrast-SVG/scalable/places/network.svg -share/icons/HighContrast-SVG/scalable/places/network_local.svg -share/icons/HighContrast-SVG/scalable/places/novell-button.svg -share/icons/HighContrast-SVG/scalable/places/playlist-automatic.svg -share/icons/HighContrast-SVG/scalable/places/playlist.svg -share/icons/HighContrast-SVG/scalable/places/redhat-network-server.svg -share/icons/HighContrast-SVG/scalable/places/server.svg -share/icons/HighContrast-SVG/scalable/places/start-here.svg -share/icons/HighContrast-SVG/scalable/places/stock_folder.svg -share/icons/HighContrast-SVG/scalable/places/trashcan_empty.svg -share/icons/HighContrast-SVG/scalable/places/user-bookmarks.svg -share/icons/HighContrast-SVG/scalable/places/user-desktop.svg -share/icons/HighContrast-SVG/scalable/places/user-home.svg -share/icons/HighContrast-SVG/scalable/places/user-trash.svg -share/icons/HighContrast-SVG/scalable/places/xfce-trash_empty.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-high.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-low.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-medium.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-muted.svg -share/icons/HighContrast-SVG/scalable/status/battery-caution.svg -share/icons/HighContrast-SVG/scalable/status/battery-low.svg -share/icons/HighContrast-SVG/scalable/status/connect_no.svg -share/icons/HighContrast-SVG/scalable/status/dialog-error.svg -share/icons/HighContrast-SVG/scalable/status/dialog-information.svg -share/icons/HighContrast-SVG/scalable/status/dialog-password.svg -share/icons/HighContrast-SVG/scalable/status/dialog-question.svg -share/icons/HighContrast-SVG/scalable/status/dialog-warning.svg -share/icons/HighContrast-SVG/scalable/status/edittrash.svg -share/icons/HighContrast-SVG/scalable/status/error.svg -share/icons/HighContrast-SVG/scalable/status/folder-drag-accept.svg -share/icons/HighContrast-SVG/scalable/status/folder-open.svg -share/icons/HighContrast-SVG/scalable/status/folder-visiting.svg -share/icons/HighContrast-SVG/scalable/status/folder_open.svg -share/icons/HighContrast-SVG/scalable/status/gnome-fs-directory-accept.svg -share/icons/HighContrast-SVG/scalable/status/gnome-fs-directory-visiting.svg -share/icons/HighContrast-SVG/scalable/status/gnome-fs-trash-full.svg -share/icons/HighContrast-SVG/scalable/status/gnome-netstatus-disconn.svg -share/icons/HighContrast-SVG/scalable/status/gnome-stock-trash-full.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-authentication.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-error.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-info.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-question.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-warning.svg -share/icons/HighContrast-SVG/scalable/status/gtk-missing-image.svg -share/icons/HighContrast-SVG/scalable/status/image-missing.svg -share/icons/HighContrast-SVG/scalable/status/important.svg -share/icons/HighContrast-SVG/scalable/status/info.svg -share/icons/HighContrast-SVG/scalable/status/mail-attachment.svg -share/icons/HighContrast-SVG/scalable/status/media-playlist-repeat.svg -share/icons/HighContrast-SVG/scalable/status/media-playlist-shuffle.svg -share/icons/HighContrast-SVG/scalable/status/messagebox_critical.svg -share/icons/HighContrast-SVG/scalable/status/messagebox_info.svg -share/icons/HighContrast-SVG/scalable/status/messagebox_warning.svg -share/icons/HighContrast-SVG/scalable/status/network-offline.svg -share/icons/HighContrast-SVG/scalable/status/network-online.svg -share/icons/HighContrast-SVG/scalable/status/nm-no-connection.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-100.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-25.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-50.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-75.svg -share/icons/HighContrast-SVG/scalable/status/printer-printing.svg -share/icons/HighContrast-SVG/scalable/status/software-update-available.svg -share/icons/HighContrast-SVG/scalable/status/software-update-urgent.svg -share/icons/HighContrast-SVG/scalable/status/stock_attach.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-error.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-info.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-question.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-warning.svg -share/icons/HighContrast-SVG/scalable/status/stock_open.svg -share/icons/HighContrast-SVG/scalable/status/stock_repeat.svg -share/icons/HighContrast-SVG/scalable/status/stock_shuffle.svg -share/icons/HighContrast-SVG/scalable/status/stock_trash_full.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-0.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-max.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-med.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-min.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-mute.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-cloudy.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-few-clouds.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-fog.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-night-clear.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-night-few-clouds.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-showers.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-snow.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-storm.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-sunny.svg -share/icons/HighContrast-SVG/scalable/status/sunny.svg -share/icons/HighContrast-SVG/scalable/status/trashcan_full.svg -share/icons/HighContrast-SVG/scalable/status/user-trash-full.svg -share/icons/HighContrast-SVG/scalable/status/weather-clear-night.svg -share/icons/HighContrast-SVG/scalable/status/weather-clear.svg -share/icons/HighContrast-SVG/scalable/status/weather-few-clouds-night.svg -share/icons/HighContrast-SVG/scalable/status/weather-few-clouds.svg -share/icons/HighContrast-SVG/scalable/status/weather-fog.svg -share/icons/HighContrast-SVG/scalable/status/weather-overcast.svg -share/icons/HighContrast-SVG/scalable/status/weather-showers-scattered.svg -share/icons/HighContrast-SVG/scalable/status/weather-showers.svg -share/icons/HighContrast-SVG/scalable/status/weather-snow.svg -share/icons/HighContrast-SVG/scalable/status/weather-storm.svg -share/icons/HighContrast-SVG/scalable/status/xfce-trash_full.svg -share/icons/HighContrast/index.theme -share/icons/HighContrastInverse/index.theme -share/icons/HighContrastLargePrint/36x36/animations/gnome-spinner-rest.png -share/icons/HighContrastLargePrint/36x36/animations/gnome-spinner.png -share/icons/HighContrastLargePrint/36x36/animations/process-idle.png -share/icons/HighContrastLargePrint/36x36/animations/process-working.png -share/icons/HighContrastLargePrint/48x48/actions/exit.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-logout.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-run.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-searchtool.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-shutdown.png -share/icons/HighContrastLargePrint/48x48/actions/go-home.png -share/icons/HighContrastLargePrint/48x48/actions/gohome.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-execute.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-home.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-media-pause.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-refresh.png -share/icons/HighContrastLargePrint/48x48/actions/kfind.png -share/icons/HighContrastLargePrint/48x48/actions/kfm_home.png -share/icons/HighContrastLargePrint/48x48/actions/media-playback-pause.png -share/icons/HighContrastLargePrint/48x48/actions/player_pause.png -share/icons/HighContrastLargePrint/48x48/actions/redhat-home.png -share/icons/HighContrastLargePrint/48x48/actions/reload.png -share/icons/HighContrastLargePrint/48x48/actions/reload3.png -share/icons/HighContrastLargePrint/48x48/actions/reload_all_tabs.png -share/icons/HighContrastLargePrint/48x48/actions/reload_page.png -share/icons/HighContrastLargePrint/48x48/actions/search.png -share/icons/HighContrastLargePrint/48x48/actions/stock_home.png -share/icons/HighContrastLargePrint/48x48/actions/stock_media-pause.png -share/icons/HighContrastLargePrint/48x48/actions/stock_new-tab.png -share/icons/HighContrastLargePrint/48x48/actions/stock_refresh.png -share/icons/HighContrastLargePrint/48x48/actions/system-log-out.png -share/icons/HighContrastLargePrint/48x48/actions/system-run.png -share/icons/HighContrastLargePrint/48x48/actions/system-search.png -share/icons/HighContrastLargePrint/48x48/actions/system-shutdown.png -share/icons/HighContrastLargePrint/48x48/actions/view-refresh.png -share/icons/HighContrastLargePrint/48x48/apps/access.png -share/icons/HighContrastLargePrint/48x48/apps/accessibility-directory.png -share/icons/HighContrastLargePrint/48x48/apps/accessories-calculator.png -share/icons/HighContrastLargePrint/48x48/apps/accessories-character-map.png -share/icons/HighContrastLargePrint/48x48/apps/accessories-text-editor.png -share/icons/HighContrastLargePrint/48x48/apps/advanced-directory.png -share/icons/HighContrastLargePrint/48x48/apps/applets-screenshooter.png -share/icons/HighContrastLargePrint/48x48/apps/arts.png -share/icons/HighContrastLargePrint/48x48/apps/ax-applet.png -share/icons/HighContrastLargePrint/48x48/apps/background.png -share/icons/HighContrastLargePrint/48x48/apps/calc.png -share/icons/HighContrastLargePrint/48x48/apps/charpick.png -share/icons/HighContrastLargePrint/48x48/apps/clock.png -share/icons/HighContrastLargePrint/48x48/apps/config-language.png -share/icons/HighContrastLargePrint/48x48/apps/display-capplet.png -share/icons/HighContrastLargePrint/48x48/apps/eog.png -share/icons/HighContrastLargePrint/48x48/apps/evince.png -share/icons/HighContrastLargePrint/48x48/apps/evolution.png -share/icons/HighContrastLargePrint/48x48/apps/file-manager.png -share/icons/HighContrastLargePrint/48x48/apps/file-roller.png -share/icons/HighContrastLargePrint/48x48/apps/fonts.png -share/icons/HighContrastLargePrint/48x48/apps/gdict.png -share/icons/HighContrastLargePrint/48x48/apps/ghex.png -share/icons/HighContrastLargePrint/48x48/apps/gimp.png -share/icons/HighContrastLargePrint/48x48/apps/gkb.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-application-generic.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-audio2.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-calc3.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-calculator.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-ccmime.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-ccscreensaver.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-cd.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-character-map.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-folder-generic.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-grecord.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-help.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-home.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-info.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-log.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-logo-icon-transparent.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mailcheck.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mini-commander.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer-applet.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-panel.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation-rest.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-session.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-accessibility-keyboard.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-accessibility-technologies.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-background.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-default-applications.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-font.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-keybindings.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-sound.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-theme.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-ui-behavior.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-starthere.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-terminal.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-window-manager.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-windows.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-workspace.png -share/icons/HighContrastLargePrint/48x48/apps/gok.png -share/icons/HighContrastLargePrint/48x48/apps/gtk-help.png -share/icons/HighContrastLargePrint/48x48/apps/gucharmap.png -share/icons/HighContrastLargePrint/48x48/apps/help-browser.png -share/icons/HighContrastLargePrint/48x48/apps/help.png -share/icons/HighContrastLargePrint/48x48/apps/kcalc.png -share/icons/HighContrastLargePrint/48x48/apps/kcharselect.png -share/icons/HighContrastLargePrint/48x48/apps/kcmkwm.png -share/icons/HighContrastLargePrint/48x48/apps/kcmsound.png -share/icons/HighContrastLargePrint/48x48/apps/kedit.png -share/icons/HighContrastLargePrint/48x48/apps/key_bindings.png -share/icons/HighContrastLargePrint/48x48/apps/kfm.png -share/icons/HighContrastLargePrint/48x48/apps/khelpcenter.png -share/icons/HighContrastLargePrint/48x48/apps/knotify.png -share/icons/HighContrastLargePrint/48x48/apps/konsole.png -share/icons/HighContrastLargePrint/48x48/apps/kwin.png -share/icons/HighContrastLargePrint/48x48/apps/launcher-program.png -share/icons/HighContrastLargePrint/48x48/apps/locale.png -share/icons/HighContrastLargePrint/48x48/apps/mozilla-icon.png -share/icons/HighContrastLargePrint/48x48/apps/multimedia-volume-control.png -share/icons/HighContrastLargePrint/48x48/apps/multimedia.png -share/icons/HighContrastLargePrint/48x48/apps/openterm.png -share/icons/HighContrastLargePrint/48x48/apps/orca.png -share/icons/HighContrastLargePrint/48x48/apps/panel-drawer.png -share/icons/HighContrastLargePrint/48x48/apps/panel-force-quit.png -share/icons/HighContrastLargePrint/48x48/apps/perfmeter.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-accessibility.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-font.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-locale.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-sound.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-theme.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-wallpaper.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-system-session.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-system-windows.png -share/icons/HighContrastLargePrint/48x48/apps/redhat-filemanager.png -share/icons/HighContrastLargePrint/48x48/apps/session-properties.png -share/icons/HighContrastLargePrint/48x48/apps/smc.png -share/icons/HighContrastLargePrint/48x48/apps/sound-juicer.png -share/icons/HighContrastLargePrint/48x48/apps/star.png -share/icons/HighContrastLargePrint/48x48/apps/stock_help.png -share/icons/HighContrastLargePrint/48x48/apps/style.png -share/icons/HighContrastLargePrint/48x48/apps/susehelpcenter.png -share/icons/HighContrastLargePrint/48x48/apps/system-file-manager.png -share/icons/HighContrastLargePrint/48x48/apps/terminal.png -share/icons/HighContrastLargePrint/48x48/apps/text-editor.png -share/icons/HighContrastLargePrint/48x48/apps/utilities-terminal.png -share/icons/HighContrastLargePrint/48x48/apps/volume-knob.png -share/icons/HighContrastLargePrint/48x48/apps/wallpaper.png -share/icons/HighContrastLargePrint/48x48/apps/window-capplet.png -share/icons/HighContrastLargePrint/48x48/apps/xfce-filemanager.png -share/icons/HighContrastLargePrint/48x48/apps/xfce-terminal.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-backdrop.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-mixer.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-session.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-sound.png -share/icons/HighContrastLargePrint/48x48/apps/xfwm4.png -share/icons/HighContrastLargePrint/48x48/categories/applications-accessories.png -share/icons/HighContrastLargePrint/48x48/categories/applications-development.png -share/icons/HighContrastLargePrint/48x48/categories/applications-engineering.png -share/icons/HighContrastLargePrint/48x48/categories/applications-games.png -share/icons/HighContrastLargePrint/48x48/categories/applications-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/applications-internet.png -share/icons/HighContrastLargePrint/48x48/categories/applications-multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/applications-office.png -share/icons/HighContrastLargePrint/48x48/categories/applications-other.png -share/icons/HighContrastLargePrint/48x48/categories/applications-science.png -share/icons/HighContrastLargePrint/48x48/categories/applications-system.png -share/icons/HighContrastLargePrint/48x48/categories/applications-utilities.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-applications.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-control-center.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-devel.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-globe.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-joystick.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-other.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-settings.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-system.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-util.png -share/icons/HighContrastLargePrint/48x48/categories/gtk-preferences.png -share/icons/HighContrastLargePrint/48x48/categories/input_devices_settings.png -share/icons/HighContrastLargePrint/48x48/categories/kcontrol.png -share/icons/HighContrastLargePrint/48x48/categories/package_development.png -share/icons/HighContrastLargePrint/48x48/categories/package_games.png -share/icons/HighContrastLargePrint/48x48/categories/package_graphics.png -share/icons/HighContrastLargePrint/48x48/categories/package_multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/package_network.png -share/icons/HighContrastLargePrint/48x48/categories/package_office.png -share/icons/HighContrastLargePrint/48x48/categories/package_settings.png -share/icons/HighContrastLargePrint/48x48/categories/package_system.png -share/icons/HighContrastLargePrint/48x48/categories/package_utilities.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop-peripherals.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop-personal.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-other.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-system-network.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-system.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-accessories.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-games.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-internet.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-office.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-preferences.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-programming.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-sound_video.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-system_settings.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-system_tools.png -share/icons/HighContrastLargePrint/48x48/categories/stock_internet.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-games.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-internet.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-office.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-system-settings.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-utils.png -share/icons/HighContrastLargePrint/48x48/categories/xfce4-settings.png -share/icons/HighContrastLargePrint/48x48/devices/3floppy_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/cdrom_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/cdwriter_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/computer.png -share/icons/HighContrastLargePrint/48x48/devices/drive-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/drive-harddisk.png -share/icons/HighContrastLargePrint/48x48/devices/drive-optical.png -share/icons/HighContrastLargePrint/48x48/devices/drive-removable-media.png -share/icons/HighContrastLargePrint/48x48/devices/dvd_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-cdrom-audio.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-computer.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-cdr.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-cdrw.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdr-plus.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdr.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdram.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdrom.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdrw.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-dvd.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk-1394.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk-usb.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-mouse-ball.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-mouse-optical.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer-network.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer-new.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable-1394.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable-usb.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-fs-client.png -share/icons/HighContrastLargePrint/48x48/devices/gtk-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/gtk-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/gtk-harddisk.png -share/icons/HighContrastLargePrint/48x48/devices/harddrive.png -share/icons/HighContrastLargePrint/48x48/devices/hdd_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/input-keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/input-mouse.png -share/icons/HighContrastLargePrint/48x48/devices/keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/kjobviewer.png -share/icons/HighContrastLargePrint/48x48/devices/kxkb.png -share/icons/HighContrastLargePrint/48x48/devices/media-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/media-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/media-optical.png -share/icons/HighContrastLargePrint/48x48/devices/mouse.png -share/icons/HighContrastLargePrint/48x48/devices/printer-remote.png -share/icons/HighContrastLargePrint/48x48/devices/printer.png -share/icons/HighContrastLargePrint/48x48/devices/printer1.png -share/icons/HighContrastLargePrint/48x48/devices/printmgr.png -share/icons/HighContrastLargePrint/48x48/devices/stock_printers.png -share/icons/HighContrastLargePrint/48x48/devices/system-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/system.png -share/icons/HighContrastLargePrint/48x48/devices/usbpendrive_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/xfce-printer.png -share/icons/HighContrastLargePrint/48x48/devices/xfce4-keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/xfce4-mouse.png -share/icons/HighContrastLargePrint/48x48/devices/yast_HD.png -share/icons/HighContrastLargePrint/48x48/devices/yast_idetude.png -share/icons/HighContrastLargePrint/48x48/devices/yast_mouse.png -share/icons/HighContrastLargePrint/48x48/devices/yast_printer.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-default.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-desktop.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-important.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-noread.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-personal.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-special.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-unreadable.png -share/icons/HighContrastLargePrint/48x48/emblems/stock_mail-priority-high.png -share/icons/HighContrastLargePrint/48x48/mimetypes/application-x-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/ascii.png -share/icons/HighContrastLargePrint/48x48/mimetypes/audio-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/binary.png -share/icons/HighContrastLargePrint/48x48/mimetypes/contents2.png -share/icons/HighContrastLargePrint/48x48/mimetypes/deb.png -share/icons/HighContrastLargePrint/48x48/mimetypes/empty.png -share/icons/HighContrastLargePrint/48x48/mimetypes/exec.png -share/icons/HighContrastLargePrint/48x48/mimetypes/folder_tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font_bitmap.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font_truetype.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font_type1.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-fs-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-fs-regular.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-ogg.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-archive.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-arj.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-compress.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-core-file.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-deb.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-gzip.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-jar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lha.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lhz.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-rar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-rpm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-tarz.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-zip.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-audio.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-image.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text-x-vcard.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-video.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-x-font-afm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-package.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gtk-file.png -share/icons/HighContrastLargePrint/48x48/mimetypes/image-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/image.png -share/icons/HighContrastLargePrint/48x48/mimetypes/mime_ascii.png -share/icons/HighContrastLargePrint/48x48/mimetypes/misc.png -share/icons/HighContrastLargePrint/48x48/mimetypes/package-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/package.png -share/icons/HighContrastLargePrint/48x48/mimetypes/package_editors.png -share/icons/HighContrastLargePrint/48x48/mimetypes/rpm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/sound.png -share/icons/HighContrastLargePrint/48x48/mimetypes/stock_addressbook.png -share/icons/HighContrastLargePrint/48x48/mimetypes/tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/text-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/text-x-preview.png -share/icons/HighContrastLargePrint/48x48/mimetypes/tgz.png -share/icons/HighContrastLargePrint/48x48/mimetypes/txt.png -share/icons/HighContrastLargePrint/48x48/mimetypes/txt2.png -share/icons/HighContrastLargePrint/48x48/mimetypes/unknown.png -share/icons/HighContrastLargePrint/48x48/mimetypes/vcard.png -share/icons/HighContrastLargePrint/48x48/mimetypes/video-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/video.png -share/icons/HighContrastLargePrint/48x48/mimetypes/x-office-address-book.png -share/icons/HighContrastLargePrint/48x48/mimetypes/zip.png -share/icons/HighContrastLargePrint/48x48/places/desktop.png -share/icons/HighContrastLargePrint/48x48/places/distributor-logo.png -share/icons/HighContrastLargePrint/48x48/places/emptytrash.png -share/icons/HighContrastLargePrint/48x48/places/folder-remote.png -share/icons/HighContrastLargePrint/48x48/places/folder.icon -share/icons/HighContrastLargePrint/48x48/places/folder.png -share/icons/HighContrastLargePrint/48x48/places/folder_home.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-desktop.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-directory.icon -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-directory.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-ftp.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-home.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-network.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-nfs.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-server.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-share.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-smb.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-ssh.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-trash-empty.png -share/icons/HighContrastLargePrint/48x48/places/gnome-main-menu.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-nfs-server.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-server.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-share.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/HighContrastLargePrint/48x48/places/gnome-stock-trash.png -share/icons/HighContrastLargePrint/48x48/places/gtk-directory.icon -share/icons/HighContrastLargePrint/48x48/places/gtk-directory.png -share/icons/HighContrastLargePrint/48x48/places/gtk-network.png -share/icons/HighContrastLargePrint/48x48/places/inode-directory.icon -share/icons/HighContrastLargePrint/48x48/places/inode-directory.png -share/icons/HighContrastLargePrint/48x48/places/network-server.png -share/icons/HighContrastLargePrint/48x48/places/network-workgroup.png -share/icons/HighContrastLargePrint/48x48/places/network.png -share/icons/HighContrastLargePrint/48x48/places/network_local.png -share/icons/HighContrastLargePrint/48x48/places/novell-button.png -share/icons/HighContrastLargePrint/48x48/places/redhat-network-server.png -share/icons/HighContrastLargePrint/48x48/places/server.png -share/icons/HighContrastLargePrint/48x48/places/start-here.png -share/icons/HighContrastLargePrint/48x48/places/stock_folder.icon -share/icons/HighContrastLargePrint/48x48/places/stock_folder.png -share/icons/HighContrastLargePrint/48x48/places/trashcan_empty.png -share/icons/HighContrastLargePrint/48x48/places/user-desktop.png -share/icons/HighContrastLargePrint/48x48/places/user-home.png -share/icons/HighContrastLargePrint/48x48/places/user-trash.png -share/icons/HighContrastLargePrint/48x48/places/xfce-trash_empty.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-high.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-low.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-medium.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-muted.png -share/icons/HighContrastLargePrint/48x48/status/edittrash.png -share/icons/HighContrastLargePrint/48x48/status/folder-drag-accept.icon -share/icons/HighContrastLargePrint/48x48/status/folder-drag-accept.png -share/icons/HighContrastLargePrint/48x48/status/gnome-fs-directory-accept.icon -share/icons/HighContrastLargePrint/48x48/status/gnome-fs-directory-accept.png -share/icons/HighContrastLargePrint/48x48/status/gnome-fs-trash-full.png -share/icons/HighContrastLargePrint/48x48/status/gnome-stock-trash-full.png -share/icons/HighContrastLargePrint/48x48/status/stock_trash_full.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-0.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-max.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-med.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-min.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-mute.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume.png -share/icons/HighContrastLargePrint/48x48/status/trashcan_full.png -share/icons/HighContrastLargePrint/48x48/status/user-trash-full.png -share/icons/HighContrastLargePrint/48x48/status/xfce-trash_full.png -share/icons/HighContrastLargePrint/index.theme -share/icons/HighContrastLargePrintInverse/36x36/animations/gnome-spinner-rest.png -share/icons/HighContrastLargePrintInverse/36x36/animations/gnome-spinner.png -share/icons/HighContrastLargePrintInverse/36x36/animations/process-idle.png -share/icons/HighContrastLargePrintInverse/36x36/animations/process-working.png -share/icons/HighContrastLargePrintInverse/48x48/actions/exit.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-logout.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-run.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-searchtool.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-shutdown.png -share/icons/HighContrastLargePrintInverse/48x48/actions/go-home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gohome.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-execute.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-media-pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-refresh.png -share/icons/HighContrastLargePrintInverse/48x48/actions/insert-image.png -share/icons/HighContrastLargePrintInverse/48x48/actions/insert-text.png -share/icons/HighContrastLargePrintInverse/48x48/actions/kfind.png -share/icons/HighContrastLargePrintInverse/48x48/actions/kfm_home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/mail-send-receive.png -share/icons/HighContrastLargePrintInverse/48x48/actions/media-playback-pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/player_pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/redhat-home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload3.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload_all_tabs.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload_page.png -share/icons/HighContrastLargePrintInverse/48x48/actions/search.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_mail-send-receive.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_media-pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_new-tab.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_refresh.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-log-out.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-run.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-search.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-shutdown.png -share/icons/HighContrastLargePrintInverse/48x48/actions/view-refresh.png -share/icons/HighContrastLargePrintInverse/48x48/apps/access.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessibility-directory.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-calculator.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-character-map.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-text-editor.png -share/icons/HighContrastLargePrintInverse/48x48/apps/advanced-directory.png -share/icons/HighContrastLargePrintInverse/48x48/apps/applets-screenshooter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/arts.png -share/icons/HighContrastLargePrintInverse/48x48/apps/ax-applet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/background.png -share/icons/HighContrastLargePrintInverse/48x48/apps/calc.png -share/icons/HighContrastLargePrintInverse/48x48/apps/charpick.png -share/icons/HighContrastLargePrintInverse/48x48/apps/clock.png -share/icons/HighContrastLargePrintInverse/48x48/apps/config-language.png -share/icons/HighContrastLargePrintInverse/48x48/apps/display-capplet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/eog.png -share/icons/HighContrastLargePrintInverse/48x48/apps/evince.png -share/icons/HighContrastLargePrintInverse/48x48/apps/evolution.png -share/icons/HighContrastLargePrintInverse/48x48/apps/file-manager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/file-roller.png -share/icons/HighContrastLargePrintInverse/48x48/apps/fonts.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gdict.png -share/icons/HighContrastLargePrintInverse/48x48/apps/ghex.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gimp.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gkb.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-application-generic.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-audio2.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-calc3.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-calculator.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ccmime.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ccscreensaver.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-cd.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-character-map.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-folder-generic.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-grecord.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-help.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-home.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-info.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-log.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-logo-icon-transparent.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mailcheck.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mini-commander.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer-applet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-panel.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation-rest.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-session.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-accessibility-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-accessibility-technologies.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-background.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-default-applications.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-font.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-keybindings.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-sound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-theme.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-ui-behavior.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-starthere.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-window-manager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-windows.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-workspace.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gok.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gtk-help.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gucharmap.png -share/icons/HighContrastLargePrintInverse/48x48/apps/help-browser.png -share/icons/HighContrastLargePrintInverse/48x48/apps/help.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcalc.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcharselect.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcmkwm.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcmsound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kedit.png -share/icons/HighContrastLargePrintInverse/48x48/apps/key_bindings.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kfm.png -share/icons/HighContrastLargePrintInverse/48x48/apps/khelpcenter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/knotify.png -share/icons/HighContrastLargePrintInverse/48x48/apps/konsole.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kwin.png -share/icons/HighContrastLargePrintInverse/48x48/apps/launcher-program.png -share/icons/HighContrastLargePrintInverse/48x48/apps/locale.png -share/icons/HighContrastLargePrintInverse/48x48/apps/mozilla-icon.png -share/icons/HighContrastLargePrintInverse/48x48/apps/multimedia-volume-control.png -share/icons/HighContrastLargePrintInverse/48x48/apps/multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/apps/openterm.png -share/icons/HighContrastLargePrintInverse/48x48/apps/orca.png -share/icons/HighContrastLargePrintInverse/48x48/apps/panel-drawer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/panel-force-quit.png -share/icons/HighContrastLargePrintInverse/48x48/apps/perfmeter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-accessibility.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-font.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-locale.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-sound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-theme.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-wallpaper.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-system-session.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-system-windows.png -share/icons/HighContrastLargePrintInverse/48x48/apps/redhat-filemanager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/session-properties.png -share/icons/HighContrastLargePrintInverse/48x48/apps/smc.png -share/icons/HighContrastLargePrintInverse/48x48/apps/sound-juicer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/star.png -share/icons/HighContrastLargePrintInverse/48x48/apps/stock_help.png -share/icons/HighContrastLargePrintInverse/48x48/apps/style.png -share/icons/HighContrastLargePrintInverse/48x48/apps/susehelpcenter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/system-file-manager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/text-editor.png -share/icons/HighContrastLargePrintInverse/48x48/apps/utilities-terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/volume-knob.png -share/icons/HighContrastLargePrintInverse/48x48/apps/wallpaper.png -share/icons/HighContrastLargePrintInverse/48x48/apps/window-capplet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce-filemanager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce-terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-backdrop.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-mixer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-session.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-sound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfwm4.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-accessories.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-development.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-engineering.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-other.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-science.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-utilities.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-applications.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-control-center.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-devel.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-globe.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-joystick.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-other.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-util.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gtk-preferences.png -share/icons/HighContrastLargePrintInverse/48x48/categories/input_devices_settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/kcontrol.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_development.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_network.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_utilities.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-peripherals.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-personal.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-other.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-system-network.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-accessories.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-preferences.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-programming.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-sound_video.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-system_settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-system_tools.png -share/icons/HighContrastLargePrintInverse/48x48/categories/stock_internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-system-settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-utils.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce4-settings.png -share/icons/HighContrastLargePrintInverse/48x48/devices/3floppy_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/cdrom_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/cdwriter_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/computer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-harddisk.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-optical.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-removable-media.png -share/icons/HighContrastLargePrintInverse/48x48/devices/dvd_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-cdrom-audio.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-computer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-cdr.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-cdrw.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr-plus.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdram.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrw.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-dvd.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk-1394.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk-usb.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-mouse-ball.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-mouse-optical.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer-network.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer-new.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable-1394.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable-usb.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-wavelan.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-fs-client.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-harddisk.png -share/icons/HighContrastLargePrintInverse/48x48/devices/harddrive.png -share/icons/HighContrastLargePrintInverse/48x48/devices/hdd_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/input-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/input-mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/kjobviewer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/kxkb.png -share/icons/HighContrastLargePrintInverse/48x48/devices/media-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/media-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/media-optical.png -share/icons/HighContrastLargePrintInverse/48x48/devices/mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/network-wireless.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printer-remote.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printer1.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printmgr.png -share/icons/HighContrastLargePrintInverse/48x48/devices/stock_printers.png -share/icons/HighContrastLargePrintInverse/48x48/devices/system-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/system.png -share/icons/HighContrastLargePrintInverse/48x48/devices/usbpendrive_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/xfce-printer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/xfce4-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/xfce4-mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_HD.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_idetude.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_printer.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-default.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-important.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-noread.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-personal.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-special.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-unreadable.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/stock_mail-priority-high.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-x-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/ascii.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/audio-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/binary.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/contents2.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/deb.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/document.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/empty.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/exec.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/folder_tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_bitmap.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_truetype.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_type1.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-fs-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-fs-regular.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-magicpoint.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-msword.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-ogg.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-pdf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-postscript.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-rtf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-wordperfect.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-abiword.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-archive.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-arj.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compress.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-core-file.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-deb.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-dvi.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzip.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-jar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kword.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lha.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lhz.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rpm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-scribus.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tarz.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tex.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-zip.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-audio.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-image.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcard.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-video.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-x-font-afm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-package.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gtk-file.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/image-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/image.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/kpresenter_kpr.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/mime_ascii.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/misc.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package_editors.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package_wordprocessing.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/plan.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/rpm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/sound.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_addressbook.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_calendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/template_source.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-generic-template.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-preview.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tgz.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/txt.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/txt2.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/unknown.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/vcalendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/vcard.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/wordprocessing.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-address-book.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-calendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-document.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-presentation.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/zip.png -share/icons/HighContrastLargePrintInverse/48x48/places/desktop.png -share/icons/HighContrastLargePrintInverse/48x48/places/distributor-logo.png -share/icons/HighContrastLargePrintInverse/48x48/places/emptytrash.png -share/icons/HighContrastLargePrintInverse/48x48/places/folder-remote.png -share/icons/HighContrastLargePrintInverse/48x48/places/folder.icon -share/icons/HighContrastLargePrintInverse/48x48/places/folder.png -share/icons/HighContrastLargePrintInverse/48x48/places/folder_home.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-directory.icon -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-directory.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-ftp.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-home.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-network.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-nfs.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-share.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-smb.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-ssh.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-trash-empty.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-main-menu.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-nfs-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-share.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-stock-trash.png -share/icons/HighContrastLargePrintInverse/48x48/places/gtk-directory.icon -share/icons/HighContrastLargePrintInverse/48x48/places/gtk-directory.png -share/icons/HighContrastLargePrintInverse/48x48/places/gtk-network.png -share/icons/HighContrastLargePrintInverse/48x48/places/inode-directory.icon -share/icons/HighContrastLargePrintInverse/48x48/places/inode-directory.png -share/icons/HighContrastLargePrintInverse/48x48/places/network-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/network-workgroup.png -share/icons/HighContrastLargePrintInverse/48x48/places/network.png -share/icons/HighContrastLargePrintInverse/48x48/places/network_local.png -share/icons/HighContrastLargePrintInverse/48x48/places/novell-button.png -share/icons/HighContrastLargePrintInverse/48x48/places/redhat-network-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/server.png -share/icons/HighContrastLargePrintInverse/48x48/places/start-here.png -share/icons/HighContrastLargePrintInverse/48x48/places/stock_folder.icon -share/icons/HighContrastLargePrintInverse/48x48/places/stock_folder.png -share/icons/HighContrastLargePrintInverse/48x48/places/trashcan_empty.png -share/icons/HighContrastLargePrintInverse/48x48/places/user-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/places/user-home.png -share/icons/HighContrastLargePrintInverse/48x48/places/user-trash.png -share/icons/HighContrastLargePrintInverse/48x48/places/xfce-trash_empty.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-high.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-low.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-medium.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-muted.png -share/icons/HighContrastLargePrintInverse/48x48/status/battery-caution.png -share/icons/HighContrastLargePrintInverse/48x48/status/battery-low.png -share/icons/HighContrastLargePrintInverse/48x48/status/edittrash.png -share/icons/HighContrastLargePrintInverse/48x48/status/folder-drag-accept.icon -share/icons/HighContrastLargePrintInverse/48x48/status/folder-drag-accept.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-directory-accept.icon -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-directory-accept.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-trash-full.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-stock-trash-full.png -share/icons/HighContrastLargePrintInverse/48x48/status/media-playlist-repeat.png -share/icons/HighContrastLargePrintInverse/48x48/status/media-playlist-shuffle.png -share/icons/HighContrastLargePrintInverse/48x48/status/printer-error.png -share/icons/HighContrastLargePrintInverse/48x48/status/printer-printing.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_repeat.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_shuffle.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_trash_full.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-0.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-max.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-med.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-min.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-mute.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-cloudy.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-few-clouds.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-fog.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-night-clear.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-night-few-clouds.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-showers.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-snow.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-storm.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-sunny.png -share/icons/HighContrastLargePrintInverse/48x48/status/sunny.png -share/icons/HighContrastLargePrintInverse/48x48/status/trashcan_full.png -share/icons/HighContrastLargePrintInverse/48x48/status/user-trash-full.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-clear-night.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-clear.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-few-clouds-night.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-few-clouds.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-fog.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-overcast.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-showers-scattered.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-showers.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-snow.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-storm.png -share/icons/HighContrastLargePrintInverse/48x48/status/xfce-trash_full.png -share/icons/HighContrastLargePrintInverse/index.theme -share/icons/LargePrint/index.theme -share/icons/Mist/16x16/actions/document-open.png -share/icons/Mist/16x16/actions/fileopen.png -share/icons/Mist/16x16/actions/gtk-open.png -share/icons/Mist/16x16/places/application-x-gnome-saved-search.png -share/icons/Mist/16x16/places/folder-new.png -share/icons/Mist/16x16/places/folder-remote.png -share/icons/Mist/16x16/places/folder-saved-search.png -share/icons/Mist/16x16/places/folder.png -share/icons/Mist/16x16/places/folder_home.png -share/icons/Mist/16x16/places/gnome-fs-directory.png -share/icons/Mist/16x16/places/gnome-fs-ftp.png -share/icons/Mist/16x16/places/gnome-fs-home.png -share/icons/Mist/16x16/places/gnome-fs-nfs.png -share/icons/Mist/16x16/places/gnome-fs-share.png -share/icons/Mist/16x16/places/gnome-fs-smb.png -share/icons/Mist/16x16/places/gnome-fs-ssh.png -share/icons/Mist/16x16/places/gnome-mime-x-directory-smb-share.png -share/icons/Mist/16x16/places/gtk-directory.png -share/icons/Mist/16x16/places/inode-directory.png -share/icons/Mist/16x16/places/network.png -share/icons/Mist/16x16/places/stock_folder.png -share/icons/Mist/16x16/places/user-home.png -share/icons/Mist/16x16/status/folder-drag-accept.svg -share/icons/Mist/16x16/status/folder-open.svg -share/icons/Mist/16x16/status/folder-visiting.png -share/icons/Mist/16x16/status/folder_open.svg -share/icons/Mist/16x16/status/gnome-fs-directory-accept.svg -share/icons/Mist/16x16/status/gnome-fs-directory-visiting.png -share/icons/Mist/16x16/status/stock_open.svg -share/icons/Mist/22x22/actions/document-open.png -share/icons/Mist/22x22/actions/fileopen.png -share/icons/Mist/22x22/actions/gtk-open.png -share/icons/Mist/22x22/places/application-x-gnome-saved-search.png -share/icons/Mist/22x22/places/folder-new.png -share/icons/Mist/22x22/places/folder-remote.png -share/icons/Mist/22x22/places/folder-saved-search.png -share/icons/Mist/22x22/places/folder.png -share/icons/Mist/22x22/places/folder_home.svg -share/icons/Mist/22x22/places/gnome-fs-directory.png -share/icons/Mist/22x22/places/gnome-fs-ftp.png -share/icons/Mist/22x22/places/gnome-fs-home.svg -share/icons/Mist/22x22/places/gnome-fs-nfs.png -share/icons/Mist/22x22/places/gnome-fs-share.png -share/icons/Mist/22x22/places/gnome-fs-smb.png -share/icons/Mist/22x22/places/gnome-fs-ssh.png -share/icons/Mist/22x22/places/gnome-mime-x-directory-smb-share.png -share/icons/Mist/22x22/places/gtk-directory.png -share/icons/Mist/22x22/places/inode-directory.png -share/icons/Mist/22x22/places/network.png -share/icons/Mist/22x22/places/stock_folder.png -share/icons/Mist/22x22/places/user-home.svg -share/icons/Mist/22x22/status/folder-drag-accept.png -share/icons/Mist/22x22/status/folder-open.png -share/icons/Mist/22x22/status/folder-visiting.png -share/icons/Mist/22x22/status/folder_open.png -share/icons/Mist/22x22/status/gnome-fs-directory-accept.png -share/icons/Mist/22x22/status/gnome-fs-directory-visiting.png -share/icons/Mist/22x22/status/stock_open.png -share/icons/Mist/24x24/actions/document-open.png -share/icons/Mist/24x24/actions/fileopen.png -share/icons/Mist/24x24/actions/gtk-open.png -share/icons/Mist/24x24/places/application-x-gnome-saved-search.png -share/icons/Mist/24x24/places/folder-new.png -share/icons/Mist/24x24/places/folder-remote.png -share/icons/Mist/24x24/places/folder-saved-search.png -share/icons/Mist/24x24/places/folder.png -share/icons/Mist/24x24/places/folder_home.png -share/icons/Mist/24x24/places/gnome-fs-directory.png -share/icons/Mist/24x24/places/gnome-fs-ftp.png -share/icons/Mist/24x24/places/gnome-fs-home.png -share/icons/Mist/24x24/places/gnome-fs-nfs.png -share/icons/Mist/24x24/places/gnome-fs-share.png -share/icons/Mist/24x24/places/gnome-fs-smb.png -share/icons/Mist/24x24/places/gnome-fs-ssh.png -share/icons/Mist/24x24/places/gnome-mime-x-directory-smb-share.png -share/icons/Mist/24x24/places/gtk-directory.png -share/icons/Mist/24x24/places/inode-directory.png -share/icons/Mist/24x24/places/network.png -share/icons/Mist/24x24/places/stock_folder.png -share/icons/Mist/24x24/places/user-home.png -share/icons/Mist/24x24/status/folder-drag-accept.png -share/icons/Mist/24x24/status/folder-open.png -share/icons/Mist/24x24/status/folder-visiting.png -share/icons/Mist/24x24/status/folder_open.png -share/icons/Mist/24x24/status/gnome-fs-directory-accept.png -share/icons/Mist/24x24/status/gnome-fs-directory-visiting.png -share/icons/Mist/24x24/status/stock_open.png -share/icons/Mist/32x32/actions/document-open.svg -share/icons/Mist/32x32/actions/fileopen.svg -share/icons/Mist/32x32/actions/gtk-open.svg -share/icons/Mist/32x32/places/application-x-gnome-saved-search.svg -share/icons/Mist/32x32/places/folder-new.svg -share/icons/Mist/32x32/places/folder-remote.svg -share/icons/Mist/32x32/places/folder-saved-search.svg -share/icons/Mist/32x32/places/folder.svg -share/icons/Mist/32x32/places/folder_home.svg -share/icons/Mist/32x32/places/gnome-fs-directory.svg -share/icons/Mist/32x32/places/gnome-fs-ftp.svg -share/icons/Mist/32x32/places/gnome-fs-home.svg -share/icons/Mist/32x32/places/gnome-fs-nfs.svg -share/icons/Mist/32x32/places/gnome-fs-share.svg -share/icons/Mist/32x32/places/gnome-fs-smb.svg -share/icons/Mist/32x32/places/gnome-fs-ssh.svg -share/icons/Mist/32x32/places/gnome-mime-x-directory-smb-share.svg -share/icons/Mist/32x32/places/gtk-directory.svg -share/icons/Mist/32x32/places/inode-directory.svg -share/icons/Mist/32x32/places/network.svg -share/icons/Mist/32x32/places/stock_folder.svg -share/icons/Mist/32x32/places/user-home.svg -share/icons/Mist/32x32/status/folder-drag-accept.svg -share/icons/Mist/32x32/status/folder-open.svg -share/icons/Mist/32x32/status/folder-visiting.png -share/icons/Mist/32x32/status/folder_open.svg -share/icons/Mist/32x32/status/gnome-fs-directory-accept.svg -share/icons/Mist/32x32/status/gnome-fs-directory-visiting.png -share/icons/Mist/32x32/status/stock_open.svg -share/icons/Mist/index.theme -share/icons/Mist/scalable/actions/document-open.svg -share/icons/Mist/scalable/actions/fileopen.svg -share/icons/Mist/scalable/actions/gtk-open.svg -share/icons/Mist/scalable/places/application-x-gnome-saved-search.svg -share/icons/Mist/scalable/places/folder-new.svg -share/icons/Mist/scalable/places/folder-remote.svg -share/icons/Mist/scalable/places/folder-saved-search.svg -share/icons/Mist/scalable/places/folder.svg -share/icons/Mist/scalable/places/folder_home.svg -share/icons/Mist/scalable/places/gnome-fs-directory.svg -share/icons/Mist/scalable/places/gnome-fs-ftp.svg -share/icons/Mist/scalable/places/gnome-fs-home.svg -share/icons/Mist/scalable/places/gnome-fs-nfs.svg -share/icons/Mist/scalable/places/gnome-fs-share.svg -share/icons/Mist/scalable/places/gnome-fs-smb.svg -share/icons/Mist/scalable/places/gnome-fs-ssh.svg -share/icons/Mist/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/Mist/scalable/places/gtk-directory.svg -share/icons/Mist/scalable/places/inode-directory.svg -share/icons/Mist/scalable/places/network.svg -share/icons/Mist/scalable/places/stock_folder.svg -share/icons/Mist/scalable/places/user-home.svg -share/icons/Mist/scalable/status/folder-drag-accept.svg -share/icons/Mist/scalable/status/folder-open.svg -share/icons/Mist/scalable/status/folder-visiting.svg -share/icons/Mist/scalable/status/folder_open.svg -share/icons/Mist/scalable/status/gnome-fs-directory-accept.svg -share/icons/Mist/scalable/status/gnome-fs-directory-visiting.svg -share/icons/Mist/scalable/status/stock_open.svg -share/locale/am/LC_MESSAGES/gnome-themes.mo -share/locale/ar/LC_MESSAGES/gnome-themes.mo -share/locale/as/LC_MESSAGES/gnome-themes.mo -share/locale/ast/LC_MESSAGES/gnome-themes.mo -share/locale/az/LC_MESSAGES/gnome-themes.mo -share/locale/be/LC_MESSAGES/gnome-themes.mo -share/locale/be@latin/LC_MESSAGES/gnome-themes.mo -share/locale/bg/LC_MESSAGES/gnome-themes.mo -share/locale/bn/LC_MESSAGES/gnome-themes.mo -share/locale/bn_IN/LC_MESSAGES/gnome-themes.mo -share/locale/br/LC_MESSAGES/gnome-themes.mo -share/locale/bs/LC_MESSAGES/gnome-themes.mo -share/locale/ca/LC_MESSAGES/gnome-themes.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-themes.mo -share/locale/crh/LC_MESSAGES/gnome-themes.mo -share/locale/cs/LC_MESSAGES/gnome-themes.mo -share/locale/cy/LC_MESSAGES/gnome-themes.mo -share/locale/da/LC_MESSAGES/gnome-themes.mo -share/locale/de/LC_MESSAGES/gnome-themes.mo -share/locale/dz/LC_MESSAGES/gnome-themes.mo -share/locale/el/LC_MESSAGES/gnome-themes.mo -share/locale/en_CA/LC_MESSAGES/gnome-themes.mo -share/locale/en_GB/LC_MESSAGES/gnome-themes.mo -share/locale/es/LC_MESSAGES/gnome-themes.mo -share/locale/et/LC_MESSAGES/gnome-themes.mo -share/locale/eu/LC_MESSAGES/gnome-themes.mo -share/locale/fa/LC_MESSAGES/gnome-themes.mo -share/locale/fi/LC_MESSAGES/gnome-themes.mo -share/locale/fr/LC_MESSAGES/gnome-themes.mo -share/locale/fur/LC_MESSAGES/gnome-themes.mo -share/locale/ga/LC_MESSAGES/gnome-themes.mo -share/locale/gl/LC_MESSAGES/gnome-themes.mo -share/locale/gu/LC_MESSAGES/gnome-themes.mo -share/locale/he/LC_MESSAGES/gnome-themes.mo -share/locale/hi/LC_MESSAGES/gnome-themes.mo -share/locale/hr/LC_MESSAGES/gnome-themes.mo -share/locale/hu/LC_MESSAGES/gnome-themes.mo -share/locale/id/LC_MESSAGES/gnome-themes.mo -share/locale/is/LC_MESSAGES/gnome-themes.mo -share/locale/it/LC_MESSAGES/gnome-themes.mo -share/locale/ja/LC_MESSAGES/gnome-themes.mo -share/locale/ka/LC_MESSAGES/gnome-themes.mo -share/locale/kn/LC_MESSAGES/gnome-themes.mo -share/locale/ko/LC_MESSAGES/gnome-themes.mo -share/locale/ku/LC_MESSAGES/gnome-themes.mo -share/locale/ky/LC_MESSAGES/gnome-themes.mo -share/locale/li/LC_MESSAGES/gnome-themes.mo -share/locale/lt/LC_MESSAGES/gnome-themes.mo -share/locale/lv/LC_MESSAGES/gnome-themes.mo -share/locale/mai/LC_MESSAGES/gnome-themes.mo -share/locale/mg/LC_MESSAGES/gnome-themes.mo -share/locale/mk/LC_MESSAGES/gnome-themes.mo -share/locale/ml/LC_MESSAGES/gnome-themes.mo -share/locale/mn/LC_MESSAGES/gnome-themes.mo -share/locale/mr/LC_MESSAGES/gnome-themes.mo -share/locale/ms/LC_MESSAGES/gnome-themes.mo -share/locale/nb/LC_MESSAGES/gnome-themes.mo -share/locale/nds/LC_MESSAGES/gnome-themes.mo -share/locale/ne/LC_MESSAGES/gnome-themes.mo -share/locale/nl/LC_MESSAGES/gnome-themes.mo -share/locale/nn/LC_MESSAGES/gnome-themes.mo -share/locale/oc/LC_MESSAGES/gnome-themes.mo -share/locale/or/LC_MESSAGES/gnome-themes.mo -share/locale/pa/LC_MESSAGES/gnome-themes.mo -share/locale/pl/LC_MESSAGES/gnome-themes.mo -share/locale/pt/LC_MESSAGES/gnome-themes.mo -share/locale/pt_BR/LC_MESSAGES/gnome-themes.mo -share/locale/ro/LC_MESSAGES/gnome-themes.mo -share/locale/ru/LC_MESSAGES/gnome-themes.mo -share/locale/rw/LC_MESSAGES/gnome-themes.mo -share/locale/si/LC_MESSAGES/gnome-themes.mo -share/locale/sk/LC_MESSAGES/gnome-themes.mo -share/locale/sl/LC_MESSAGES/gnome-themes.mo -share/locale/sq/LC_MESSAGES/gnome-themes.mo -share/locale/sr/LC_MESSAGES/gnome-themes.mo -share/locale/sr@latin/LC_MESSAGES/gnome-themes.mo -share/locale/sv/LC_MESSAGES/gnome-themes.mo -share/locale/ta/LC_MESSAGES/gnome-themes.mo -share/locale/te/LC_MESSAGES/gnome-themes.mo -share/locale/th/LC_MESSAGES/gnome-themes.mo -share/locale/tr/LC_MESSAGES/gnome-themes.mo -share/locale/ug/LC_MESSAGES/gnome-themes.mo -share/locale/uk/LC_MESSAGES/gnome-themes.mo -share/locale/vi/LC_MESSAGES/gnome-themes.mo -share/locale/wa/LC_MESSAGES/gnome-themes.mo -share/locale/xh/LC_MESSAGES/gnome-themes.mo -share/locale/zh_CN/LC_MESSAGES/gnome-themes.mo -share/locale/zh_HK/LC_MESSAGES/gnome-themes.mo -share/locale/zh_TW/LC_MESSAGES/gnome-themes.mo -share/themes/Clearlooks/index.theme -share/themes/Clearlooks/metacity-1/metacity-theme-1.xml -share/themes/ClearlooksClassic/gtk-2.0/gtkrc -share/themes/ClearlooksClassic/metacity-1/metacity-theme-1.xml -share/themes/Crux/index.theme -share/themes/Glider/gtk-2.0/gtkrc -share/themes/Glider/index.theme -share/themes/Glider/metacity-1/metacity-theme-1.xml -share/themes/Glossy/gtk-2.0/gtkrc -share/themes/Glossy/index.theme -share/themes/Glossy/metacity-1/metacity-theme-1.xml -share/themes/HighContrast/gtk-2.0/gtkrc -share/themes/HighContrast/index.theme -share/themes/HighContrastInverse/gtk-2.0/gtkrc -share/themes/HighContrastInverse/index.theme -share/themes/HighContrastLargePrint/gtk-2.0/gtkrc -share/themes/HighContrastLargePrint/index.theme.disabled -share/themes/HighContrastLargePrint/pixmaps/double-click-maybe.png -share/themes/HighContrastLargePrint/pixmaps/double-click-off.png -share/themes/HighContrastLargePrint/pixmaps/double-click-on.png -share/themes/HighContrastLargePrint/pixmaps/media-backward.png -share/themes/HighContrastLargePrint/pixmaps/media-eject.png -share/themes/HighContrastLargePrint/pixmaps/media-forward.png -share/themes/HighContrastLargePrint/pixmaps/media-next.png -share/themes/HighContrastLargePrint/pixmaps/media-pause.png -share/themes/HighContrastLargePrint/pixmaps/media-play.png -share/themes/HighContrastLargePrint/pixmaps/media-prev.png -share/themes/HighContrastLargePrint/pixmaps/media-record.png -share/themes/HighContrastLargePrint/pixmaps/media-stop.png -share/themes/HighContrastLargePrint/pixmaps/metacity-delete.png -share/themes/HighContrastLargePrint/pixmaps/metacity-maximize.png -share/themes/HighContrastLargePrint/pixmaps/metacity-minimize.png -share/themes/HighContrastLargePrint/pixmaps/printer-broken.png -share/themes/HighContrastLargePrint/pixmaps/printer-default.png -share/themes/HighContrastLargePrint/pixmaps/printer-inkjet.png -share/themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png -share/themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png -share/themes/HighContrastLargePrint/pixmaps/stock_about.png -share/themes/HighContrastLargePrint/pixmaps/stock_accessories.png -share/themes/HighContrastLargePrint/pixmaps/stock_add.png -share/themes/HighContrastLargePrint/pixmaps/stock_amusements.png -share/themes/HighContrastLargePrint/pixmaps/stock_apply.png -share/themes/HighContrastLargePrint/pixmaps/stock_attach.png -share/themes/HighContrastLargePrint/pixmaps/stock_bold.png -share/themes/HighContrastLargePrint/pixmaps/stock_book.png -share/themes/HighContrastLargePrint/pixmaps/stock_cancel.png -share/themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png -share/themes/HighContrastLargePrint/pixmaps/stock_cdrom.png -share/themes/HighContrastLargePrint/pixmaps/stock_clear.png -share/themes/HighContrastLargePrint/pixmaps/stock_close.png -share/themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm -share/themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm -share/themes/HighContrastLargePrint/pixmaps/stock_connect.png -share/themes/HighContrastLargePrint/pixmaps/stock_convert.png -share/themes/HighContrastLargePrint/pixmaps/stock_copy.png -share/themes/HighContrastLargePrint/pixmaps/stock_cut.png -share/themes/HighContrastLargePrint/pixmaps/stock_delete.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png -share/themes/HighContrastLargePrint/pixmaps/stock_disconnect.png -share/themes/HighContrastLargePrint/pixmaps/stock_dnd.png -share/themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png -share/themes/HighContrastLargePrint/pixmaps/stock_drawer.png -share/themes/HighContrastLargePrint/pixmaps/stock_edit.png -share/themes/HighContrastLargePrint/pixmaps/stock_empty.png -share/themes/HighContrastLargePrint/pixmaps/stock_execute.png -share/themes/HighContrastLargePrint/pixmaps/stock_export.png -share/themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png -share/themes/HighContrastLargePrint/pixmaps/stock_find.png -share/themes/HighContrastLargePrint/pixmaps/stock_floppy.png -share/themes/HighContrastLargePrint/pixmaps/stock_gnome-logo.png -share/themes/HighContrastLargePrint/pixmaps/stock_gnome-util.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-back.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-down.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-forward.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-up.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-first.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-last.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-top.png -share/themes/HighContrastLargePrint/pixmaps/stock_harddisk.png -share/themes/HighContrastLargePrint/pixmaps/stock_help.png -share/themes/HighContrastLargePrint/pixmaps/stock_home.png -share/themes/HighContrastLargePrint/pixmaps/stock_import.png -share/themes/HighContrastLargePrint/pixmaps/stock_index.png -share/themes/HighContrastLargePrint/pixmaps/stock_info.png -share/themes/HighContrastLargePrint/pixmaps/stock_insert-image.png -share/themes/HighContrastLargePrint/pixmaps/stock_insert-object.png -share/themes/HighContrastLargePrint/pixmaps/stock_insert-table.png -share/themes/HighContrastLargePrint/pixmaps/stock_internet.png -share/themes/HighContrastLargePrint/pixmaps/stock_italic.png -share/themes/HighContrastLargePrint/pixmaps/stock_jump-to.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-center.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-left.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-right.png -share/themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png -share/themes/HighContrastLargePrint/pixmaps/stock_line-in.png -share/themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png -share/themes/HighContrastLargePrint/pixmaps/stock_logout.png -share/themes/HighContrastLargePrint/pixmaps/stock_mic.png -share/themes/HighContrastLargePrint/pixmaps/stock_missing-image.png -share/themes/HighContrastLargePrint/pixmaps/stock_multimedia.png -share/themes/HighContrastLargePrint/pixmaps/stock_new.png -share/themes/HighContrastLargePrint/pixmaps/stock_no.png -share/themes/HighContrastLargePrint/pixmaps/stock_ok.png -share/themes/HighContrastLargePrint/pixmaps/stock_open.png -share/themes/HighContrastLargePrint/pixmaps/stock_paste.png -share/themes/HighContrastLargePrint/pixmaps/stock_preferences.png -share/themes/HighContrastLargePrint/pixmaps/stock_print-preview.png -share/themes/HighContrastLargePrint/pixmaps/stock_print.png -share/themes/HighContrastLargePrint/pixmaps/stock_properties.png -share/themes/HighContrastLargePrint/pixmaps/stock_quit.png -share/themes/HighContrastLargePrint/pixmaps/stock_redo.png -share/themes/HighContrastLargePrint/pixmaps/stock_refresh.png -share/themes/HighContrastLargePrint/pixmaps/stock_remove.png -share/themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png -share/themes/HighContrastLargePrint/pixmaps/stock_run.png -share/themes/HighContrastLargePrint/pixmaps/stock_save-as.png -share/themes/HighContrastLargePrint/pixmaps/stock_save.png -share/themes/HighContrastLargePrint/pixmaps/stock_screenshot.png -share/themes/HighContrastLargePrint/pixmaps/stock_searchtool.png -share/themes/HighContrastLargePrint/pixmaps/stock_select-color.png -share/themes/HighContrastLargePrint/pixmaps/stock_select-font.png -share/themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png -share/themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png -share/themes/HighContrastLargePrint/pixmaps/stock_spell-check.png -share/themes/HighContrastLargePrint/pixmaps/stock_stop.png -share/themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png -share/themes/HighContrastLargePrint/pixmaps/stock_undelete.png -share/themes/HighContrastLargePrint/pixmaps/stock_underline.png -share/themes/HighContrastLargePrint/pixmaps/stock_undo.png -share/themes/HighContrastLargePrint/pixmaps/stock_volume.png -share/themes/HighContrastLargePrint/pixmaps/stock_yes.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png -share/themes/HighContrastLargePrint/pixmaps/volume-max.png -share/themes/HighContrastLargePrint/pixmaps/volume-medium.png -share/themes/HighContrastLargePrint/pixmaps/volume-min.png -share/themes/HighContrastLargePrint/pixmaps/volume-mute.png -share/themes/HighContrastLargePrint/pixmaps/volume-zero.png -share/themes/HighContrastLargePrintInverse/gtk-2.0/gtkrc -share/themes/HighContrastLargePrintInverse/index.theme.disabled -share/themes/HighContrastLargePrintInverse/pixmaps/double-click-maybe.png -share/themes/HighContrastLargePrintInverse/pixmaps/double-click-off.png -share/themes/HighContrastLargePrintInverse/pixmaps/double-click-on.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-backward.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-eject.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-forward.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-next.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-pause.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-play.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-prev.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-record.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-stop.png -share/themes/HighContrastLargePrintInverse/pixmaps/metacity-delete.png -share/themes/HighContrastLargePrintInverse/pixmaps/metacity-maximize.png -share/themes/HighContrastLargePrintInverse/pixmaps/metacity-minimize.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-broken.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-default.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-inkjet.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-personal-laser.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-workgroup-laser.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_about.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_accessories.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_add.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_amusements.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_apply.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_attach.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_bold.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_book.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cancel.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cde-menu.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cdrom.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_clear.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_close.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_commandline-browser.xpm -share/themes/HighContrastLargePrintInverse/pixmaps/stock_commandline-history.xpm -share/themes/HighContrastLargePrintInverse/pixmaps/stock_connect.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_convert.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_copy.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cut.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_delete.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_error.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_info.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_question.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_warning.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_disconnect.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dnd.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dnd_multiple.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_drawer.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_edit.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_empty.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_execute.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_export.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_find-and-replace.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_find.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_floppy.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_gnome-logo.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_gnome-util.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-back.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-down.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-forward.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-up.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-bottom.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-first.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-last.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-top.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_harddisk.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_help.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_home.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_import.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_index.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_info.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-image.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-object.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-table.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_internet.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_italic.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_jump-to.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-center.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-fill.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-left.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-right.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_launcher-program.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_line-in.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_lockscreen.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_logout.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_mic.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_missing-image.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_multimedia.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_new.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_no.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_ok.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_open.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_paste.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_preferences.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_print-preview.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_print.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_properties.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_quit.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_redo.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_refresh.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_remove.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_revert-to-saved.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_run.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_save-as.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_save.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_screenshot.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_searchtool.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_select-color.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_select-font.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_sort-ascending.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_sort-descending.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_spell-check.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_stop.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_strikethrough.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_undelete.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_underline.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_undo.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_volume.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_yes.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-100.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-fit.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-in.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-out.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-max.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-medium.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-min.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-mute.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-zero.png -share/themes/Inverted/gtk-2.0/gtkrc -share/themes/Inverted/metacity-1/metacity-theme-1.xml -share/themes/LargePrint/gtk-2.0/gtkrc -share/themes/LargePrint/index.theme.disabled -share/themes/LowContrast/gtk-2.0/gtkrc -share/themes/LowContrast/index.theme.disabled -share/themes/LowContrastLargePrint/gtk-2.0/gtkrc -share/themes/LowContrastLargePrint/index.theme.disabled -share/themes/LowContrastLargePrint/pixmaps/double-click-maybe.png -share/themes/LowContrastLargePrint/pixmaps/double-click-off.png -share/themes/LowContrastLargePrint/pixmaps/double-click-on.png -share/themes/LowContrastLargePrint/pixmaps/media-backward.png -share/themes/LowContrastLargePrint/pixmaps/media-eject.png -share/themes/LowContrastLargePrint/pixmaps/media-forward.png -share/themes/LowContrastLargePrint/pixmaps/media-next.png -share/themes/LowContrastLargePrint/pixmaps/media-pause.png -share/themes/LowContrastLargePrint/pixmaps/media-play.png -share/themes/LowContrastLargePrint/pixmaps/media-prev.png -share/themes/LowContrastLargePrint/pixmaps/media-record.png -share/themes/LowContrastLargePrint/pixmaps/media-stop.png -share/themes/LowContrastLargePrint/pixmaps/metacity-delete.png -share/themes/LowContrastLargePrint/pixmaps/metacity-maximize.png -share/themes/LowContrastLargePrint/pixmaps/metacity-minimize.png -share/themes/LowContrastLargePrint/pixmaps/printer-broken.png -share/themes/LowContrastLargePrint/pixmaps/printer-default.png -share/themes/LowContrastLargePrint/pixmaps/printer-inkjet.png -share/themes/LowContrastLargePrint/pixmaps/printer-personal-laser.png -share/themes/LowContrastLargePrint/pixmaps/printer-workgroup-laser.png -share/themes/LowContrastLargePrint/pixmaps/stock_about.png -share/themes/LowContrastLargePrint/pixmaps/stock_accessories.png -share/themes/LowContrastLargePrint/pixmaps/stock_add.png -share/themes/LowContrastLargePrint/pixmaps/stock_amusements.png -share/themes/LowContrastLargePrint/pixmaps/stock_apply.png -share/themes/LowContrastLargePrint/pixmaps/stock_attach.png -share/themes/LowContrastLargePrint/pixmaps/stock_bold.png -share/themes/LowContrastLargePrint/pixmaps/stock_book.png -share/themes/LowContrastLargePrint/pixmaps/stock_cancel.png -share/themes/LowContrastLargePrint/pixmaps/stock_cde-menu.png -share/themes/LowContrastLargePrint/pixmaps/stock_cdrom.png -share/themes/LowContrastLargePrint/pixmaps/stock_clear.png -share/themes/LowContrastLargePrint/pixmaps/stock_close.png -share/themes/LowContrastLargePrint/pixmaps/stock_commandline-browser.xpm -share/themes/LowContrastLargePrint/pixmaps/stock_commandline-history.xpm -share/themes/LowContrastLargePrint/pixmaps/stock_connect.png -share/themes/LowContrastLargePrint/pixmaps/stock_convert.png -share/themes/LowContrastLargePrint/pixmaps/stock_copy.png -share/themes/LowContrastLargePrint/pixmaps/stock_cut.png -share/themes/LowContrastLargePrint/pixmaps/stock_delete.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_error.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_info.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_question.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_warning.png -share/themes/LowContrastLargePrint/pixmaps/stock_disconnect.png -share/themes/LowContrastLargePrint/pixmaps/stock_dnd.png -share/themes/LowContrastLargePrint/pixmaps/stock_dnd_multiple.png -share/themes/LowContrastLargePrint/pixmaps/stock_drawer.png -share/themes/LowContrastLargePrint/pixmaps/stock_edit.png -share/themes/LowContrastLargePrint/pixmaps/stock_empty.png -share/themes/LowContrastLargePrint/pixmaps/stock_execute.png -share/themes/LowContrastLargePrint/pixmaps/stock_export.png -share/themes/LowContrastLargePrint/pixmaps/stock_find-and-replace.png -share/themes/LowContrastLargePrint/pixmaps/stock_find.png -share/themes/LowContrastLargePrint/pixmaps/stock_floppy.png -share/themes/LowContrastLargePrint/pixmaps/stock_gnome-logo.png -share/themes/LowContrastLargePrint/pixmaps/stock_gnome-util.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-back.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-down.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-forward.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-up.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-bottom.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-first.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-last.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-top.png -share/themes/LowContrastLargePrint/pixmaps/stock_harddisk.png -share/themes/LowContrastLargePrint/pixmaps/stock_help.png -share/themes/LowContrastLargePrint/pixmaps/stock_home.png -share/themes/LowContrastLargePrint/pixmaps/stock_import.png -share/themes/LowContrastLargePrint/pixmaps/stock_index.png -share/themes/LowContrastLargePrint/pixmaps/stock_info.png -share/themes/LowContrastLargePrint/pixmaps/stock_insert-image.png -share/themes/LowContrastLargePrint/pixmaps/stock_insert-object.png -share/themes/LowContrastLargePrint/pixmaps/stock_insert-table.png -share/themes/LowContrastLargePrint/pixmaps/stock_internet.png -share/themes/LowContrastLargePrint/pixmaps/stock_italic.png -share/themes/LowContrastLargePrint/pixmaps/stock_jump-to.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-center.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-fill.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-left.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-right.png -share/themes/LowContrastLargePrint/pixmaps/stock_launcher-program.png -share/themes/LowContrastLargePrint/pixmaps/stock_line-in.png -share/themes/LowContrastLargePrint/pixmaps/stock_lockscreen.png -share/themes/LowContrastLargePrint/pixmaps/stock_logout.png -share/themes/LowContrastLargePrint/pixmaps/stock_mic.png -share/themes/LowContrastLargePrint/pixmaps/stock_missing-image.png -share/themes/LowContrastLargePrint/pixmaps/stock_multimedia.png -share/themes/LowContrastLargePrint/pixmaps/stock_new.png -share/themes/LowContrastLargePrint/pixmaps/stock_no.png -share/themes/LowContrastLargePrint/pixmaps/stock_ok.png -share/themes/LowContrastLargePrint/pixmaps/stock_open.png -share/themes/LowContrastLargePrint/pixmaps/stock_paste.png -share/themes/LowContrastLargePrint/pixmaps/stock_preferences.png -share/themes/LowContrastLargePrint/pixmaps/stock_print-preview.png -share/themes/LowContrastLargePrint/pixmaps/stock_print.png -share/themes/LowContrastLargePrint/pixmaps/stock_properties.png -share/themes/LowContrastLargePrint/pixmaps/stock_quit.png -share/themes/LowContrastLargePrint/pixmaps/stock_redo.png -share/themes/LowContrastLargePrint/pixmaps/stock_refresh.png -share/themes/LowContrastLargePrint/pixmaps/stock_remove.png -share/themes/LowContrastLargePrint/pixmaps/stock_revert-to-saved.png -share/themes/LowContrastLargePrint/pixmaps/stock_run.png -share/themes/LowContrastLargePrint/pixmaps/stock_save-as.png -share/themes/LowContrastLargePrint/pixmaps/stock_save.png -share/themes/LowContrastLargePrint/pixmaps/stock_screenshot.png -share/themes/LowContrastLargePrint/pixmaps/stock_searchtool.png -share/themes/LowContrastLargePrint/pixmaps/stock_select-color.png -share/themes/LowContrastLargePrint/pixmaps/stock_select-font.png -share/themes/LowContrastLargePrint/pixmaps/stock_sort-ascending.png -share/themes/LowContrastLargePrint/pixmaps/stock_sort-descending.png -share/themes/LowContrastLargePrint/pixmaps/stock_spell-check.png -share/themes/LowContrastLargePrint/pixmaps/stock_stop.png -share/themes/LowContrastLargePrint/pixmaps/stock_strikethrough.png -share/themes/LowContrastLargePrint/pixmaps/stock_undelete.png -share/themes/LowContrastLargePrint/pixmaps/stock_underline.png -share/themes/LowContrastLargePrint/pixmaps/stock_undo.png -share/themes/LowContrastLargePrint/pixmaps/stock_volume.png -share/themes/LowContrastLargePrint/pixmaps/stock_yes.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-100.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-fit.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-in.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-out.png -share/themes/LowContrastLargePrint/pixmaps/volume-max.png -share/themes/LowContrastLargePrint/pixmaps/volume-medium.png -share/themes/LowContrastLargePrint/pixmaps/volume-min.png -share/themes/LowContrastLargePrint/pixmaps/volume-mute.png -share/themes/LowContrastLargePrint/pixmaps/volume-zero.png -share/themes/Mist/index.theme -share/themes/Mist/metacity-1/metacity-theme-1.xml -share/themes/Simple/gtk-2.0/gtkrc -@dirrm share/themes/Simple/gtk-2.0 -@dirrm share/themes/Simple -@dirrm share/themes/Mist/metacity-1 -@dirrm share/themes/Mist -@dirrm share/themes/LowContrastLargePrint/pixmaps -@dirrm share/themes/LowContrastLargePrint/gtk-2.0 -@dirrm share/themes/LowContrastLargePrint -@dirrm share/themes/LowContrast/gtk-2.0 -@dirrm share/themes/LowContrast -@dirrm share/themes/LargePrint/gtk-2.0 -@dirrm share/themes/LargePrint -@dirrm share/themes/Inverted/metacity-1 -@dirrm share/themes/Inverted/gtk-2.0 -@dirrm share/themes/Inverted -@dirrm share/themes/HighContrastLargePrintInverse/pixmaps -@dirrm share/themes/HighContrastLargePrintInverse/gtk-2.0 -@dirrm share/themes/HighContrastLargePrintInverse -@dirrm share/themes/HighContrastLargePrint/pixmaps -@dirrm share/themes/HighContrastLargePrint/gtk-2.0 -@dirrm share/themes/HighContrastLargePrint -@dirrm share/themes/HighContrastInverse/gtk-2.0 -@dirrm share/themes/HighContrastInverse -@dirrm share/themes/HighContrast/gtk-2.0 -@dirrm share/themes/HighContrast -@dirrm share/themes/Glossy/metacity-1 -@dirrm share/themes/Glossy/gtk-2.0 -@dirrm share/themes/Glossy -@dirrm share/themes/Glider/metacity-1 -@dirrm share/themes/Glider/gtk-2.0 -@dirrm share/themes/Glider -@dirrm share/themes/Crux -@dirrm share/themes/ClearlooksClassic/metacity-1 -@dirrm share/themes/ClearlooksClassic/gtk-2.0 -@dirrm share/themes/ClearlooksClassic -@dirrm share/themes/Clearlooks/metacity-1 -@dirrm share/themes/Clearlooks -@dirrmtry share/themes -@dirrm share/icons/Mist/scalable/status -@dirrm share/icons/Mist/scalable/places -@dirrm share/icons/Mist/scalable/actions -@dirrm share/icons/Mist/scalable -@dirrm share/icons/Mist/32x32/status -@dirrm share/icons/Mist/32x32/places -@dirrm share/icons/Mist/32x32/actions -@dirrm share/icons/Mist/32x32 -@dirrm share/icons/Mist/24x24/status -@dirrm share/icons/Mist/24x24/places -@dirrm share/icons/Mist/24x24/actions -@dirrm share/icons/Mist/24x24 -@dirrm share/icons/Mist/22x22/status -@dirrm share/icons/Mist/22x22/places -@dirrm share/icons/Mist/22x22/actions -@dirrm share/icons/Mist/22x22 -@dirrm share/icons/Mist/16x16/status -@dirrm share/icons/Mist/16x16/places -@dirrm share/icons/Mist/16x16/actions -@dirrm share/icons/Mist/16x16 -@dirrm share/icons/Mist -@dirrm share/icons/LargePrint -@dirrm share/icons/HighContrastLargePrintInverse/48x48/status -@dirrm share/icons/HighContrastLargePrintInverse/48x48/places -@dirrm share/icons/HighContrastLargePrintInverse/48x48/mimetypes -@dirrm share/icons/HighContrastLargePrintInverse/48x48/emblems -@dirrm share/icons/HighContrastLargePrintInverse/48x48/devices -@dirrm share/icons/HighContrastLargePrintInverse/48x48/categories -@dirrm share/icons/HighContrastLargePrintInverse/48x48/apps -@dirrm share/icons/HighContrastLargePrintInverse/48x48/actions -@dirrm share/icons/HighContrastLargePrintInverse/48x48 -@dirrm share/icons/HighContrastLargePrintInverse/36x36/animations -@dirrm share/icons/HighContrastLargePrintInverse/36x36 -@dirrm share/icons/HighContrastLargePrintInverse -@dirrm share/icons/HighContrastLargePrint/48x48/status -@dirrm share/icons/HighContrastLargePrint/48x48/places -@dirrm share/icons/HighContrastLargePrint/48x48/mimetypes -@dirrm share/icons/HighContrastLargePrint/48x48/emblems -@dirrm share/icons/HighContrastLargePrint/48x48/devices -@dirrm share/icons/HighContrastLargePrint/48x48/categories -@dirrm share/icons/HighContrastLargePrint/48x48/apps -@dirrm share/icons/HighContrastLargePrint/48x48/actions -@dirrm share/icons/HighContrastLargePrint/48x48 -@dirrm share/icons/HighContrastLargePrint/36x36/animations -@dirrm share/icons/HighContrastLargePrint/36x36 -@dirrm share/icons/HighContrastLargePrint -@dirrm share/icons/HighContrastInverse -@dirrm share/icons/HighContrast-SVG/scalable/status -@dirrm share/icons/HighContrast-SVG/scalable/places -@dirrm share/icons/HighContrast-SVG/scalable/mimetypes -@dirrm share/icons/HighContrast-SVG/scalable/emotes -@dirrm share/icons/HighContrast-SVG/scalable/emblems -@dirrm share/icons/HighContrast-SVG/scalable/devices -@dirrm share/icons/HighContrast-SVG/scalable/categories -@dirrm share/icons/HighContrast-SVG/scalable/apps -@dirrm share/icons/HighContrast-SVG/scalable/actions -@dirrm share/icons/HighContrast-SVG/scalable -@dirrm share/icons/HighContrast-SVG/48x48/animations -@dirrm share/icons/HighContrast-SVG/48x48 -@dirrm share/icons/HighContrast-SVG -@dirrm share/icons/HighContrast -@dirrm share/icons/Crux/scalable/status -@dirrm share/icons/Crux/scalable/places -@dirrm share/icons/Crux/scalable/actions -@dirrm share/icons/Crux/scalable -@dirrm share/icons/Crux/32x32/status -@dirrm share/icons/Crux/32x32/places -@dirrm share/icons/Crux/32x32/actions -@dirrm share/icons/Crux/32x32 -@dirrm share/icons/Crux/24x24/status -@dirrm share/icons/Crux/24x24/places -@dirrm share/icons/Crux/24x24/actions -@dirrm share/icons/Crux/24x24 -@dirrm share/icons/Crux/22x22/status -@dirrm share/icons/Crux/22x22/places -@dirrm share/icons/Crux/22x22/actions -@dirrm share/icons/Crux/22x22 -@dirrm share/icons/Crux/16x16/status -@dirrm share/icons/Crux/16x16/places -@dirrm share/icons/Crux/16x16/actions -@dirrm share/icons/Crux/16x16 -@dirrm share/icons/Crux -@dirrmtry share/icons -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile deleted file mode 100644 index 7129635e6..000000000 --- a/x11-themes/gtk-engines2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gtk-engines2 -# Date Created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.77 2009/09/24 18:32:14 marcus Exp $ -# - -PORTNAME= gtk-engines2 -PORTVERSION= 2.18.4 -CATEGORIES= x11-themes -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Theme engine for the GTK+-2.0 toolkit - -CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gtk20 intlhack ltasneededhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= ANIMATION "Enable experimental animated progressbars" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_ANIMATION) -CONFIGURE_ARGS+= --enable-animation -.endif - -post-install: - @(cd ${WRKSRC}/po && ${GMAKE} install) - -.include <bsd.port.post.mk> diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo deleted file mode 100644 index 85640b36d..000000000 --- a/x11-themes/gtk-engines2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk-engines-2.18.4.tar.bz2) = 95748497eafdfe898588931f08b2fccc -SHA256 (gnome2/gtk-engines-2.18.4.tar.bz2) = 846e138c45f951451246fa7550e883ba695c2597ffe74b24fafd0cc5c21e1272 -SIZE (gnome2/gtk-engines-2.18.4.tar.bz2) = 706050 diff --git a/x11-themes/gtk-engines2/pkg-descr b/x11-themes/gtk-engines2/pkg-descr deleted file mode 100644 index e787f789b..000000000 --- a/x11-themes/gtk-engines2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Theme engine for the gtk+-2.0 toolkit. - -WWW: http://www.gtk.org/ diff --git a/x11-themes/gtk-engines2/pkg-plist b/x11-themes/gtk-engines2/pkg-plist deleted file mode 100644 index fdd5f159f..000000000 --- a/x11-themes/gtk-engines2/pkg-plist +++ /dev/null @@ -1,140 +0,0 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.so -libdata/pkgconfig/gtk-engines-2.pc -share/gtk-engines/clearlooks.xml -share/gtk-engines/crux-engine.xml -share/gtk-engines/glide.xml -share/gtk-engines/hcengine.xml -share/gtk-engines/industrial.xml -share/gtk-engines/mist.xml -share/gtk-engines/redmond95.xml -share/gtk-engines/thinice.xml -share/locale/ar/LC_MESSAGES/gtk-engines.mo -share/locale/as/LC_MESSAGES/gtk-engines.mo -share/locale/be@latin/LC_MESSAGES/gtk-engines.mo -share/locale/bg/LC_MESSAGES/gtk-engines.mo -share/locale/bn/LC_MESSAGES/gtk-engines.mo -share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo -share/locale/ca/LC_MESSAGES/gtk-engines.mo -share/locale/ca@valencia/LC_MESSAGES/gtk-engines.mo -share/locale/cs/LC_MESSAGES/gtk-engines.mo -share/locale/da/LC_MESSAGES/gtk-engines.mo -share/locale/de/LC_MESSAGES/gtk-engines.mo -share/locale/dz/LC_MESSAGES/gtk-engines.mo -share/locale/el/LC_MESSAGES/gtk-engines.mo -share/locale/en_GB/LC_MESSAGES/gtk-engines.mo -share/locale/es/LC_MESSAGES/gtk-engines.mo -share/locale/et/LC_MESSAGES/gtk-engines.mo -share/locale/eu/LC_MESSAGES/gtk-engines.mo -share/locale/fi/LC_MESSAGES/gtk-engines.mo -share/locale/fr/LC_MESSAGES/gtk-engines.mo -share/locale/fur/LC_MESSAGES/gtk-engines.mo -share/locale/ga/LC_MESSAGES/gtk-engines.mo -share/locale/gl/LC_MESSAGES/gtk-engines.mo -share/locale/gu/LC_MESSAGES/gtk-engines.mo -share/locale/he/LC_MESSAGES/gtk-engines.mo -share/locale/hi/LC_MESSAGES/gtk-engines.mo -share/locale/hu/LC_MESSAGES/gtk-engines.mo -share/locale/it/LC_MESSAGES/gtk-engines.mo -share/locale/ja/LC_MESSAGES/gtk-engines.mo -share/locale/kn/LC_MESSAGES/gtk-engines.mo -share/locale/ko/LC_MESSAGES/gtk-engines.mo -share/locale/lt/LC_MESSAGES/gtk-engines.mo -share/locale/mai/LC_MESSAGES/gtk-engines.mo -share/locale/mk/LC_MESSAGES/gtk-engines.mo -share/locale/ml/LC_MESSAGES/gtk-engines.mo -share/locale/mr/LC_MESSAGES/gtk-engines.mo -share/locale/nb/LC_MESSAGES/gtk-engines.mo -share/locale/nl/LC_MESSAGES/gtk-engines.mo -share/locale/nn/LC_MESSAGES/gtk-engines.mo -share/locale/oc/LC_MESSAGES/gtk-engines.mo -share/locale/or/LC_MESSAGES/gtk-engines.mo -share/locale/pa/LC_MESSAGES/gtk-engines.mo -share/locale/pl/LC_MESSAGES/gtk-engines.mo -share/locale/pt/LC_MESSAGES/gtk-engines.mo -share/locale/pt_BR/LC_MESSAGES/gtk-engines.mo -share/locale/ro/LC_MESSAGES/gtk-engines.mo -share/locale/ru/LC_MESSAGES/gtk-engines.mo -share/locale/si/LC_MESSAGES/gtk-engines.mo -share/locale/sl/LC_MESSAGES/gtk-engines.mo -share/locale/sq/LC_MESSAGES/gtk-engines.mo -share/locale/sr/LC_MESSAGES/gtk-engines.mo -share/locale/sr@latin/LC_MESSAGES/gtk-engines.mo -share/locale/sv/LC_MESSAGES/gtk-engines.mo -share/locale/ta/LC_MESSAGES/gtk-engines.mo -share/locale/te/LC_MESSAGES/gtk-engines.mo -share/locale/th/LC_MESSAGES/gtk-engines.mo -share/locale/tr/LC_MESSAGES/gtk-engines.mo -share/locale/uk/LC_MESSAGES/gtk-engines.mo -share/locale/vi/LC_MESSAGES/gtk-engines.mo -share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo -share/locale/zh_HK/LC_MESSAGES/gtk-engines.mo -share/locale/zh_TW/LC_MESSAGES/gtk-engines.mo -share/themes/Clearlooks/gtk-2.0/gtkrc -share/themes/Crux/gtk-2.0/gtkrc -share/themes/Industrial/gtk-2.0/gtkrc -share/themes/Mist/gtk-2.0/gtkrc -share/themes/Redmond/gtk-2.0/gtkrc -share/themes/ThinIce/gtk-2.0/gtkrc -@dirrm share/themes/ThinIce/gtk-2.0 -@dirrmtry share/themes/ThinIce -@dirrm share/themes/Redmond/gtk-2.0 -@dirrmtry share/themes/Redmond -@dirrm share/themes/Mist/gtk-2.0 -@dirrmtry share/themes/Mist -@dirrm share/themes/Industrial/gtk-2.0 -@dirrmtry share/themes/Industrial -@dirrm share/themes/Crux/gtk-2.0 -@dirrmtry share/themes/Crux -@dirrm share/themes/Clearlooks/gtk-2.0 -@dirrmtry share/themes/Clearlooks -@dirrmtry share/themes -@dirrm share/gtk-engines -@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/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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile deleted file mode 100644 index b2bc8fcee..000000000 --- a/x11-toolkits/gauche-gtk/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: Gauche-gtk -# Date created: 3 November 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# -# $FreeBSD$ -# - -PORTNAME= gauche -PORTVERSION= 0.4.1 -PORTREVISION= 10 -CATEGORIES= x11-toolkits scheme -MASTER_SITES= SF/${PORTNAME}/Gauche-gtk/${PORTVERSION} -PKGNAMESUFFIX= -gtk -DISTNAME= Gauche${PKGNAMESUFFIX}-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= erik@smluc.org -COMMENT= GTK2 binding for Gauche - -BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! -GNU_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk -PLIST_SUB= VERSION="`gauche-config -V`" \ - TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}" -CFLAGS+= -fPIC - -.if defined(WITH_GTKGLEXT) -LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext -CONFIGURE_ARGS= --enable-gtkgl -PLIST_SUB+= GTKGLEXT="" -.else -PLIST_SUB+= GTKGLEXT="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|n-bytes|x-n-bytes|g' -e 's|text-size|x-text-size|g' \ - ${WRKSRC}/src/gtkentry.stub - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.scm ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR} -.if defined(WITH_GTKGLEXT) - ${CP} -R ${WRKSRC}/examples/gtkglext ${EXAMPLESDIR} -.endif - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gauche-gtk/distinfo b/x11-toolkits/gauche-gtk/distinfo deleted file mode 100644 index 1958a0554..000000000 --- a/x11-toolkits/gauche-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Gauche-gtk-0.4.1.tgz) = 18356efab446b9524be8371a3b852a6a -SHA256 (Gauche-gtk-0.4.1.tgz) = 5f600214b04ce4090ca6aa63f9344a0c6ec9a2462e4106b53a7a44514d4a73db -SIZE (Gauche-gtk-0.4.1.tgz) = 324945 diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub deleted file mode 100644 index 03d0ba0d4..000000000 --- a/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub +++ /dev/null @@ -1,29 +0,0 @@ ---- src/gtktexttag.stub.orig 2004-06-26 23:59:48.000000000 -0400 -+++ src/gtktexttag.stub 2007-10-24 15:07:15.000000000 -0400 -@@ -35,8 +35,6 @@ - (editable-set :type <uint>) - (language-set :type <uint>) - (pad1 :type <uint>) -- (pad2 :type <uint>) -- (pad3 :type <uint>) - ) - (allocator (c "Scm_GtkObjectAllocate")) - ) -@@ -85,8 +83,6 @@ - (is-text :type <uint>) - (pad1 :type <uint>) - (pad2 :type <uint>) -- (pad3 :type <uint>) -- (pad4 :type <uint>) - ) - (allocator "return Scm_MakeGtkTextAppearance(NULL);") - ) -@@ -128,8 +124,6 @@ - (realized :type <uint>) - (pad1 :type <uint>) - (pad2 :type <uint>) -- (pad3 :type <uint>) -- (pad4 :type <uint>) - ) - (allocator "return Scm_MakeGtkTextAttributes(NULL);") - ) diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub deleted file mode 100644 index 2ccba5efa..000000000 --- a/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtktoolbar.stub.orig Sat Dec 10 22:36:08 2005 -+++ src/gtktoolbar.stub Sat Dec 10 22:36:31 2005 -@@ -51,8 +51,6 @@ - (tooltips :type <gtk-tooltips>) - (button-maxw :type <int>) - (button-maxh :type <int>) -- (style-set-connection :type <uint>) -- (icon-size-connection :type <uint>) - (style-set :type <uint>) - (icon-size-set :type <uint>) - ) diff --git a/x11-toolkits/gauche-gtk/pkg-descr b/x11-toolkits/gauche-gtk/pkg-descr deleted file mode 100644 index ea8a3724c..000000000 --- a/x11-toolkits/gauche-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Gauche extension module to use GTK. - -WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html diff --git a/x11-toolkits/gauche-gtk/pkg-plist b/x11-toolkits/gauche-gtk/pkg-plist deleted file mode 100644 index 522e2eb04..000000000 --- a/x11-toolkits/gauche-gtk/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtk.so -%%GTKGLEXT%%lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtkgl.so -share/gauche/%%VERSION%%/lib/gtk.scm -share/gauche/%%VERSION%%/lib/gtk/error-dialog.scm -share/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm -share/gauche/%%VERSION%%/lib/gtk/gtkaux.scm -share/gauche/%%VERSION%%/lib/.packages/Gauche-gtk.gpd -%%GTKGLEXT%%share/gauche/%%VERSION%%/lib/gtk/gtkgl.scm -share/gauche/%%VERSION%%/lib/gtk/listener.scm -@dirrm share/gauche/%%VERSION%%/lib/gtk -%%PORTDOCS%%%%EXAMPLESDIR%%/error-dialog.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gdk-animation.scm -%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/README -%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/font.scm -%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/gears.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/COPYING -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/README -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/arrow.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/aspectframe.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/base.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/buttonbox.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/buttons.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/entry.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/eventbox.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/filesel.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/fixed.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/frame.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/helloworld.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/helloworld2.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/info.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/label.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/list.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/menu.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/notebook.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/packbox.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/paned.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/pixmap.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/progressbar.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/radiobuttons.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/rangewidgets.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/scrolledwin.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/spinbutton.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/statusbar.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/table.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/wheelbarrow.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/listener.scm -%%PORTDOCS%%%%GTKGLEXT%%@dirrm %%EXAMPLESDIR%%/gtkglext -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk-tutorial -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile deleted file mode 100644 index 5cecfa1de..000000000 --- a/x11-toolkits/gdl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gdl -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.30 2009/10/19 19:07:03 kwm Exp $ -# - -PORTNAME= gdl -PORTVERSION= 2.28.2 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Components intended to be shared between GNOME development tools - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo deleted file mode 100644 index 19f7a4702..000000000 --- a/x11-toolkits/gdl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gdl-2.28.2.tar.bz2) = 8070b7effb3ca80e7f4f0c90924f6718 -SHA256 (gdl-2.28.2.tar.bz2) = c389c4fa623ce00b5a6da1103f4f4a913e4641e9787d13ba37854f17b9efdcf7 -SIZE (gdl-2.28.2.tar.bz2) = 543823 diff --git a/x11-toolkits/gdl/pkg-descr b/x11-toolkits/gdl/pkg-descr deleted file mode 100644 index 1aca67859..000000000 --- a/x11-toolkits/gdl/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Gnome Devtool Libraries -======================= - -This package contains components and libraries that are intended to be -shared between Scaffold, the new GNOME 2 development system. - -The current pieces of GDL include: - - - A code-editing bonobo component based on GtkSourceView - - - An utility library that also contains the stubs and skels for - the above components (gdl). - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist deleted file mode 100644 index 7e4dc41fa..000000000 --- a/x11-toolkits/gdl/pkg-plist +++ /dev/null @@ -1,129 +0,0 @@ -include/libgdl-1.0/gdl/gdl-dock-bar.h -include/libgdl-1.0/gdl/gdl-dock-item.h -include/libgdl-1.0/gdl/gdl-dock-item-grip.h -include/libgdl-1.0/gdl/gdl-dock-layout.h -include/libgdl-1.0/gdl/gdl-dock-master.h -include/libgdl-1.0/gdl/gdl-dock-object.h -include/libgdl-1.0/gdl/gdl-dock-placeholder.h -include/libgdl-1.0/gdl/gdl-dock.h -include/libgdl-1.0/gdl/gdl-tools.h -include/libgdl-1.0/gdl/gdl.h -include/libgdl-1.0/gdl/libgdltypebuiltins.h -lib/libgdl-1.la -lib/libgdl-1.so -lib/libgdl-1.so.3 -libdata/pkgconfig/gdl-1.0.pc -%%DOCSDIR%%/GdlDock.html -%%DOCSDIR%%/GdlDockBar.html -%%DOCSDIR%%/GdlDockItem.html -%%DOCSDIR%%/GdlDockLayout.html -%%DOCSDIR%%/GdlDockMaster.html -%%DOCSDIR%%/GdlDockObject.html -%%DOCSDIR%%/GdlDockPlaceholder.html -%%DOCSDIR%%/gdl-gdl-tools.html -%%DOCSDIR%%/gdl-main.html -%%DOCSDIR%%/gdl.devhelp -%%DOCSDIR%%/gdl.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gdl/ui/layout.ui -share/locale/am/LC_MESSAGES/gdl-1.mo -share/locale/ar/LC_MESSAGES/gdl-1.mo -share/locale/ast/LC_MESSAGES/gdl-1.mo -share/locale/az/LC_MESSAGES/gdl-1.mo -share/locale/be/LC_MESSAGES/gdl-1.mo -share/locale/bg/LC_MESSAGES/gdl-1.mo -share/locale/ca/LC_MESSAGES/gdl-1.mo -share/locale/ca@valencia/LC_MESSAGES/gdl-1.mo -share/locale/cs/LC_MESSAGES/gdl-1.mo -share/locale/da/LC_MESSAGES/gdl-1.mo -share/locale/de/LC_MESSAGES/gdl-1.mo -share/locale/dz/LC_MESSAGES/gdl-1.mo -share/locale/el/LC_MESSAGES/gdl-1.mo -share/locale/en_CA/LC_MESSAGES/gdl-1.mo -share/locale/en_GB/LC_MESSAGES/gdl-1.mo -share/locale/es/LC_MESSAGES/gdl-1.mo -share/locale/et/LC_MESSAGES/gdl-1.mo -share/locale/eu/LC_MESSAGES/gdl-1.mo -share/locale/fi/LC_MESSAGES/gdl-1.mo -share/locale/fr/LC_MESSAGES/gdl-1.mo -share/locale/ga/LC_MESSAGES/gdl-1.mo -share/locale/gl/LC_MESSAGES/gdl-1.mo -share/locale/gu/LC_MESSAGES/gdl-1.mo -share/locale/he/LC_MESSAGES/gdl-1.mo -share/locale/hi/LC_MESSAGES/gdl-1.mo -share/locale/hr/LC_MESSAGES/gdl-1.mo -share/locale/hu/LC_MESSAGES/gdl-1.mo -share/locale/it/LC_MESSAGES/gdl-1.mo -share/locale/ja/LC_MESSAGES/gdl-1.mo -share/locale/ko/LC_MESSAGES/gdl-1.mo -share/locale/lt/LC_MESSAGES/gdl-1.mo -share/locale/lv/LC_MESSAGES/gdl-1.mo -share/locale/mai/LC_MESSAGES/gdl-1.mo -share/locale/mk/LC_MESSAGES/gdl-1.mo -share/locale/ml/LC_MESSAGES/gdl-1.mo -share/locale/mr/LC_MESSAGES/gdl-1.mo -share/locale/nb/LC_MESSAGES/gdl-1.mo -share/locale/ne/LC_MESSAGES/gdl-1.mo -share/locale/nl/LC_MESSAGES/gdl-1.mo -share/locale/oc/LC_MESSAGES/gdl-1.mo -share/locale/or/LC_MESSAGES/gdl-1.mo -share/locale/pa/LC_MESSAGES/gdl-1.mo -share/locale/pl/LC_MESSAGES/gdl-1.mo -share/locale/ps/LC_MESSAGES/gdl-1.mo -share/locale/pt/LC_MESSAGES/gdl-1.mo -share/locale/pt_BR/LC_MESSAGES/gdl-1.mo -share/locale/ro/LC_MESSAGES/gdl-1.mo -share/locale/ru/LC_MESSAGES/gdl-1.mo -share/locale/rw/LC_MESSAGES/gdl-1.mo -share/locale/si/LC_MESSAGES/gdl-1.mo -share/locale/sk/LC_MESSAGES/gdl-1.mo -share/locale/sl/LC_MESSAGES/gdl-1.mo -share/locale/sq/LC_MESSAGES/gdl-1.mo -share/locale/sr/LC_MESSAGES/gdl-1.mo -share/locale/sr@latin/LC_MESSAGES/gdl-1.mo -share/locale/sv/LC_MESSAGES/gdl-1.mo -share/locale/te/LC_MESSAGES/gdl-1.mo -share/locale/th/LC_MESSAGES/gdl-1.mo -share/locale/tr/LC_MESSAGES/gdl-1.mo -share/locale/uk/LC_MESSAGES/gdl-1.mo -share/locale/vi/LC_MESSAGES/gdl-1.mo -share/locale/zh_CN/LC_MESSAGES/gdl-1.mo -share/locale/zh_HK/LC_MESSAGES/gdl-1.mo -share/locale/zh_TW/LC_MESSAGES/gdl-1.mo -@dirrm share/gdl/ui -@dirrm share/gdl -@dirrm %%DOCSDIR%% -@dirrm include/libgdl-1.0/gdl -@dirrm include/libgdl-1.0 -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast diff --git a/x11-toolkits/gir-repository-gtk20/Makefile b/x11-toolkits/gir-repository-gtk20/Makefile deleted file mode 100644 index d5f2fdffc..000000000 --- a/x11-toolkits/gir-repository-gtk20/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gtk20 -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gtk20 - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-gtksourceview2/Makefile b/x11-toolkits/gir-repository-gtksourceview2/Makefile deleted file mode 100644 index 3b1e9c827..000000000 --- a/x11-toolkits/gir-repository-gtksourceview2/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gtksourceview2 -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gtksourceview2 - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-libwnck/Makefile b/x11-toolkits/gir-repository-libwnck/Makefile deleted file mode 100644 index c283c2d87..000000000 --- a/x11-toolkits/gir-repository-libwnck/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-libwnck -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -libwnck - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-pango/Makefile b/x11-toolkits/gir-repository-pango/Makefile deleted file mode 100644 index cbe95204b..000000000 --- a/x11-toolkits/gir-repository-pango/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-pango -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -pango - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-vte/Makefile b/x11-toolkits/gir-repository-vte/Makefile deleted file mode 100644 index b75a00e96..000000000 --- a/x11-toolkits/gir-repository-vte/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-vte -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -vte - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile deleted file mode 100644 index 4270cbb27..000000000 --- a/x11-toolkits/gtk20/Makefile +++ /dev/null @@ -1,103 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.173 2009/10/06 01:21:34 avl Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.18.3 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ - ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gimp Toolkit for X11 GUI (current stable version) - -USE_BZIP2= yes -LATEST_LINK= gtk20 - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - jasper.4:${PORTSDIR}/graphics/jasper -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_GMAKE= yes -USE_PERL5= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack atk pango ltverhack -USE_GETTEXT= yes -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ - xcomposite -CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GTK_VERSION= 2.10.0 -PLIST_SUB= GTK_VERSION="${GTK_VERSION}" - -gdk_pixbuf_MAN= gdk-pixbuf-query-loaders.1 -gtk_MAN= gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 - -MAN1= ${gdk_pixbuf_MAN} ${gtk_MAN} - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.endif - -.include <bsd.port.pre.mk> - -.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ - !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+=--enable-cups=auto -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+=--disable-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ - ${WRKSRC}/configure -# GnomeVFS needs pthread; gtk-demo may use GnomeVFS (via GtkFileChooser) - @${REINPLACE_CMD} -e 's|@CFLAGS@|& ${PTHREAD_CFLAGS}|; \ - s|@LDFLAGS@|& ${PTHREAD_LIBS}|' \ - ${WRKSRC}/demos/gtk-demo/Makefile.in - @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in - @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ - ${WRKSRC}/gtk/Makefile.in - -pre-build: - @${RM} -rf ${WRKSRC}/docs/gtk.info* - -post-install: - -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \ - ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null - @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules - @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines - ${INSTALL_MAN} ${gdk_pixbuf_MAN:S|^|${WRKSRC}/docs/reference/gdk-pixbuf/|} \ - ${PREFIX}/man/man1 - ${INSTALL_MAN} ${gtk_MAN:S|^|${WRKSRC}/docs/reference/gtk/|} \ - ${PREFIX}/man/man1 - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo deleted file mode 100644 index d4f7d977d..000000000 --- a/x11-toolkits/gtk20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk+-2.18.3.tar.bz2) = 369e173600efc272131b53b1902679e8 -SHA256 (gnome2/gtk+-2.18.3.tar.bz2) = 1c0665fe560a560851e8b3c9a6501d416c4b54abfb6fa07549d703a04ea768bf -SIZE (gnome2/gtk+-2.18.3.tar.bz2) = 19069010 diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in deleted file mode 100644 index 307fd6fc2..000000000 --- a/x11-toolkits/gtk20/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 3 18:09:32 2005 -+++ Makefile.in Wed Aug 3 18:10:01 2005 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - --SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib -+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos perf contrib - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros - - # require automake 1.4 diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah deleted file mode 100644 index 416fbb3f0..000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2009-09-05 11:12:17.000000000 +0200 -+++ docs/Makefile.in 2009-09-05 11:16:52.000000000 +0200 -@@ -228,7 +228,7 @@ LTLIBOBJS = @LTLIBOBJS@ - LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ - LT_VERSION_INFO = @LT_VERSION_INFO@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKDIR_P = @MKDIR_P@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index 0a4e1022f..000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200 -+++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200 -@@ -359,7 +359,7 @@ XVFB_START = \ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = #gdk-pixbuf gdk gtk libgail-util - GITIGNOREFILES = */*.1 - all: all-recursive - diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak deleted file mode 100644 index 7f8e0eb0c..000000000 --- a/x11-toolkits/gtk20/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 -+++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 -@@ -315,7 +315,7 @@ - # - # Rule to install gdkconfig.h header file - # --configexecincludedir = $(libdir)/gtk-2.0/include -+configexecincludedir = $(prefix)/include/gtk-2.0 - - #note: not gdkconfig.h - BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index 04ce78984..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig 2009-09-05 11:19:07.000000000 +0200 -+++ gdk-pixbuf/Makefile.in 2009-09-05 11:20:19.000000000 +0200 -@@ -1322,9 +1322,9 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loade - LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GDK_PIXBUF_DEP_LIBS) - test_gdk_pixbuf_LDADD = $(LDADDS) - gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c --gdk_pixbuf_csource_LDADD = $(LDADDS) -+gdk_pixbuf_csource_LDADD = $(LDADDS) $(GLIB_LIBS) - gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS) --gdk_pixbuf_query_loaders_LDADD = $(LDADDS) -+gdk_pixbuf_query_loaders_LDADD = $(LDADDS) $(GLIB_LIBS) - gdk_pixbuf_query_loaders_SOURCES = queryloaders.c - - # diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c deleted file mode 100644 index 1701b054b..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-pixbuf/io-jpeg.c.orig 2009-07-30 00:54:14.000000000 -0400 -+++ gdk-pixbuf/io-jpeg.c 2009-07-30 00:54:27.000000000 -0400 -@@ -922,7 +922,7 @@ gdk_pixbuf__jpeg_image_load_increment (g - } - } - -- for (cinfo->scale_denom = 2; cinfo->scale_denom <= 8; cinfo->scale_denom *= 2) { -+ for (cinfo->scale_denom = 2; cinfo->scale_denom <= 16; cinfo->scale_denom *= 2) { - jpeg_calc_output_dimensions (cinfo); - if (cinfo->output_width < width || cinfo->output_height < height) { - cinfo->scale_denom /= 2; diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in deleted file mode 100644 index 8037cf952..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gtk/Makefile.in.orig 2009-09-05 11:21:40.000000000 +0200 -+++ gtk/Makefile.in 2009-09-05 11:22:57.000000000 +0200 -@@ -1310,9 +1310,9 @@ LDADDS = \ - - bin_SCRIPTS = gtk-builder-convert - gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) --gtk_query_immodules_2_0_LDADD = $(LDADDS) -+gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS) - gtk_query_immodules_2_0_SOURCES = queryimmodules.c --gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la -+gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS) - gtk_update_icon_cache_SOURCES = \ - updateiconcache.c - diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h deleted file mode 100644 index c687dec40..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 -+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 -@@ -29,7 +29,9 @@ - #ifndef __GTK_SIGNAL_H__ - #define __GTK_SIGNAL_H__ - --#include <gtk/gtk.h> -+#include <gtk/gtkenums.h> -+#include <gtk/gtktypeutils.h> -+#include <gtk/gtkobject.h> - #include <gtk/gtkmarshal.h> - - G_BEGIN_DECLS diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c deleted file mode 100644 index 206257551..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 -+++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 -@@ -1505,7 +1505,7 @@ opentmp: - if (!validate_file (tmp_cache_path)) - { - g_printerr (_("The generated cache was invalid.\n")); -- /*g_unlink (tmp_cache_path);*/ -+ g_unlink (tmp_cache_path); - exit (1); - } - diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr deleted file mode 100644 index 8cee4afc7..000000000 --- a/x11-toolkits/gtk20/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+ -essentially provides the building blocks from which GUIs can be -built. It is highly themable, and its functionality is highly -extensible. - -GTK+-2 is a very stable release, similar only in design to GTK+-1. -GTK+-2 can coexist happily alongside GTK+-1, but applications are -written for one version or the other. - -WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist deleted file mode 100644 index d65ae42f6..000000000 --- a/x11-toolkits/gtk20/pkg-plist +++ /dev/null @@ -1,752 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gdk-pixbuf-query-loaders -bin/gtk-builder-convert -bin/gtk-demo -bin/gtk-query-immodules-2.0 -bin/gtk-update-icon-cache -etc/gtk-2.0/gdk-pixbuf.loaders -etc/gtk-2.0/gtk.immodules -etc/gtk-2.0/im-multipress.conf -include/gail-1.0/gail/gailwidget.h -include/gail-1.0/libgail-util/gail-util.h -include/gail-1.0/libgail-util/gailmisc.h -include/gail-1.0/libgail-util/gailtextutil.h -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkapplaunchcontext.h -include/gtk-2.0/gdk/gdkcairo.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkdisplay.h -include/gtk-2.0/gdk/gdkdisplaymanager.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkenumtypes.h -include/gtk-2.0/gdk/gdkevents.h -include/gtk-2.0/gdk/gdkfont.h -include/gtk-2.0/gdk/gdkgc.h -include/gtk-2.0/gdk/gdki18n.h -include/gtk-2.0/gdk/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeys.h -include/gtk-2.0/gdk/gdkkeysyms.h -include/gtk-2.0/gdk/gdkpango.h -include/gtk-2.0/gdk/gdkpixbuf.h -include/gtk-2.0/gdk/gdkpixmap.h -include/gtk-2.0/gdk/gdkprivate.h -include/gtk-2.0/gdk/gdkproperty.h -include/gtk-2.0/gdk/gdkregion.h -include/gtk-2.0/gdk/gdkrgb.h -include/gtk-2.0/gdk/gdkscreen.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdkspawn.h -include/gtk-2.0/gdk/gdktestutils.h -include/gtk-2.0/gdk/gdktypes.h -include/gtk-2.0/gdk/gdkvisual.h -include/gtk-2.0/gdk/gdkwindow.h -include/gtk-2.0/gdk/gdkx.h -include/gtk-2.0/gdkconfig.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaboutdialog.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkaccelmap.h -include/gtk-2.0/gtk/gtkaccessible.h -include/gtk-2.0/gtk/gtkaction.h -include/gtk-2.0/gtk/gtkactiongroup.h -include/gtk-2.0/gtk/gtkactivatable.h -include/gtk-2.0/gtk/gtkadjustment.h -include/gtk-2.0/gtk/gtkalignment.h -include/gtk-2.0/gtk/gtkarrow.h -include/gtk-2.0/gtk/gtkaspectframe.h -include/gtk-2.0/gtk/gtkassistant.h -include/gtk-2.0/gtk/gtkbbox.h -include/gtk-2.0/gtk/gtkbin.h -include/gtk-2.0/gtk/gtkbindings.h -include/gtk-2.0/gtk/gtkbox.h -include/gtk-2.0/gtk/gtkbuildable.h -include/gtk-2.0/gtk/gtkbuilder.h -include/gtk-2.0/gtk/gtkbutton.h -include/gtk-2.0/gtk/gtkcalendar.h -include/gtk-2.0/gtk/gtkcelleditable.h -include/gtk-2.0/gtk/gtkcelllayout.h -include/gtk-2.0/gtk/gtkcellrenderer.h -include/gtk-2.0/gtk/gtkcellrendereraccel.h -include/gtk-2.0/gtk/gtkcellrenderercombo.h -include/gtk-2.0/gtk/gtkcellrendererpixbuf.h -include/gtk-2.0/gtk/gtkcellrendererprogress.h -include/gtk-2.0/gtk/gtkcellrendererspin.h -include/gtk-2.0/gtk/gtkcellrenderertext.h -include/gtk-2.0/gtk/gtkcellrenderertoggle.h -include/gtk-2.0/gtk/gtkcellview.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclipboard.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorbutton.h -include/gtk-2.0/gtk/gtkcolorsel.h -include/gtk-2.0/gtk/gtkcolorseldialog.h -include/gtk-2.0/gtk/gtkcombo.h -include/gtk-2.0/gtk/gtkcombobox.h -include/gtk-2.0/gtk/gtkcomboboxentry.h -include/gtk-2.0/gtk/gtkcontainer.h -include/gtk-2.0/gtk/gtkctree.h -include/gtk-2.0/gtk/gtkcurve.h -include/gtk-2.0/gtk/gtkdebug.h -include/gtk-2.0/gtk/gtkdialog.h -include/gtk-2.0/gtk/gtkdnd.h -include/gtk-2.0/gtk/gtkdrawingarea.h -include/gtk-2.0/gtk/gtkeditable.h -include/gtk-2.0/gtk/gtkentry.h -include/gtk-2.0/gtk/gtkentrybuffer.h -include/gtk-2.0/gtk/gtkentrycompletion.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkexpander.h -include/gtk-2.0/gtk/gtkfilechooser.h -include/gtk-2.0/gtk/gtkfilechooserbutton.h -include/gtk-2.0/gtk/gtkfilechooserdialog.h -include/gtk-2.0/gtk/gtkfilechooserwidget.h -include/gtk-2.0/gtk/gtkfilefilter.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontbutton.h -include/gtk-2.0/gtk/gtkfontsel.h -include/gtk-2.0/gtk/gtkframe.h -include/gtk-2.0/gtk/gtkgamma.h -include/gtk-2.0/gtk/gtkgc.h -include/gtk-2.0/gtk/gtkhandlebox.h -include/gtk-2.0/gtk/gtkhbbox.h -include/gtk-2.0/gtk/gtkhbox.h -include/gtk-2.0/gtk/gtkhpaned.h -include/gtk-2.0/gtk/gtkhruler.h -include/gtk-2.0/gtk/gtkhscale.h -include/gtk-2.0/gtk/gtkhscrollbar.h -include/gtk-2.0/gtk/gtkhseparator.h -include/gtk-2.0/gtk/gtkhsv.h -include/gtk-2.0/gtk/gtkiconfactory.h -include/gtk-2.0/gtk/gtkicontheme.h -include/gtk-2.0/gtk/gtkiconview.h -include/gtk-2.0/gtk/gtkinfobar.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimagemenuitem.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimcontextsimple.h -include/gtk-2.0/gtk/gtkimmodule.h -include/gtk-2.0/gtk/gtkimmulticontext.h -include/gtk-2.0/gtk/gtkinputdialog.h -include/gtk-2.0/gtk/gtkinvisible.h -include/gtk-2.0/gtk/gtkitem.h -include/gtk-2.0/gtk/gtkitemfactory.h -include/gtk-2.0/gtk/gtklabel.h -include/gtk-2.0/gtk/gtklayout.h -include/gtk-2.0/gtk/gtklinkbutton.h -include/gtk-2.0/gtk/gtklist.h -include/gtk-2.0/gtk/gtklistitem.h -include/gtk-2.0/gtk/gtkliststore.h -include/gtk-2.0/gtk/gtkmain.h -include/gtk-2.0/gtk/gtkmarshal.h -include/gtk-2.0/gtk/gtkmenu.h -include/gtk-2.0/gtk/gtkmenubar.h -include/gtk-2.0/gtk/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmenutoolbutton.h -include/gtk-2.0/gtk/gtkmessagedialog.h -include/gtk-2.0/gtk/gtkmisc.h -include/gtk-2.0/gtk/gtkmodules.h -include/gtk-2.0/gtk/gtkmountoperation.h -include/gtk-2.0/gtk/gtknotebook.h -include/gtk-2.0/gtk/gtkobject.h -include/gtk-2.0/gtk/gtkoldeditable.h -include/gtk-2.0/gtk/gtkoptionmenu.h -include/gtk-2.0/gtk/gtkorientable.h -include/gtk-2.0/gtk/gtkpagesetup.h -include/gtk-2.0/gtk/gtkpaned.h -include/gtk-2.0/gtk/gtkpapersize.h -include/gtk-2.0/gtk/gtkpixmap.h -include/gtk-2.0/gtk/gtkplug.h -include/gtk-2.0/gtk/gtkpreview.h -include/gtk-2.0/gtk/gtkprintcontext.h -include/gtk-2.0/gtk/gtkprintoperation.h -include/gtk-2.0/gtk/gtkprintoperationpreview.h -include/gtk-2.0/gtk/gtkprintsettings.h -include/gtk-2.0/gtk/gtkprivate.h -include/gtk-2.0/gtk/gtkprogress.h -include/gtk-2.0/gtk/gtkprogressbar.h -include/gtk-2.0/gtk/gtkradioaction.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkradiotoolbutton.h -include/gtk-2.0/gtk/gtkrange.h -include/gtk-2.0/gtk/gtkrc.h -include/gtk-2.0/gtk/gtkrecentaction.h -include/gtk-2.0/gtk/gtkrecentchooser.h -include/gtk-2.0/gtk/gtkrecentchooserdialog.h -include/gtk-2.0/gtk/gtkrecentchoosermenu.h -include/gtk-2.0/gtk/gtkrecentchooserwidget.h -include/gtk-2.0/gtk/gtkrecentfilter.h -include/gtk-2.0/gtk/gtkrecentmanager.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscalebutton.h -include/gtk-2.0/gtk/gtkscrollbar.h -include/gtk-2.0/gtk/gtkscrolledwindow.h -include/gtk-2.0/gtk/gtkselection.h -include/gtk-2.0/gtk/gtkseparator.h -include/gtk-2.0/gtk/gtkseparatormenuitem.h -include/gtk-2.0/gtk/gtkseparatortoolitem.h -include/gtk-2.0/gtk/gtksettings.h -include/gtk-2.0/gtk/gtkshow.h -include/gtk-2.0/gtk/gtksignal.h -include/gtk-2.0/gtk/gtksizegroup.h -include/gtk-2.0/gtk/gtksocket.h -include/gtk-2.0/gtk/gtkspinbutton.h -include/gtk-2.0/gtk/gtkstatusbar.h -include/gtk-2.0/gtk/gtkstatusicon.h -include/gtk-2.0/gtk/gtkstock.h -include/gtk-2.0/gtk/gtkstyle.h -include/gtk-2.0/gtk/gtktable.h -include/gtk-2.0/gtk/gtktearoffmenuitem.h -include/gtk-2.0/gtk/gtktestutils.h -include/gtk-2.0/gtk/gtktext.h -include/gtk-2.0/gtk/gtktextbuffer.h -include/gtk-2.0/gtk/gtktextbufferrichtext.h -include/gtk-2.0/gtk/gtktextchild.h -include/gtk-2.0/gtk/gtktextdisplay.h -include/gtk-2.0/gtk/gtktextiter.h -include/gtk-2.0/gtk/gtktextlayout.h -include/gtk-2.0/gtk/gtktextmark.h -include/gtk-2.0/gtk/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktoggleaction.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoggletoolbutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktoolbutton.h -include/gtk-2.0/gtk/gtktoolitem.h -include/gtk-2.0/gtk/gtktoolshell.h -include/gtk-2.0/gtk/gtktooltip.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreednd.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktreemodel.h -include/gtk-2.0/gtk/gtktreemodelfilter.h -include/gtk-2.0/gtk/gtktreemodelsort.h -include/gtk-2.0/gtk/gtktreeselection.h -include/gtk-2.0/gtk/gtktreesortable.h -include/gtk-2.0/gtk/gtktreestore.h -include/gtk-2.0/gtk/gtktreeview.h -include/gtk-2.0/gtk/gtktreeviewcolumn.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkuimanager.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkversion.h -include/gtk-2.0/gtk/gtkviewport.h -include/gtk-2.0/gtk/gtkvolumebutton.h -include/gtk-2.0/gtk/gtkvpaned.h -include/gtk-2.0/gtk/gtkvruler.h -include/gtk-2.0/gtk/gtkvscale.h -include/gtk-2.0/gtk/gtkvscrollbar.h -include/gtk-2.0/gtk/gtkvseparator.h -include/gtk-2.0/gtk/gtkwidget.h -include/gtk-2.0/gtk/gtkwindow.h -include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkprinter.h -include/gtk-unix-print-2.0/gtk/gtkprintjob.h -include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkunixprint.h -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.a -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.la -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.a -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.la -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.so -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.a -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.la -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.so -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.a -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.la -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.so -lib/gtk-2.0/modules/libferret.a -lib/gtk-2.0/modules/libferret.la -lib/gtk-2.0/modules/libferret.so -lib/gtk-2.0/modules/libgail.a -lib/gtk-2.0/modules/libgail.la -lib/gtk-2.0/modules/libgail.so -lib/libgailutil.a -lib/libgailutil.la -lib/libgailutil.so -lib/libgailutil.so.18 -lib/libgdk-x11-2.0.a -lib/libgdk-x11-2.0.la -lib/libgdk-x11-2.0.so -lib/libgdk-x11-2.0.so.0 -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.la -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.la -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.0 -lib/libgtk-x11-2.0.a -lib/libgtk-x11-2.0.la -lib/libgtk-x11-2.0.so -lib/libgtk-x11-2.0.so.0 -libdata/pkgconfig/gail.pc -libdata/pkgconfig/gdk-2.0.pc -libdata/pkgconfig/gdk-pixbuf-2.0.pc -libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc -libdata/pkgconfig/gdk-x11-2.0.pc -libdata/pkgconfig/gtk+-2.0.pc -libdata/pkgconfig/gtk+-unix-print-2.0.pc -libdata/pkgconfig/gtk+-x11-2.0.pc -share/aclocal/gtk-2.0.m4 -share/gtk-2.0/demo/alphatest.png -share/gtk-2.0/demo/apple-red.png -share/gtk-2.0/demo/appwindow.c -share/gtk-2.0/demo/assistant.c -share/gtk-2.0/demo/background.jpg -share/gtk-2.0/demo/builder.c -share/gtk-2.0/demo/button_box.c -share/gtk-2.0/demo/changedisplay.c -share/gtk-2.0/demo/clipboard.c -share/gtk-2.0/demo/colorsel.c -share/gtk-2.0/demo/combobox.c -share/gtk-2.0/demo/demo.ui -share/gtk-2.0/demo/dialog.c -share/gtk-2.0/demo/drawingarea.c -share/gtk-2.0/demo/editable_cells.c -share/gtk-2.0/demo/entry_buffer.c -share/gtk-2.0/demo/entry_completion.c -share/gtk-2.0/demo/expander.c -share/gtk-2.0/demo/floppybuddy.gif -share/gtk-2.0/demo/gnome-applets.png -share/gtk-2.0/demo/gnome-calendar.png -share/gtk-2.0/demo/gnome-foot.png -share/gtk-2.0/demo/gnome-fs-directory.png -share/gtk-2.0/demo/gnome-fs-regular.png -share/gtk-2.0/demo/gnome-gimp.png -share/gtk-2.0/demo/gnome-gmush.png -share/gtk-2.0/demo/gnome-gsame.png -share/gtk-2.0/demo/gnu-keys.png -share/gtk-2.0/demo/gtk-logo-rgb.gif -share/gtk-2.0/demo/hypertext.c -share/gtk-2.0/demo/iconview.c -share/gtk-2.0/demo/iconview_edit.c -share/gtk-2.0/demo/images.c -share/gtk-2.0/demo/infobar.c -share/gtk-2.0/demo/list_store.c -share/gtk-2.0/demo/links.c -share/gtk-2.0/demo/menus.c -share/gtk-2.0/demo/offscreen_window.c -share/gtk-2.0/demo/offscreen_window2.c -share/gtk-2.0/demo/panes.c -share/gtk-2.0/demo/pickers.c -share/gtk-2.0/demo/pixbufs.c -share/gtk-2.0/demo/printing.c -share/gtk-2.0/demo/rotated_text.c -share/gtk-2.0/demo/search_entry.c -share/gtk-2.0/demo/sizegroup.c -share/gtk-2.0/demo/stock_browser.c -share/gtk-2.0/demo/textscroll.c -share/gtk-2.0/demo/textview.c -share/gtk-2.0/demo/tree_store.c -share/gtk-2.0/demo/ui_manager.c -share/locale/af/LC_MESSAGES/gtk20-properties.mo -share/locale/af/LC_MESSAGES/gtk20.mo -share/locale/am/LC_MESSAGES/gtk20-properties.mo -share/locale/am/LC_MESSAGES/gtk20.mo -share/locale/ang/LC_MESSAGES/gtk20-properties.mo -share/locale/ang/LC_MESSAGES/gtk20.mo -share/locale/ar/LC_MESSAGES/gtk20-properties.mo -share/locale/ar/LC_MESSAGES/gtk20.mo -share/locale/as/LC_MESSAGES/gtk20-properties.mo -share/locale/as/LC_MESSAGES/gtk20.mo -share/locale/ast/LC_MESSAGES/gtk20-properties.mo -share/locale/ast/LC_MESSAGES/gtk20.mo -share/locale/az/LC_MESSAGES/gtk20-properties.mo -share/locale/az/LC_MESSAGES/gtk20.mo -share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo -share/locale/az_IR/LC_MESSAGES/gtk20.mo -share/locale/be/LC_MESSAGES/gtk20-properties.mo -share/locale/be/LC_MESSAGES/gtk20.mo -share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/be@latin/LC_MESSAGES/gtk20.mo -share/locale/bg/LC_MESSAGES/gtk20-properties.mo -share/locale/bg/LC_MESSAGES/gtk20.mo -share/locale/bn/LC_MESSAGES/gtk20-properties.mo -share/locale/bn/LC_MESSAGES/gtk20.mo -share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo -share/locale/bn_IN/LC_MESSAGES/gtk20.mo -share/locale/br/LC_MESSAGES/gtk20-properties.mo -share/locale/br/LC_MESSAGES/gtk20.mo -share/locale/bs/LC_MESSAGES/gtk20-properties.mo -share/locale/bs/LC_MESSAGES/gtk20.mo -share/locale/ca/LC_MESSAGES/gtk20-properties.mo -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20.mo -share/locale/crh/LC_MESSAGES/gtk20-properties.mo -share/locale/crh/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20-properties.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/cy/LC_MESSAGES/gtk20-properties.mo -share/locale/cy/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20-properties.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20-properties.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/dz/LC_MESSAGES/gtk20-properties.mo -share/locale/dz/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20-properties.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo -share/locale/en_CA/LC_MESSAGES/gtk20.mo -share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo -share/locale/en_GB/LC_MESSAGES/gtk20.mo -share/locale/eo/LC_MESSAGES/gtk20-properties.mo -share/locale/eo/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20-properties.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20-properties.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20-properties.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fa/LC_MESSAGES/gtk20-properties.mo -share/locale/fa/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20-properties.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20-properties.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20-properties.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20-properties.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/gu/LC_MESSAGES/gtk20-properties.mo -share/locale/gu/LC_MESSAGES/gtk20.mo -share/locale/he/LC_MESSAGES/gtk20-properties.mo -share/locale/he/LC_MESSAGES/gtk20.mo -share/locale/hi/LC_MESSAGES/gtk20-properties.mo -share/locale/hi/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20-properties.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20-properties.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/hy/LC_MESSAGES/gtk20-properties.mo -share/locale/hy/LC_MESSAGES/gtk20.mo -share/locale/ia/LC_MESSAGES/gtk20-properties.mo -share/locale/ia/LC_MESSAGES/gtk20.mo -share/locale/id/LC_MESSAGES/gtk20-properties.mo -share/locale/id/LC_MESSAGES/gtk20.mo -share/locale/io/LC_MESSAGES/gtk20-properties.mo -share/locale/io/LC_MESSAGES/gtk20.mo -share/locale/is/LC_MESSAGES/gtk20-properties.mo -share/locale/is/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20-properties.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20-properties.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ka/LC_MESSAGES/gtk20-properties.mo -share/locale/ka/LC_MESSAGES/gtk20.mo -share/locale/kn/LC_MESSAGES/gtk20-properties.mo -share/locale/kn/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20-properties.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/ku/LC_MESSAGES/gtk20-properties.mo -share/locale/ku/LC_MESSAGES/gtk20.mo -share/locale/li/LC_MESSAGES/gtk20-properties.mo -share/locale/li/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20-properties.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/lv/LC_MESSAGES/gtk20-properties.mo -share/locale/lv/LC_MESSAGES/gtk20.mo -share/locale/mai/LC_MESSAGES/gtk20-properties.mo -share/locale/mai/LC_MESSAGES/gtk20.mo -share/locale/mi/LC_MESSAGES/gtk20-properties.mo -share/locale/mi/LC_MESSAGES/gtk20.mo -share/locale/mk/LC_MESSAGES/gtk20-properties.mo -share/locale/mk/LC_MESSAGES/gtk20.mo -share/locale/ml/LC_MESSAGES/gtk20-properties.mo -share/locale/ml/LC_MESSAGES/gtk20.mo -share/locale/mn/LC_MESSAGES/gtk20-properties.mo -share/locale/mn/LC_MESSAGES/gtk20.mo -share/locale/mr/LC_MESSAGES/gtk20-properties.mo -share/locale/mr/LC_MESSAGES/gtk20.mo -share/locale/ms/LC_MESSAGES/gtk20-properties.mo -share/locale/ms/LC_MESSAGES/gtk20.mo -share/locale/nb/LC_MESSAGES/gtk20-properties.mo -share/locale/nb/LC_MESSAGES/gtk20.mo -share/locale/ne/LC_MESSAGES/gtk20-properties.mo -share/locale/ne/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20-properties.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/nn/LC_MESSAGES/gtk20-properties.mo -share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/nso/LC_MESSAGES/gtk20-properties.mo -share/locale/nso/LC_MESSAGES/gtk20.mo -share/locale/oc/LC_MESSAGES/gtk20-properties.mo -share/locale/oc/LC_MESSAGES/gtk20.mo -share/locale/or/LC_MESSAGES/gtk20-properties.mo -share/locale/or/LC_MESSAGES/gtk20.mo -share/locale/pa/LC_MESSAGES/gtk20-properties.mo -share/locale/pa/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20-properties.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/ps/LC_MESSAGES/gtk20-properties.mo -share/locale/ps/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20-properties.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20-properties.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20-properties.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/rw/LC_MESSAGES/gtk20-properties.mo -share/locale/rw/LC_MESSAGES/gtk20.mo -share/locale/si/LC_MESSAGES/gtk20-properties.mo -share/locale/si/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20-properties.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20-properties.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sq/LC_MESSAGES/gtk20-properties.mo -share/locale/sq/LC_MESSAGES/gtk20.mo -share/locale/sr/LC_MESSAGES/gtk20-properties.mo -share/locale/sr/LC_MESSAGES/gtk20.mo -share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@ije/LC_MESSAGES/gtk20.mo -share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@latin/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20-properties.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/ta/LC_MESSAGES/gtk20-properties.mo -share/locale/ta/LC_MESSAGES/gtk20.mo -share/locale/te/LC_MESSAGES/gtk20-properties.mo -share/locale/te/LC_MESSAGES/gtk20.mo -share/locale/th/LC_MESSAGES/gtk20-properties.mo -share/locale/th/LC_MESSAGES/gtk20.mo -share/locale/tk/LC_MESSAGES/gtk20-properties.mo -share/locale/tk/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20-properties.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/tt/LC_MESSAGES/gtk20-properties.mo -share/locale/tt/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20-properties.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/ur/LC_MESSAGES/gtk20-properties.mo -share/locale/ur/LC_MESSAGES/gtk20.mo -share/locale/uz/LC_MESSAGES/gtk20-properties.mo -share/locale/uz/LC_MESSAGES/gtk20.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo -share/locale/vi/LC_MESSAGES/gtk20-properties.mo -share/locale/vi/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20-properties.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/xh/LC_MESSAGES/gtk20-properties.mo -share/locale/xh/LC_MESSAGES/gtk20.mo -share/locale/yi/LC_MESSAGES/gtk20-properties.mo -share/locale/yi/LC_MESSAGES/gtk20.mo -share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_CN/LC_MESSAGES/gtk20.mo -share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_HK/LC_MESSAGES/gtk20.mo -share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_TW/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0-key/gtkrc -share/themes/Emacs/gtk-2.0-key/gtkrc -share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Raleigh/gtk-2.0 -@dirrm share/themes/Raleigh -@dirrm share/themes/Emacs/gtk-2.0-key -@dirrm share/themes/Emacs -@dirrm share/themes/Default/gtk-2.0-key -@dirrm share/gtk-2.0/demo -@dirrm share/gtk-2.0 -@dirrm include/gtk-unix-print-2.0/gtk -@dirrm include/gtk-unix-print-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk-pixbuf-xlib -@dirrm include/gtk-2.0/gdk-pixbuf -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@dirrm include/gail-1.0/libgail-util -@dirrm include/gail-1.0/gail -@dirrm include/gail-1.0 -@dirrm etc/gtk-2.0 -@exec /bin/mkdir -p %D/lib/gtk-2.0/modules -@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK_VERSION%%/engines -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrmtry lib/gtk-2.0/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/printbackends -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/immodules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%% -@dirrmtry lib/gtk-2.0 -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 2>/dev/null || /usr/bin/true -@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/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/gtkada-gcc/Makefile b/x11-toolkits/gtkada-gcc/Makefile deleted file mode 100644 index 4db485355..000000000 --- a/x11-toolkits/gtkada-gcc/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: gtkada-gcc -# Date Created: 24 Dec 2006 -# Whom: Petr Holub <hopet@ics.muni.cz> -# -# $FreeBSD$ -# - -PORTNAME= gtkada -PORTVERSION= 2.8.1 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/gnuada/GNAT_GCC%20Source/4.1.1%20R6 -PKGNAMESUFFIX= -gcc -DISTNAME= gnat-gcc-gtkada-4.1.1_2.8.1-r6.src -EXTRACT_SUFX= .rpm - -MAINTAINER= hopet@ics.muni.cz -COMMENT= Gtk2 binding for lang/gnat-gcc41 port of GNAT Ada compiler - -BUILD_DEPENDS= ${LOCALBASE}/bin/gcc41/gcc41:${PORTSDIR}/lang/gnat-gcc41 - -EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - -WRKSRC= ${WRKDIR}/GtkAda-2_8_1 - -CONFLICTS= gtkada-[0-9]* \ - gtkada-devel-[0-9]* - -CC= ${LOCALBASE}/bin/gcc41/gcc41 -CONFIGURE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} CC=${CC} -MAKE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} -CONFIGURE_ARGS= --with-GL=GL - -USE_GL= gl glu -USE_GNOME= gnomehack gtk20 libglade2 -USE_GMAKE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes - -#EXAMPLESDIR= ${DATADIR}/examples - -do-extract: - if [ ! -d ${WRKDIR} ]; then \ - ${MKDIR} ${WRKDIR}; \ - fi - ( cd ${WRKDIR} && \ - rpm2cpio.pl <${DISTDIR}/gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm | ${CPIO} -i GtkAda-2_8_1.tar.bz2 && \ - tar jxf GtkAda-2_8_1.tar.bz2 ) - -post-patch: - @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/projects/Makefile - @${REINPLACE_CMD} -e 's|n_bytes|x_n_bytes|g' -e 's|text_size|x_text_size|g' \ - ${WRKSRC}/src/gtkextra/gtkitementry.c - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkada-gcc/distinfo b/x11-toolkits/gtkada-gcc/distinfo deleted file mode 100644 index e3ac2aef2..000000000 --- a/x11-toolkits/gtkada-gcc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm) = f36752403c0d80bae76e4809cfd49da0 -SHA256 (gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm) = ab51eab988838e7e5ecc554c3d3fbf63d89cf65e051454e34969858911d2235d -SIZE (gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm) = 3714530 diff --git a/x11-toolkits/gtkada-gcc/pkg-descr b/x11-toolkits/gtkada-gcc/pkg-descr deleted file mode 100644 index cfcb44b3d..000000000 --- a/x11-toolkits/gtkada-gcc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set -of Gtk+ widgets using the Object-Oriented features of this language. - -This version of GtkAda is designed to be used with lang/gnat-gcc41. - -WWW: https://libre2.adacore.com/GtkAda/ -WWW: http://gnuada.sourceforge.net/ diff --git a/x11-toolkits/gtkada-gcc/pkg-plist b/x11-toolkits/gtkada-gcc/pkg-plist deleted file mode 100644 index 114d6734e..000000000 --- a/x11-toolkits/gtkada-gcc/pkg-plist +++ /dev/null @@ -1,996 +0,0 @@ -bin/gate -bin/gate-in.exe -bin/gdialog -bin/generate.pl -bin/gtkada-config -include/gtkada/gdk-bitmap.adb -include/gtkada/gdk-bitmap.ads -include/gtkada/gdk-color.adb -include/gtkada/gdk-color.ads -include/gtkada/gdk-cursor.adb -include/gtkada/gdk-cursor.ads -include/gtkada/gdk-dnd.adb -include/gtkada/gdk-dnd.ads -include/gtkada/gdk-drawable.adb -include/gtkada/gdk-drawable.ads -include/gtkada/gdk-event.adb -include/gtkada/gdk-event.ads -include/gtkada/gdk-font.adb -include/gtkada/gdk-font.ads -include/gtkada/gdk-gc.adb -include/gtkada/gdk-gc.ads -include/gtkada/gdk-gl.adb -include/gtkada/gdk-gl.ads -include/gtkada/gdk-image.adb -include/gtkada/gdk-image.ads -include/gtkada/gdk-input.ads -include/gtkada/gdk-keyval.adb -include/gtkada/gdk-keyval.ads -include/gtkada/gdk-main.adb -include/gtkada/gdk-main.ads -include/gtkada/gdk-pixbuf.adb -include/gtkada/gdk-pixbuf.ads -include/gtkada/gdk-pixmap.adb -include/gtkada/gdk-pixmap.ads -include/gtkada/gdk-property.adb -include/gtkada/gdk-property.ads -include/gtkada/gdk-rectangle.adb -include/gtkada/gdk-rectangle.ads -include/gtkada/gdk-region.adb -include/gtkada/gdk-region.ads -include/gtkada/gdk-rgb.adb -include/gtkada/gdk-rgb.ads -include/gtkada/gdk-threads.ads -include/gtkada/gdk-types-keysyms.ads -include/gtkada/gdk-types.ads -include/gtkada/gdk-visual.adb -include/gtkada/gdk-visual.ads -include/gtkada/gdk-window.adb -include/gtkada/gdk-window.ads -include/gtkada/gdk-window_attr.adb -include/gtkada/gdk-window_attr.ads -include/gtkada/gdk.ads -include/gtkada/glade-xml.adb -include/gtkada/glade-xml.ads -include/gtkada/glade.adb -include/gtkada/glade.ads -include/gtkada/glib-convert.adb -include/gtkada/glib-convert.ads -include/gtkada/glib-enums.ads -include/gtkada/glib-error.adb -include/gtkada/glib-error.ads -include/gtkada/glib-generic_properties.adb -include/gtkada/glib-generic_properties.ads -include/gtkada/glib-glade.adb -include/gtkada/glib-glade.ads -include/gtkada/glib-glist.adb -include/gtkada/glib-glist.ads -include/gtkada/glib-gnodes.adb -include/gtkada/glib-gnodes.ads -include/gtkada/glib-graphs.adb -include/gtkada/glib-graphs.ads -include/gtkada/glib-gslist.adb -include/gtkada/glib-gslist.ads -include/gtkada/glib-main.adb -include/gtkada/glib-main.ads -include/gtkada/glib-messages.adb -include/gtkada/glib-messages.ads -include/gtkada/glib-module.adb -include/gtkada/glib-module.ads -include/gtkada/glib-object.adb -include/gtkada/glib-object.ads -include/gtkada/glib-properties-creation.adb -include/gtkada/glib-properties-creation.ads -include/gtkada/glib-properties.adb -include/gtkada/glib-properties.ads -include/gtkada/glib-type_conversion_hooks.adb -include/gtkada/glib-type_conversion_hooks.ads -include/gtkada/glib-types.adb -include/gtkada/glib-types.ads -include/gtkada/glib-unicode.adb -include/gtkada/glib-unicode.ads -include/gtkada/glib-values.adb -include/gtkada/glib-values.ads -include/gtkada/glib-xml.adb -include/gtkada/glib-xml.ads -include/gtkada/glib-xml_int.ads -include/gtkada/glib.adb -include/gtkada/glib.ads -include/gtkada/gtk-accel_group.adb -include/gtkada/gtk-accel_group.ads -include/gtkada/gtk-accel_label.adb -include/gtkada/gtk-accel_label.ads -include/gtkada/gtk-accel_map.adb -include/gtkada/gtk-accel_map.ads -include/gtkada/gtk-adjustment.adb -include/gtkada/gtk-adjustment.ads -include/gtkada/gtk-alignment.adb -include/gtkada/gtk-alignment.ads -include/gtkada/gtk-arguments.adb -include/gtkada/gtk-arguments.ads -include/gtkada/gtk-arrow.adb -include/gtkada/gtk-arrow.ads -include/gtkada/gtk-aspect_frame.adb -include/gtkada/gtk-aspect_frame.ads -include/gtkada/gtk-bin.adb -include/gtkada/gtk-bin.ads -include/gtkada/gtk-box.adb -include/gtkada/gtk-box.ads -include/gtkada/gtk-button.adb -include/gtkada/gtk-button.ads -include/gtkada/gtk-button_box.adb -include/gtkada/gtk-button_box.ads -include/gtkada/gtk-calendar.adb -include/gtkada/gtk-calendar.ads -include/gtkada/gtk-cell_editable.ads -include/gtkada/gtk-cell_layout.adb -include/gtkada/gtk-cell_layout.ads -include/gtkada/gtk-cell_renderer.adb -include/gtkada/gtk-cell_renderer.ads -include/gtkada/gtk-cell_renderer_combo.adb -include/gtkada/gtk-cell_renderer_combo.ads -include/gtkada/gtk-cell_renderer_pixbuf.adb -include/gtkada/gtk-cell_renderer_pixbuf.ads -include/gtkada/gtk-cell_renderer_progress.adb -include/gtkada/gtk-cell_renderer_progress.ads -include/gtkada/gtk-cell_renderer_text.adb -include/gtkada/gtk-cell_renderer_text.ads -include/gtkada/gtk-cell_renderer_toggle.adb -include/gtkada/gtk-cell_renderer_toggle.ads -include/gtkada/gtk-cell_view.adb -include/gtkada/gtk-cell_view.ads -include/gtkada/gtk-check_button.adb -include/gtkada/gtk-check_button.ads -include/gtkada/gtk-check_menu_item.adb -include/gtkada/gtk-check_menu_item.ads -include/gtkada/gtk-clipboard.adb -include/gtkada/gtk-clipboard.ads -include/gtkada/gtk-clist.adb -include/gtkada/gtk-clist.ads -include/gtkada/gtk-color_selection.adb -include/gtkada/gtk-color_selection.ads -include/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtk-combo.adb -include/gtkada/gtk-combo.ads -include/gtkada/gtk-combo_box.adb -include/gtkada/gtk-combo_box.ads -include/gtkada/gtk-combo_box_entry.adb -include/gtkada/gtk-combo_box_entry.ads -include/gtkada/gtk-container.adb -include/gtkada/gtk-container.ads -include/gtkada/gtk-ctree.adb -include/gtkada/gtk-ctree.ads -include/gtkada/gtk-curve.adb -include/gtkada/gtk-curve.ads -include/gtkada/gtk-dialog.adb -include/gtkada/gtk-dialog.ads -include/gtkada/gtk-dnd.adb -include/gtkada/gtk-dnd.ads -include/gtkada/gtk-drawing_area.adb -include/gtkada/gtk-drawing_area.ads -include/gtkada/gtk-editable.adb -include/gtkada/gtk-editable.ads -include/gtkada/gtk-entry_completion.adb -include/gtkada/gtk-entry_completion.ads -include/gtkada/gtk-enums.adb -include/gtkada/gtk-enums.ads -include/gtkada/gtk-event_box.adb -include/gtkada/gtk-event_box.ads -include/gtkada/gtk-expander.adb -include/gtkada/gtk-expander.ads -include/gtkada/gtk-extra-border_combo.adb -include/gtkada/gtk-extra-border_combo.ads -include/gtkada/gtk-extra-color_combo.adb -include/gtkada/gtk-extra-color_combo.ads -include/gtkada/gtk-extra-combo_button.adb -include/gtkada/gtk-extra-combo_button.ads -include/gtkada/gtk-extra-font_combo.adb -include/gtkada/gtk-extra-font_combo.ads -include/gtkada/gtk-extra-item_entry.adb -include/gtkada/gtk-extra-item_entry.ads -include/gtkada/gtk-extra-plot.adb -include/gtkada/gtk-extra-plot.ads -include/gtkada/gtk-extra-plot_3d.adb -include/gtkada/gtk-extra-plot_3d.ads -include/gtkada/gtk-extra-plot_bar.adb -include/gtkada/gtk-extra-plot_bar.ads -include/gtkada/gtk-extra-plot_box.adb -include/gtkada/gtk-extra-plot_box.ads -include/gtkada/gtk-extra-plot_canvas-ellipse.adb -include/gtkada/gtk-extra-plot_canvas-ellipse.ads -include/gtkada/gtk-extra-plot_canvas-line.adb -include/gtkada/gtk-extra-plot_canvas-line.ads -include/gtkada/gtk-extra-plot_canvas-pixmap.adb -include/gtkada/gtk-extra-plot_canvas-pixmap.ads -include/gtkada/gtk-extra-plot_canvas-plot.adb -include/gtkada/gtk-extra-plot_canvas-plot.ads -include/gtkada/gtk-extra-plot_canvas-rectangle.adb -include/gtkada/gtk-extra-plot_canvas-rectangle.ads -include/gtkada/gtk-extra-plot_canvas-text.adb -include/gtkada/gtk-extra-plot_canvas-text.ads -include/gtkada/gtk-extra-plot_canvas.adb -include/gtkada/gtk-extra-plot_canvas.ads -include/gtkada/gtk-extra-plot_data.adb -include/gtkada/gtk-extra-plot_data.ads -include/gtkada/gtk-extra-plot_polar.adb -include/gtkada/gtk-extra-plot_polar.ads -include/gtkada/gtk-extra-plot_ps.adb -include/gtkada/gtk-extra-plot_ps.ads -include/gtkada/gtk-extra-plot_surface.adb -include/gtkada/gtk-extra-plot_surface.ads -include/gtkada/gtk-extra-sheet.adb -include/gtkada/gtk-extra-sheet.ads -include/gtkada/gtk-extra.ads -include/gtkada/gtk-file_selection.adb -include/gtkada/gtk-file_selection.ads -include/gtkada/gtk-fixed.adb -include/gtkada/gtk-fixed.ads -include/gtkada/gtk-font_selection.adb -include/gtkada/gtk-font_selection.ads -include/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtk-frame.adb -include/gtkada/gtk-frame.ads -include/gtkada/gtk-gamma_curve.adb -include/gtkada/gtk-gamma_curve.ads -include/gtkada/gtk-gentry.adb -include/gtkada/gtk-gentry.ads -include/gtkada/gtk-glade.adb -include/gtkada/gtk-glade.ads -include/gtkada/gtk-glarea.adb -include/gtkada/gtk-glarea.ads -include/gtkada/gtk-grange.adb -include/gtkada/gtk-grange.ads -include/gtkada/gtk-handle_box.adb -include/gtkada/gtk-handle_box.ads -include/gtkada/gtk-handlers.adb -include/gtkada/gtk-handlers.ads -include/gtkada/gtk-hbutton_box.adb -include/gtkada/gtk-hbutton_box.ads -include/gtkada/gtk-icon_factory.adb -include/gtkada/gtk-icon_factory.ads -include/gtkada/gtk-image.adb -include/gtkada/gtk-image.ads -include/gtkada/gtk-image_menu_item.adb -include/gtkada/gtk-image_menu_item.ads -include/gtkada/gtk-input_dialog.adb -include/gtkada/gtk-input_dialog.ads -include/gtkada/gtk-invisible.adb -include/gtkada/gtk-invisible.ads -include/gtkada/gtk-item.adb -include/gtkada/gtk-item.ads -include/gtkada/gtk-item_factory.adb -include/gtkada/gtk-item_factory.ads -include/gtkada/gtk-label.adb -include/gtkada/gtk-label.ads -include/gtkada/gtk-layout.adb -include/gtkada/gtk-layout.ads -include/gtkada/gtk-list.adb -include/gtkada/gtk-list.ads -include/gtkada/gtk-list_item.adb -include/gtkada/gtk-list_item.ads -include/gtkada/gtk-list_store.adb -include/gtkada/gtk-list_store.ads -include/gtkada/gtk-main.adb -include/gtkada/gtk-main.ads -include/gtkada/gtk-marshallers.adb -include/gtkada/gtk-marshallers.ads -include/gtkada/gtk-menu.adb -include/gtkada/gtk-menu.ads -include/gtkada/gtk-menu_bar.adb -include/gtkada/gtk-menu_bar.ads -include/gtkada/gtk-menu_item.adb -include/gtkada/gtk-menu_item.ads -include/gtkada/gtk-menu_shell.adb -include/gtkada/gtk-menu_shell.ads -include/gtkada/gtk-menu_tool_button.adb -include/gtkada/gtk-menu_tool_button.ads -include/gtkada/gtk-misc.adb -include/gtkada/gtk-misc.ads -include/gtkada/gtk-notebook.adb -include/gtkada/gtk-notebook.ads -include/gtkada/gtk-object.adb -include/gtkada/gtk-object.ads -include/gtkada/gtk-old_editable.adb -include/gtkada/gtk-old_editable.ads -include/gtkada/gtk-option_menu.adb -include/gtkada/gtk-option_menu.ads -include/gtkada/gtk-paned.adb -include/gtkada/gtk-paned.ads -include/gtkada/gtk-pixmap.adb -include/gtkada/gtk-pixmap.ads -include/gtkada/gtk-plug.adb -include/gtkada/gtk-plug.ads -include/gtkada/gtk-preview.adb -include/gtkada/gtk-preview.ads -include/gtkada/gtk-progress.adb -include/gtkada/gtk-progress.ads -include/gtkada/gtk-progress_bar.adb -include/gtkada/gtk-progress_bar.ads -include/gtkada/gtk-radio_button.adb -include/gtkada/gtk-radio_button.ads -include/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtk-radio_tool_button.adb -include/gtkada/gtk-radio_tool_button.ads -include/gtkada/gtk-rc.adb -include/gtkada/gtk-rc.ads -include/gtkada/gtk-ruler.adb -include/gtkada/gtk-ruler.ads -include/gtkada/gtk-scale.adb -include/gtkada/gtk-scale.ads -include/gtkada/gtk-scrollbar.adb -include/gtkada/gtk-scrollbar.ads -include/gtkada/gtk-scrolled_window.adb -include/gtkada/gtk-scrolled_window.ads -include/gtkada/gtk-selection.adb -include/gtkada/gtk-selection.ads -include/gtkada/gtk-separator.adb -include/gtkada/gtk-separator.ads -include/gtkada/gtk-separator_menu_item.adb -include/gtkada/gtk-separator_menu_item.ads -include/gtkada/gtk-separator_tool_item.adb -include/gtkada/gtk-separator_tool_item.ads -include/gtkada/gtk-settings.adb -include/gtkada/gtk-settings.ads -include/gtkada/gtk-size_group.adb -include/gtkada/gtk-size_group.ads -include/gtkada/gtk-socket.adb -include/gtkada/gtk-socket.ads -include/gtkada/gtk-spin_button.adb -include/gtkada/gtk-spin_button.ads -include/gtkada/gtk-status_bar.adb -include/gtkada/gtk-status_bar.ads -include/gtkada/gtk-stock.adb -include/gtkada/gtk-stock.ads -include/gtkada/gtk-style.adb -include/gtkada/gtk-style.ads -include/gtkada/gtk-table.adb -include/gtkada/gtk-table.ads -include/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtk-text.adb -include/gtkada/gtk-text.ads -include/gtkada/gtk-text_attributes.adb -include/gtkada/gtk-text_attributes.ads -include/gtkada/gtk-text_buffer.adb -include/gtkada/gtk-text_buffer.ads -include/gtkada/gtk-text_child.adb -include/gtkada/gtk-text_child.ads -include/gtkada/gtk-text_iter.adb -include/gtkada/gtk-text_iter.ads -include/gtkada/gtk-text_mark.adb -include/gtkada/gtk-text_mark.ads -include/gtkada/gtk-text_tag.adb -include/gtkada/gtk-text_tag.ads -include/gtkada/gtk-text_tag_table.adb -include/gtkada/gtk-text_tag_table.ads -include/gtkada/gtk-text_view.adb -include/gtkada/gtk-text_view.ads -include/gtkada/gtk-tips_query.adb -include/gtkada/gtk-tips_query.ads -include/gtkada/gtk-toggle_button.adb -include/gtkada/gtk-toggle_button.ads -include/gtkada/gtk-toggle_tool_button.adb -include/gtkada/gtk-toggle_tool_button.ads -include/gtkada/gtk-tool_button.adb -include/gtkada/gtk-tool_button.ads -include/gtkada/gtk-tool_item.adb -include/gtkada/gtk-tool_item.ads -include/gtkada/gtk-toolbar.adb -include/gtkada/gtk-toolbar.ads -include/gtkada/gtk-tooltips.adb -include/gtkada/gtk-tooltips.ads -include/gtkada/gtk-tree_model.adb -include/gtkada/gtk-tree_model.ads -include/gtkada/gtk-tree_model_filter.adb -include/gtkada/gtk-tree_model_filter.ads -include/gtkada/gtk-tree_model_sort.adb -include/gtkada/gtk-tree_model_sort.ads -include/gtkada/gtk-tree_selection.adb -include/gtkada/gtk-tree_selection.ads -include/gtkada/gtk-tree_sortable.adb -include/gtkada/gtk-tree_sortable.ads -include/gtkada/gtk-tree_store.adb -include/gtkada/gtk-tree_store.ads -include/gtkada/gtk-tree_view.adb -include/gtkada/gtk-tree_view.ads -include/gtkada/gtk-tree_view_column.adb -include/gtkada/gtk-tree_view_column.ads -include/gtkada/gtk-type_conversion.adb -include/gtkada/gtk-type_conversion.ads -include/gtkada/gtk-vbutton_box.adb -include/gtkada/gtk-vbutton_box.ads -include/gtkada/gtk-viewport.adb -include/gtkada/gtk-viewport.ads -include/gtkada/gtk-widget.adb -include/gtkada/gtk-widget.ads -include/gtkada/gtk-window.adb -include/gtkada/gtk-window.ads -include/gtkada/gtk.ads -include/gtkada/gtk_generates.adb -include/gtkada/gtk_generates.ads -include/gtkada/gtkada-canvas.adb -include/gtkada/gtkada-canvas.ads -include/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada-handlers.ads -include/gtkada/gtkada-intl.adb -include/gtkada/gtkada-intl.ads -include/gtkada/gtkada-mdi.adb -include/gtkada/gtkada-mdi.ads -include/gtkada/gtkada-multi_paned.adb -include/gtkada/gtkada-multi_paned.ads -include/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada-types.adb -include/gtkada/gtkada-types.ads -include/gtkada/gtkada.ads -include/gtkada/pango-attributes.adb -include/gtkada/pango-attributes.ads -include/gtkada/pango-context.adb -include/gtkada/pango-context.ads -include/gtkada/pango-enums.adb -include/gtkada/pango-enums.ads -include/gtkada/pango-font.adb -include/gtkada/pango-font.ads -include/gtkada/pango-layout.adb -include/gtkada/pango-layout.ads -include/gtkada/pango-tabs.adb -include/gtkada/pango-tabs.ads -include/gtkada/pango.ads -lib/gnat/gtkada.gpr -lib/gnat/gtkada/gtkada.lgpr -lib/gnat/gtkada/gtkada_gl.lgpr -lib/gnat/gtkada/gtkada_glade.lgpr -lib/gnat/gtkada/gtkada_gnome.lgpr -lib/gnat/gtkada_gl.gpr -lib/gnat/gtkada_gl_relocatable.gpr -lib/gnat/gtkada_gl_static.gpr -lib/gnat/gtkada_glade.gpr -lib/gnat/gtkada_glade_relocatable.gpr -lib/gnat/gtkada_glade_static.gpr -lib/gnat/gtkada_relocatable.gpr -lib/gnat/gtkada_static.gpr -lib/gtkada/gdk-bitmap.ali -lib/gtkada/gdk-color.ali -lib/gtkada/gdk-cursor.ali -lib/gtkada/gdk-dnd.ali -lib/gtkada/gdk-drawable.ali -lib/gtkada/gdk-event.ali -lib/gtkada/gdk-font.ali -lib/gtkada/gdk-gc.ali -lib/gtkada/gdk-gl.ali -lib/gtkada/gdk-image.ali -lib/gtkada/gdk-input.ali -lib/gtkada/gdk-keyval.ali -lib/gtkada/gdk-main.ali -lib/gtkada/gdk-pixbuf.ali -lib/gtkada/gdk-pixmap.ali -lib/gtkada/gdk-property.ali -lib/gtkada/gdk-rectangle.ali -lib/gtkada/gdk-region.ali -lib/gtkada/gdk-rgb.ali -lib/gtkada/gdk-threads.ali -lib/gtkada/gdk-types-keysyms.ali -lib/gtkada/gdk-types.ali -lib/gtkada/gdk-visual.ali -lib/gtkada/gdk-window.ali -lib/gtkada/gdk-window_attr.ali -lib/gtkada/gdk.ali -lib/gtkada/glade-xml.ali -lib/gtkada/glade.ali -lib/gtkada/glib-convert.ali -lib/gtkada/glib-enums.ali -lib/gtkada/glib-error.ali -lib/gtkada/glib-generic_properties.ali -lib/gtkada/glib-glade.ali -lib/gtkada/glib-glist.ali -lib/gtkada/glib-gnodes.ali -lib/gtkada/glib-graphs.ali -lib/gtkada/glib-gslist.ali -lib/gtkada/glib-main.ali -lib/gtkada/glib-messages.ali -lib/gtkada/glib-module.ali -lib/gtkada/glib-object.ali -lib/gtkada/glib-properties-creation.ali -lib/gtkada/glib-properties.ali -lib/gtkada/glib-type_conversion_hooks.ali -lib/gtkada/glib-types.ali -lib/gtkada/glib-unicode.ali -lib/gtkada/glib-values.ali -lib/gtkada/glib-xml.ali -lib/gtkada/glib-xml_int.ali -lib/gtkada/glib.ali -lib/gtkada/gtk-accel_group.ali -lib/gtkada/gtk-accel_label.ali -lib/gtkada/gtk-accel_map.ali -lib/gtkada/gtk-adjustment.ali -lib/gtkada/gtk-alignment.ali -lib/gtkada/gtk-arguments.ali -lib/gtkada/gtk-arrow.ali -lib/gtkada/gtk-aspect_frame.ali -lib/gtkada/gtk-bin.ali -lib/gtkada/gtk-box.ali -lib/gtkada/gtk-button.ali -lib/gtkada/gtk-button_box.ali -lib/gtkada/gtk-calendar.ali -lib/gtkada/gtk-cell_editable.ali -lib/gtkada/gtk-cell_layout.ali -lib/gtkada/gtk-cell_renderer.ali -lib/gtkada/gtk-cell_renderer_combo.ali -lib/gtkada/gtk-cell_renderer_pixbuf.ali -lib/gtkada/gtk-cell_renderer_progress.ali -lib/gtkada/gtk-cell_renderer_text.ali -lib/gtkada/gtk-cell_renderer_toggle.ali -lib/gtkada/gtk-cell_view.ali -lib/gtkada/gtk-check_button.ali -lib/gtkada/gtk-check_menu_item.ali -lib/gtkada/gtk-clipboard.ali -lib/gtkada/gtk-clist.ali -lib/gtkada/gtk-color_selection.ali -lib/gtkada/gtk-color_selection_dialog.ali -lib/gtkada/gtk-combo.ali -lib/gtkada/gtk-combo_box.ali -lib/gtkada/gtk-combo_box_entry.ali -lib/gtkada/gtk-container.ali -lib/gtkada/gtk-ctree.ali -lib/gtkada/gtk-curve.ali -lib/gtkada/gtk-dialog.ali -lib/gtkada/gtk-dnd.ali -lib/gtkada/gtk-drawing_area.ali -lib/gtkada/gtk-editable.ali -lib/gtkada/gtk-entry_completion.ali -lib/gtkada/gtk-enums.ali -lib/gtkada/gtk-event_box.ali -lib/gtkada/gtk-expander.ali -lib/gtkada/gtk-extra-border_combo.ali -lib/gtkada/gtk-extra-color_combo.ali -lib/gtkada/gtk-extra-combo_button.ali -lib/gtkada/gtk-extra-font_combo.ali -lib/gtkada/gtk-extra-item_entry.ali -lib/gtkada/gtk-extra-plot.ali -lib/gtkada/gtk-extra-plot_3d.ali -lib/gtkada/gtk-extra-plot_bar.ali -lib/gtkada/gtk-extra-plot_box.ali -lib/gtkada/gtk-extra-plot_canvas-ellipse.ali -lib/gtkada/gtk-extra-plot_canvas-line.ali -lib/gtkada/gtk-extra-plot_canvas-pixmap.ali -lib/gtkada/gtk-extra-plot_canvas-plot.ali -lib/gtkada/gtk-extra-plot_canvas-rectangle.ali -lib/gtkada/gtk-extra-plot_canvas-text.ali -lib/gtkada/gtk-extra-plot_canvas.ali -lib/gtkada/gtk-extra-plot_data.ali -lib/gtkada/gtk-extra-plot_polar.ali -lib/gtkada/gtk-extra-plot_ps.ali -lib/gtkada/gtk-extra-plot_surface.ali -lib/gtkada/gtk-extra-sheet.ali -lib/gtkada/gtk-extra.ali -lib/gtkada/gtk-file_selection.ali -lib/gtkada/gtk-fixed.ali -lib/gtkada/gtk-font_selection.ali -lib/gtkada/gtk-font_selection_dialog.ali -lib/gtkada/gtk-frame.ali -lib/gtkada/gtk-gamma_curve.ali -lib/gtkada/gtk-gentry.ali -lib/gtkada/gtk-glarea.ali -lib/gtkada/gtk-grange.ali -lib/gtkada/gtk-handle_box.ali -lib/gtkada/gtk-handlers.ali -lib/gtkada/gtk-hbutton_box.ali -lib/gtkada/gtk-icon_factory.ali -lib/gtkada/gtk-image.ali -lib/gtkada/gtk-image_menu_item.ali -lib/gtkada/gtk-input_dialog.ali -lib/gtkada/gtk-invisible.ali -lib/gtkada/gtk-item.ali -lib/gtkada/gtk-item_factory.ali -lib/gtkada/gtk-label.ali -lib/gtkada/gtk-layout.ali -lib/gtkada/gtk-list.ali -lib/gtkada/gtk-list_item.ali -lib/gtkada/gtk-list_store.ali -lib/gtkada/gtk-main.ali -lib/gtkada/gtk-marshallers.ali -lib/gtkada/gtk-menu.ali -lib/gtkada/gtk-menu_bar.ali -lib/gtkada/gtk-menu_item.ali -lib/gtkada/gtk-menu_shell.ali -lib/gtkada/gtk-menu_tool_button.ali -lib/gtkada/gtk-misc.ali -lib/gtkada/gtk-notebook.ali -lib/gtkada/gtk-object.ali -lib/gtkada/gtk-old_editable.ali -lib/gtkada/gtk-option_menu.ali -lib/gtkada/gtk-paned.ali -lib/gtkada/gtk-pixmap.ali -lib/gtkada/gtk-plug.ali -lib/gtkada/gtk-preview.ali -lib/gtkada/gtk-progress.ali -lib/gtkada/gtk-progress_bar.ali -lib/gtkada/gtk-radio_button.ali -lib/gtkada/gtk-radio_menu_item.ali -lib/gtkada/gtk-radio_tool_button.ali -lib/gtkada/gtk-rc.ali -lib/gtkada/gtk-ruler.ali -lib/gtkada/gtk-scale.ali -lib/gtkada/gtk-scrollbar.ali -lib/gtkada/gtk-scrolled_window.ali -lib/gtkada/gtk-selection.ali -lib/gtkada/gtk-separator.ali -lib/gtkada/gtk-separator_menu_item.ali -lib/gtkada/gtk-separator_tool_item.ali -lib/gtkada/gtk-settings.ali -lib/gtkada/gtk-size_group.ali -lib/gtkada/gtk-socket.ali -lib/gtkada/gtk-spin_button.ali -lib/gtkada/gtk-status_bar.ali -lib/gtkada/gtk-stock.ali -lib/gtkada/gtk-style.ali -lib/gtkada/gtk-table.ali -lib/gtkada/gtk-tearoff_menu_item.ali -lib/gtkada/gtk-text.ali -lib/gtkada/gtk-text_attributes.ali -lib/gtkada/gtk-text_buffer.ali -lib/gtkada/gtk-text_child.ali -lib/gtkada/gtk-text_iter.ali -lib/gtkada/gtk-text_mark.ali -lib/gtkada/gtk-text_tag.ali -lib/gtkada/gtk-text_tag_table.ali -lib/gtkada/gtk-text_view.ali -lib/gtkada/gtk-tips_query.ali -lib/gtkada/gtk-toggle_button.ali -lib/gtkada/gtk-toggle_tool_button.ali -lib/gtkada/gtk-tool_button.ali -lib/gtkada/gtk-tool_item.ali -lib/gtkada/gtk-toolbar.ali -lib/gtkada/gtk-tooltips.ali -lib/gtkada/gtk-tree_model.ali -lib/gtkada/gtk-tree_model_filter.ali -lib/gtkada/gtk-tree_model_sort.ali -lib/gtkada/gtk-tree_selection.ali -lib/gtkada/gtk-tree_sortable.ali -lib/gtkada/gtk-tree_store.ali -lib/gtkada/gtk-tree_view.ali -lib/gtkada/gtk-tree_view_column.ali -lib/gtkada/gtk-type_conversion.ali -lib/gtkada/gtk-vbutton_box.ali -lib/gtkada/gtk-viewport.ali -lib/gtkada/gtk-widget.ali -lib/gtkada/gtk-window.ali -lib/gtkada/gtk.ali -lib/gtkada/gtkada-canvas.ali -lib/gtkada/gtkada-dialogs.ali -lib/gtkada/gtkada-file_selection.ali -lib/gtkada/gtkada-handlers.ali -lib/gtkada/gtkada-intl.ali -lib/gtkada/gtkada-mdi.ali -lib/gtkada/gtkada-multi_paned.ali -lib/gtkada/gtkada-pixmaps.ali -lib/gtkada/gtkada-types.ali -lib/gtkada/gtkada.ali -lib/gtkada/libgtkada-2.8.so.1 -lib/gtkada/libgtkada.a -lib/gtkada/libgtkada.so -lib/gtkada/libgtkada_gl-2.8.so.1 -lib/gtkada/libgtkada_gl.a -lib/gtkada/libgtkada_gl.so -lib/gtkada/libgtkada_glade-2.8.so.1 -lib/gtkada/libgtkada_glade.a -lib/gtkada/libgtkada_glade.so -lib/gtkada/pango-attributes.ali -lib/gtkada/pango-context.ali -lib/gtkada/pango-enums.ali -lib/gtkada/pango-font.ali -lib/gtkada/pango-layout.ali -lib/gtkada/pango-tabs.ali -lib/gtkada/pango.ali -lib/libgtkada-2.8.so.1 -lib/libgtkada.so -lib/libgtkada_gl-2.8.so.1 -lib/libgtkada_gl.so -lib/libgtkada_glade-2.8.so.1 -lib/libgtkada_glade.so -libdata/pkgconfig/gtkada.pc -%%DOCSDIR%%/gtkada_rm/checkbutton.jpg -%%DOCSDIR%%/gtkada_rm/font.jpg -%%DOCSDIR%%/gtkada_rm/gtkada_rm.texi -%%DOCSDIR%%/gtkada_rm/texinfo.tex -%%DOCSDIR%%/gtkada_rm/togglebutton.jpg -%%DOCSDIR%%/gtkada_ug/boxes.gif -%%DOCSDIR%%/gtkada_ug/gtkada_ug.texi -%%DOCSDIR%%/gtkada_ug/hierarchy.jpg -%%DOCSDIR%%/gtkada_ug/hierarchy.txt -%%DOCSDIR%%/gtkada_ug/texinfo.tex -%%EXAMPLESDIR%%/base_widget/Makefile -%%EXAMPLESDIR%%/base_widget/README -%%EXAMPLESDIR%%/base_widget/main.adb -%%EXAMPLESDIR%%/base_widget/my_widget.adb -%%EXAMPLESDIR%%/base_widget/my_widget.ads -%%EXAMPLESDIR%%/calendar_combo/Makefile -%%EXAMPLESDIR%%/calendar_combo/README -%%EXAMPLESDIR%%/calendar_combo/calendar_combo.adb -%%EXAMPLESDIR%%/calendar_combo/calendar_combo.ads -%%EXAMPLESDIR%%/calendar_combo/main.adb -%%EXAMPLESDIR%%/composite_widget/Makefile -%%EXAMPLESDIR%%/composite_widget/README -%%EXAMPLESDIR%%/composite_widget/main.adb -%%EXAMPLESDIR%%/composite_widget/my_dialog.adb -%%EXAMPLESDIR%%/composite_widget/my_dialog.ads -%%EXAMPLESDIR%%/documentation/Makefile -%%EXAMPLESDIR%%/documentation/README -%%EXAMPLESDIR%%/documentation/banner.adb -%%EXAMPLESDIR%%/documentation/clist.adb -%%EXAMPLESDIR%%/documentation/clist.ads -%%EXAMPLESDIR%%/documentation/contextual.adb -%%EXAMPLESDIR%%/documentation/draw.adb -%%EXAMPLESDIR%%/documentation/glist_traverse.adb -%%EXAMPLESDIR%%/documentation/toggle.adb -%%EXAMPLESDIR%%/documentation/tooltips.adb -%%EXAMPLESDIR%%/doublebuffer/Makefile -%%EXAMPLESDIR%%/doublebuffer/README -%%EXAMPLESDIR%%/doublebuffer/anim.adb -%%EXAMPLESDIR%%/doublebuffer/anim2.adb -%%EXAMPLESDIR%%/doublebuffer/anim_task.adb -%%EXAMPLESDIR%%/doublebuffer/anim_task.ads -%%EXAMPLESDIR%%/doublebuffer/anim_timeout.adb -%%EXAMPLESDIR%%/doublebuffer/anim_timeout.ads -%%EXAMPLESDIR%%/doublebuffer/double_buffer.adb -%%EXAMPLESDIR%%/doublebuffer/double_buffer.ads -%%EXAMPLESDIR%%/doublebuffer/full_test.adb -%%EXAMPLESDIR%%/doublebuffer/full_test.ads -%%EXAMPLESDIR%%/doublebuffer/parameters.adb -%%EXAMPLESDIR%%/dynamic_cast/Makefile -%%EXAMPLESDIR%%/dynamic_cast/README -%%EXAMPLESDIR%%/dynamic_cast/dynamic.adb -%%EXAMPLESDIR%%/gtk_examples/Makefile -%%EXAMPLESDIR%%/gtk_examples/README -%%EXAMPLESDIR%%/gtk_examples/scribble.adb -%%EXAMPLESDIR%%/handlers/Makefile -%%EXAMPLESDIR%%/handlers/README -%%EXAMPLESDIR%%/handlers/delete_event.adb -%%EXAMPLESDIR%%/handlers/general_tips.adb -%%EXAMPLESDIR%%/handlers/own_marshaller.adb -%%EXAMPLESDIR%%/handlers/own_marshaller.ads -%%EXAMPLESDIR%%/handlers/specific_tips.adb -%%EXAMPLESDIR%%/powergnu/Makefile -%%EXAMPLESDIR%%/powergnu/README -%%EXAMPLESDIR%%/powergnu/callbacks_power.ads -%%EXAMPLESDIR%%/powergnu/power.adb -%%EXAMPLESDIR%%/powergnu/power_gnu.adb -%%EXAMPLESDIR%%/powergnu/power_gnu.ads -%%EXAMPLESDIR%%/powergnu/powergnu_pkg-callbacks.adb -%%EXAMPLESDIR%%/powergnu/powergnu_pkg-callbacks.ads -%%EXAMPLESDIR%%/powergnu/powergnu_pkg.adb -%%EXAMPLESDIR%%/powergnu/powergnu_pkg.ads -%%EXAMPLESDIR%%/testgtk/3DRings.xpm -%%EXAMPLESDIR%%/testgtk/FilesQueue.xpm -%%EXAMPLESDIR%%/testgtk/Modeller.xpm -%%EXAMPLESDIR%%/testgtk/alps.png -%%EXAMPLESDIR%%/testgtk/apple-red.png -%%EXAMPLESDIR%%/testgtk/background.jpg -%%EXAMPLESDIR%%/testgtk/check-n.xpm -%%EXAMPLESDIR%%/testgtk/check-y.xpm -%%EXAMPLESDIR%%/testgtk/common.adb -%%EXAMPLESDIR%%/testgtk/common.ads -%%EXAMPLESDIR%%/testgtk/create_alignment.adb -%%EXAMPLESDIR%%/testgtk/create_alignment.ads -%%EXAMPLESDIR%%/testgtk/create_arrow.adb -%%EXAMPLESDIR%%/testgtk/create_arrow.ads -%%EXAMPLESDIR%%/testgtk/create_box.adb -%%EXAMPLESDIR%%/testgtk/create_box.ads -%%EXAMPLESDIR%%/testgtk/create_button_box.adb -%%EXAMPLESDIR%%/testgtk/create_button_box.ads -%%EXAMPLESDIR%%/testgtk/create_buttons.adb -%%EXAMPLESDIR%%/testgtk/create_buttons.ads -%%EXAMPLESDIR%%/testgtk/create_calendar.adb -%%EXAMPLESDIR%%/testgtk/create_calendar.ads -%%EXAMPLESDIR%%/testgtk/create_canvas.adb -%%EXAMPLESDIR%%/testgtk/create_canvas.ads -%%EXAMPLESDIR%%/testgtk/create_cell_view.adb -%%EXAMPLESDIR%%/testgtk/create_cell_view.ads -%%EXAMPLESDIR%%/testgtk/create_check_buttons.adb -%%EXAMPLESDIR%%/testgtk/create_check_buttons.ads -%%EXAMPLESDIR%%/testgtk/create_clipboard.adb -%%EXAMPLESDIR%%/testgtk/create_clipboard.ads -%%EXAMPLESDIR%%/testgtk/create_clist.adb -%%EXAMPLESDIR%%/testgtk/create_clist.ads -%%EXAMPLESDIR%%/testgtk/create_color_selection.adb -%%EXAMPLESDIR%%/testgtk/create_color_selection.ads -%%EXAMPLESDIR%%/testgtk/create_combo_box.adb -%%EXAMPLESDIR%%/testgtk/create_combo_box.ads -%%EXAMPLESDIR%%/testgtk/create_ctree.adb -%%EXAMPLESDIR%%/testgtk/create_ctree.ads -%%EXAMPLESDIR%%/testgtk/create_cursors.adb -%%EXAMPLESDIR%%/testgtk/create_cursors.ads -%%EXAMPLESDIR%%/testgtk/create_dialog.adb -%%EXAMPLESDIR%%/testgtk/create_dialog.ads -%%EXAMPLESDIR%%/testgtk/create_dnd.adb -%%EXAMPLESDIR%%/testgtk/create_dnd.ads -%%EXAMPLESDIR%%/testgtk/create_entry.adb -%%EXAMPLESDIR%%/testgtk/create_entry.ads -%%EXAMPLESDIR%%/testgtk/create_file_selection.adb -%%EXAMPLESDIR%%/testgtk/create_file_selection.ads -%%EXAMPLESDIR%%/testgtk/create_fixed.adb -%%EXAMPLESDIR%%/testgtk/create_fixed.ads -%%EXAMPLESDIR%%/testgtk/create_font_selection.adb -%%EXAMPLESDIR%%/testgtk/create_font_selection.ads -%%EXAMPLESDIR%%/testgtk/create_frame.adb -%%EXAMPLESDIR%%/testgtk/create_frame.ads -%%EXAMPLESDIR%%/testgtk/create_gamma_curve.adb -%%EXAMPLESDIR%%/testgtk/create_gamma_curve.ads -%%EXAMPLESDIR%%/testgtk/create_gc.adb -%%EXAMPLESDIR%%/testgtk/create_gc.ads -%%EXAMPLESDIR%%/testgtk/create_handle_box.adb -%%EXAMPLESDIR%%/testgtk/create_handle_box.ads -%%EXAMPLESDIR%%/testgtk/create_item_factory.adb -%%EXAMPLESDIR%%/testgtk/create_item_factory.ads -%%EXAMPLESDIR%%/testgtk/create_label.adb -%%EXAMPLESDIR%%/testgtk/create_label.ads -%%EXAMPLESDIR%%/testgtk/create_layout.adb -%%EXAMPLESDIR%%/testgtk/create_layout.ads -%%EXAMPLESDIR%%/testgtk/create_list.adb -%%EXAMPLESDIR%%/testgtk/create_list.ads -%%EXAMPLESDIR%%/testgtk/create_main_loop.adb -%%EXAMPLESDIR%%/testgtk/create_main_loop.ads -%%EXAMPLESDIR%%/testgtk/create_menu.adb -%%EXAMPLESDIR%%/testgtk/create_menu.ads -%%EXAMPLESDIR%%/testgtk/create_notebook.adb -%%EXAMPLESDIR%%/testgtk/create_notebook.ads -%%EXAMPLESDIR%%/testgtk/create_paned.adb -%%EXAMPLESDIR%%/testgtk/create_paned.ads -%%EXAMPLESDIR%%/testgtk/create_pixbuf.adb -%%EXAMPLESDIR%%/testgtk/create_pixbuf.ads -%%EXAMPLESDIR%%/testgtk/create_pixmap.adb -%%EXAMPLESDIR%%/testgtk/create_pixmap.ads -%%EXAMPLESDIR%%/testgtk/create_plot.adb -%%EXAMPLESDIR%%/testgtk/create_plot.ads -%%EXAMPLESDIR%%/testgtk/create_plot_3d.adb -%%EXAMPLESDIR%%/testgtk/create_plot_3d.ads -%%EXAMPLESDIR%%/testgtk/create_plot_realtime.adb -%%EXAMPLESDIR%%/testgtk/create_plot_realtime.ads -%%EXAMPLESDIR%%/testgtk/create_preview_color.adb -%%EXAMPLESDIR%%/testgtk/create_preview_color.ads -%%EXAMPLESDIR%%/testgtk/create_preview_gray.adb -%%EXAMPLESDIR%%/testgtk/create_preview_gray.ads -%%EXAMPLESDIR%%/testgtk/create_progress.adb -%%EXAMPLESDIR%%/testgtk/create_progress.ads -%%EXAMPLESDIR%%/testgtk/create_radio_button.adb -%%EXAMPLESDIR%%/testgtk/create_radio_button.ads -%%EXAMPLESDIR%%/testgtk/create_range.adb -%%EXAMPLESDIR%%/testgtk/create_range.ads -%%EXAMPLESDIR%%/testgtk/create_reparent.adb -%%EXAMPLESDIR%%/testgtk/create_reparent.ads -%%EXAMPLESDIR%%/testgtk/create_rulers.adb -%%EXAMPLESDIR%%/testgtk/create_rulers.ads -%%EXAMPLESDIR%%/testgtk/create_scroll_test.adb -%%EXAMPLESDIR%%/testgtk/create_scroll_test.ads -%%EXAMPLESDIR%%/testgtk/create_scrolled.adb -%%EXAMPLESDIR%%/testgtk/create_scrolled.ads -%%EXAMPLESDIR%%/testgtk/create_selection.adb -%%EXAMPLESDIR%%/testgtk/create_selection.ads -%%EXAMPLESDIR%%/testgtk/create_shapes.adb -%%EXAMPLESDIR%%/testgtk/create_shapes.ads -%%EXAMPLESDIR%%/testgtk/create_sheet.adb -%%EXAMPLESDIR%%/testgtk/create_sheet.ads -%%EXAMPLESDIR%%/testgtk/create_size_groups.adb -%%EXAMPLESDIR%%/testgtk/create_size_groups.ads -%%EXAMPLESDIR%%/testgtk/create_sources.adb -%%EXAMPLESDIR%%/testgtk/create_sources.ads -%%EXAMPLESDIR%%/testgtk/create_spin.adb -%%EXAMPLESDIR%%/testgtk/create_spin.ads -%%EXAMPLESDIR%%/testgtk/create_splittable.adb -%%EXAMPLESDIR%%/testgtk/create_splittable.ads -%%EXAMPLESDIR%%/testgtk/create_status.adb -%%EXAMPLESDIR%%/testgtk/create_status.ads -%%EXAMPLESDIR%%/testgtk/create_test_idle.adb -%%EXAMPLESDIR%%/testgtk/create_test_idle.ads -%%EXAMPLESDIR%%/testgtk/create_test_timeout.adb -%%EXAMPLESDIR%%/testgtk/create_test_timeout.ads -%%EXAMPLESDIR%%/testgtk/create_text_view.adb -%%EXAMPLESDIR%%/testgtk/create_text_view.ads -%%EXAMPLESDIR%%/testgtk/create_toggle_buttons.adb -%%EXAMPLESDIR%%/testgtk/create_toggle_buttons.ads -%%EXAMPLESDIR%%/testgtk/create_toolbar.adb -%%EXAMPLESDIR%%/testgtk/create_toolbar.ads -%%EXAMPLESDIR%%/testgtk/create_tooltips.adb -%%EXAMPLESDIR%%/testgtk/create_tooltips.ads -%%EXAMPLESDIR%%/testgtk/create_tree.adb -%%EXAMPLESDIR%%/testgtk/create_tree.ads -%%EXAMPLESDIR%%/testgtk/create_tree_filter.adb -%%EXAMPLESDIR%%/testgtk/create_tree_filter.ads -%%EXAMPLESDIR%%/testgtk/create_tree_view.adb -%%EXAMPLESDIR%%/testgtk/create_tree_view.ads -%%EXAMPLESDIR%%/testgtk/dancing-penguin.gif -%%EXAMPLESDIR%%/testgtk/gnome-applets.png -%%EXAMPLESDIR%%/testgtk/gnome-calendar.png -%%EXAMPLESDIR%%/testgtk/gnome-foot.png -%%EXAMPLESDIR%%/testgtk/gnome-gimp.png -%%EXAMPLESDIR%%/testgtk/gnome-gmush.png -%%EXAMPLESDIR%%/testgtk/gnome-gsame.png -%%EXAMPLESDIR%%/testgtk/gnu-keys.png -%%EXAMPLESDIR%%/testgtk/libart_demo.adb -%%EXAMPLESDIR%%/testgtk/libart_demo.ads -%%EXAMPLESDIR%%/testgtk/lightning.png -%%EXAMPLESDIR%%/testgtk/main_windows.adb -%%EXAMPLESDIR%%/testgtk/main_windows.ads -%%EXAMPLESDIR%%/testgtk/marble.xpm -%%EXAMPLESDIR%%/testgtk/opengl/lw.c -%%EXAMPLESDIR%%/testgtk/opengl/lw.h -%%EXAMPLESDIR%%/testgtk/opengl/lwobjects.adb -%%EXAMPLESDIR%%/testgtk/opengl/lwobjects.ads -%%EXAMPLESDIR%%/testgtk/opengl/trackball.adb -%%EXAMPLESDIR%%/testgtk/opengl/trackball.ads -%%EXAMPLESDIR%%/testgtk/opengl/view_gl.adb -%%EXAMPLESDIR%%/testgtk/opengl/view_gl.ads -%%EXAMPLESDIR%%/testgtk/penguin.lwo -%%EXAMPLESDIR%%/testgtk/test.xpm -%%EXAMPLESDIR%%/testgtk/testgtk -%%EXAMPLESDIR%%/testgtk/testgtk.adb -%%EXAMPLESDIR%%/testgtk/tree_minus.xpm -%%EXAMPLESDIR%%/testgtk/tree_plus.xpm -%%EXAMPLESDIR%%/tutorial/Makefile -%%EXAMPLESDIR%%/tutorial/README -%%EXAMPLESDIR%%/tutorial/gtkdial/Makefile -%%EXAMPLESDIR%%/tutorial/gtkdial/dial_handlers.adb -%%EXAMPLESDIR%%/tutorial/gtkdial/dial_handlers.ads -%%EXAMPLESDIR%%/tutorial/gtkdial/dial_test.adb -%%EXAMPLESDIR%%/tutorial/gtkdial/gtk_dial.adb -%%EXAMPLESDIR%%/tutorial/gtkdial/gtk_dial.ads -%%EXAMPLESDIR%%/tutorial/helloworld/Makefile -%%EXAMPLESDIR%%/tutorial/helloworld/hello.adb -%%EXAMPLESDIR%%/tutorial/helloworld/hello_package.adb -%%EXAMPLESDIR%%/tutorial/helloworld/hello_package.ads -%%EXAMPLESDIR%%/tutorial/helloworld2/Makefile -%%EXAMPLESDIR%%/tutorial/helloworld2/hello2.adb -%%EXAMPLESDIR%%/tutorial/helloworld2/hello2_package.adb -%%EXAMPLESDIR%%/tutorial/helloworld2/hello2_package.ads -%%EXAMPLESDIR%%/tutorial/packbox/Makefile -%%EXAMPLESDIR%%/tutorial/packbox/packbox.adb -%%EXAMPLESDIR%%/tutorial/packbox/packbox.ads -%%EXAMPLESDIR%%/tutorial/packbox/packbox_test.adb -%%EXAMPLESDIR%%/tutorial/simple/Makefile -%%EXAMPLESDIR%%/tutorial/simple/simple.adb -%%EXAMPLESDIR%%/tutorial/table/Makefile -%%EXAMPLESDIR%%/tutorial/table/table.adb -%%EXAMPLESDIR%%/tutorial/table/table.ads -%%EXAMPLESDIR%%/tutorial/table/table_test.adb -%%EXAMPLESDIR%%/tutorial/tictactoe/Makefile -%%EXAMPLESDIR%%/tutorial/tictactoe/tictactoe.adb -%%EXAMPLESDIR%%/tutorial/tictactoe/tictactoe.ads -%%EXAMPLESDIR%%/tutorial/tictactoe/ttt_test.adb -%%EXAMPLESDIR%%/user_data/Makefile -%%EXAMPLESDIR%%/user_data/README -%%EXAMPLESDIR%%/user_data/test_handlers.adb -share/gps/plug-ins/gtkada.xml -@dirrm share/gps/plug-ins -@dirrm share/gps -@dirrm %%EXAMPLESDIR%%/user_data -@dirrm %%EXAMPLESDIR%%/tutorial/tictactoe -@dirrm %%EXAMPLESDIR%%/tutorial/table -@dirrm %%EXAMPLESDIR%%/tutorial/simple -@dirrm %%EXAMPLESDIR%%/tutorial/packbox -@dirrm %%EXAMPLESDIR%%/tutorial/helloworld2 -@dirrm %%EXAMPLESDIR%%/tutorial/helloworld -@dirrm %%EXAMPLESDIR%%/tutorial/gtkdial -@dirrm %%EXAMPLESDIR%%/tutorial -@dirrm %%EXAMPLESDIR%%/testgtk/opengl -@dirrm %%EXAMPLESDIR%%/testgtk -@dirrm %%EXAMPLESDIR%%/powergnu -@dirrm %%EXAMPLESDIR%%/handlers -@dirrm %%EXAMPLESDIR%%/gtk_examples -@dirrm %%EXAMPLESDIR%%/dynamic_cast -@dirrm %%EXAMPLESDIR%%/doublebuffer -@dirrm %%EXAMPLESDIR%%/documentation -@dirrm %%EXAMPLESDIR%%/composite_widget -@dirrm %%EXAMPLESDIR%%/calendar_combo -@dirrm %%EXAMPLESDIR%%/base_widget -@dirrm %%EXAMPLESDIR%%/ -@dirrm %%DOCSDIR%%/gtkada_ug -@dirrm %%DOCSDIR%%/gtkada_rm -@dirrm %%DOCSDIR%% -@dirrm lib/gtkada -@dirrm lib/gnat/gtkada -@dirrm lib/gnat -@dirrm include/gtkada diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile deleted file mode 100644 index 8974a8296..000000000 --- a/x11-toolkits/gtkextra2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gtkextra -# Date created: 17 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkextra -PORTVERSION= 2.1.1 -PORTREVISION= 6 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/scigraphica/GtkExtra/${PORTVERSION}%20Sources -DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A useful widget set complementary to GTK+ 2.0 - -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 gnomehack -USE_GMAKE= yes -USE_LDCONFIG= yes - -LATEST_LINK= gtkextra2 -DOCSDIR= ${PREFIX}/share/doc/gtkextra2 - -PORTDOCS= * - -post-install: -.if !defined(NOPORTDOCS) -. for d in reference tutorial - cd ${WRKSRC}/docs && \ - ${FIND} ${d} -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ - ${FIND} ${d} -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; -. endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkextra2/distinfo b/x11-toolkits/gtkextra2/distinfo deleted file mode 100644 index 494112ee3..000000000 --- a/x11-toolkits/gtkextra2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk+extra-2.1.1.tar.gz) = 1a933ca1286829383a0554cc2deb9e04 -SHA256 (gtk+extra-2.1.1.tar.gz) = 82d179fd2eb3fd5acbc9fc4d74507c559c6bc3269c488dc8642f9bca47a5dbe4 -SIZE (gtk+extra-2.1.1.tar.gz) = 893481 diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c b/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c deleted file mode 100644 index 209bf3070..000000000 --- a/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c +++ /dev/null @@ -1,108 +0,0 @@ ---- gtkextra/gtkitementry.c.orig 2009-09-26 16:38:37.000000000 +0200 -+++ gtkextra/gtkitementry.c 2009-09-26 16:40:16.000000000 +0200 -@@ -693,23 +693,23 @@ gtk_entry_real_insert_text (GtkEditable - new_text_length = g_utf8_offset_to_pointer (new_text, n_chars) - new_text; - } - -- if (new_text_length + entry->n_bytes + 1 > entry->text_size) -+ if (new_text_length + entry->x_n_bytes + 1 > entry->x_text_size) - { -- while (new_text_length + entry->n_bytes + 1 > entry->text_size) -+ while (new_text_length + entry->x_n_bytes + 1 > entry->x_text_size) - { -- if (entry->text_size == 0) -- entry->text_size = MIN_SIZE; -+ if (entry->x_text_size == 0) -+ entry->x_text_size = MIN_SIZE; - else - { -- if (2 * (guint)entry->text_size < MAX_SIZE && -- 2 * (guint)entry->text_size > entry->text_size) -- entry->text_size *= 2; -+ if (2 * (guint)entry->x_text_size < MAX_SIZE && -+ 2 * (guint)entry->x_text_size > entry->x_text_size) -+ entry->x_text_size *= 2; - else - { -- entry->text_size = MAX_SIZE; -- if (new_text_length > (gint)entry->text_size - (gint)entry->n_bytes - 1) -+ entry->x_text_size = MAX_SIZE; -+ if (new_text_length > (gint)entry->x_text_size - (gint)entry->x_n_bytes - 1) - { -- new_text_length = (gint)entry->text_size - (gint)entry->n_bytes - 1; -+ new_text_length = (gint)entry->x_text_size - (gint)entry->x_n_bytes - 1; - new_text_length = g_utf8_find_prev_char (new_text, new_text + new_text_length + 1) - new_text; - n_chars = g_utf8_strlen (new_text, new_text_length); - } -@@ -718,19 +718,19 @@ gtk_entry_real_insert_text (GtkEditable - } - } - -- entry->text = g_realloc (entry->text, entry->text_size); -+ entry->text = g_realloc (entry->text, entry->x_text_size); - } - - index = g_utf8_offset_to_pointer (entry->text, *position) - entry->text; - -- g_memmove (entry->text + index + new_text_length, entry->text + index, entry->n_bytes - index); -+ g_memmove (entry->text + index + new_text_length, entry->text + index, entry->x_n_bytes - index); - memcpy (entry->text + index, new_text, new_text_length); - -- entry->n_bytes += new_text_length; -+ entry->x_n_bytes += new_text_length; - entry->text_length += n_chars; - - /* NUL terminate for safety and convenience */ -- entry->text[entry->n_bytes] = '\0'; -+ entry->text[entry->x_n_bytes] = '\0'; - - if (entry->current_pos > *position) - entry->current_pos += n_chars; -@@ -763,9 +763,9 @@ gtk_entry_real_delete_text (GtkEditable - gint start_index = g_utf8_offset_to_pointer (entry->text, start_pos) - entry->text; - gint end_index = g_utf8_offset_to_pointer (entry->text, end_pos) - entry->text; - -- g_memmove (entry->text + start_index, entry->text + end_index, entry->n_bytes + 1 - end_index); -+ g_memmove (entry->text + start_index, entry->text + end_index, entry->x_n_bytes + 1 - end_index); - entry->text_length -= (end_pos - start_pos); -- entry->n_bytes -= (end_index - start_index); -+ entry->x_n_bytes -= (end_index - start_index); - - if (entry->current_pos > start_pos) - entry->current_pos -= MIN (entry->current_pos, end_pos) - start_pos; -@@ -1028,7 +1028,7 @@ gtk_entry_retrieve_surrounding_cb (GtkIM - { - gtk_im_context_set_surrounding (context, - entry->text, -- entry->n_bytes, -+ entry->x_n_bytes, - g_utf8_offset_to_pointer (entry->text, entry->current_pos) - entry->text); - - return TRUE; -@@ -1229,7 +1229,7 @@ gtk_entry_create_layout (GtkEntry *entry - - if (entry->visible) - { -- g_string_prepend_len (tmp_string, entry->text, entry->n_bytes); -+ g_string_prepend_len (tmp_string, entry->text, entry->x_n_bytes); - g_string_insert (tmp_string, cursor_index, preedit_string); - } - else -@@ -1238,7 +1238,7 @@ gtk_entry_create_layout (GtkEntry *entry - gint preedit_len_chars; - gunichar invisible_char; - -- ch_len = g_utf8_strlen (entry->text, entry->n_bytes); -+ ch_len = g_utf8_strlen (entry->text, entry->x_n_bytes); - preedit_len_chars = g_utf8_strlen (preedit_string, -1); - ch_len += preedit_len_chars; - -@@ -1272,7 +1272,7 @@ gtk_entry_create_layout (GtkEntry *entry - { - if (entry->visible) - { -- pango_layout_set_text (layout, entry->text, entry->n_bytes); -+ pango_layout_set_text (layout, entry->text, entry->x_n_bytes); - } - else - { diff --git a/x11-toolkits/gtkextra2/pkg-descr b/x11-toolkits/gtkextra2/pkg-descr deleted file mode 100644 index cf241bbab..000000000 --- a/x11-toolkits/gtkextra2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GtkExtra is a useful set of widgets for creating GUI's for the X -Window System using GTK+ 2.0. You can use it complementary to GTK+ 2.0 -and it is written in C. - -WWW: http://gtkextra.sourceforge.net/ diff --git a/x11-toolkits/gtkextra2/pkg-plist b/x11-toolkits/gtkextra2/pkg-plist deleted file mode 100644 index b960a16ba..000000000 --- a/x11-toolkits/gtkextra2/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/gtkextra-2.0/gtkextra/gtkbordercombo.h -include/gtkextra-2.0/gtkextra/gtkcharsel.h -include/gtkextra-2.0/gtkextra/gtkcheckitem.h -include/gtkextra-2.0/gtkextra/gtkcolorcombo.h -include/gtkextra-2.0/gtkextra/gtkcombobutton.h -include/gtkextra-2.0/gtkextra/gtkdirtree.h -include/gtkextra-2.0/gtkextra/gtkextra-marshal.h -include/gtkextra-2.0/gtkextra/gtkextra.h -include/gtkextra-2.0/gtkextra/gtkextrafeatures.h -include/gtkextra-2.0/gtkextra/gtkextraicons.h -include/gtkextra-2.0/gtkextra/gtkextratypebuiltins.h -include/gtkextra-2.0/gtkextra/gtkfileicons.h -include/gtkextra-2.0/gtkextra/gtkfilelist.h -include/gtkextra-2.0/gtkextra/gtkfontcombo.h -include/gtkextra-2.0/gtkextra/gtkiconfilesel.h -include/gtkextra-2.0/gtkextra/gtkiconlist.h -include/gtkextra-2.0/gtkextra/gtkitementry.h -include/gtkextra-2.0/gtkextra/gtkplot.h -include/gtkextra-2.0/gtkextra/gtkplot3d.h -include/gtkextra-2.0/gtkextra/gtkplotarray.h -include/gtkextra-2.0/gtkextra/gtkplotbar.h -include/gtkextra-2.0/gtkextra/gtkplotbox.h -include/gtkextra-2.0/gtkextra/gtkplotbubble.h -include/gtkextra-2.0/gtkextra/gtkplotcandle.h -include/gtkextra-2.0/gtkextra/gtkplotcanvas.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasellipse.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasline.h -include/gtkextra-2.0/gtkextra/gtkplotcanvaspixmap.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasplot.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasrectangle.h -include/gtkextra-2.0/gtkextra/gtkplotcanvastext.h -include/gtkextra-2.0/gtkextra/gtkplotcsurface.h -include/gtkextra-2.0/gtkextra/gtkplotdata.h -include/gtkextra-2.0/gtkextra/gtkplotdt.h -include/gtkextra-2.0/gtkextra/gtkplotflux.h -include/gtkextra-2.0/gtkextra/gtkplotgdk.h -include/gtkextra-2.0/gtkextra/gtkplotpc.h -include/gtkextra-2.0/gtkextra/gtkplotpixmap.h -include/gtkextra-2.0/gtkextra/gtkplotpolar.h -include/gtkextra-2.0/gtkextra/gtkplotprint.h -include/gtkextra-2.0/gtkextra/gtkplotps.h -include/gtkextra-2.0/gtkextra/gtkplotsegment.h -include/gtkextra-2.0/gtkextra/gtkplotsurface.h -include/gtkextra-2.0/gtkextra/gtkpsfont.h -include/gtkextra-2.0/gtkextra/gtksheet.h -include/gtkextra-2.0/gtkextra/gtktogglecombo.h -lib/libgtkextra-x11-2.0.a -lib/libgtkextra-x11-2.0.la -lib/libgtkextra-x11-2.0.so -lib/libgtkextra-x11-2.0.so.1 -libdata/pkgconfig/gtkextra-2.0.pc -@dirrm include/gtkextra-2.0/gtkextra -@dirrm include/gtkextra-2.0 diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile deleted file mode 100644 index 1c1e84cbd..000000000 --- a/x11-toolkits/gtkmm24-reference/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gtkmm24-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 5 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \ - ${LOCALBASE}/share/glibmm-2.4/doctool/doc-install.pl:${PORTSDIR}/devel/glibmm-reference - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 - -do-install: -.if !defined(NOPORTDOCS) -.for d in docs - @cd ${WRKSRC}/${d} && ${GMAKE} install -.endfor -.endif - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtkmm24-reference/pkg-descr b/x11-toolkits/gtkmm24-reference/pkg-descr deleted file mode 100644 index 54890d80e..000000000 --- a/x11-toolkits/gtkmm24-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtkmm24. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24-reference/pkg-plist b/x11-toolkits/gtkmm24-reference/pkg-plist deleted file mode 100644 index 842fc6b95..000000000 --- a/x11-toolkits/gtkmm24-reference/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PORTDOCS%%share/devhelp/books/gtkmm-2.4/gtkmm-2.4.devhelp2 -%%PORTDOCS%%@dirrm share/devhelp/books/gtkmm-2.4 -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index 01f3d3f9f..000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.54 2009/09/21 20:08:13 kwm Exp $ -# - -PORTNAME= gtkmm -PORTVERSION= 2.18.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk - -USE_BZIP2= yes -LATEST_LINK= gtkmm24 - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \ - pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk20 ltverhack:1 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index e0749a345..000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkmm-2.18.2.tar.bz2) = 3e43e9eef1da8988a76a2815d6b31c91 -SHA256 (gnome2/gtkmm-2.18.2.tar.bz2) = dfc003e22ecdc046cbae731b24e077ed87efa0f9ca57a0735dfe716c560b474e -SIZE (gnome2/gtkmm-2.18.2.tar.bz2) = 12215352 diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index b2371e32c..000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango and Atk. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index 93d068b38..000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,519 +0,0 @@ -include/atkmm-1.6/atkmm.h -include/atkmm-1.6/atkmm/action.h -include/atkmm-1.6/atkmm/component.h -include/atkmm-1.6/atkmm/document.h -include/atkmm-1.6/atkmm/editabletext.h -include/atkmm-1.6/atkmm/hyperlink.h -include/atkmm-1.6/atkmm/hypertext.h -include/atkmm-1.6/atkmm/image.h -include/atkmm-1.6/atkmm/implementor.h -include/atkmm-1.6/atkmm/init.h -include/atkmm-1.6/atkmm/noopobject.h -include/atkmm-1.6/atkmm/object.h -include/atkmm-1.6/atkmm/objectaccessible.h -include/atkmm-1.6/atkmm/private/action_p.h -include/atkmm-1.6/atkmm/private/component_p.h -include/atkmm-1.6/atkmm/private/document_p.h -include/atkmm-1.6/atkmm/private/editabletext_p.h -include/atkmm-1.6/atkmm/private/hyperlink_p.h -include/atkmm-1.6/atkmm/private/hypertext_p.h -include/atkmm-1.6/atkmm/private/image_p.h -include/atkmm-1.6/atkmm/private/implementor_p.h -include/atkmm-1.6/atkmm/private/noopobject_p.h -include/atkmm-1.6/atkmm/private/object_p.h -include/atkmm-1.6/atkmm/private/objectaccessible_p.h -include/atkmm-1.6/atkmm/private/relation_p.h -include/atkmm-1.6/atkmm/private/relationset_p.h -include/atkmm-1.6/atkmm/private/selection_p.h -include/atkmm-1.6/atkmm/private/stateset_p.h -include/atkmm-1.6/atkmm/private/streamablecontent_p.h -include/atkmm-1.6/atkmm/private/table_p.h -include/atkmm-1.6/atkmm/private/text_p.h -include/atkmm-1.6/atkmm/private/value_p.h -include/atkmm-1.6/atkmm/relation.h -include/atkmm-1.6/atkmm/relationset.h -include/atkmm-1.6/atkmm/selection.h -include/atkmm-1.6/atkmm/stateset.h -include/atkmm-1.6/atkmm/streamablecontent.h -include/atkmm-1.6/atkmm/table.h -include/atkmm-1.6/atkmm/text.h -include/atkmm-1.6/atkmm/value.h -include/atkmm-1.6/atkmm/wrap_init.h -include/gdkmm-%%API_VERSION%%/gdkmm.h -include/gdkmm-%%API_VERSION%%/gdkmm/bitmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/color.h -include/gdkmm-%%API_VERSION%%/gdkmm/colormap.h -include/gdkmm-%%API_VERSION%%/gdkmm/cursor.h -include/gdkmm-%%API_VERSION%%/gdkmm/device.h -include/gdkmm-%%API_VERSION%%/gdkmm/display.h -include/gdkmm-%%API_VERSION%%/gdkmm/displaymanager.h -include/gdkmm-%%API_VERSION%%/gdkmm/dragcontext.h -include/gdkmm-%%API_VERSION%%/gdkmm/drawable.h -include/gdkmm-%%API_VERSION%%/gdkmm/event.h -include/gdkmm-%%API_VERSION%%/gdkmm/gc.h -include/gdkmm-%%API_VERSION%%/gdkmm/general.h -include/gdkmm-%%API_VERSION%%/gdkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/infobar.h -include/gdkmm-%%API_VERSION%%/gdkmm/list.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbuf.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimation.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimationiter.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufformat.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufloader.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/bitmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/color_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/colormap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/cursor_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/device_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/display_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/displaymanager_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/dragcontext_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/drawable_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/event_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/gc_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/infobar_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbuf_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimation_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimationiter_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufformat_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufloader_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rectangle_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/region_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rgbcmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/screen_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/types_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/visual_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/window_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/rectangle.h -include/gdkmm-%%API_VERSION%%/gdkmm/region.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgb.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgbcmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/screen.h -include/gdkmm-%%API_VERSION%%/gdkmm/types.h -include/gdkmm-%%API_VERSION%%/gdkmm/visual.h -include/gdkmm-%%API_VERSION%%/gdkmm/window.h -include/gdkmm-%%API_VERSION%%/gdkmm/wrap_init.h -include/gtkmm-%%API_VERSION%%/gtkmm.h -include/gtkmm-%%API_VERSION%%/gtkmm/aboutdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelgroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelkey.h -include/gtkmm-%%API_VERSION%%/gtkmm/accellabel.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelmap.h -include/gtkmm-%%API_VERSION%%/gtkmm/action.h -include/gtkmm-%%API_VERSION%%/gtkmm/actiongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/activatable.h -include/gtkmm-%%API_VERSION%%/gtkmm/adjustment.h -include/gtkmm-%%API_VERSION%%/gtkmm/alignment.h -include/gtkmm-%%API_VERSION%%/gtkmm/arrow.h -include/gtkmm-%%API_VERSION%%/gtkmm/aspectframe.h -include/gtkmm-%%API_VERSION%%/gtkmm/assistant.h -include/gtkmm-%%API_VERSION%%/gtkmm/base.h -include/gtkmm-%%API_VERSION%%/gtkmm/bin.h -include/gtkmm-%%API_VERSION%%/gtkmm/box.h -include/gtkmm-%%API_VERSION%%/gtkmm/builder.h -include/gtkmm-%%API_VERSION%%/gtkmm/button.h -include/gtkmm-%%API_VERSION%%/gtkmm/buttonbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/calendar.h -include/gtkmm-%%API_VERSION%%/gtkmm/celleditable.h -include/gtkmm-%%API_VERSION%%/gtkmm/celllayout.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer_generation.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendereraccel.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderercombo.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererpixbuf.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererprogress.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspin.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertext.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertoggle.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellview.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/clipboard.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/combo.h -include/gtkmm-%%API_VERSION%%/gtkmm/combobox.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentrytext.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/container.h -include/gtkmm-%%API_VERSION%%/gtkmm/curve.h -include/gtkmm-%%API_VERSION%%/gtkmm/dialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/drawingarea.h -include/gtkmm-%%API_VERSION%%/gtkmm/editable.h -include/gtkmm-%%API_VERSION%%/gtkmm/entry.h -include/gtkmm-%%API_VERSION%%/gtkmm/entrycompletion.h -include/gtkmm-%%API_VERSION%%/gtkmm/enums.h -include/gtkmm-%%API_VERSION%%/gtkmm/eventbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/expander.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/filefilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/fileselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/fixed.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/frame.h -include/gtkmm-%%API_VERSION%%/gtkmm/handlebox.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconfactory.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconset.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/icontheme.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconview.h -include/gtkmm-%%API_VERSION%%/gtkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/imagemenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/inputdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/invisible.h -include/gtkmm-%%API_VERSION%%/gtkmm/item.h -include/gtkmm-%%API_VERSION%%/gtkmm/label.h -include/gtkmm-%%API_VERSION%%/gtkmm/layout.h -include/gtkmm-%%API_VERSION%%/gtkmm/linkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/liststore.h -include/gtkmm-%%API_VERSION%%/gtkmm/listviewtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/main.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu_elems.h -include/gtkmm-%%API_VERSION%%/gtkmm/menubar.h -include/gtkmm-%%API_VERSION%%/gtkmm/menuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/menushell.h -include/gtkmm-%%API_VERSION%%/gtkmm/menutoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/messagedialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/misc.h -include/gtkmm-%%API_VERSION%%/gtkmm/notebook.h -include/gtkmm-%%API_VERSION%%/gtkmm/object.h -include/gtkmm-%%API_VERSION%%/gtkmm/optionmenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/orientable.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetup.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetupunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/paned.h -include/gtkmm-%%API_VERSION%%/gtkmm/papersize.h -include/gtkmm-%%API_VERSION%%/gtkmm/plug.h -include/gtkmm-%%API_VERSION%%/gtkmm/printcontext.h -include/gtkmm-%%API_VERSION%%/gtkmm/printer.h -include/gtkmm-%%API_VERSION%%/gtkmm/printjob.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperation.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperationpreview.h -include/gtkmm-%%API_VERSION%%/gtkmm/printsettings.h -include/gtkmm-%%API_VERSION%%/gtkmm/printunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aboutdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accelgroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accellabel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/action_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/actiongroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/activatable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/adjustment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/alignment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/arrow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aspectframe_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/assistant_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/bin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/box_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/builder_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/button_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/buttonbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/calendar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celleditable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celllayout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendereraccel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderercombo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererprogress_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/clipboard_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combobox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/comboboxentry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/container_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/curve_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/dialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/drawingarea_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/editable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entrycompletion_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/enums_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/eventbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/expander_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filefilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fileselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fixed_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/frame_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/handlebox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconfactory_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconset_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/icontheme_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/imagemenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/inputdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/invisible_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/item_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/label_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/layout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/linkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/liststore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/main_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menubar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menushell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menutoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/messagedialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/misc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/notebook_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/object_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/optionmenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/orientable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetupunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/paned_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/papersize_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/plug_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printcontext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printjob_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperation_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperationpreview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printsettings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/progressbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radioaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiobutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiomenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiotoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/range_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/rc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchoosermenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentmanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/ruler_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scale_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scalebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrolledwindow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/selectiondata_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separator_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatormenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatortoolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/settings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/sizegroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/socket_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/spinbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusicon_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/stockitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/style_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/table_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/targetlist_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textattributes_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textbuffer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textchildanchor_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textmark_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttag_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttagtable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggleaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/togglebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggletoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolshell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltip_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltips_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragdest_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelsort_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treepath_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treerowreference_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treesortable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treestore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/uimanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/viewport_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/volumebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/widget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/window_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/progressbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/radioaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobuttongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiomenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiotoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/range.h -include/gtkmm-%%API_VERSION%%/gtkmm/rc.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchoosermenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentmanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/ruler.h -include/gtkmm-%%API_VERSION%%/gtkmm/scale.h -include/gtkmm-%%API_VERSION%%/gtkmm/scalebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrollbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrolledwindow.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/separator.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatormenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatortoolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/settings.h -include/gtkmm-%%API_VERSION%%/gtkmm/sizegroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/socket.h -include/gtkmm-%%API_VERSION%%/gtkmm/spinbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusicon.h -include/gtkmm-%%API_VERSION%%/gtkmm/stock.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockid.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/style.h -include/gtkmm-%%API_VERSION%%/gtkmm/table.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetlist.h -include/gtkmm-%%API_VERSION%%/gtkmm/tearoffmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/textattributes.h -include/gtkmm-%%API_VERSION%%/gtkmm/textbuffer.h -include/gtkmm-%%API_VERSION%%/gtkmm/textchildanchor.h -include/gtkmm-%%API_VERSION%%/gtkmm/textiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/textmark.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttag.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttagtable.h -include/gtkmm-%%API_VERSION%%/gtkmm/textview.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggleaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/togglebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggletoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolshell.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltip.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltips.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragdest.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodel.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelsort.h -include/gtkmm-%%API_VERSION%%/gtkmm/treepath.h -include/gtkmm-%%API_VERSION%%/gtkmm/treerowreference.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/treesortable.h -include/gtkmm-%%API_VERSION%%/gtkmm/treestore.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeviewcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/uimanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/viewport.h -include/gtkmm-%%API_VERSION%%/gtkmm/volumebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/widget.h -include/gtkmm-%%API_VERSION%%/gtkmm/window.h -include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h -lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h -lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h -lib/libatkmm-1.6.a -lib/libatkmm-1.6.la -lib/libatkmm-1.6.so -lib/libatkmm-1.6.so.1 -lib/libgdkmm-%%VERSION%%.a -lib/libgdkmm-%%VERSION%%.la -lib/libgdkmm-%%VERSION%%.so -lib/libgdkmm-%%VERSION%%.so.1 -lib/libgtkmm-%%VERSION%%.a -lib/libgtkmm-%%VERSION%%.la -lib/libgtkmm-%%VERSION%%.so -lib/libgtkmm-%%VERSION%%.so.1 -libdata/pkgconfig/atkmm-1.6.pc -libdata/pkgconfig/gdkmm-%%API_VERSION%%.pc -libdata/pkgconfig/gtkmm-%%API_VERSION%%.pc -share/gtkmm-%%API_VERSION%%/demo/alphatest.png -share/gtkmm-%%API_VERSION%%/demo/apple-red.png -share/gtkmm-%%API_VERSION%%/demo/background.jpg -share/gtkmm-%%API_VERSION%%/demo/demo-common.cc -share/gtkmm-%%API_VERSION%%/demo/demo-common.h -share/gtkmm-%%API_VERSION%%/demo/demos.h -share/gtkmm-%%API_VERSION%%/demo/demowindow.cc -share/gtkmm-%%API_VERSION%%/demo/demowindow.h -share/gtkmm-%%API_VERSION%%/demo/example_appwindow.cc -share/gtkmm-%%API_VERSION%%/demo/example_buttonbox.cc -share/gtkmm-%%API_VERSION%%/demo/example_change_display.cc -share/gtkmm-%%API_VERSION%%/demo/example_colorsel.cc -share/gtkmm-%%API_VERSION%%/demo/example_dialog.cc -share/gtkmm-%%API_VERSION%%/demo/example_drawingarea.cc -share/gtkmm-%%API_VERSION%%/demo/example_iconview.cc -share/gtkmm-%%API_VERSION%%/demo/example_images.cc -share/gtkmm-%%API_VERSION%%/demo/example_menus.cc -share/gtkmm-%%API_VERSION%%/demo/example_panes.cc -share/gtkmm-%%API_VERSION%%/demo/example_pixbufs.cc -share/gtkmm-%%API_VERSION%%/demo/example_sizegroup.cc -share/gtkmm-%%API_VERSION%%/demo/example_stockbrowser.cc -share/gtkmm-%%API_VERSION%%/demo/example_textview.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_editable_cells.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_liststore.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_treestore.cc -share/gtkmm-%%API_VERSION%%/demo/example_uimanager.cc -share/gtkmm-%%API_VERSION%%/demo/floppybuddy.gif -share/gtkmm-%%API_VERSION%%/demo/gnome-applets.png -share/gtkmm-%%API_VERSION%%/demo/gnome-calendar.png -share/gtkmm-%%API_VERSION%%/demo/gnome-foot.png -share/gtkmm-%%API_VERSION%%/demo/gnome-fs-directory.png -share/gtkmm-%%API_VERSION%%/demo/gnome-fs-regular.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gimp.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gmush.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gsame.png -share/gtkmm-%%API_VERSION%%/demo/gnu-keys.png -share/gtkmm-%%API_VERSION%%/demo/gtk-logo-rgb.gif -share/gtkmm-%%API_VERSION%%/demo/main.cc -share/gtkmm-%%API_VERSION%%/demo/textwidget.cc -share/gtkmm-%%API_VERSION%%/demo/textwidget.h -@dirrm share/gtkmm-%%API_VERSION%%/demo -@dirrm share/gtkmm-%%API_VERSION%% -@dirrm lib/gtkmm-%%API_VERSION%%/include -@dirrm lib/gtkmm-%%API_VERSION%% -@dirrm lib/gdkmm-%%API_VERSION%%/include -@dirrm lib/gdkmm-%%API_VERSION%% -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm/private -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm -@dirrm include/gtkmm-%%API_VERSION%% -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm/private -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm -@dirrm include/gdkmm-%%API_VERSION%% -@dirrm include/atkmm-1.6/atkmm/private -@dirrm include/atkmm-1.6/atkmm -@dirrm include/atkmm-1.6 diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile deleted file mode 100644 index 151a2400a..000000000 --- a/x11-toolkits/gtksourceview2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gtksourceview -# Date created: 07 May 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.80 2009/09/22 08:23:40 kwm Exp $ -# - -PORTNAME= gtksourceview2 -PORTVERSION= 2.8.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack gtk20 libxml2 intlhack \ - ltverhack referencehack -CONFIGURE_ARGS= --enable-compile-warnings=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtksourceview2/distinfo b/x11-toolkits/gtksourceview2/distinfo deleted file mode 100644 index d40c6f6e2..000000000 --- a/x11-toolkits/gtksourceview2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtksourceview-2.8.1.tar.bz2) = 7741e41d3c7c83a35014f0faef3c94a2 -SHA256 (gnome2/gtksourceview-2.8.1.tar.bz2) = e67e8222675228a7cc1ef7da0a3367f3d67d2a0ca2eb50e668e48caf116f390a -SIZE (gnome2/gtksourceview-2.8.1.tar.bz2) = 1049753 diff --git a/x11-toolkits/gtksourceview2/pkg-descr b/x11-toolkits/gtksourceview2/pkg-descr deleted file mode 100644 index 729f71780..000000000 --- a/x11-toolkits/gtksourceview2/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GtkSourceView is a text widget for Gtk+-2 that provides syntax highlighting -and other features typically expected in a source code editor. diff --git a/x11-toolkits/gtksourceview2/pkg-plist b/x11-toolkits/gtksourceview2/pkg-plist deleted file mode 100644 index 7316c0d22..000000000 --- a/x11-toolkits/gtksourceview2/pkg-plist +++ /dev/null @@ -1,210 +0,0 @@ -include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h -include/gtksourceview-2.0/gtksourceview/gtksourcegutter.h -include/gtksourceview-2.0/gtksourceview/gtksourceiter.h -include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h -include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h -include/gtksourceview-2.0/gtksourceview/gtksourcemark.h -include/gtksourceview-2.0/gtksourceview/gtksourceprintcompositor.h -include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h -include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h -include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h -include/gtksourceview-2.0/gtksourceview/gtksourceview-typebuiltins.h -include/gtksourceview-2.0/gtksourceview/gtksourceview.h -lib/libgtksourceview-2.0.a -lib/libgtksourceview-2.0.la -lib/libgtksourceview-2.0.so -lib/libgtksourceview-2.0.so.0 -libdata/pkgconfig/gtksourceview-2.0.pc -share/gtksourceview-2.0/language-specs/R.lang -share/gtksourceview-2.0/language-specs/ada.lang -share/gtksourceview-2.0/language-specs/asp.lang -share/gtksourceview-2.0/language-specs/awk.lang -share/gtksourceview-2.0/language-specs/boo.lang -share/gtksourceview-2.0/language-specs/c.lang -share/gtksourceview-2.0/language-specs/changelog.lang -share/gtksourceview-2.0/language-specs/chdr.lang -share/gtksourceview-2.0/language-specs/check.sh -share/gtksourceview-2.0/language-specs/cmake.lang -share/gtksourceview-2.0/language-specs/convert.py -share/gtksourceview-2.0/language-specs/cpp.lang -share/gtksourceview-2.0/language-specs/csharp.lang -share/gtksourceview-2.0/language-specs/css.lang -share/gtksourceview-2.0/language-specs/cuda.lang -share/gtksourceview-2.0/language-specs/d.lang -share/gtksourceview-2.0/language-specs/def.lang -share/gtksourceview-2.0/language-specs/desktop.lang -share/gtksourceview-2.0/language-specs/diff.lang -share/gtksourceview-2.0/language-specs/docbook.lang -share/gtksourceview-2.0/language-specs/dosbatch.lang -share/gtksourceview-2.0/language-specs/dot.lang -share/gtksourceview-2.0/language-specs/dpatch.lang -share/gtksourceview-2.0/language-specs/dtd.lang -share/gtksourceview-2.0/language-specs/eiffel.lang -share/gtksourceview-2.0/language-specs/erlang.lang -share/gtksourceview-2.0/language-specs/forth.lang -share/gtksourceview-2.0/language-specs/fortran.lang -share/gtksourceview-2.0/language-specs/gap.lang -share/gtksourceview-2.0/language-specs/glsl.lang -share/gtksourceview-2.0/language-specs/gtk-doc.lang -share/gtksourceview-2.0/language-specs/gtkrc.lang -share/gtksourceview-2.0/language-specs/haddock.lang -share/gtksourceview-2.0/language-specs/haskell-literate.lang -share/gtksourceview-2.0/language-specs/haskell.lang -share/gtksourceview-2.0/language-specs/html.lang -share/gtksourceview-2.0/language-specs/idl.lang -share/gtksourceview-2.0/language-specs/ini.lang -share/gtksourceview-2.0/language-specs/java.lang -share/gtksourceview-2.0/language-specs/javascript.lang -share/gtksourceview-2.0/language-specs/language.dtd -share/gtksourceview-2.0/language-specs/language.rng -share/gtksourceview-2.0/language-specs/language2.rng -share/gtksourceview-2.0/language-specs/latex.lang -share/gtksourceview-2.0/language-specs/libtool.lang -share/gtksourceview-2.0/language-specs/lua.lang -share/gtksourceview-2.0/language-specs/m4.lang -share/gtksourceview-2.0/language-specs/makefile.lang -share/gtksourceview-2.0/language-specs/mallard.lang -share/gtksourceview-2.0/language-specs/msil.lang -share/gtksourceview-2.0/language-specs/nemerle.lang -share/gtksourceview-2.0/language-specs/nsis.lang -share/gtksourceview-2.0/language-specs/objc.lang -share/gtksourceview-2.0/language-specs/ocaml.lang -share/gtksourceview-2.0/language-specs/ocl.lang -share/gtksourceview-2.0/language-specs/octave.lang -share/gtksourceview-2.0/language-specs/pascal.lang -share/gtksourceview-2.0/language-specs/perl.lang -share/gtksourceview-2.0/language-specs/php.lang -share/gtksourceview-2.0/language-specs/pkgconfig.lang -share/gtksourceview-2.0/language-specs/po.lang -share/gtksourceview-2.0/language-specs/prolog.lang -share/gtksourceview-2.0/language-specs/python.lang -share/gtksourceview-2.0/language-specs/rpmspec.lang -share/gtksourceview-2.0/language-specs/ruby.lang -share/gtksourceview-2.0/language-specs/scheme.lang -share/gtksourceview-2.0/language-specs/sh.lang -share/gtksourceview-2.0/language-specs/sql.lang -share/gtksourceview-2.0/language-specs/styles.rng -share/gtksourceview-2.0/language-specs/t2t.lang -share/gtksourceview-2.0/language-specs/tcl.lang -share/gtksourceview-2.0/language-specs/texinfo.lang -share/gtksourceview-2.0/language-specs/vala.lang -share/gtksourceview-2.0/language-specs/vbnet.lang -share/gtksourceview-2.0/language-specs/verilog.lang -share/gtksourceview-2.0/language-specs/vhdl.lang -share/gtksourceview-2.0/language-specs/xml.lang -share/gtksourceview-2.0/language-specs/xslt.lang -share/gtksourceview-2.0/language-specs/yacc.lang -share/gtksourceview-2.0/styles/classic.xml -share/gtksourceview-2.0/styles/cobalt.xml -share/gtksourceview-2.0/styles/kate.xml -share/gtksourceview-2.0/styles/oblivion.xml -share/gtksourceview-2.0/styles/styles.rng -share/gtksourceview-2.0/styles/tango.xml -share/locale/ar/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/as/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/az/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/be/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bg/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bs/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ca/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/cs/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/cy/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/da/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/dz/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/el/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en_CA/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en_GB/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/es/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/et/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/eu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fa/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ga/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/gl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/gu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/he/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/id/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/it/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ja/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/kn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ko/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/lt/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/lv/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mai/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mg/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ml/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ms/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nb/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ne/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/oc/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/or/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pa/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pt/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ro/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ru/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/rw/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/si/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sq/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sv/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ta/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/te/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/th/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/tr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/uk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/vi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/xh/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gtksourceview-2.0.mo -@dirrm share/gtksourceview-2.0/styles -@dirrm share/gtksourceview-2.0/language-specs -@dirrm share/gtksourceview-2.0 -@dirrm include/gtksourceview-2.0/gtksourceview -@dirrm include/gtksourceview-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile deleted file mode 100644 index de1447b5b..000000000 --- a/x11-toolkits/libbonoboui/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libbonoboui -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.70 2009/09/23 01:07:42 avl Exp $ -# - -PORTNAME= libbonoboui -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GUI frontend to the libbonobo component of GNOME 2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ - libgnomecanvas libgnome referencehack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libbonoboui/distinfo b/x11-toolkits/libbonoboui/distinfo deleted file mode 100644 index 793d24c2a..000000000 --- a/x11-toolkits/libbonoboui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/libbonoboui-2.24.2.tar.bz2) = 3c206eccc97730c02366a2f698c40ed2 -SHA256 (gnome/libbonoboui-2.24.2.tar.bz2) = aebcf9dc56a76f4ab1ae2134920d962e12c6f7397028052658dad5b1bebdbe00 -SIZE (gnome/libbonoboui-2.24.2.tar.bz2) = 961498 diff --git a/x11-toolkits/libbonoboui/files/patch-Makefile.in b/x11-toolkits/libbonoboui/files/patch-Makefile.in deleted file mode 100644 index 4ef163bda..000000000 --- a/x11-toolkits/libbonoboui/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-07-31 00:33:13.000000000 -0400 -+++ Makefile.in 2007-07-31 00:33:29.000000000 -0400 -@@ -253,7 +253,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = bonobo glade samples tests tools po doc -+SUBDIRS = bonobo glade samples tools po doc - libincludedir = $(includedir)/libbonoboui-2.0 - libinclude_HEADERS = \ - bonobo.h \ diff --git a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c b/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c deleted file mode 100644 index 9de410568..000000000 --- a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c +++ /dev/null @@ -1,21 +0,0 @@ ---- bonobo/bonobo-ui-util.c.orig Fri Feb 28 10:40:12 2003 -+++ bonobo/bonobo-ui-util.c Wed Apr 16 10:13:23 2003 -@@ -558,14 +558,11 @@ - else - prefix = NULL; - -- if (prefix) -+ datadir = NULL; -+ g_object_get (G_OBJECT (gnome_program_get ()), -+ GNOME_PARAM_APP_DATADIR, &datadir, NULL); -+ if (!datadir && prefix) - datadir = g_strdup_printf ("%s/share", prefix); -- -- else { -- datadir = NULL; -- g_object_get (G_OBJECT (gnome_program_get ()), -- GNOME_PARAM_APP_DATADIR, &datadir, NULL); -- } - - if (!datadir) /* desparate fallback */ - datadir = g_strdup (BONOBO_DATADIR); diff --git a/x11-toolkits/libbonoboui/pkg-descr b/x11-toolkits/libbonoboui/pkg-descr deleted file mode 100644 index 8ca4e661c..000000000 --- a/x11-toolkits/libbonoboui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Bonobo is a set of language- and system-independant CORBA -interfaces for creating reusable components and compound documents. - -libbonoboui includes a Gtk+-based implementation of the Bonobo -interfaces. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libbonoboui/pkg-plist b/x11-toolkits/libbonoboui/pkg-plist deleted file mode 100644 index b8c6f7506..000000000 --- a/x11-toolkits/libbonoboui/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/bonobo-browser -include/libbonoboui-2.0/bonobo.h -include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h -include/libbonoboui-2.0/bonobo/bonobo-canvas-item.h -include/libbonoboui-2.0/bonobo/bonobo-control-frame.h -include/libbonoboui-2.0/bonobo/bonobo-control.h -include/libbonoboui-2.0/bonobo/bonobo-dock-band.h -include/libbonoboui-2.0/bonobo/bonobo-dock-item.h -include/libbonoboui-2.0/bonobo/bonobo-dock-layout.h -include/libbonoboui-2.0/bonobo/bonobo-dock.h -include/libbonoboui-2.0/bonobo/bonobo-file-selector-util.h -include/libbonoboui-2.0/bonobo/bonobo-plug.h -include/libbonoboui-2.0/bonobo/bonobo-property-control.h -include/libbonoboui-2.0/bonobo/bonobo-selector-widget.h -include/libbonoboui-2.0/bonobo/bonobo-selector.h -include/libbonoboui-2.0/bonobo/bonobo-socket.h -include/libbonoboui-2.0/bonobo/bonobo-ui-component.h -include/libbonoboui-2.0/bonobo/bonobo-ui-config-widget.h -include/libbonoboui-2.0/bonobo/bonobo-ui-container.h -include/libbonoboui-2.0/bonobo/bonobo-ui-engine.h -include/libbonoboui-2.0/bonobo/bonobo-ui-main.h -include/libbonoboui-2.0/bonobo/bonobo-ui-node.h -include/libbonoboui-2.0/bonobo/bonobo-ui-sync.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-button-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar.h -include/libbonoboui-2.0/bonobo/bonobo-ui-type-builtins.h -include/libbonoboui-2.0/bonobo/bonobo-ui-util.h -include/libbonoboui-2.0/bonobo/bonobo-widget.h -include/libbonoboui-2.0/bonobo/bonobo-window.h -include/libbonoboui-2.0/bonobo/bonobo-zoomable-frame.h -include/libbonoboui-2.0/bonobo/bonobo-zoomable.h -include/libbonoboui-2.0/libbonoboui.h -lib/bonobo-2.0/samples/bonobo-sample-controls-2 -lib/libbonoboui-2.a -lib/libbonoboui-2.la -lib/libbonoboui-2.so -lib/libbonoboui-2.so.0 -lib/libglade/2.0/libbonobo.a -lib/libglade/2.0/libbonobo.la -lib/libglade/2.0/libbonobo.so -libdata/bonobo/servers/Bonobo_Sample_Controls.server -libdata/bonobo/servers/CanvDemo.server -libdata/pkgconfig/libbonoboui-2.0.pc -share/applications/bonobo-browser.desktop -share/gnome-2.0/ui/Bonobo_Sample_Container-ui.xml -share/gnome-2.0/ui/Bonobo_Sample_Hello.xml -share/gnome-2.0/ui/bonobo-browser.xml -share/locale/af/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/am/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ar/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/as/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/be/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/br/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/cs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/cy/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/da/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/de/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/dz/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/el/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/es/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/et/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/eu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ga/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/gl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/gu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/he/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/id/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/is/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/it/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ja/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ka/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/kn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ko/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ku/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/li/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/lt/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/lv/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mai/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mg/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ml/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ms/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nb/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ne/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nso/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/oc/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/or/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ps/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pt/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ro/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ru/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/rw/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/si/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sq/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sv/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ta/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/te/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/th/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/tr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/uk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/vi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/wa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/xh/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/yi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zu/LC_MESSAGES/libbonoboui-2.0.mo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonoboui-2.0/bonobo -@dirrm include/libbonoboui-2.0 -@dirrmtry share/applications -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile deleted file mode 100644 index 337f79da3..000000000 --- a/x11-toolkits/libgnomeui/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libgnomeui -# Date created: 07 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.124 2009/09/23 02:12:17 avl Exp $ -# - -PORTNAME= libgnomeui -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries for the GNOME GUI, a GNU desktop environment - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_XORG= sm -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ - referencehack gvfs -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_BISON= build -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo deleted file mode 100644 index b85a2bdc9..000000000 --- a/x11-toolkits/libgnomeui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeui-2.24.2.tar.bz2) = d455674fa1a477903dbfcf603f060172 -SHA256 (gnome2/libgnomeui-2.24.2.tar.bz2) = ae7459b3ddee78258bb2d619fd199b0b24647f1df45fc397fee83d659c354910 -SIZE (gnome2/libgnomeui-2.24.2.tar.bz2) = 1526889 diff --git a/x11-toolkits/libgnomeui/pkg-descr b/x11-toolkits/libgnomeui/pkg-descr deleted file mode 100644 index 706980bad..000000000 --- a/x11-toolkits/libgnomeui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -LibGnomeUI provides backend GUI components common to GNOME -applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist deleted file mode 100644 index 97a37fcbb..000000000 --- a/x11-toolkits/libgnomeui/pkg-plist +++ /dev/null @@ -1,219 +0,0 @@ -include/libgnomeui-2.0/gnome.h -include/libgnomeui-2.0/libgnomeui/gnome-about.h -include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h -include/libgnomeui-2.0/libgnomeui/gnome-app-util.h -include/libgnomeui-2.0/libgnomeui/gnome-app.h -include/libgnomeui-2.0/libgnomeui/gnome-appbar.h -include/libgnomeui-2.0/libgnomeui/gnome-authentication-manager.h -include/libgnomeui-2.0/libgnomeui/gnome-client.h -include/libgnomeui-2.0/libgnomeui/gnome-color-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-dateedit.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog-util.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-edge.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-standard.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page.h -include/libgnomeui-2.0/libgnomeui/gnome-druid.h -include/libgnomeui-2.0/libgnomeui/gnome-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-file-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-font-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-help.h -include/libgnomeui-2.0/libgnomeui/gnome-href.h -include/libgnomeui-2.0/libgnomeui/gnome-ice.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-item.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-list.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-lookup.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-sel.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-theme.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-generic-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-session.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi.h -include/libgnomeui-2.0/libgnomeui/gnome-messagebox.h -include/libgnomeui-2.0/libgnomeui/gnome-password-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap.h -include/libgnomeui-2.0/libgnomeui/gnome-popup-menu.h -include/libgnomeui-2.0/libgnomeui/gnome-propertybox.h -include/libgnomeui-2.0/libgnomeui/gnome-scores.h -include/libgnomeui-2.0/libgnomeui/gnome-stock-icons.h -include/libgnomeui-2.0/libgnomeui/gnome-theme-parser.h -include/libgnomeui-2.0/libgnomeui/gnome-thumbnail.h -include/libgnomeui-2.0/libgnomeui/gnome-types.h -include/libgnomeui-2.0/libgnomeui/gnome-ui-init.h -include/libgnomeui-2.0/libgnomeui/gnome-uidefs.h -include/libgnomeui-2.0/libgnomeui/gnome-url.h -include/libgnomeui-2.0/libgnomeui/gnome-vfs-util.h -include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h -include/libgnomeui-2.0/libgnomeui/gnome-window.h -include/libgnomeui-2.0/libgnomeui/gnometypebuiltins.h -include/libgnomeui-2.0/libgnomeui/libgnomeui.h -lib/libglade/2.0/libgnome.a -lib/libglade/2.0/libgnome.la -lib/libglade/2.0/libgnome.so -lib/libgnomeui-2.a -lib/libgnomeui-2.la -lib/libgnomeui-2.so -lib/libgnomeui-2.so.0 -libdata/pkgconfig/libgnomeui-2.0.pc -share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/as/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ast/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/br/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/crh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/da/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/dz/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fur/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/he/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ka/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/la/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/li/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mai/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nso/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/oc/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/or/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ps/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/si/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/th/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo -share/pixmaps/gnome-about-logo.png -@dirrm include/libgnomeui-2.0/libgnomeui -@dirrm include/libgnomeui-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile deleted file mode 100644 index 0190756cf..000000000 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libgnomeuimm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomeuimm -PORTVERSION= 2.28.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnomeui library - -LIB_DEPENDS= gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 \ - gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \ - gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ - glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomeuimm26 - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_XORG= x11 -USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeuimm26/distinfo b/x11-toolkits/libgnomeuimm26/distinfo deleted file mode 100644 index 69b0fec38..000000000 --- a/x11-toolkits/libgnomeuimm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeuimm-2.28.0.tar.bz2) = 6c34dbe07cf9835c36f7d0b7bc38d4fb -SHA256 (gnome2/libgnomeuimm-2.28.0.tar.bz2) = 6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3 -SIZE (gnome2/libgnomeuimm-2.28.0.tar.bz2) = 382428 diff --git a/x11-toolkits/libgnomeuimm26/pkg-descr b/x11-toolkits/libgnomeuimm26/pkg-descr deleted file mode 100644 index 46696c35a..000000000 --- a/x11-toolkits/libgnomeuimm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnomeui library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/libgnomeuimm26/pkg-plist b/x11-toolkits/libgnomeuimm26/pkg-plist deleted file mode 100644 index 44a43a572..000000000 --- a/x11-toolkits/libgnomeuimm26/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/about.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/app-callback.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/app-helper.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/app.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/appbar.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/client.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/color-picker.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/dateedit.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid-page-edge.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid-page-standard.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid-page.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/file-entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/font-picker.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/href.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-list.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-lookup.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-sel.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-textitem.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/init.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/pixmap-entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/about_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/app_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/appbar_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/client_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/color-picker_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/dateedit_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid-page-edge_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid-page-standard_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid-page_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/file-entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/font-picker_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/href_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-list_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-lookup_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-sel_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-textitem_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/pixmap-entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/thumbnail_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/stock.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/thumbnail.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/types.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/ui-items-derived.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/ui-items-icon.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/ui-items-stock.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/wrap_init.h -lib/libgnomeuimm-%%VERSION%%.a -lib/libgnomeuimm-%%VERSION%%.la -lib/libgnomeuimm-%%VERSION%%.so -lib/libgnomeuimm-%%VERSION%%.so.1 -lib/libgnomeuimm-%%API_VERSION%%/include/libgnomeuimmconfig.h -lib/libgnomeuimm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomeuimm-%%API_VERSION%%/proc/m4/convert_libgnomeuimm.m4 -libdata/pkgconfig/libgnomeuimm-%%API_VERSION%%.pc -@dirrm lib/libgnomeuimm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomeuimm-%%API_VERSION%%/proc -@dirrm lib/libgnomeuimm-%%API_VERSION%%/include -@dirrm lib/libgnomeuimm-%%API_VERSION%% -@dirrm include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private -@dirrm include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm -@dirrm include/libgnomeuimm-%%API_VERSION%% diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile deleted file mode 100644 index 8db68405e..000000000 --- a/x11-toolkits/libwnck/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libwnck -# Date created: 12 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.122 2009/09/09 05:58:36 marcus Exp $ -# - -PORTNAME= libwnck -PORTVERSION= 2.28.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library used for writing pagers and taskslists - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_GETTEXT= yes -USE_XORG= xres -USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack -USE_BISON= build -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libwnck/distinfo b/x11-toolkits/libwnck/distinfo deleted file mode 100644 index df07325bd..000000000 --- a/x11-toolkits/libwnck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libwnck-2.28.0.tar.bz2) = a9311661aa954e7c918439b6dd578792 -SHA256 (gnome2/libwnck-2.28.0.tar.bz2) = d90be36d2fefa33a9287ed6dc41141213a06463f91d69d847da6b2e59c16b947 -SIZE (gnome2/libwnck-2.28.0.tar.bz2) = 712289 diff --git a/x11-toolkits/libwnck/pkg-descr b/x11-toolkits/libwnck/pkg-descr deleted file mode 100644 index 685bf95e0..000000000 --- a/x11-toolkits/libwnck/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libwnck is a Window Navigator Construction Kit, i.e. a library used -for writing pagers and taskslists. It is needed for the -GNOME 2.0 desktop. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libwnck/pkg-plist b/x11-toolkits/libwnck/pkg-plist deleted file mode 100644 index 2c3e5ed5c..000000000 --- a/x11-toolkits/libwnck/pkg-plist +++ /dev/null @@ -1,142 +0,0 @@ -bin/wnck-urgency-monitor -bin/wnckprop -include/libwnck-1.0/libwnck/application.h -include/libwnck-1.0/libwnck/class-group.h -include/libwnck-1.0/libwnck/libwnck.h -include/libwnck-1.0/libwnck/pager.h -include/libwnck-1.0/libwnck/screen.h -include/libwnck-1.0/libwnck/selector.h -include/libwnck-1.0/libwnck/tasklist.h -include/libwnck-1.0/libwnck/util.h -include/libwnck-1.0/libwnck/window-action-menu.h -include/libwnck-1.0/libwnck/window.h -include/libwnck-1.0/libwnck/wnck-enum-types.h -include/libwnck-1.0/libwnck/workspace.h -lib/libwnck-1.a -lib/libwnck-1.la -lib/libwnck-1.so -lib/libwnck-1.so.22 -libdata/pkgconfig/libwnck-1.0.pc -share/locale/am/LC_MESSAGES/libwnck.mo -share/locale/ar/LC_MESSAGES/libwnck.mo -share/locale/as/LC_MESSAGES/libwnck.mo -share/locale/az/LC_MESSAGES/libwnck.mo -share/locale/be/LC_MESSAGES/libwnck.mo -share/locale/be@latin/LC_MESSAGES/libwnck.mo -share/locale/bg/LC_MESSAGES/libwnck.mo -share/locale/bn/LC_MESSAGES/libwnck.mo -share/locale/bn_IN/LC_MESSAGES/libwnck.mo -share/locale/bs/LC_MESSAGES/libwnck.mo -share/locale/ca/LC_MESSAGES/libwnck.mo -share/locale/ca@valencia/LC_MESSAGES/libwnck.mo -share/locale/crh/LC_MESSAGES/libwnck.mo -share/locale/cs/LC_MESSAGES/libwnck.mo -share/locale/cy/LC_MESSAGES/libwnck.mo -share/locale/da/LC_MESSAGES/libwnck.mo -share/locale/de/LC_MESSAGES/libwnck.mo -share/locale/dz/LC_MESSAGES/libwnck.mo -share/locale/el/LC_MESSAGES/libwnck.mo -share/locale/en_CA/LC_MESSAGES/libwnck.mo -share/locale/en_GB/LC_MESSAGES/libwnck.mo -share/locale/eo/LC_MESSAGES/libwnck.mo -share/locale/es/LC_MESSAGES/libwnck.mo -share/locale/et/LC_MESSAGES/libwnck.mo -share/locale/eu/LC_MESSAGES/libwnck.mo -share/locale/fa/LC_MESSAGES/libwnck.mo -share/locale/fi/LC_MESSAGES/libwnck.mo -share/locale/fr/LC_MESSAGES/libwnck.mo -share/locale/ga/LC_MESSAGES/libwnck.mo -share/locale/gl/LC_MESSAGES/libwnck.mo -share/locale/gu/LC_MESSAGES/libwnck.mo -share/locale/he/LC_MESSAGES/libwnck.mo -share/locale/hi/LC_MESSAGES/libwnck.mo -share/locale/hr/LC_MESSAGES/libwnck.mo -share/locale/hu/LC_MESSAGES/libwnck.mo -share/locale/id/LC_MESSAGES/libwnck.mo -share/locale/is/LC_MESSAGES/libwnck.mo -share/locale/it/LC_MESSAGES/libwnck.mo -share/locale/ja/LC_MESSAGES/libwnck.mo -share/locale/ka/LC_MESSAGES/libwnck.mo -share/locale/kn/LC_MESSAGES/libwnck.mo -share/locale/ko/LC_MESSAGES/libwnck.mo -share/locale/ku/LC_MESSAGES/libwnck.mo -share/locale/ky/LC_MESSAGES/libwnck.mo -share/locale/li/LC_MESSAGES/libwnck.mo -share/locale/lt/LC_MESSAGES/libwnck.mo -share/locale/lv/LC_MESSAGES/libwnck.mo -share/locale/mai/LC_MESSAGES/libwnck.mo -share/locale/mi/LC_MESSAGES/libwnck.mo -share/locale/mk/LC_MESSAGES/libwnck.mo -share/locale/ml/LC_MESSAGES/libwnck.mo -share/locale/mn/LC_MESSAGES/libwnck.mo -share/locale/mr/LC_MESSAGES/libwnck.mo -share/locale/ms/LC_MESSAGES/libwnck.mo -share/locale/nb/LC_MESSAGES/libwnck.mo -share/locale/ne/LC_MESSAGES/libwnck.mo -share/locale/nl/LC_MESSAGES/libwnck.mo -share/locale/nn/LC_MESSAGES/libwnck.mo -share/locale/oc/LC_MESSAGES/libwnck.mo -share/locale/or/LC_MESSAGES/libwnck.mo -share/locale/pa/LC_MESSAGES/libwnck.mo -share/locale/pl/LC_MESSAGES/libwnck.mo -share/locale/pt/LC_MESSAGES/libwnck.mo -share/locale/pt_BR/LC_MESSAGES/libwnck.mo -share/locale/ro/LC_MESSAGES/libwnck.mo -share/locale/ru/LC_MESSAGES/libwnck.mo -share/locale/rw/LC_MESSAGES/libwnck.mo -share/locale/si/LC_MESSAGES/libwnck.mo -share/locale/sk/LC_MESSAGES/libwnck.mo -share/locale/sl/LC_MESSAGES/libwnck.mo -share/locale/sq/LC_MESSAGES/libwnck.mo -share/locale/sr/LC_MESSAGES/libwnck.mo -share/locale/sr@latin/LC_MESSAGES/libwnck.mo -share/locale/sv/LC_MESSAGES/libwnck.mo -share/locale/ta/LC_MESSAGES/libwnck.mo -share/locale/te/LC_MESSAGES/libwnck.mo -share/locale/th/LC_MESSAGES/libwnck.mo -share/locale/tr/LC_MESSAGES/libwnck.mo -share/locale/uk/LC_MESSAGES/libwnck.mo -share/locale/vi/LC_MESSAGES/libwnck.mo -share/locale/wa/LC_MESSAGES/libwnck.mo -share/locale/xh/LC_MESSAGES/libwnck.mo -share/locale/zh_CN/LC_MESSAGES/libwnck.mo -share/locale/zh_HK/LC_MESSAGES/libwnck.mo -share/locale/zh_TW/LC_MESSAGES/libwnck.mo -@dirrm include/libwnck-1.0/libwnck -@dirrm include/libwnck-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile deleted file mode 100644 index ad13174f7..000000000 --- a/x11-toolkits/pango/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: pango -# Date Created: 18 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.148 2009/10/03 04:21:46 marcus Exp $ -# - -PORTNAME= pango -PORTVERSION= 1.26.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME \ - ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An open-source framework for the layout and rendering of i18n text - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} - -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack glib20 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --enable-static -# Hmm.. tough one. Found this one when I had graphics/hdf installed -# (which installs glist.h) which is picked up before the glib-2.0 -# stuff, with Bad Results[tm] -# -GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags` -PLIST_SUB= VERSION="1.6.0" - -FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf -FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir - -MAN1= pango-view.1 pango-querymodules.1 - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-x=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xft xrender -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB+= X11="" -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo deleted file mode 100644 index 5acfcd5a3..000000000 --- a/x11-toolkits/pango/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pango-1.26.1.tar.bz2) = 2cbc1f26639e335905f7d31c0da53fce -SHA256 (gnome2/pango-1.26.1.tar.bz2) = e0254e979bf0fac305de596997cabda83e26c713b666bc582aa9e4b70cb0920d -SIZE (gnome2/pango-1.26.1.tar.bz2) = 1538050 diff --git a/x11-toolkits/pango/files/extra-patch-gcc b/x11-toolkits/pango/files/extra-patch-gcc deleted file mode 100644 index d8a1cc957..000000000 --- a/x11-toolkits/pango/files/extra-patch-gcc +++ /dev/null @@ -1,188 +0,0 @@ -diff -ru ../pango-1.26.0/pango/opentype/hb-open-type-private.hh ./pango/opentype/hb-open-type-private.hh ---- pango/opentype/hb-open-type-private.hh 2009-08-28 17:15:12.000000000 -0400 -+++ pango/opentype/hb-open-type-private.hh 2009-09-30 05:14:13.000000000 -0400 -@@ -508,10 +508,10 @@ - inline const Type& operator [] (unsigned int i) const - { - if (HB_UNLIKELY (i >= len)) return Null(Type); -- return array[i]; -+ return _array(i); - } - inline unsigned int get_size () const -- { return sizeof (len) + len * sizeof (array[0]); } -+ { return sizeof (len) + len * sizeof (Type); } - - inline bool sanitize (SANITIZE_ARG_DEF) { - TRACE_SANITIZE (); -@@ -523,7 +523,7 @@ - return true; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!SANITIZE (array[i])) -+ if (!SANITIZE (_array(i))) - return false; - return true; - } -@@ -532,7 +532,7 @@ - if (!SANITIZE_GET_SIZE()) return false; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!array[i].sanitize (SANITIZE_ARG, base)) -+ if (!_array(i).sanitize (SANITIZE_ARG, base)) - return false; - return true; - } -@@ -541,7 +541,7 @@ - if (!SANITIZE_GET_SIZE()) return false; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!array[i].sanitize (SANITIZE_ARG, base, base2)) -+ if (!_array(i).sanitize (SANITIZE_ARG, base, base2)) - return false; - return true; - } -@@ -550,15 +550,21 @@ - if (!SANITIZE_GET_SIZE()) return false; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!array[i].sanitize (SANITIZE_ARG, base, user_data)) -+ if (!_array(i).sanitize (SANITIZE_ARG, base, user_data)) - return false; - return true; - } - - LenType len; -- Type array[]; -+ //Type array[]; -+ Type& _array(unsigned int i) const -+ { -+ return *(Type*)(&len + 1); -+ } - }; - -+#undef array -+ - /* An array with a USHORT number of elements. */ - template <typename Type> - struct ArrayOf : GenericArrayOf<USHORT, Type> {}; -@@ -586,7 +592,7 @@ - inline const Type& operator [] (unsigned int i) const - { - if (HB_UNLIKELY (i >= this->len)) return Null(Type); -- return this+this->array[i]; -+ return this+this->_array(i); - } - - inline bool sanitize (SANITIZE_ARG_DEF) { -diff -ru ../pango-1.26.0/pango/opentype/hb-ot-layout-common-private.hh ./pango/opentype/hb-ot-layout-common-private.hh ---- ../pango-1.26.0/pango/opentype/hb-ot-layout-common-private.hh 2009-08-28 17:15:12.000000000 -0400 -+++ ./pango/opentype/hb-ot-layout-common-private.hh 2009-09-30 05:15:25.000000000 -0400 -@@ -67,14 +67,14 @@ - inline const Tag& get_tag (unsigned int i) const - { - if (HB_UNLIKELY (i >= this->len)) return Null(Tag); -- return this->array[i].tag; -+ return this->_array(i).tag; - } - inline bool get_tags (unsigned int *record_count /* IN/OUT */, - hb_tag_t *record_tags /* OUT */) const - { - unsigned int count = MIN (this->len, *record_count); - for (unsigned int i = 0; i < count; i++) -- record_tags[i] = this->array[i].tag; -+ record_tags[i] = this->_array(i).tag; - - *record_count = this->len; - return !!this->len; -@@ -86,7 +86,7 @@ - unsigned int count = this->len; - for (unsigned int i = 0; i < count; i++) - { -- if (t == this->array[i].tag) -+ if (t == this->_array(i).tag) - { - if (index) *index = i; - return true; -@@ -116,14 +116,14 @@ - { - if (HB_UNLIKELY (i >= this->len)) - return NO_INDEX; -- return this->array[i]; -+ return this->_array(i); - } - inline bool get_indexes (unsigned int *_count /* IN/OUT */, - unsigned int *_indexes /* OUT */) const - { - unsigned int count = MIN (this->len, *_count); - for (unsigned int i = 0; i < count; i++) -- _indexes[i] = this->array[i]; -+ _indexes[i] = this->_array(i); - - *_count = this->len; - return !!this->len; -diff -ru ../pango-1.26.0/pango/opentype/hb-ot-layout-gsub-private.hh ./pango/opentype/hb-ot-layout-gsub-private.hh ---- ../pango-1.26.0/pango/opentype/hb-ot-layout-gsub-private.hh 2009-08-28 17:16:36.000000000 -0400 -+++ ./pango/opentype/hb-ot-layout-gsub-private.hh 2009-09-30 05:28:53.000000000 -0400 -@@ -160,7 +160,7 @@ - return false; - - _hb_buffer_add_output_glyphs (buffer, 1, -- substitute.len, (const uint16_t *) substitute.array, -+ substitute.len, (const uint16_t *) &substitute._array(0), - 0xFFFF, 0xFFFF); - - /* This is a guess only ... */ -@@ -285,7 +285,7 @@ - if (context->face->altfunc) - alt_index = (context->face->altfunc)(context->layout, buffer, - buffer->out_pos, glyph_id, -- alt_set.len, alt_set.array); -+ alt_set.len, alt_set._array(0)); - */ - - if (HB_UNLIKELY (alt_index >= alt_set.len)) -@@ -601,10 +601,10 @@ - const ArrayOf<GlyphID> &substitute = CONST_NEXT (ArrayOf<GlyphID>, lookahead); - - if (match_backtrack (APPLY_ARG, -- backtrack.len, (USHORT *) backtrack.array, -+ backtrack.len, (USHORT *) &backtrack._array(0), - match_coverage, DECONST_CHARP(this)) && - match_lookahead (APPLY_ARG, -- lookahead.len, (USHORT *) lookahead.array, -+ lookahead.len, (USHORT *) &lookahead._array(0), - match_coverage, DECONST_CHARP(this), - 1)) - { -diff -ru ../pango-1.26.0/pango/opentype/hb-ot-layout-gsubgpos-private.hh ./pango/opentype/hb-ot-layout-gsubgpos-private.hh ---- ../pango-1.26.0/pango/opentype/hb-ot-layout-gsubgpos-private.hh 2009-09-21 13:58:54.000000000 -0400 -+++ ./pango/opentype/hb-ot-layout-gsubgpos-private.hh 2009-09-30 05:33:03.000000000 -0400 -@@ -572,10 +572,10 @@ - const ArrayOf<USHORT> &lookahead = CONST_NEXT (ArrayOf<USHORT>, input); - const ArrayOf<LookupRecord> &lookup = CONST_NEXT (ArrayOf<LookupRecord>, lookahead); - return chain_context_lookup (APPLY_ARG, -- backtrack.len, backtrack.array, -+ backtrack.len, &backtrack._array(0), - input.len, input.array, -- lookahead.len, lookahead.array, -- lookup.len, lookup.array, -+ lookahead.len, &lookahead._array(0), -+ lookup.len, &lookup._array(0), - lookup_context); - return false; - } -@@ -754,10 +754,10 @@ - {DECONST_CHARP(this), DECONST_CHARP(this), DECONST_CHARP(this)} - }; - return chain_context_lookup (APPLY_ARG, -- backtrack.len, (USHORT *) backtrack.array, -- input.len, (USHORT *) input.array + 1, -- lookahead.len, (USHORT *) lookahead.array, -- lookup.len, lookup.array, -+ backtrack.len, (USHORT *) &backtrack._array(0), -+ input.len, (USHORT *) &input._array(1), -+ lookahead.len, (USHORT *) &lookahead._array(0), -+ lookup.len, &lookup._array(0), - lookup_context); - return false; - } diff --git a/x11-toolkits/pango/pkg-descr b/x11-toolkits/pango/pkg-descr deleted file mode 100644 index 9ff793b51..000000000 --- a/x11-toolkits/pango/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pango provides a framework to render and control the layout of -internationalized text, and is the backend for right-to-left text. -Pango is an integral part of the GTK+ and GNOME projects, but its -code is platform- and toolkit-independent. - -WWW: http://www.pango.org/ diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist deleted file mode 100644 index 1998b5ed4..000000000 --- a/x11-toolkits/pango/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/pango-querymodules -bin/pango-view -etc/pango/pango.modules -%%X11%%etc/pango/pangox.aliases -include/pango-1.0/pango/pango-attributes.h -include/pango-1.0/pango/pango-bidi-type.h -include/pango-1.0/pango/pango-break.h -include/pango-1.0/pango/pango-context.h -include/pango-1.0/pango/pango-coverage.h -include/pango-1.0/pango/pango-engine.h -include/pango-1.0/pango/pango-enum-types.h -include/pango-1.0/pango/pango-features.h -include/pango-1.0/pango/pango-font.h -include/pango-1.0/pango/pango-fontmap.h -include/pango-1.0/pango/pango-fontset.h -include/pango-1.0/pango/pango-glyph-item.h -include/pango-1.0/pango/pango-glyph.h -include/pango-1.0/pango/pango-gravity.h -include/pango-1.0/pango/pango-item.h -include/pango-1.0/pango/pango-language.h -include/pango-1.0/pango/pango-layout.h -include/pango-1.0/pango/pango-matrix.h -include/pango-1.0/pango/pango-modules.h -include/pango-1.0/pango/pango-ot.h -include/pango-1.0/pango/pango-renderer.h -include/pango-1.0/pango/pango-script.h -include/pango-1.0/pango/pango-tabs.h -include/pango-1.0/pango/pango-types.h -include/pango-1.0/pango/pango-utils.h -include/pango-1.0/pango/pango.h -include/pango-1.0/pango/pangocairo.h -include/pango-1.0/pango/pangofc-decoder.h -include/pango-1.0/pango/pangofc-font.h -include/pango-1.0/pango/pangofc-fontmap.h -include/pango-1.0/pango/pangoft2.h -%%X11%%include/pango-1.0/pango/pangox.h -%%X11%%include/pango-1.0/pango/pangoxft-render.h -%%X11%%include/pango-1.0/pango/pangoxft.h -lib/libpango-1.0.a -lib/libpango-1.0.la -lib/libpango-1.0.so -lib/libpango-1.0.so.0 -lib/libpangocairo-1.0.a -lib/libpangocairo-1.0.la -lib/libpangocairo-1.0.so -lib/libpangocairo-1.0.so.0 -lib/libpangoft2-1.0.a -lib/libpangoft2-1.0.la -lib/libpangoft2-1.0.so -lib/libpangoft2-1.0.so.0 -%%X11%%lib/libpangox-1.0.a -%%X11%%lib/libpangox-1.0.la -%%X11%%lib/libpangox-1.0.so -%%X11%%lib/libpangox-1.0.so.0 -%%X11%%lib/libpangoxft-1.0.a -%%X11%%lib/libpangoxft-1.0.la -%%X11%%lib/libpangoxft-1.0.so -%%X11%%lib/libpangoxft-1.0.so.0 -lib/pango/%%VERSION%%/modules/pango-arabic-fc.a -lib/pango/%%VERSION%%/modules/pango-arabic-fc.la -lib/pango/%%VERSION%%/modules/pango-arabic-fc.so -lib/pango/%%VERSION%%/modules/pango-arabic-lang.a -lib/pango/%%VERSION%%/modules/pango-arabic-lang.la -lib/pango/%%VERSION%%/modules/pango-arabic-lang.so -lib/pango/%%VERSION%%/modules/pango-basic-fc.a -lib/pango/%%VERSION%%/modules/pango-basic-fc.la -lib/pango/%%VERSION%%/modules/pango-basic-fc.so -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.a -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.la -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.so -lib/pango/%%VERSION%%/modules/pango-hangul-fc.a -lib/pango/%%VERSION%%/modules/pango-hangul-fc.la -lib/pango/%%VERSION%%/modules/pango-hangul-fc.so -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.a -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.la -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-fc.a -lib/pango/%%VERSION%%/modules/pango-indic-fc.la -lib/pango/%%VERSION%%/modules/pango-indic-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-lang.a -lib/pango/%%VERSION%%/modules/pango-indic-lang.la -lib/pango/%%VERSION%%/modules/pango-indic-lang.so -lib/pango/%%VERSION%%/modules/pango-khmer-fc.a -lib/pango/%%VERSION%%/modules/pango-khmer-fc.la -lib/pango/%%VERSION%%/modules/pango-khmer-fc.so -lib/pango/%%VERSION%%/modules/pango-syriac-fc.a -lib/pango/%%VERSION%%/modules/pango-syriac-fc.la -lib/pango/%%VERSION%%/modules/pango-syriac-fc.so -lib/pango/%%VERSION%%/modules/pango-thai-fc.a -lib/pango/%%VERSION%%/modules/pango-thai-fc.la -lib/pango/%%VERSION%%/modules/pango-thai-fc.so -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.a -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.la -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.so -libdata/pkgconfig/pango.pc -libdata/pkgconfig/pangocairo.pc -libdata/pkgconfig/pangoft2.pc -%%X11%%libdata/pkgconfig/pangox.pc -%%X11%%libdata/pkgconfig/pangoxft.pc -@dirrm lib/pango/%%VERSION%%/modules -@dirrm lib/pango/%%VERSION%% -@dirrm lib/pango -@dirrm include/pango-1.0/pango -@dirrm include/pango-1.0 -@dirrm etc/pango diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile deleted file mode 100644 index 1fa196005..000000000 --- a/x11-toolkits/pangomm/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: pangomm -# Date created: 23 July 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.12 2009/08/28 18:05:11 kwm Exp $ -# - -PORTNAME= pangomm -PORTVERSION= 2.26.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Pango - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pango -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="1.4" - -post-patch: -.for d in tests - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ - ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo deleted file mode 100644 index 2b1ff4ca2..000000000 --- a/x11-toolkits/pangomm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pangomm-2.26.0.tar.bz2) = 37f54dc8e6cb73ed923b22f313352156 -SHA256 (gnome2/pangomm-2.26.0.tar.bz2) = bf26ebe42c12c81e5c32ceca80ff226a01c8d80d4db2a4cc3463d5bf241b095e -SIZE (gnome2/pangomm-2.26.0.tar.bz2) = 982857 diff --git a/x11-toolkits/pangomm/pkg-descr b/x11-toolkits/pangomm/pkg-descr deleted file mode 100644 index 1fec3f2b7..000000000 --- a/x11-toolkits/pangomm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Pango. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist deleted file mode 100644 index 8483bc4b0..000000000 --- a/x11-toolkits/pangomm/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -include/pangomm-%%API_VERSION%%/pangomm.h -include/pangomm-%%API_VERSION%%/pangomm/attributes.h -include/pangomm-%%API_VERSION%%/pangomm/attriter.h -include/pangomm-%%API_VERSION%%/pangomm/attrlist.h -include/pangomm-%%API_VERSION%%/pangomm/cairofontmap.h -include/pangomm-%%API_VERSION%%/pangomm/color.h -include/pangomm-%%API_VERSION%%/pangomm/context.h -include/pangomm-%%API_VERSION%%/pangomm/coverage.h -include/pangomm-%%API_VERSION%%/pangomm/font.h -include/pangomm-%%API_VERSION%%/pangomm/fontdescription.h -include/pangomm-%%API_VERSION%%/pangomm/fontface.h -include/pangomm-%%API_VERSION%%/pangomm/fontfamily.h -include/pangomm-%%API_VERSION%%/pangomm/fontmap.h -include/pangomm-%%API_VERSION%%/pangomm/fontmetrics.h -include/pangomm-%%API_VERSION%%/pangomm/fontset.h -include/pangomm-%%API_VERSION%%/pangomm/glyph.h -include/pangomm-%%API_VERSION%%/pangomm/glyphstring.h -include/pangomm-%%API_VERSION%%/pangomm/init.h -include/pangomm-%%API_VERSION%%/pangomm/item.h -include/pangomm-%%API_VERSION%%/pangomm/language.h -include/pangomm-%%API_VERSION%%/pangomm/layout.h -include/pangomm-%%API_VERSION%%/pangomm/layoutiter.h -include/pangomm-%%API_VERSION%%/pangomm/layoutline.h -include/pangomm-%%API_VERSION%%/pangomm/layoutrun.h -include/pangomm-%%API_VERSION%%/pangomm/private/attributes_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/attriter_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/attrlist_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/cairofontmap_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/color_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/context_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/coverage_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/font_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontdescription_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontface_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontfamily_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontmap_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontmetrics_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontset_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/glyph_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/glyphstring_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/item_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/language_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layout_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutiter_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutline_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutrun_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/rectangle_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/renderer_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/tabarray_p.h -include/pangomm-%%API_VERSION%%/pangomm/rectangle.h -include/pangomm-%%API_VERSION%%/pangomm/renderer.h -include/pangomm-%%API_VERSION%%/pangomm/tabarray.h -include/pangomm-%%API_VERSION%%/pangomm/types.h -include/pangomm-%%API_VERSION%%/pangomm/wrap_init.h -lib/libpangomm-%%API_VERSION%%.a -lib/libpangomm-%%API_VERSION%%.la -lib/libpangomm-%%API_VERSION%%.so -lib/libpangomm-%%API_VERSION%%.so.1 -lib/pangomm-%%API_VERSION%%/include/pangommconfig.h -libdata/pkgconfig/pangomm-%%API_VERSION%%.pc -@dirrm lib/pangomm-%%API_VERSION%%/include -@dirrm lib/pangomm-%%API_VERSION%% -@dirrm include/pangomm-%%API_VERSION%%/pangomm/private -@dirrm include/pangomm-%%API_VERSION%%/pangomm -@dirrm include/pangomm-%%API_VERSION%% diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile deleted file mode 100644 index 0ec186df4..000000000 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: py-gnome-desktop -# Date created: 20 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.90 2009/09/03 08:50:47 kwm Exp $ -# - -PORTNAME= gnome-desktop -PORTVERSION= 2.28.0 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-desktop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings used by modules in the GNOME Desktop - -BUILD_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - brasero-media.2:${PORTSDIR}/sysutils/brasero \ - evdocument.1:${PORTSDIR}/graphics/evince -RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \ - gtksourceview libwnck nautilus2 pygnome2 metacity \ - evolutiondataserver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-metacity --disable-nautilusburn -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop -.else -DOCSDIR= ${WRKSRC}/share/doc/py-gnome-desktop -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} --exclude *nautilusburn* -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${CHMOD} -R go-w ${EG_DST_DIR} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo deleted file mode 100644 index 162c4e063..000000000 --- a/x11-toolkits/py-gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-desktop-2.28.0.tar.bz2) = d97bb3d8e1adc00505be060fbc832f44 -SHA256 (gnome2/gnome-python-desktop-2.28.0.tar.bz2) = 92948d2dd0d03a56abe565f3c24725242251db261bd0a12aad5a742326cb3c7f -SIZE (gnome2/gnome-python-desktop-2.28.0.tar.bz2) = 613169 diff --git a/x11-toolkits/py-gnome-desktop/pkg-descr b/x11-toolkits/py-gnome-desktop/pkg-descr deleted file mode 100644 index cbc8cc5d8..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GnomePythonDesktop provides python interfacing modules for some GNOME -libraries part of the GNOME Desktop. diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist deleted file mode 100644 index 0de7d54e5..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so -libdata/pkgconfig/gnome-python-desktop-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourceview-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp -%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server -%%PORTDOCS%%share/examples/py-gnome/applet/README -%%PORTDOCS%%share/examples/py-gnome/applet/applet.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-audio-video.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-data.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-image.py -%%PORTDOCS%%share/examples/py-gnome/braseromedia/drive_selection.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/README -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_01.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_02.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_03.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_04.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_05.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_06.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_08.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_09.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.glade -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_11.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/sample-image.png -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py -%%PORTDOCS%%share/examples/py-gnome/gtksourceview/test-widget.py -%%PORTDOCS%%share/examples/py-gnome/keyring-async.py -%%PORTDOCS%%share/examples/py-gnome/keyring.py -%%PORTDOCS%%share/examples/py-gnome/mediaprofiles/profiles.py -%%PORTDOCS%%share/examples/py-gnome/rsvg/rsvg-cairo.py -%%PORTDOCS%%share/examples/py-gnome/wnck_example.py -share/pygtk/2.0/defs/_gnomedesktop.defs -share/pygtk/2.0/defs/applet.defs -share/pygtk/2.0/defs/art.defs -share/pygtk/2.0/defs/brasero_burn.defs -share/pygtk/2.0/defs/brasero_media.defs -share/pygtk/2.0/defs/ebook.defs -share/pygtk/2.0/defs/evince.defs -share/pygtk/2.0/defs/gnomekeyring.defs -share/pygtk/2.0/defs/gtksourceview.defs -share/pygtk/2.0/defs/mediaprofiles.defs -share/pygtk/2.0/defs/metacity.defs -share/pygtk/2.0/defs/print.defs -share/pygtk/2.0/defs/printui.defs -share/pygtk/2.0/defs/wnck.defs -%%PORTDOCS%%@dirrm share/examples/py-gnome/rsvg -%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview -%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint -%%PORTDOCS%%@dirrm share/examples/py-gnome/braseromedia -%%PORTDOCS%%@dirrm share/examples/py-gnome/braseroburn -%%PORTDOCS%%@dirrm share/examples/py-gnome/applet -%%PORTDOCS%%@dirrmtry share/examples/py-gnome -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/evolution diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile deleted file mode 100644 index f45997ec3..000000000 --- a/x11-toolkits/py-gnome-extras/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: py-gnome-extras -# Date created: 22 November 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.54 2009/09/26 12:46:35 marcus Exp $ -# - -PORTNAME= gnome-extras -PORTVERSION= 2.25.3 -PORTREVISION= 6 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-extras-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME 2 - -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ - gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui -# gdl-1.2:${PORTSDIR}/x11-toolkits/gdl - -USE_GECKO= libxul -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-gdl - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras -.else -DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras -.endif - -.include <bsd.port.pre.mk> - -.if defined(GECKO) && ${GECKO:Mlibxul}!="" -CONFIGURE_ARGS+= --with-gtkmozembed=mozilla -.else -CONFIGURE_ARGS+= --with-gtkmozembed=${GECKO} -.endif - -post-patch: - @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${CHMOD} -R go-w ${EG_DST_DIR} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-extras/distinfo b/x11-toolkits/py-gnome-extras/distinfo deleted file mode 100644 index 71fc1395f..000000000 --- a/x11-toolkits/py-gnome-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 9f3b7ec5c57130b96061cb486b79c076 -SHA256 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = ca346264e00e193f0866cabd8801d3b7ce70dae7b8b296e41e5b3a45c9b0275c -SIZE (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 370489 diff --git a/x11-toolkits/py-gnome-extras/pkg-descr b/x11-toolkits/py-gnome-extras/pkg-descr deleted file mode 100644 index 422d464c6..000000000 --- a/x11-toolkits/py-gnome-extras/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME 2 - ====================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME 2 libraries for use with python. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome-extras/pkg-plist b/x11-toolkits/py-gnome-extras/pkg-plist deleted file mode 100644 index fb6368087..000000000 --- a/x11-toolkits/py-gnome-extras/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/pygda-4.0/pygdavalue_conversions.h -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so -libdata/pkgconfig/gnome-python-extras-2.0.pc -libdata/pkgconfig/pygda-4.0.pc -%%PORTDOCS%%share/examples/py-gnome/egg/recent/Bonobo_Sample_Hello.xml -%%PORTDOCS%%share/examples/py-gnome/egg/recent/bonobo-view.py -%%PORTDOCS%%share/examples/py-gnome/egg/recent/gtk-view.py -%%PORTDOCS%%share/examples/py-gnome/egg/recent/populate-recent.py -%%PORTDOCS%%share/examples/py-gnome/egg/trayicon.py -%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_combo_button.py -%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_dock.py -%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_test.py -%%PORTDOCS%%share/examples/py-gnome/gksu2/simple.py -%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py -%%PORTDOCS%%share/examples/py-gnome/gtkspell/spell.py -%%PORTDOCS%%share/examples/py-gnome/gtkspell/test.py -share/pygtk/2.0/argtypes/gda-arg-types.py -share/pygtk/2.0/argtypes/gda-arg-types.pyc -share/pygtk/2.0/argtypes/gda-arg-types.pyo -share/pygtk/2.0/defs/gda.defs -share/pygtk/2.0/defs/gtkhtml2.defs -share/pygtk/2.0/defs/gtkmozembed.defs -share/pygtk/2.0/defs/trayicon.defs -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2 -%%PORTDOCS%%@dirrm share/examples/py-gnome/gksu2 -%%PORTDOCS%%@dirrm share/examples/py-gnome/gdl -%%PORTDOCS%%@dirrm share/examples/py-gnome/egg/recent -%%PORTDOCS%%@dirrm share/examples/py-gnome/egg -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg -@dirrm include/pygda-4.0 diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile deleted file mode 100644 index bf8fa09c3..000000000 --- a/x11-toolkits/py-gnome2/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: py-gnome -# Date created: 09 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.57 2009/05/03 23:40:19 kwm Exp $ -# - -PORTNAME= gnome -PORTVERSION= 2.28.0 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME 2 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit - -LATEST_LINK= py-gnome2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack libgnomeui pygtk2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome - -CONFLICTS= py*-gnome-1* - -.include <bsd.port.pre.mk> - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo deleted file mode 100644 index ed7191ac1..000000000 --- a/x11-toolkits/py-gnome2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-2.28.0.tar.bz2) = b627abbb0ed912e221cc072e3dd6f9d6 -SHA256 (gnome2/gnome-python-2.28.0.tar.bz2) = f2c984587450086dff8eb0a72a8d8c616d51fecfcc790601c35641be140efa0c -SIZE (gnome2/gnome-python-2.28.0.tar.bz2) = 560872 diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure deleted file mode 100644 index 0f477bfef..000000000 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2007-12-26 11:53:20.000000000 +0100 -+++ configure 2007-12-26 11:56:25.000000000 +0100 -@@ -19694,7 +19694,7 @@ - save_CC="$CC" - save_LIBS="$LIBS" - --PYTHON_EMBED_LIBS="-L${PYTHON_LIBDIR} ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION}" -+PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" - - CC="$PYTHON_CC" - LIBS="$LIBS $PYTHON_EMBED_LIBS" diff --git a/x11-toolkits/py-gnome2/pkg-descr b/x11-toolkits/py-gnome2/pkg-descr deleted file mode 100644 index 422d464c6..000000000 --- a/x11-toolkits/py-gnome2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME 2 - ====================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME 2 libraries for use with python. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist deleted file mode 100644 index e3cca9b72..000000000 --- a/x11-toolkits/py-gnome2/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -include/gnome-python-2.0/pygnomevfs.h -include/gnome-python-2.0/pygnomevfsbonobo.h -lib/gnome-vfs-2.0/modules/libpythonmethod.la -lib/gnome-vfs-2.0/modules/libpythonmethod.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobo.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activation.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activation.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gconf.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gconf.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnome.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnome.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomecanvas.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomecanvas.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/_gnomevfs.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/_gnomevfs.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.so -libdata/pkgconfig/gnome-python-2.0.pc -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonobo-application.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/hello.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/README -%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/echo-client.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/unknown.py -%%PORTDOCS%%share/examples/py-gnome/bug-buddy-integration.py -%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-curve.py -%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-example.py -%%PORTDOCS%%share/examples/py-gnome/gconf/basic-gconf-app.py -%%PORTDOCS%%share/examples/py-gnome/gconf/simple-controller.py -%%PORTDOCS%%share/examples/py-gnome/gconf/simple-view.py -%%PORTDOCS%%share/examples/py-gnome/popt/goption.py -%%PORTDOCS%%share/examples/py-gnome/popt/popt.py -%%PORTDOCS%%share/examples/py-gnome/vfs/async-xfer.py -%%PORTDOCS%%share/examples/py-gnome/vfs/async.py -%%PORTDOCS%%share/examples/py-gnome/vfs/cancellation.py -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/README -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py -%%PORTDOCS%%share/examples/py-gnome/vfs/shell.py -%%PORTDOCS%%share/examples/py-gnome/vfs/sync-xfer.py -share/gtk-doc/html/pygnomevfs/class-gnomevfs-context.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-directoryhandle.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-drive.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-fileinfo.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-handle.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-uri.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-volume.html -share/gtk-doc/html/pygnomevfs/gnomevfs-class-reference.html -share/gtk-doc/html/pygnomevfs/gnomevfs-constants.html -share/gtk-doc/html/pygnomevfs/gnomevfs-functions.html -share/gtk-doc/html/pygnomevfs/index.html -share/gtk-doc/html/pygnomevfs/index.sgml -share/gtk-doc/html/pygnomevfs/pygnomevfs.devhelp -share/pygtk/2.0/argtypes/bonobo-arg-types.py -share/pygtk/2.0/argtypes/bonobo-arg-types.pyc -share/pygtk/2.0/argtypes/bonobo-arg-types.pyo -share/pygtk/2.0/argtypes/gconf-arg-types.py -share/pygtk/2.0/argtypes/gconf-arg-types.pyc -share/pygtk/2.0/argtypes/gconf-arg-types.pyo -share/pygtk/2.0/defs/bonobo-types.defs -share/pygtk/2.0/defs/bonobo.defs -share/pygtk/2.0/defs/bonoboui-types.defs -share/pygtk/2.0/defs/bonoboui.defs -share/pygtk/2.0/defs/canvas.defs -share/pygtk/2.0/defs/gconf.defs -share/pygtk/2.0/defs/gnome-types.defs -share/pygtk/2.0/defs/gnome.defs -share/pygtk/2.0/defs/ui.defs -@dirrmtry share/pygtk/2.0/argtypes -@dirrm share/gtk-doc/html/pygnomevfs -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs/pygvfsmethod -%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs -%%PORTDOCS%%@dirrm share/examples/py-gnome/popt -%%PORTDOCS%%@dirrm share/examples/py-gnome/gconf -%%PORTDOCS%%@dirrm share/examples/py-gnome/canvas -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/echo -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/bonoboui -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo -%%PORTDOCS%%@dirrm share/examples/py-gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo -@dirrm include/gnome-python-2.0 diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile deleted file mode 100644 index 85c646514..000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: py-gtk2 -# Date created: 08/13/2002 -# Whom: marc@informatik.uni-bremen.de -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.64 2009/08/22 17:21:05 marcus Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.16.0 -CATEGORIES= x11-toolkits python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtk-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GTK+ - -BUILD_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject -RUN_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject - -LATEST_LINK= py-gtk2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 -USE_PYTHON= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-lintl" \ - PYTHON="${PYTHON_VERSION}" -CONFIGURE_ARGS= --disable-docs -LDFLAGS+= -L${LOCALBASE}/lib - -DOCSDIR= ${PREFIX}/share/doc/py-gtk -EG_SRC_DIR= ${WRKSRC}/examples -EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk - -CONFLICTS= py*-gtk-0* - -# -# Use the same way as the Python port to determine if we want -# threading support. -# -.if !defined(WITHOUT_THREADS) -CONFIGURE_ARGS+= --enable-thread -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" -.else -CONFIGURE_ARGS+= --disable-thread -.if defined(LDFLAGS) -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -.endif -.endif - -post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR} - ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo deleted file mode 100644 index 44b98e279..000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygtk-2.16.0.tar.bz2) = bd0d437fefd6d5390f5d770a495cd50c -SHA256 (gnome2/pygtk-2.16.0.tar.bz2) = 7fae5e01af217a01738eae41c38ad7f86d1f538f444300d0fa2847aafb7444a8 -SIZE (gnome2/pygtk-2.16.0.tar.bz2) = 2253202 diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in deleted file mode 100644 index 1ddb1d6b9..000000000 --- a/x11-toolkits/py-gtk2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 -+++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 -@@ -124,7 +124,7 @@ - DATA = $(defs_DATA) $(pkgconfig_DATA) - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = . gtk examples tests docs -+DIST_SUBDIRS = . gtk examples - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in deleted file mode 100644 index 857b4fa66..000000000 --- a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 -+++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 -@@ -812,7 +812,7 @@ - html/unixprint-functions.html - - CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css --TARGET_DIR = $(datadir)/gtk-doc/html/pygtk -+TARGET_DIR = $(datadir)/doc/py-gtk - CSSdir = $(TARGET_DIR) - EXTRA_DIST = \ - cursors icons \ diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr deleted file mode 100644 index 41145fa4a..000000000 --- a/x11-toolkits/py-gtk2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Excerpt from the README: - - PyGTK - ===== - Author: James Henstridge <james@daa.com.au> - - This archive contains modules that allow you to use gtk in Python - programs. At present, it is a fairly complete set of bindings. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist deleted file mode 100644 index 3644393e6..000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,756 +0,0 @@ -bin/pygtk-codegen-2.0 -bin/pygtk-demo -include/pygtk-2.0/pygtk/pygtk.h -lib/pygtk/2.0/demos/__init__.py -lib/pygtk/2.0/demos/__init__.pyc -lib/pygtk/2.0/demos/__init__.pyo -lib/pygtk/2.0/demos/appwindow.py -lib/pygtk/2.0/demos/appwindow.pyc -lib/pygtk/2.0/demos/appwindow.pyo -lib/pygtk/2.0/demos/buttonbox.py -lib/pygtk/2.0/demos/buttonbox.pyc -lib/pygtk/2.0/demos/buttonbox.pyo -lib/pygtk/2.0/demos/changedisplay.py -lib/pygtk/2.0/demos/changedisplay.pyc -lib/pygtk/2.0/demos/changedisplay.pyo -lib/pygtk/2.0/demos/colorsel.py -lib/pygtk/2.0/demos/colorsel.pyc -lib/pygtk/2.0/demos/colorsel.pyo -lib/pygtk/2.0/demos/dialogs.py -lib/pygtk/2.0/demos/dialogs.pyc -lib/pygtk/2.0/demos/dialogs.pyo -lib/pygtk/2.0/demos/dnd.py -lib/pygtk/2.0/demos/dnd.pyc -lib/pygtk/2.0/demos/dnd.pyo -lib/pygtk/2.0/demos/dndpixmap.py -lib/pygtk/2.0/demos/dndpixmap.pyc -lib/pygtk/2.0/demos/dndpixmap.pyo -lib/pygtk/2.0/demos/editable_cells.py -lib/pygtk/2.0/demos/editable_cells.pyc -lib/pygtk/2.0/demos/editable_cells.pyo -lib/pygtk/2.0/demos/entry_completion.py -lib/pygtk/2.0/demos/entry_completion.pyc -lib/pygtk/2.0/demos/entry_completion.pyo -lib/pygtk/2.0/demos/expander.py -lib/pygtk/2.0/demos/expander.pyc -lib/pygtk/2.0/demos/expander.pyo -lib/pygtk/2.0/demos/hypertext.py -lib/pygtk/2.0/demos/hypertext.pyc -lib/pygtk/2.0/demos/hypertext.pyo -lib/pygtk/2.0/demos/images.py -lib/pygtk/2.0/demos/images.pyc -lib/pygtk/2.0/demos/images.pyo -lib/pygtk/2.0/demos/images/alphatest.png -lib/pygtk/2.0/demos/images/apple-red.png -lib/pygtk/2.0/demos/images/background.jpg -lib/pygtk/2.0/demos/images/floppybuddy.gif -lib/pygtk/2.0/demos/images/gnome-applets.png -lib/pygtk/2.0/demos/images/gnome-calendar.png -lib/pygtk/2.0/demos/images/gnome-foot.png -lib/pygtk/2.0/demos/images/gnome-gimp.png -lib/pygtk/2.0/demos/images/gnome-gmush.png -lib/pygtk/2.0/demos/images/gnome-gsame.png -lib/pygtk/2.0/demos/images/gnu-keys.png -lib/pygtk/2.0/demos/images/gtk-logo-rgb.gif -lib/pygtk/2.0/demos/list_store.py -lib/pygtk/2.0/demos/list_store.pyc -lib/pygtk/2.0/demos/list_store.pyo -lib/pygtk/2.0/demos/menu.py -lib/pygtk/2.0/demos/menu.pyc -lib/pygtk/2.0/demos/menu.pyo -lib/pygtk/2.0/demos/panes.py -lib/pygtk/2.0/demos/panes.pyc -lib/pygtk/2.0/demos/panes.pyo -lib/pygtk/2.0/demos/pixbufs.py -lib/pygtk/2.0/demos/pixbufs.pyc -lib/pygtk/2.0/demos/pixbufs.pyo -lib/pygtk/2.0/demos/print_editor.py -lib/pygtk/2.0/demos/print_editor.pyc -lib/pygtk/2.0/demos/print_editor.pyo -lib/pygtk/2.0/demos/sizegroup.py -lib/pygtk/2.0/demos/sizegroup.pyc -lib/pygtk/2.0/demos/sizegroup.pyo -lib/pygtk/2.0/demos/statusicon.py -lib/pygtk/2.0/demos/statusicon.pyc -lib/pygtk/2.0/demos/statusicon.pyo -lib/pygtk/2.0/demos/stock_browser.py -lib/pygtk/2.0/demos/stock_browser.pyc -lib/pygtk/2.0/demos/stock_browser.pyo -lib/pygtk/2.0/demos/textscroll.py -lib/pygtk/2.0/demos/textscroll.pyc -lib/pygtk/2.0/demos/textscroll.pyo -lib/pygtk/2.0/demos/textview.py -lib/pygtk/2.0/demos/textview.pyc -lib/pygtk/2.0/demos/textview.pyo -lib/pygtk/2.0/demos/tooltip.py -lib/pygtk/2.0/demos/tooltip.pyc -lib/pygtk/2.0/demos/tooltip.pyo -lib/pygtk/2.0/demos/tree_store.py -lib/pygtk/2.0/demos/tree_store.pyc -lib/pygtk/2.0/demos/tree_store.pyo -lib/pygtk/2.0/demos/treemodel.py -lib/pygtk/2.0/demos/treemodel.pyc -lib/pygtk/2.0/demos/treemodel.pyo -lib/pygtk/2.0/demos/ui_manager.py -lib/pygtk/2.0/demos/ui_manager.pyc -lib/pygtk/2.0/demos/ui_manager.pyo -lib/pygtk/2.0/pygtk-demo.py -lib/pygtk/2.0/pygtk-demo.pyc -lib/pygtk/2.0/pygtk-demo.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.so -libdata/pkgconfig/pygtk-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/MAPPING -%%PORTDOCS%%%%DOCSDIR%%/THREADS -%%DOCSDIR%%/atk-class-reference.html -%%DOCSDIR%%/atk-constants.html -%%DOCSDIR%%/class-atkaction.html -%%DOCSDIR%%/class-atkcomponent.html -%%DOCSDIR%%/class-atkdocument.html -%%DOCSDIR%%/class-atkeditabletext.html -%%DOCSDIR%%/class-atkgobjectaccessible.html -%%DOCSDIR%%/class-atkhyperlink.html -%%DOCSDIR%%/class-atkhypertext.html -%%DOCSDIR%%/class-atkimage.html -%%DOCSDIR%%/class-atkimplementor.html -%%DOCSDIR%%/class-atknoopobject.html -%%DOCSDIR%%/class-atknoopobjectfactory.html -%%DOCSDIR%%/class-atkobject.html -%%DOCSDIR%%/class-atkobjectfactory.html -%%DOCSDIR%%/class-atkrectangle.html -%%DOCSDIR%%/class-atkregistry.html -%%DOCSDIR%%/class-atkrelation.html -%%DOCSDIR%%/class-atkrelationset.html -%%DOCSDIR%%/class-atkselection.html -%%DOCSDIR%%/class-atkstateset.html -%%DOCSDIR%%/class-atkstreamablecontent.html -%%DOCSDIR%%/class-atktable.html -%%DOCSDIR%%/class-atktext.html -%%DOCSDIR%%/class-atkvalue.html -%%DOCSDIR%%/class-gdkapplaunchcontext.html -%%DOCSDIR%%/class-gdkatom.html -%%DOCSDIR%%/class-gdkcairocontext.html -%%DOCSDIR%%/class-gdkcolor.html -%%DOCSDIR%%/class-gdkcolormap.html -%%DOCSDIR%%/class-gdkcursor.html -%%DOCSDIR%%/class-gdkdevice.html -%%DOCSDIR%%/class-gdkdisplay.html -%%DOCSDIR%%/class-gdkdisplaymanager.html -%%DOCSDIR%%/class-gdkdragcontext.html -%%DOCSDIR%%/class-gdkdrawable.html -%%DOCSDIR%%/class-gdkevent.html -%%DOCSDIR%%/class-gdkgc.html -%%DOCSDIR%%/class-gdkimage.html -%%DOCSDIR%%/class-gdkkeymap.html -%%DOCSDIR%%/class-gdkpangorenderer.html -%%DOCSDIR%%/class-gdkpixbuf.html -%%DOCSDIR%%/class-gdkpixbufanimation.html -%%DOCSDIR%%/class-gdkpixbufanimationiter.html -%%DOCSDIR%%/class-gdkpixbufloader.html -%%DOCSDIR%%/class-gdkpixmap.html -%%DOCSDIR%%/class-gdkrectangle.html -%%DOCSDIR%%/class-gdkregion.html -%%DOCSDIR%%/class-gdkscreen.html -%%DOCSDIR%%/class-gdkvisual.html -%%DOCSDIR%%/class-gdkwindow.html -%%DOCSDIR%%/class-gladexml.html -%%DOCSDIR%%/class-gtkaboutdialog.html -%%DOCSDIR%%/class-gtkaccelgroup.html -%%DOCSDIR%%/class-gtkaccellabel.html -%%DOCSDIR%%/class-gtkaccelmap.html -%%DOCSDIR%%/class-gtkaccessible.html -%%DOCSDIR%%/class-gtkaction.html -%%DOCSDIR%%/class-gtkactiongroup.html -%%DOCSDIR%%/class-gtkactivatable.html -%%DOCSDIR%%/class-gtkadjustment.html -%%DOCSDIR%%/class-gtkalignment.html -%%DOCSDIR%%/class-gtkarrow.html -%%DOCSDIR%%/class-gtkaspectframe.html -%%DOCSDIR%%/class-gtkassistant.html -%%DOCSDIR%%/class-gtkbin.html -%%DOCSDIR%%/class-gtkborder.html -%%DOCSDIR%%/class-gtkbox.html -%%DOCSDIR%%/class-gtkbuildable.html -%%DOCSDIR%%/class-gtkbuilder.html -%%DOCSDIR%%/class-gtkbutton.html -%%DOCSDIR%%/class-gtkbuttonbox.html -%%DOCSDIR%%/class-gtkcalendar.html -%%DOCSDIR%%/class-gtkcelleditable.html -%%DOCSDIR%%/class-gtkcelllayout.html -%%DOCSDIR%%/class-gtkcellrenderer.html -%%DOCSDIR%%/class-gtkcellrendereraccel.html -%%DOCSDIR%%/class-gtkcellrenderercombo.html -%%DOCSDIR%%/class-gtkcellrendererpixbuf.html -%%DOCSDIR%%/class-gtkcellrendererprogress.html -%%DOCSDIR%%/class-gtkcellrendererspin.html -%%DOCSDIR%%/class-gtkcellrenderertext.html -%%DOCSDIR%%/class-gtkcellrenderertoggle.html -%%DOCSDIR%%/class-gtkcellview.html -%%DOCSDIR%%/class-gtkcheckbutton.html -%%DOCSDIR%%/class-gtkcheckmenuitem.html -%%DOCSDIR%%/class-gtkclipboard.html -%%DOCSDIR%%/class-gtkcolorbutton.html -%%DOCSDIR%%/class-gtkcolorselection.html -%%DOCSDIR%%/class-gtkcolorselectiondialog.html -%%DOCSDIR%%/class-gtkcombo.html -%%DOCSDIR%%/class-gtkcombobox.html -%%DOCSDIR%%/class-gtkcomboboxentry.html -%%DOCSDIR%%/class-gtkcontainer.html -%%DOCSDIR%%/class-gtkcurve.html -%%DOCSDIR%%/class-gtkdialog.html -%%DOCSDIR%%/class-gtkdrawingarea.html -%%DOCSDIR%%/class-gtkeditable.html -%%DOCSDIR%%/class-gtkentry.html -%%DOCSDIR%%/class-gtkentrycompletion.html -%%DOCSDIR%%/class-gtkeventbox.html -%%DOCSDIR%%/class-gtkexpander.html -%%DOCSDIR%%/class-gtkfilechooser.html -%%DOCSDIR%%/class-gtkfilechooserbutton.html -%%DOCSDIR%%/class-gtkfilechooserdialog.html -%%DOCSDIR%%/class-gtkfilechooserwidget.html -%%DOCSDIR%%/class-gtkfilefilter.html -%%DOCSDIR%%/class-gtkfileselection.html -%%DOCSDIR%%/class-gtkfixed.html -%%DOCSDIR%%/class-gtkfontbutton.html -%%DOCSDIR%%/class-gtkfontselection.html -%%DOCSDIR%%/class-gtkfontselectiondialog.html -%%DOCSDIR%%/class-gtkframe.html -%%DOCSDIR%%/class-gtkgammacurve.html -%%DOCSDIR%%/class-gtkhandlebox.html -%%DOCSDIR%%/class-gtkhbox.html -%%DOCSDIR%%/class-gtkhbuttonbox.html -%%DOCSDIR%%/class-gtkhpaned.html -%%DOCSDIR%%/class-gtkhruler.html -%%DOCSDIR%%/class-gtkhscale.html -%%DOCSDIR%%/class-gtkhscrollbar.html -%%DOCSDIR%%/class-gtkhseparator.html -%%DOCSDIR%%/class-gtkiconfactory.html -%%DOCSDIR%%/class-gtkiconinfo.html -%%DOCSDIR%%/class-gtkiconset.html -%%DOCSDIR%%/class-gtkiconsource.html -%%DOCSDIR%%/class-gtkicontheme.html -%%DOCSDIR%%/class-gtkiconview.html -%%DOCSDIR%%/class-gtkimage.html -%%DOCSDIR%%/class-gtkimagemenuitem.html -%%DOCSDIR%%/class-gtkimcontext.html -%%DOCSDIR%%/class-gtkimcontextsimple.html -%%DOCSDIR%%/class-gtkimmulticontext.html -%%DOCSDIR%%/class-gtkinputdialog.html -%%DOCSDIR%%/class-gtkinvisible.html -%%DOCSDIR%%/class-gtkitem.html -%%DOCSDIR%%/class-gtkitemfactory.html -%%DOCSDIR%%/class-gtklabel.html -%%DOCSDIR%%/class-gtklayout.html -%%DOCSDIR%%/class-gtklinkbutton.html -%%DOCSDIR%%/class-gtkliststore.html -%%DOCSDIR%%/class-gtkmenu.html -%%DOCSDIR%%/class-gtkmenubar.html -%%DOCSDIR%%/class-gtkmenuitem.html -%%DOCSDIR%%/class-gtkmenushell.html -%%DOCSDIR%%/class-gtkmenutoolbutton.html -%%DOCSDIR%%/class-gtkmessagedialog.html -%%DOCSDIR%%/class-gtkmisc.html -%%DOCSDIR%%/class-gtkmountoperation.html -%%DOCSDIR%%/class-gtknotebook.html -%%DOCSDIR%%/class-gtkobject.html -%%DOCSDIR%%/class-gtkoptionmenu.html -%%DOCSDIR%%/class-gtkpagesetup.html -%%DOCSDIR%%/class-gtkpagesetupunixdialog.html -%%DOCSDIR%%/class-gtkpaned.html -%%DOCSDIR%%/class-gtkpapersize.html -%%DOCSDIR%%/class-gtkplug.html -%%DOCSDIR%%/class-gtkprintcontext.html -%%DOCSDIR%%/class-gtkprinter.html -%%DOCSDIR%%/class-gtkprintjob.html -%%DOCSDIR%%/class-gtkprintoperation.html -%%DOCSDIR%%/class-gtkprintoperationpreview.html -%%DOCSDIR%%/class-gtkprintsettings.html -%%DOCSDIR%%/class-gtkprintunixdialog.html -%%DOCSDIR%%/class-gtkprogressbar.html -%%DOCSDIR%%/class-gtkradioaction.html -%%DOCSDIR%%/class-gtkradiobutton.html -%%DOCSDIR%%/class-gtkradiomenuitem.html -%%DOCSDIR%%/class-gtkradiotoolbutton.html -%%DOCSDIR%%/class-gtkrange.html -%%DOCSDIR%%/class-gtkrcstyle.html -%%DOCSDIR%%/class-gtkrecentaction.html -%%DOCSDIR%%/class-gtkrecentchooser.html -%%DOCSDIR%%/class-gtkrecentchooserdialog.html -%%DOCSDIR%%/class-gtkrecentchoosermenu.html -%%DOCSDIR%%/class-gtkrecentchooserwidget.html -%%DOCSDIR%%/class-gtkrecentfilter.html -%%DOCSDIR%%/class-gtkrecentinfo.html -%%DOCSDIR%%/class-gtkrecentmanager.html -%%DOCSDIR%%/class-gtkrequisition.html -%%DOCSDIR%%/class-gtkruler.html -%%DOCSDIR%%/class-gtkscale.html -%%DOCSDIR%%/class-gtkscalebutton.html -%%DOCSDIR%%/class-gtkscrollbar.html -%%DOCSDIR%%/class-gtkscrolledwindow.html -%%DOCSDIR%%/class-gtkselectiondata.html -%%DOCSDIR%%/class-gtkseparator.html -%%DOCSDIR%%/class-gtkseparatormenuitem.html -%%DOCSDIR%%/class-gtkseparatortoolitem.html -%%DOCSDIR%%/class-gtksettings.html -%%DOCSDIR%%/class-gtksizegroup.html -%%DOCSDIR%%/class-gtksocket.html -%%DOCSDIR%%/class-gtkspinbutton.html -%%DOCSDIR%%/class-gtkstatusbar.html -%%DOCSDIR%%/class-gtkstatusicon.html -%%DOCSDIR%%/class-gtkstyle.html -%%DOCSDIR%%/class-gtktable.html -%%DOCSDIR%%/class-gtktearoffmenuitem.html -%%DOCSDIR%%/class-gtktextattributes.html -%%DOCSDIR%%/class-gtktextbuffer.html -%%DOCSDIR%%/class-gtktextchildanchor.html -%%DOCSDIR%%/class-gtktextiter.html -%%DOCSDIR%%/class-gtktextmark.html -%%DOCSDIR%%/class-gtktexttag.html -%%DOCSDIR%%/class-gtktexttagtable.html -%%DOCSDIR%%/class-gtktextview.html -%%DOCSDIR%%/class-gtktoggleaction.html -%%DOCSDIR%%/class-gtktogglebutton.html -%%DOCSDIR%%/class-gtktoggletoolbutton.html -%%DOCSDIR%%/class-gtktoolbar.html -%%DOCSDIR%%/class-gtktoolbutton.html -%%DOCSDIR%%/class-gtktoolitem.html -%%DOCSDIR%%/class-gtktoolshell.html -%%DOCSDIR%%/class-gtktooltip.html -%%DOCSDIR%%/class-gtktooltips.html -%%DOCSDIR%%/class-gtktreedragdest.html -%%DOCSDIR%%/class-gtktreedragsource.html -%%DOCSDIR%%/class-gtktreeiter.html -%%DOCSDIR%%/class-gtktreemodel.html -%%DOCSDIR%%/class-gtktreemodelfilter.html -%%DOCSDIR%%/class-gtktreemodelsort.html -%%DOCSDIR%%/class-gtktreerowreference.html -%%DOCSDIR%%/class-gtktreeselection.html -%%DOCSDIR%%/class-gtktreesortable.html -%%DOCSDIR%%/class-gtktreestore.html -%%DOCSDIR%%/class-gtktreeview.html -%%DOCSDIR%%/class-gtktreeviewcolumn.html -%%DOCSDIR%%/class-gtkuimanager.html -%%DOCSDIR%%/class-gtkvbox.html -%%DOCSDIR%%/class-gtkvbuttonbox.html -%%DOCSDIR%%/class-gtkviewport.html -%%DOCSDIR%%/class-gtkvolumebutton.html -%%DOCSDIR%%/class-gtkvpaned.html -%%DOCSDIR%%/class-gtkvruler.html -%%DOCSDIR%%/class-gtkvscale.html -%%DOCSDIR%%/class-gtkvscrollbar.html -%%DOCSDIR%%/class-gtkvseparator.html -%%DOCSDIR%%/class-gtkwidget.html -%%DOCSDIR%%/class-gtkwindow.html -%%DOCSDIR%%/class-gtkwindowgroup.html -%%DOCSDIR%%/class-hierarchy.html -%%DOCSDIR%%/class-pangoattribute.html -%%DOCSDIR%%/class-pangoattriterator.html -%%DOCSDIR%%/class-pangoattrlist.html -%%DOCSDIR%%/class-pangocairocairocontext.html -%%DOCSDIR%%/class-pangocairocairofontmap.html -%%DOCSDIR%%/class-pangocolor.html -%%DOCSDIR%%/class-pangocontext.html -%%DOCSDIR%%/class-pangofont.html -%%DOCSDIR%%/class-pangofontdescription.html -%%DOCSDIR%%/class-pangofontface.html -%%DOCSDIR%%/class-pangofontfamily.html -%%DOCSDIR%%/class-pangofontmap.html -%%DOCSDIR%%/class-pangofontmetrics.html -%%DOCSDIR%%/class-pangofontset.html -%%DOCSDIR%%/class-pangofontsetsimple.html -%%DOCSDIR%%/class-pangoglyphstring.html -%%DOCSDIR%%/class-pangolanguage.html -%%DOCSDIR%%/class-pangolayout.html -%%DOCSDIR%%/class-pangolayoutiter.html -%%DOCSDIR%%/class-pangolayoutline.html -%%DOCSDIR%%/class-pangorenderer.html -%%DOCSDIR%%/class-pangotabarray.html -%%DOCSDIR%%/class-pygtkgenericcellrenderer.html -%%DOCSDIR%%/class-pygtkgenerictreemodel.html -%%DOCSDIR%%/class-pygtktreemodelrow.html -%%DOCSDIR%%/class-pygtktreemodelrowiter.html -%%DOCSDIR%%/cursors/X_cursor.png -%%DOCSDIR%%/cursors/arrow.png -%%DOCSDIR%%/cursors/based_arrow_down.png -%%DOCSDIR%%/cursors/based_arrow_up.png -%%DOCSDIR%%/cursors/boat.png -%%DOCSDIR%%/cursors/bogosity.png -%%DOCSDIR%%/cursors/bottom_left_corner.png -%%DOCSDIR%%/cursors/bottom_right_corner.png -%%DOCSDIR%%/cursors/bottom_side.png -%%DOCSDIR%%/cursors/bottom_tee.png -%%DOCSDIR%%/cursors/box_spiral.png -%%DOCSDIR%%/cursors/center_ptr.png -%%DOCSDIR%%/cursors/circle.png -%%DOCSDIR%%/cursors/clock.png -%%DOCSDIR%%/cursors/coffee_mug.png -%%DOCSDIR%%/cursors/cross.png -%%DOCSDIR%%/cursors/cross_reverse.png -%%DOCSDIR%%/cursors/crosshair.png -%%DOCSDIR%%/cursors/diamond_cross.png -%%DOCSDIR%%/cursors/dot.png -%%DOCSDIR%%/cursors/dotbox.png -%%DOCSDIR%%/cursors/double_arrow.png -%%DOCSDIR%%/cursors/draft_large.png -%%DOCSDIR%%/cursors/draft_small.png -%%DOCSDIR%%/cursors/draped_box.png -%%DOCSDIR%%/cursors/exchange.png -%%DOCSDIR%%/cursors/fleur.png -%%DOCSDIR%%/cursors/gobbler.png -%%DOCSDIR%%/cursors/gumby.png -%%DOCSDIR%%/cursors/hand1.png -%%DOCSDIR%%/cursors/hand2.png -%%DOCSDIR%%/cursors/heart.png -%%DOCSDIR%%/cursors/icon.png -%%DOCSDIR%%/cursors/iron_cross.png -%%DOCSDIR%%/cursors/left_ptr.png -%%DOCSDIR%%/cursors/left_side.png -%%DOCSDIR%%/cursors/left_tee.png -%%DOCSDIR%%/cursors/leftbutton.png -%%DOCSDIR%%/cursors/ll_angle.png -%%DOCSDIR%%/cursors/lr_angle.png -%%DOCSDIR%%/cursors/man.png -%%DOCSDIR%%/cursors/middlebutton.png -%%DOCSDIR%%/cursors/mouse.png -%%DOCSDIR%%/cursors/pencil.png -%%DOCSDIR%%/cursors/pirate.png -%%DOCSDIR%%/cursors/plus.png -%%DOCSDIR%%/cursors/question_arrow.png -%%DOCSDIR%%/cursors/right_ptr.png -%%DOCSDIR%%/cursors/right_side.png -%%DOCSDIR%%/cursors/right_tee.png -%%DOCSDIR%%/cursors/rightbutton.png -%%DOCSDIR%%/cursors/rtl_logo.png -%%DOCSDIR%%/cursors/sailboat.png -%%DOCSDIR%%/cursors/sb_down_arrow.png -%%DOCSDIR%%/cursors/sb_h_double_arrow.png -%%DOCSDIR%%/cursors/sb_left_arrow.png -%%DOCSDIR%%/cursors/sb_right_arrow.png -%%DOCSDIR%%/cursors/sb_up_arrow.png -%%DOCSDIR%%/cursors/sb_v_double_arrow.png -%%DOCSDIR%%/cursors/shuttle.png -%%DOCSDIR%%/cursors/sizing.png -%%DOCSDIR%%/cursors/spider.png -%%DOCSDIR%%/cursors/spraycan.png -%%DOCSDIR%%/cursors/star.png -%%DOCSDIR%%/cursors/target.png -%%DOCSDIR%%/cursors/tcross.png -%%DOCSDIR%%/cursors/top_left_arrow.png -%%DOCSDIR%%/cursors/top_left_corner.png -%%DOCSDIR%%/cursors/top_right_corner.png -%%DOCSDIR%%/cursors/top_side.png -%%DOCSDIR%%/cursors/top_tee.png -%%DOCSDIR%%/cursors/trek.png -%%DOCSDIR%%/cursors/ul_angle.png -%%DOCSDIR%%/cursors/umbrella.png -%%DOCSDIR%%/cursors/ur_angle.png -%%DOCSDIR%%/cursors/watch.png -%%DOCSDIR%%/cursors/xterm.png -%%DOCSDIR%%/gdk-class-reference.html -%%DOCSDIR%%/gdk-constants.html -%%DOCSDIR%%/gdk-functions.html -%%DOCSDIR%%/glade-class-reference.html -%%DOCSDIR%%/gtk-class-reference.html -%%DOCSDIR%%/gtk-constants.html -%%DOCSDIR%%/gtk-functions.html -%%DOCSDIR%%/gtk-stock-items.html -%%DOCSDIR%%/icons/stock_about_24.png -%%DOCSDIR%%/icons/stock_add_24.png -%%DOCSDIR%%/icons/stock_align_center_24.png -%%DOCSDIR%%/icons/stock_align_justify_24.png -%%DOCSDIR%%/icons/stock_align_left_24.png -%%DOCSDIR%%/icons/stock_align_right_24.png -%%DOCSDIR%%/icons/stock_apply_20.png -%%DOCSDIR%%/icons/stock_bottom_24.png -%%DOCSDIR%%/icons/stock_broken_image_24.png -%%DOCSDIR%%/icons/stock_cancel_20.png -%%DOCSDIR%%/icons/stock_cdrom_24.png -%%DOCSDIR%%/icons/stock_clear_24.png -%%DOCSDIR%%/icons/stock_close_24.png -%%DOCSDIR%%/icons/stock_color_picker_25.png -%%DOCSDIR%%/icons/stock_colorselector_24.png -%%DOCSDIR%%/icons/stock_connect_24.png -%%DOCSDIR%%/icons/stock_convert_24.png -%%DOCSDIR%%/icons/stock_copy_24.png -%%DOCSDIR%%/icons/stock_cut_24.png -%%DOCSDIR%%/icons/stock_dialog_authentication_48.png -%%DOCSDIR%%/icons/stock_dialog_error_48.png -%%DOCSDIR%%/icons/stock_dialog_info_48.png -%%DOCSDIR%%/icons/stock_dialog_question_48.png -%%DOCSDIR%%/icons/stock_dialog_warning_48.png -%%DOCSDIR%%/icons/stock_directory_24.png -%%DOCSDIR%%/icons/stock_disconnect_24.png -%%DOCSDIR%%/icons/stock_dnd_32.png -%%DOCSDIR%%/icons/stock_dnd_multiple_32.png -%%DOCSDIR%%/icons/stock_down_arrow_24.png -%%DOCSDIR%%/icons/stock_edit_24.png -%%DOCSDIR%%/icons/stock_exec_24.png -%%DOCSDIR%%/icons/stock_exit_24.png -%%DOCSDIR%%/icons/stock_file_24.png -%%DOCSDIR%%/icons/stock_first_24.png -%%DOCSDIR%%/icons/stock_font_24.png -%%DOCSDIR%%/icons/stock_fullscreen_24.png -%%DOCSDIR%%/icons/stock_harddisk_24.png -%%DOCSDIR%%/icons/stock_help_24.png -%%DOCSDIR%%/icons/stock_home_24.png -%%DOCSDIR%%/icons/stock_index_24.png -%%DOCSDIR%%/icons/stock_info_24.png -%%DOCSDIR%%/icons/stock_jump_to_24.png -%%DOCSDIR%%/icons/stock_jump_to_rtl_24.png -%%DOCSDIR%%/icons/stock_last_24.png -%%DOCSDIR%%/icons/stock_leave_fullscreen_24.png -%%DOCSDIR%%/icons/stock_left_arrow_24.png -%%DOCSDIR%%/icons/stock_media_forward_24.png -%%DOCSDIR%%/icons/stock_media_next_24.png -%%DOCSDIR%%/icons/stock_media_pause_24.png -%%DOCSDIR%%/icons/stock_media_play_24.png -%%DOCSDIR%%/icons/stock_media_play_rtl_24.png -%%DOCSDIR%%/icons/stock_media_previous_24.png -%%DOCSDIR%%/icons/stock_media_record_24.png -%%DOCSDIR%%/icons/stock_media_rewind_24.png -%%DOCSDIR%%/icons/stock_media_stop_24.png -%%DOCSDIR%%/icons/stock_network_24.png -%%DOCSDIR%%/icons/stock_new_24.png -%%DOCSDIR%%/icons/stock_no_20.png -%%DOCSDIR%%/icons/stock_ok_20.png -%%DOCSDIR%%/icons/stock_open_24.png -%%DOCSDIR%%/icons/stock_page_setup_24.png -%%DOCSDIR%%/icons/stock_paste_24.png -%%DOCSDIR%%/icons/stock_preferences_24.png -%%DOCSDIR%%/icons/stock_print_24.png -%%DOCSDIR%%/icons/stock_print_error_24.png -%%DOCSDIR%%/icons/stock_print_paused_24.png -%%DOCSDIR%%/icons/stock_print_preview_24.png -%%DOCSDIR%%/icons/stock_print_report_24.png -%%DOCSDIR%%/icons/stock_properties_24.png -%%DOCSDIR%%/icons/stock_redo_24.png -%%DOCSDIR%%/icons/stock_redo_rtl_24.png -%%DOCSDIR%%/icons/stock_refresh_24.png -%%DOCSDIR%%/icons/stock_remove_24.png -%%DOCSDIR%%/icons/stock_revert_24.png -%%DOCSDIR%%/icons/stock_revert_rtl_24.png -%%DOCSDIR%%/icons/stock_right_arrow_24.png -%%DOCSDIR%%/icons/stock_save_24.png -%%DOCSDIR%%/icons/stock_save_as_24.png -%%DOCSDIR%%/icons/stock_search_24.png -%%DOCSDIR%%/icons/stock_search_replace_24.png -%%DOCSDIR%%/icons/stock_sort_ascending_24.png -%%DOCSDIR%%/icons/stock_sort_descending_24.png -%%DOCSDIR%%/icons/stock_spellcheck_24.png -%%DOCSDIR%%/icons/stock_stop_24.png -%%DOCSDIR%%/icons/stock_text_bold_24.png -%%DOCSDIR%%/icons/stock_text_indent_24.png -%%DOCSDIR%%/icons/stock_text_italic_24.png -%%DOCSDIR%%/icons/stock_text_strikethrough_24.png -%%DOCSDIR%%/icons/stock_text_underline_24.png -%%DOCSDIR%%/icons/stock_text_unindent_24.png -%%DOCSDIR%%/icons/stock_top_24.png -%%DOCSDIR%%/icons/stock_trash_24.png -%%DOCSDIR%%/icons/stock_undelete_24.png -%%DOCSDIR%%/icons/stock_undelete_rtl_24.png -%%DOCSDIR%%/icons/stock_undo_24.png -%%DOCSDIR%%/icons/stock_undo_rtl_24.png -%%DOCSDIR%%/icons/stock_up_arrow_24.png -%%DOCSDIR%%/icons/stock_print_warning_24.png -%%DOCSDIR%%/icons/stock_yes_20.png -%%DOCSDIR%%/icons/stock_zoom_1_24.png -%%DOCSDIR%%/icons/stock_zoom_fit_24.png -%%DOCSDIR%%/icons/stock_zoom_in_24.png -%%DOCSDIR%%/icons/stock_zoom_out_24.png -%%DOCSDIR%%/images/layout-btlr.png -%%DOCSDIR%%/images/layout-btrl.png -%%DOCSDIR%%/images/layout-lrbt.png -%%DOCSDIR%%/images/layout-lrtb.png -%%DOCSDIR%%/images/layout-rlbt.png -%%DOCSDIR%%/images/layout-rltb.png -%%DOCSDIR%%/images/layout-tblr.png -%%DOCSDIR%%/images/layout-tbrl.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/pango-class-reference.html -%%DOCSDIR%%/pango-constants.html -%%DOCSDIR%%/pango-functions.html -%%DOCSDIR%%/pango-markup-language.html -%%DOCSDIR%%/pangocairo-class-reference.html -%%DOCSDIR%%/pangocairo-constants.html -%%DOCSDIR%%/pangocairo-functions.html -%%DOCSDIR%%/pygtk-introduction.html -%%DOCSDIR%%/pygtk-reference-format.html -%%DOCSDIR%%/pygtk.devhelp -%%DOCSDIR%%/unixprint-class-reference.html -%%DOCSDIR%%/unixprint-constants.html -%%DOCSDIR%%/unixprint-functions.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in.bak -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/atk/atk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/autoconnect.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/glade-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test2.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/editable-interface.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/properties.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/signal.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/application.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/bin.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/customtreemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/filechooser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/scrollable.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/testprint.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/uimanager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/widget.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/break.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/browse.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/continue.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkcons.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkdb.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkprof.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/minibreak.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/next.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/pyide.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/quit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/return.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/run.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/step.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/extentdemo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/pangocairo-simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/utf8-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/appwindow.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/buttonbox.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/changedisplay.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/colorsel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/editable_cells.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/entry_completion.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/expander.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/hypertext.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/alphatest.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/apple-red.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/background.jpg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/floppybuddy.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-applets.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-calendar.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-foot.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gimp.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gmush.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gsame.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnu-keys.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gtk-logo-rgb.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/list_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/menu.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/panes.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/pixbufs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/print_editor.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/statusicon.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/stock_browser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textscroll.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textview.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tooltip.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tree_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/treemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/ui_manager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/hello.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/scribble.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/tooltip.py -share/pygtk/2.0/defs/atk-types.defs -share/pygtk/2.0/defs/atk.defs -share/pygtk/2.0/defs/gdk-2.10.defs -share/pygtk/2.0/defs/gdk-2.12.defs -share/pygtk/2.0/defs/gdk-2.14.defs -share/pygtk/2.0/defs/gdk-2.16.defs -share/pygtk/2.0/defs/gdk-base-types.defs -share/pygtk/2.0/defs/gdk-base.defs -share/pygtk/2.0/defs/gdk-types.defs -share/pygtk/2.0/defs/gdk.defs -share/pygtk/2.0/defs/gtk-2.10-types.defs -share/pygtk/2.0/defs/gtk-2.10.defs -share/pygtk/2.0/defs/gtk-2.12-types.defs -share/pygtk/2.0/defs/gtk-2.12.defs -share/pygtk/2.0/defs/gtk-2.14-types.defs -share/pygtk/2.0/defs/gtk-2.14.defs -share/pygtk/2.0/defs/gtk-2.16-types.defs -share/pygtk/2.0/defs/gtk-2.16.defs -share/pygtk/2.0/defs/gtk-base-types.defs -share/pygtk/2.0/defs/gtk-base.defs -share/pygtk/2.0/defs/gtk-extrafuncs.defs -share/pygtk/2.0/defs/gtk-types.defs -share/pygtk/2.0/defs/gtk.defs -share/pygtk/2.0/defs/gtkunixprint-2.12.defs -share/pygtk/2.0/defs/gtkunixprint-2.14.defs -share/pygtk/2.0/defs/gtkunixprint-base-types.defs -share/pygtk/2.0/defs/gtkunixprint-base.defs -share/pygtk/2.0/defs/libglade.defs -share/pygtk/2.0/defs/pango-types.defs -share/pygtk/2.0/defs/pango.defs -share/pygtk/2.0/defs/pangocairo.defs -share/pygtk/2.0/defs/pangocairo.override -@dirrm share/pygtk/2.0/defs -@dirrm share/pygtk/2.0 -@dirrm share/pygtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pango -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ide -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gobject -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glade -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/atk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%%/icons -@dirrm %%DOCSDIR%%/cursors -@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrm lib/pygtk/2.0/demos/images -@dirrm lib/pygtk/2.0/demos -@dirrm lib/pygtk/2.0 -@dirrm lib/pygtk -@dirrm include/pygtk-2.0/pygtk -@dirrmtry include/pygtk-2.0 diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile deleted file mode 100644 index c439eea82..000000000 --- a/x11-toolkits/py-gtksourceview/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-gtksourceview -# Date created: 25 June 2007 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.19 2009/08/18 03:43:07 ahze Exp $ -# - -PORTNAME= gtksourceview -PORTVERSION= 2.8.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtksourceview-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A python bindings for the version 2 of the GtkSourceView library - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs - -post-patch: - @${REINPLACE_CMD} -e 's| == x| = x|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtksourceview/distinfo b/x11-toolkits/py-gtksourceview/distinfo deleted file mode 100644 index f0d425093..000000000 --- a/x11-toolkits/py-gtksourceview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygtksourceview-2.8.0.tar.bz2) = bc344044113a52026b4eb7e433a24c29 -SHA256 (pygtksourceview-2.8.0.tar.bz2) = 27f531270b46285982573089a58a19d622174ad9a4568e12d8fa4aedbfc174da -SIZE (pygtksourceview-2.8.0.tar.bz2) = 269696 diff --git a/x11-toolkits/py-gtksourceview/pkg-descr b/x11-toolkits/py-gtksourceview/pkg-descr deleted file mode 100644 index 2e25fb731..000000000 --- a/x11-toolkits/py-gtksourceview/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This archive contains python bindings for the version 2 of the -GtkSourceView library. - -WWW: http://www.gnome.org diff --git a/x11-toolkits/py-gtksourceview/pkg-plist b/x11-toolkits/py-gtksourceview/pkg-plist deleted file mode 100644 index 579b96136..000000000 --- a/x11-toolkits/py-gtksourceview/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtksourceview2.la -%%PYTHON_SITELIBDIR%%/gtksourceview2.so -libdata/pkgconfig/pygtksourceview-2.0.pc -share/pygtk/2.0/defs/gtksourceview2.defs diff --git a/x11-toolkits/slgtk/Makefile b/x11-toolkits/slgtk/Makefile deleted file mode 100644 index 7de23dcfd..000000000 --- a/x11-toolkits/slgtk/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: slgtk -# Date created: 28 May 2008 -# Whom: Alexey Shuvaev <shuvaev@phyisik.uni-wuerzburg.de> -# -# $FreeBSD$ -# - -PORTNAME= slgtk -PORTVERSION= 0.7.5 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://space.mit.edu/pub/cxc/modules/slgtk/ - -MAINTAINER= shuvaev@physik.uni-wuerzburg.de -COMMENT= S-Lang binding for GTK+ - -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= LDFLAGS=-lncurses -MAKE_JOBS_UNSAFE= yes - -MAN1= imdisplay.1 - -OPTIONS= FITS "Install gdk-pixbuf FITS image loader" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-ccdebug SLGTK_DEVEL_BUILD=true -.endif - -.if !defined(WITHOUT_FITS) -ALL_TARGET= dynamic pixbuf_loader -INSTALL_TARGET= install install_pixbuf_loader -PLIST_SUB+= FITS="" -.else -ALL_TARGET= dynamic -PLIST_SUB+= FITS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|\.\.|${EXAMPLESDIR}| ; s|"examples"|"."|' \ - ${WRKSRC}/examples/main.sl - @${REINPLACE_CMD} -e '/rm -f devel/d ; /ln -sf @prefix@ devel/d' \ - ${WRKSRC}/Makefile.in - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/text/slgtk.txt ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${MKDIR} ${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.sl ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/packages/wdisplay.sl ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/images/gtk-logo-rgb.gif ${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/test.xpm ${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/stars.fits ${EXAMPLESDIR}/images -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/slgtk/distinfo b/x11-toolkits/slgtk/distinfo deleted file mode 100644 index 595633e67..000000000 --- a/x11-toolkits/slgtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (slgtk-0.7.5.tar.gz) = 99a2b4e313daebb53218b9af41874d4f -SHA256 (slgtk-0.7.5.tar.gz) = 06f390bd58c404693a152077c39f2116c7782e42e13aca9423787ecd463066a4 -SIZE (slgtk-0.7.5.tar.gz) = 1014634 diff --git a/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl b/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl deleted file mode 100644 index 9b4ecf3bf..000000000 --- a/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl +++ /dev/null @@ -1,11 +0,0 @@ ---- src/slirprc-gtk.sl.orig 2009-09-27 23:31:51.000000000 -0400 -+++ src/slirprc-gtk.sl 2009-09-27 23:32:06.000000000 -0400 -@@ -308,6 +308,8 @@ accepts_null_args["g_list_append"] = [1] - gtk_widget_get_window % prefer my version, which returns - % bin_window for GtkLayout - -+gtk_widget_get_allocation -+ - gtk_accel_group_activate % gtk/gtkaccelgroup.h: "internal" funcs - gtk_accel_group_get_entry - gtk_accel_group_lock_entry diff --git a/x11-toolkits/slgtk/pkg-descr b/x11-toolkits/slgtk/pkg-descr deleted file mode 100644 index a64756b37..000000000 --- a/x11-toolkits/slgtk/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The SLgtk package binds the GIMP Toolkit, also known as Gtk, -to the S-Lang scripting language. It provides an importable module -which makes most of Gtk and its constituent libraries callable directly -from S-Lang scripts. - -With SLgtk the S-Lang programmer now has access to a powerful, -cross-platform widget set for creating sophisticated -graphical user interfaces (GUIs). The package also includes bindings -to GtkExtra, which are used in the vwhere visualization and filtering guilet, -as well as a gdk-pixbuf loader for the FITS image file format -widely used within astronomy, and an easy-to-use but powerful -image compositing, display, and output tool. - -WWW: http://space.mit.edu/home/mnoble/slgtk/ diff --git a/x11-toolkits/slgtk/pkg-plist b/x11-toolkits/slgtk/pkg-plist deleted file mode 100644 index 845dfbdaf..000000000 --- a/x11-toolkits/slgtk/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -bin/imdisplay -%%FITS%%lib/gtk-2.0/2.10.0/loaders/fitsi_loader.so -%%FITS%%lib/gtk-2.0/2.10.0/loaders/fitsi_loader.so.0.7.0 -lib/slang/v2/modules/gtk-module.so -lib/slang/v2/modules/gtkextra-module.so -lib/slang/v2/modules/libslgtk.so -lib/slang/v2/modules/libslgtk.so.0 -lib/slang/v2/modules/libslgtk.so.0.7.5 -%%PORTDOCS%%%%DOCSDIR%%/slgtk.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttonbox.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttons.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chained.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checkbuttons.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorsel.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cursors.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoutils.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawarea.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entry.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evtwatch.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filesel.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fontsel.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fork.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gprompt.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gprompt_example.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkmainloop.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/handlebox.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/gtk-logo-rgb.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/test.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/stars.fits -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labels.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liststore.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markers.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/menus.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modalwin.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebook.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panes.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pixmap.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plot.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prevgray.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progbar.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiob.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/range.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reparent.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rgbselect.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rgbtest.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rulers.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scrollwin.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slgtktoolbox.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/socket.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spinb.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/statusbar.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stkcheck.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabs.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textview.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/togglebuttons.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tooltips.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparency.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/viswhere.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wdisplay.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/window.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmhints.sl -share/slsh/local-packages/gprompt.sl -share/slsh/local-packages/gtk.sl -share/slsh/local-packages/gtkextra.sl -share/slsh/local-packages/gtkplot.sl -share/slsh/local-packages/help/slgtkfun.hlp -share/slsh/local-packages/imdisplay.sl -share/slsh/local-packages/rgbselect.sl -share/slsh/local-packages/rgbwidget.sl -share/slsh/local-packages/slirprc-gtk.sl -share/slsh/local-packages/toolbox.sl -share/slsh/local-packages/vwdraw.sl -share/slsh/local-packages/vwhere.sl -share/slsh/local-packages/vwprefs.sl -share/slsh/local-packages/vwutils.sl -@dirrmtry share/slsh/local-packages/help -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%FITS%%@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -%%FITS%%@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile deleted file mode 100644 index a19efa9d9..000000000 --- a/x11-toolkits/unique/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: libunique -# Date created: 22 Feb 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/unique/Makefile,v 1.2 2009/09/26 13:42:03 marcus Exp $ -# - -PORTNAME= unique -PORTVERSION= 1.1.2 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ -DISTNAME= lib${PORTNAME}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Library for single instance applications. - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 - -USE_XORG= ice -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 gnomeprefix ltverhack:2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-maintainer-flags -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/configure ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/unique/distinfo b/x11-toolkits/unique/distinfo deleted file mode 100644 index 445ab3a96..000000000 --- a/x11-toolkits/unique/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libunique-1.1.2.tar.gz) = a99799e72779baa98352fbac7f91c910 -SHA256 (libunique-1.1.2.tar.gz) = ccf73a90a66477d6d31e50aeabebad8e0035f80e98ac0e926157c3d7e229b31e -SIZE (libunique-1.1.2.tar.gz) = 431459 diff --git a/x11-toolkits/unique/pkg-descr b/x11-toolkits/unique/pkg-descr deleted file mode 100644 index 01b924566..000000000 --- a/x11-toolkits/unique/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Unique is a library for writing single instance application. If you launch a -single instance application twice, the second instance will either just quit -or will send a message to the running instance. - -Unique makes it easy to write this kind of applications, by providing a base -class, taking care of all the IPC machinery needed to send messages to a -running instance, and also handling the startup notification side. - -Unique aims to replace the BaconMessageConnection code that has been copied -by many projects and the code using Bonobo and D-Bus. - -WWW: http://live.gnome.org/LibUnique diff --git a/x11-toolkits/unique/pkg-plist b/x11-toolkits/unique/pkg-plist deleted file mode 100644 index c82fa3a05..000000000 --- a/x11-toolkits/unique/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/unique-1.0/unique/unique.h -include/unique-1.0/unique/uniqueapp.h -include/unique-1.0/unique/uniquebackend.h -include/unique-1.0/unique/uniquemessage.h -include/unique-1.0/unique/uniqueversion.h -lib/girepository-1.0/Unique-1.0.typelib -lib/libunique-1.0.a -lib/libunique-1.0.la -lib/libunique-1.0.so -lib/libunique-1.0.so.2 -libdata/pkgconfig/unique-1.0.pc -share/gir-1.0/Unique-1.0.gir -%%DOCSDIR%%/UniqueApp.html -%%DOCSDIR%%/UniqueBackend.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/unique-Message-Data.html -%%DOCSDIR%%/unique-Versioning-Information.html -%%DOCSDIR%%/unique-overview.html -%%DOCSDIR%%/unique.devhelp -%%DOCSDIR%%/unique.devhelp2 -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/unique-1.0/unique -@dirrm include/unique-1.0 diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile deleted file mode 100644 index 04a320142..000000000 --- a/x11-toolkits/vte/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: vte -# Date created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.103 2009/11/09 09:03:00 kwm Exp $ -# - -PORTNAME= vte -PORTVERSION= 0.22.5 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Terminal widget with improved accessibility and I18N support - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_BISON= build -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GETTEXT= yes -USE_GNOME?= gnomeprefix gnomehack gtk20 ltverhack referencehack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -# BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_ARGS?=--disable-python \ - --disable-freetypetest - -.if !defined(MASTERDIR) -OPTIONS= GLX "Enable support for DRI/GLX rendering" off -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLX) && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo deleted file mode 100644 index 786a0be68..000000000 --- a/x11-toolkits/vte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vte-0.22.5.tar.bz2) = cbb17696e40ee175977bf165ef838da2 -SHA256 (gnome2/vte-0.22.5.tar.bz2) = c0987126347e12daf2bf9b772b6c58ddf8a922f5b8341470ed578d9fcea7b2f6 -SIZE (gnome2/vte-0.22.5.tar.bz2) = 1351975 diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in deleted file mode 100644 index 03db0e1c4..000000000 --- a/x11-toolkits/vte/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Wed May 17 10:45:57 2006 -+++ config.h.in Wed May 17 10:46:25 2006 -@@ -106,6 +106,9 @@ - /* Define to 1 if you have the <GL/glx.h> header file. */ - #undef HAVE_GL_GLX_H - -+/* Define to 1 if you have the `posix_openpt' function. */ -+#undef HAVE_POSIX_OPENPT -+ - /* Define to 1 if you have the `grantpt' function. */ - #undef HAVE_GRANTPT - diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure deleted file mode 100644 index e9fe90107..000000000 --- a/x11-toolkits/vte/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 13 16:22:38 2007 -+++ configure Tue Feb 13 16:23:19 2007 -@@ -24887,7 +24887,7 @@ fi - - - --for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr -+for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_func" >&5 diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in deleted file mode 100644 index 93f9d08da..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400 -+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400 -@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS - - - install-exec-hook: -- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true - - -include $(top_srcdir)/git.mk - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c deleted file mode 100644 index bc0877bf5..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c +++ /dev/null @@ -1,40 +0,0 @@ ---- gnome-pty-helper/gnome-utmp.c.orig Sat Oct 28 23:15:53 2006 -+++ gnome-pty-helper/gnome-utmp.c Sat Oct 28 23:15:40 2006 -@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v - #endif - - if (utmp) -+#if defined(__FreeBSD__) -+ logout (put.ut_line); -+#else - update_utmp (&put); -+#endif - - if (wtmp) -+#if defined(__FreeBSD__) -+ logwtmp (put.ut_line, "", ""); -+#else - update_wtmp (WTMP_OUTPUT_FILENAME, &put); -+#endif - - free (ut); - } -@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch - # endif - #endif - if (utmp) -+#if defined(__FreeBSD__) -+ login (ut); -+#else - update_utmp (ut); -+#endif - - if (wtmp) -+#if defined(__FreeBSD__) -+ logwtmp (ut->ut_line, ut->ut_name, ut->ut_host); -+#else - update_wtmp (WTMP_OUTPUT_FILENAME, ut); -+#endif - - if (lastlog) - update_lastlog(login_name, ut); diff --git a/x11-toolkits/vte/files/patch-python_Makefile.in b/x11-toolkits/vte/files/patch-python_Makefile.in deleted file mode 100644 index d821a7cf6..000000000 --- a/x11-toolkits/vte/files/patch-python_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- python/Makefile.in.orig 2009-11-01 13:38:24.000000000 -0500 -+++ python/Makefile.in 2009-11-01 13:38:24.000000000 -0500 -@@ -73,7 +73,6 @@ am__installdirs = "$(DESTDIR)$(pythonsit - LTLIBRARIES = $(pythonsiteexec_LTLIBRARIES) - am__DEPENDENCIES_1 = - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_DEPENDENCIES = \ --@BUILD_PYTHON_MODULES_TRUE@ $(top_builddir)/src/libvte.la \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) -@@ -320,7 +319,7 @@ EXTRA_DIST = vte.defs pyvte.pc.in vte.ov - # we do this to suport building with -Wl,-z,defs which errors on - # vtemodule.so as we cannot include $(PYTHON_LIBS) due to bug 410986. - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initvte $(PYTHON_LDFLAGS) $(AM_LDFLAGS) --@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = $(top_builddir)/src/libvte.la $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS) -+@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = -lvte $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS) - @BUILD_PYTHON_MODULES_TRUE@nodist_vtemodule_la_SOURCES = vte.c - all: all-am - diff --git a/x11-toolkits/vte/files/patch-src_vteseq.c b/x11-toolkits/vte/files/patch-src_vteseq.c deleted file mode 100644 index e5afb288b..000000000 --- a/x11-toolkits/vte/files/patch-src_vteseq.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/vteseq.c.orig Mon Jun 12 20:27:00 2006 -+++ src/vteseq.c Mon Jun 12 20:27:19 2006 -@@ -20,6 +20,7 @@ - #include "../config.h" - - #ifdef HAVE_SYS_SYSLIMITS_H -+#include <sys/cdefs.h> - #include <sys/syslimits.h> - #endif - diff --git a/x11-toolkits/vte/pkg-descr b/x11-toolkits/vte/pkg-descr deleted file mode 100644 index a363e23c7..000000000 --- a/x11-toolkits/vte/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Terminal widget with improved font, internationalisation and accessibility -support for the GNOME 2 desktop. Designed to replace libzvt. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist deleted file mode 100644 index 33a0070c4..000000000 --- a/x11-toolkits/vte/pkg-plist +++ /dev/null @@ -1,152 +0,0 @@ -bin/vte -include/vte/pty.h -include/vte/reaper.h -include/vte/vte.h -include/vte/vteaccess.h -include/vte/vtetypebuiltins.h -include/vte/vteversion.h -lib/libvte.a -lib/libvte.la -lib/libvte.so -lib/libvte.so.9 -lib/vte/decset -lib/vte/interpret -lib/vte/osc -lib/vte/slowcat -lib/vte/window -libdata/pkgconfig/vte.pc -libexec/gnome-pty-helper -share/locale/am/LC_MESSAGES/vte.mo -share/locale/ang/LC_MESSAGES/vte.mo -share/locale/ar/LC_MESSAGES/vte.mo -share/locale/as/LC_MESSAGES/vte.mo -share/locale/az/LC_MESSAGES/vte.mo -share/locale/be/LC_MESSAGES/vte.mo -share/locale/be@latin/LC_MESSAGES/vte.mo -share/locale/bg/LC_MESSAGES/vte.mo -share/locale/bn/LC_MESSAGES/vte.mo -share/locale/bn_IN/LC_MESSAGES/vte.mo -share/locale/bs/LC_MESSAGES/vte.mo -share/locale/ca/LC_MESSAGES/vte.mo -share/locale/ca@valencia/LC_MESSAGES/vte.mo -share/locale/cs/LC_MESSAGES/vte.mo -share/locale/cy/LC_MESSAGES/vte.mo -share/locale/da/LC_MESSAGES/vte.mo -share/locale/de/LC_MESSAGES/vte.mo -share/locale/dz/LC_MESSAGES/vte.mo -share/locale/el/LC_MESSAGES/vte.mo -share/locale/en@shaw/LC_MESSAGES/vte.mo -share/locale/en_CA/LC_MESSAGES/vte.mo -share/locale/en_GB/LC_MESSAGES/vte.mo -share/locale/es/LC_MESSAGES/vte.mo -share/locale/et/LC_MESSAGES/vte.mo -share/locale/eu/LC_MESSAGES/vte.mo -share/locale/fa/LC_MESSAGES/vte.mo -share/locale/fi/LC_MESSAGES/vte.mo -share/locale/fr/LC_MESSAGES/vte.mo -share/locale/ga/LC_MESSAGES/vte.mo -share/locale/gl/LC_MESSAGES/vte.mo -share/locale/gu/LC_MESSAGES/vte.mo -share/locale/he/LC_MESSAGES/vte.mo -share/locale/hi/LC_MESSAGES/vte.mo -share/locale/hr/LC_MESSAGES/vte.mo -share/locale/hu/LC_MESSAGES/vte.mo -share/locale/id/LC_MESSAGES/vte.mo -share/locale/is/LC_MESSAGES/vte.mo -share/locale/it/LC_MESSAGES/vte.mo -share/locale/ja/LC_MESSAGES/vte.mo -share/locale/ka/LC_MESSAGES/vte.mo -share/locale/kn/LC_MESSAGES/vte.mo -share/locale/ko/LC_MESSAGES/vte.mo -share/locale/ku/LC_MESSAGES/vte.mo -share/locale/ky/LC_MESSAGES/vte.mo -share/locale/li/LC_MESSAGES/vte.mo -share/locale/lt/LC_MESSAGES/vte.mo -share/locale/lv/LC_MESSAGES/vte.mo -share/locale/mai/LC_MESSAGES/vte.mo -share/locale/mi/LC_MESSAGES/vte.mo -share/locale/mk/LC_MESSAGES/vte.mo -share/locale/ml/LC_MESSAGES/vte.mo -share/locale/mn/LC_MESSAGES/vte.mo -share/locale/mr/LC_MESSAGES/vte.mo -share/locale/ms/LC_MESSAGES/vte.mo -share/locale/nb/LC_MESSAGES/vte.mo -share/locale/ne/LC_MESSAGES/vte.mo -share/locale/nds/LC_MESSAGES/vte.mo -share/locale/nl/LC_MESSAGES/vte.mo -share/locale/nn/LC_MESSAGES/vte.mo -share/locale/oc/LC_MESSAGES/vte.mo -share/locale/or/LC_MESSAGES/vte.mo -share/locale/pa/LC_MESSAGES/vte.mo -share/locale/pl/LC_MESSAGES/vte.mo -share/locale/pt/LC_MESSAGES/vte.mo -share/locale/pt_BR/LC_MESSAGES/vte.mo -share/locale/ro/LC_MESSAGES/vte.mo -share/locale/ru/LC_MESSAGES/vte.mo -share/locale/rw/LC_MESSAGES/vte.mo -share/locale/si/LC_MESSAGES/vte.mo -share/locale/sk/LC_MESSAGES/vte.mo -share/locale/sl/LC_MESSAGES/vte.mo -share/locale/sq/LC_MESSAGES/vte.mo -share/locale/sr/LC_MESSAGES/vte.mo -share/locale/sr@latin/LC_MESSAGES/vte.mo -share/locale/sv/LC_MESSAGES/vte.mo -share/locale/ta/LC_MESSAGES/vte.mo -share/locale/te/LC_MESSAGES/vte.mo -share/locale/th/LC_MESSAGES/vte.mo -share/locale/tr/LC_MESSAGES/vte.mo -share/locale/ug/LC_MESSAGES/vte.mo -share/locale/uk/LC_MESSAGES/vte.mo -share/locale/vi/LC_MESSAGES/vte.mo -share/locale/wa/LC_MESSAGES/vte.mo -share/locale/xh/LC_MESSAGES/vte.mo -share/locale/zh_CN/LC_MESSAGES/vte.mo -share/locale/zh_HK/LC_MESSAGES/vte.mo -share/locale/zh_TW/LC_MESSAGES/vte.mo -%%DATADIR%%/termcap/xterm -@dirrm %%DATADIR%%/termcap -@dirrm %%DATADIR%% -@dirrm lib/vte -@dirrm include/vte -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile deleted file mode 100644 index 2a09fdd27..000000000 --- a/x11-toolkits/wxgtk24/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: wxGTK -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.4.2 -PORTREVISION?= 18 -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -CATEGORIES= x11-toolkits -MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION} -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama -USE_GL= glu -USE_GMAKE= yes -USE_ICONV= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gtk20 -CONFIGURE_ARGS= --with-libpng=sys \ - --with-libjpeg=sys \ - --with-libtiff=sys \ - --with-zlib=sys \ - --with-opengl\ - --enable-gtk2 \ - --includedir=${PREFIX}/include/wx-2.4 -CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include \ - -I${LOCALBASE}/include \ - ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv \ - ${PTHREAD_LIBS}"\ - X11BASE="${LOCALBASE}" -NO_LATEST_LINK= yes -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.include <bsd.port.pre.mk> - -pre-patch: - @${REINPLACE_CMD} -e 's|lgdk|lgdk-x11-2.0|g' ${WRKSRC}/configure - -post-patch: - @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ - s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/wxgtk24/distinfo b/x11-toolkits/wxgtk24/distinfo deleted file mode 100644 index 7f5c456ff..000000000 --- a/x11-toolkits/wxgtk24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.4.2.tar.bz2) = cdadfe82fc93f8a65a2ae18a95b0b0e3 -SHA256 (wxGTK-2.4.2.tar.bz2) = 2b057cbd6f5573d2bac2c8af180fcd9f56ad4e27bba44abdd2cb0a6904c725b1 -SIZE (wxGTK-2.4.2.tar.bz2) = 5381935 diff --git a/x11-toolkits/wxgtk24/files/patch-ac b/x11-toolkits/wxgtk24/files/patch-ac deleted file mode 100644 index 416b9fe2a..000000000 --- a/x11-toolkits/wxgtk24/files/patch-ac +++ /dev/null @@ -1,84 +0,0 @@ ---- Makefile.in.orig Sun Sep 21 18:31:27 2003 -+++ Makefile.in Sat May 7 01:10:14 2005 -@@ -332,17 +332,13 @@ - - $(build_libdir)/@WX_LIBRARY_LINK1@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED@ - @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1@ -- @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2@ - cd $(build_libdir) \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK2@ -+ && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ - - $(build_libdir)/@WX_LIBRARY_LINK1_GL@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED_GL@ - @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1_GL@ -- @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2_GL@ - cd $(build_libdir) \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK2_GL@ -+ && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ - - $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h - -@@ -371,26 +367,21 @@ - - CREATE_INSTALLED_LINKS: preinstall - $(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK2@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ - - CREATE_INSTALLED_LINKS_GL: preinstall_gl - $(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK2_GL@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ - - afminstall: preinstall - @if test ! -d $(datadir); then $(INSTALL) -d $(datadir); fi - $(INSTALL) -d $(datadir)/wx -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN) -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN)/afm -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN)/gs_afm -- $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/afm -- $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/gs_afm -+ $(INSTALL) -d $(datadir)/wx/afm -+ $(INSTALL) -d $(datadir)/wx/gs_afm -+ $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm -+ $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm - - m4datainstall: preinstall - $(INSTALL) -d $(datadir)/aclocal -@@ -420,25 +411,19 @@ - @if test ! -d $(libdir); then $(INSTALL) -d $(libdir); fi - - $(INSTALL_SCRIPT) $(top_builddir)/wx@TOOLCHAIN_NAME@-config $(bindir)/wx@TOOLCHAIN_NAME@-config -- cd $(bindir) && rm -f wx-config && $(LN_S) wx@TOOLCHAIN_NAME@-config wx-config - @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ - @if test "x@WX_LIBRARY_IMPORTLIB@" != "x"; then \ - $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_IMPORTLIB@ $(libdir)/@WX_LIBRARY_IMPORTLIB@; fi -- -- $(INSTALL) -d $(libdir)/wx -- $(INSTALL) -d $(libdir)/wx/include -- $(INSTALL) -d $(libdir)/wx/include/univ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx -+ $(INSTALL) -d $(prefix)/include/wx/@TOOLCHAIN_NAME@ -+ $(INSTALL) -d $(prefix)/include/wx/@TOOLCHAIN_NAME@/wx - $(INSTALL_DATA) $(build_libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h \ -- $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h -+ $(prefix)/include/wx/@TOOLCHAIN_NAME@/wx/setup.h - - $(INSTALL) -d $(includedir)/wx - @# FIXME: This will erroneously install a wx/base dir for wxBase.. - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi -- @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/univ; fi - @if test "@TOOLKIT_DIR@" = "msw"; then $(INSTALL) -d $(includedir)/wx/msw/ole; fi - - @# always install msw headers for wxBase, it's much simpler diff --git a/x11-toolkits/wxgtk24/files/patch-configure b/x11-toolkits/wxgtk24/files/patch-configure deleted file mode 100644 index 9fb5e6e49..000000000 --- a/x11-toolkits/wxgtk24/files/patch-configure +++ /dev/null @@ -1,81 +0,0 @@ ---- configure.orig Tue Nov 4 19:54:04 2003 -+++ configure Tue Nov 4 20:12:59 2003 -@@ -11436,6 +11436,7 @@ - - - SEARCH_INCLUDE="\ -+ $X11BASE/include \ - /usr/local/include \ - \ - /usr/Motif-1.2/include \ -@@ -11731,7 +11731,7 @@ - - - if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then -- if test "$USE_DARWIN" = 1; then -+ if test "$USE_DARWIN" = 1 -o "$USE_FREEBSD" = 1; then - system_zlib_h_ok="yes" - else - echo $ac_n "checking for zlib.h >= 1.1.4""... $ac_c" 1>&6 -@@ -16099,6 +16099,13 @@ - WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc" - fi - ;; -+ -+ *-*-freebsd* ) -+ WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" -+ WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" -+ WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}" -+ WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" -+ ;; - esac - - WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" -@@ -18679,7 +18686,7 @@ - ;; - esac - -- THREAD_OPTS="$THREAD_OPTS pthread none" -+ THREAD_OPTS= - - THREADS_OK=no - for flag in $THREAD_OPTS; do -@@ -18736,6 +18743,8 @@ - THREADS_CFLAGS="" - done - -+ THREADS_OK=yes -+ - if test "x$THREADS_OK" != "xyes"; then - wxUSE_THREADS=no - echo "configure: warning: No thread support on this system... disabled" 1>&2 -@@ -18752,7 +18761,6 @@ - flag="-D_THREAD_SAFE" - ;; - *-freebsd*) -- flag="-D_THREAD_SAFE" - ;; - *-hp-hpux* ) - flag="-D_REENTRANT" -@@ -19529,21 +19537,6 @@ - CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" - ;; - esac --fi -- --if test "$wxUSE_OPTIMISE" = "no" ; then -- OPTIMISE= --else -- if test "$GCC" = yes ; then -- OPTIMISE="-O2" -- case "${host}" in -- i586-*-*|i686-*-* ) -- OPTIMISE="${OPTIMISE} " -- ;; -- esac -- else -- OPTIMISE="-O" -- fi - fi - - if test "$WXWIN_COMPATIBILITY_2" = "yes"; then diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h b/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h deleted file mode 100644 index 57217e446..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/include/wx/fl/frmview.h.orig Wed Nov 5 00:02:21 2003 -+++ contrib/include/wx/fl/frmview.h Wed Nov 5 00:03:08 2003 -@@ -114,7 +114,7 @@ - - // if file name is empty, views are are not saved/loaded - -- virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = "" ); -+ virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = wxEmptyString ); - - // synonyms - wxFrame* GetParentFrame(); diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in deleted file mode 100644 index bf27c32d7..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/src/Makefile.in.orig Sun Sep 21 18:32:39 2003 -+++ contrib/src/Makefile.in Tue Nov 4 22:30:37 2003 -@@ -1,6 +1,6 @@ - # $Id: patch-contrib-src-Makefile.in,v 1.5 2009-09-28 11:50:49 kwm Exp $ - --CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc animate #applet -+CONTRIB_SUBDIRS=canvas fl gizmos net ogl plot stc svg xrc #animate applet mmedia - - all: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp deleted file mode 100644 index 88d677891..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- contrib/src/gizmos/multicell.cpp.orig Wed Nov 5 00:04:44 2003 -+++ contrib/src/gizmos/multicell.cpp Wed Nov 5 00:06:11 2003 -@@ -633,17 +633,12 @@ - m_minCellSize = wxSize(5, 5); - } - //--------------------------------------------------------------------------- --wxString itoa(int x) --{ -- char bfr[255]; -- sprintf(bfr, "%d", x); -- return bfr; --} --//--------------------------------------------------------------------------- - void wxMultiCellCanvas :: Add(wxWindow *win, unsigned int row, unsigned int col) - { -- wxASSERT_MSG(row >= 0 && row < m_maxRows, wxString("Row ") + itoa(row) + " out of bounds (" + itoa(m_maxRows) + ")"); -- wxASSERT_MSG(col >= 0 && col < m_maxCols, wxString("Column ") + itoa(col) + " out of bounds (" + itoa(m_maxCols) + ")"); -+ wxASSERT_MSG(row >= 0 && row < m_maxRows, -+ wxString::Format(_T("Row %d out of bounds (0..%d)"), row, m_maxRows) ); -+ wxASSERT_MSG(col >= 0 && col < m_maxCols, -+ wxString::Format(_T("Column %d out of bounds (0..%d)"), col, m_maxCols) ); - wxASSERT_MSG(m_cells[CELL_LOC(row, col)] == NULL, wxT("Cell already occupied")); - - wxCell *newCell = new wxCell(win); -@@ -660,7 +655,7 @@ - if (!m_cells[CELL_LOC(row, col)]) - { - // Create an empty static text field as a placeholder -- m_cells[CELL_LOC(row, col)] = new wxCell(new wxStaticText(m_parent, -1, "")); -+ m_cells[CELL_LOC(row, col)] = new wxCell(new wxStaticText(m_parent, -1, wxT(""))); - } - wxFlexGridSizer::Add(m_cells[CELL_LOC(row, col)]->m_window); - } diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp deleted file mode 100644 index ff6fc281b..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- contrib/src/plot/plot.cpp.orig Wed Nov 5 00:03:37 2003 -+++ contrib/src/plot/plot.cpp Wed Nov 5 00:04:27 2003 -@@ -204,7 +204,7 @@ - END_EVENT_TABLE() - - wxPlotArea::wxPlotArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, "plotarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, _T("plotarea") ) - { - m_owner = parent; - -@@ -462,7 +462,7 @@ - END_EVENT_TABLE() - - wxPlotXAxisArea::wxPlotXAxisArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, "plotxaxisarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, _T("plotxaxisarea") ) - { - m_owner = parent; - -@@ -589,7 +589,7 @@ - END_EVENT_TABLE() - - wxPlotYAxisArea::wxPlotYAxisArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, "plotyaxisarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, _T("plotyaxisarea") ) - { - m_owner = parent; - -@@ -713,7 +713,7 @@ - END_EVENT_TABLE() - - wxPlotWindow::wxPlotWindow( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag ) -- : wxScrolledWindow( parent, id, pos, size, flag, "plotcanvas" ) -+ : wxScrolledWindow( parent, id, pos, size, flag, _T("plotcanvas") ) - { - m_xUnitsPerValue = 1.0; - m_xZoom = 1.0; diff --git a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h b/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h deleted file mode 100644 index f0fd474d8..000000000 --- a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- include/wx/wxchar.h.orig Sun Sep 15 21:19:48 2002 -+++ include/wx/wxchar.h Sat Oct 26 18:06:12 2002 -@@ -554,10 +554,10 @@ - #endif // wxUSE_WCHAR_T - - // checks whether the passed in pointer is NULL and if the string is empty --inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } -+WXDLLEXPORT inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } - - // safe version of strlen() (returns 0 if passed NULL pointer) --inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } -+WXDLLEXPORT inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } - - WXDLLEXPORT bool wxOKlibc(); // for internal use - diff --git a/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp b/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp deleted file mode 100644 index f4931273f..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp +++ /dev/null @@ -1,56 +0,0 @@ ---- src/common/datetime.cpp.orig Tue Nov 4 09:50:09 2003 -+++ src/common/datetime.cpp Tue Nov 4 09:52:02 2003 -@@ -349,6 +349,35 @@ - return wxString(buf); - } - -+#ifdef HAVE_STRPTIME -+ -+// Unicode-friendly strptime() wrapper -+static const wxChar * -+CallStrptime(const wxChar *input, const char *fmt, tm *tm) -+{ -+ // the problem here is that strptime() returns pointer into the string we -+ // passed to it while we're really interested in the pointer into the -+ // original, Unicode, string so we try to transform the pointer back -+#if wxUSE_UNICODE -+ wxCharBuffer inputMB(wxConvertWX2MB(input)); -+#else // ASCII -+ const char * const inputMB = input; -+#endif // Unicode/Ascii -+ -+ const char *result = strptime(inputMB, fmt, tm); -+ if ( !result ) -+ return NULL; -+ -+#if wxUSE_UNICODE -+ // FIXME: this is wrong in presence of surrogates &c -+ return input + (result - inputMB.data()); -+#else // ASCII -+ return result; -+#endif // Unicode/Ascii -+} -+ -+#endif // HAVE_STRPTIME -+ - // if year and/or month have invalid values, replace them with the current ones - static void ReplaceDefaultYearMonthWithCurrent(int *year, - wxDateTime::Month *month) -@@ -2920,7 +2949,7 @@ - // to our generic code anyhow (FIXME !Unicode friendly) - { - struct tm tm; -- const wxChar *result = strptime(input, "%x", &tm); -+ const wxChar *result = CallStrptime(input, "%x", &tm); - if ( result ) - { - input = result; -@@ -2985,7 +3014,7 @@ - { - // use strptime() to do it for us (FIXME !Unicode friendly) - struct tm tm; -- input = strptime(input, "%X", &tm); -+ input = CallStrptime(input, "%X", &tm); - if ( !input ) - { - return (wxChar *)NULL; diff --git a/x11-toolkits/wxgtk24/files/patch-src-gtk-gsockgtk.cpp b/x11-toolkits/wxgtk24/files/patch-src-gtk-gsockgtk.cpp deleted file mode 100644 index 9ad23614f..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-gtk-gsockgtk.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- src/gtk/gsockgtk.c.orig 2003-09-21 13:31:58.000000000 +0200 -+++ src/gtk/gsockgtk.c 2009-09-28 13:38:26.000000000 +0200 -@@ -13,8 +13,15 @@ - #include <stdlib.h> - #include <stdio.h> - -+// newer versions of glib define its own GSocket but we unfortunately use this -+// name in our own (semi-)public header and so can't change it -- rename glib -+// one instead -+#define GSocket GlibGSocket -+#define _GSocket GlibGSocket - #include <gdk/gdk.h> - #include <glib.h> -+#undef GSocket -+#undef _GSocket - - #include "wx/gsocket.h" - #include "wx/unix/gsockunx.h" diff --git a/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp b/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp deleted file mode 100644 index 1aae1c52f..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/notebook.cpp.orig Sun Sep 21 18:31:57 2003 -+++ src/gtk/notebook.cpp Mon Nov 10 03:26:16 2003 -@@ -643,7 +643,7 @@ - nb_page->m_text = text; - if (nb_page->m_text.IsEmpty()) nb_page->m_text = wxT(""); - -- nb_page->m_label = GTK_LABEL( gtk_label_new(nb_page->m_text.mbc_str()) ); -+ nb_page->m_label = GTK_LABEL( gtk_label_new(wxGTK_CONV(nb_page->m_text)) ); - gtk_box_pack_end( GTK_BOX(nb_page->m_box), GTK_WIDGET(nb_page->m_label), FALSE, FALSE, m_padding ); - - /* show the label */ diff --git a/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in b/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in deleted file mode 100644 index af05f435d..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in +++ /dev/null @@ -1,54 +0,0 @@ ---- src/makelib.env.in.orig Sun Sep 21 18:31:38 2003 -+++ src/makelib.env.in Sat May 7 00:33:13 2005 -@@ -35,8 +35,8 @@ - INSTALL_DATA = @INSTALL_DATA@ - - TARGETLIB_STATIC = $(TARGET_LIBNAME).a --TARGETLIB_SHARED = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT).$(LIBVERSION_REVISION).$(LIBVERSION_AGE) --TARGETLIB_LINK1 = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT) -+TARGETLIB_SHARED = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT) -+TARGETLIB_LINK1 = $(TARGET_LIBNAME).so - TARGETLIB_LINK2 = $(TARGET_LIBNAME).so - - TARGETLIB_SONAME = @WX_TARGET_LIBRARY_SONAME@ -@@ -72,9 +72,8 @@ - @$(INSTALL) -d $(top_builddir)/lib - $(SHARED_LD) $@ $(TARGETLIB_SONAME) $(OBJECTS) $(LDFLAGS_VERSIONING) - cd $(top_builddir)/lib \ -- && $(RM) $(TARGETLIB_LINK1) $(TARGETLIB_LINK2) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK2) -+ && $(RM) $(TARGETLIB_LINK1) \ -+ && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) - - $(top_builddir)/lib/$(TARGETLIB_STATIC): $(OBJECTS) - @$(INSTALL) -d $(top_builddir)/lib -@@ -86,10 +85,9 @@ - - install_so: - $(INSTALL_PROGRAM) $(top_builddir)/lib/$(TARGETLIB_SHARED) $(libdir)/$(TARGETLIB_SHARED) -- @$(RM) $(libdir)/$(TARGETLIB_LINK1) $(libdir)/$(TARGETLIB_LINK2) -+ @$(RM) $(libdir)/$(TARGETLIB_LINK1) - cd $(libdir) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK2) -+ && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) - - install_a: - $(INSTALL_PROGRAM) $(top_builddir)/lib/$(TARGETLIB_STATIC) $(libdir)/$(TARGETLIB_STATIC) -@@ -105,7 +103,6 @@ - $(RM) $(libdir)/$(TARGETLIB_STATIC) - $(RM) $(libdir)/$(TARGETLIB_SHARED) - $(RM) $(libdir)/$(TARGETLIB_LINK1) -- $(RM) $(libdir)/$(TARGETLIB_LINK2) - @echo "removing headers" - @for h in $(HEADERS); do \ - $(RM) $(includedir)/wx/$(HEADER_SUBDIR)/$$h; \ -@@ -118,7 +115,6 @@ - clean: - $(RM) $(OBJECTS) $(top_builddir)/lib/$(TARGETLIB_SHARED) \ - $(top_builddir)/lib/$(TARGETLIB_LINK1) \ -- $(top_builddir)/lib/$(TARGETLIB_LINK2) \ - $(top_builddir)/lib/$(TARGETLIB_STATIC) core - - .PHONY: all libtype_so libtype_a install install_so install_a install_headers uninstall clean diff --git a/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp b/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp deleted file mode 100644 index f8e465e4c..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- src/common/intl.cpp.orig Sat Oct 4 23:10:24 2003 -+++ src/common/intl.cpp Sun Oct 5 21:35:30 2003 -@@ -743,8 +742,18 @@ - } - if ( !retloc ) - { -+ wxString langFull; -+ if (wxGetEnv(wxT("LC_ALL"), &langFull)|| -+ wxGetEnv(wxT("LC_MESSAGES"), &langFull) || -+ wxGetEnv(wxT("LANG"), &langFull)) -+ { -+ retloc = wxSetlocale(LC_ALL, langFull); -+ } -+ } -+ if ( !retloc ) -+ { - wxLogError(wxT("Cannot set locale to '%s'."), locale.c_str()); -- return FALSE; -+ //return FALSE; - } - #elif defined(__WIN32__) - diff --git a/x11-toolkits/wxgtk24/files/patch-src_generic_dcpsg.cpp b/x11-toolkits/wxgtk24/files/patch-src_generic_dcpsg.cpp deleted file mode 100644 index 2de14ab24..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src_generic_dcpsg.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- src/generic/dcpsg.cpp.orig Fri Sep 29 19:57:20 2006 -+++ src/generic/dcpsg.cpp Fri Sep 29 19:58:00 2006 -@@ -1146,7 +1146,7 @@ - FILE *file; - }; - --static int paps_move_to( FT_Vector* to, -+static int paps_move_to( const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; -@@ -1156,7 +1156,7 @@ - return 0; - } - --static int paps_line_to( FT_Vector* to, -+static int paps_line_to( const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; -@@ -1166,8 +1166,8 @@ - return 0; - } - --static int paps_conic_to( FT_Vector* control, -- FT_Vector* to, -+static int paps_conic_to( const FT_Vector* control, -+ const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; -@@ -1179,9 +1179,9 @@ - return 0; - } - --static int paps_cubic_to( FT_Vector* control1, -- FT_Vector* control2, -- FT_Vector* to, -+static int paps_cubic_to( const FT_Vector* control1, -+ const FT_Vector* control2, -+ const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; diff --git a/x11-toolkits/wxgtk24/files/patch-wx-config.in b/x11-toolkits/wxgtk24/files/patch-wx-config.in deleted file mode 100644 index a7ed9b679..000000000 --- a/x11-toolkits/wxgtk24/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig Wed Nov 5 00:19:46 2003 -+++ wx-config.in Wed Nov 5 00:20:14 2003 -@@ -66,7 +66,7 @@ - if test $inplace_flag = yes ; then - includes="-I$inplace_builddir/lib/wx/include/@TOOLCHAIN_NAME@ -I$inplace_include" - else -- includes="-I@libdir@/wx/include/@TOOLCHAIN_NAME@$includes" -+ includes="-I@prefix@/include/wx/@TOOLCHAIN_NAME@$includes" - fi - - if test $static_flag = yes ; then diff --git a/x11-toolkits/wxgtk24/pkg-descr b/x11-toolkits/wxgtk24/pkg-descr deleted file mode 100644 index 67f1f41d3..000000000 --- a/x11-toolkits/wxgtk24/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform -independent software development. On FreeBSD the Gtk toolkit is used. - -WWW: http://www.wxwidgets.org/ diff --git a/x11-toolkits/wxgtk24/pkg-plist b/x11-toolkits/wxgtk24/pkg-plist deleted file mode 100644 index 3142aab31..000000000 --- a/x11-toolkits/wxgtk24/pkg-plist +++ /dev/null @@ -1,425 +0,0 @@ -bin/wxgtk2-2.4-config -include/wx-2.4/wx/accel.h -include/wx-2.4/wx/app.h -include/wx-2.4/wx/arrimpl.cpp -include/wx-2.4/wx/artprov.h -include/wx-2.4/wx/bitmap.h -include/wx-2.4/wx/bmpbuttn.h -include/wx-2.4/wx/brush.h -include/wx-2.4/wx/buffer.h -include/wx-2.4/wx/build.h -include/wx-2.4/wx/busyinfo.h -include/wx-2.4/wx/button.h -include/wx-2.4/wx/calctrl.h -include/wx-2.4/wx/caret.h -include/wx-2.4/wx/checkbox.h -include/wx-2.4/wx/checklst.h -include/wx-2.4/wx/chkconf.h -include/wx-2.4/wx/choicdlg.h -include/wx-2.4/wx/choice.h -include/wx-2.4/wx/clipbrd.h -include/wx-2.4/wx/clntdata.h -include/wx-2.4/wx/cmdline.h -include/wx-2.4/wx/cmdproc.h -include/wx-2.4/wx/cmndata.h -include/wx-2.4/wx/colordlg.h -include/wx-2.4/wx/colour.h -include/wx-2.4/wx/combobox.h -include/wx-2.4/wx/confbase.h -include/wx-2.4/wx/config.h -include/wx-2.4/wx/containr.h -include/wx-2.4/wx/control.h -include/wx-2.4/wx/cshelp.h -include/wx-2.4/wx/ctrlsub.h -include/wx-2.4/wx/cursor.h -include/wx-2.4/wx/dataobj.h -include/wx-2.4/wx/date.h -include/wx-2.4/wx/datetime.h -include/wx-2.4/wx/datetime.inl -include/wx-2.4/wx/datstrm.h -include/wx-2.4/wx/db.h -include/wx-2.4/wx/dbgrid.h -include/wx-2.4/wx/dbkeyg.h -include/wx-2.4/wx/dbtable.h -include/wx-2.4/wx/dc.h -include/wx-2.4/wx/dcbuffer.h -include/wx-2.4/wx/dcclient.h -include/wx-2.4/wx/dcmemory.h -include/wx-2.4/wx/dcprint.h -include/wx-2.4/wx/dcps.h -include/wx-2.4/wx/dcscreen.h -include/wx-2.4/wx/dde.h -include/wx-2.4/wx/debug.h -include/wx-2.4/wx/defs.h -include/wx-2.4/wx/dialog.h -include/wx-2.4/wx/dialup.h -include/wx-2.4/wx/dir.h -include/wx-2.4/wx/dirctrl.h -include/wx-2.4/wx/dirdlg.h -include/wx-2.4/wx/dnd.h -include/wx-2.4/wx/docmdi.h -include/wx-2.4/wx/docview.h -include/wx-2.4/wx/dragimag.h -include/wx-2.4/wx/dynarray.h -include/wx-2.4/wx/dynlib.h -include/wx-2.4/wx/dynload.h -include/wx-2.4/wx/effects.h -include/wx-2.4/wx/encconv.h -include/wx-2.4/wx/event.h -include/wx-2.4/wx/expr.h -include/wx-2.4/wx/fdrepdlg.h -include/wx-2.4/wx/features.h -include/wx-2.4/wx/ffile.h -include/wx-2.4/wx/file.h -include/wx-2.4/wx/fileconf.h -include/wx-2.4/wx/filedlg.h -include/wx-2.4/wx/filefn.h -include/wx-2.4/wx/filename.h -include/wx-2.4/wx/filesys.h -include/wx-2.4/wx/font.h -include/wx-2.4/wx/fontdlg.h -include/wx-2.4/wx/fontenc.h -include/wx-2.4/wx/fontenum.h -include/wx-2.4/wx/fontmap.h -include/wx-2.4/wx/fontutil.h -include/wx-2.4/wx/frame.h -include/wx-2.4/wx/fs_inet.h -include/wx-2.4/wx/fs_mem.h -include/wx-2.4/wx/fs_zip.h -include/wx-2.4/wx/gauge.h -include/wx-2.4/wx/gdicmn.h -include/wx-2.4/wx/gdiobj.h -include/wx-2.4/wx/generic/accel.h -include/wx-2.4/wx/generic/calctrl.h -include/wx-2.4/wx/generic/caret.h -include/wx-2.4/wx/generic/choicdgg.h -include/wx-2.4/wx/generic/colrdlgg.h -include/wx-2.4/wx/generic/dcpsg.h -include/wx-2.4/wx/generic/dirctrlg.h -include/wx-2.4/wx/generic/dirdlgg.h -include/wx-2.4/wx/generic/dragimgg.h -include/wx-2.4/wx/generic/fdrepdlg.h -include/wx-2.4/wx/generic/filedlgg.h -include/wx-2.4/wx/generic/fontdlgg.h -include/wx-2.4/wx/generic/grid.h -include/wx-2.4/wx/generic/gridctrl.h -include/wx-2.4/wx/generic/gridg.h -include/wx-2.4/wx/generic/helpext.h -include/wx-2.4/wx/generic/helphtml.h -include/wx-2.4/wx/generic/imaglist.h -include/wx-2.4/wx/generic/laywin.h -include/wx-2.4/wx/generic/listctrl.h -include/wx-2.4/wx/generic/msgdlgg.h -include/wx-2.4/wx/generic/notebook.h -include/wx-2.4/wx/generic/paletteg.h -include/wx-2.4/wx/generic/panelg.h -include/wx-2.4/wx/generic/printps.h -include/wx-2.4/wx/generic/prntdlgg.h -include/wx-2.4/wx/generic/progdlgg.h -include/wx-2.4/wx/generic/sashwin.h -include/wx-2.4/wx/generic/scrolwin.h -include/wx-2.4/wx/generic/spinctlg.h -include/wx-2.4/wx/generic/splash.h -include/wx-2.4/wx/generic/splitter.h -include/wx-2.4/wx/generic/statusbr.h -include/wx-2.4/wx/generic/tabg.h -include/wx-2.4/wx/generic/textdlgg.h -include/wx-2.4/wx/generic/timer.h -include/wx-2.4/wx/generic/treectlg.h -include/wx-2.4/wx/generic/wizard.h -include/wx-2.4/wx/geometry.h -include/wx-2.4/wx/gifdecod.h -include/wx-2.4/wx/glcanvas.h -include/wx-2.4/wx/grid.h -include/wx-2.4/wx/gsocket.h -include/wx-2.4/wx/gtk/accel.h -include/wx-2.4/wx/gtk/app.h -include/wx-2.4/wx/gtk/bitmap.h -include/wx-2.4/wx/gtk/bmpbuttn.h -include/wx-2.4/wx/gtk/brush.h -include/wx-2.4/wx/gtk/button.h -include/wx-2.4/wx/gtk/checkbox.h -include/wx-2.4/wx/gtk/checklst.h -include/wx-2.4/wx/gtk/choice.h -include/wx-2.4/wx/gtk/clipbrd.h -include/wx-2.4/wx/gtk/colour.h -include/wx-2.4/wx/gtk/combobox.h -include/wx-2.4/wx/gtk/control.h -include/wx-2.4/wx/gtk/cursor.h -include/wx-2.4/wx/gtk/dataform.h -include/wx-2.4/wx/gtk/dataobj.h -include/wx-2.4/wx/gtk/dataobj2.h -include/wx-2.4/wx/gtk/dc.h -include/wx-2.4/wx/gtk/dcclient.h -include/wx-2.4/wx/gtk/dcmemory.h -include/wx-2.4/wx/gtk/dcscreen.h -include/wx-2.4/wx/gtk/dialog.h -include/wx-2.4/wx/gtk/dnd.h -include/wx-2.4/wx/gtk/filedlg.h -include/wx-2.4/wx/gtk/font.h -include/wx-2.4/wx/gtk/fontdlg.h -include/wx-2.4/wx/gtk/frame.h -include/wx-2.4/wx/gtk/gauge.h -include/wx-2.4/wx/gtk/gdiobj.h -include/wx-2.4/wx/gtk/glcanvas.h -include/wx-2.4/wx/gtk/icon.h -include/wx-2.4/wx/gtk/joystick.h -include/wx-2.4/wx/gtk/listbox.h -include/wx-2.4/wx/gtk/mdi.h -include/wx-2.4/wx/gtk/menu.h -include/wx-2.4/wx/gtk/menuitem.h -include/wx-2.4/wx/gtk/minifram.h -include/wx-2.4/wx/gtk/notebook.h -include/wx-2.4/wx/gtk/pen.h -include/wx-2.4/wx/gtk/popupwin.h -include/wx-2.4/wx/gtk/radiobox.h -include/wx-2.4/wx/gtk/radiobut.h -include/wx-2.4/wx/gtk/region.h -include/wx-2.4/wx/gtk/scrolbar.h -include/wx-2.4/wx/gtk/scrolwin.h -include/wx-2.4/wx/gtk/slider.h -include/wx-2.4/wx/gtk/spinbutt.h -include/wx-2.4/wx/gtk/spinctrl.h -include/wx-2.4/wx/gtk/statbmp.h -include/wx-2.4/wx/gtk/statbox.h -include/wx-2.4/wx/gtk/statline.h -include/wx-2.4/wx/gtk/stattext.h -include/wx-2.4/wx/gtk/tbargtk.h -include/wx-2.4/wx/gtk/textctrl.h -include/wx-2.4/wx/gtk/tglbtn.h -include/wx-2.4/wx/gtk/timer.h -include/wx-2.4/wx/gtk/tooltip.h -include/wx-2.4/wx/gtk/toplevel.h -include/wx-2.4/wx/gtk/treectrl.h -include/wx-2.4/wx/gtk/wave.h -include/wx-2.4/wx/gtk/win_gtk.h -include/wx-2.4/wx/gtk/window.h -include/wx-2.4/wx/hash.h -include/wx-2.4/wx/hashmap.h -include/wx-2.4/wx/help.h -include/wx-2.4/wx/helpbase.h -include/wx-2.4/wx/helphtml.h -include/wx-2.4/wx/helpwin.h -include/wx-2.4/wx/html/forcelnk.h -include/wx-2.4/wx/html/helpctrl.h -include/wx-2.4/wx/html/helpdata.h -include/wx-2.4/wx/html/helpfrm.h -include/wx-2.4/wx/html/htmlcell.h -include/wx-2.4/wx/html/htmldefs.h -include/wx-2.4/wx/html/htmlfilt.h -include/wx-2.4/wx/html/htmlpars.h -include/wx-2.4/wx/html/htmltag.h -include/wx-2.4/wx/html/htmlwin.h -include/wx-2.4/wx/html/htmprint.h -include/wx-2.4/wx/html/m_templ.h -include/wx-2.4/wx/html/winpars.h -include/wx-2.4/wx/icon.h -include/wx-2.4/wx/iconbndl.h -include/wx-2.4/wx/imagbmp.h -include/wx-2.4/wx/image.h -include/wx-2.4/wx/imaggif.h -include/wx-2.4/wx/imagiff.h -include/wx-2.4/wx/imagjpeg.h -include/wx-2.4/wx/imaglist.h -include/wx-2.4/wx/imagpcx.h -include/wx-2.4/wx/imagpng.h -include/wx-2.4/wx/imagpnm.h -include/wx-2.4/wx/imagtiff.h -include/wx-2.4/wx/imagxpm.h -include/wx-2.4/wx/intl.h -include/wx-2.4/wx/ioswrap.h -include/wx-2.4/wx/ipc.h -include/wx-2.4/wx/ipcbase.h -include/wx-2.4/wx/isql.h -include/wx-2.4/wx/isqlext.h -include/wx-2.4/wx/joystick.h -include/wx-2.4/wx/layout.h -include/wx-2.4/wx/laywin.h -include/wx-2.4/wx/list.h -include/wx-2.4/wx/listbase.h -include/wx-2.4/wx/listbox.h -include/wx-2.4/wx/listctrl.h -include/wx-2.4/wx/listimpl.cpp -include/wx-2.4/wx/log.h -include/wx-2.4/wx/longlong.h -include/wx-2.4/wx/matrix.h -include/wx-2.4/wx/mdi.h -include/wx-2.4/wx/memconf.h -include/wx-2.4/wx/memory.h -include/wx-2.4/wx/memtext.h -include/wx-2.4/wx/menu.h -include/wx-2.4/wx/menuitem.h -include/wx-2.4/wx/metafile.h -include/wx-2.4/wx/mimetype.h -include/wx-2.4/wx/minifram.h -include/wx-2.4/wx/module.h -include/wx-2.4/wx/msgdlg.h -include/wx-2.4/wx/msgout.h -include/wx-2.4/wx/mstream.h -include/wx-2.4/wx/notebook.h -include/wx-2.4/wx/object.h -include/wx-2.4/wx/odbc.h -include/wx-2.4/wx/ownerdrw.h -include/wx-2.4/wx/palette.h -include/wx-2.4/wx/panel.h -include/wx-2.4/wx/paper.h -include/wx-2.4/wx/pen.h -include/wx-2.4/wx/platform.h -include/wx-2.4/wx/popupwin.h -include/wx-2.4/wx/print.h -include/wx-2.4/wx/printdlg.h -include/wx-2.4/wx/prntbase.h -include/wx-2.4/wx/process.h -include/wx-2.4/wx/progdlg.h -include/wx-2.4/wx/prop.h -include/wx-2.4/wx/propform.h -include/wx-2.4/wx/proplist.h -include/wx-2.4/wx/protocol/file.h -include/wx-2.4/wx/protocol/ftp.h -include/wx-2.4/wx/protocol/http.h -include/wx-2.4/wx/protocol/protocol.h -include/wx-2.4/wx/quantize.h -include/wx-2.4/wx/radiobox.h -include/wx-2.4/wx/radiobut.h -include/wx-2.4/wx/regex.h -include/wx-2.4/wx/region.h -include/wx-2.4/wx/resource.h -include/wx-2.4/wx/sashwin.h -include/wx-2.4/wx/sckaddr.h -include/wx-2.4/wx/sckipc.h -include/wx-2.4/wx/sckstrm.h -include/wx-2.4/wx/scrolbar.h -include/wx-2.4/wx/scrolwin.h -include/wx-2.4/wx/settings.h -include/wx-2.4/wx/sizer.h -include/wx-2.4/wx/slider.h -include/wx-2.4/wx/snglinst.h -include/wx-2.4/wx/socket.h -include/wx-2.4/wx/spinbutt.h -include/wx-2.4/wx/spinctrl.h -include/wx-2.4/wx/splash.h -include/wx-2.4/wx/splitter.h -include/wx-2.4/wx/stack.h -include/wx-2.4/wx/statbmp.h -include/wx-2.4/wx/statbox.h -include/wx-2.4/wx/statline.h -include/wx-2.4/wx/stattext.h -include/wx-2.4/wx/statusbr.h -include/wx-2.4/wx/strconv.h -include/wx-2.4/wx/stream.h -include/wx-2.4/wx/string.h -include/wx-2.4/wx/sysopt.h -include/wx-2.4/wx/tab.h -include/wx-2.4/wx/tabctrl.h -include/wx-2.4/wx/taskbar.h -include/wx-2.4/wx/tbarbase.h -include/wx-2.4/wx/tbarsmpl.h -include/wx-2.4/wx/textbuf.h -include/wx-2.4/wx/textctrl.h -include/wx-2.4/wx/textdlg.h -include/wx-2.4/wx/textfile.h -include/wx-2.4/wx/tglbtn.h -include/wx-2.4/wx/thread.h -include/wx-2.4/wx/thrimpl.cpp -include/wx-2.4/wx/time.h -include/wx-2.4/wx/timer.h -include/wx-2.4/wx/tipdlg.h -include/wx-2.4/wx/tipwin.h -include/wx-2.4/wx/tokenzr.h -include/wx-2.4/wx/toolbar.h -include/wx-2.4/wx/tooltip.h -include/wx-2.4/wx/toplevel.h -include/wx-2.4/wx/treebase.h -include/wx-2.4/wx/treectrl.h -include/wx-2.4/wx/txtstrm.h -include/wx-2.4/wx/types.h -include/wx-2.4/wx/unix/execute.h -include/wx-2.4/wx/unix/fontutil.h -include/wx-2.4/wx/unix/gsockunx.h -include/wx-2.4/wx/unix/mimetype.h -include/wx-2.4/wx/unix/utilsx11.h -include/wx-2.4/wx/url.h -include/wx-2.4/wx/utils.h -include/wx-2.4/wx/valgen.h -include/wx-2.4/wx/validate.h -include/wx-2.4/wx/valtext.h -include/wx-2.4/wx/variant.h -include/wx-2.4/wx/vector.h -include/wx-2.4/wx/version.h -include/wx-2.4/wx/volume.h -include/wx-2.4/wx/wave.h -include/wx-2.4/wx/wfstream.h -include/wx-2.4/wx/window.h -include/wx-2.4/wx/wizard.h -include/wx-2.4/wx/wx.h -include/wx-2.4/wx/wx_cw.h -include/wx-2.4/wx/wx_cw_cm.h -include/wx-2.4/wx/wx_cw_d.h -include/wx-2.4/wx/wxchar.h -include/wx-2.4/wx/wxexpr.h -include/wx-2.4/wx/wxhtml.h -include/wx-2.4/wx/wxprec.h -include/wx-2.4/wx/xpmdecod.h -include/wx-2.4/wx/zipstrm.h -include/wx-2.4/wx/zstream.h -include/wx/gtk2-2.4/wx/setup.h -lib/libwx_gtk2-2.4.so -lib/libwx_gtk2-2.4.so.0 -lib/libwx_gtk2_gl-2.4.so -lib/libwx_gtk2_gl-2.4.so.0 -share/aclocal/wxwin.m4 -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/LC_MESSAGES/wxstd.mo -share/locale/es/LC_MESSAGES/wxstd.mo -share/locale/fi/LC_MESSAGES/wxstd.mo -share/locale/fr/LC_MESSAGES/wxstd.mo -share/locale/hu/LC_MESSAGES/wxstd.mo -share/locale/id/LC_MESSAGES/wxstd.mo -share/locale/it/LC_MESSAGES/wxstd.mo -share/locale/nl/LC_MESSAGES/wxstd.mo -share/locale/pl/LC_MESSAGES/wxstd.mo -share/locale/ru/LC_MESSAGES/wxstd.mo -share/locale/sl/LC_MESSAGES/wxstd.mo -share/locale/sv/LC_MESSAGES/wxstd.mo -share/locale/tr/LC_MESSAGES/wxstd.mo -share/locale/zh/LC_MESSAGES/wxstd.mo -share/wx/afm/Cour.afm -share/wx/afm/CourBo.afm -share/wx/afm/CourBoO.afm -share/wx/afm/CourO.afm -share/wx/afm/Helv.afm -share/wx/afm/HelvBo.afm -share/wx/afm/HelvBoO.afm -share/wx/afm/HelvO.afm -share/wx/afm/TimesBo.afm -share/wx/afm/TimesBoO.afm -share/wx/afm/TimesO.afm -share/wx/afm/TimesRo.afm -share/wx/afm/Zapf.afm -share/wx/gs_afm/Cour.afm -share/wx/gs_afm/CourBo.afm -share/wx/gs_afm/CourBoO.afm -share/wx/gs_afm/CourO.afm -share/wx/gs_afm/Helv.afm -share/wx/gs_afm/HelvBo.afm -share/wx/gs_afm/HelvBoO.afm -share/wx/gs_afm/HelvO.afm -share/wx/gs_afm/TimesBo.afm -share/wx/gs_afm/TimesBoO.afm -share/wx/gs_afm/TimesO.afm -share/wx/gs_afm/TimesRo.afm -share/wx/gs_afm/Zapf.afm -@dirrm share/wx/gs_afm -@dirrm share/wx/afm -@dirrm share/wx -@dirrm include/wx/gtk2-2.4/wx -@dirrm include/wx/gtk2-2.4 -@dirrm include/wx-2.4/wx/unix -@dirrm include/wx-2.4/wx/protocol -@dirrm include/wx-2.4/wx/html -@dirrm include/wx-2.4/wx/gtk -@dirrm include/wx-2.4/wx/generic -@dirrm include/wx-2.4/wx -@dirrm include/wx-2.4 -@dirrm include/wx diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile deleted file mode 100644 index 73589d934..000000000 --- a/x11-toolkits/wxgtk26/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# New ports collection makefile for: wxgtk26 -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.6.4 -PORTREVISION?= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION} -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png\ - jpeg.10:${PORTSDIR}/graphics/jpeg\ - tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack - -USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama -USE_GL= glu -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libpng=sys\ - --with-libjpeg=sys\ - --with-libtiff=sys\ - --with-zlib=sys\ - --with-expat=sys\ - --with-opengl\ - --with-mspack\ - --with-gtk\ - --disable-backtrace -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}"\ - X11BASE="${LOCALBASE}" -NO_LATEST_LINK= yes -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.if ${WXGTK_FLAVOR} == "gtk2" -CONFLICTS= wxgtk2-contrib-devel-2.5.2* -.endif - -.if ${WXGTK_FLAVOR} != "gtk2-common" -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.6/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk26-common -.endif - -.if ${WXGTK_FLAVOR:M*-common} != "" -NO_BUILD= yes -INSTALL_TARGET= install-common -.else -USE_LDCONFIG= yes -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk2-contrib-common" -USE_WX= 2.6 -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.6/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk26-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -WX_UNICODE= yes -.endif - -pre-configure: - @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s|@CXXFLAGS@|${CFLAGS} `${WX_CONFIG} --cxxflags`|" \ - -e "s|@CFLAGS@|${CFLAGS} `${WX_CONFIG} --cflags`|" \ - -e "s|@CPPFLAGS@||" - -.endif # !gtk2-contrib-common -.endif # *-contrib* - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -CONFIGURE_ARGS+=--enable-unicode -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ - s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-toolkits/wxgtk26/distinfo b/x11-toolkits/wxgtk26/distinfo deleted file mode 100644 index 48618c7fa..000000000 --- a/x11-toolkits/wxgtk26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.6.4.tar.bz2) = ce0fd2b425bc98957cf70eea5f154b49 -SHA256 (wxGTK-2.6.4.tar.bz2) = 96edce3000611b83c28e50f8ae0bdff235a079e30e8a83769d32367702df1144 -SIZE (wxGTK-2.6.4.tar.bz2) = 7209941 diff --git a/x11-toolkits/wxgtk26/files/patch-Makefile.in b/x11-toolkits/wxgtk26/files/patch-Makefile.in deleted file mode 100644 index 0ba321f48..000000000 --- a/x11-toolkits/wxgtk26/files/patch-Makefile.in +++ /dev/null @@ -1,56 +0,0 @@ ---- Makefile.in.orig Wed Mar 22 05:42:05 2006 -+++ Makefile.in Tue Jan 9 00:08:38 2007 -@@ -24,6 +24,7 @@ - SONAME_FLAG = @SONAME_FLAG@ - STRIP = @STRIP@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_DIR = @INSTALL_DIR@ - srcdir = @srcdir@ -@@ -9387,18 +9388,15 @@ - - all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) $(__wxjpeg___depname) $(__wxtiff___depname) $(__wxodbc___depname) $(__wxexpat___depname) $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__netdll___depname) $(__netlib___depname) $(__coredll___depname) $(__corelib___depname) $(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) $(__medialib___depname) $(__odbcdll___depname) $(__odbclib___depname) $(__dbgriddll___depname) $(__dbgridlib___depname) $(__htmldll___depname) $(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) $(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) $(__xrclib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname) - --install: all $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname) -+install: all $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig $(__cocoa_res_install___depname) -+ $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)/$(TOOLCHAIN_FULLNAME)/wx -+ (cd ./ ; $(INSTALL_DATA) lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)/$(TOOLCHAIN_FULLNAME)/wx) -+ -+install-common: locale_install - $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal -- (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) -+ (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4) - $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets -- (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx -- for f in setup.h $(RCDEFS_H); do \ -- if test ! -d $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f` ; then \ -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f`; \ -- fi; \ -- $(INSTALL_DATA) ./lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx//$$f $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f; \ -- done -+ (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done) - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in $(ALL_HEADERS); do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ -@@ -9931,9 +9929,7 @@ - - install-wxconfig: - $(INSTALL_DIR) $(DESTDIR)$(bindir) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config -- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config -- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) -+ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config - - locale_install: - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale -@@ -9941,7 +9937,7 @@ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ - if test -f $(srcdir)/locale/$$l.mo ; then \ -- $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \ -+ $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \ - fi ; \ - done - diff --git a/x11-toolkits/wxgtk26/files/patch-configure b/x11-toolkits/wxgtk26/files/patch-configure deleted file mode 100644 index b3cf594f3..000000000 --- a/x11-toolkits/wxgtk26/files/patch-configure +++ /dev/null @@ -1,58 +0,0 @@ ---- configure.orig Thu Jun 2 23:03:05 2005 -+++ configure Wed Aug 31 23:48:02 2005 -@@ -23409,6 +23409,7 @@ - - - SEARCH_INCLUDE="\ -+ $X11BASE/include \ - /usr/local/include \ - \ - /usr/Motif-2.1/include \ -@@ -34396,7 +34396,7 @@ - fi - ;; - *-*-freebsd*) -- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" -+ THREAD_OPTS="$PTHREAD_LIBS" - ;; - *-*-darwin* | *-*-cygwin* ) - THREAD_OPTS="" -@@ -34433,6 +34433,12 @@ - echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 - ;; - -+ -pthread|-l*) -+ echo "$as_me:$LINENO: checking for the pthreads library $flag" >&5 -+echo $ECHO_N "checking for the pthreads library $flag... $ECHO_C" >&6 -+ THREADS_LINK="$flag" -+ ;; -+ - -*) - echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 - echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 -@@ -34515,7 +34521,7 @@ - { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 - echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} - else -- LDFLAGS="$THREADS_CFLAGS $LDFLAGS" -+ LDFLAGS="$THREADS_CFLAGS $THREADS_LINK $LDFLAGS" - LIBS="$THREADS_LINK $LIBS" - - echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 -@@ -35701,6 +35707,7 @@ - fi - fi - fi -+TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} ${PTHREAD_CFLAGS}" - - if test "$WXGTK20" = 1 ; then - cat >>confdefs.h <<_ACEOF -@@ -35823,7 +35830,7 @@ - OPTIMISE="-O" - fi - fi -- -+OPTIMISE= - - if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then - cat >>confdefs.h <<\_ACEOF diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-Makefile.in deleted file mode 100644 index 20b4b5800..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ ---- contrib/Makefile.in.orig Sun Jun 27 21:46:24 2004 -+++ contrib/Makefile.in Sun Jun 27 21:46:44 2004 -@@ -16,3 +16,6 @@ - - install: - cd src; $(MAKE) install -+ -+install-common: -+ cd src; $(MAKE) install-common diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 5c4a4bba7..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/src/Makefile.in.orig Sun Oct 10 22:18:48 2004 -+++ contrib/src/Makefile.in Fri Nov 26 00:20:35 2004 -@@ -1,15 +1,24 @@ - # $Id: patch-contrib-src-Makefile.in,v 1.5 2009-09-18 13:28:24 kwm Exp $ - --CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg deprecated animate #applet -+CONTRIB_SUBDIRS=fl gizmos ogl plot stc svg deprecated animate #applet mmedia - --all: -+WX_RELEASE= @WX_RELEASE@ -+@COND_UNICODE_1@wxregexu_depname= wxregexu -+ -+all: $(wxregexu_depname) - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done - -+wxregexu: -+ @cd ../.. && $(MAKE) lib/libwxregexu-$(WX_RELEASE).a -+ - clean: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done - - install: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done -+ -+install-common: -+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done - - uninstall: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-animate-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-animate-Makefile.in deleted file mode 100644 index abfc81a61..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-animate-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/animate/Makefile.in.orig Sun Oct 10 22:18:48 2004 -+++ contrib/src/animate/Makefile.in Wed Nov 24 21:37:14 2004 -@@ -180,6 +180,8 @@ - all: $(__animatedll___depname) $(__animatelib___depname) - - install: all $(__install_animatedll___depname) $(__install_animatelib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/animate/animate.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-deprecated-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-deprecated-Makefile.in deleted file mode 100644 index 0c492341c..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-deprecated-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/deprecated/Makefile.in.orig Sun Oct 10 22:18:54 2004 -+++ contrib/src/deprecated/Makefile.in Wed Nov 24 21:39:56 2004 -@@ -207,6 +207,8 @@ - all: $(__deprecateddll___depname) $(__deprecatedlib___depname) - - install: all $(__install_deprecateddll___depname) $(__install_deprecatedlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/deprecated/expr.h wx/deprecated/prop.h wx/deprecated/propform.h wx/deprecated/proplist.h wx/deprecated/resource.h wx/deprecated/setup.h wx/deprecated/tbarsmpl.h wx/deprecated/treelay.h wx/deprecated/wxexpr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-fl-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-fl-Makefile.in deleted file mode 100644 index 2de711cc3..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-fl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/fl/Makefile.in.orig Sun Oct 10 22:18:49 2004 -+++ contrib/src/fl/Makefile.in Wed Nov 24 21:40:16 2004 -@@ -211,6 +211,8 @@ - all: $(__fldll___depname) $(__fllib___depname) - - install: all $(__install_fldll___depname) $(__install_fllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/fl/antiflickpl.h wx/fl/bardragpl.h wx/fl/barhintspl.h wx/fl/cbcustom.h wx/fl/controlbar.h wx/fl/dynbarhnd.h wx/fl/dyntbar.h wx/fl/dyntbarhnd.h wx/fl/fldefs.h wx/fl/frmview.h wx/fl/garbagec.h wx/fl/gcupdatesmgr.h wx/fl/hintanimpl.h wx/fl/newbmpbtn.h wx/fl/panedrawpl.h wx/fl/rowdragpl.h wx/fl/rowlayoutpl.h wx/fl/toolwnd.h wx/fl/updatesmgr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-gizmos-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-gizmos-Makefile.in deleted file mode 100644 index 51b5ab5ee..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-gizmos-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/gizmos/Makefile.in.orig Thu Apr 21 00:33:08 2005 -+++ contrib/src/gizmos/Makefile.in Thu May 5 16:22:48 2005 -@@ -277,6 +277,8 @@ - all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname) - - install: all $(__install_gizmosdll___depname) $(__install_gizmos_xrcdll___depname) $(__install_gizmoslib___depname) $(__install_gizmos_xrclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-ogl-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-ogl-Makefile.in deleted file mode 100644 index 2be3bdbe7..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-ogl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/ogl/Makefile.in.orig Sun Oct 10 22:18:52 2004 -+++ contrib/src/ogl/Makefile.in Wed Nov 24 21:41:00 2004 -@@ -201,6 +201,8 @@ - all: $(__ogldll___depname) $(__ogllib___depname) - - install: all $(__install_ogldll___depname) $(__install_ogllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/ogl/basic.h wx/ogl/basicp.h wx/ogl/bmpshape.h wx/ogl/canvas.h wx/ogl/composit.h wx/ogl/constrnt.h wx/ogl/divided.h wx/ogl/drawn.h wx/ogl/drawnp.h wx/ogl/lines.h wx/ogl/linesp.h wx/ogl/mfutils.h wx/ogl/misc.h wx/ogl/ogldiag.h wx/ogl/ogl.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-plot-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-plot-Makefile.in deleted file mode 100644 index 802b4f093..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-plot-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/plot/Makefile.in.orig Sun Oct 10 22:18:52 2004 -+++ contrib/src/plot/Makefile.in Wed Nov 24 21:41:16 2004 -@@ -179,6 +179,8 @@ - all: $(__plotdll___depname) $(__plotlib___depname) - - install: all $(__install_plotdll___depname) $(__install_plotlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/plot/plot.h wx/plot/plot_dwn.bmp wx/plot/plot_enl.bmp wx/plot/plot_shr.bmp wx/plot/plot_up.bmp wx/plot/plot_zin.bmp wx/plot/plot_zot.bmp wx/plot/wxplot.rc; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in deleted file mode 100644 index c41d5cbfe..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/stc/Makefile.in.orig Sun Oct 10 22:18:53 2004 -+++ contrib/src/stc/Makefile.in Wed Nov 24 21:41:31 2004 -@@ -310,6 +310,8 @@ - all: $(__stcdll___depname) $(__stclib___depname) - - install: all $(__install_stcdll___depname) $(__install_stclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/stc/stc.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-svg-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-svg-Makefile.in deleted file mode 100644 index 213aef13d..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-svg-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/svg/Makefile.in.orig Sun Oct 10 22:18:54 2004 -+++ contrib/src/svg/Makefile.in Wed Nov 24 21:41:44 2004 -@@ -179,6 +179,8 @@ - all: $(__svgdll___depname) $(__svglib___depname) - - install: all $(__install_svgdll___depname) $(__install_svglib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/svg/dcsvg.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in deleted file mode 100644 index acbcfacb0..000000000 --- a/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- contrib/utils/Makefile.in.orig Mon Jun 28 03:47:07 2004 -+++ contrib/utils/Makefile.in Mon Jun 28 03:47:23 2004 -@@ -5,6 +5,9 @@ - all: - @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE)); done - -+install: -+ @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) install); done -+ - clean: - @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) clean); done - diff --git a/x11-toolkits/wxgtk26/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk26/files/patch-src-common-intl.cpp deleted file mode 100644 index 7d964d682..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/common/intl.cpp.orig Wed Mar 22 05:42:10 2006 -+++ src/common/intl.cpp Tue Jan 9 00:27:17 2007 -@@ -1452,6 +1452,8 @@ - m_initialized = false; - } - -+#define wxSTRINGIZE2(x) wxSTRINGIZE(x) -+ - // NB: this function has (desired) side effect of changing current locale - bool wxLocale::Init(const wxChar *szName, - const wxChar *szShort, -@@ -1520,7 +1522,7 @@ - bool bOk = true; - if ( bLoadDefault ) - { -- bOk = AddCatalog(wxT("wxstd")); -+ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE2(wxMAJOR_VERSION) wxSTRINGIZE2(wxMINOR_VERSION))); - - // there may be a catalog with toolkit specific overrides, it is not - // an error if this does not exist diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-button.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-button.cpp deleted file mode 100644 index 0f06c4088..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-button.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/button.cpp.orig 2006-03-22 00:42:16.000000000 +0100 -+++ src/gtk/button.cpp 2007-11-22 14:00:47.000000000 +0100 -@@ -89,7 +89,7 @@ - right_border += default_border->right; - top_border += default_border->top; - bottom_border += default_border->bottom; -- g_free( default_border ); -+ gtk_border_free( default_border ); - } - #else - left_border = 6; diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-gsockgtk.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-gsockgtk.cpp deleted file mode 100644 index 113f73e51..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-gsockgtk.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gtk//gsockgtk.cpp.orig 2007-03-20 16:50:07.000000000 +0100 -+++ src/gtk/gsockgtk.cpp 2009-09-18 14:46:47.000000000 +0200 -@@ -14,8 +14,13 @@ - #include <stdlib.h> - #include <stdio.h> - -+// newer versions of glib define its own GSocket but we unfortunately use this -+// name in our own (semi-)public header and so can't change it -- rename glib -+// one instead -+#define GSocket GlibGSocket - #include <gdk/gdk.h> - #include <glib.h> -+#undef GSocket - - #include "wx/gsocket.h" - #include "wx/unix/gsockunx.h" diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-window.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-window.cpp deleted file mode 100644 index 663168de4..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-window.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/window.cpp.orig 2006-03-22 00:42:17.000000000 +0100 -+++ src/gtk/window.cpp 2007-11-22 14:01:22.000000000 +0100 -@@ -3279,7 +3279,7 @@ - right_border += default_border->right; - top_border += default_border->top; - bottom_border += default_border->bottom; -- g_free( default_border ); -+ gtk_border_free( default_border ); - } - #else - left_border = 6; diff --git a/x11-toolkits/wxgtk26/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk26/files/patch-utils-wxrc-Makefile.in deleted file mode 100644 index 353821f40..000000000 --- a/x11-toolkits/wxgtk26/files/patch-utils-wxrc-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/wxrc/Makefile.in.orig Thu Nov 25 21:52:45 2004 -+++ utils/wxrc/Makefile.in Thu Nov 25 21:58:43 2004 -@@ -28,6 +28,7 @@ - TOOLKIT = @TOOLKIT@ - TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ - TOOLKIT_VERSION = @TOOLKIT_VERSION@ -+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ - EXTRALIBS = @EXTRALIBS@ - EXTRALIBS_XML = @EXTRALIBS_XML@ - HOST_SUFFIX = @HOST_SUFFIX@ -@@ -113,9 +114,7 @@ - - @COND_USE_XRC_1@install_wxrc: - @COND_USE_XRC_1@ $(INSTALL_DIR) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ (cd $(DESTDIR)$(bindir) && $(LN_S) wxrc-$(WX_RELEASE) wxrc$(EXEEXT)) -+@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(TOOLCHAIN_NAME) - - wxrc_wxrc.o: $(srcdir)/wxrc.cpp - $(CXXC) -c -o $@ $(WXRC_CXXFLAGS) $< diff --git a/x11-toolkits/wxgtk26/files/patch-wx-config.in b/x11-toolkits/wxgtk26/files/patch-wx-config.in deleted file mode 100644 index 91a9738d8..000000000 --- a/x11-toolkits/wxgtk26/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig 2007-03-20 21:49:55.000000000 +0600 -+++ wx-config.in 2009-03-15 14:05:53.000000000 +0600 -@@ -1129,7 +1129,7 @@ - _include_cppflags="-I${includedir} -I${prefix}/contrib/include" - fi - --_cppflags=`echo "-I${libdir}/wx/include/@TOOLCHAIN_FULLNAME@" $_include_cppflags "@WXDEBUG_DEFINE@" "@TOOLCHAIN_DEFS@" "@TOOLCHAIN_DLL_DEFS@" $_gui_cppflags "@WXCONFIG_INCLUDE@" "@WX_LARGEFILE_FLAGS@" "@GCC_PRAGMA_FLAGS@"` -+_cppflags=`echo "-I${includedir}/wx-@WX_RELEASE@/@TOOLCHAIN_FULLNAME@" $_include_cppflags "@WXDEBUG_DEFINE@" "@TOOLCHAIN_DEFS@" "@TOOLCHAIN_DLL_DEFS@" $_gui_cppflags "@WXCONFIG_INCLUDE@" "@WX_LARGEFILE_FLAGS@" "@GCC_PRAGMA_FLAGS@"` - - # now without further ado, we can answer these too. - [ -z "$output_option_cppflags" ] || echo $_cppflags diff --git a/x11-toolkits/wxgtk26/pkg-descr b/x11-toolkits/wxgtk26/pkg-descr deleted file mode 100644 index 67f1f41d3..000000000 --- a/x11-toolkits/wxgtk26/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform -independent software development. On FreeBSD the Gtk toolkit is used. - -WWW: http://www.wxwidgets.org/ diff --git a/x11-toolkits/wxgtk26/pkg-plist b/x11-toolkits/wxgtk26/pkg-plist deleted file mode 100644 index b116faa0c..000000000 --- a/x11-toolkits/wxgtk26/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/wxgtk2-2.6-config -bin/wxrc-gtk2-2.6 -include/wx-2.6/gtk2-ansi-release-2.6/wx/setup.h -lib/libwx_base-2.6.so -lib/libwx_base-2.6.so.0 -lib/libwx_base-2.6.so.0.4.0 -lib/libwx_base_net-2.6.so -lib/libwx_base_net-2.6.so.0 -lib/libwx_base_net-2.6.so.0.4.0 -lib/libwx_base_xml-2.6.so -lib/libwx_base_xml-2.6.so.0 -lib/libwx_base_xml-2.6.so.0.4.0 -lib/libwx_gtk2_adv-2.6.so -lib/libwx_gtk2_adv-2.6.so.0 -lib/libwx_gtk2_adv-2.6.so.0.4.0 -lib/libwx_gtk2_core-2.6.so -lib/libwx_gtk2_core-2.6.so.0 -lib/libwx_gtk2_core-2.6.so.0.4.0 -lib/libwx_gtk2_gl-2.6.so -lib/libwx_gtk2_gl-2.6.so.0 -lib/libwx_gtk2_gl-2.6.so.0.4.0 -lib/libwx_gtk2_html-2.6.so -lib/libwx_gtk2_html-2.6.so.0 -lib/libwx_gtk2_html-2.6.so.0.4.0 -lib/libwx_gtk2_media-2.6.so -lib/libwx_gtk2_media-2.6.so.0 -lib/libwx_gtk2_media-2.6.so.0.4.0 -lib/libwx_gtk2_qa-2.6.so -lib/libwx_gtk2_qa-2.6.so.0 -lib/libwx_gtk2_qa-2.6.so.0.4.0 -lib/libwx_gtk2_xrc-2.6.so -lib/libwx_gtk2_xrc-2.6.so.0 -lib/libwx_gtk2_xrc-2.6.so.0.4.0 -@dirrm include/wx-2.6/gtk2-ansi-release-2.6/wx -@dirrm include/wx-2.6/gtk2-ansi-release-2.6 diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile deleted file mode 100644 index e8510b09c..000000000 --- a/x11-toolkits/wxgtk28/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# New ports collection makefile for: wxgtk26 -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.8.10 -PORTREVISION?= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION} -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -DISTNAME= wxGTK-${PORTVERSION:rc1=-rc1} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png\ - jpeg.10:${PORTSDIR}/graphics/jpeg\ - tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack - -USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama -USE_GL= glu -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gtk20 gconf2 -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libpng=sys\ - --with-libjpeg=sys\ - --with-libtiff=sys\ - --with-zlib=sys\ - --with-expat=sys\ - --with-opengl\ - --with-mspack\ - --with-gtk\ - --enable-mediactrl\ - --disable-backtrace\ - --enable-graphics_ctx -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"\ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"\ - WXCONFIG_CPPFLAGS="${PTHREAD_CFLAGS}"\ - PTHREAD_LIBS="${PTHREAD_LIBS}"\ - X11BASE="${LOCALBASE}" -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.if ${WXGTK_FLAVOR} != "gtk2-common" -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk28-common -.endif - -.if ${WXGTK_FLAVOR:M*-common} != "" -NO_BUILD= yes -INSTALL_TARGET= install-common -.else -USE_LDCONFIG= yes -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk2-contrib-common" -USE_WX= 2.8 -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk28-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -WX_UNICODE= yes -.endif - -pre-configure: - @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s|@CXXFLAGS@|${CFLAGS} `${WX_CONFIG} --cxxflags`|" \ - -e "s|@CFLAGS@|${CFLAGS} `${WX_CONFIG} --cflags`|" \ - -e "s|@CPPFLAGS@||" - -.endif # !gtk2-contrib-common -.endif # *-contrib* - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -CONFIGURE_ARGS+=--enable-unicode -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ - s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-toolkits/wxgtk28/distinfo b/x11-toolkits/wxgtk28/distinfo deleted file mode 100644 index 6b1855837..000000000 --- a/x11-toolkits/wxgtk28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.8.10.tar.bz2) = 88b867bc118a183af56efc67014bdf27 -SHA256 (wxGTK-2.8.10.tar.bz2) = 697569f3c029da68a6f5e95ad01e6ae26cf86e3776fcbfc8671de2e688099a98 -SIZE (wxGTK-2.8.10.tar.bz2) = 9365627 diff --git a/x11-toolkits/wxgtk28/files/patch-Makefile.in b/x11-toolkits/wxgtk28/files/patch-Makefile.in deleted file mode 100644 index bc15e0793..000000000 --- a/x11-toolkits/wxgtk28/files/patch-Makefile.in +++ /dev/null @@ -1,57 +0,0 @@ ---- Makefile.in.orig 2009-03-06 18:17:59.000000000 +0600 -+++ Makefile.in 2009-03-20 00:04:22.000000000 +0600 -@@ -25,6 +25,7 @@ - SONAME_FLAG = @SONAME_FLAG@ - STRIP = @STRIP@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_DIR = @INSTALL_DIR@ - BK_DEPS = @BK_DEPS@ -@@ -11443,11 +11444,7 @@ - - all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) $(__wxjpeg___depname) $(__wxtiff___depname) $(__wxodbc___depname) $(__wxexpat___depname) $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__netdll___depname) $(__netlib___depname) $(__coredll___depname) $(__corelib___depname) $(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) $(__medialib___depname) $(__odbcdll___depname) $(__odbclib___depname) $(__dbgriddll___depname) $(__dbgridlib___depname) $(__htmldll___depname) $(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) $(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) $(__xrclib___depname) $(__auidll___depname) $(__auilib___depname) $(__richtextdll___depname) $(__richtextlib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname) - --install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname) -- $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal -- (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) -- $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets -- (cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets) -+install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig $(__cocoa_res_install___depname) - $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx - for f in setup.h $(RCDEFS_H); do \ - if test ! -d $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f` ; then \ -@@ -11455,6 +11452,12 @@ - fi; \ - $(INSTALL_DATA) ./lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f; \ - done -+ -+install-common: locale_install -+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal -+ (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4) -+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets -+ (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done) - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in $(ALL_HEADERS); do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ -@@ -12202,17 +12205,16 @@ - - install-wxconfig: - $(INSTALL_DIR) $(DESTDIR)$(bindir) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config -- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config -- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) -+ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config - - locale_install: -+ (cd $(srcdir)/locale && $(MAKE) allmo) - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale - for l in $(LOCALE_LINGUAS) ; do \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ - if test -f $(srcdir)/locale/$$l.mo ; then \ -- $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \ -+ $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \ - fi ; \ - done - diff --git a/x11-toolkits/wxgtk28/files/patch-configure b/x11-toolkits/wxgtk28/files/patch-configure deleted file mode 100644 index 1fec2d790..000000000 --- a/x11-toolkits/wxgtk28/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Mon Nov 13 16:57:42 2006 -+++ configure Thu Nov 30 22:49:10 2006 -@@ -24040,6 +24040,7 @@ - - - SEARCH_INCLUDE="\ -+ $X11BASE/include \ - /usr/local/include \ - \ - /usr/Motif-2.1/include \ -@@ -38999,7 +39000,7 @@ - fi - ;; - *-*-freebsd*) -- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" -+ THREAD_OPTS="${PTHREAD_LIBS}" - ;; - *-*-darwin* | *-*-cygwin* ) - THREAD_OPTS="" -@@ -41649,7 +41650,7 @@ - OPTIMISE_CFLAGS="-O" - fi - fi -- -+OPTIMISE_CFLAGS= - - if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then - cat >>confdefs.h <<\_ACEOF diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in deleted file mode 100644 index 20b4b5800..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ ---- contrib/Makefile.in.orig Sun Jun 27 21:46:24 2004 -+++ contrib/Makefile.in Sun Jun 27 21:46:44 2004 -@@ -16,3 +16,6 @@ - - install: - cd src; $(MAKE) install -+ -+install-common: -+ cd src; $(MAKE) install-common diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 78773088b..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/src/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -2,15 +2,25 @@ - - CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg #deprecated #applet - --all: -+WX_RELEASE= @WX_RELEASE@ -+wx_top_builddir= @wx_top_builddir@ -+@COND_UNICODE_1@wxregexu_depname= wxregexu -+ -+all: $(wxregexu_depname) - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done - -+wxregexu: -+ @cd ../.. && $(MAKE) $(wx_top_builddir)/lib/libwxregexu-$(WX_RELEASE).a -+ - clean: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done - - install: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done - -+ -+install-common: -+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done - uninstall: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done - diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in deleted file mode 100644 index cd1f741c5..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/fl/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/fl/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -245,6 +245,8 @@ - all: $(__fldll___depname) $(__fllib___depname) - - install: $(__install_fldll___depname) $(__install_fllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/fl/antiflickpl.h wx/fl/bardragpl.h wx/fl/barhintspl.h wx/fl/cbcustom.h wx/fl/controlbar.h wx/fl/dynbarhnd.h wx/fl/dyntbar.h wx/fl/dyntbarhnd.h wx/fl/fldefs.h wx/fl/frmview.h wx/fl/garbagec.h wx/fl/gcupdatesmgr.h wx/fl/hintanimpl.h wx/fl/newbmpbtn.h wx/fl/panedrawpl.h wx/fl/rowdragpl.h wx/fl/rowlayoutpl.h wx/fl/toolwnd.h wx/fl/updatesmgr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in deleted file mode 100644 index c71e4ee1e..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/gizmos/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/gizmos/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -308,6 +308,8 @@ - all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname) - - install: $(__install_gizmosdll___depname) $(__install_gizmos_xrcdll___depname) $(__install_gizmoslib___depname) $(__install_gizmos_xrclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in deleted file mode 100644 index 5039cab23..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/ogl/Makefile.in.orig 2009-03-06 18:18:06.000000000 +0600 -+++ contrib/src/ogl/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -235,6 +235,8 @@ - all: $(__ogldll___depname) $(__ogllib___depname) - - install: $(__install_ogldll___depname) $(__install_ogllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/ogl/basic.h wx/ogl/basicp.h wx/ogl/bmpshape.h wx/ogl/canvas.h wx/ogl/composit.h wx/ogl/constrnt.h wx/ogl/divided.h wx/ogl/drawn.h wx/ogl/drawnp.h wx/ogl/lines.h wx/ogl/linesp.h wx/ogl/mfutils.h wx/ogl/misc.h wx/ogl/ogldiag.h wx/ogl/ogl.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in deleted file mode 100644 index 1089e7351..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/plot/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/plot/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -213,6 +213,8 @@ - all: $(__plotdll___depname) $(__plotlib___depname) - - install: $(__install_plotdll___depname) $(__install_plotlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/plot/plot.h wx/plot/plot_dwn.bmp wx/plot/plot_enl.bmp wx/plot/plot_shr.bmp wx/plot/plot_up.bmp wx/plot/plot_zin.bmp wx/plot/plot_zot.bmp wx/plot/wxplot.rc; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in deleted file mode 100644 index b665ce68f..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/stc/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/stc/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -369,6 +369,8 @@ - all: $(__stcdll___depname) $(__stclib___depname) - - install: $(__install_stcdll___depname) $(__install_stclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/stc/stc.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in deleted file mode 100644 index 1210c8879..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/svg/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/svg/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -213,6 +213,8 @@ - all: $(__svgdll___depname) $(__svglib___depname) - - install: $(__install_svgdll___depname) $(__install_svglib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/svg/dcsvg.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h b/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h deleted file mode 100644 index d9c66f279..000000000 --- a/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/wx/gtk/win_gtk.h.orig 2009-11-27 01:59:18.000000000 +0100 -+++ include/wx/gtk/win_gtk.h 2009-11-27 01:59:33.000000000 +0100 -@@ -15,7 +15,9 @@ - extern "C" { - #endif /* __cplusplus */ - -+#define GSocket GlibGSocket - #include <gtk/gtkcontainer.h> -+#undef GSocket - - #include "wx/dlimpexp.h" - diff --git a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp deleted file mode 100644 index 5d205cecb..000000000 --- a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/intl.cpp.orig Mon Jan 8 21:27:30 2007 -+++ src/common/intl.cpp Mon Jan 8 21:27:18 2007 -@@ -1585,7 +1585,7 @@ - bool bOk = true; - if ( bLoadDefault ) - { -- bOk = AddCatalog(wxT("wxstd")); -+ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE(wxMAJOR_VERSION) wxSTRINGIZE(wxMINOR_VERSION))); - - // there may be a catalog with toolkit specific overrides, it is not - // an error if this does not exist diff --git a/x11-toolkits/wxgtk28/files/patch-src-gtk-gsockgtk.cpp b/x11-toolkits/wxgtk28/files/patch-src-gtk-gsockgtk.cpp deleted file mode 100644 index 113f73e51..000000000 --- a/x11-toolkits/wxgtk28/files/patch-src-gtk-gsockgtk.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gtk//gsockgtk.cpp.orig 2007-03-20 16:50:07.000000000 +0100 -+++ src/gtk/gsockgtk.cpp 2009-09-18 14:46:47.000000000 +0200 -@@ -14,8 +14,13 @@ - #include <stdlib.h> - #include <stdio.h> - -+// newer versions of glib define its own GSocket but we unfortunately use this -+// name in our own (semi-)public header and so can't change it -- rename glib -+// one instead -+#define GSocket GlibGSocket - #include <gdk/gdk.h> - #include <glib.h> -+#undef GSocket - - #include "wx/gsocket.h" - #include "wx/unix/gsockunx.h" diff --git a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in deleted file mode 100644 index 1ae8e5792..000000000 --- a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- utils/wxrc/Makefile.in.orig Thu Nov 30 23:00:32 2006 -+++ utils/wxrc/Makefile.in Thu Nov 30 23:01:25 2006 -@@ -29,6 +29,7 @@ - TOOLKIT = @TOOLKIT@ - TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ - TOOLKIT_VERSION = @TOOLKIT_VERSION@ -+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ - EXTRALIBS = @EXTRALIBS@ - EXTRALIBS_XML = @EXTRALIBS_XML@ - EXTRALIBS_GUI = @EXTRALIBS_GUI@ -@@ -114,11 +115,7 @@ - - @COND_USE_XRC_1@install_wxrc: - @COND_USE_XRC_1@ $(INSTALL_DIR) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ (cd $(DESTDIR)$(bindir) && $(LN_S) wxrc-$(WX_RELEASE) wxrc$(EXEEXT)) -+@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(TOOLCHAIN_NAME)$(EXEEXT) - - @COND_USE_XRC_1@uninstall_wxrc: - @COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) diff --git a/x11-toolkits/wxgtk28/pkg-descr b/x11-toolkits/wxgtk28/pkg-descr deleted file mode 100644 index 67f1f41d3..000000000 --- a/x11-toolkits/wxgtk28/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform -independent software development. On FreeBSD the Gtk toolkit is used. - -WWW: http://www.wxwidgets.org/ diff --git a/x11-toolkits/wxgtk28/pkg-plist b/x11-toolkits/wxgtk28/pkg-plist deleted file mode 100644 index 623210b18..000000000 --- a/x11-toolkits/wxgtk28/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/wxgtk2-2.8-config -bin/wxrc-gtk2-2.8 -lib/libwx_base-2.8.so -lib/libwx_base-2.8.so.0 -lib/libwx_base-2.8.so.0.6.0 -lib/libwx_base_net-2.8.so -lib/libwx_base_net-2.8.so.0 -lib/libwx_base_net-2.8.so.0.6.0 -lib/libwx_base_xml-2.8.so -lib/libwx_base_xml-2.8.so.0 -lib/libwx_base_xml-2.8.so.0.6.0 -lib/libwx_gtk2_adv-2.8.so -lib/libwx_gtk2_adv-2.8.so.0 -lib/libwx_gtk2_adv-2.8.so.0.6.0 -lib/libwx_gtk2_aui-2.8.so -lib/libwx_gtk2_aui-2.8.so.0 -lib/libwx_gtk2_aui-2.8.so.0.6.0 -lib/libwx_gtk2_core-2.8.so -lib/libwx_gtk2_core-2.8.so.0 -lib/libwx_gtk2_core-2.8.so.0.6.0 -lib/libwx_gtk2_gl-2.8.so -lib/libwx_gtk2_gl-2.8.so.0 -lib/libwx_gtk2_gl-2.8.so.0.6.0 -lib/libwx_gtk2_html-2.8.so -lib/libwx_gtk2_html-2.8.so.0 -lib/libwx_gtk2_html-2.8.so.0.6.0 -lib/libwx_gtk2_media-2.8.so -lib/libwx_gtk2_media-2.8.so.0 -lib/libwx_gtk2_media-2.8.so.0.6.0 -lib/libwx_gtk2_qa-2.8.so -lib/libwx_gtk2_qa-2.8.so.0 -lib/libwx_gtk2_qa-2.8.so.0.6.0 -lib/libwx_gtk2_richtext-2.8.so -lib/libwx_gtk2_richtext-2.8.so.0 -lib/libwx_gtk2_richtext-2.8.so.0.6.0 -lib/libwx_gtk2_xrc-2.8.so -lib/libwx_gtk2_xrc-2.8.so.0 -lib/libwx_gtk2_xrc-2.8.so.0.6.0 -lib/wx/include/gtk2-ansi-release-2.8/wx/setup.h -@dirrm lib/wx/include/gtk2-ansi-release-2.8/wx -@dirrm lib/wx/include/gtk2-ansi-release-2.8 -@dirrmtry lib/wx/include -@dirrmtry lib/wx diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile deleted file mode 100644 index 068952057..000000000 --- a/x11-wm/compiz/Makefile +++ /dev/null @@ -1,171 +0,0 @@ -# New ports collection makefile for: compiz -# Date created: Dec 20 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= compiz -PORTVERSION= 0.8.2 -PORTREVISION= 2 -CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ - -MAINTAINER= rnoland@FreeBSD.org -COMMENT= Compiz Composite/Window Manager - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -XORG_CAT= app -GNU_CONFIGURE= yes -USE_BZIP2= yes -#USE_TGZ= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GL= glu -USE_GNOME= gnomehack gconf2 libxslt -USE_XORG= xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 - -GCONF_SCHEMAS= gwd.schemas \ - compiz-annotate.schemas \ - compiz-blur.schemas \ - compiz-clone.schemas \ - compiz-commands.schemas \ - compiz-core.schemas \ - compiz-cube.schemas \ - compiz-dbus.schemas \ - compiz-decoration.schemas \ - compiz-fade.schemas \ - compiz-fs.schemas \ - compiz-gconf.schemas \ - compiz-glib.schemas \ - compiz-gnomecompat.schemas \ - compiz-ini.schemas \ - compiz-inotify.schemas \ - compiz-kconfig.schemas \ - compiz-minimize.schemas \ - compiz-move.schemas \ - compiz-obs.schemas \ - compiz-place.schemas \ - compiz-png.schemas \ - compiz-regex.schemas \ - compiz-resize.schemas \ - compiz-rotate.schemas \ - compiz-scale.schemas \ - compiz-screenshot.schemas \ - compiz-svg.schemas \ - compiz-switcher.schemas \ - compiz-video.schemas \ - compiz-water.schemas \ - compiz-wobbly.schemas \ - compiz-zoom.schemas - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -OPTIONS= RSVG "Enable librsvg2 support" on \ - GTK "Enable gtk2 support" on \ - METACITY "Enable Metacity support" on \ - GNOME "Enable Gnome support" on \ - DBUS "Enable DBUS support" on \ - FUSEFS "Enable fusefs support" off \ - KDE "Enable KDE support" off - -SUB_FILES= compiz-manager -DESKTOP_ENTRIES= "Compiz Manager" \ - "A wrapper script for starting compiz" \ - "" \ - "compiz-manager" \ - "Application;Core;" \ - false - -post-patch: - @${REINPLACE_CMD} -e 's|libpng|libpng12|' -e 's|gnome-desktop-2.0|gnome-desktop-2.0 gconf-2.0|g' \ - ${WRKSRC}/configure - -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/compiz-manager ${PREFIX}/bin/compiz-manager -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --enable-librsvg -USE_GNOME+= librsvg2 -PLIST_SUB+= RSVG="" -.else -CONFIGURE_ARGS+= --disable-librsvg -PLIST_SUB+= RSVG="@comment " -.endif - -.if !defined(WITHOUT_GTK) -CONFIGURE_ARGS+= --enable-gtk -USE_GNOME+= glib20 libwnck -PLIST_SUB+= GTK="" -.else -CONFIGURE_ARGS+= --disable-gtk -PLIST_SUB+= GTK="@comment " -.endif - -.if !defined(WITHOUT_METACITY) && !defined(WITHOUT_GNOME) && !defined(WITHOUT_GTK) -CONFIGURE_ARGS+= --enable-metacity -USE_GNOME+= metacity -.else -CONFIGURE_ARGS+= --disable-metacity -.endif - -.if !defined(WITHOUT_GNOME) && !defined(WITHOUT_GTK) -CONFIGURE_ARGS+= --enable-gnome \ - --enable-gnome-keybindings -USE_GNOME+= gnomecontrolcenter2 -WINDOWSETTINGSDATADIR= \ - `pkg-config --variable=prefix gnome-window-settings-2.0` -WINDOWSETTINGSLIBDIR= \ - `pkg-config --variable=libdir gnome-window-settings-2.0` -PLIST_SUB+= GNOME="" \ - WINDOWSETTINGSDATADIR="${WINDOWSETTINGSDATADIR}" \ - WINDOWSETTINGSLIBDIR="${WINDOWSETTINGSLIBDIR}" -.else -CONFIGURE_ARGS+= --disable-gnome \ - --disable-gnome-keybindings -PLIST_SUB+= GNOME="@comment " -.endif - -.if !defined(WITHOUT_DBUS) -CONFIGURE_ARGS+= --enable-dbus -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus -.if !defined(WITHOUT_GTK) && !defined(WITHOUT_GNOME) -CONFIGURE_ARGS+= --enable-dbus-glib -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib -.endif -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+= --disable-dbus --disable-dbus-glib -PLIST_SUB+= DBUS="@comment " -.endif - -.if defined(WITH_FUSEFS) -CONFIGURE_ARGS+= --enable-fuse -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs -PLIST_SUB+= FUSEFS="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSEFS="@comment " -.endif - -.if defined(WITH_KDE) -USE_KDEBASE_VER= 3 -CONFIGURE_ARGS+= --enable-kde -PLIST_SUB+= KDE="" -# allow bsd.kde.mk to be included after bsd.port.mk -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.else -CONFIGURE_ARGS+= --disable-kde -PLIST_SUB+= KDE="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/x11-wm/compiz/distinfo b/x11-wm/compiz/distinfo deleted file mode 100644 index 39f18386d..000000000 --- a/x11-wm/compiz/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xorg/app/compiz-0.8.2.tar.bz2) = c161975eb0fe8deac7be8d99408a80fc -SHA256 (xorg/app/compiz-0.8.2.tar.bz2) = f526050f0e0b81dda5a7fc5f28c0b7fd879a77a2676f7303b10dbdda9dc3b0a8 -SIZE (xorg/app/compiz-0.8.2.tar.bz2) = 1086003 diff --git a/x11-wm/compiz/files/compiz-manager.in b/x11-wm/compiz/files/compiz-manager.in deleted file mode 100755 index adfd309d3..000000000 --- a/x11-wm/compiz/files/compiz-manager.in +++ /dev/null @@ -1,407 +0,0 @@ -#!/bin/sh -# Compiz Manager wrapper script -# -# Copyright (c) 2007 Kristian Lyngstøl <kristian@bohemians.org> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# -# -# Contributions by: Treviño (3v1n0) <trevi55@gmail.com>, Ubuntu Packages -# -# Much of this code is based on Beryl code, also licensed under the GPL. -# This script will detect what options we need to pass to compiz to get it -# started, and start a default plugin and possibly window decorator. -# - - -COMPIZ_BIN_PATH="%%LOCALBASE%%/bin/" # For window decorators and compiz -PLUGIN_PATH="%%LOCALBASE%%/lib/compiz/" -GLXINFO="%%LOCALBASE%%/bin/glxinfo" -KWIN="%%LOCALBASE%%/bin/kwin" -METACITY="%%LOCALBASE%%/bin/metacity" -XFWM="%%LOCALBASE%%/bin/xfwm" -COMPIZ_NAME="compiz" # Final name for compiz (compiz.real) - -# For Xgl LD_PRELOAD -LIBGL_NVIDIA="/usr/lib/nvidia/libGL.so.1.2.xlibmesa" -LIBGL_FGLRX="/usr/lib/fglrx/libGL.so.1.2.xlibmesa" - -# Minimum amount of memory (in kilo bytes) that nVidia cards need -# to be allowed to start -# Set to 262144 to require 256MB -NVIDIA_MEMORY="65536" # 64MB -NVIDIA_SETTINGS="nvidia-settings" # Assume it's in the path by default - -# For detecting what driver is in use, the + is for one or more /'s -XORG_DRIVER_PATH="%%LOCALBASE%%/lib/xorg/modules/drivers/+" -FALLBACKWM="xterm" -if [ x"$KDE_FULL_SESSION" = x"true" ]; then - FALLBACKWM="${KWIN}"; -elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then - FALLBACKWM="${METACITY}" -elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then - FALLBACKWM="${XFWM}" -fi - -FALLBACKWM_OPTIONS="--replace $@" - -# Driver whitelist -WHITELIST="nvidia intel ati radeon i810" - -# blacklist based on the pci ids -# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details -T=" 1002:5954 1002:5854 1002:5955" # ati rs480 -T="$T 1002:4153" # ATI Rv350 -T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965 -BLACKLIST_PCIIDS="$T" -unset T - -COMPIZ_OPTIONS="--ignore-desktop-hints --replace" -COMPIZ_PLUGINS="" -ENV="" - -# Use emerald by default if it exist -USE_EMERALD="yes" - -# No indirect by default -INDIRECT="no" - -# Default X.org log if xset q doesn't reveal it -XORG_DEFAULT_LOG="/var/log/Xorg.0.log" - -# Set to yes to enable verbose -VERBOSE="yes" - -# Echos the arguments if verbose -verbose() -{ - if [ "x$VERBOSE" = "xyes" ]; then - printf "$*" - fi -} - -# abort script and run fallback windowmanager -abort_with_fallback_wm() -{ - if [ "x$SKIP_CHECKS" = "xyes" ]; then - verbose "SKIP_CHECKS is yes, so continuing despite problems.\n" - return 0; - fi - - if [ "x$CM_DRY" = "xyes" ]; then - verbose "Dry run failed: Problems detected with 3D support.'n" - exit 1; - fi - - verbose "aborting and using fallback: $FALLBACKWM \n" - - if [ -x $FALLBACKWM ]; then - exec $FALLBACKWM $FALLBACKWM_OPTIONS - else - printf "no $FALLBACKWM found, exiting\n" - exit 1 - fi -} - -# Check for non power of two texture support -check_npot_texture() -{ - verbose "Checking for non power of two support: " - if glxinfo 2> /dev/null | egrep -q '(GL_ARB_texture_non_power_of_two|GL_NV_texture_rectangle|GL_EXT_texture_rectangle|GL_ARB_texture_rectangle)' ; then - verbose "present. \n"; - return 0; - else - verbose "Not present. \n" - return 1; - fi - -} - -# Check for presence of FBConfig -check_fbconfig() -{ - verbose "Checking for FBConfig: " - if [ "$INDIRECT" = "yes" ]; then - $GLXINFO -i | grep -q GLX.*fbconfig - FB=$? - else - $GLXINFO | grep -q GLX.*fbconfig - FB=$? - fi - - if [ $FB = "0" ]; then - unset FB - verbose "present. \n" - return 0; - else - unset FB - verbose "not present. \n" - return 1; - fi -} - - -# Check for TFP -check_tfp() -{ - verbose "Checking for texture_from_pixmap: " - if [ $($GLXINFO 2>/dev/null | grep -c GLX_EXT_texture_from_pixmap) -gt 2 ] ; then - verbose "present. \n" - return 0; - else - verbose "not present. \n" - if [ "$INDIRECT" = "yes" ]; then - unset LIBGL_ALWAYS_INDIRECT - INDIRECT="no" - return 1; - else - verbose "Trying again with indirect rendering:\n"; - INDIRECT="yes" - export LIBGL_ALWAYS_INDIRECT=1 - check_tfp; - return $? - fi - fi -} - -# Check wether the composite extension is present -check_composite() -{ - verbose "Checking for Composite extension: " - if xdpyinfo -queryExtensions | grep -q Composite ; then - verbose "present. \n"; - return 0; - else - verbose "not present. \n"; - return 1; - fi -} - -# Detects if Xgl is running -check_xgl() -{ - verbose "Checking for Xgl: " - if xvinfo | grep -q Xgl ; then - verbose "present. \n" - return 0; - else - verbose "not present. \n" - return 1; - fi -} - -# Check if the nVidia card has enough video ram to make sense -check_nvidia_memory() -{ - MEM=$(${NVIDIA_SETTINGS} -q VideoRam | egrep Attribute\ \'VideoRam\'\ .*: | cut -d: -f3 | sed 's/[^0-9]//g') - if [ $MEM -lt $NVIDIA_MEMORY ]; then - verbose "Less than ${NVIDIA_MEMORY}kb of memory and nVidia"; - return 1; - fi - return 0; -} - -# Check for existence if NV-GLX -check_nvidia() -{ - if [ ! -z $NVIDIA_INTERNAL_TEST ]; then - return $NVIDIA_INTERNAL_TEST; - fi - verbose "Checking for nVidia: " - if xdpyinfo | grep -q NV-GLX ; then - verbose "present. \n" - NVIDIA_INTERNAL_TEST=0 - return 0; - else - verbose "not present. \n" - NVIDIA_INTERNAL_TEST=1 - return 1; - fi -} - -# Check if the max texture size is large enough compared to the resolution -check_texture_size() -{ - TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed 's/.*=[^0-9]//g') - RESOLUTION=$(xdpyinfo | grep -i dimensions: | sed 's/[^0-9]*pixels.*(.*).*//' | sed 's/[^0-9x]*//') - VRES=$(echo $RESOLUTION | sed 's/.*x//') - HRES=$(echo $RESOLUTION | sed 's/x.*//') - verbose "Comparing resolution ($RESOLUTION) to maximum 3D texture size ($TEXTURE_LIMIT): "; - if [ $VRES -gt $TEXTURE_LIMIT ] || [ $HRES -gt $TEXTURE_LIMIT ]; then - verbose "Failed.\n" - return 1; - fi - verbose "Passed.\n" - return 0 -} - -# check driver whitelist -running_under_whitelisted_driver() -{ - LOG=$(xset q|grep "Log file"|awk '{print $3}') - if [ "$LOG" = "" ]; then - verbose "xset q doesn't reveal the location of the log file. Using fallback $XORG_DEFAULT_LOG \n" - LOG=$XORG_DEFAULT_LOG; - fi - if [ -z "$LOG" ];then - verbose "AIEEEEH, no Log file found \n" - verbose "$(xset q) \n" - return 0 - fi - for DRV in ${WHITELIST}; do - if egrep -q "Loading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG && - ! egrep -q "Unloading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG; - then - return 0 - fi - done - verbose "No whitelisted driver found\n" - return 1 -} - -# check pciid blacklist -have_blacklisted_pciid() -{ -# OUTPUT=$(lspci -n) -# for ID in ${BLACKLIST_PCIIDS}; do -# if echo "$OUTPUT" | egrep -q "$ID"; then -# verbose "Blacklisted PCIID '$ID' found \n" -# return 0 -# fi -# done -# OUTPUT=$(lspci -vn | grep -i VGA) -# verbose "Detected PCI ID for VGA: $OUTPUT\n" - return 1 -} - -build_env() -{ - if check_nvidia; then - ENV="__GL_YIELD=NOTHING " - fi - if [ "$INDIRECT" = "yes" ]; then - ENV="$ENV LIBGL_ALWAYS_INDIRECT=1 " - fi - if check_xgl; then - if [ -f ${LIBGL_NVIDIA} ]; then - ENV="$ENV LD_PRELOAD=${LIBGL_NVIDIA}" - verbose "Enabling Xgl with nVidia drivers...\n" - fi - if [ -f ${LIBGL_FGLRX} ]; then - ENV="$ENV LD_PRELOAD=${LIBGL_FGLRX}" - verbose "Enabling Xgl with fglrx ATi drivers...\n" - fi - fi - - ENV="$ENV FROM_WRAPPER=yes" - - if [ -n "$ENV" ]; then - export $ENV - fi -} - -build_args() -{ - if [ "x$INDIRECT" = "xyes" ]; then - COMPIZ_OPTIONS="$COMPIZ_OPTIONS --indirect-rendering " - fi - if [ ! -z "$DESKTOP_AUTOSTART_ID" ]; then - COMPIZ_OPTIONS="$COMPIZ_OPTIONS --sm-client-id $DESKTOP_AUTOSTART_ID" - fi - if check_nvidia; then - if [ "x$INDIRECT" != "xyes" ]; then - COMPIZ_OPTIONS="$COMPIZ_OPTIONS --loose-binding" - fi - fi -} - -#################### -# Execution begins here. - -# Read configuration from XDG paths -if [ -z "$XDG_CONFIG_DIRS" ]; then - test -f %%LOCALBASE%%/etc/xdg/compiz/compiz-manager && . %%LOCALBASE%%/etc/xdg/compiz/compiz-manager -else - test -f $XDG_CONFIG_DIRS/compiz/compiz-manager && . $XDG_CONFIG_DIRS/compiz/compiz-manager -fi - -if [ -z "$XDG_CONFIG_HOME" ]; then - test -f $HOME/.config/compiz/compiz-manager && . $HOME/.config/compiz/compiz-manager -else - test -f $XDG_CONFIG_HOME/compiz/compiz-manager && . $XDG_CONFIG_HOME/compiz/compiz-manager -fi - -# Don't use compiz when running the failsafe session -if [ "x$GNOME_DESKTOP_SESSION_ID" = "xFailsafe" ]; then - abort_with_fallback_wm -fi - -if [ "x$LIBGL_ALWAYS_INDIRECT" = "x1" ]; then - INDIRECT="yes"; -fi - -# if we run under Xgl, we can skip some tests here -if ! check_xgl; then - # if vesa or vga are in use, do not even try glxinfo (LP#119341) - if ! running_under_whitelisted_driver || have_blacklisted_pciid; then - abort_with_fallback_wm - fi - # check if we have the required bits to run compiz and if not, - # fallback - if ! check_tfp || ! check_npot_texture || ! check_composite || ! check_texture_size; then - abort_with_fallback_wm - fi - - if check_nvidia && ! check_nvidia_memory; then - abort_with_fallback_wm - fi - - if ! check_fbconfig; then - abort_with_fallback_wm - fi -fi - -# load the ccp plugin if present and fallback to plain gconf if not -if [ -f ${PLUGIN_PATH}libccp.so ]; then - COMPIZ_PLUGINS="$COMPIZ_PLUGINS ccp" -elif [ -f ${PLUGIN_PATH}libgconf.so ]; then - COMPIZ_PLUGINS="$COMPIZ_PLUGINS glib gconf" -fi - -# get environment -build_env -build_args - -if [ "x$CM_DRY" = "xyes" ]; then - verbose "Dry run finished: everything should work with regards to Compiz and 3D.\n" - verbose "Execute: ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS \n" - exit 0; -fi -# start the gtk-window-decorator if present -if [ -x ${COMPIZ_BIN_PATH}emerald ] && [ "$USE_EMERALD" = "yes" ]; then - verbose "Starting emerald\n" - ${COMPIZ_BIN_PATH}emerald --replace & -elif [ -x ${COMPIZ_BIN_PATH}gtk-window-decorator ] && [ -n "$GNOME_DESKTOP_SESSION_ID" ]; then - verbose "Starting gtk-window-decorator\n" - ${COMPIZ_BIN_PATH}gtk-window-decorator --replace & -elif [ -x ${COMPIZ_BIN_PATH}kde-window-decorator ] && [ -n "$KDE_FULL_SESSION" ]; then - verbose "Starting kde-window-decorator\n" - ${COMPIZ_BIN_PATH}kde-window-decorator --replace & - FALLBACKWM="${KWIN}" -fi - -${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS || exec $FALLBACKWM $FALLBACKWM_OPTIONS - diff --git a/x11-wm/compiz/files/patch-plugins_fuse.c b/x11-wm/compiz/files/patch-plugins_fuse.c deleted file mode 100644 index 48a0a68b9..000000000 --- a/x11-wm/compiz/files/patch-plugins_fuse.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/fuse.c.orig Mon Apr 2 14:15:28 2007 -+++ plugins/fuse.c Mon May 7 20:07:09 2007 -@@ -28,6 +28,8 @@ - #include <errno.h> - #include <poll.h> - #include <signal.h> -+#include <sys/types.h> -+#include <sys/param.h> - #include <sys/mount.h> - #include <fuse.h> - #include <fuse_lowlevel.h> diff --git a/x11-wm/compiz/pkg-descr b/x11-wm/compiz/pkg-descr deleted file mode 100644 index d654cfa1b..000000000 --- a/x11-wm/compiz/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Compiz is an OpenGL compositing manager that use GLX_EXT_texture_from_pixmap -for binding redirected top-level windows to texture objects. It has a flexible -plug-in system and it is designed to run well on most graphics hardware. - -WWW: http://www.go-compiz.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-wm/compiz/pkg-message b/x11-wm/compiz/pkg-message deleted file mode 100644 index fb8bce937..000000000 --- a/x11-wm/compiz/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -This port has installed compiz-manager which is a wrapper to start -compiz. - -If you are using gnome, you can use the configuration editor to set the -value of: - -desktop->gnome->session->required_components->windowmanager = compiz-manager - -This will enable compiz as your default window manager. - diff --git a/x11-wm/compiz/pkg-plist b/x11-wm/compiz/pkg-plist deleted file mode 100644 index 0a0e7cf0e..000000000 --- a/x11-wm/compiz/pkg-plist +++ /dev/null @@ -1,217 +0,0 @@ -@comment $FreeBSD$ -bin/compiz -bin/compiz-manager -%%GTK%%bin/gtk-window-decorator -%%KDE%%bin/kde-window-decorator -include/compiz/compiz.h -include/compiz/compiz-common.h -include/compiz/compiz-core.h -include/compiz/compiz-cube.h -include/compiz/compiz-plugin.h -include/compiz/compiz-scale.h -include/compiz/decoration.h -lib/compiz/libannotate.a -lib/compiz/libannotate.la -lib/compiz/libannotate.so -lib/compiz/libblur.a -lib/compiz/libblur.la -lib/compiz/libblur.so -lib/compiz/libclone.a -lib/compiz/libclone.la -lib/compiz/libclone.so -lib/compiz/libcommands.a -lib/compiz/libcommands.la -lib/compiz/libcommands.so -lib/compiz/libcube.a -lib/compiz/libcube.la -lib/compiz/libcube.so -%%DBUS%%lib/compiz/libdbus.a -%%DBUS%%lib/compiz/libdbus.la -%%DBUS%%lib/compiz/libdbus.so -lib/compiz/libdecoration.a -lib/compiz/libdecoration.la -lib/compiz/libdecoration.so -lib/compiz/libfade.a -lib/compiz/libfade.la -lib/compiz/libfade.so -%%FUSEFS%%lib/compiz/libfs.a -%%FUSEFS%%lib/compiz/libfs.la -%%FUSEFS%%lib/compiz/libfs.so -lib/compiz/libgconf.a -lib/compiz/libgconf.la -lib/compiz/libgconf.so -lib/compiz/libglib.a -lib/compiz/libglib.la -lib/compiz/libglib.so -lib/compiz/libgnomecompat.a -lib/compiz/libgnomecompat.la -lib/compiz/libgnomecompat.so -lib/compiz/libini.a -lib/compiz/libini.la -lib/compiz/libini.so -lib/compiz/libminimize.a -lib/compiz/libminimize.la -lib/compiz/libminimize.so -lib/compiz/libmove.a -lib/compiz/libmove.la -lib/compiz/libmove.so -lib/compiz/libobs.a -lib/compiz/libobs.la -lib/compiz/libobs.so -lib/compiz/libplace.a -lib/compiz/libplace.la -lib/compiz/libplace.so -lib/compiz/libpng.a -lib/compiz/libpng.la -lib/compiz/libpng.so -lib/compiz/libregex.a -lib/compiz/libregex.la -lib/compiz/libregex.so -lib/compiz/libresize.a -lib/compiz/libresize.la -lib/compiz/libresize.so -lib/compiz/librotate.a -lib/compiz/librotate.la -lib/compiz/librotate.so -lib/compiz/libscale.a -lib/compiz/libscale.la -lib/compiz/libscale.so -lib/compiz/libscreenshot.a -lib/compiz/libscreenshot.la -lib/compiz/libscreenshot.so -%%RSVG%%lib/compiz/libsvg.a -%%RSVG%%lib/compiz/libsvg.la -%%RSVG%%lib/compiz/libsvg.so -lib/compiz/libswitcher.a -lib/compiz/libswitcher.la -lib/compiz/libswitcher.so -lib/compiz/libvideo.a -lib/compiz/libvideo.la -lib/compiz/libvideo.so -lib/compiz/libwater.a -lib/compiz/libwater.la -lib/compiz/libwater.so -lib/compiz/libwobbly.a -lib/compiz/libwobbly.la -lib/compiz/libwobbly.so -lib/compiz/libzoom.a -lib/compiz/libzoom.la -lib/compiz/libzoom.so -lib/libdecoration.a -lib/libdecoration.la -lib/libdecoration.so -lib/libdecoration.so.0 -libdata/pkgconfig/compiz-cube.pc -libdata/pkgconfig/compiz-gconf.pc -libdata/pkgconfig/compiz-scale.pc -libdata/pkgconfig/compiz.pc -libdata/pkgconfig/libdecoration.pc -%%DATADIR%%/annotate.xml -%%DATADIR%%/blur.xml -%%DATADIR%%/clone.xml -%%DATADIR%%/commands.xml -%%DATADIR%%/core.xml -%%DATADIR%%/cube.xml -%%DATADIR%%/dbus.xml -%%DATADIR%%/decoration.xml -%%DATADIR%%/fade.xml -%%DATADIR%%/freedesktop.png -%%DATADIR%%/fs.xml -%%DATADIR%%/gconf.xml -%%DATADIR%%/glib.xml -%%DATADIR%%/gnomecompat.xml -%%DATADIR%%/icon.png -%%DATADIR%%/ini.xml -%%DATADIR%%/inotify.xml -%%DATADIR%%/kconfig.xml -%%DATADIR%%/minimize.xml -%%DATADIR%%/move.xml -%%DATADIR%%/obs.xml -%%DATADIR%%/place.xml -%%DATADIR%%/png.xml -%%DATADIR%%/regex.xml -%%DATADIR%%/resize.xml -%%DATADIR%%/rotate.xml -%%DATADIR%%/scale.xml -%%DATADIR%%/schemas.xslt -%%DATADIR%%/screenshot.xml -%%DATADIR%%/svg.xml -%%DATADIR%%/switcher.xml -%%DATADIR%%/video.xml -%%DATADIR%%/water.xml -%%DATADIR%%/wobbly.xml -%%DATADIR%%/zoom.xml -%%GNOME%%@cwd %%WINDOWSETTINGSDATADIR%% -%%GNOME%%share/gnome/wm-properties/compiz-wm.desktop -%%GNOME%%share/gnome-control-center/keybindings/50-compiz-desktop-key.xml -%%GNOME%%share/gnome-control-center/keybindings/50-compiz-key.xml -%%GNOME%%@cwd %%WINDOWSETTINGSLIBDIR%% -%%GNOME%%window-manager-settings/libcompiz.a -%%GNOME%%window-manager-settings/libcompiz.la -%%GNOME%%window-manager-settings/libcompiz.so -%%GNOME%%@cwd -share/applications/compiz.desktop -share/locale/af/LC_MESSAGES/compiz.mo -share/locale/ar/LC_MESSAGES/compiz.mo -share/locale/bg/LC_MESSAGES/compiz.mo -share/locale/bn/LC_MESSAGES/compiz.mo -share/locale/bn_IN/LC_MESSAGES/compiz.mo -share/locale/bs/LC_MESSAGES/compiz.mo -share/locale/ca/LC_MESSAGES/compiz.mo -share/locale/cs/LC_MESSAGES/compiz.mo -share/locale/cy/LC_MESSAGES/compiz.mo -share/locale/da/LC_MESSAGES/compiz.mo -share/locale/de/LC_MESSAGES/compiz.mo -share/locale/el/LC_MESSAGES/compiz.mo -share/locale/en_GB/LC_MESSAGES/compiz.mo -share/locale/en_US/LC_MESSAGES/compiz.mo -share/locale/es/LC_MESSAGES/compiz.mo -share/locale/et/LC_MESSAGES/compiz.mo -share/locale/eu/LC_MESSAGES/compiz.mo -share/locale/fi/LC_MESSAGES/compiz.mo -share/locale/fr/LC_MESSAGES/compiz.mo -share/locale/gl/LC_MESSAGES/compiz.mo -share/locale/gu/LC_MESSAGES/compiz.mo -share/locale/he/LC_MESSAGES/compiz.mo -share/locale/hi/LC_MESSAGES/compiz.mo -share/locale/hr/LC_MESSAGES/compiz.mo -share/locale/hu/LC_MESSAGES/compiz.mo -share/locale/id/LC_MESSAGES/compiz.mo -share/locale/it/LC_MESSAGES/compiz.mo -share/locale/ja/LC_MESSAGES/compiz.mo -share/locale/ka/LC_MESSAGES/compiz.mo -share/locale/km/LC_MESSAGES/compiz.mo -share/locale/ko/LC_MESSAGES/compiz.mo -share/locale/lo/LC_MESSAGES/compiz.mo -share/locale/lt/LC_MESSAGES/compiz.mo -share/locale/mk/LC_MESSAGES/compiz.mo -share/locale/mr/LC_MESSAGES/compiz.mo -share/locale/nb/LC_MESSAGES/compiz.mo -share/locale/nl/LC_MESSAGES/compiz.mo -share/locale/or/LC_MESSAGES/compiz.mo -share/locale/pa/LC_MESSAGES/compiz.mo -share/locale/pl/LC_MESSAGES/compiz.mo -share/locale/pt/LC_MESSAGES/compiz.mo -share/locale/pt_BR/LC_MESSAGES/compiz.mo -share/locale/ro/LC_MESSAGES/compiz.mo -share/locale/ru/LC_MESSAGES/compiz.mo -share/locale/sk/LC_MESSAGES/compiz.mo -share/locale/sl/LC_MESSAGES/compiz.mo -share/locale/sr/LC_MESSAGES/compiz.mo -share/locale/sv/LC_MESSAGES/compiz.mo -share/locale/ta/LC_MESSAGES/compiz.mo -share/locale/tr/LC_MESSAGES/compiz.mo -share/locale/uk/LC_MESSAGES/compiz.mo -share/locale/vi/LC_MESSAGES/compiz.mo -share/locale/xh/LC_MESSAGES/compiz.mo -share/locale/zh_CN/LC_MESSAGES/compiz.mo -share/locale/zh_TW/LC_MESSAGES/compiz.mo -share/locale/zu/LC_MESSAGES/compiz.mo -@dirrmtry share/applications -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrm %%DATADIR%% -@dirrm lib/compiz -@dirrm include/compiz diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile deleted file mode 100644 index 9e3e13ed8..000000000 --- a/x11-wm/metacity/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: metacity -# Date created: 21 May 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# -# $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.150 2009/09/08 21:24:12 kwm Exp $ -# - -PORTNAME= metacity -PORTVERSION= 2.28.0 -CATEGORIES= x11-wm -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A window manager for the adult in you - -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity - -USE_BZIP2= yes -USE_XORG= x11 xcomposite xdamage -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= metacity.schemas - -MAN1= metacity-message.1 metacity-theme-viewer.1 \ - metacity-window-demo.1 metacity.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo deleted file mode 100644 index 3cdf65382..000000000 --- a/x11-wm/metacity/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/metacity-2.28.0.tar.bz2) = 9d87e390cf9979978f2290aebc41f83b -SHA256 (gnome2/metacity-2.28.0.tar.bz2) = 0621553a6f21fcf40c5dc4c7907b5745c6d853e6b7637bb45b863ec39f595545 -SIZE (gnome2/metacity-2.28.0.tar.bz2) = 2288241 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index e05059e0a..000000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-09-22 22:18:43.000000000 +0200 -+++ configure 2009-09-22 22:19:29.000000000 +0200 -@@ -18211,7 +18211,7 @@ metacity-$VERSION: - " - - METACITY_MINOR_VERSION=28 --if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then -+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then - stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2)) - echo "This is the UNSTABLE branch of metacity" - echo -n "Use 2.$stable_version.x for stable " diff --git a/x11-wm/metacity/files/patch-src_core_main.c b/x11-wm/metacity/files/patch-src_core_main.c deleted file mode 100644 index a88ecf2af..000000000 --- a/x11-wm/metacity/files/patch-src_core_main.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/core/main.c.orig 2009-09-08 16:55:35.000000000 -0400 -+++ src/core/main.c 2009-10-02 23:36:53.000000000 -0400 -@@ -58,7 +58,11 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#ifdef __linux__ - #include <wait.h> -+#else -+#include <sys/wait.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <signal.h> -@@ -378,6 +382,9 @@ sigterm_handler (int signum) - } - - static guint sigchld_signal_id = 0; -+#ifndef CLD_EXITED -+#define CLD_EXITED 1 -+#endif - - static void - sigchld_handler (int signum, siginfo_t *info, void *context) diff --git a/x11-wm/metacity/pkg-descr b/x11-wm/metacity/pkg-descr deleted file mode 100644 index fb1cb52b9..000000000 --- a/x11-wm/metacity/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Metacity is a low-frills Window Manager, and is the default -Window Manager of the GNOME 2 desktop. It provides most of -the features expected of a Window Manager, but leaves everything -it can up to other components of the GNOME environment. diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist deleted file mode 100644 index 4e15080e2..000000000 --- a/x11-wm/metacity/pkg-plist +++ /dev/null @@ -1,278 +0,0 @@ -bin/metacity -bin/metacity-message -bin/metacity-theme-viewer -bin/metacity-window-demo -include/metacity-1/metacity-private/boxes.h -include/metacity-1/metacity-private/common.h -include/metacity-1/metacity-private/gradient.h -include/metacity-1/metacity-private/preview-widget.h -include/metacity-1/metacity-private/theme-parser.h -include/metacity-1/metacity-private/theme.h -include/metacity-1/metacity-private/util.h -lib/libmetacity-private.a -lib/libmetacity-private.la -lib/libmetacity-private.so -lib/libmetacity-private.so.0 -libdata/pkgconfig/libmetacity-private.pc -share/applications/metacity.desktop -share/gnome-control-center/keybindings/50-metacity-desktop-key.xml -share/gnome-control-center/keybindings/50-metacity-key.xml -share/gnome/help/creating-metacity-themes/C/creating-metacity-themes.xml -share/gnome/wm-properties/metacity-wm.desktop -share/locale/am/LC_MESSAGES/metacity.mo -share/locale/ar/LC_MESSAGES/metacity.mo -share/locale/as/LC_MESSAGES/metacity.mo -share/locale/ast/LC_MESSAGES/metacity.mo -share/locale/az/LC_MESSAGES/metacity.mo -share/locale/be/LC_MESSAGES/metacity.mo -share/locale/be@latin/LC_MESSAGES/metacity.mo -share/locale/bg/LC_MESSAGES/metacity.mo -share/locale/bn/LC_MESSAGES/metacity.mo -share/locale/bn_IN/LC_MESSAGES/metacity.mo -share/locale/br/LC_MESSAGES/metacity.mo -share/locale/bs/LC_MESSAGES/metacity.mo -share/locale/ca/LC_MESSAGES/metacity.mo -share/locale/ca@valencia/LC_MESSAGES/metacity.mo -share/locale/cs/LC_MESSAGES/metacity.mo -share/locale/cy/LC_MESSAGES/metacity.mo -share/locale/da/LC_MESSAGES/metacity.mo -share/locale/de/LC_MESSAGES/metacity.mo -share/locale/dz/LC_MESSAGES/metacity.mo -share/locale/el/LC_MESSAGES/metacity.mo -share/locale/en_CA/LC_MESSAGES/metacity.mo -share/locale/en_GB/LC_MESSAGES/metacity.mo -share/locale/es/LC_MESSAGES/metacity.mo -share/locale/et/LC_MESSAGES/metacity.mo -share/locale/eu/LC_MESSAGES/metacity.mo -share/locale/fa/LC_MESSAGES/metacity.mo -share/locale/fi/LC_MESSAGES/metacity.mo -share/locale/fr/LC_MESSAGES/metacity.mo -share/locale/ga/LC_MESSAGES/metacity.mo -share/locale/gl/LC_MESSAGES/metacity.mo -share/locale/gu/LC_MESSAGES/metacity.mo -share/locale/ha/LC_MESSAGES/metacity.mo -share/locale/he/LC_MESSAGES/metacity.mo -share/locale/hi/LC_MESSAGES/metacity.mo -share/locale/hr/LC_MESSAGES/metacity.mo -share/locale/hu/LC_MESSAGES/metacity.mo -share/locale/hy/LC_MESSAGES/metacity.mo -share/locale/id/LC_MESSAGES/metacity.mo -share/locale/ig/LC_MESSAGES/metacity.mo -share/locale/is/LC_MESSAGES/metacity.mo -share/locale/it/LC_MESSAGES/metacity.mo -share/locale/ja/LC_MESSAGES/metacity.mo -share/locale/ka/LC_MESSAGES/metacity.mo -share/locale/kn/LC_MESSAGES/metacity.mo -share/locale/ko/LC_MESSAGES/metacity.mo -share/locale/ku/LC_MESSAGES/metacity.mo -share/locale/la/LC_MESSAGES/metacity.mo -share/locale/lt/LC_MESSAGES/metacity.mo -share/locale/lv/LC_MESSAGES/metacity.mo -share/locale/mai/LC_MESSAGES/metacity.mo -share/locale/mg/LC_MESSAGES/metacity.mo -share/locale/mk/LC_MESSAGES/metacity.mo -share/locale/ml/LC_MESSAGES/metacity.mo -share/locale/mn/LC_MESSAGES/metacity.mo -share/locale/mr/LC_MESSAGES/metacity.mo -share/locale/ms/LC_MESSAGES/metacity.mo -share/locale/nb/LC_MESSAGES/metacity.mo -share/locale/ne/LC_MESSAGES/metacity.mo -share/locale/nl/LC_MESSAGES/metacity.mo -share/locale/nn/LC_MESSAGES/metacity.mo -share/locale/oc/LC_MESSAGES/metacity.mo -share/locale/or/LC_MESSAGES/metacity.mo -share/locale/pa/LC_MESSAGES/metacity.mo -share/locale/pl/LC_MESSAGES/metacity.mo -share/locale/pt/LC_MESSAGES/metacity.mo -share/locale/pt_BR/LC_MESSAGES/metacity.mo -share/locale/ro/LC_MESSAGES/metacity.mo -share/locale/ru/LC_MESSAGES/metacity.mo -share/locale/rw/LC_MESSAGES/metacity.mo -share/locale/si/LC_MESSAGES/metacity.mo -share/locale/sk/LC_MESSAGES/metacity.mo -share/locale/sl/LC_MESSAGES/metacity.mo -share/locale/sq/LC_MESSAGES/metacity.mo -share/locale/sr/LC_MESSAGES/metacity.mo -share/locale/sr@latin/LC_MESSAGES/metacity.mo -share/locale/sv/LC_MESSAGES/metacity.mo -share/locale/ta/LC_MESSAGES/metacity.mo -share/locale/te/LC_MESSAGES/metacity.mo -share/locale/th/LC_MESSAGES/metacity.mo -share/locale/tk/LC_MESSAGES/metacity.mo -share/locale/tr/LC_MESSAGES/metacity.mo -share/locale/uk/LC_MESSAGES/metacity.mo -share/locale/vi/LC_MESSAGES/metacity.mo -share/locale/wa/LC_MESSAGES/metacity.mo -share/locale/xh/LC_MESSAGES/metacity.mo -share/locale/yo/LC_MESSAGES/metacity.mo -share/locale/zh_CN/LC_MESSAGES/metacity.mo -share/locale/zh_HK/LC_MESSAGES/metacity.mo -share/locale/zh_TW/LC_MESSAGES/metacity.mo -%%DATADIR%%/icons/metacity-window-demo.png -share/themes/AgingGorilla/metacity-1/active-button.png -share/themes/AgingGorilla/metacity-1/active-close-button.png -share/themes/AgingGorilla/metacity-1/active-close-menu-icon.png -share/themes/AgingGorilla/metacity-1/active-maximize-button.png -share/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png -share/themes/AgingGorilla/metacity-1/active-menu-button.png -share/themes/AgingGorilla/metacity-1/active-minimize-button.png -share/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png -share/themes/AgingGorilla/metacity-1/inactive-close-button.png -share/themes/AgingGorilla/metacity-1/inactive-maximize-button.png -share/themes/AgingGorilla/metacity-1/inactive-menu-button.png -share/themes/AgingGorilla/metacity-1/inactive-minimize-button.png -share/themes/AgingGorilla/metacity-1/metacity-theme-1.xml -share/themes/Atlanta/metacity-1/metacity-theme-1.xml -share/themes/Bright/metacity-1/metacity-theme-1.xml -share/themes/Bright/metacity-1/metacity-theme-2.xml -share/themes/Crux/metacity-1/active-above-button.png -share/themes/Crux/metacity-1/active-border-top-left-border.png -share/themes/Crux/metacity-1/active-border-top-right-border.png -share/themes/Crux/metacity-1/active-bottom-left-border.png -share/themes/Crux/metacity-1/active-bottom-left-corner.png -share/themes/Crux/metacity-1/active-bottom-mid-left-border.png -share/themes/Crux/metacity-1/active-bottom-mid-right-border.png -share/themes/Crux/metacity-1/active-bottom-right-border.png -share/themes/Crux/metacity-1/active-bottom-right-corner.png -share/themes/Crux/metacity-1/active-button-prelight.png -share/themes/Crux/metacity-1/active-button-pressed.png -share/themes/Crux/metacity-1/active-button.png -share/themes/Crux/metacity-1/active-close-button.png -share/themes/Crux/metacity-1/active-left-border.png -share/themes/Crux/metacity-1/active-left-top-border-shaded.png -share/themes/Crux/metacity-1/active-left-top-border.png -share/themes/Crux/metacity-1/active-maximize-button.png -share/themes/Crux/metacity-1/active-menu-button-prelight.png -share/themes/Crux/metacity-1/active-menu-button-pressed.png -share/themes/Crux/metacity-1/active-menu-button.png -share/themes/Crux/metacity-1/active-minimize-button.png -share/themes/Crux/metacity-1/active-restore-button.png -share/themes/Crux/metacity-1/active-right-border.png -share/themes/Crux/metacity-1/active-right-top-border-shaded.png -share/themes/Crux/metacity-1/active-right-top-border.png -share/themes/Crux/metacity-1/active-shade-button.png -share/themes/Crux/metacity-1/active-stick-button.png -share/themes/Crux/metacity-1/active-top-center-left.png -share/themes/Crux/metacity-1/active-top-center-mid-left.png -share/themes/Crux/metacity-1/active-top-center-mid-right.png -share/themes/Crux/metacity-1/active-top-center-right.png -share/themes/Crux/metacity-1/active-top-left-border.png -share/themes/Crux/metacity-1/active-top-left-corner.png -share/themes/Crux/metacity-1/active-top-mid-left-border.png -share/themes/Crux/metacity-1/active-top-mid-right-border.png -share/themes/Crux/metacity-1/active-top-right-border.png -share/themes/Crux/metacity-1/active-top-right-corner.png -share/themes/Crux/metacity-1/active-unabove-button.png -share/themes/Crux/metacity-1/active-unshade-button.png -share/themes/Crux/metacity-1/active-unstick-button.png -share/themes/Crux/metacity-1/inactive-above-button.png -share/themes/Crux/metacity-1/inactive-border-top-left-border.png -share/themes/Crux/metacity-1/inactive-border-top-right-border.png -share/themes/Crux/metacity-1/inactive-bottom-left-border.png -share/themes/Crux/metacity-1/inactive-bottom-left-corner.png -share/themes/Crux/metacity-1/inactive-bottom-mid-border.png -share/themes/Crux/metacity-1/inactive-bottom-right-border.png -share/themes/Crux/metacity-1/inactive-bottom-right-corner.png -share/themes/Crux/metacity-1/inactive-button-prelight.png -share/themes/Crux/metacity-1/inactive-button-pressed.png -share/themes/Crux/metacity-1/inactive-button.png -share/themes/Crux/metacity-1/inactive-close-button.png -share/themes/Crux/metacity-1/inactive-left-border.png -share/themes/Crux/metacity-1/inactive-left-top-border-shaded.png -share/themes/Crux/metacity-1/inactive-left-top-border.png -share/themes/Crux/metacity-1/inactive-maximize-button.png -share/themes/Crux/metacity-1/inactive-menu-button-prelight.png -share/themes/Crux/metacity-1/inactive-menu-button-pressed.png -share/themes/Crux/metacity-1/inactive-menu-button.png -share/themes/Crux/metacity-1/inactive-minimize-button.png -share/themes/Crux/metacity-1/inactive-restore-button.png -share/themes/Crux/metacity-1/inactive-right-border.png -share/themes/Crux/metacity-1/inactive-right-top-border-shaded.png -share/themes/Crux/metacity-1/inactive-right-top-border.png -share/themes/Crux/metacity-1/inactive-shade-button.png -share/themes/Crux/metacity-1/inactive-stick-button.png -share/themes/Crux/metacity-1/inactive-top-center-left.png -share/themes/Crux/metacity-1/inactive-top-center-mid.png -share/themes/Crux/metacity-1/inactive-top-center-right.png -share/themes/Crux/metacity-1/inactive-top-left-border.png -share/themes/Crux/metacity-1/inactive-top-left-corner.png -share/themes/Crux/metacity-1/inactive-top-mid-border.png -share/themes/Crux/metacity-1/inactive-top-right-border.png -share/themes/Crux/metacity-1/inactive-top-right-corner.png -share/themes/Crux/metacity-1/inactive-unabove-button.png -share/themes/Crux/metacity-1/inactive-unshade-button.png -share/themes/Crux/metacity-1/inactive-unstick-button.png -share/themes/Crux/metacity-1/metacity-theme-1.xml -share/themes/Crux/metacity-1/metacity-theme-2.xml -share/themes/Esco/metacity-1/metacity-theme-1.xml -share/themes/Metabox/metacity-1/metacity-theme-1.xml -share/themes/Simple/metacity-1/close.png -share/themes/Simple/metacity-1/maximize.png -share/themes/Simple/metacity-1/maximized.png -share/themes/Simple/metacity-1/metacity-theme-1.xml -share/themes/Simple/metacity-1/minimize.png -@dirrm share/themes/Simple/metacity-1 -@dirrmtry share/themes/Simple -@dirrm share/themes/Metabox/metacity-1 -@dirrmtry share/themes/Metabox -@dirrm share/themes/Esco/metacity-1 -@dirrmtry share/themes/Esco -@dirrm share/themes/Crux/metacity-1 -@dirrmtry share/themes/Crux -@dirrm share/themes/Bright/metacity-1 -@dirrmtry share/themes/Bright -@dirrm share/themes/Atlanta/metacity-1 -@dirrmtry share/themes/Atlanta -@dirrm share/themes/AgingGorilla/metacity-1 -@dirrmtry share/themes/AgingGorilla -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/gnome/help/creating-metacity-themes/C -@dirrm share/gnome/help/creating-metacity-themes -@dirrm include/metacity-1/metacity-private -@dirrm include/metacity-1 -@dirrmtry share/applications -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@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/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@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 diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile deleted file mode 100644 index 39a4ef492..000000000 --- a/x11-wm/mutter/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: mutter -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.5 2009/09/17 00:59:32 avl Exp $ -# - -PORTNAME= mutter -PORTVERSION= 2.28.0 -CATEGORIES= x11-wm -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Window and compositing manager based on Clutter - -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 - -USE_BZIP2= yes -USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 ltverhack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= mutter.schemas - -MAN1= mutter-message.1 mutter-theme-viewer.1 \ - mutter-window-demo.1 mutter.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-wm/mutter/distinfo b/x11-wm/mutter/distinfo deleted file mode 100644 index e668aca17..000000000 --- a/x11-wm/mutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mutter-2.28.0.tar.bz2) = 3926895782024cff7af7ca480df46b4f -SHA256 (gnome2/mutter-2.28.0.tar.bz2) = f1917172fa4fa622dcc2aa1d82a6c4796c2981566a5c9dc1df7da2a38cd8da80 -SIZE (gnome2/mutter-2.28.0.tar.bz2) = 1986736 diff --git a/x11-wm/mutter/files/patch-src_core_main.c b/x11-wm/mutter/files/patch-src_core_main.c deleted file mode 100644 index 9980fe909..000000000 --- a/x11-wm/mutter/files/patch-src_core_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/main.c.orig 2009-08-14 00:40:56.000000000 +0000 -+++ src/core/main.c 2009-08-14 00:41:22.000000000 +0000 -@@ -59,7 +59,11 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#ifdef __linux__ - #include <wait.h> -+#else -+#include <sys/wait.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <signal.h> diff --git a/x11-wm/mutter/pkg-descr b/x11-wm/mutter/pkg-descr deleted file mode 100644 index 54c14b743..000000000 --- a/x11-wm/mutter/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -mutter is a minimal X window manager aimed at nontechnical users and is -designed to integrate well with the GNOME desktop. mutter lacks some -features that may be expected by traditional UNIX or other technical -users; these users may want to investigate other available window man- -agers for use with GNOME or standalone. - -WWW: - diff --git a/x11-wm/mutter/pkg-plist b/x11-wm/mutter/pkg-plist deleted file mode 100644 index 523a02c68..000000000 --- a/x11-wm/mutter/pkg-plist +++ /dev/null @@ -1,180 +0,0 @@ -bin/mutter -bin/mutter-message -bin/mutter-theme-viewer -bin/mutter-window-demo -include/mutter/mutter-private/atomnames.h -include/mutter/mutter-private/boxes.h -include/mutter/mutter-private/common.h -include/mutter/mutter-private/compositor-mutter.h -include/mutter/mutter-private/compositor.h -include/mutter/mutter-private/display.h -include/mutter/mutter-private/errors.h -include/mutter/mutter-private/gradient.h -include/mutter/mutter-private/group.h -include/mutter/mutter-private/keybindings.h -include/mutter/mutter-private/main.h -include/mutter/mutter-private/mutter-plugin.h -include/mutter/mutter-private/mutter-window.h -include/mutter/mutter-private/prefs.h -include/mutter/mutter-private/preview-widget.h -include/mutter/mutter-private/screen.h -include/mutter/mutter-private/theme-parser.h -include/mutter/mutter-private/theme.h -include/mutter/mutter-private/types.h -include/mutter/mutter-private/util.h -include/mutter/mutter-private/window.h -include/mutter/mutter-private/workspace.h -lib/libmutter-private.a -lib/libmutter-private.la -lib/libmutter-private.so -lib/libmutter-private.so.0 -lib/mutter/Meta-2.28.gir -lib/mutter/Meta-2.28.typelib -lib/mutter/plugins/default.so -libdata/pkgconfig/libmutter-private.pc -libdata/pkgconfig/mutter-plugins.pc -share/applications/mutter.desktop -share/gnome/wm-properties/mutter-wm.desktop -share/locale/am/LC_MESSAGES/mutter.mo -share/locale/ar/LC_MESSAGES/mutter.mo -share/locale/as/LC_MESSAGES/mutter.mo -share/locale/ast/LC_MESSAGES/mutter.mo -share/locale/az/LC_MESSAGES/mutter.mo -share/locale/be/LC_MESSAGES/mutter.mo -share/locale/be@latin/LC_MESSAGES/mutter.mo -share/locale/bg/LC_MESSAGES/mutter.mo -share/locale/bn/LC_MESSAGES/mutter.mo -share/locale/bn_IN/LC_MESSAGES/mutter.mo -share/locale/br/LC_MESSAGES/mutter.mo -share/locale/bs/LC_MESSAGES/mutter.mo -share/locale/ca/LC_MESSAGES/mutter.mo -share/locale/ca@valencia/LC_MESSAGES/mutter.mo -share/locale/cs/LC_MESSAGES/mutter.mo -share/locale/cy/LC_MESSAGES/mutter.mo -share/locale/da/LC_MESSAGES/mutter.mo -share/locale/de/LC_MESSAGES/mutter.mo -share/locale/dz/LC_MESSAGES/mutter.mo -share/locale/el/LC_MESSAGES/mutter.mo -share/locale/en_CA/LC_MESSAGES/mutter.mo -share/locale/en_GB/LC_MESSAGES/mutter.mo -share/locale/es/LC_MESSAGES/mutter.mo -share/locale/et/LC_MESSAGES/mutter.mo -share/locale/eu/LC_MESSAGES/mutter.mo -share/locale/fa/LC_MESSAGES/mutter.mo -share/locale/fi/LC_MESSAGES/mutter.mo -share/locale/fr/LC_MESSAGES/mutter.mo -share/locale/ga/LC_MESSAGES/mutter.mo -share/locale/gl/LC_MESSAGES/mutter.mo -share/locale/gu/LC_MESSAGES/mutter.mo -share/locale/ha/LC_MESSAGES/mutter.mo -share/locale/he/LC_MESSAGES/mutter.mo -share/locale/hi/LC_MESSAGES/mutter.mo -share/locale/hr/LC_MESSAGES/mutter.mo -share/locale/hu/LC_MESSAGES/mutter.mo -share/locale/hy/LC_MESSAGES/mutter.mo -share/locale/id/LC_MESSAGES/mutter.mo -share/locale/ig/LC_MESSAGES/mutter.mo -share/locale/is/LC_MESSAGES/mutter.mo -share/locale/it/LC_MESSAGES/mutter.mo -share/locale/ja/LC_MESSAGES/mutter.mo -share/locale/ka/LC_MESSAGES/mutter.mo -share/locale/kn/LC_MESSAGES/mutter.mo -share/locale/ko/LC_MESSAGES/mutter.mo -share/locale/ku/LC_MESSAGES/mutter.mo -share/locale/la/LC_MESSAGES/mutter.mo -share/locale/lt/LC_MESSAGES/mutter.mo -share/locale/lv/LC_MESSAGES/mutter.mo -share/locale/mai/LC_MESSAGES/mutter.mo -share/locale/mg/LC_MESSAGES/mutter.mo -share/locale/mk/LC_MESSAGES/mutter.mo -share/locale/ml/LC_MESSAGES/mutter.mo -share/locale/mn/LC_MESSAGES/mutter.mo -share/locale/mr/LC_MESSAGES/mutter.mo -share/locale/ms/LC_MESSAGES/mutter.mo -share/locale/nb/LC_MESSAGES/mutter.mo -share/locale/ne/LC_MESSAGES/mutter.mo -share/locale/nl/LC_MESSAGES/mutter.mo -share/locale/nn/LC_MESSAGES/mutter.mo -share/locale/oc/LC_MESSAGES/mutter.mo -share/locale/or/LC_MESSAGES/mutter.mo -share/locale/pa/LC_MESSAGES/mutter.mo -share/locale/pl/LC_MESSAGES/mutter.mo -share/locale/pt/LC_MESSAGES/mutter.mo -share/locale/pt_BR/LC_MESSAGES/mutter.mo -share/locale/ro/LC_MESSAGES/mutter.mo -share/locale/ru/LC_MESSAGES/mutter.mo -share/locale/rw/LC_MESSAGES/mutter.mo -share/locale/si/LC_MESSAGES/mutter.mo -share/locale/sk/LC_MESSAGES/mutter.mo -share/locale/sl/LC_MESSAGES/mutter.mo -share/locale/sq/LC_MESSAGES/mutter.mo -share/locale/sr/LC_MESSAGES/mutter.mo -share/locale/sr@latin/LC_MESSAGES/mutter.mo -share/locale/sv/LC_MESSAGES/mutter.mo -share/locale/ta/LC_MESSAGES/mutter.mo -share/locale/te/LC_MESSAGES/mutter.mo -share/locale/th/LC_MESSAGES/mutter.mo -share/locale/tk/LC_MESSAGES/mutter.mo -share/locale/tr/LC_MESSAGES/mutter.mo -share/locale/uk/LC_MESSAGES/mutter.mo -share/locale/vi/LC_MESSAGES/mutter.mo -share/locale/wa/LC_MESSAGES/mutter.mo -share/locale/xh/LC_MESSAGES/mutter.mo -share/locale/yo/LC_MESSAGES/mutter.mo -share/locale/zh_CN/LC_MESSAGES/mutter.mo -share/locale/zh_HK/LC_MESSAGES/mutter.mo -share/locale/zh_TW/LC_MESSAGES/mutter.mo -%%DATADIR%%/icons/mutter-window-demo.png -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry lib/girepository-1.0 -@dirrm lib/mutter/plugins -@dirrm lib/mutter -@dirrm include/mutter/mutter-private -@dirrm include/mutter -@dirrmtry share/applications -@dirrmtry share/gir-1.0 -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@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/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@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 diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile deleted file mode 100644 index 2a59be1b3..000000000 --- a/x11/gdm/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: gdm2 -# Date created: 20 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.163 2009/11/23 18:16:00 kwm Exp $ -# - -PORTNAME= gdm -PORTVERSION= 2.28.1 -PORTREVISION= 1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 version of xdm display manager - -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity -LIB_DEPENDS= ck-connector.0:${PORTSDIR}/sysutils/consolekit \ - polkit-gtk-1.0:${PORTSDIR}/sysutils/polkit-gnome \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - hal.1:${PORTSDIR}/sysutils/hal \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - gnome-session:${PORTSDIR}/x11/gnome-session - -USERS= gdm -GROUPS= gdm - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_XORG= dmx dmxproto -INSTALLS_ICONS= yes -USE_RC_SUBR= gdm -USE_GNOME_SUBR= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomehier gconf2 libglade2 librsvg2 \ - gnomedocutils gnomeprefix gnomepanel -GCONF_SCHEMAS= gdm-simple-greeter.schemas -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAS_SA_LEN" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-lm" \ - GTKDOC="false" - -SUB_FILES+= gdm.pam - -GDMDIR?= ${PREFIX}/etc/gdm -PKGMESSAGE= ${WRKDIR}/pkg-message - -GNOME_LOCALSTATEDIR= /var - -OPTIONS= IPV6 "Enable IPv6 support" off \ - KEYRING "Enable GnomeKeyring/PAM integration" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_KEYRING) -SUB_LIST+= PAM_KEYRING=\# -.else -RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring -SUB_LIST+= PAM_KEYRING= -.endif - -.if defined(WITH_IPV6) -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \ - ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/daemon/gdm-session-worker.c \ - ${WRKSRC}/data/gconf.path - @${REINPLACE_CMD} -e 's|/bin/true|/usr/bin/true|g' \ - ${WRKSRC}/data/session-setup.entries - @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ - ${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po - @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|g' \ - ${WRKSRC}/data/greeter-autostart/*.desktop.in* - -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/gconf.path \ - ${PREFIX}/share/gdm/gconf.path - ${INSTALL_DATA} ${WRKSRC}/data/session-setup.entries \ - ${PREFIX}/share/gdm/session-setup.entries -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${INSTALL_DATA} ${WRKSRC}/data/gdm.conf-custom \ - ${PREFIX}/etc/gdm/custom.conf.default - ${MKDIR} ${PREFIX}/share/xsessions - ${INSTALL_DATA} ${WRKDIR}/gdm.pam ${PREFIX}/etc/pam.d/gdm - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ - | /usr/bin/fmt 75 79 > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo deleted file mode 100644 index c2b797f0d..000000000 --- a/x11/gdm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gdm-2.28.1.tar.bz2) = 917dc80f5ef6adcdc15193de238476db -SHA256 (gnome2/gdm-2.28.1.tar.bz2) = da77a6fd9d4cc76b68dd4354839f953f8df5fb7921c7777b80256916533a3e7a -SIZE (gnome2/gdm-2.28.1.tar.bz2) = 2332716 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in deleted file mode 100644 index 972d370c3..000000000 --- a/x11/gdm/files/gdm.in +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.37 2009/07/06 21:18:03 marcus Exp $ - -# PROVIDE: gdm -# REQUIRE: LOGIN cleanvar moused syscons dbus hald -# -# Add the following to /etc/rc.conf to start GDM at boot time: -# -# gdm_enable="YES" -# - -. %%RC_SUBR%% -. %%GNOME_SUBR%% - -gdm_enable=${gdm_enable-${gnome_enable}} -gdm_preserve_base_pam_conf=${gdm_preserve_base_pam_conf-NO} -gdm_lang=${gdm_lang-${LANG}} - -export PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin - -name="gdm" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/${name}" -pidfile="/var/run/${name}.pid" -procname="%%PREFIX%%/sbin/gdm-binary" -start_cmd="gdm_start" - -gdm_start() -{ - if ! checkyesno gdm_enable ; then - return 0 - fi - echo "Starting ${name}." - - # make sure there is no pam configuration for gdm service in base system - if ! checkyesno gdm_preserve_base_pam_conf && [ -f /etc/pam.d/gdm ]; then - cp -p /etc/pam.d/gdm /etc/pam.d/gdm_disabled - rm -f /etc/pam.d/gdm - fi - - ( iter=0 - while ! ps -axoargs | grep "^/usr/libexec/getty " | grep -qv grep >/dev/null 2>&1; do - if [ ${iter} -eq 60 ]; then - break - fi - sleep 1 - iter=$(expr ${iter} + 1) - done - iter=0 - while ! %%LOCALBASE%%/bin/lshal >/dev/null 2>&1 ; do - if [ ${iter} -eq 60 ]; then - break - fi - sleep 1 - iter=$(expr ${iter} + 1) - done - LANG=${gdm_lang} ${command} ${gdm_flags} ) & -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/x11/gdm/files/gdm.pam.in b/x11/gdm/files/gdm.pam.in deleted file mode 100644 index e4a67f735..000000000 --- a/x11/gdm/files/gdm.pam.in +++ /dev/null @@ -1,22 +0,0 @@ -# -# $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.pam.in,v 1.7 2009/07/06 21:18:03 marcus Exp $ -# -# PAM configuration for the "gdm" service -# - -# auth -#auth sufficient pam_krb5.so no_warn try_first_pass -#auth sufficient pam_ssh.so no_warn try_first_pass -auth required pam_unix.so no_warn try_first_pass -%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so - -# account -account required pam_nologin.so -#account required pam_krb5.so -account required pam_unix.so - -# session -#session optional pam_ssh.so -session required pam_permit.so -%%PAM_KEYRING%%session optional %%LOCALBASE%%/lib/pam_gnome_keyring.so auto_start diff --git a/x11/gdm/files/patch-common_Makefile.in b/x11/gdm/files/patch-common_Makefile.in deleted file mode 100644 index 2ab0a5001..000000000 --- a/x11/gdm/files/patch-common_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- common/Makefile.in.orig 2008-08-20 14:34:16.000000000 -0400 -+++ common/Makefile.in 2008-08-20 14:36:50.000000000 -0400 -@@ -428,7 +428,8 @@ gdm_crash_logger_CPPFLAGS = \ - -DLOCALSTATEDIR=\"$(localstatedir)\" \ - $(NULL) - --gdm_crash_logger_LDADD = $(GTHREAD_LIBS) -+gdm_crash_logger_LDADD = $(GTHREAD_LIBS) \ -+ -lexecinfo - @MKDTEMP_MISSING_FALSE@MKDTEMP_FILES = - @MKDTEMP_MISSING_TRUE@MKDTEMP_FILES = mkdtemp.c mkdtemp.h - libgdmcommon_la_SOURCES = \ -@@ -473,6 +474,7 @@ libgdmcommon_la_CFLAGS = \ - $(NULL) - - libgdmcommon_la_LIBADD = \ -+ -lexecinfo \ - $(NULL) - - libgdmcommon_la_LDFLAGS = \ diff --git a/x11/gdm/files/patch-common_gdm-address.c b/x11/gdm/files/patch-common_gdm-address.c deleted file mode 100644 index a827d4b6d..000000000 --- a/x11/gdm/files/patch-common_gdm-address.c +++ /dev/null @@ -1,45 +0,0 @@ ---- common/gdm-address.c.orig 2009-02-19 21:45:13.000000000 -0500 -+++ common/gdm-address.c 2009-05-11 02:38:17.000000000 -0400 -@@ -29,6 +29,8 @@ - #include <stropts.h> - #endif - #include <string.h> -+#include <sys/types.h> -+#include <sys/param.h> - #ifdef HAVE_SYS_SOCKET_H - #include <sys/socket.h> - #endif -@@ -37,7 +39,6 @@ - #endif - #include <netdb.h> - #include <sys/ioctl.h> --#include <net/if.h> - - #ifndef G_OS_WIN32 - #include <sys/select.h> -@@ -47,6 +48,7 @@ - #include <winsock2.h> - #include <ws2tcpip.h> - #endif -+#include <net/if.h> - - #include <glib-object.h> - -@@ -206,7 +208,7 @@ gdm_address_get_hostname (GdmAddress *ad - - host [0] = '\0'; - res = getnameinfo ((const struct sockaddr *)address->ss, -- sizeof (struct sockaddr_storage), -+ gdm_sockaddr_len (address->ss), - host, sizeof (host), - NULL, 0, - 0); -@@ -245,7 +247,7 @@ gdm_address_get_numeric_info (GdmAddress - host [0] = '\0'; - serv [0] = '\0'; - res = getnameinfo ((const struct sockaddr *)address->ss, -- sizeof (struct sockaddr_storage), -+ gdm_sockaddr_len (address->ss), - host, sizeof (host), - serv, sizeof (serv), - NI_NUMERICHOST | NI_NUMERICSERV); diff --git a/x11/gdm/files/patch-common_gdm-address.h b/x11/gdm/files/patch-common_gdm-address.h deleted file mode 100644 index a4fd39310..000000000 --- a/x11/gdm/files/patch-common_gdm-address.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/gdm-address.h.orig 2009-05-09 21:08:07.000000000 -0400 -+++ common/gdm-address.h 2009-05-09 21:08:34.000000000 -0400 -@@ -36,6 +36,8 @@ G_BEGIN_DECLS - - #define GDM_TYPE_ADDRESS (gdm_address_get_type ()) - -+#define gdm_sockaddr_len(sa) (((struct sockaddr *)sa)->sa_family == AF_INET6 ? sizeof(struct sockaddr_in6) : sizeof(struct sockaddr_in)) -+ - typedef struct _GdmAddress GdmAddress; - - GType gdm_address_get_type (void); diff --git a/x11/gdm/files/patch-common_gdm-common.c b/x11/gdm/files/patch-common_gdm-common.c deleted file mode 100644 index 9fa4acafa..000000000 --- a/x11/gdm/files/patch-common_gdm-common.c +++ /dev/null @@ -1,13 +0,0 @@ ---- common/gdm-common.c.orig 2007-12-23 10:29:20.000000000 +0100 -+++ common/gdm-common.c 2007-12-23 10:29:34.000000000 +0100 -@@ -33,6 +33,10 @@ - - #include "gdm-common.h" - -+#ifndef ENODATA -+#define ENODATA EAGAIN -+#endif -+ - void - gdm_set_fatal_warnings_if_unstable (void) - { diff --git a/x11/gdm/files/patch-config.h.in b/x11/gdm/files/patch-config.h.in deleted file mode 100644 index d17901da1..000000000 --- a/x11/gdm/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2007-11-02 20:48:28.000000000 -0400 -+++ config.h.in 2007-11-02 20:49:39.000000000 -0400 -@@ -23,6 +23,9 @@ - #undef HAVE_LC_MESSAGES - #undef HAVE_LIBSM - #undef HAVE_LIBXDMCP -+#undef HAVE_LOGIN -+#undef HAVE_LOGOUT -+#undef HAVE_LOGWTMP - #undef HAVE_LOGINCAP - #undef HAVE_LOGINDEVPERM - #undef HAVE_LOGINRESTRICTIONS diff --git a/x11/gdm/files/patch-configure b/x11/gdm/files/patch-configure deleted file mode 100644 index 220aa1cb6..000000000 --- a/x11/gdm/files/patch-configure +++ /dev/null @@ -1,138 +0,0 @@ ---- configure.orig 2009-09-22 12:26:34.000000000 +0200 -+++ configure 2009-09-22 12:29:51.000000000 +0200 -@@ -22494,10 +22494,12 @@ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= \$GLIB_REQUIRED_VERSION - gio-2.0 >= \$GLIB_REQUIRED_VERSION -+ hal - \"") >&5 - ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -@@ -22519,10 +22521,12 @@ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= \$GLIB_REQUIRED_VERSION - gio-2.0 >= \$GLIB_REQUIRED_VERSION -+ hal - \"") >&5 - ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -@@ -22530,6 +22534,7 @@ - pkg_cv_COMMON_LIBS=`$PKG_CONFIG --libs "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>/dev/null` - else - pkg_failed=yes -@@ -22551,11 +22556,13 @@ - COMMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>&1` - else - COMMON_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>&1` - fi - # Put the nasty error message in config.log where it belongs -@@ -22564,6 +22571,7 @@ - { { echo "$as_me:$LINENO: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ) were not met: - - $COMMON_PKG_ERRORS -@@ -22578,6 +22586,7 @@ - echo "$as_me: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ) were not met: - - $COMMON_PKG_ERRORS -@@ -22634,10 +22643,12 @@ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= \$GLIB_REQUIRED_VERSION - gio-2.0 >= \$GLIB_REQUIRED_VERSION -+ hal - \"") >&5 - ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -@@ -22645,6 +22656,7 @@ - pkg_cv_DAEMON_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>/dev/null` - else - pkg_failed=yes -@@ -22659,10 +22671,12 @@ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= \$GLIB_REQUIRED_VERSION - gio-2.0 >= \$GLIB_REQUIRED_VERSION -+ hal - \"") >&5 - ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -@@ -22670,6 +22684,7 @@ - pkg_cv_DAEMON_LIBS=`$PKG_CONFIG --libs "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>/dev/null` - else - pkg_failed=yes -@@ -22691,11 +22706,13 @@ - DAEMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>&1` - else - DAEMON_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - " 2>&1` - fi - # Put the nasty error message in config.log where it belongs -@@ -22704,6 +22721,7 @@ - { { echo "$as_me:$LINENO: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ) were not met: - - $DAEMON_PKG_ERRORS -@@ -22718,6 +22736,7 @@ - echo "$as_me: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - gobject-2.0 >= $GLIB_REQUIRED_VERSION - gio-2.0 >= $GLIB_REQUIRED_VERSION -+ hal - ) were not met: - - $DAEMON_PKG_ERRORS diff --git a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c b/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c deleted file mode 100644 index 692c27516..000000000 --- a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c +++ /dev/null @@ -1,138 +0,0 @@ ---- daemon/gdm-xdmcp-display-factory.c.orig 2009-07-20 03:09:09.000000000 +0200 -+++ daemon/gdm-xdmcp-display-factory.c 2009-07-20 09:54:25.000000000 +0200 -@@ -35,6 +35,7 @@ - #include <netdb.h> - #include <arpa/inet.h> - #include <net/if.h> -+#include <netinet/in.h> - #ifdef HAVE_SYS_SOCKIO_H - #include <sys/sockio.h> - #endif -@@ -76,7 +77,7 @@ int deny_severity = LOG_WARNING; - #define DEFAULT_USE_MULTICAST FALSE - #define DEFAULT_MULTICAST_ADDRESS "ff02::1" - #define DEFAULT_HONOR_INDIRECT TRUE --#define DEFAULT_MAX_DISPLAYS_PER_HOST 1 -+#define DEFAULT_MAX_DISPLAYS_PER_HOST 2 - #define DEFAULT_MAX_DISPLAYS 16 - #define DEFAULT_MAX_PENDING_DISPLAYS 4 - #define DEFAULT_MAX_WAIT 30 -@@ -404,6 +405,11 @@ static int - create_socket (struct addrinfo *ai) - { - int sock; -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif -+#endif - - sock = socket (ai->ai_family, ai->ai_socktype, ai->ai_protocol); - if (sock < 0) { -@@ -411,6 +417,16 @@ create_socket (struct addrinfo *ai) - return sock; - } - -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ if (setsockopt (sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof (off)) < 0) { -+ g_warning ("setsockopt: %s", g_strerror (errno)); -+ close (sock); -+ return -1; -+ } -+#endif -+#endif -+ - if (bind (sock, ai->ai_addr, ai->ai_addrlen) < 0) { - g_warning ("bind: %s", g_strerror (errno)); - close (sock); -@@ -835,7 +851,7 @@ gdm_xdmcp_send_willing (GdmXdmcpDisplayF - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - - g_free (status.data); - } -@@ -879,7 +895,7 @@ gdm_xdmcp_send_unwilling (GdmXdmcpDispla - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - - last_time = time (NULL); - } -@@ -988,7 +1004,7 @@ gdm_xdmcp_send_forward_query (GdmXdmcpDi - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (ic->chosen_address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (ic->chosen_address))); - - g_free (port.data); - g_free (addr.data); -@@ -1691,7 +1707,7 @@ gdm_xdmcp_really_send_managed_forward (G - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - - g_free (addr.data); - } -@@ -1772,7 +1788,7 @@ gdm_xdmcp_send_got_managed_forward (GdmX - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - } - - static gboolean -@@ -1945,7 +1961,7 @@ gdm_xdmcp_send_decline (GdmXdmcpDisplayF - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - - /* Send MANAGED_FORWARD to indicate that the connection - * reached some sort of resolution */ -@@ -2093,7 +2109,7 @@ gdm_xdmcp_send_accept (GdmXdmcpDisplayFa - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - - host = NULL; - gdm_address_get_numeric_info (address, &host, NULL); -@@ -2424,7 +2440,7 @@ gdm_xdmcp_send_failed (GdmXdmcpDisplayFa - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - } - - static void -@@ -2448,7 +2464,7 @@ gdm_xdmcp_send_refuse (GdmXdmcpDisplayFa - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - - /* - * This was from a forwarded query quite apparently so -@@ -2719,7 +2735,7 @@ gdm_xdmcp_send_alive (GdmXdmcpDisplayFac - XdmcpFlush (factory->priv->socket_fd, - &factory->priv->buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - } - - static void diff --git a/x11/gdm/files/patch-daemon_Makefile.in b/x11/gdm/files/patch-daemon_Makefile.in deleted file mode 100644 index 137352970..000000000 --- a/x11/gdm/files/patch-daemon_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- daemon/Makefile.in.orig 2009-05-31 15:51:18.000000000 -0400 -+++ daemon/Makefile.in 2009-05-31 15:56:32.000000000 -0400 -@@ -525,6 +525,7 @@ test_session_LDADD = \ - $(XLIB_LIBS) \ - $(EXTRA_DAEMON_LIBS) \ - $(DAEMON_LIBS) \ -+ $(EXTRA_DAEMON_LIBS) \ - $(PAM_LIBS) \ - $(NULL) - -@@ -660,6 +661,7 @@ gdm_session_worker_SOURCES = session-wor - gdm_session_worker_LDFLAGS = \ - $(XLIB_LIBS) \ - $(PAM_LIBS) \ -+ $(EXTRA_DAEMON_LIBS) \ - $(NULL) - - gdm_session_worker_LDADD = \ diff --git a/x11/gdm/files/patch-daemon_gdm-session-worker.c b/x11/gdm/files/patch-daemon_gdm-session-worker.c deleted file mode 100644 index 362a116ea..000000000 --- a/x11/gdm/files/patch-daemon_gdm-session-worker.c +++ /dev/null @@ -1,71 +0,0 @@ ---- daemon/gdm-session-worker.c.orig 2009-09-21 22:05:27.000000000 +0200 -+++ daemon/gdm-session-worker.c 2009-09-22 12:33:59.000000000 +0200 -@@ -31,6 +31,9 @@ - #include <errno.h> - #include <grp.h> - #include <pwd.h> -+#ifdef HAVE_LOGINCAP -+#include <login_cap.h> -+#endif - - #ifdef HAVE_LOGINDEVPERM - #include <libdevinfo.h> -@@ -340,7 +343,7 @@ gdm_session_execute (const char *file, - * what to search if PATH is unset. POSIX may, dunno. - */ - -- path = "/bin:/usr/bin:."; -+ path = "/bin:/usr/bin:/usr/local/bin:."; - } - - len = strlen (file) + 1; -@@ -1995,15 +1998,16 @@ gdm_session_worker_start_user_session (G - char *cachedirname; - char *home_dir; - int fd; -+#ifdef HAVE_LOGINCAP -+ char *login = worker->priv->username; -+ struct passwd *pwent = getpwnam (login); -+#endif - - /* Make sure cachedir gets created before we drop to user */ - cachedirname = gdm_session_worker_create_cachedir (worker); - g_free (cachedirname); - -- if (setuid (worker->priv->uid) < 0) { -- g_debug ("GdmSessionWorker: could not reset uid - %s", g_strerror (errno)); -- _exit (1); -- } -+ /* Call setsid() before setusercontext() */ - - if (setsid () < 0) { - g_debug ("GdmSessionWorker: could not set pid '%u' as leader of new session and process group - %s", -@@ -2011,6 +2015,28 @@ gdm_session_worker_start_user_session (G - _exit (2); - } - -+#ifdef HAVE_LOGINCAP -+ if (setusercontext (NULL, pwent, pwent->pw_uid, -+ LOGIN_SETLOGIN | LOGIN_SETPATH | -+ LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | -+ LOGIN_SETUMASK | LOGIN_SETUSER | -+ LOGIN_SETENV) < 0) { -+ g_debug ("%s: setusercontext () failed for %s. " -+ "Aborting.", "gdm_session_worker_start_user_session", -+ login ? login : "(null)"); -+ } -+ -+ /* Propagate PATH environment variable from user context to child processes */ -+ -+ gdm_session_worker_set_environment_variable (worker, "PATH", getenv ("PATH")); -+ -+#else -+ if (setuid (worker->priv->uid) < 0) { -+ g_debug ("GdmSessionWorker: could not reset uid - %s", g_strerror (errno)); -+ _exit (1); -+ } -+#endif -+ - environment = gdm_session_worker_get_environment (worker); - - g_assert (geteuid () == getuid ()); diff --git a/x11/gdm/files/patch-data_Xsession.in b/x11/gdm/files/patch-data_Xsession.in deleted file mode 100644 index 894c97d16..000000000 --- a/x11/gdm/files/patch-data_Xsession.in +++ /dev/null @@ -1,39 +0,0 @@ ---- data/Xsession.in.orig 2008-05-12 20:25:54.000000000 -0400 -+++ data/Xsession.in 2008-06-09 01:29:59.000000000 -0400 -@@ -231,12 +231,31 @@ if [ "x$command" = "xdefault" ] ; then - fi - fi - -+is_gnome=0 -+if [ "x$command" = "xgnome-session" ]; then -+ is_gnome=1 -+fi -+ -+# add seahorse-agent if found -+if [ ${is_gnome} = 1 ]; then -+ seahorseagent="`gdmwhich seahorse-agent`" -+ if [ -n "$seahorseagent" ] && [ -x "$seahorseagent" ] && [ -z "$GPG_AGENT_INFO" ] ; then -+ command="dbus-launch --exit-with-session $seahorseagent --execute $command" -+ elif [ -z "$seahorseagent" ] ; then -+ echo "$0: seahorse-agent not found!" -+ fi -+fi -+ - # add ssh-agent if found --sshagent="`gdmwhich ssh-agent`" --if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then -- command="$sshagent -- $command" --elif [ -z "$sshagent" ] ; then -- echo "$0: ssh-agent not found!" -+# ssh-agent functionality is handled by gnome-keyring-daemon which is launched -+# from gnome-session -+if [ ${is_gnome} != 1 ]; then -+ sshagent="`gdmwhich ssh-agent`" -+ if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then -+ command="$sshagent -- $command" -+ elif [ -z "$sshagent" ] ; then -+ echo "$0: ssh-agent not found!" -+ fi - fi - - echo "$0: Setup done, will execute: $command" diff --git a/x11/gdm/files/patch-data_gconf.path b/x11/gdm/files/patch-data_gconf.path deleted file mode 100644 index 2efdb3cc9..000000000 --- a/x11/gdm/files/patch-data_gconf.path +++ /dev/null @@ -1,9 +0,0 @@ ---- data/gconf.path.orig 2008-12-26 17:04:03.000000000 -0500 -+++ data/gconf.path 2008-12-26 17:04:13.000000000 -0500 -@@ -1,5 +1,5 @@ - # treat system-wide settings as mandatory --xml:readonly:/etc/gconf/gconf.xml.system -+xml:readonly:%%LOCALBASE%%/etc/gconf/gconf.xml.system - - # override some settings - # we treat settings in this location as diff --git a/x11/gdm/files/patch-data_gdm.schemas.in.in b/x11/gdm/files/patch-data_gdm.schemas.in.in deleted file mode 100644 index f52dd8bd5..000000000 --- a/x11/gdm/files/patch-data_gdm.schemas.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/gdm.schemas.in.in.orig 2009-05-16 18:17:53.000000000 -0400 -+++ data/gdm.schemas.in.in 2009-05-16 18:18:01.000000000 -0400 -@@ -77,7 +77,7 @@ - <schema> - <key>xdmcp/DisplaysPerHost</key> - <signature>i</signature> -- <default>1</default> -+ <default>2</default> - </schema> - <schema> - <key>xdmcp/Port</key> diff --git a/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in b/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in deleted file mode 100644 index 7febf5165..000000000 --- a/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in +++ /dev/null @@ -1,7 +0,0 @@ ---- data/greeter-autostart/gdm-simple-greeter.desktop.in.in.orig 2008-11-23 22:22:04.000000000 -0500 -+++ data/greeter-autostart/gdm-simple-greeter.desktop.in.in 2008-11-23 22:22:09.000000000 -0500 -@@ -5,4 +5,3 @@ Exec=@LIBEXECDIR@/gdm-simple-greeter - OnlyShowIn=GNOME; - X-GNOME-Autostart-Phase=Application - X-GNOME-Autostart-Notify=true --X-GNOME-AutoRestart=true diff --git a/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c b/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c deleted file mode 100644 index 340e955b3..000000000 --- a/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c +++ /dev/null @@ -1,38 +0,0 @@ ---- gui/simple-chooser/gdm-host-chooser-widget.c.orig 2009-02-19 21:45:09.000000000 -0500 -+++ gui/simple-chooser/gdm-host-chooser-widget.c 2009-05-11 02:34:20.000000000 -0400 -@@ -311,7 +311,7 @@ do_ping (GdmHostChooserWidget *widget, - res = XdmcpFlush (widget->priv->socket_fd, - &widget->priv->broadcast_buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - if (! res) { - g_warning ("Unable to flush the XDMCP broadcast packet: %s", g_strerror (errno)); - } -@@ -328,7 +328,7 @@ do_ping (GdmHostChooserWidget *widget, - res = XdmcpFlush (widget->priv->socket_fd, - &widget->priv->query_buf, - (XdmcpNetaddr)gdm_address_peek_sockaddr_storage (address), -- (int)sizeof (struct sockaddr_storage)); -+ (int)gdm_sockaddr_len (gdm_address_peek_sockaddr_storage (address))); - if (! res) { - g_warning ("Unable to flush the XDMCP query packet"); - } -@@ -442,7 +442,7 @@ find_broadcast_addresses (GdmHostChooser - /* paranoia */ - ifreq.ifr_name[sizeof (ifreq.ifr_name) - 1] = '\0'; - -- if (ioctl (sock, SIOCGIFFLAGS, &ifreq) < 0) { -+ if ((ioctl (sock, SIOCGIFFLAGS, &ifreq) < 0) && (errno != ENXIO)) { - g_warning ("Could not get SIOCGIFFLAGS for %s", ifr[i].ifr_name); - } - -@@ -542,6 +542,8 @@ xdmcp_init (GdmHostChooserWidget *widget - #ifdef ENABLE_IPV6 - widget->priv->socket_fd = socket (AF_INET6, SOCK_DGRAM, 0); - if (widget->priv->socket_fd != -1) { -+ int off = 0; -+ setsockopt(widget->priv->socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof (off)); - widget->priv->have_ipv6 = TRUE; - } - #endif diff --git a/x11/gdm/files/patch-gui_simple-greeter_Makefile.in b/x11/gdm/files/patch-gui_simple-greeter_Makefile.in deleted file mode 100644 index 56d49b99b..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/simple-greeter/Makefile.in.orig 2008-02-13 01:57:37.000000000 -0500 -+++ gui/simple-greeter/Makefile.in 2008-02-13 01:57:44.000000000 -0500 -@@ -445,7 +445,7 @@ INCLUDES = \ - -DGDMCONFDIR=\"$(gdmconfdir)\" \ - -DDATADIR=\""$(datadir)"\" \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ -- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ -+ -DLIBLOCALEDIR=\""$(prefix)/share/locale"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DGLADEDIR=\""$(pkgdatadir)"\" \ - -DLIBEXECDIR=\""$(libexecdir)"\" \ diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-greeter-login-window.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-greeter-login-window.c deleted file mode 100644 index 55f6d7ec8..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-greeter-login-window.c +++ /dev/null @@ -1,155 +0,0 @@ ---- gui/simple-greeter/gdm-greeter-login-window.c.orig 2009-10-24 20:05:24.000000000 -0400 -+++ gui/simple-greeter/gdm-greeter-login-window.c 2009-10-24 20:11:02.000000000 -0400 -@@ -56,10 +56,6 @@ - #include <dbus/dbus-glib.h> - #include <dbus/dbus-glib-lowlevel.h> - --#ifdef HAVE_DEVICEKIT_POWER --#include <devkit-power-gobject/devicekit-power.h> --#endif -- - #include "gdm-settings-client.h" - #include "gdm-settings-keys.h" - #include "gdm-profile.h" -@@ -83,6 +79,10 @@ - #define CK_SEAT_INTERFACE "org.freedesktop.ConsoleKit.Seat" - #define CK_SESSION_INTERFACE "org.freedesktop.ConsoleKit.Session" - -+#define GPM_DBUS_NAME "org.freedesktop.PowerManagement" -+#define GPM_DBUS_PATH "/org/freedesktop/PowerManagement" -+#define GPM_DBUS_INTERFACE "org.freedesktop.PowerManagement" -+ - #define GLADE_XML_FILE "gdm-greeter-login-window.glade" - - #define KEY_GREETER_DIR "/apps/gdm/simple-greeter" -@@ -477,22 +477,46 @@ adjust_other_login_visibility(GdmGreeter - } - } - --#ifdef HAVE_DEVICEKIT_POWER - static gboolean - can_suspend (GdmGreeterLoginWindow *login_window) - { -- gboolean ret; -- DkpClient *dkp_client; -+ DBusGConnection *connection; -+ DBusGProxy *proxy; -+ GError *error; -+ gboolean ret; -+ gboolean res; -+ -+ error = NULL; -+ connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error); -+ if (error != NULL) { -+ g_warning ("Couldn't connect to power manager: %s", error->message); -+ g_error_free (error); -+ return FALSE; -+ } -+ proxy = dbus_g_proxy_new_for_name (connection, -+ GPM_DBUS_NAME, -+ GPM_DBUS_PATH, -+ GPM_DBUS_INTERFACE); -+ -+ ret = FALSE; -+ -+ res = dbus_g_proxy_call (proxy, "CanSuspend", -+ &error, -+ G_TYPE_INVALID, -+ G_TYPE_BOOLEAN, -+ &ret, -+ G_TYPE_INVALID); -+ if (!res) { -+ if (error != NULL) { -+ g_warning ("Could not ask power manager if user can suspend: %s", -+ error->message); -+ g_error_free (error); -+ } -+ ret = FALSE; -+ } - -- /* use DeviceKit-power to get data */ -- dkp_client = dkp_client_new (); -- g_object_get (dkp_client, -- "can-suspend", &ret, -- NULL); -- g_object_unref (dkp_client); -- return ret; -+ return ret; - } --#endif - - static void - remove_sensitize_power_buttons_timeout (GdmGreeterLoginWindow *login_window) -@@ -544,11 +568,7 @@ switch_mode (GdmGreeterLoginWindow *logi - - show_restart_buttons = get_show_restart_buttons (login_window); - --#ifdef HAVE_DEVICEKIT_POWER - show_suspend_button = can_suspend (login_window); --#else -- show_suspend_button = FALSE; --#endif - - /* we want to run this even if we're supposed to - be in the mode already so that we reset everything -@@ -634,25 +654,39 @@ do_disconnect (GdmGreeterLoginWindow *lo - gtk_main_quit (); - } - --#ifdef HAVE_DEVICEKIT_POWER - static void - do_suspend (GdmGreeterLoginWindow *login_window) - { -- gboolean ret; -- DkpClient *dkp_client; -- GError *error = NULL; -- -- /* use DeviceKit-power to get data */ -- dkp_client = dkp_client_new (); -- ret = dkp_client_suspend (dkp_client, &error); -- if (!ret) { -+ GError *error; -+ DBusGConnection *connection; -+ DBusGProxy *proxy; -+ -+ g_debug ("GdmGreeterLoginWindow: Suspend button clicked"); -+ -+ error = NULL; -+ connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error); -+ if (error != NULL) { - g_warning ("Couldn't suspend: %s", error->message); - g_error_free (error); - return; - } -- g_object_unref (dkp_client); -+ proxy = dbus_g_proxy_new_for_name (connection, -+ GPM_DBUS_NAME, -+ GPM_DBUS_PATH, -+ GPM_DBUS_INTERFACE); -+ error = NULL; -+ dbus_g_proxy_call (proxy, -+ "Suspend", -+ &error, -+ G_TYPE_INVALID, -+ G_TYPE_INVALID); -+ if (error != NULL) { -+ g_warning ("Couldn't suspend: %s", error->message); -+ g_error_free (error); -+ return; -+ } -+ g_object_unref (proxy); - } --#endif - - static void - delete_entry_text (GtkWidget *entry) -@@ -971,9 +1005,7 @@ static void - suspend_button_clicked (GtkButton *button, - GdmGreeterLoginWindow *login_window) - { --#ifdef HAVE_DEVICEKIT_POWER - do_suspend (login_window); --#endif - } - - diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c deleted file mode 100644 index 675925aa9..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c +++ /dev/null @@ -1,45 +0,0 @@ ---- gui/simple-greeter/gdm-languages.c.orig 2009-07-20 03:09:09.000000000 +0200 -+++ gui/simple-greeter/gdm-languages.c 2009-07-20 10:02:41.000000000 +0200 -@@ -168,13 +168,13 @@ gdm_parse_language_name (const char *nam - *codesetp = NULL; - } - -- if (*codesetp != NULL) { -+/* if (*codesetp != NULL) { - char *codeset; - - codeset = normalize_codeset (*codesetp); - g_free (*codesetp); - *codesetp = codeset; -- } -+ }*/ - } - - if (modifierp != NULL) { -@@ -314,7 +314,7 @@ language_name_has_translations (const ch - const char *name; - gboolean has_translations; - -- path = g_build_filename (GNOMELOCALEDIR, language_name, "LC_MESSAGES", NULL); -+ path = g_build_filename ("/usr/share/locale", language_name, "LC_MESSAGES", NULL); - - has_translations = FALSE; - dir = g_dir_open (path, 0, NULL); -@@ -352,7 +352,7 @@ add_locale (const char *language_name) - if (language_name_is_utf8 (language_name)) { - name = g_strdup (language_name); - } else { -- name = g_strdup_printf ("%s.utf8", language_name); -+ name = g_strdup_printf ("%s.UTF-8", language_name); - - if (!language_name_is_utf8 (name)) { - g_free (name); -@@ -501,7 +501,7 @@ collect_locales_from_directory (void) - int ndirents; - int cnt; - -- ndirents = scandir (LIBLOCALEDIR, &dirents, select_dirs, alphasort); -+ ndirents = scandir ("/usr/share/locale", &dirents, select_dirs, alphasort); - - for (cnt = 0; cnt < ndirents; ++cnt) { - add_locale (dirents[cnt]->d_name); diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c deleted file mode 100644 index 059d72cf4..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gui/simple-greeter/gdm-remote-login-window.c.orig 2008-03-24 11:27:13.000000000 +0100 -+++ gui/simple-greeter/gdm-remote-login-window.c 2008-03-24 11:27:31.000000000 +0100 -@@ -25,6 +25,7 @@ - #include <unistd.h> - #include <sys/types.h> - #include <sys/wait.h> -+#include <sys/signal.h> - #include <errno.h> - - #include <glib.h> diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c deleted file mode 100644 index d0a5d73f5..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c +++ /dev/null @@ -1,60 +0,0 @@ ---- gui/simple-greeter/gdm-user-manager.c.orig 2009-09-21 16:05:27.000000000 -0400 -+++ gui/simple-greeter/gdm-user-manager.c 2009-10-14 12:58:37.000000000 -0400 -@@ -65,6 +65,8 @@ - - #ifdef __sun - #define DEFAULT_MINIMAL_UID 100 -+#elif defined(__FreeBSD__) -+#define DEFAULT_MINIMAL_UID 1000 - #else - #define DEFAULT_MINIMAL_UID 500 - #endif -@@ -1366,17 +1368,24 @@ reload_passwd (GdmUserManager *manager) - GSList *new_users; - GSList *list; - GSList *dup; -+#ifndef __FreeBSD__ - FILE *fp; -+#endif - - old_users = NULL; - new_users = NULL; - -+#ifdef __FreeBSD__ -+ setpwent (); -+#else -+ - errno = 0; - fp = fopen (PATH_PASSWD, "r"); - if (fp == NULL) { - g_warning ("Unable to open %s: %s", PATH_PASSWD, g_strerror (errno)); - goto out; - } -+#endif - - g_hash_table_foreach (manager->priv->users, listify_hash_values_hfunc, &old_users); - g_slist_foreach (old_users, (GFunc) g_object_ref, NULL); -@@ -1390,7 +1399,11 @@ reload_passwd (GdmUserManager *manager) - } - } - -+#ifdef __FreeBSD__ -+ for (pwent = getpwent (); pwent != NULL; pwent = getpwent ()) { -+#else - for (pwent = fgetpwent (fp); pwent != NULL; pwent = fgetpwent (fp)) { -+#endif - GdmUser *user; - - user = NULL; -@@ -1461,7 +1474,11 @@ reload_passwd (GdmUserManager *manager) - out: - /* Cleanup */ - -+#ifdef __FreeBSD__ -+ endpwent (); -+#else - fclose (fp); -+#endif - - g_slist_foreach (new_users, (GFunc) g_object_thaw_notify, NULL); - g_slist_foreach (new_users, (GFunc) g_object_unref, NULL); diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-user.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-user.c deleted file mode 100644 index fae89ec07..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-user.c +++ /dev/null @@ -1,34 +0,0 @@ ---- gui/simple-greeter/gdm-user.c.orig 2009-07-20 03:09:09.000000000 +0200 -+++ gui/simple-greeter/gdm-user.c 2009-07-20 10:09:41.000000000 +0200 -@@ -427,6 +427,7 @@ _gdm_user_update (GdmUser *u - /* Display Name */ - if (pwent->pw_gecos && pwent->pw_gecos[0] != '\0') { - gchar *first_comma; -+ gchar *ampersand; - gchar *real_name_utf8; - - real_name_utf8 = g_locale_to_utf8 (pwent->pw_gecos, -1, NULL, NULL, NULL); -@@ -443,6 +444,23 @@ _gdm_user_update (GdmUser *u - g_free (real_name); - real_name = NULL; - } -+ -+ while (real_name != NULL && (ampersand = strchr (real_name, '&')) != NULL) { -+ gchar *temp_real_name1; -+ gchar *temp_real_name2; -+ gchar *temp_name; -+ -+ temp_real_name1 = g_strndup (real_name, -+ (ampersand - real_name)); -+ temp_real_name2 = g_strdup (ampersand + 1); -+ temp_name = g_strdup (pwent->pw_name); -+ temp_name[0] = toupper (temp_name[0]); -+ g_free (real_name); -+ real_name = g_strdup_printf ("%s%s%s", temp_real_name1, temp_name, temp_real_name2); -+ g_free (temp_real_name1); -+ g_free (temp_real_name2); -+ g_free (temp_name); -+ } - } else { - real_name = NULL; - } diff --git a/x11/gdm/files/patch-hal-keyboard b/x11/gdm/files/patch-hal-keyboard deleted file mode 100644 index 904f1cdac..000000000 --- a/x11/gdm/files/patch-hal-keyboard +++ /dev/null @@ -1,104 +0,0 @@ ---- daemon/gdm-session-direct.c.orig 2009-07-20 03:09:09.000000000 +0200 -+++ daemon/gdm-session-direct.c 2009-07-20 10:14:45.000000000 +0200 -@@ -45,6 +45,8 @@ - #include <dbus/dbus-glib.h> - #include <dbus/dbus-glib-lowlevel.h> - -+#include <libhal.h> -+ - #include "gdm-session-direct.h" - #include "gdm-session.h" - #include "gdm-session-private.h" -@@ -597,14 +599,66 @@ get_default_language_name (GdmSessionDir - return setlocale (LC_MESSAGES, NULL); - } - -+static char * -+get_system_default_layout (GdmSessionDirect *session) -+{ -+ DBusConnection *connection; -+ LibHalContext *ctx; -+ char **devices; -+ int n_devices; -+ char *layout; -+ char *result; -+ -+ result = NULL; -+ -+ connection = dbus_g_connection_get_connection (session->priv->connection); -+ ctx = libhal_ctx_new (); -+ libhal_ctx_set_dbus_connection (ctx, connection); -+ -+ if (!libhal_ctx_init (ctx, NULL)) { -+ goto out; -+ } -+ -+ devices = libhal_find_device_by_capability (ctx, -+ "input.keyboard", -+ &n_devices, -+ NULL); -+ if (n_devices > 0) { -+ layout = libhal_device_get_property_string (ctx, -+ devices[0], -+ "input.x11_options.XkbLayout", -+ NULL); -+ if (!layout) { -+ layout = libhal_device_get_property_string (ctx, -+ devices[0], -+ "input.xkb.layout", -+ NULL); -+ } -+ result = g_strdup (layout); -+ libhal_free_string (layout); -+ } -+ -+ libhal_free_string_array (devices); -+ -+ libhal_ctx_shutdown (ctx, NULL); -+ libhal_ctx_free (ctx); -+ -+out: -+ if (!result) { -+ result = g_strdup ("us"); -+ } -+ -+ return result; -+} -+ - static const char * - get_default_layout_name (GdmSessionDirect *session) - { -- if (session->priv->saved_layout != NULL) { -- return session->priv->saved_layout; -+ if (!session->priv->saved_layout) { -+ session->priv->saved_layout = get_system_default_layout (session); - } - -- return "us"; -+ return session->priv->saved_layout; - } - - static char * -@@ -1953,8 +2007,8 @@ setup_session_environment (GdmSessionDir - "GDM_LANG", - get_language_name (session)); - -- if (strcmp (get_layout_name (session), -- get_default_layout_name (session)) == 0) { -+ if (g_strcmp0 (get_layout_name (session), -+ get_default_layout_name (session)) != 0) { - gdm_session_direct_set_environment_variable (session, - "GDM_KEYBOARD_LAYOUT", - get_layout_name (session)); ---- daemon/gdm-session-settings.c.orig 2009-05-19 17:18:12.000000000 +0200 -+++ daemon/gdm-session-settings.c 2009-07-20 10:10:15.000000000 +0200 -@@ -149,8 +149,7 @@ gdm_session_settings_set_layout_name (Gd - { - g_return_if_fail (GDM_IS_SESSION_SETTINGS (settings)); - -- if (settings->priv->layout_name == NULL || -- strcmp (settings->priv->layout_name, layout_name) != 0) { -+ if (g_strcmp0 (settings->priv->layout_name, layout_name) != 0) { - settings->priv->layout_name = g_strdup (layout_name); - g_object_notify (G_OBJECT (settings), "layout-name"); - } diff --git a/x11/gdm/pkg-descr b/x11/gdm/pkg-descr deleted file mode 100644 index 1699cf5b7..000000000 --- a/x11/gdm/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The GNOME 2.0 version of the xdm display manager. It supports user -icons, multiple sessions, and clean system shutdowns. - -WWW: http://www.gnome.org/projects/gdm/ diff --git a/x11/gdm/pkg-install b/x11/gdm/pkg-install deleted file mode 100644 index 97ae6b483..000000000 --- a/x11/gdm/pkg-install +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=gdm - GROUP=${USER} - CHMOD=/bin/chmod - CHOWN=/usr/sbin/chown - MKDIR=/bin/mkdir - - ${MKDIR} -p /var/gdm - ${MKDIR} -p /var/log/gdm - ${CHMOD} 0755 /var/log/gdm - ${CHOWN} root:wheel /var/log/gdm - ${CHOWN} -R root:${GROUP} /var/gdm - ${CHMOD} 1770 /var/gdm - ${MKDIR} -p /var/run/gdm - ${CHOWN} root:${GROUP} /var/run/gdm - ${CHMOD} 1777 /var/run/gdm - ${MKDIR} -p /var/cache/gdm - ${CHMOD} 1755 /var/cache/gdm - ${CHOWN} root:${GROUP} /var/cache/gdm - ${CHOWN} root:wheel ${PKG_PREFIX}/share/gdm - ${CHMOD} 0755 ${PKG_PREFIX}/share/gdm - ${MKDIR} -p ${PKG_PREFIX}/etc/gdm/home - ${CHOWN} root:${GROUP} ${PKG_PREFIX}/etc/gdm/home - ${CHMOD} 1770 ${PKG_PREFIX}/etc/gdm/home - install -o root -g wheel -m 444 ${PKG_PREFIX}/share/gdm/gconf.path ${PKG_PREFIX}/etc/gdm/home/.gconf.path - gconftool-2 --direct --config-source=xml:merged:${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory --recursive-unset / - gconftool-2 --direct --config-source=xml:merged:${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory --load ${PKG_PREFIX}/share/gdm/session-setup.entries - ${CHOWN} -R root:gdm ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory - ${CHMOD} 1750 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory - ${CHMOD} 1640 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory/*.xml - - ${MKDIR} -p ${PKG_PREFIX}/etc/gdm/Sessions - ${MKDIR} -p ${PKG_PREFIX}/etc/dm/Sessions - exit 0 - ;; -esac diff --git a/x11/gdm/pkg-message b/x11/gdm/pkg-message deleted file mode 100644 index 038101552..000000000 --- a/x11/gdm/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -GDM is installed. - -Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm -hanging or restarting constantly. Instead, add gdm_enable="YES" to -/etc/rc.conf. GDM will be started automatic on the next reboot. - diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist deleted file mode 100644 index 95025aa6c..000000000 --- a/x11/gdm/pkg-plist +++ /dev/null @@ -1,288 +0,0 @@ -bin/gdm-screenshot -bin/gdmflexiserver -etc/dbus-1/system.d/gdm.conf -etc/gdm/Init/Default -etc/gdm/PostLogin/Default.sample -etc/gdm/PostSession/Default -etc/gdm/PreSession/Default -etc/gdm/Xsession -@unexec if cmp -s %D/etc/gdm/custom.conf %D/etc/gdm/custom.conf.default; then rm -f %D/etc/gdm/custom.conf; fi -etc/gdm/custom.conf.default -@exec [ -f %B/custom.conf ] || cp %B/%f %B/custom.conf -etc/gdm/gdm.schemas -etc/pam.d/gdm -libdata/bonobo/servers/GNOME_FastUserSwitchApplet.server -libexec/gdm-crash-logger -libexec/gdm-factory-slave -libexec/gdm-host-chooser -libexec/gdm-product-slave -libexec/gdm-session-worker -libexec/gdm-simple-chooser -libexec/gdm-simple-greeter -libexec/gdm-simple-slave -libexec/gdm-user-switch-applet -libexec/gdm-xdmcp-chooser-slave -sbin/gdm -sbin/gdm-binary -sbin/gdm-restart -sbin/gdm-safe-restart -sbin/gdm-stop -%%DATADIR%%/autostart/LoginWindow/at-spi-registryd-wrapper.desktop -%%DATADIR%%/autostart/LoginWindow/gdm-simple-greeter.desktop -%%DATADIR%%/autostart/LoginWindow/gnome-mag.desktop -%%DATADIR%%/autostart/LoginWindow/gnome-power-manager.desktop -%%DATADIR%%/autostart/LoginWindow/gnome-settings-daemon.desktop -%%DATADIR%%/autostart/LoginWindow/gok.desktop -%%DATADIR%%/autostart/LoginWindow/metacity.desktop -%%DATADIR%%/autostart/LoginWindow/orca-screen-reader.desktop -%%DATADIR%%/autostart/LoginWindow/polkit-gnome-authentication-agent-1.desktop -%%DATADIR%%/gconf.path -%%DATADIR%%/gdb-cmd -%%DATADIR%%/gdm-greeter-login-window.glade -%%DATADIR%%/session-setup.entries -share/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml -share/gnome/help/gdm/C/gdm.xml -share/gnome/help/gdm/C/legal.xml -share/gnome/help/gdm/de/gdm.xml -share/gnome/help/gdm/el/gdm.xml -share/gnome/help/gdm/en_GB/gdm.xml -share/gnome/help/gdm/es/gdm.xml -share/gnome/help/gdm/fr/gdm.xml -share/gnome/help/gdm/it/gdm.xml -share/gnome/help/gdm/ko/gdm.xml -share/gnome/help/gdm/oc/gdm.xml -share/gnome/help/gdm/ru/gdm.xml -share/gnome/help/gdm/sv/gdm.xml -share/gnome/help/gdm/uk/gdm.xml -share/icons/hicolor/16x16/apps/gdm-xnest.png -share/icons/hicolor/32x32/apps/gdm-setup.png -share/icons/hicolor/32x32/apps/gdm-xnest.png -share/locale/af/LC_MESSAGES/gdm.mo -share/locale/am/LC_MESSAGES/gdm.mo -share/locale/ar/LC_MESSAGES/gdm.mo -share/locale/as/LC_MESSAGES/gdm.mo -share/locale/ast/LC_MESSAGES/gdm.mo -share/locale/az/LC_MESSAGES/gdm.mo -share/locale/be/LC_MESSAGES/gdm.mo -share/locale/be@latin/LC_MESSAGES/gdm.mo -share/locale/bg/LC_MESSAGES/gdm.mo -share/locale/bn/LC_MESSAGES/gdm.mo -share/locale/bn_IN/LC_MESSAGES/gdm.mo -share/locale/br/LC_MESSAGES/gdm.mo -share/locale/bs/LC_MESSAGES/gdm.mo -share/locale/ca/LC_MESSAGES/gdm.mo -share/locale/ca@valencia/LC_MESSAGES/gdm.mo -share/locale/crh/LC_MESSAGES/gdm.mo -share/locale/cs/LC_MESSAGES/gdm.mo -share/locale/cy/LC_MESSAGES/gdm.mo -share/locale/da/LC_MESSAGES/gdm.mo -share/locale/de/LC_MESSAGES/gdm.mo -share/locale/dz/LC_MESSAGES/gdm.mo -share/locale/el/LC_MESSAGES/gdm.mo -share/locale/en_CA/LC_MESSAGES/gdm.mo -share/locale/en_GB/LC_MESSAGES/gdm.mo -share/locale/eo/LC_MESSAGES/gdm.mo -share/locale/es/LC_MESSAGES/gdm.mo -share/locale/et/LC_MESSAGES/gdm.mo -share/locale/eu/LC_MESSAGES/gdm.mo -share/locale/fa/LC_MESSAGES/gdm.mo -share/locale/fi/LC_MESSAGES/gdm.mo -share/locale/fr/LC_MESSAGES/gdm.mo -share/locale/fur/LC_MESSAGES/gdm.mo -share/locale/ga/LC_MESSAGES/gdm.mo -share/locale/gl/LC_MESSAGES/gdm.mo -share/locale/gu/LC_MESSAGES/gdm.mo -share/locale/he/LC_MESSAGES/gdm.mo -share/locale/hi/LC_MESSAGES/gdm.mo -share/locale/hr/LC_MESSAGES/gdm.mo -share/locale/hu/LC_MESSAGES/gdm.mo -share/locale/hy/LC_MESSAGES/gdm.mo -share/locale/id/LC_MESSAGES/gdm.mo -share/locale/is/LC_MESSAGES/gdm.mo -share/locale/it/LC_MESSAGES/gdm.mo -share/locale/ja/LC_MESSAGES/gdm.mo -share/locale/ka/LC_MESSAGES/gdm.mo -share/locale/kk/LC_MESSAGES/gdm.mo -share/locale/kn/LC_MESSAGES/gdm.mo -share/locale/ko/LC_MESSAGES/gdm.mo -share/locale/ku/LC_MESSAGES/gdm.mo -share/locale/lt/LC_MESSAGES/gdm.mo -share/locale/lv/LC_MESSAGES/gdm.mo -share/locale/mai/LC_MESSAGES/gdm.mo -share/locale/mg/LC_MESSAGES/gdm.mo -share/locale/mi/LC_MESSAGES/gdm.mo -share/locale/mk/LC_MESSAGES/gdm.mo -share/locale/ml/LC_MESSAGES/gdm.mo -share/locale/mn/LC_MESSAGES/gdm.mo -share/locale/mr/LC_MESSAGES/gdm.mo -share/locale/ms/LC_MESSAGES/gdm.mo -share/locale/nb/LC_MESSAGES/gdm.mo -share/locale/ne/LC_MESSAGES/gdm.mo -share/locale/nl/LC_MESSAGES/gdm.mo -share/locale/nn/LC_MESSAGES/gdm.mo -share/locale/nso/LC_MESSAGES/gdm.mo -share/locale/oc/LC_MESSAGES/gdm.mo -share/locale/or/LC_MESSAGES/gdm.mo -share/locale/pa/LC_MESSAGES/gdm.mo -share/locale/pl/LC_MESSAGES/gdm.mo -share/locale/ps/LC_MESSAGES/gdm.mo -share/locale/pt/LC_MESSAGES/gdm.mo -share/locale/pt_BR/LC_MESSAGES/gdm.mo -share/locale/ro/LC_MESSAGES/gdm.mo -share/locale/ru/LC_MESSAGES/gdm.mo -share/locale/rw/LC_MESSAGES/gdm.mo -share/locale/si/LC_MESSAGES/gdm.mo -share/locale/sk/LC_MESSAGES/gdm.mo -share/locale/sl/LC_MESSAGES/gdm.mo -share/locale/sq/LC_MESSAGES/gdm.mo -share/locale/sr/LC_MESSAGES/gdm.mo -share/locale/sr@latin/LC_MESSAGES/gdm.mo -share/locale/sv/LC_MESSAGES/gdm.mo -share/locale/ta/LC_MESSAGES/gdm.mo -share/locale/te/LC_MESSAGES/gdm.mo -share/locale/th/LC_MESSAGES/gdm.mo -share/locale/tr/LC_MESSAGES/gdm.mo -share/locale/uk/LC_MESSAGES/gdm.mo -share/locale/uz/LC_MESSAGES/gdm.mo -share/locale/uz@cyrillic/LC_MESSAGES/gdm.mo -share/locale/vi/LC_MESSAGES/gdm.mo -share/locale/wa/LC_MESSAGES/gdm.mo -share/locale/xh/LC_MESSAGES/gdm.mo -share/locale/zh_CN/LC_MESSAGES/gdm.mo -share/locale/zh_HK/LC_MESSAGES/gdm.mo -share/locale/zh_TW/LC_MESSAGES/gdm.mo -share/locale/zu/LC_MESSAGES/gdm.mo -share/omf/gdm/gdm-C.omf -share/omf/gdm/gdm-de.omf -share/omf/gdm/gdm-el.omf -share/omf/gdm/gdm-en_GB.omf -share/omf/gdm/gdm-es.omf -share/omf/gdm/gdm-fr.omf -share/omf/gdm/gdm-it.omf -share/omf/gdm/gdm-ko.omf -share/omf/gdm/gdm-oc.omf -share/omf/gdm/gdm-ru.omf -share/omf/gdm/gdm-sv.omf -share/omf/gdm/gdm-uk.omf -share/pixmaps/faces/astronaut.jpg -share/pixmaps/faces/baseball.png -share/pixmaps/faces/butterfly.png -share/pixmaps/faces/cat-eye.jpg -share/pixmaps/faces/chess.jpg -share/pixmaps/faces/coffee.jpg -share/pixmaps/faces/dice.jpg -share/pixmaps/faces/energy-arc.jpg -share/pixmaps/faces/fish.jpg -share/pixmaps/faces/flake.jpg -share/pixmaps/faces/flower.jpg -share/pixmaps/faces/grapes.jpg -share/pixmaps/faces/guitar.jpg -share/pixmaps/faces/launch.jpg -share/pixmaps/faces/leaf.jpg -share/pixmaps/faces/lightning.jpg -share/pixmaps/faces/penguin.jpg -share/pixmaps/faces/puppy.jpg -share/pixmaps/faces/sky.jpg -share/pixmaps/faces/soccerball.png -share/pixmaps/faces/sunflower.jpg -share/pixmaps/faces/sunset.jpg -share/pixmaps/faces/tennis-ball.png -share/pixmaps/faces/yellow-rose.jpg -share/pixmaps/gdm-foot-logo.png -share/pixmaps/gdm-setup.png -share/pixmaps/gdm-xnest.png -share/pixmaps/gdm.png -share/pixmaps/nobody.png -share/pixmaps/nohost.png -@exec mkdir -p %D/share/xsessions -@dirrmtry share/xsessions -@dirrm share/pixmaps/faces -@dirrm share/omf/gdm -@dirrm share/gnome/help/gdm/uk -@dirrm share/gnome/help/gdm/sv -@dirrm share/gnome/help/gdm/ru -@dirrm share/gnome/help/gdm/oc -@dirrm share/gnome/help/gdm/ko -@dirrm share/gnome/help/gdm/it -@dirrm share/gnome/help/gdm/fr -@dirrm share/gnome/help/gdm/es -@dirrm share/gnome/help/gdm/en_GB -@dirrm share/gnome/help/gdm/el -@dirrm share/gnome/help/gdm/de -@dirrm share/gnome/help/gdm/C -@dirrm share/gnome/help/gdm -@dirrm %%DATADIR%%/autostart/LoginWindow -@dirrm %%DATADIR%%/autostart -@dirrm %%DATADIR%% -@dirrm etc/gdm/Sessions -@dirrm etc/gdm/PreSession -@dirrm etc/gdm/PostSession -@dirrm etc/gdm/PostLogin -@dirrm etc/gdm/Init -@unexec rm -rf %D/etc/gdm/home/.gconf* -@dirrmtry etc/gdm/home -@dirrmtry etc/gdm -@dirrmtry etc/dm/Sessions -@dirrmtry etc/dm -@dirrmtry sbin -@dirrmtry share/log/gdm -@dirrmtry share/log -@unexec /bin/rm -rf /var/gdm 2>/dev/null || /usr/bin/true -@unexec /bin/rm -rf /var/log/gdm 2>/dev/null || /usr/bin/true -@unexec /bin/rm -rf /var/run/gdm 2>/dev/null || /usr/bin/true -@unexec rmdir /var/cache/gdm 2>/dev/null || /usr/bin/true -@unexec rmdir /var/cache 2>/dev/null || /usr/bin/true -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/gir-repository-babl/Makefile b/x11/gir-repository-babl/Makefile deleted file mode 100644 index 3ee1fadbd..000000000 --- a/x11/gir-repository-babl/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-babl -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11 - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -babl - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11/gir-repository-gnome-menus/Makefile b/x11/gir-repository-gnome-menus/Makefile deleted file mode 100644 index c1b370811..000000000 --- a/x11/gir-repository-gnome-menus/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gnome-menus -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11 - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gnome-menus - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile deleted file mode 100644 index 502fb7ce6..000000000 --- a/x11/gnome-applets/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# New ports collection makefile for: gnomeapplets2 -# Date created: 26th May 2000 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.207 2009/09/21 09:55:02 kwm Exp $ -# - -PORTNAME= gnome-applets -PORTVERSION= 2.28.0 -PORTREVISION= 1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Applets components for the GNOME 2 Desktop Environment - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - gweather.1:${PORTSDIR}/net/libgweather \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - xklavier.12:${PORTSDIR}/x11/libxklavier \ - gucharmap.7:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ - libgnomekbd -WANT_GNOME= yes -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gstreamer=0.10 \ - --enable-mixer-applet \ - --disable-networkmanager -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - OS_SYS="/usr/include" - -GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ - mixer.schemas multiload.schemas stickynotes.schemas - -OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - !defined(WITHOUT_LIBNOTIFY) -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " -.else -GCONF_SCHEMAS+= battstat.schemas -PLIST_SUB= BATTERY="" -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -PLIST_SUB+= CPUFREQ="@comment " -.else -PLIST_SUB+= CPUFREQ="" -GCONF_SCHEMAS+= cpufreq-applet.schemas -.endif - -.if defined(WITH_MINI_COMMANDER) -CONFIGURE_ARGS+= --enable-mini-commander -GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas -PLIST_SUB+= COMMANDER="" -.else -PLIST_SUB+= COMMANDER="@comment " -.endif - -.if ( exists(${pygnomedesktop_DETECT}) ) || \ - ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" ) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|" == "|" = "|g' -.if !defined(USE_PYTHON) - @${REINPLACE_CMD} -e 's|HAVE_PYGTK="yes"|HAVE_PYGTK="no"|' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo deleted file mode 100644 index f01328d71..000000000 --- a/x11/gnome-applets/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-applets-2.28.0.tar.bz2) = 9eb00e9dc468d2c5c71b70c9fb2b751c -SHA256 (gnome2/gnome-applets-2.28.0.tar.bz2) = 73aa1d5b9636ea3293d206986115473f30581dd4a937267873573880eb1bec7b -SIZE (gnome2/gnome-applets-2.28.0.tar.bz2) = 9599635 diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa deleted file mode 100644 index 8a9822d48..000000000 --- a/x11/gnome-applets/files/patch-aa +++ /dev/null @@ -1,95 +0,0 @@ ---- configure.orig 2008-12-20 14:46:11.000000000 -0500 -+++ configure 2008-12-20 14:54:57.000000000 -0500 -@@ -17150,7 +17150,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${datadir}/locale"` -+ ac_define_dir=`eval echo "${datadir}/locale"` - ac_define_dir=`eval echo $ac_define_dir` - GNOMELOCALEDIR="$ac_define_dir" - -@@ -19097,8 +19097,8 @@ fi - - ;; - # list of supported OS cores that do not use libapm -- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) -- if -n "${OS_SYS}" ; then -+ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) -+ if test -n "${OS_SYS}" ; then - ACPIINC="-I${OS_SYS}" - else - ACPIINC="-I/usr/src/sys" -@@ -20023,6 +20023,9 @@ if test x$disable_cpufreq = xno; then - *linux*) - build_cpufreq_applet=yes - ;; -+ i386-*-freebsd*|amd64-*-freebsd*) -+ build_cpufreq_applet=yes -+ ;; - *) - { echo "$as_me:$LINENO: WARNING: ${host} is not supported by cpufreq applet, not building" >&5 - echo "$as_me: WARNING: ${host} is not supported by cpufreq applet, not building" >&2;} -@@ -20591,7 +20594,7 @@ builderdir="${pkgdatadir}/builder" - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${iconsdir}"` -+ ac_define_dir=`eval echo "${iconsdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GNOME_ICONDIR="$ac_define_dir" - -@@ -20604,7 +20607,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${pixmapsdir}"` -+ ac_define_dir=`eval echo "${pixmapsdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GNOME_PIXMAPSDIR="$ac_define_dir" - -@@ -20617,7 +20620,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${builderdir}"` -+ ac_define_dir=`eval echo "${builderdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GTK_BUILDERDIR="$ac_define_dir" - -@@ -20630,7 +20633,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${datadir}"` -+ ac_define_dir=`eval echo "${datadir}"` - ac_define_dir=`eval echo $ac_define_dir` - DATADIR="$ac_define_dir" - -@@ -20643,7 +20646,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${sysconfdir}"` -+ ac_define_dir=`eval echo "${sysconfdir}"` - ac_define_dir=`eval echo $ac_define_dir` - SYSCONFDIR="$ac_define_dir" - -@@ -20656,7 +20659,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${libdir}"` -+ ac_define_dir=`eval echo "${libdir}"` - ac_define_dir=`eval echo $ac_define_dir` - LIBDIR="$ac_define_dir" - -@@ -20669,7 +20672,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"$prefix"` -+ ac_define_dir=`eval echo "$prefix"` - ac_define_dir=`eval echo $ac_define_dir` - PREFIX="$ac_define_dir" - diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c deleted file mode 100644 index 48746fa03..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c +++ /dev/null @@ -1,152 +0,0 @@ ---- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 -+++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 -@@ -31,9 +31,13 @@ - - #include <stdio.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <sys/sysctl.h> -+#include <sys/un.h> - #include <sys/ioctl.h> -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include <stdlib.h> - #include <errno.h> - #include <unistd.h> -@@ -92,16 +96,36 @@ gboolean - acpi_freebsd_init(struct acpi_info * acpiinfo) - { - int acpi_fd; -+ int event_fd; - - g_assert(acpiinfo); - -- acpi_fd = open(ACPIDEV, O_RDONLY); -- if (acpi_fd >= 0) { -- acpiinfo->acpifd = acpi_fd; -+ if (acpiinfo->acpifd == -1) { -+ acpi_fd = open(ACPIDEV, O_RDONLY); -+ if (acpi_fd >= 0) { -+ acpiinfo->acpifd = acpi_fd; -+ } -+ else { -+ acpiinfo->acpifd = -1; -+ return FALSE; -+ } - } -- else { -- acpiinfo->acpifd = -1; -- return FALSE; -+ -+ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); -+ if (event_fd >= 0) { -+ struct sockaddr_un addr; -+ addr.sun_family = AF_UNIX; -+ strcpy(addr.sun_path, "/var/run/devd.pipe"); -+ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { -+ acpiinfo->event_fd = event_fd; -+ acpiinfo->event_inited = TRUE; -+ acpiinfo->channel = g_io_channel_unix_new(event_fd); -+ } -+ else { -+ close(event_fd); -+ acpiinfo->event_fd = -1; -+ acpiinfo->event_inited = FALSE; -+ } - } - - update_battery_info(acpiinfo); -@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp - return TRUE; - } - -+#define ACPI_EVENT_IGNORE 0 -+#define ACPI_EVENT_AC 1 -+#define ACPI_EVENT_BATTERY_INFO 2 -+ -+static int parse_acpi_event(GString *buffer) -+{ -+ if (strstr(buffer->str, "system=ACPI")) { -+ if (strstr(buffer->str, "subsystem=ACAD")) -+ return ACPI_EVENT_AC; -+ if (strstr(buffer->str, "subsystem=CMBAT")) -+ return ACPI_EVENT_BATTERY_INFO; -+ } -+ -+ return ACPI_EVENT_IGNORE; -+} -+ -+void acpi_freebsd_update(struct acpi_info *acpiinfo) -+{ -+ /* XXX This is needed for systems where devd does not have permissions -+ * to allow for event-driven updates. -+ */ -+ update_ac_info(acpiinfo); -+ update_battery_info(acpiinfo); -+} -+ -+gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) -+{ -+ gsize i; -+ int evt; -+ gboolean result = FALSE; -+ GString *buffer; -+ GIOStatus stat; -+ buffer = g_string_new(NULL); -+ -+ *read_error = FALSE; -+ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); -+ -+ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { -+ *read_error = TRUE; -+ g_string_free(buffer, TRUE); -+ return FALSE; -+ } -+ -+ evt = parse_acpi_event(buffer); -+ switch (evt) { -+ case ACPI_EVENT_AC: -+ update_ac_info(acpiinfo); -+ result = TRUE; -+ break; -+ case ACPI_EVENT_BATTERY_INFO: -+ update_battery_info(acpiinfo); -+ result = TRUE; -+ break; -+ } -+ -+ g_string_free(buffer, TRUE); -+ return result; -+} -+ - void - acpi_freebsd_cleanup(struct acpi_info * acpiinfo) - { -@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * - close(acpiinfo->acpifd); - acpiinfo->acpifd = -1; - } --} - --/* XXX This is a hack since user-land applications can't get ACPI events yet. -- * Devd provides this (or supposedly provides this), but you need to be -- * root to access devd. -- */ --gboolean --acpi_process_event(struct acpi_info * acpiinfo) --{ -- g_assert(acpiinfo); -- -- update_ac_info(acpiinfo); -- update_battery_info(acpiinfo); -- -- return TRUE; -+ if (acpiinfo->event_fd >= 0) { -+ g_io_channel_unref(acpiinfo->channel); -+ close(acpiinfo->event_fd); -+ acpiinfo->event_fd = -1; -+ } - } - - gboolean diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h deleted file mode 100644 index 918cd59eb..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h +++ /dev/null @@ -1,78 +0,0 @@ ---- battstat/acpi-freebsd.h.orig Sun Jul 3 16:50:22 2005 -+++ battstat/acpi-freebsd.h Sun Jul 3 16:54:14 2005 -@@ -29,61 +29,31 @@ - #define ACPI_LIFE "hw.acpi.battery.life" - #define ACPI_STATE "hw.acpi.battery.state" - --struct acpi_info { -- gboolean ac_online; -- int acpifd; -- int max_capacity; -- int low_capacity; -- int critical_capacity; -+/* XXX: AMD64 does not have machine/apm_bios.h. */ -+#if !defined(__i386__) -+struct apm_info { -+ guint ai_acline; -+ guint ai_batt_stat; -+ guint ai_batt_life; -+ int ai_batt_time; -+ guint ai_status; - }; -- --gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); --gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); --void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -- --#endif /* __ACPI_FREEBSD_H__ */ --/* -- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. -- */ -- --#ifndef __ACPI_FREEBSD_H__ --#define __ACPI_FREEBSD_H__ -- --#define ACPIDEV "/dev/acpi" -- --#define BATT_MIN 0 --#define BATT_MAX 64 -- --#define ACPI_ACLINE "hw.acpi.acline" --#define ACPI_TIME "hw.acpi.battery.time" --#define ACPI_LIFE "hw.acpi.battery.life" --#define ACPI_STATE "hw.acpi.battery.state" -+#endif - - struct acpi_info { - gboolean ac_online; -+ gboolean event_inited; - int acpifd; -+ int event_fd; - int max_capacity; - int low_capacity; - int critical_capacity; -+ GIOChannel * channel; - }; - - gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); -+void acpi_freebsd_update(struct acpi_info * acpiinfo); -+gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); - gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); - void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); - diff --git a/x11/gnome-applets/files/patch-battstat_battstat_applet.c b/x11/gnome-applets/files/patch-battstat_battstat_applet.c deleted file mode 100644 index a95b7b569..000000000 --- a/x11/gnome-applets/files/patch-battstat_battstat_applet.c +++ /dev/null @@ -1,21 +0,0 @@ ---- battstat/battstat_applet.c.orig Fri Aug 19 22:13:49 2005 -+++ battstat/battstat_applet.c Tue Aug 23 20:37:13 2005 -@@ -430,14 +430,14 @@ battery_full_notify (GtkWidget *applet) - static void - battery_full_dialog (GtkWidget *applet) - { -- /* first attempt to use libnotify */ -- if (battery_full_notify (applet)) -- return; -- - GtkWidget *dialog, *hbox, *image, *label; - GdkPixbuf *pixbuf; - - gchar *new_label; -+ /* first attempt to use libnotify */ -+ if (battery_full_notify (applet)) -+ return; -+ - dialog = gtk_dialog_new_with_buttons ( - _("Battery Notice"), - NULL, diff --git a/x11/gnome-applets/files/patch-battstat_power-management.c b/x11/gnome-applets/files/patch-battstat_power-management.c deleted file mode 100644 index 9cea2d65b..000000000 --- a/x11/gnome-applets/files/patch-battstat_power-management.c +++ /dev/null @@ -1,123 +0,0 @@ ---- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 -+++ battstat/power-management.c Tue Aug 30 01:28:40 2005 -@@ -61,9 +61,7 @@ - - static const char *apm_readinfo (BatteryStatus *status); - static int pm_initialised; --#ifdef HAVE_HAL --static int using_hal; --#endif -+static int using_hal = FALSE; - - /* - * What follows is a series of platform-specific apm_readinfo functions -@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) - - #elif __FreeBSD__ - -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include "acpi-freebsd.h" - - static struct acpi_info acpiinfo; - static gboolean using_acpi; - static int acpi_count; -+static int acpiwatch; - static struct apm_info apminfo; - -+gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); -+ - #define APMDEVICE "/dev/apm" - -+static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) -+{ -+ gboolean read_error; -+ if (cond & (G_IO_ERR | G_IO_HUP)) { -+ acpi_freebsd_cleanup(&acpiinfo); -+ return FALSE; -+ } -+ -+ if (acpi_process_event(&acpiinfo, &read_error)) { -+ acpi_freebsd_read(&apminfo, &acpiinfo); -+ } -+ else if (read_error) { -+ acpi_freebsd_cleanup(&acpiinfo); -+ return FALSE; -+ } -+ -+ return TRUE; -+} -+ - static const char * - apm_readinfo (BatteryStatus *status) - { -@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) - - if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); - -- if (using_acpi) { -+ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { - if (acpi_count <= 0) { - acpi_count = 30; -- acpi_process_event(&acpiinfo); -+ if (!acpiinfo.event_inited) { -+ acpi_freebsd_update(&acpiinfo); -+ } - if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) - return ERR_FREEBSD_ACPI; - } - acpi_count--; - } -- else -- { -- /* This is how I read the information from the APM subsystem under -- FreeBSD. Each time this functions is called (once every second) -- the APM device is opened, read from and then closed. -- */ -+ else if (using_acpi && acpiinfo.event_inited) { -+ if (acpi_freebsd_init(&acpiinfo)) { -+ acpiwatch = g_io_add_watch (acpiinfo.channel, -+ G_IO_IN | G_IO_ERR | G_IO_HUP, -+ acpi_callback, NULL); -+ acpi_freebsd_read(&apminfo, &acpiinfo); -+ } -+ } -+ else { -+#if defined(__i386__) - fd = open(APMDEVICE, O_RDONLY); - if (fd == -1) { - return ERR_OPEN_APMDEV; -@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) - - if(apminfo.ai_status == 0) - return ERR_APM_E; -+#else -+ return ERR_OPEN_APMDEV; -+#endif - } - - status->present = TRUE; -@@ -480,6 +511,12 @@ power_management_initialise( int no_hal - } - else - using_acpi = FALSE; -+ -+ if (using_acpi && acpiinfo.event_fd >= 0) { -+ acpiwatch = g_io_add_watch (acpiinfo.channel, -+ G_IO_IN | G_IO_ERR | G_IO_HUP, -+ acpi_callback, NULL); -+ } - #endif - pm_initialised = 1; - -@@ -513,6 +550,9 @@ power_management_cleanup( void ) - } - #elif defined(__FreeBSD__) - if (using_acpi) { -+ if (acpiwatch != 0) -+ g_source_remove(acpiwatch); -+ acpiwatch = 0; - acpi_freebsd_cleanup(&acpiinfo); - } - #endif diff --git a/x11/gnome-applets/files/patch-cpufreq-freebsd b/x11/gnome-applets/files/patch-cpufreq-freebsd deleted file mode 100644 index a597e6725..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-freebsd +++ /dev/null @@ -1,436 +0,0 @@ ---- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 -+++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 -@@ -22,6 +22,10 @@ - #include <glib.h> - #include <glib/gi18n.h> - -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> - #include <stdio.h> - -@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) - static gboolean - cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) - { -+#ifndef __FreeBSD__ - gchar *file; - gchar **lines; - gchar *buffer = NULL; - gchar *p; -+#else -+ size_t len; -+#endif /* __FreeBSD__ */ - gint cpu, i; - gint cur_freq, max_freq; - gchar *governor; - GError *error = NULL; - -+#ifndef __FreeBSD__ - file = g_strdup ("/proc/cpuinfo"); - if (!g_file_get_contents (file, &buffer, NULL, &error)) { - g_warning (error->message); -@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni - - g_strfreev (lines); - g_free (buffer); -+#else -+ len = sizeof (cpu); -+ -+ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) -+ return FALSE; -+#endif /* __FreeBSD__ */ - - governor = g_strdup (_("Frequency Scaling Unsupported")); - cur_freq = cpu * 1000; ---- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 -+++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone - { - static const gchar *const authors[] = { - "Carlos Garcia Campos <carlosgc@gnome.org>", -+ "Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", - NULL - }; - static const gchar *const documenters[] = { ---- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 -+++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 -@@ -0,0 +1,49 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ -+#define __CPUFREQ_MONITOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq-monitor.h" -+ -+#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) -+#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) -+#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+ -+typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; -+typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; -+ -+struct _CPUFreqMonitorSysctl { -+ CPUFreqMonitor parent; -+}; -+ -+struct _CPUFreqMonitorSysctlClass { -+ CPUFreqMonitorClass parent_class; -+}; -+ -+GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; -+CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); -+ -+#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 -+++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -25,11 +26,18 @@ - - #include <glib.h> - #include <glib/gi18n.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - - #include "cpufreq-applet.h" - #include "cpufreq-utils.h" - #include "cpufreq-monitor-sysfs.h" - #include "cpufreq-monitor-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-monitor-sysctl.h" -+#endif /* __FreeBSD__ */ - #include "cpufreq-monitor-cpuinfo.h" - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-monitor-libcpufreq.h" -@@ -40,6 +48,7 @@ CPUFreqMonitor * - cpufreq_monitor_factory_create_monitor (guint cpu) - { - CPUFreqMonitor *monitor = NULL; -+#ifndef __FreeBSD__ - - #ifdef HAVE_LIBCPUFREQ - monitor = cpufreq_monitor_libcpufreq_new (cpu); -@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( - - monitor = cpufreq_monitor_cpuinfo_new (cpu); - } -+#else -+ size_t len; -+ -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ monitor = cpufreq_monitor_sysctl_new (cpu); -+ } else { -+ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), -+ _("You will not be able to modify the frequency of your machine. " -+ "Your machine may be misconfigured or not have hardware support " -+ "for CPU frequency scaling.")); -+ monitor = cpufreq_monitor_cpuinfo_new (cpu); -+ } -+#endif /* __FreeBSD__ */ - - return monitor; - } ---- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 -+++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 -@@ -22,6 +22,9 @@ - #include <glib.h> - #include <gtk/gtkmessagedialog.h> - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+#endif - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> -@@ -30,6 +33,24 @@ - - #include "cpufreq-utils.h" - -+#ifdef __FreeBSD__ -+guint -+cpufreq_utils_get_n_cpus (void) -+{ -+ size_t len; -+ static guint n_cpus = 0; -+ -+ if (n_cpus > 0) -+ return n_cpus; -+ -+ len = sizeof (n_cpus); -+ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { -+ return 1; -+ } -+ -+ return n_cpus; -+} -+#else - guint - cpufreq_utils_get_n_cpus (void) - { -@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) - - return 1; - } -+#endif /* __FreeBSD__ */ - - void - cpufreq_utils_display_error (const gchar *message, ---- cpufreq/src/cpufreq-monitor-sysctl.c.orig Wed Feb 28 14:03:58 2007 -+++ cpufreq/src/cpufreq-monitor-sysctl.c Wed Feb 28 14:28:47 2007 -@@ -0,0 +1,176 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <glib/gi18n.h> -+ -+#include <string.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+ -+#include "cpufreq-monitor-sysctl.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ_MONITOR -+ -+#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) -+ -+static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); -+ -+static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); -+static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); -+static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); -+ -+static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); -+ -+G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) -+ -+static void -+cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) -+{ -+} -+ -+static void -+cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) -+{ -+ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); -+ -+ monitor_class->run = cpufreq_monitor_sysctl_run; -+ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; -+ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; -+} -+ -+CPUFreqMonitor * -+cpufreq_monitor_sysctl_new (guint cpu) -+{ -+ CPUFreqMonitorSysctl *monitor; -+ -+ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); -+ -+ return CPUFREQ_MONITOR (monitor); -+} -+ -+static gboolean -+cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) -+{ -+ gint fmax, fmin, ifreq; -+ gchar *governor; -+ size_t len; -+ gchar *freq_oid; -+ guint mon_cpu; -+ GList *list; -+ -+ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); -+ -+ fmax = atoi ((gchar *) list->data); -+ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); -+ -+ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); -+ len = sizeof (ifreq); -+ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); -+ -+ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { -+ g_free (freq_oid); -+ return FALSE; -+ } -+ -+ ifreq *= 1000; -+ -+ if (ifreq == fmax) -+ governor = g_strdup ("performance"); -+ else if (ifreq == fmin) -+ governor = g_strdup ("economy"); -+ else -+ governor = g_strdup ("userspace"); -+ -+ g_object_set (G_OBJECT (monitor), -+ "online", TRUE, -+ "governor", governor, -+ "frequency", ifreq, -+ "max-frequency", fmax, -+ NULL); -+ -+ return TRUE; -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) -+{ -+ gchar *levels_oid, *levels; -+ gchar **levelsp, **l; -+ GList *list = NULL; -+ gint mib[4]; -+ guint mon_cpu; -+ size_t len; -+ -+ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); -+ -+ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", -+ 0); -+ len = 4; -+ sysctlnametomib (levels_oid, mib, &len); -+ len = sizeof (levels); -+ g_free (levels_oid); -+ -+ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) -+ return NULL; -+ -+ levels = g_malloc (len); -+ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) -+ return NULL; -+ -+ levelsp = g_strsplit (levels, " ", 0); -+ g_free (levels); -+ -+ for (l = levelsp; l && *l; l++) { -+ gchar **frpr; -+ -+ frpr = g_strsplit (*l, "/", 0); -+ if (frpr && frpr[0] != NULL) { -+ /* sysctl format is %d/%d where the -+ * first %d is the frequency, and -+ * the second is the power used in -+ * mW. -+ */ -+ int freq = atoi (frpr[0]); -+ list = -+ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); -+ } -+ g_strfreev (frpr); -+ } -+ -+ g_strfreev (levelsp); -+ -+ return (list); -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) -+{ -+ GList *list = NULL; -+ -+ list = g_list_prepend (list, g_strdup ("performance")); -+ list = g_list_prepend (list, g_strdup ("userspace")); -+ list = g_list_prepend (list, g_strdup ("economy")); -+ -+ return list; -+} -+#endif /* __FreeBSD__ */ ---- cpufreq/src/Makefile.in.orig 2007-07-30 21:06:58.000000000 -0400 -+++ cpufreq/src/Makefile.in 2007-07-30 21:06:58.000000000 -0400 -@@ -61,7 +61,8 @@ am__cpufreq_applet_SOURCES_DIST = cpufre - cpufreq-monitor-procfs.h cpufreq-monitor-sysfs.c \ - cpufreq-monitor-sysfs.h cpufreq-monitor-libcpufreq.c \ - cpufreq-monitor-libcpufreq.h cpufreq-monitor-cpuinfo.c \ -- cpufreq-monitor-cpuinfo.h -+ cpufreq-monitor-cpuinfo.h cpufreq-monitor-sysctl.c \ -+ cpufreq-monitor-sysctl.h - @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ - @HAVE_LIBCPUFREQ_TRUE@ cpufreq-monitor-libcpufreq.$(OBJEXT) - am_cpufreq_applet_OBJECTS = cpufreq-applet.$(OBJEXT) \ -@@ -70,7 +71,8 @@ am_cpufreq_applet_OBJECTS = cpufreq-appl - cpufreq-monitor-factory.$(OBJEXT) \ - cpufreq-monitor-procfs.$(OBJEXT) \ - cpufreq-monitor-sysfs.$(OBJEXT) $(am__objects_1) \ -- cpufreq-monitor-cpuinfo.$(OBJEXT) -+ cpufreq-monitor-cpuinfo.$(OBJEXT) \ -+ cpufreq-monitor-sysctl.$(OBJEXT) - cpufreq_applet_OBJECTS = $(am_cpufreq_applet_OBJECTS) - am__DEPENDENCIES_1 = - cpufreq_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -@@ -402,6 +404,7 @@ cpufreq_applet_SOURCES = \ - cpufreq-monitor.c cpufreq-monitor.h \ - cpufreq-monitor-factory.c cpufreq-monitor-factory.h \ - cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ -+ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h \ - cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ - $(cpufreq_files) \ - cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h -@@ -487,6 +490,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-factory.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-libcpufreq.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-popup.Po@am__quote@ diff --git a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd b/x11/gnome-applets/files/patch-cpufreq-selector-freebsd deleted file mode 100644 index 5cca16dd4..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd +++ /dev/null @@ -1,218 +0,0 @@ ---- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 -@@ -0,0 +1,53 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ -+#define __CPUFREQ_SELECTOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq-selector.h" -+ -+G_BEGIN_DECLS -+ -+#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) -+#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) -+#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) -+#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) -+#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) -+#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) -+ -+typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; -+typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; -+ -+struct _CPUFreqSelectorSysctl { -+ CPUFreqSelector parent; -+}; -+ -+struct _CPUFreqSelectorSysctlClass { -+ CPUFreqSelectorClass parent_class; -+}; -+ -+GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; -+CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); -+ -+G_END_DECLS -+ -+#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 -@@ -0,0 +1,87 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <stdio.h> -+#include <stdlib.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -+ -+#include "cpufreq-selector-sysctl.h" -+ -+static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); -+static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); -+ -+static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); -+static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); -+ -+G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) -+ -+static void -+cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) -+{ -+} -+ -+static void -+cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) -+{ -+ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); -+ -+ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; -+ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; -+} -+ -+CPUFreqSelector * -+cpufreq_selector_sysctl_new (guint cpu) -+{ -+ CPUFreqSelector *selector; -+ -+ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, -+ "cpu", cpu, NULL)); -+ -+ return selector; -+} -+ -+static gboolean -+cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) -+{ -+ return TRUE; -+} -+ -+static gboolean -+cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) -+{ -+ guint cpu, i; -+ size_t len; -+ gchar *freq_oid; -+ -+ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); -+ -+ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ -+ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); -+ -+ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); -+ g_free (freq_oid); -+ -+ return TRUE; -+} ---- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 -@@ -27,20 +27,32 @@ - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-selector-libcpufreq.h" - #endif -+#ifdef __FreeBSD__ -+#include "cpufreq-selector-sysctl.h" -+#endif /* __FreeBSD__ */ - - CPUFreqSelector * - cpufreq_selector_factory_create_selector (guint cpu) - { - CPUFreqSelector *selector = NULL; -+#ifdef __FreeBSD__ -+ size_t len; -+#endif - - #ifdef HAVE_LIBCPUFREQ - selector = cpufreq_selector_libcpufreq_new (cpu); - #else -+#ifndef __FreeBSD__ - if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ - selector = cpufreq_selector_sysfs_new (cpu); - } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ - selector = cpufreq_selector_procfs_new (cpu); - } -+#else -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ selector = cpufreq_selector_sysctl_new (cpu); -+ } -+#endif /* __FreeBSD__ */ - #endif /* HAVE_LIBCPUFREQ */ - - return selector; ---- cpufreq/src/cpufreq-selector/Makefile.in.orig 2008-06-16 14:26:07.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/Makefile.in 2008-06-16 14:38:15.000000000 -0400 -@@ -65,7 +65,7 @@ am__cpufreq_selector_SOURCES_DIST = cpuf - cpufreq-selector-libcpufreq.h cpufreq-selector-service.c \ - cpufreq-selector-service.h cpufreq-selector-factory.c \ - cpufreq-selector-factory.h cpufreq-selector-service-glue.h \ -- main.c -+ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h - @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ - @HAVE_LIBCPUFREQ_TRUE@ cpufreq-selector-libcpufreq.$(OBJEXT) - @HAVE_POLKIT_TRUE@am__objects_2 = cpufreq-selector-service.$(OBJEXT) -@@ -74,7 +74,8 @@ am_cpufreq_selector_OBJECTS = cpufreq-se - cpufreq-selector-sysfs.$(OBJEXT) \ - cpufreq-selector-procfs.$(OBJEXT) $(am__objects_1) \ - $(am__objects_2) cpufreq-selector-factory.$(OBJEXT) \ -- $(am__objects_3) main.$(OBJEXT) -+ $(am__objects_3) main.$(OBJEXT) \ -+ cpufreq-selector-sysctl.$(OBJEXT) - cpufreq_selector_OBJECTS = $(am_cpufreq_selector_OBJECTS) - am__DEPENDENCIES_1 = - @HAVE_POLKIT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ -@@ -371,6 +372,7 @@ cpufreq_selector_SOURCES = \ - cpufreq-selector.c cpufreq-selector.h \ - cpufreq-selector-sysfs.c cpufreq-selector-sysfs.h \ - cpufreq-selector-procfs.c cpufreq-selector-procfs.h \ -+ cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h \ - $(cpufreq_files) \ - $(service_files) \ - cpufreq-selector-factory.c cpufreq-selector-factory.h \ -@@ -480,6 +482,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-procfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-service.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ - diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py deleted file mode 100644 index 7ddb583de..000000000 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py +++ /dev/null @@ -1,13 +0,0 @@ ---- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 -+++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 -@@ -26,8 +26,8 @@ import invest, invest.applet, invest.def - import gettext, locale - gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gettext.textdomain(invest.defs.GETTEXT_PACKAGE) --locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) --locale.textdomain(invest.defs.GETTEXT_PACKAGE) -+#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) -+#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - - from gettext import gettext as _ - diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart deleted file mode 100644 index aa763c16c..000000000 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart +++ /dev/null @@ -1,13 +0,0 @@ ---- invest-applet/invest/invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 -+++ invest-applet/invest/invest-chart 2008-04-28 13:29:13.000000000 -0400 -@@ -6,8 +6,8 @@ import sys, invest.chart, gtk - import gettext, locale - gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gettext.textdomain(invest.defs.GETTEXT_PACKAGE) --locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) --locale.textdomain(invest.defs.GETTEXT_PACKAGE) -+#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) -+#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - - if __name__ == "__main__": - win = invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui b/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui deleted file mode 100644 index 8323a6dd3..000000000 --- a/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui +++ /dev/null @@ -1,20 +0,0 @@ ---- stickynotes/stickynotes.ui.orig 2009-11-13 13:13:28.000000000 +0800 -+++ stickynotes/stickynotes.ui 2009-11-13 13:15:23.000000000 +0800 -@@ -593,7 +593,7 @@ - </packing> - </child> - <child> -- <object class="GtkVBox" id="vbox1"> -+ <object class="GtkVBox" id="vbox3"> - <property name="visible">True</property> - <property name="orientation">vertical</property> - <child> -@@ -613,7 +613,7 @@ - </packing> - </child> - <child> -- <object class="GtkLabel" id="label1"> -+ <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">This cannot be undone.</property> diff --git a/x11/gnome-applets/pkg-descr b/x11/gnome-applets/pkg-descr deleted file mode 100644 index 5f715cf9a..000000000 --- a/x11/gnome-applets/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel applets for the Gnome 2.0 Desktop Environment. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist deleted file mode 100644 index 137dd52e0..000000000 --- a/x11/gnome-applets/pkg-plist +++ /dev/null @@ -1,2642 +0,0 @@ -%%CPUFREQ%%bin/cpufreq-selector -%%PYTHON%%bin/invest-chart -%%CPUFREQ%%etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.pyo -libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -%%CPUFREQ%%libdata/bonobo/servers/GNOME_CPUFreqApplet.server -libdata/bonobo/servers/GNOME_CharpickerApplet.server -libdata/bonobo/servers/GNOME_DriveMountApplet.server -libdata/bonobo/servers/GNOME_GWeatherApplet_Factory.server -libdata/bonobo/servers/GNOME_GeyesApplet.server -%%PYTHON%%libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server -libdata/bonobo/servers/GNOME_NullApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_TrashApplet.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -libdata/bonobo/servers/GNOME_StickyNotesApplet.server -%%PYTHON%%libdata/bonobo/servers/Invest_Applet.server -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/charpick_applet2 -%%CPUFREQ%%libexec/cpufreq-applet -libexec/drivemount_applet2 -libexec/geyes_applet2 -%%COMMANDER%%libexec/gnome-applets/mc-install-default-macros -libexec/gnome-keyboard-applet -libexec/gweather-applet-2 -%%PYTHON%%libexec/invest-applet -%%COMMANDER%%libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/multiload-applet-2 -libexec/null_applet -libexec/stickynotes_applet -libexec/trashapplet -%%CPUFREQ%%share/dbus-1/system-services/org.gnome.CPUFreqSelector.service -share/gnome-2.0/ui/GNOME_AccessxApplet.xml -%%BATTERY%%share/gnome-2.0/ui/GNOME_BattstatApplet.xml -%%CPUFREQ%%share/gnome-2.0/ui/GNOME_CPUFreqApplet.xml -share/gnome-2.0/ui/GNOME_CharpickerApplet.xml -share/gnome-2.0/ui/GNOME_DriveMountApplet.xml -share/gnome-2.0/ui/GNOME_GSwitchItApplet.xml -share/gnome-2.0/ui/GNOME_GWeatherApplet.xml -share/gnome-2.0/ui/GNOME_GeyesApplet.xml -%%COMMANDER%%share/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml -share/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome-2.0/ui/GNOME_MultiloadApplet.xml -share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml -share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml -%%PYTHON%%share/gnome-2.0/ui/Invest_Applet.xml -%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui -%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui -%%PYTHON%%%%DATADIR%%/builder/financialchart.ui -%%DATADIR%%/builder/gswitchit.ui -%%COMMANDER%%%%DATADIR%%/builder/mini-commander.ui -%%PYTHON%%%%DATADIR%%/builder/prefs-dialog.ui -%%DATADIR%%/builder/stickynotes.ui -%%DATADIR%%/builder/trashapplet-empty-progress.ui -%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png -%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png -%%DATADIR%%/geyes/Bizarre/config -%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png -%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png -%%DATADIR%%/geyes/Bloodshot/config -%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png -%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png -%%DATADIR%%/geyes/Default-tiny/config -%%DATADIR%%/geyes/Default/Default-eye.png -%%DATADIR%%/geyes/Default/Default-pupil.png -%%DATADIR%%/geyes/Default/config -%%DATADIR%%/geyes/Horrid/config -%%DATADIR%%/geyes/Horrid/horrid_eye.png -%%DATADIR%%/geyes/Horrid/horrid_pupil.png -%%DATADIR%%/geyes/Tango/config -%%DATADIR%%/geyes/Tango/tango-eye.png -%%DATADIR%%/geyes/Tango/tango-pupil.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-16_neutral.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_down.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_neutral.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_up.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest_down.svg -%%PYTHON%%%%DATADIR%%/invest-applet/invest_neutral.svg -%%PYTHON%%%%DATADIR%%/invest-applet/invest_up.svg -share/gnome/help/accessx-status/C/accessx-status.xml -share/gnome/help/accessx-status/C/figures/accessx-status-applet.png -share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/C/legal.xml -share/gnome/help/accessx-status/bg/accessx-status.xml -share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png -share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/ca/accessx-status.xml -share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png -share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/cs/accessx-status.xml -share/gnome/help/accessx-status/cs/figures/accessx-status-applet.png -share/gnome/help/accessx-status/cs/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/cs/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/de/accessx-status.xml -share/gnome/help/accessx-status/de/figures/accessx-status-applet.png -share/gnome/help/accessx-status/de/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/de/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/de/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/de/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/el/accessx-status.xml -share/gnome/help/accessx-status/el/figures/accessx-status-applet.png -share/gnome/help/accessx-status/el/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/el/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/el/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/el/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/en_GB/accessx-status.xml -share/gnome/help/accessx-status/en_GB/figures/accessx-status-applet.png -share/gnome/help/accessx-status/en_GB/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/en_GB/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/es/accessx-status.xml -share/gnome/help/accessx-status/es/figures/accessx-status-applet.png -share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/eu/accessx-status.xml -share/gnome/help/accessx-status/eu/figures/accessx-status-applet.png -share/gnome/help/accessx-status/eu/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/eu/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fi/accessx-status.xml -share/gnome/help/accessx-status/fi/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fi/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fi/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fr/accessx-status.xml -share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/it/accessx-status.xml -share/gnome/help/accessx-status/it/figures/accessx-status-applet.png -share/gnome/help/accessx-status/it/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/it/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/it/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/it/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/ko/accessx-status.xml -share/gnome/help/accessx-status/ko/figures/accessx-status-applet.png -share/gnome/help/accessx-status/ko/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/ko/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/nl/accessx-status.xml -share/gnome/help/accessx-status/nl/figures/accessx-status-applet.png -share/gnome/help/accessx-status/nl/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/nl/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/oc/accessx-status.xml -share/gnome/help/accessx-status/oc/figures/accessx-status-applet.png -share/gnome/help/accessx-status/oc/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/oc/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/sv/accessx-status.xml -share/gnome/help/accessx-status/sv/figures/accessx-status-applet.png -share/gnome/help/accessx-status/sv/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/sv/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/uk/accessx-status.xml -share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png -share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/zh_CN/accessx-status.xml -share/gnome/help/accessx-status/zh_CN/figures/accessx-status-applet.png -share/gnome/help/accessx-status/zh_CN/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-windows-key.png -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/C/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/bg/battstat.xml -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/ca/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/cs/battstat.xml -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/de/battstat.xml -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/de/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/el/battstat.xml -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/el/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/en_GB/battstat.xml -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/es/battstat.xml -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/es/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/eu/battstat.xml -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/fi/battstat.xml -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/fr/battstat.xml -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/ko/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/oc/battstat.xml -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/pa/battstat.xml -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/battstat.xml -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/sv/battstat.xml -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/uk/battstat.xml -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/battstat.xml -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/context-menu.png -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick-preferences.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/bg/char-palette.xml -share/gnome/help/char-palette/bg/figures/charpalette_applet.png -share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png -share/gnome/help/char-palette/bg/figures/charpick-preferences.png -share/gnome/help/char-palette/bg/figures/charpick_characters.png -share/gnome/help/char-palette/ca/char-palette.xml -share/gnome/help/char-palette/ca/figures/charpalette_applet.png -share/gnome/help/char-palette/ca/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ca/figures/charpick-preferences.png -share/gnome/help/char-palette/ca/figures/charpick_characters.png -share/gnome/help/char-palette/cs/char-palette.xml -share/gnome/help/char-palette/cs/figures/charpalette_applet.png -share/gnome/help/char-palette/cs/figures/charpalette_chargroup.png -share/gnome/help/char-palette/cs/figures/charpick-preferences.png -share/gnome/help/char-palette/cs/figures/charpick_characters.png -share/gnome/help/char-palette/de/char-palette.xml -share/gnome/help/char-palette/de/figures/charpalette_applet.png -share/gnome/help/char-palette/de/figures/charpalette_chargroup.png -share/gnome/help/char-palette/de/figures/charpick-preferences.png -share/gnome/help/char-palette/de/figures/charpick_characters.png -share/gnome/help/char-palette/el/char-palette.xml -share/gnome/help/char-palette/el/figures/charpalette_applet.png -share/gnome/help/char-palette/el/figures/charpalette_chargroup.png -share/gnome/help/char-palette/el/figures/charpick_characters.png -share/gnome/help/char-palette/el/figures/charpick-preferences.png -share/gnome/help/char-palette/en_GB/char-palette.xml -share/gnome/help/char-palette/en_GB/figures/charpalette_applet.png -share/gnome/help/char-palette/en_GB/figures/charpalette_chargroup.png -share/gnome/help/char-palette/en_GB/figures/charpick-preferences.png -share/gnome/help/char-palette/en_GB/figures/charpick_characters.png -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick-preferences.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/eu/char-palette.xml -share/gnome/help/char-palette/eu/figures/charpalette_applet.png -share/gnome/help/char-palette/eu/figures/charpalette_chargroup.png -share/gnome/help/char-palette/eu/figures/charpick-preferences.png -share/gnome/help/char-palette/eu/figures/charpick_characters.png -share/gnome/help/char-palette/fi/char-palette.xml -share/gnome/help/char-palette/fi/figures/charpalette_applet.png -share/gnome/help/char-palette/fi/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fi/figures/charpick-preferences.png -share/gnome/help/char-palette/fi/figures/charpick_characters.png -share/gnome/help/char-palette/fr/char-palette.xml -share/gnome/help/char-palette/fr/figures/charpalette_applet.png -share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fr/figures/charpick-preferences.png -share/gnome/help/char-palette/fr/figures/charpick_characters.png -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick-preferences.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/ko/char-palette.xml -share/gnome/help/char-palette/ko/figures/charpalette_applet.png -share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ko/figures/charpick-preferences.png -share/gnome/help/char-palette/ko/figures/charpick_characters.png -share/gnome/help/char-palette/nl/char-palette.xml -share/gnome/help/char-palette/nl/figures/charpalette_applet.png -share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png -share/gnome/help/char-palette/nl/figures/charpick-preferences.png -share/gnome/help/char-palette/nl/figures/charpick_characters.png -share/gnome/help/char-palette/oc/char-palette.xml -share/gnome/help/char-palette/oc/figures/charpalette_applet.png -share/gnome/help/char-palette/oc/figures/charpalette_chargroup.png -share/gnome/help/char-palette/oc/figures/charpick-preferences.png -share/gnome/help/char-palette/oc/figures/charpick_characters.png -share/gnome/help/char-palette/pt_BR/char-palette.xml -share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png -share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png -share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png -share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png -share/gnome/help/char-palette/ru/char-palette.xml -share/gnome/help/char-palette/ru/figures/charpalette_applet.png -share/gnome/help/char-palette/ru/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ru/figures/charpick-preferences.png -share/gnome/help/char-palette/ru/figures/charpick_characters.png -share/gnome/help/char-palette/sv/char-palette.xml -share/gnome/help/char-palette/sv/figures/charpalette_applet.png -share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png -share/gnome/help/char-palette/sv/figures/charpick-preferences.png -share/gnome/help/char-palette/sv/figures/charpick_characters.png -share/gnome/help/char-palette/uk/char-palette.xml -share/gnome/help/char-palette/uk/figures/charpalette_applet.png -share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png -share/gnome/help/char-palette/uk/figures/charpick-preferences.png -share/gnome/help/char-palette/uk/figures/charpick_characters.png -share/gnome/help/char-palette/zh_CN/char-palette.xml -share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_CN/figures/charpick-preferences.png -share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png -%%COMMANDER%%share/gnome/help/command-line/C/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/C/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/C/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/C/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/C/legal.xml -%%COMMANDER%%share/gnome/help/command-line/ca/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/ca/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/ca/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/ca/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/de/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/de/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/de/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/de/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/el/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/el/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/es/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/es/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/eu/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/eu/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/fr/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/fr/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/ko/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/ko/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/ko/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/ko/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/oc/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/oc/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/oc/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/oc/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/sv/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/sv/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/sv/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/sv/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/uk/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/uk/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/uk/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/uk/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/prefs.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/legal.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet.png -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/C/figures/drivemount-applet_example.png -share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/C/figures/drivemount-applet_open.png -share/gnome/help/drivemount/C/figures/drivemount-applet_status.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/drivemount/ca/drivemount.xml -share/gnome/help/drivemount/ca/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_status.png -share/gnome/help/drivemount/cs/drivemount.xml -share/gnome/help/drivemount/cs/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_example.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_open.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_status.png -share/gnome/help/drivemount/de/drivemount.xml -share/gnome/help/drivemount/de/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/de/figures/drivemount-applet_example.png -share/gnome/help/drivemount/de/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/de/figures/drivemount-applet_open.png -share/gnome/help/drivemount/de/figures/drivemount-applet_status.png -share/gnome/help/drivemount/el/drivemount.xml -share/gnome/help/drivemount/el/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/el/figures/drivemount-applet_example.png -share/gnome/help/drivemount/el/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/el/figures/drivemount-applet_open.png -share/gnome/help/drivemount/el/figures/drivemount-applet_status.png -share/gnome/help/drivemount/en_GB/drivemount.xml -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_example.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_open.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_status.png -share/gnome/help/drivemount/es/drivemount.xml -share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/es/figures/drivemount-applet_example.png -share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/es/figures/drivemount-applet_open.png -share/gnome/help/drivemount/es/figures/drivemount-applet_status.png -share/gnome/help/drivemount/eu/drivemount.xml -share/gnome/help/drivemount/eu/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_example.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_open.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_status.png -share/gnome/help/drivemount/fi/drivemount.xml -share/gnome/help/drivemount/fi/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_example.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_open.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_status.png -share/gnome/help/drivemount/fr/drivemount.xml -share/gnome/help/drivemount/fr/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_example.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_open.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_status.png -share/gnome/help/drivemount/it/drivemount.xml -share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/it/figures/drivemount-applet_example.png -share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/it/figures/drivemount-applet_open.png -share/gnome/help/drivemount/it/figures/drivemount-applet_status.png -share/gnome/help/drivemount/ko/drivemount.xml -share/gnome/help/drivemount/ko/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_status.png -share/gnome/help/drivemount/oc/drivemount.xml -share/gnome/help/drivemount/oc/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_example.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_open.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_status.png -share/gnome/help/drivemount/pa/drivemount.xml -share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png -share/gnome/help/drivemount/ru/drivemount.xml -share/gnome/help/drivemount/ru/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_status.png -share/gnome/help/drivemount/sv/drivemount.xml -share/gnome/help/drivemount/sv/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_example.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_open.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_status.png -share/gnome/help/drivemount/uk/drivemount.xml -share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png -share/gnome/help/drivemount/zh_CN/drivemount.xml -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_example.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_open.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_status.png -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/bg/figures/geyes_applet.png -share/gnome/help/geyes/bg/geyes.xml -share/gnome/help/geyes/ca/figures/geyes_applet.png -share/gnome/help/geyes/ca/geyes.xml -share/gnome/help/geyes/cs/figures/geyes_applet.png -share/gnome/help/geyes/cs/geyes.xml -share/gnome/help/geyes/da/figures/geyes_applet.png -share/gnome/help/geyes/da/geyes.xml -share/gnome/help/geyes/de/figures/geyes_applet.png -share/gnome/help/geyes/de/geyes.xml -share/gnome/help/geyes/el/figures/geyes_applet.png -share/gnome/help/geyes/el/geyes.xml -share/gnome/help/geyes/en_GB/figures/geyes_applet.png -share/gnome/help/geyes/en_GB/geyes.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/eu/figures/geyes_applet.png -share/gnome/help/geyes/eu/geyes.xml -share/gnome/help/geyes/fi/figures/geyes_applet.png -share/gnome/help/geyes/fi/geyes.xml -share/gnome/help/geyes/fr/figures/geyes_applet.png -share/gnome/help/geyes/fr/geyes.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/ko/figures/geyes_applet.png -share/gnome/help/geyes/ko/geyes.xml -share/gnome/help/geyes/oc/figures/geyes_applet.png -share/gnome/help/geyes/oc/geyes.xml -share/gnome/help/geyes/ru/figures/geyes_applet.png -share/gnome/help/geyes/ru/geyes.xml -share/gnome/help/geyes/sv/figures/geyes_applet.png -share/gnome/help/geyes/sv/geyes.xml -share/gnome/help/geyes/uk/figures/geyes_applet.png -share/gnome/help/geyes/uk/geyes.xml -share/gnome/help/geyes/zh_CN/figures/geyes_applet.png -share/gnome/help/geyes/zh_CN/geyes.xml -share/gnome/help/gswitchit/C/gswitchit.xml -share/gnome/help/gswitchit/C/legal.xml -share/gnome/help/gswitchit/ca/gswitchit.xml -share/gnome/help/gswitchit/cs/gswitchit.xml -share/gnome/help/gswitchit/de/gswitchit.xml -share/gnome/help/gswitchit/el/gswitchit.xml -share/gnome/help/gswitchit/en_GB/gswitchit.xml -share/gnome/help/gswitchit/es/gswitchit.xml -share/gnome/help/gswitchit/eu/gswitchit.xml -share/gnome/help/gswitchit/fi/gswitchit.xml -share/gnome/help/gswitchit/fr/gswitchit.xml -share/gnome/help/gswitchit/oc/gswitchit.xml -share/gnome/help/gswitchit/ru/gswitchit.xml -share/gnome/help/gswitchit/sv/gswitchit.xml -share/gnome/help/gswitchit/uk/gswitchit.xml -share/gnome/help/gswitchit/zh_CN/gswitchit.xml -share/gnome/help/gweather/C/figures/gweather-details.png -share/gnome/help/gweather/C/figures/gweather-menu-prefs.png -share/gnome/help/gweather/C/figures/gweather-prefs-general.png -share/gnome/help/gweather/C/figures/gweather-prefs-locations.png -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/stock_weather-cloudy.png -share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-fog.png -share/gnome/help/gweather/C/figures/stock_weather-night-clear.png -share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-showers.png -share/gnome/help/gweather/C/figures/stock_weather-snow.png -share/gnome/help/gweather/C/figures/stock_weather-storm.png -share/gnome/help/gweather/C/figures/stock_weather-sunny.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/ar/figures/gweather-details.png -share/gnome/help/gweather/ar/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ar/figures/gweather-prefs-general.png -share/gnome/help/gweather/ar/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ar/figures/gweather_applet.png -share/gnome/help/gweather/ar/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ar/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ar/figures/stock_weather-fog.png -share/gnome/help/gweather/ar/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ar/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ar/figures/stock_weather-showers.png -share/gnome/help/gweather/ar/figures/stock_weather-snow.png -share/gnome/help/gweather/ar/figures/stock_weather-storm.png -share/gnome/help/gweather/ar/figures/stock_weather-sunny.png -share/gnome/help/gweather/ar/gweather.xml -share/gnome/help/gweather/ca/figures/gweather-details.png -share/gnome/help/gweather/ca/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ca/figures/gweather-prefs-general.png -share/gnome/help/gweather/ca/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ca/figures/gweather_applet.png -share/gnome/help/gweather/ca/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ca/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ca/figures/stock_weather-fog.png -share/gnome/help/gweather/ca/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ca/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ca/figures/stock_weather-showers.png -share/gnome/help/gweather/ca/figures/stock_weather-snow.png -share/gnome/help/gweather/ca/figures/stock_weather-storm.png -share/gnome/help/gweather/ca/figures/stock_weather-sunny.png -share/gnome/help/gweather/ca/gweather.xml -share/gnome/help/gweather/cs/figures/gweather-details.png -share/gnome/help/gweather/cs/figures/gweather-menu-prefs.png -share/gnome/help/gweather/cs/figures/gweather-prefs-general.png -share/gnome/help/gweather/cs/figures/gweather-prefs-locations.png -share/gnome/help/gweather/cs/figures/gweather_applet.png -share/gnome/help/gweather/cs/figures/stock_weather-cloudy.png -share/gnome/help/gweather/cs/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/cs/figures/stock_weather-fog.png -share/gnome/help/gweather/cs/figures/stock_weather-night-clear.png -share/gnome/help/gweather/cs/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/cs/figures/stock_weather-showers.png -share/gnome/help/gweather/cs/figures/stock_weather-snow.png -share/gnome/help/gweather/cs/figures/stock_weather-storm.png -share/gnome/help/gweather/cs/figures/stock_weather-sunny.png -share/gnome/help/gweather/cs/gweather.xml -share/gnome/help/gweather/de/figures/gweather-details.png -share/gnome/help/gweather/de/figures/gweather-menu-prefs.png -share/gnome/help/gweather/de/figures/gweather-prefs-general.png -share/gnome/help/gweather/de/figures/gweather-prefs-locations.png -share/gnome/help/gweather/de/figures/gweather_applet.png -share/gnome/help/gweather/de/figures/stock_weather-cloudy.png -share/gnome/help/gweather/de/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/de/figures/stock_weather-fog.png -share/gnome/help/gweather/de/figures/stock_weather-night-clear.png -share/gnome/help/gweather/de/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/de/figures/stock_weather-showers.png -share/gnome/help/gweather/de/figures/stock_weather-snow.png -share/gnome/help/gweather/de/figures/stock_weather-storm.png -share/gnome/help/gweather/de/figures/stock_weather-sunny.png -share/gnome/help/gweather/de/gweather.xml -share/gnome/help/gweather/el/figures/gweather-details.png -share/gnome/help/gweather/el/figures/gweather-menu-prefs.png -share/gnome/help/gweather/el/figures/gweather-prefs-general.png -share/gnome/help/gweather/el/figures/gweather-prefs-locations.png -share/gnome/help/gweather/el/figures/gweather_applet.png -share/gnome/help/gweather/el/figures/stock_weather-cloudy.png -share/gnome/help/gweather/el/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/el/figures/stock_weather-fog.png -share/gnome/help/gweather/el/figures/stock_weather-night-clear.png -share/gnome/help/gweather/el/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/el/figures/stock_weather-showers.png -share/gnome/help/gweather/el/figures/stock_weather-snow.png -share/gnome/help/gweather/el/figures/stock_weather-storm.png -share/gnome/help/gweather/el/figures/stock_weather-sunny.png -share/gnome/help/gweather/el/gweather.xml -share/gnome/help/gweather/en_GB/figures/gweather-details.png -share/gnome/help/gweather/en_GB/figures/gweather-menu-prefs.png -share/gnome/help/gweather/en_GB/figures/gweather-prefs-general.png -share/gnome/help/gweather/en_GB/figures/gweather-prefs-locations.png -share/gnome/help/gweather/en_GB/figures/gweather_applet.png -share/gnome/help/gweather/en_GB/figures/stock_weather-cloudy.png -share/gnome/help/gweather/en_GB/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/en_GB/figures/stock_weather-fog.png -share/gnome/help/gweather/en_GB/figures/stock_weather-night-clear.png -share/gnome/help/gweather/en_GB/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/en_GB/figures/stock_weather-showers.png -share/gnome/help/gweather/en_GB/figures/stock_weather-snow.png -share/gnome/help/gweather/en_GB/figures/stock_weather-storm.png -share/gnome/help/gweather/en_GB/figures/stock_weather-sunny.png -share/gnome/help/gweather/en_GB/gweather.xml -share/gnome/help/gweather/es/figures/gweather-details.png -share/gnome/help/gweather/es/figures/gweather-menu-prefs.png -share/gnome/help/gweather/es/figures/gweather-prefs-general.png -share/gnome/help/gweather/es/figures/gweather-prefs-locations.png -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/stock_weather-cloudy.png -share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-fog.png -share/gnome/help/gweather/es/figures/stock_weather-night-clear.png -share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-showers.png -share/gnome/help/gweather/es/figures/stock_weather-snow.png -share/gnome/help/gweather/es/figures/stock_weather-storm.png -share/gnome/help/gweather/es/figures/stock_weather-sunny.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/eu/figures/gweather-details.png -share/gnome/help/gweather/eu/figures/gweather-menu-prefs.png -share/gnome/help/gweather/eu/figures/gweather-prefs-general.png -share/gnome/help/gweather/eu/figures/gweather-prefs-locations.png -share/gnome/help/gweather/eu/figures/gweather_applet.png -share/gnome/help/gweather/eu/figures/stock_weather-cloudy.png -share/gnome/help/gweather/eu/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/eu/figures/stock_weather-fog.png -share/gnome/help/gweather/eu/figures/stock_weather-night-clear.png -share/gnome/help/gweather/eu/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/eu/figures/stock_weather-showers.png -share/gnome/help/gweather/eu/figures/stock_weather-snow.png -share/gnome/help/gweather/eu/figures/stock_weather-storm.png -share/gnome/help/gweather/eu/figures/stock_weather-sunny.png -share/gnome/help/gweather/eu/gweather.xml -share/gnome/help/gweather/fi/figures/gweather-details.png -share/gnome/help/gweather/fi/figures/gweather-menu-prefs.png -share/gnome/help/gweather/fi/figures/gweather-prefs-general.png -share/gnome/help/gweather/fi/figures/gweather-prefs-locations.png -share/gnome/help/gweather/fi/figures/gweather_applet.png -share/gnome/help/gweather/fi/figures/stock_weather-cloudy.png -share/gnome/help/gweather/fi/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/fi/figures/stock_weather-fog.png -share/gnome/help/gweather/fi/figures/stock_weather-night-clear.png -share/gnome/help/gweather/fi/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/fi/figures/stock_weather-showers.png -share/gnome/help/gweather/fi/figures/stock_weather-snow.png -share/gnome/help/gweather/fi/figures/stock_weather-storm.png -share/gnome/help/gweather/fi/figures/stock_weather-sunny.png -share/gnome/help/gweather/fi/gweather.xml -share/gnome/help/gweather/fr/figures/gweather-details.png -share/gnome/help/gweather/fr/figures/gweather-menu-prefs.png -share/gnome/help/gweather/fr/figures/gweather-prefs-general.png -share/gnome/help/gweather/fr/figures/gweather-prefs-locations.png -share/gnome/help/gweather/fr/figures/gweather_applet.png -share/gnome/help/gweather/fr/figures/stock_weather-cloudy.png -share/gnome/help/gweather/fr/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/fr/figures/stock_weather-fog.png -share/gnome/help/gweather/fr/figures/stock_weather-night-clear.png -share/gnome/help/gweather/fr/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/fr/figures/stock_weather-showers.png -share/gnome/help/gweather/fr/figures/stock_weather-snow.png -share/gnome/help/gweather/fr/figures/stock_weather-storm.png -share/gnome/help/gweather/fr/figures/stock_weather-sunny.png -share/gnome/help/gweather/fr/gweather.xml -share/gnome/help/gweather/ko/figures/gweather-details.png -share/gnome/help/gweather/ko/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ko/figures/gweather-prefs-general.png -share/gnome/help/gweather/ko/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ko/figures/gweather_applet.png -share/gnome/help/gweather/ko/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ko/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ko/figures/stock_weather-fog.png -share/gnome/help/gweather/ko/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ko/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ko/figures/stock_weather-showers.png -share/gnome/help/gweather/ko/figures/stock_weather-snow.png -share/gnome/help/gweather/ko/figures/stock_weather-storm.png -share/gnome/help/gweather/ko/figures/stock_weather-sunny.png -share/gnome/help/gweather/ko/gweather.xml -share/gnome/help/gweather/nl/figures/gweather-details.png -share/gnome/help/gweather/nl/figures/gweather-menu-prefs.png -share/gnome/help/gweather/nl/figures/gweather-prefs-general.png -share/gnome/help/gweather/nl/figures/gweather-prefs-locations.png -share/gnome/help/gweather/nl/figures/gweather_applet.png -share/gnome/help/gweather/nl/figures/stock_weather-cloudy.png -share/gnome/help/gweather/nl/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/nl/figures/stock_weather-fog.png -share/gnome/help/gweather/nl/figures/stock_weather-night-clear.png -share/gnome/help/gweather/nl/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/nl/figures/stock_weather-showers.png -share/gnome/help/gweather/nl/figures/stock_weather-snow.png -share/gnome/help/gweather/nl/figures/stock_weather-storm.png -share/gnome/help/gweather/nl/figures/stock_weather-sunny.png -share/gnome/help/gweather/nl/gweather.xml -share/gnome/help/gweather/oc/figures/gweather-details.png -share/gnome/help/gweather/oc/figures/gweather-menu-prefs.png -share/gnome/help/gweather/oc/figures/gweather-prefs-general.png -share/gnome/help/gweather/oc/figures/gweather-prefs-locations.png -share/gnome/help/gweather/oc/figures/gweather_applet.png -share/gnome/help/gweather/oc/figures/stock_weather-cloudy.png -share/gnome/help/gweather/oc/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/oc/figures/stock_weather-fog.png -share/gnome/help/gweather/oc/figures/stock_weather-night-clear.png -share/gnome/help/gweather/oc/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/oc/figures/stock_weather-showers.png -share/gnome/help/gweather/oc/figures/stock_weather-snow.png -share/gnome/help/gweather/oc/figures/stock_weather-storm.png -share/gnome/help/gweather/oc/figures/stock_weather-sunny.png -share/gnome/help/gweather/oc/gweather.xml -share/gnome/help/gweather/pa/figures/gweather-details.png -share/gnome/help/gweather/pa/figures/gweather-menu-prefs.png -share/gnome/help/gweather/pa/figures/gweather-prefs-general.png -share/gnome/help/gweather/pa/figures/gweather-prefs-locations.png -share/gnome/help/gweather/pa/figures/gweather_applet.png -share/gnome/help/gweather/pa/figures/stock_weather-cloudy.png -share/gnome/help/gweather/pa/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/pa/figures/stock_weather-fog.png -share/gnome/help/gweather/pa/figures/stock_weather-night-clear.png -share/gnome/help/gweather/pa/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/pa/figures/stock_weather-showers.png -share/gnome/help/gweather/pa/figures/stock_weather-snow.png -share/gnome/help/gweather/pa/figures/stock_weather-storm.png -share/gnome/help/gweather/pa/figures/stock_weather-sunny.png -share/gnome/help/gweather/pa/gweather.xml -share/gnome/help/gweather/pt_BR/figures/gweather-details.png -share/gnome/help/gweather/pt_BR/figures/gweather-menu-prefs.png -share/gnome/help/gweather/pt_BR/figures/gweather-prefs-general.png -share/gnome/help/gweather/pt_BR/figures/gweather-prefs-locations.png -share/gnome/help/gweather/pt_BR/figures/gweather_applet.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-cloudy.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-fog.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-night-clear.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-showers.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-snow.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-storm.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-sunny.png -share/gnome/help/gweather/pt_BR/gweather.xml -share/gnome/help/gweather/ru/figures/gweather-details.png -share/gnome/help/gweather/ru/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ru/figures/gweather-prefs-general.png -share/gnome/help/gweather/ru/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ru/figures/gweather_applet.png -share/gnome/help/gweather/ru/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ru/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ru/figures/stock_weather-fog.png -share/gnome/help/gweather/ru/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ru/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ru/figures/stock_weather-showers.png -share/gnome/help/gweather/ru/figures/stock_weather-snow.png -share/gnome/help/gweather/ru/figures/stock_weather-storm.png -share/gnome/help/gweather/ru/figures/stock_weather-sunny.png -share/gnome/help/gweather/ru/gweather.xml -share/gnome/help/gweather/sv/figures/gweather-details.png -share/gnome/help/gweather/sv/figures/gweather-menu-prefs.png -share/gnome/help/gweather/sv/figures/gweather-prefs-general.png -share/gnome/help/gweather/sv/figures/gweather-prefs-locations.png -share/gnome/help/gweather/sv/figures/gweather_applet.png -share/gnome/help/gweather/sv/figures/stock_weather-cloudy.png -share/gnome/help/gweather/sv/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/sv/figures/stock_weather-fog.png -share/gnome/help/gweather/sv/figures/stock_weather-night-clear.png -share/gnome/help/gweather/sv/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/sv/figures/stock_weather-showers.png -share/gnome/help/gweather/sv/figures/stock_weather-snow.png -share/gnome/help/gweather/sv/figures/stock_weather-storm.png -share/gnome/help/gweather/sv/figures/stock_weather-sunny.png -share/gnome/help/gweather/sv/gweather.xml -share/gnome/help/gweather/uk/figures/gweather-details.png -share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png -share/gnome/help/gweather/uk/figures/gweather-prefs-general.png -share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png -share/gnome/help/gweather/uk/figures/gweather_applet.png -share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png -share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-fog.png -share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png -share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-showers.png -share/gnome/help/gweather/uk/figures/stock_weather-snow.png -share/gnome/help/gweather/uk/figures/stock_weather-storm.png -share/gnome/help/gweather/uk/figures/stock_weather-sunny.png -share/gnome/help/gweather/uk/gweather.xml -share/gnome/help/gweather/zh_CN/figures/gweather-details.png -share/gnome/help/gweather/zh_CN/figures/gweather-menu-prefs.png -share/gnome/help/gweather/zh_CN/figures/gweather-prefs-general.png -share/gnome/help/gweather/zh_CN/figures/gweather-prefs-locations.png -share/gnome/help/gweather/zh_CN/figures/gweather_applet.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-cloudy.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-fog.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-night-clear.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-showers.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-snow.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-storm.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-sunny.png -share/gnome/help/gweather/zh_CN/gweather.xml -%%PYTHON%%share/gnome/help/invest-applet/C/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/C/legal.xml -%%PYTHON%%share/gnome/help/invest-applet/ca/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/en_GB/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/de/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/el/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/es/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/fi/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/ru/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/sv/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/zh_CN/invest-applet.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ca/mixer_applet2.xml -share/gnome/help/mixer_applet2/cs/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/cs/mixer_applet2.xml -share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/de/mixer_applet2.xml -share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/el/mixer_applet2.xml -share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/en_GB/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/eu/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/eu/mixer_applet2.xml -share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fi/mixer_applet2.xml -share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fr/mixer_applet2.xml -share/gnome/help/mixer_applet2/hu/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/hu/mixer_applet2.xml -share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/it/mixer_applet2.xml -share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ko/mixer_applet2.xml -share/gnome/help/mixer_applet2/oc/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/oc/mixer_applet2.xml -share/gnome/help/mixer_applet2/pa/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/pa/mixer_applet2.xml -share/gnome/help/mixer_applet2/pt_BR/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/pt_BR/mixer_applet2.xml -share/gnome/help/mixer_applet2/ru/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ru/mixer_applet2.xml -share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/sv/mixer_applet2.xml -share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/uk/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml -share/gnome/help/multiload/C/figures/multiload-preferences.png -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/multiload/ca/figures/multiload-preferences.png -share/gnome/help/multiload/ca/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ca/figures/system_monitor.png -share/gnome/help/multiload/ca/multiload.xml -share/gnome/help/multiload/cs/figures/multiload-preferences.png -share/gnome/help/multiload/cs/figures/system-monitor-applet_window.png -share/gnome/help/multiload/cs/figures/system_monitor.png -share/gnome/help/multiload/cs/multiload.xml -share/gnome/help/multiload/de/figures/multiload-preferences.png -share/gnome/help/multiload/de/figures/system-monitor-applet_window.png -share/gnome/help/multiload/de/figures/system_monitor.png -share/gnome/help/multiload/de/multiload.xml -share/gnome/help/multiload/el/figures/multiload-preferences.png -share/gnome/help/multiload/el/figures/system-monitor-applet_window.png -share/gnome/help/multiload/el/figures/system_monitor.png -share/gnome/help/multiload/el/multiload.xml -share/gnome/help/multiload/en_GB/figures/multiload-preferences.png -share/gnome/help/multiload/en_GB/figures/system-monitor-applet_window.png -share/gnome/help/multiload/en_GB/figures/system_monitor.png -share/gnome/help/multiload/en_GB/multiload.xml -share/gnome/help/multiload/es/figures/multiload-preferences.png -share/gnome/help/multiload/es/figures/system-monitor-applet_window.png -share/gnome/help/multiload/es/figures/system_monitor.png -share/gnome/help/multiload/es/multiload.xml -share/gnome/help/multiload/eu/figures/multiload-preferences.png -share/gnome/help/multiload/eu/figures/system-monitor-applet_window.png -share/gnome/help/multiload/eu/figures/system_monitor.png -share/gnome/help/multiload/eu/multiload.xml -share/gnome/help/multiload/fi/figures/multiload-preferences.png -share/gnome/help/multiload/fi/figures/system-monitor-applet_window.png -share/gnome/help/multiload/fi/figures/system_monitor.png -share/gnome/help/multiload/fi/multiload.xml -share/gnome/help/multiload/fr/figures/multiload-preferences.png -share/gnome/help/multiload/fr/figures/system-monitor-applet_window.png -share/gnome/help/multiload/fr/figures/system_monitor.png -share/gnome/help/multiload/fr/multiload.xml -share/gnome/help/multiload/ko/figures/multiload-preferences.png -share/gnome/help/multiload/ko/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ko/figures/system_monitor.png -share/gnome/help/multiload/ko/multiload.xml -share/gnome/help/multiload/oc/figures/multiload-preferences.png -share/gnome/help/multiload/oc/figures/system-monitor-applet_window.png -share/gnome/help/multiload/oc/figures/system_monitor.png -share/gnome/help/multiload/oc/multiload.xml -share/gnome/help/multiload/pa/figures/multiload-preferences.png -share/gnome/help/multiload/pa/figures/system-monitor-applet_window.png -share/gnome/help/multiload/pa/figures/system_monitor.png -share/gnome/help/multiload/pa/multiload.xml -share/gnome/help/multiload/pt_BR/figures/multiload-preferences.png -share/gnome/help/multiload/pt_BR/figures/system-monitor-applet_window.png -share/gnome/help/multiload/pt_BR/figures/system_monitor.png -share/gnome/help/multiload/pt_BR/multiload.xml -share/gnome/help/multiload/ru/figures/multiload-preferences.png -share/gnome/help/multiload/ru/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ru/figures/system_monitor.png -share/gnome/help/multiload/ru/multiload.xml -share/gnome/help/multiload/sv/figures/multiload-preferences.png -share/gnome/help/multiload/sv/figures/system-monitor-applet_window.png -share/gnome/help/multiload/sv/figures/system_monitor.png -share/gnome/help/multiload/sv/multiload.xml -share/gnome/help/multiload/uk/figures/multiload-preferences.png -share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png -share/gnome/help/multiload/uk/figures/system_monitor.png -share/gnome/help/multiload/uk/multiload.xml -share/gnome/help/multiload/zh_CN/figures/multiload-preferences.png -share/gnome/help/multiload/zh_CN/figures/system-monitor-applet_window.png -share/gnome/help/multiload/zh_CN/figures/system_monitor.png -share/gnome/help/multiload/zh_CN/multiload.xml -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ca/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/cs/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/de/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/el/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/en_GB/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/eu/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/fi/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/fr/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ko/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/oc/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/pa/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/pt_BR/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ru/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/sv/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_CN/stickynotes_applet.xml -share/gnome/help/trashapplet/C/figures/trash-applet.png -share/gnome/help/trashapplet/C/legal.xml -share/gnome/help/trashapplet/C/trashapplet.xml -share/gnome/help/trashapplet/ca/figures/trash-applet.png -share/gnome/help/trashapplet/ca/trashapplet.xml -share/gnome/help/trashapplet/cs/figures/trash-applet.png -share/gnome/help/trashapplet/cs/trashapplet.xml -share/gnome/help/trashapplet/da/figures/trash-applet.png -share/gnome/help/trashapplet/da/trashapplet.xml -share/gnome/help/trashapplet/de/figures/trash-applet.png -share/gnome/help/trashapplet/de/trashapplet.xml -share/gnome/help/trashapplet/el/figures/trash-applet.png -share/gnome/help/trashapplet/el/trashapplet.xml -share/gnome/help/trashapplet/en_GB/figures/trash-applet.png -share/gnome/help/trashapplet/en_GB/trashapplet.xml -share/gnome/help/trashapplet/es/figures/trash-applet.png -share/gnome/help/trashapplet/es/trashapplet.xml -share/gnome/help/trashapplet/eu/figures/trash-applet.png -share/gnome/help/trashapplet/eu/trashapplet.xml -share/gnome/help/trashapplet/fi/figures/trash-applet.png -share/gnome/help/trashapplet/fi/trashapplet.xml -share/gnome/help/trashapplet/fr/figures/trash-applet.png -share/gnome/help/trashapplet/fr/trashapplet.xml -share/gnome/help/trashapplet/hu/figures/trash-applet.png -share/gnome/help/trashapplet/hu/trashapplet.xml -share/gnome/help/trashapplet/it/figures/trash-applet.png -share/gnome/help/trashapplet/it/trashapplet.xml -share/gnome/help/trashapplet/nl/figures/trash-applet.png -share/gnome/help/trashapplet/nl/trashapplet.xml -share/gnome/help/trashapplet/oc/figures/trash-applet.png -share/gnome/help/trashapplet/oc/trashapplet.xml -share/gnome/help/trashapplet/pa/figures/trash-applet.png -share/gnome/help/trashapplet/pa/trashapplet.xml -share/gnome/help/trashapplet/pt_BR/figures/trash-applet.png -share/gnome/help/trashapplet/pt_BR/trashapplet.xml -share/gnome/help/trashapplet/ru/figures/trash-applet.png -share/gnome/help/trashapplet/ru/trashapplet.xml -share/gnome/help/trashapplet/sv/figures/trash-applet.png -share/gnome/help/trashapplet/sv/trashapplet.xml -share/gnome/help/trashapplet/uk/figures/trash-applet.png -share/gnome/help/trashapplet/uk/trashapplet.xml -share/gnome/help/trashapplet/zh_CN/figures/trash-applet.png -share/gnome/help/trashapplet/zh_CN/trashapplet.xml -share/gnome/help/trashapplet/zh_HK/figures/trash-applet.png -share/gnome/help/trashapplet/zh_HK/trashapplet.xml -share/gnome/help/trashapplet/zh_TW/figures/trash-applet.png -share/gnome/help/trashapplet/zh_TW/trashapplet.xml -%%CPUFREQ%%share/icons/hicolor/16x16/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/16x16/apps/gnome-eyes-applet.png -share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png -%%PYTHON%%share/icons/hicolor/16x16/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/22x22/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/22x22/apps/gnome-eyes-applet.png -share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png -%%PYTHON%%share/icons/hicolor/22x22/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/24x24/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/24x24/apps/gnome-eyes-applet.png -share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png -%%CPUFREQ%%share/icons/hicolor/32x32/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/32x32/apps/gnome-eyes-applet.png -share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png -share/icons/hicolor/48x48/apps/ax-applet.png -%%COMMANDER%%share/icons/hicolor/48x48/apps/gnome-mini-commander.png -%%PYTHON%%share/icons/hicolor/48x48/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg -share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg -share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg -%%PYTHON%%share/icons/hicolor/scalable/apps/invest-applet.svg -share/locale/af/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/as/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/br/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_AR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CL/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CO/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_DO/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_EC/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_ES/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_GT/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_HN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_MX/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_NI/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PE/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_SV/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_UY/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_VE/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/si/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -share/omf/accessx-status/accessx-status-C.omf -share/omf/accessx-status/accessx-status-bg.omf -share/omf/accessx-status/accessx-status-ca.omf -share/omf/accessx-status/accessx-status-cs.omf -share/omf/accessx-status/accessx-status-de.omf -share/omf/accessx-status/accessx-status-el.omf -share/omf/accessx-status/accessx-status-en_GB.omf -share/omf/accessx-status/accessx-status-es.omf -share/omf/accessx-status/accessx-status-eu.omf -share/omf/accessx-status/accessx-status-fi.omf -share/omf/accessx-status/accessx-status-fr.omf -share/omf/accessx-status/accessx-status-it.omf -share/omf/accessx-status/accessx-status-ko.omf -share/omf/accessx-status/accessx-status-nl.omf -share/omf/accessx-status/accessx-status-oc.omf -share/omf/accessx-status/accessx-status-sv.omf -share/omf/accessx-status/accessx-status-uk.omf -share/omf/accessx-status/accessx-status-zh_CN.omf -%%BATTERY%%share/omf/battstat/battstat-C.omf -%%BATTERY%%share/omf/battstat/battstat-bg.omf -%%BATTERY%%share/omf/battstat/battstat-ca.omf -%%BATTERY%%share/omf/battstat/battstat-cs.omf -%%BATTERY%%share/omf/battstat/battstat-de.omf -%%BATTERY%%share/omf/battstat/battstat-el.omf -%%BATTERY%%share/omf/battstat/battstat-en_GB.omf -%%BATTERY%%share/omf/battstat/battstat-es.omf -%%BATTERY%%share/omf/battstat/battstat-eu.omf -%%BATTERY%%share/omf/battstat/battstat-fi.omf -%%BATTERY%%share/omf/battstat/battstat-fr.omf -%%BATTERY%%share/omf/battstat/battstat-ko.omf -%%BATTERY%%share/omf/battstat/battstat-oc.omf -%%BATTERY%%share/omf/battstat/battstat-pa.omf -%%BATTERY%%share/omf/battstat/battstat-pt_BR.omf -%%BATTERY%%share/omf/battstat/battstat-sv.omf -%%BATTERY%%share/omf/battstat/battstat-uk.omf -%%BATTERY%%share/omf/battstat/battstat-zh_CN.omf -share/omf/char-palette/char-palette-C.omf -share/omf/char-palette/char-palette-bg.omf -share/omf/char-palette/char-palette-ca.omf -share/omf/char-palette/char-palette-cs.omf -share/omf/char-palette/char-palette-de.omf -share/omf/char-palette/char-palette-el.omf -share/omf/char-palette/char-palette-en_GB.omf -share/omf/char-palette/char-palette-es.omf -share/omf/char-palette/char-palette-eu.omf -share/omf/char-palette/char-palette-fi.omf -share/omf/char-palette/char-palette-fr.omf -share/omf/char-palette/char-palette-it.omf -share/omf/char-palette/char-palette-ko.omf -share/omf/char-palette/char-palette-nl.omf -share/omf/char-palette/char-palette-oc.omf -share/omf/char-palette/char-palette-pt_BR.omf -share/omf/char-palette/char-palette-ru.omf -share/omf/char-palette/char-palette-sv.omf -share/omf/char-palette/char-palette-uk.omf -share/omf/char-palette/char-palette-zh_CN.omf -%%COMMANDER%%share/omf/command-line/command-line-C.omf -%%COMMANDER%%share/omf/command-line/command-line-ca.omf -%%COMMANDER%%share/omf/command-line/command-line-de.omf -%%COMMANDER%%share/omf/command-line/command-line-el.omf -%%COMMANDER%%share/omf/command-line/command-line-en_GB.omf -%%COMMANDER%%share/omf/command-line/command-line-es.omf -%%COMMANDER%%share/omf/command-line/command-line-eu.omf -%%COMMANDER%%share/omf/command-line/command-line-fr.omf -%%COMMANDER%%share/omf/command-line/command-line-ko.omf -%%COMMANDER%%share/omf/command-line/command-line-oc.omf -%%COMMANDER%%share/omf/command-line/command-line-pt_BR.omf -%%COMMANDER%%share/omf/command-line/command-line-sv.omf -%%COMMANDER%%share/omf/command-line/command-line-uk.omf -%%COMMANDER%%share/omf/command-line/command-line-zh_CN.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-C.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ca.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-cs.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-de.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-el.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-en_GB.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-es.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-eu.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fi.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fr.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-hu.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-nl.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-oc.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-pt_BR.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ru.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-sv.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-uk.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_CN.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_HK.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_TW.omf -share/omf/drivemount/drivemount-C.omf -share/omf/drivemount/drivemount-ca.omf -share/omf/drivemount/drivemount-cs.omf -share/omf/drivemount/drivemount-de.omf -share/omf/drivemount/drivemount-el.omf -share/omf/drivemount/drivemount-en_GB.omf -share/omf/drivemount/drivemount-es.omf -share/omf/drivemount/drivemount-eu.omf -share/omf/drivemount/drivemount-fi.omf -share/omf/drivemount/drivemount-fr.omf -share/omf/drivemount/drivemount-it.omf -share/omf/drivemount/drivemount-ko.omf -share/omf/drivemount/drivemount-oc.omf -share/omf/drivemount/drivemount-pa.omf -share/omf/drivemount/drivemount-ru.omf -share/omf/drivemount/drivemount-sv.omf -share/omf/drivemount/drivemount-uk.omf -share/omf/drivemount/drivemount-zh_CN.omf -share/omf/geyes/geyes-C.omf -share/omf/geyes/geyes-bg.omf -share/omf/geyes/geyes-ca.omf -share/omf/geyes/geyes-cs.omf -share/omf/geyes/geyes-da.omf -share/omf/geyes/geyes-de.omf -share/omf/geyes/geyes-el.omf -share/omf/geyes/geyes-en_GB.omf -share/omf/geyes/geyes-es.omf -share/omf/geyes/geyes-eu.omf -share/omf/geyes/geyes-fi.omf -share/omf/geyes/geyes-fr.omf -share/omf/geyes/geyes-it.omf -share/omf/geyes/geyes-ko.omf -share/omf/geyes/geyes-oc.omf -share/omf/geyes/geyes-ru.omf -share/omf/geyes/geyes-sv.omf -share/omf/geyes/geyes-uk.omf -share/omf/geyes/geyes-zh_CN.omf -share/omf/gswitchit/gswitchit-C.omf -share/omf/gswitchit/gswitchit-ca.omf -share/omf/gswitchit/gswitchit-cs.omf -share/omf/gswitchit/gswitchit-de.omf -share/omf/gswitchit/gswitchit-el.omf -share/omf/gswitchit/gswitchit-en_GB.omf -share/omf/gswitchit/gswitchit-es.omf -share/omf/gswitchit/gswitchit-eu.omf -share/omf/gswitchit/gswitchit-fi.omf -share/omf/gswitchit/gswitchit-fr.omf -share/omf/gswitchit/gswitchit-oc.omf -share/omf/gswitchit/gswitchit-ru.omf -share/omf/gswitchit/gswitchit-sv.omf -share/omf/gswitchit/gswitchit-uk.omf -share/omf/gswitchit/gswitchit-zh_CN.omf -share/omf/gweather/gweather-C.omf -share/omf/gweather/gweather-ar.omf -share/omf/gweather/gweather-ca.omf -share/omf/gweather/gweather-cs.omf -share/omf/gweather/gweather-de.omf -share/omf/gweather/gweather-el.omf -share/omf/gweather/gweather-en_GB.omf -share/omf/gweather/gweather-es.omf -share/omf/gweather/gweather-eu.omf -share/omf/gweather/gweather-fi.omf -share/omf/gweather/gweather-fr.omf -share/omf/gweather/gweather-ko.omf -share/omf/gweather/gweather-nl.omf -share/omf/gweather/gweather-oc.omf -share/omf/gweather/gweather-pa.omf -share/omf/gweather/gweather-pt_BR.omf -share/omf/gweather/gweather-ru.omf -share/omf/gweather/gweather-sv.omf -share/omf/gweather/gweather-uk.omf -share/omf/gweather/gweather-zh_CN.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-C.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-ca.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-de.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-en_GB.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-el.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-es.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-fi.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-ru.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-sv.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-zh_CN.omf -share/omf/mixer_applet2/mixer_applet2-C.omf -share/omf/mixer_applet2/mixer_applet2-ca.omf -share/omf/mixer_applet2/mixer_applet2-cs.omf -share/omf/mixer_applet2/mixer_applet2-de.omf -share/omf/mixer_applet2/mixer_applet2-el.omf -share/omf/mixer_applet2/mixer_applet2-en_GB.omf -share/omf/mixer_applet2/mixer_applet2-es.omf -share/omf/mixer_applet2/mixer_applet2-eu.omf -share/omf/mixer_applet2/mixer_applet2-fi.omf -share/omf/mixer_applet2/mixer_applet2-fr.omf -share/omf/mixer_applet2/mixer_applet2-hu.omf -share/omf/mixer_applet2/mixer_applet2-it.omf -share/omf/mixer_applet2/mixer_applet2-ko.omf -share/omf/mixer_applet2/mixer_applet2-oc.omf -share/omf/mixer_applet2/mixer_applet2-pa.omf -share/omf/mixer_applet2/mixer_applet2-pt_BR.omf -share/omf/mixer_applet2/mixer_applet2-ru.omf -share/omf/mixer_applet2/mixer_applet2-sv.omf -share/omf/mixer_applet2/mixer_applet2-uk.omf -share/omf/mixer_applet2/mixer_applet2-zh_CN.omf -share/omf/multiload/multiload-C.omf -share/omf/multiload/multiload-ca.omf -share/omf/multiload/multiload-cs.omf -share/omf/multiload/multiload-de.omf -share/omf/multiload/multiload-el.omf -share/omf/multiload/multiload-en_GB.omf -share/omf/multiload/multiload-es.omf -share/omf/multiload/multiload-eu.omf -share/omf/multiload/multiload-fi.omf -share/omf/multiload/multiload-fr.omf -share/omf/multiload/multiload-ko.omf -share/omf/multiload/multiload-oc.omf -share/omf/multiload/multiload-pa.omf -share/omf/multiload/multiload-pt_BR.omf -share/omf/multiload/multiload-ru.omf -share/omf/multiload/multiload-sv.omf -share/omf/multiload/multiload-uk.omf -share/omf/multiload/multiload-zh_CN.omf -share/omf/stickynotes_applet/stickynotes_applet-C.omf -share/omf/stickynotes_applet/stickynotes_applet-ca.omf -share/omf/stickynotes_applet/stickynotes_applet-cs.omf -share/omf/stickynotes_applet/stickynotes_applet-de.omf -share/omf/stickynotes_applet/stickynotes_applet-el.omf -share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf -share/omf/stickynotes_applet/stickynotes_applet-es.omf -share/omf/stickynotes_applet/stickynotes_applet-eu.omf -share/omf/stickynotes_applet/stickynotes_applet-fi.omf -share/omf/stickynotes_applet/stickynotes_applet-fr.omf -share/omf/stickynotes_applet/stickynotes_applet-ko.omf -share/omf/stickynotes_applet/stickynotes_applet-oc.omf -share/omf/stickynotes_applet/stickynotes_applet-pa.omf -share/omf/stickynotes_applet/stickynotes_applet-pt_BR.omf -share/omf/stickynotes_applet/stickynotes_applet-ru.omf -share/omf/stickynotes_applet/stickynotes_applet-sv.omf -share/omf/stickynotes_applet/stickynotes_applet-uk.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_CN.omf -share/omf/trashapplet/trashapplet-C.omf -share/omf/trashapplet/trashapplet-ca.omf -share/omf/trashapplet/trashapplet-cs.omf -share/omf/trashapplet/trashapplet-da.omf -share/omf/trashapplet/trashapplet-de.omf -share/omf/trashapplet/trashapplet-el.omf -share/omf/trashapplet/trashapplet-en_GB.omf -share/omf/trashapplet/trashapplet-es.omf -share/omf/trashapplet/trashapplet-eu.omf -share/omf/trashapplet/trashapplet-fi.omf -share/omf/trashapplet/trashapplet-fr.omf -share/omf/trashapplet/trashapplet-hu.omf -share/omf/trashapplet/trashapplet-it.omf -share/omf/trashapplet/trashapplet-nl.omf -share/omf/trashapplet/trashapplet-oc.omf -share/omf/trashapplet/trashapplet-pa.omf -share/omf/trashapplet/trashapplet-pt_BR.omf -share/omf/trashapplet/trashapplet-ru.omf -share/omf/trashapplet/trashapplet-sv.omf -share/omf/trashapplet/trashapplet-uk.omf -share/omf/trashapplet/trashapplet-zh_CN.omf -share/omf/trashapplet/trashapplet-zh_HK.omf -share/omf/trashapplet/trashapplet-zh_TW.omf -share/pixmaps/accessx-status-applet/ax-applet.png -share/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/pixmaps/accessx-status-applet/ax-key-base.png -share/pixmaps/accessx-status-applet/ax-key-inverse.png -share/pixmaps/accessx-status-applet/ax-key-no.png -share/pixmaps/accessx-status-applet/ax-key-none.png -share/pixmaps/accessx-status-applet/ax-key-yes.png -share/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/pixmaps/accessx-status-applet/ax-slowkeys.png -share/pixmaps/accessx-status-applet/mousekeys-base.png -share/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/pixmaps/accessx-status-applet/sticky-alt-none.png -share/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/pixmaps/accessx-status-applet/sticky-meta-none.png -share/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/pixmaps/accessx-status-applet/sticky-shift-none.png -share/pixmaps/accessx-status-applet/sticky-super-latched.png -share/pixmaps/accessx-status-applet/sticky-super-locked.png -share/pixmaps/accessx-status-applet/sticky-super-none.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-100.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-25.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-50.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-75.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-na.png -share/pixmaps/stickynotes/close.png -share/pixmaps/stickynotes/locked.png -share/pixmaps/stickynotes/resize_se.png -share/pixmaps/stickynotes/resize_sw.png -share/pixmaps/stickynotes/unlocked.png -%%CPUFREQ%%share/polkit-1/actions/org.gnome.cpufreqselector.policy -share/xmodmap/base.xml -share/xmodmap/xmodmap.am -share/xmodmap/xmodmap.ar -share/xmodmap/xmodmap.be -share/xmodmap/xmodmap.bg -share/xmodmap/xmodmap.br -share/xmodmap/xmodmap.ch -share/xmodmap/xmodmap.ch_de -share/xmodmap/xmodmap.ch_fr -share/xmodmap/xmodmap.cz -share/xmodmap/xmodmap.de -share/xmodmap/xmodmap.de-apple -share/xmodmap/xmodmap.dk -share/xmodmap/xmodmap.dvorak -share/xmodmap/xmodmap.ee -share/xmodmap/xmodmap.es -share/xmodmap/xmodmap.es_x86 -share/xmodmap/xmodmap.fi -share/xmodmap/xmodmap.fr -share/xmodmap/xmodmap.fr-2 -share/xmodmap/xmodmap.fr_x86 -share/xmodmap/xmodmap.gb -share/xmodmap/xmodmap.gb-102 -share/xmodmap/xmodmap.gb-105 -share/xmodmap/xmodmap.ge_la -share/xmodmap/xmodmap.ge_ru -share/xmodmap/xmodmap.gr -share/xmodmap/xmodmap.hu -share/xmodmap/xmodmap.hu-101-lat1 -share/xmodmap/xmodmap.hu-101-lat2 -share/xmodmap/xmodmap.hu-ibm -share/xmodmap/xmodmap.hu-lat1 -share/xmodmap/xmodmap.hu-sun-lat2 -share/xmodmap/xmodmap.hu.old -share/xmodmap/xmodmap.hu_latin1 -share/xmodmap/xmodmap.hu_x86 -share/xmodmap/xmodmap.il -share/xmodmap/xmodmap.il_phonetic -share/xmodmap/xmodmap.is -share/xmodmap/xmodmap.it -share/xmodmap/xmodmap.jp -share/xmodmap/xmodmap.kr -share/xmodmap/xmodmap.la -share/xmodmap/xmodmap.lt -share/xmodmap/xmodmap.lt_b -share/xmodmap/xmodmap.lt_p -share/xmodmap/xmodmap.mk -share/xmodmap/xmodmap.mn -share/xmodmap/xmodmap.mn-phonet -share/xmodmap/xmodmap.mn-rev -share/xmodmap/xmodmap.mn-uni -share/xmodmap/xmodmap.nl -share/xmodmap/xmodmap.no -share/xmodmap/xmodmap.pl -share/xmodmap/xmodmap.pl2 -share/xmodmap/xmodmap.pt -share/xmodmap/xmodmap.pt-dead -share/xmodmap/xmodmap.qc -share/xmodmap/xmodmap.qc-2 -share/xmodmap/xmodmap.ro -share/xmodmap/xmodmap.ru -share/xmodmap/xmodmap.ru-rev -share/xmodmap/xmodmap.ru_yawerty -share/xmodmap/xmodmap.se -share/xmodmap/xmodmap.sf -share/xmodmap/xmodmap.sg -share/xmodmap/xmodmap.si -share/xmodmap/xmodmap.sk -share/xmodmap/xmodmap.th -share/xmodmap/xmodmap.tr_f -share/xmodmap/xmodmap.tr_q -share/xmodmap/xmodmap.uk -share/xmodmap/xmodmap.uk_x86 -share/xmodmap/xmodmap.us -share/xmodmap/xmodmap.us-101 -share/xmodmap/xmodmap.us-84 -share/xmodmap/xmodmap.us-dec -share/xmodmap/xmodmap.us-ibm -share/xmodmap/xmodmap.us-int -share/xmodmap/xmodmap.us-mac -share/xmodmap/xmodmap.us-sgi-101 -share/xmodmap/xmodmap.us-sun -share/xmodmap/xmodmap.us.old -share/xmodmap/xmodmap.us101A_x86 -share/xmodmap/xmodmap.us_intl -share/xmodmap/xmodmap.yu -@dirrm share/pixmaps/stickynotes -%%CPUFREQ%%@dirrm share/pixmaps/cpufreq-applet -@dirrm share/pixmaps/accessx-status-applet -@dirrm share/omf/trashapplet -@dirrm share/omf/stickynotes_applet -@dirrm share/omf/multiload -@dirrm share/omf/mixer_applet2 -%%PYTHON%%@dirrm share/omf/invest-applet -@dirrm share/omf/gweather -@dirrm share/omf/gswitchit -@dirrm share/omf/geyes -@dirrm share/omf/drivemount -%%CPUFREQ%%@dirrm share/omf/cpufreq-applet -%%COMMANDER%%@dirrm share/omf/command-line -@dirrm share/omf/char-palette -%%BATTERY%%@dirrm share/omf/battstat -@dirrm share/omf/accessx-status -@dirrm share/gnome/help/trashapplet/zh_TW/figures -@dirrm share/gnome/help/trashapplet/zh_TW -@dirrm share/gnome/help/trashapplet/zh_HK/figures -@dirrm share/gnome/help/trashapplet/zh_HK -@dirrm share/gnome/help/trashapplet/zh_CN/figures -@dirrm share/gnome/help/trashapplet/zh_CN -@dirrm share/gnome/help/trashapplet/uk/figures -@dirrm share/gnome/help/trashapplet/uk -@dirrm share/gnome/help/trashapplet/sv/figures -@dirrm share/gnome/help/trashapplet/sv -@dirrm share/gnome/help/trashapplet/ru/figures -@dirrm share/gnome/help/trashapplet/ru -@dirrm share/gnome/help/trashapplet/pt_BR/figures -@dirrm share/gnome/help/trashapplet/pt_BR -@dirrm share/gnome/help/trashapplet/pa/figures -@dirrm share/gnome/help/trashapplet/pa -@dirrm share/gnome/help/trashapplet/oc/figures -@dirrm share/gnome/help/trashapplet/oc -@dirrm share/gnome/help/trashapplet/nl/figures -@dirrm share/gnome/help/trashapplet/nl -@dirrm share/gnome/help/trashapplet/it/figures -@dirrm share/gnome/help/trashapplet/it -@dirrm share/gnome/help/trashapplet/hu/figures -@dirrm share/gnome/help/trashapplet/hu -@dirrm share/gnome/help/trashapplet/fr/figures -@dirrm share/gnome/help/trashapplet/fr -@dirrm share/gnome/help/trashapplet/fi/figures -@dirrm share/gnome/help/trashapplet/fi -@dirrm share/gnome/help/trashapplet/eu/figures -@dirrm share/gnome/help/trashapplet/eu -@dirrm share/gnome/help/trashapplet/es/figures -@dirrm share/gnome/help/trashapplet/es -@dirrm share/gnome/help/trashapplet/en_GB/figures -@dirrm share/gnome/help/trashapplet/en_GB -@dirrm share/gnome/help/trashapplet/el/figures -@dirrm share/gnome/help/trashapplet/el -@dirrm share/gnome/help/trashapplet/de/figures -@dirrm share/gnome/help/trashapplet/de -@dirrm share/gnome/help/trashapplet/da/figures -@dirrm share/gnome/help/trashapplet/da -@dirrm share/gnome/help/trashapplet/cs/figures -@dirrm share/gnome/help/trashapplet/cs -@dirrm share/gnome/help/trashapplet/ca/figures -@dirrm share/gnome/help/trashapplet/ca -@dirrm share/gnome/help/trashapplet/C/figures -@dirrm share/gnome/help/trashapplet/C -@dirrm share/gnome/help/trashapplet -@dirrm share/gnome/help/stickynotes_applet/zh_CN/figures -@dirrm share/gnome/help/stickynotes_applet/zh_CN -@dirrm share/gnome/help/stickynotes_applet/uk/figures -@dirrm share/gnome/help/stickynotes_applet/uk -@dirrm share/gnome/help/stickynotes_applet/sv/figures -@dirrm share/gnome/help/stickynotes_applet/sv -@dirrm share/gnome/help/stickynotes_applet/ru/figures -@dirrm share/gnome/help/stickynotes_applet/ru -@dirrm share/gnome/help/stickynotes_applet/pt_BR/figures -@dirrm share/gnome/help/stickynotes_applet/pt_BR -@dirrm share/gnome/help/stickynotes_applet/pa/figures -@dirrm share/gnome/help/stickynotes_applet/pa -@dirrm share/gnome/help/stickynotes_applet/oc/figures -@dirrm share/gnome/help/stickynotes_applet/oc -@dirrm share/gnome/help/stickynotes_applet/ko/figures -@dirrm share/gnome/help/stickynotes_applet/ko -@dirrm share/gnome/help/stickynotes_applet/fr/figures -@dirrm share/gnome/help/stickynotes_applet/fr -@dirrm share/gnome/help/stickynotes_applet/fi/figures -@dirrm share/gnome/help/stickynotes_applet/fi -@dirrm share/gnome/help/stickynotes_applet/eu/figures -@dirrm share/gnome/help/stickynotes_applet/eu -@dirrm share/gnome/help/stickynotes_applet/es/figures -@dirrm share/gnome/help/stickynotes_applet/es -@dirrm share/gnome/help/stickynotes_applet/en_GB/figures -@dirrm share/gnome/help/stickynotes_applet/en_GB -@dirrm share/gnome/help/stickynotes_applet/el/figures -@dirrm share/gnome/help/stickynotes_applet/el -@dirrm share/gnome/help/stickynotes_applet/de/figures -@dirrm share/gnome/help/stickynotes_applet/de -@dirrm share/gnome/help/stickynotes_applet/cs/figures -@dirrm share/gnome/help/stickynotes_applet/cs -@dirrm share/gnome/help/stickynotes_applet/ca/figures -@dirrm share/gnome/help/stickynotes_applet/ca -@dirrm share/gnome/help/stickynotes_applet/C/figures -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/zh_CN/figures -@dirrm share/gnome/help/multiload/zh_CN -@dirrm share/gnome/help/multiload/uk/figures -@dirrm share/gnome/help/multiload/uk -@dirrm share/gnome/help/multiload/sv/figures -@dirrm share/gnome/help/multiload/sv -@dirrm share/gnome/help/multiload/ru/figures -@dirrm share/gnome/help/multiload/ru -@dirrm share/gnome/help/multiload/pt_BR/figures -@dirrm share/gnome/help/multiload/pt_BR -@dirrm share/gnome/help/multiload/pa/figures -@dirrm share/gnome/help/multiload/pa -@dirrm share/gnome/help/multiload/oc/figures -@dirrm share/gnome/help/multiload/oc -@dirrm share/gnome/help/multiload/ko/figures -@dirrm share/gnome/help/multiload/ko -@dirrm share/gnome/help/multiload/fr/figures -@dirrm share/gnome/help/multiload/fr -@dirrm share/gnome/help/multiload/fi/figures -@dirrm share/gnome/help/multiload/fi -@dirrm share/gnome/help/multiload/eu/figures -@dirrm share/gnome/help/multiload/eu -@dirrm share/gnome/help/multiload/es/figures -@dirrm share/gnome/help/multiload/es -@dirrm share/gnome/help/multiload/en_GB/figures -@dirrm share/gnome/help/multiload/en_GB -@dirrm share/gnome/help/multiload/el/figures -@dirrm share/gnome/help/multiload/el -@dirrm share/gnome/help/multiload/de/figures -@dirrm share/gnome/help/multiload/de -@dirrm share/gnome/help/multiload/cs/figures -@dirrm share/gnome/help/multiload/cs -@dirrm share/gnome/help/multiload/ca/figures -@dirrm share/gnome/help/multiload/ca -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/mixer_applet2/zh_CN/figures -@dirrm share/gnome/help/mixer_applet2/zh_CN -@dirrm share/gnome/help/mixer_applet2/uk/figures -@dirrm share/gnome/help/mixer_applet2/uk -@dirrm share/gnome/help/mixer_applet2/sv/figures -@dirrm share/gnome/help/mixer_applet2/sv -@dirrm share/gnome/help/mixer_applet2/ru/figures -@dirrm share/gnome/help/mixer_applet2/ru -@dirrm share/gnome/help/mixer_applet2/pt_BR/figures -@dirrm share/gnome/help/mixer_applet2/pt_BR -@dirrm share/gnome/help/mixer_applet2/pa/figures -@dirrm share/gnome/help/mixer_applet2/pa -@dirrm share/gnome/help/mixer_applet2/oc/figures -@dirrm share/gnome/help/mixer_applet2/oc -@dirrm share/gnome/help/mixer_applet2/ko/figures -@dirrm share/gnome/help/mixer_applet2/ko -@dirrm share/gnome/help/mixer_applet2/it/figures -@dirrm share/gnome/help/mixer_applet2/it -@dirrm share/gnome/help/mixer_applet2/hu/figures -@dirrm share/gnome/help/mixer_applet2/hu -@dirrm share/gnome/help/mixer_applet2/fr/figures -@dirrm share/gnome/help/mixer_applet2/fr -@dirrm share/gnome/help/mixer_applet2/fi/figures -@dirrm share/gnome/help/mixer_applet2/fi -@dirrm share/gnome/help/mixer_applet2/eu/figures -@dirrm share/gnome/help/mixer_applet2/eu -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/en_GB/figures -@dirrm share/gnome/help/mixer_applet2/en_GB -@dirrm share/gnome/help/mixer_applet2/el/figures -@dirrm share/gnome/help/mixer_applet2/el -@dirrm share/gnome/help/mixer_applet2/de/figures -@dirrm share/gnome/help/mixer_applet2/de -@dirrm share/gnome/help/mixer_applet2/cs/figures -@dirrm share/gnome/help/mixer_applet2/cs -@dirrm share/gnome/help/mixer_applet2/ca/figures -@dirrm share/gnome/help/mixer_applet2/ca -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -%%PYTHON%%@dirrm share/gnome/help/invest-applet/zh_CN -%%PYTHON%%@dirrm share/gnome/help/invest-applet/sv -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ru -%%PYTHON%%@dirrm share/gnome/help/invest-applet/fi -%%PYTHON%%@dirrm share/gnome/help/invest-applet/es -%%PYTHON%%@dirrm share/gnome/help/invest-applet/el -%%PYTHON%%@dirrm share/gnome/help/invest-applet/en_GB -%%PYTHON%%@dirrm share/gnome/help/invest-applet/de -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ca -%%PYTHON%%@dirrm share/gnome/help/invest-applet/C -%%PYTHON%%@dirrm share/gnome/help/invest-applet -@dirrm share/gnome/help/gweather/zh_CN/figures -@dirrm share/gnome/help/gweather/zh_CN -@dirrm share/gnome/help/gweather/uk/figures -@dirrm share/gnome/help/gweather/uk -@dirrm share/gnome/help/gweather/sv/figures -@dirrm share/gnome/help/gweather/sv -@dirrm share/gnome/help/gweather/ru/figures -@dirrm share/gnome/help/gweather/ru -@dirrm share/gnome/help/gweather/pt_BR/figures -@dirrm share/gnome/help/gweather/pt_BR -@dirrm share/gnome/help/gweather/pa/figures -@dirrm share/gnome/help/gweather/pa -@dirrm share/gnome/help/gweather/oc/figures -@dirrm share/gnome/help/gweather/oc -@dirrm share/gnome/help/gweather/nl/figures -@dirrm share/gnome/help/gweather/nl -@dirrm share/gnome/help/gweather/ko/figures -@dirrm share/gnome/help/gweather/ko -@dirrm share/gnome/help/gweather/fr/figures -@dirrm share/gnome/help/gweather/fr -@dirrm share/gnome/help/gweather/fi/figures -@dirrm share/gnome/help/gweather/fi -@dirrm share/gnome/help/gweather/eu/figures -@dirrm share/gnome/help/gweather/eu -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/en_GB/figures -@dirrm share/gnome/help/gweather/en_GB -@dirrm share/gnome/help/gweather/el/figures -@dirrm share/gnome/help/gweather/el -@dirrm share/gnome/help/gweather/de/figures -@dirrm share/gnome/help/gweather/de -@dirrm share/gnome/help/gweather/cs/figures -@dirrm share/gnome/help/gweather/cs -@dirrm share/gnome/help/gweather/ca/figures -@dirrm share/gnome/help/gweather/ca -@dirrm share/gnome/help/gweather/ar/figures -@dirrm share/gnome/help/gweather/ar -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/gswitchit/zh_CN -@dirrm share/gnome/help/gswitchit/uk -@dirrm share/gnome/help/gswitchit/sv -@dirrm share/gnome/help/gswitchit/ru -@dirrm share/gnome/help/gswitchit/oc -@dirrm share/gnome/help/gswitchit/fr -@dirrm share/gnome/help/gswitchit/fi -@dirrm share/gnome/help/gswitchit/eu -@dirrm share/gnome/help/gswitchit/es -@dirrm share/gnome/help/gswitchit/en_GB -@dirrm share/gnome/help/gswitchit/el -@dirrm share/gnome/help/gswitchit/de -@dirrm share/gnome/help/gswitchit/cs -@dirrm share/gnome/help/gswitchit/ca -@dirrm share/gnome/help/gswitchit/C -@dirrm share/gnome/help/gswitchit -@dirrm share/gnome/help/geyes/zh_CN/figures -@dirrm share/gnome/help/geyes/zh_CN -@dirrm share/gnome/help/geyes/uk/figures -@dirrm share/gnome/help/geyes/uk -@dirrm share/gnome/help/geyes/sv/figures -@dirrm share/gnome/help/geyes/sv -@dirrm share/gnome/help/geyes/ru/figures -@dirrm share/gnome/help/geyes/ru -@dirrm share/gnome/help/geyes/oc/figures -@dirrm share/gnome/help/geyes/oc -@dirrm share/gnome/help/geyes/ko/figures -@dirrm share/gnome/help/geyes/ko -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/fr/figures -@dirrm share/gnome/help/geyes/fr -@dirrm share/gnome/help/geyes/fi/figures -@dirrm share/gnome/help/geyes/fi -@dirrm share/gnome/help/geyes/eu/figures -@dirrm share/gnome/help/geyes/eu -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/en_GB/figures -@dirrm share/gnome/help/geyes/en_GB -@dirrm share/gnome/help/geyes/el/figures -@dirrm share/gnome/help/geyes/el -@dirrm share/gnome/help/geyes/de/figures -@dirrm share/gnome/help/geyes/de -@dirrm share/gnome/help/geyes/da/figures -@dirrm share/gnome/help/geyes/da -@dirrm share/gnome/help/geyes/cs/figures -@dirrm share/gnome/help/geyes/cs -@dirrm share/gnome/help/geyes/ca/figures -@dirrm share/gnome/help/geyes/ca -@dirrm share/gnome/help/geyes/bg/figures -@dirrm share/gnome/help/geyes/bg -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/zh_CN/figures -@dirrm share/gnome/help/drivemount/zh_CN -@dirrm share/gnome/help/drivemount/uk/figures -@dirrm share/gnome/help/drivemount/uk -@dirrm share/gnome/help/drivemount/sv/figures -@dirrm share/gnome/help/drivemount/sv -@dirrm share/gnome/help/drivemount/ru/figures -@dirrm share/gnome/help/drivemount/ru -@dirrm share/gnome/help/drivemount/pa/figures -@dirrm share/gnome/help/drivemount/pa -@dirrm share/gnome/help/drivemount/oc/figures -@dirrm share/gnome/help/drivemount/oc -@dirrm share/gnome/help/drivemount/ko/figures -@dirrm share/gnome/help/drivemount/ko -@dirrm share/gnome/help/drivemount/it/figures -@dirrm share/gnome/help/drivemount/it -@dirrm share/gnome/help/drivemount/fr/figures -@dirrm share/gnome/help/drivemount/fr -@dirrm share/gnome/help/drivemount/fi/figures -@dirrm share/gnome/help/drivemount/fi -@dirrm share/gnome/help/drivemount/eu/figures -@dirrm share/gnome/help/drivemount/eu -@dirrm share/gnome/help/drivemount/es/figures -@dirrm share/gnome/help/drivemount/es -@dirrm share/gnome/help/drivemount/en_GB/figures -@dirrm share/gnome/help/drivemount/en_GB -@dirrm share/gnome/help/drivemount/el/figures -@dirrm share/gnome/help/drivemount/el -@dirrm share/gnome/help/drivemount/de/figures -@dirrm share/gnome/help/drivemount/de -@dirrm share/gnome/help/drivemount/cs/figures -@dirrm share/gnome/help/drivemount/cs -@dirrm share/gnome/help/drivemount/ca/figures -@dirrm share/gnome/help/drivemount/ca -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_TW/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_TW -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_HK/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_HK -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_CN/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_CN -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/sv/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/sv -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ru/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ru -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/pt_BR/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/pt_BR -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/oc/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/oc -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/nl/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/nl -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/hu/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/hu -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fr/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fr -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fi/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fi -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/eu/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/eu -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/el/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/el -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/cs/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/cs -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet -%%COMMANDER%%@dirrm share/gnome/help/command-line/zh_CN/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/zh_CN -%%COMMANDER%%@dirrm share/gnome/help/command-line/uk/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/uk -%%COMMANDER%%@dirrm share/gnome/help/command-line/sv/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/sv -%%COMMANDER%%@dirrm share/gnome/help/command-line/pt_BR/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/pt_BR -%%COMMANDER%%@dirrm share/gnome/help/command-line/oc/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/oc -%%COMMANDER%%@dirrm share/gnome/help/command-line/ko/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/ko -%%COMMANDER%%@dirrm share/gnome/help/command-line/fr/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/fr -%%COMMANDER%%@dirrm share/gnome/help/command-line/eu/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/eu -%%COMMANDER%%@dirrm share/gnome/help/command-line/es/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/es -%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB -%%COMMANDER%%@dirrm share/gnome/help/command-line/el/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/el -%%COMMANDER%%@dirrm share/gnome/help/command-line/de/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/de -%%COMMANDER%%@dirrm share/gnome/help/command-line/ca/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/ca -%%COMMANDER%%@dirrm share/gnome/help/command-line/C/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/C -%%COMMANDER%%@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/zh_CN/figures -@dirrm share/gnome/help/char-palette/zh_CN -@dirrm share/gnome/help/char-palette/uk/figures -@dirrm share/gnome/help/char-palette/uk -@dirrm share/gnome/help/char-palette/sv/figures -@dirrm share/gnome/help/char-palette/sv -@dirrm share/gnome/help/char-palette/ru/figures -@dirrm share/gnome/help/char-palette/ru -@dirrm share/gnome/help/char-palette/pt_BR/figures -@dirrm share/gnome/help/char-palette/pt_BR -@dirrm share/gnome/help/char-palette/oc/figures -@dirrm share/gnome/help/char-palette/oc -@dirrm share/gnome/help/char-palette/nl/figures -@dirrm share/gnome/help/char-palette/nl -@dirrm share/gnome/help/char-palette/ko/figures -@dirrm share/gnome/help/char-palette/ko -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/fr/figures -@dirrm share/gnome/help/char-palette/fr -@dirrm share/gnome/help/char-palette/fi/figures -@dirrm share/gnome/help/char-palette/fi -@dirrm share/gnome/help/char-palette/eu/figures -@dirrm share/gnome/help/char-palette/eu -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/en_GB/figures -@dirrm share/gnome/help/char-palette/en_GB -@dirrm share/gnome/help/char-palette/el/figures -@dirrm share/gnome/help/char-palette/el -@dirrm share/gnome/help/char-palette/de/figures -@dirrm share/gnome/help/char-palette/de -@dirrm share/gnome/help/char-palette/cs/figures -@dirrm share/gnome/help/char-palette/cs -@dirrm share/gnome/help/char-palette/ca/figures -@dirrm share/gnome/help/char-palette/ca -@dirrm share/gnome/help/char-palette/bg/figures -@dirrm share/gnome/help/char-palette/bg -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -%%BATTERY%%@dirrm share/gnome/help/battstat/zh_CN/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/zh_CN -%%BATTERY%%@dirrm share/gnome/help/battstat/uk/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/uk -%%BATTERY%%@dirrm share/gnome/help/battstat/sv/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/sv -%%BATTERY%%@dirrm share/gnome/help/battstat/pt_BR/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/pt_BR -%%BATTERY%%@dirrm share/gnome/help/battstat/pa/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/pa -%%BATTERY%%@dirrm share/gnome/help/battstat/oc/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/oc -%%BATTERY%%@dirrm share/gnome/help/battstat/ko/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ko -%%BATTERY%%@dirrm share/gnome/help/battstat/fr/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/fr -%%BATTERY%%@dirrm share/gnome/help/battstat/fi/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/fi -%%BATTERY%%@dirrm share/gnome/help/battstat/eu/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/eu -%%BATTERY%%@dirrm share/gnome/help/battstat/es/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/es -%%BATTERY%%@dirrm share/gnome/help/battstat/en_GB/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/en_GB -%%BATTERY%%@dirrm share/gnome/help/battstat/el/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/el -%%BATTERY%%@dirrm share/gnome/help/battstat/de/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/de -%%BATTERY%%@dirrm share/gnome/help/battstat/bg/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/bg -%%BATTERY%%@dirrm share/gnome/help/battstat/cs/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/cs -%%BATTERY%%@dirrm share/gnome/help/battstat/ca/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ca -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/zh_CN/figures -@dirrm share/gnome/help/accessx-status/zh_CN -@dirrm share/gnome/help/accessx-status/uk/figures -@dirrm share/gnome/help/accessx-status/uk -@dirrm share/gnome/help/accessx-status/sv/figures -@dirrm share/gnome/help/accessx-status/sv -@dirrm share/gnome/help/accessx-status/oc/figures -@dirrm share/gnome/help/accessx-status/oc -@dirrm share/gnome/help/accessx-status/nl/figures -@dirrm share/gnome/help/accessx-status/nl -@dirrm share/gnome/help/accessx-status/ko/figures -@dirrm share/gnome/help/accessx-status/ko -@dirrm share/gnome/help/accessx-status/it/figures -@dirrm share/gnome/help/accessx-status/it -@dirrm share/gnome/help/accessx-status/fr/figures -@dirrm share/gnome/help/accessx-status/fr -@dirrm share/gnome/help/accessx-status/fi/figures -@dirrm share/gnome/help/accessx-status/fi -@dirrm share/gnome/help/accessx-status/eu/figures -@dirrm share/gnome/help/accessx-status/eu -@dirrm share/gnome/help/accessx-status/es/figures -@dirrm share/gnome/help/accessx-status/es -@dirrm share/gnome/help/accessx-status/en_GB/figures -@dirrm share/gnome/help/accessx-status/en_GB -@dirrm share/gnome/help/accessx-status/el/figures -@dirrm share/gnome/help/accessx-status/el -@dirrm share/gnome/help/accessx-status/de/figures -@dirrm share/gnome/help/accessx-status/de -@dirrm share/gnome/help/accessx-status/cs/figures -@dirrm share/gnome/help/accessx-status/cs -@dirrm share/gnome/help/accessx-status/ca/figures -@dirrm share/gnome/help/accessx-status/ca -@dirrm share/gnome/help/accessx-status/bg/figures -@dirrm share/gnome/help/accessx-status/bg -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -%%PYTHON%%@dirrm %%DATADIR%%/invest-applet -@dirrm %%DATADIR%%/geyes/Tango -@dirrm %%DATADIR%%/geyes/Horrid -@dirrm %%DATADIR%%/geyes/Default-tiny -@dirrm %%DATADIR%%/geyes/Default -@dirrm %%DATADIR%%/geyes/Bloodshot -@dirrm %%DATADIR%%/geyes/Bizarre -@dirrm %%DATADIR%%/geyes -@dirrm %%DATADIR%%/builder -@dirrm %%DATADIR%% -%%COMMANDER%%@dirrmtry libexec/gnome-applets -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/invest -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_VE/LC_MESSAGES -@dirrmtry share/locale/es_VE -@dirrmtry share/locale/es_UY/LC_MESSAGES -@dirrmtry share/locale/es_UY -@dirrmtry share/locale/es_SV/LC_MESSAGES -@dirrmtry share/locale/es_SV -@dirrmtry share/locale/es_PR/LC_MESSAGES -@dirrmtry share/locale/es_PR -@dirrmtry share/locale/es_PE/LC_MESSAGES -@dirrmtry share/locale/es_PE -@dirrmtry share/locale/es_PA/LC_MESSAGES -@dirrmtry share/locale/es_PA -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/es_HN/LC_MESSAGES -@dirrmtry share/locale/es_HN -@dirrmtry share/locale/es_GT/LC_MESSAGES -@dirrmtry share/locale/es_GT -@dirrmtry share/locale/es_EC/LC_MESSAGES -@dirrmtry share/locale/es_EC -@dirrmtry share/locale/es_DO/LC_MESSAGES -@dirrmtry share/locale/es_DO -@dirrmtry share/locale/es_CR/LC_MESSAGES -@dirrmtry share/locale/es_CR -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@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 diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile deleted file mode 100644 index 1949678ce..000000000 --- a/x11/gnome-desktop/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: gnomedesktop -# Date created: 13 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.170 2009/09/22 09:07:13 kwm Exp $ -# - -PORTNAME= gnome-desktop -PORTVERSION= 2.28.1 -PORTREVISION?= 0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional UI API for GNOME 2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_XORG= xpm -USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gconf2 pygtk2 \ - ltverhack referencehack -GNOME_DESKTOP_VERSION=2 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_BISON= build -USE_PYTHON= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-about.1 - -post-patch: - @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ - ${WRKSRC}/desktop-docs/fdl/Makefile.in \ - ${WRKSRC}/desktop-docs/gpl/Makefile.in \ - ${WRKSRC}/desktop-docs/lgpl/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo deleted file mode 100644 index 5e145439b..000000000 --- a/x11/gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.28.1.tar.bz2) = 6870b71b564dc902af65ddee176e603f -SHA256 (gnome2/gnome-desktop-2.28.1.tar.bz2) = 21bb7d3b4aa9b452ecf1b27d6fe61b824f60f76d7c5f3b78b59f0fd3eedfd461 -SIZE (gnome2/gnome-desktop-2.28.1.tar.bz2) = 1639948 diff --git a/x11/gnome-desktop/pkg-descr b/x11/gnome-desktop/pkg-descr deleted file mode 100644 index bda4df791..000000000 --- a/x11/gnome-desktop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a collection of APIs not included in libgnomeui. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist deleted file mode 100644 index f0f079200..000000000 --- a/x11/gnome-desktop/pkg-plist +++ /dev/null @@ -1,427 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnome/gnome-desktop-utils.h -include/gnome-desktop-2.0/libgnomeui/gnome-bg.h -include/gnome-desktop-2.0/libgnomeui/gnome-bg-crossfade.h -include/gnome-desktop-2.0/libgnomeui/gnome-desktop-thumbnail.h -include/gnome-desktop-2.0/libgnomeui/gnome-rr-config.h -include/gnome-desktop-2.0/libgnomeui/gnome-rr-labeler.h -include/gnome-desktop-2.0/libgnomeui/gnome-rr.h -lib/libgnome-desktop-2.a -lib/libgnome-desktop-2.la -lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.11 -libdata/pkgconfig/gnome-desktop-2.0.pc -share/applications/gnome-about.desktop -share/gnome-about/contributors.list -share/gnome-about/foundation-members.list -share/gnome-about/gnome-64.png -share/gnome-about/gnome-version.xml -share/gnome-about/headers/header-bg-ancient01a.png -share/gnome-about/headers/header-bg-city01.png -share/gnome-about/headers/header-bg-clouds01.png -share/gnome-about/headers/header-bg-clouds02.png -share/gnome-about/headers/header-bg-hills01.png -share/gnome-about/headers/header-bg-landscape01.png -share/gnome-about/headers/header-bg-mountains01.png -share/gnome-about/headers/header-bg-snow01.png -share/gnome-about/headers/header-bg-sunset01.png -share/gnome/help/fdl/C/fdl.xml -share/gnome/help/fdl/ar/fdl.xml -share/gnome/help/fdl/ca/fdl.xml -share/gnome/help/fdl/de/fdl.xml -share/gnome/help/fdl/el/fdl.xml -share/gnome/help/fdl/es/fdl.xml -share/gnome/help/fdl/eu/fdl.xml -share/gnome/help/fdl/fr/fdl.xml -share/gnome/help/fdl/hu/fdl.xml -share/gnome/help/fdl/ko/fdl.xml -share/gnome/help/fdl/oc/fdl.xml -share/gnome/help/fdl/pl/fdl.xml -share/gnome/help/fdl/sv/fdl.xml -share/gnome/help/fdl/uk/fdl.xml -share/gnome/help/fdl/vi/fdl.xml -share/gnome/help/gpl/C/gpl.xml -share/gnome/help/gpl/ar/gpl.xml -share/gnome/help/gpl/ca/gpl.xml -share/gnome/help/gpl/cs/gpl.xml -share/gnome/help/gpl/de/gpl.xml -share/gnome/help/gpl/el/gpl.xml -share/gnome/help/gpl/es/gpl.xml -share/gnome/help/gpl/eu/gpl.xml -share/gnome/help/gpl/fi/gpl.xml -share/gnome/help/gpl/fr/gpl.xml -share/gnome/help/gpl/hu/gpl.xml -share/gnome/help/gpl/ko/gpl.xml -share/gnome/help/gpl/oc/gpl.xml -share/gnome/help/gpl/pa/gpl.xml -share/gnome/help/gpl/sv/gpl.xml -share/gnome/help/gpl/uk/gpl.xml -share/gnome/help/gpl/vi/gpl.xml -share/gnome/help/gpl/zh_CN/gpl.xml -share/gnome/help/lgpl/C/lgpl.xml -share/gnome/help/lgpl/ar/lgpl.xml -share/gnome/help/lgpl/de/lgpl.xml -share/gnome/help/lgpl/el/lgpl.xml -share/gnome/help/lgpl/es/lgpl.xml -share/gnome/help/lgpl/eu/lgpl.xml -share/gnome/help/lgpl/fi/lgpl.xml -share/gnome/help/lgpl/fr/lgpl.xml -share/gnome/help/lgpl/hu/lgpl.xml -share/gnome/help/lgpl/ko/lgpl.xml -share/gnome/help/lgpl/oc/lgpl.xml -share/gnome/help/lgpl/pa/lgpl.xml -share/gnome/help/lgpl/sv/lgpl.xml -share/gnome/help/lgpl/uk/lgpl.xml -share/gnome/help/lgpl/vi/lgpl.xml -share/gnome/help/lgpl/zh_CN/lgpl.xml -share/libgnome-desktop/pnp.ids -share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/as/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fur/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ig/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/kk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/or/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/si/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/te/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ur/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-desktop-2.0.mo -share/omf/fdl/fdl-C.omf -share/omf/fdl/fdl-ar.omf -share/omf/fdl/fdl-ca.omf -share/omf/fdl/fdl-de.omf -share/omf/fdl/fdl-el.omf -share/omf/fdl/fdl-es.omf -share/omf/fdl/fdl-eu.omf -share/omf/fdl/fdl-fr.omf -share/omf/fdl/fdl-hu.omf -share/omf/fdl/fdl-ko.omf -share/omf/fdl/fdl-oc.omf -share/omf/fdl/fdl-pl.omf -share/omf/fdl/fdl-sv.omf -share/omf/fdl/fdl-uk.omf -share/omf/fdl/fdl-vi.omf -share/omf/gpl/gpl-C.omf -share/omf/gpl/gpl-ar.omf -share/omf/gpl/gpl-ca.omf -share/omf/gpl/gpl-cs.omf -share/omf/gpl/gpl-de.omf -share/omf/gpl/gpl-el.omf -share/omf/gpl/gpl-es.omf -share/omf/gpl/gpl-eu.omf -share/omf/gpl/gpl-fi.omf -share/omf/gpl/gpl-fr.omf -share/omf/gpl/gpl-hu.omf -share/omf/gpl/gpl-ko.omf -share/omf/gpl/gpl-oc.omf -share/omf/gpl/gpl-pa.omf -share/omf/gpl/gpl-sv.omf -share/omf/gpl/gpl-uk.omf -share/omf/gpl/gpl-vi.omf -share/omf/gpl/gpl-zh_CN.omf -share/omf/lgpl/lgpl-C.omf -share/omf/lgpl/lgpl-ar.omf -share/omf/lgpl/lgpl-de.omf -share/omf/lgpl/lgpl-el.omf -share/omf/lgpl/lgpl-es.omf -share/omf/lgpl/lgpl-eu.omf -share/omf/lgpl/lgpl-fi.omf -share/omf/lgpl/lgpl-fr.omf -share/omf/lgpl/lgpl-hu.omf -share/omf/lgpl/lgpl-ko.omf -share/omf/lgpl/lgpl-oc.omf -share/omf/lgpl/lgpl-pa.omf -share/omf/lgpl/lgpl-sv.omf -share/omf/lgpl/lgpl-uk.omf -share/omf/lgpl/lgpl-vi.omf -share/omf/lgpl/lgpl-zh_CN.omf -share/pixmaps/apple-green.png -share/pixmaps/apple-red.png -share/pixmaps/gnome-aorta.png -share/pixmaps/gnome-applets.png -share/pixmaps/gnome-background-image.png -share/pixmaps/gnome-background-pattern.png -share/pixmaps/gnome-background.png -share/pixmaps/gnome-calc2.png -share/pixmaps/gnome-calc3.png -share/pixmaps/gnome-calendar.png -share/pixmaps/gnome-ccbackground.png -share/pixmaps/gnome-ccdesktop.png -share/pixmaps/gnome-ccdialog.png -share/pixmaps/gnome-ccmime.png -share/pixmaps/gnome-ccperiph.png -share/pixmaps/gnome-ccscreensaver.png -share/pixmaps/gnome-ccwindowmanager.png -share/pixmaps/gnome-color-browser.png -share/pixmaps/gnome-color-xterm.png -share/pixmaps/gnome-computer.png -share/pixmaps/gnome-cromagnon.png -share/pixmaps/gnome-day.png -share/pixmaps/gnome-debian.png -share/pixmaps/gnome-diskfree.png -share/pixmaps/gnome-emacs.png -share/pixmaps/gnome-eterm.png -share/pixmaps/gnome-file-c.png -share/pixmaps/gnome-file-h.png -share/pixmaps/gnome-folder.png -share/pixmaps/gnome-gemvt.png -share/pixmaps/gnome-gimp.png -share/pixmaps/gnome-gmenu.png -share/pixmaps/gnome-gmush.png -share/pixmaps/gnome-gnomoku.png -share/pixmaps/gnome-home.png -share/pixmaps/gnome-html.png -share/pixmaps/gnome-image-gif.png -share/pixmaps/gnome-image-jpeg.png -share/pixmaps/gnome-irc.png -share/pixmaps/gnome-laptop.png -share/pixmaps/gnome-log.png -share/pixmaps/gnome-logo-icon-transparent.png -share/pixmaps/gnome-logo-icon.png -share/pixmaps/gnome-logo-large.png -share/pixmaps/gnome-mdi.png -share/pixmaps/gnome-mnemonic.png -share/pixmaps/gnome-month.png -share/pixmaps/gnome-mouse.png -share/pixmaps/gnome-news.png -share/pixmaps/gnome-note.png -share/pixmaps/gnome-qeye.png -share/pixmaps/gnome-set-time.png -share/pixmaps/gnome-spider.png -share/pixmaps/gnome-squeak.png -share/pixmaps/gnome-suse.png -share/pixmaps/gnome-talk.png -share/pixmaps/gnome-term-linux.png -share/pixmaps/gnome-term-linux2.png -share/pixmaps/gnome-term-night.png -share/pixmaps/gnome-term-tiger.png -share/pixmaps/gnome-term.png -share/pixmaps/gnome-tigert.png -share/pixmaps/gnome-touristinfo.png -share/pixmaps/gnome-user-interface.png -share/pixmaps/gnome-week.png -share/pixmaps/gnome-windows.png -share/pixmaps/gnome-word.png -share/pixmaps/gnome-xterm.png -share/pixmaps/gtkvim.png -share/pixmaps/kterm.xpm -share/pixmaps/monitor.png -share/pixmaps/vnterm.xpm -@dirrm share/omf/lgpl -@dirrm share/omf/gpl -@dirrm share/omf/fdl -@dirrm share/gnome/help/lgpl/zh_CN -@dirrm share/gnome/help/lgpl/vi -@dirrm share/gnome/help/lgpl/uk -@dirrm share/gnome/help/lgpl/sv -@dirrm share/gnome/help/lgpl/pa -@dirrm share/gnome/help/lgpl/oc -@dirrm share/gnome/help/lgpl/ko -@dirrm share/gnome/help/lgpl/hu -@dirrm share/gnome/help/lgpl/fr -@dirrm share/gnome/help/lgpl/fi -@dirrm share/gnome/help/lgpl/eu -@dirrm share/gnome/help/lgpl/es -@dirrm share/gnome/help/lgpl/el -@dirrm share/gnome/help/lgpl/de -@dirrm share/gnome/help/lgpl/ar -@dirrm share/gnome/help/gpl/zh_CN -@dirrm share/gnome/help/gpl/vi -@dirrm share/gnome/help/gpl/uk -@dirrm share/gnome/help/gpl/sv -@dirrm share/gnome/help/gpl/pa -@dirrm share/gnome/help/gpl/oc -@dirrm share/gnome/help/gpl/ko -@dirrm share/gnome/help/gpl/hu -@dirrm share/gnome/help/gpl/fr -@dirrm share/gnome/help/gpl/fi -@dirrm share/gnome/help/gpl/eu -@dirrm share/gnome/help/gpl/es -@dirrm share/gnome/help/gpl/el -@dirrm share/gnome/help/gpl/de -@dirrm share/gnome/help/gpl/cs -@dirrm share/gnome/help/gpl/ca -@dirrm share/gnome/help/gpl/ar -@dirrm share/gnome/help/fdl/vi -@dirrm share/gnome/help/fdl/uk -@dirrm share/gnome/help/fdl/sv -@dirrm share/gnome/help/fdl/pl -@dirrm share/gnome/help/fdl/oc -@dirrm share/gnome/help/fdl/ko -@dirrm share/gnome/help/fdl/hu -@dirrm share/gnome/help/fdl/fr -@dirrm share/gnome/help/fdl/eu -@dirrm share/gnome/help/fdl/es -@dirrm share/gnome/help/fdl/el -@dirrm share/gnome/help/fdl/de -@dirrm share/gnome/help/fdl/ca -@dirrm share/gnome/help/fdl/ar -@dirrm share/gnome-about/headers -@dirrmtry share/applications -@dirrm include/gnome-desktop-2.0/libgnomeui -@dirrm include/gnome-desktop-2.0/libgnome -@dirrm include/gnome-desktop-2.0 -@dirrm share/libgnome-desktop -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@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/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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile deleted file mode 100644 index e75cd0569..000000000 --- a/x11/gnome-menus/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gnome-menus -# Date created: 30 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.99 2009/10/01 17:11:10 kwm Exp $ -# - -PORTNAME= gnome-menus -PORTVERSION= 2.28.0.1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Implementation of the FreeDesktop Desktop Menu Spec - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USE_AUTOTOOLS= libtool:22 -USE_PYTHON= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu||' \ - ${WRKSRC}/layout/Makefile.in - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/util/test-menu-spec.c - @${REINPLACE_CMD} -e 's|/usr/share/gnome|${LOCALBASE}/share/gnome|g' \ - ${WRKSRC}/layout/applications.menu \ - ${WRKSRC}/layout/settings.menu - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py - @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - ${WRKSRC}/util/Makefile.in - -post-install: - @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ - ${PREFIX}/etc/xdg/menus/gnome-applications.menu - @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ - ${PREFIX}/share/desktop-directories - -.include <bsd.port.mk> diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo deleted file mode 100644 index 606168168..000000000 --- a/x11/gnome-menus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-menus-2.28.0.1.tar.bz2) = 279316228fd84917acb9405476f74b53 -SHA256 (gnome2/gnome-menus-2.28.0.1.tar.bz2) = 75e73554cd0b0a8356956e76ccb517def5382eafa7bdb14336499cd271570dbc -SIZE (gnome2/gnome-menus-2.28.0.1.tar.bz2) = 461356 diff --git a/x11/gnome-menus/files/KDE.directory b/x11/gnome-menus/files/KDE.directory deleted file mode 100644 index d8cacb750..000000000 --- a/x11/gnome-menus/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png -Type=Directory diff --git a/x11/gnome-menus/files/patch-Makefile.in b/x11/gnome-menus/files/patch-Makefile.in deleted file mode 100644 index 621e0233c..000000000 --- a/x11/gnome-menus/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jul 24 15:57:52 2006 -+++ Makefile.in Mon Jul 24 15:58:05 2006 -@@ -244,7 +244,7 @@ sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - NULL = --@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python simple-editor -+@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python - ALL_SUBDIRS = \ - po \ - libmenu \ diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu deleted file mode 100644 index 116dad13f..000000000 --- a/x11/gnome-menus/files/patch-layout::applications.menu +++ /dev/null @@ -1,302 +0,0 @@ ---- layout/applications.menu.orig 2008-04-21 15:49:29.000000000 -0400 -+++ layout/applications.menu 2008-04-28 14:51:24.000000000 -0400 -@@ -6,9 +6,8 @@ - <Name>Applications</Name> - <Directory>X-GNOME-Menu-Applications.directory</Directory> - -- <!-- Scan legacy dirs first, as later items take priority --> -- <KDELegacyDirs/> -- <LegacyDir>/etc/X11/applnk</LegacyDir> -+ <!-- Scan legacy dirs first, as later items take priority -+ <LegacyDir>/etc/X11/applnk</LegacyDir> --> - <LegacyDir>/usr/share/gnome/apps</LegacyDir> - - <!-- Read standard .directory and .desktop file locations --> -@@ -31,6 +30,8 @@ - applications here --> - <Not><Category>Accessibility</Category></Not> - <Not><Category>System</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessories --> -@@ -43,6 +44,8 @@ - <And> - <Category>Accessibility</Category> - <Not><Category>Settings</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessibility --> -@@ -54,6 +57,8 @@ - <Include> - <And> - <Category>Development</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - <Filename>emacs.desktop</Filename> - </Include> -@@ -66,6 +71,8 @@ - <Include> - <And> - <Category>Education</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Education --> -@@ -77,6 +84,8 @@ - <Include> - <And> - <Category>Game</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Games --> -@@ -88,6 +97,8 @@ - <Include> - <And> - <Category>Graphics</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Graphics --> -@@ -99,6 +110,8 @@ - <Include> - <And> - <Category>Network</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Internet --> -@@ -110,6 +123,8 @@ - <Include> - <And> - <Category>AudioVideo</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Multimedia --> -@@ -121,6 +136,8 @@ - <Include> - <And> - <Category>Office</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Office --> -@@ -133,6 +150,8 @@ - <And> - <Category>System</Category> - <Not><Category>Settings</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End System Tools --> -@@ -147,8 +166,197 @@ - <Not><Category>Core</Category></Not> - <Not><Category>Settings</Category></Not> - <Not><Category>Screensaver</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Other --> - -+ <!-- Read in overrides and child menus from applications-merged/ --> -+ <DefaultMergeDirs/> -+ -+ <!-- KDE --> -+ <Menu> -+ <KDELegacyDirs/> -+ <Name>KDE</Name> -+ <Directory>KDE.directory</Directory> -+ -+ <!-- KAccessories submenu --> -+ <Menu> -+ <Name>Accessories</Name> -+ <Directory>Accessories.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Utility</Category> -+ <Not> -+ <Category>System</Category> -+ </Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KAccessories --> -+ -+ <!-- KAccessibility submenu --> -+ <Menu> -+ <Name>Accessibility</Name> -+ <Directory>Accessibility.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Accessibility</Category> -+ <Not> -+ <Category>Settings</Category> -+ </Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KAccessibility --> -+ -+ <!-- KDevelopment Tools --> -+ <Menu> -+ <Name>Development</Name> -+ <Directory>Development.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Development</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KDevelopment Tools --> -+ -+ <!-- KEducation --> -+ <Menu> -+ <Name>Education</Name> -+ <Directory>Education.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Education</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KEducation --> -+ -+ <!-- KGames --> -+ <Menu> -+ <Name>Games</Name> -+ <Directory>Games.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Game</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KGames --> -+ -+ <!-- KGraphics --> -+ <Menu> -+ <Name>Graphics</Name> -+ <Directory>Graphics.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Graphics</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KGraphics --> -+ -+ <!-- KInternet --> -+ <Menu> -+ <Name>Internet</Name> -+ <Directory>Internet.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Network</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KInternet --> -+ -+ <!-- KMultimedia --> -+ <Menu> -+ <Name>Multimedia</Name> -+ <Directory>Multimedia.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>AudioVideo</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KMultimedia --> -+ -+ <!-- KOffice --> -+ <Menu> -+ <Name>Office</Name> -+ <Directory>Office.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Or> -+ <Category>Office</Category> -+ </Or> -+ </And> -+ </Include> -+ </Menu><!-- End KOffice --> -+ -+ <!-- KSystem Tools--> -+ <Menu> -+ <Name>System</Name> -+ <Directory>System-Tools.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>System</Category> -+ <Not><Category>Settings</Category></Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KSystem Tools --> -+ -+ <!-- KOther --> -+ <Menu> -+ <Name>Other</Name> -+ <Directory>Other.directory</Directory> -+ <OnlyUnallocated/> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Application</Category> -+ <Not><Category>Core</Category></Not> -+ <Not><Category>Settings</Category></Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KOther --> -+ </Menu> <!-- KDE --> -+ - </Menu> <!-- End Applications --> diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py deleted file mode 100644 index b134a5817..000000000 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ /dev/null @@ -1,20 +0,0 @@ ---- simple-editor/GMenuSimpleEditor/menutreemodel.py.orig Mon Apr 11 05:36:04 2005 -+++ simple-editor/GMenuSimpleEditor/menutreemodel.py Tue Sep 6 11:04:46 2005 -@@ -29,7 +29,7 @@ - if os.environ.has_key ("XDG_CONFIG_DIRS"): - conf_dirs = os.environ["XDG_CONFIG_DIRS"] - if not conf_dirs: -- conf_dirs = "/etc/xdg" -+ conf_dirs = "%%LOCALBASE%%/etc/xdg" - - for conf_dir in conf_dirs.split (":"): - menu_file_path = os.path.join (conf_dir, "menus", menu_file) -@@ -51,7 +51,7 @@ - if os.environ.has_key ("XDG_DATA_DIRS"): - data_dirs = os.environ["XDG_DATA_DIRS"] - if not data_dirs: -- data_dirs = "/usr/local/share/:/usr/share/" -+ data_dirs = "%%LOCALBASE%%/share/" - - for data_dir in data_dirs.split (":"): - retval = load_icon_from_path (os.path.join (data_dir, "pixmaps", icon_value)) diff --git a/x11/gnome-menus/files/patch-util_Makefile.in b/x11/gnome-menus/files/patch-util_Makefile.in deleted file mode 100644 index fd9b0fcf0..000000000 --- a/x11/gnome-menus/files/patch-util_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- util/Makefile.in.orig 2009-10-18 19:06:36.000000000 -0400 -+++ util/Makefile.in 2009-10-18 19:10:40.000000000 -0400 -@@ -313,6 +313,7 @@ gnome_menu_spec_test_SOURCES = \ - - gnome_menu_spec_test_LDADD = \ - ../libmenu/libgnome-menu.la \ -+ %%PTHREAD_LIBS%% \ - $(GLIB_LIBS) \ - $(NULL) - diff --git a/x11/gnome-menus/pkg-descr b/x11/gnome-menus/pkg-descr deleted file mode 100644 index 7b27b4e2e..000000000 --- a/x11/gnome-menus/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This package is free software and is part of the -GNOME project. - -The package contains an implementation of the draft "Desktop -Menu Specification" from freedesktop.org: - - http://www.freedesktop.org/Standards/menu-spec - -Also contained here are the GNOME menu layout configuration -files, .directory files and assorted menu related utility programs. - --- gnome-menus README - -WWW: http://www.freedesktop.org/Standards/menu-spec diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist deleted file mode 100644 index b801284aa..000000000 --- a/x11/gnome-menus/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -etc/xdg/menus/gnome-applications.menu -etc/xdg/menus/settings.menu -include/gnome-menus/gmenu-tree.h -lib/libgnome-menu.a -lib/libgnome-menu.la -lib/libgnome-menu.so -lib/libgnome-menu.so.2 -%%PYTHON_SITELIBDIR%%/gmenu.a -%%PYTHON_SITELIBDIR%%/gmenu.la -%%PYTHON_SITELIBDIR%%/gmenu.so -libdata/pkgconfig/libgnome-menu.pc -share/desktop-directories/AudioVideo.directory -share/desktop-directories/Development.directory -share/desktop-directories/Education.directory -share/desktop-directories/Game.directory -share/desktop-directories/Graphics.directory -share/desktop-directories/Hardware.directory -share/desktop-directories/InternetAndNetwork.directory -share/desktop-directories/KDE.directory -share/desktop-directories/LookAndFeel.directory -share/desktop-directories/Network.directory -share/desktop-directories/Office.directory -share/desktop-directories/Personal.directory -share/desktop-directories/Settings-System.directory -share/desktop-directories/Settings.directory -share/desktop-directories/System-Tools.directory -share/desktop-directories/System.directory -share/desktop-directories/Utility-Accessibility.directory -share/desktop-directories/Utility.directory -share/desktop-directories/X-GNOME-Menu-Applications.directory -share/desktop-directories/X-GNOME-Menu-System.directory -share/desktop-directories/X-GNOME-Other.directory -share/gnome-menus/examples/gnome-menus-ls.py -share/locale/af/LC_MESSAGES/gnome-menus.mo -share/locale/ar/LC_MESSAGES/gnome-menus.mo -share/locale/as/LC_MESSAGES/gnome-menus.mo -share/locale/ast/LC_MESSAGES/gnome-menus.mo -share/locale/be/LC_MESSAGES/gnome-menus.mo -share/locale/be@latin/LC_MESSAGES/gnome-menus.mo -share/locale/bg/LC_MESSAGES/gnome-menus.mo -share/locale/bn/LC_MESSAGES/gnome-menus.mo -share/locale/bn_IN/LC_MESSAGES/gnome-menus.mo -share/locale/br/LC_MESSAGES/gnome-menus.mo -share/locale/ca/LC_MESSAGES/gnome-menus.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-menus.mo -share/locale/crh/LC_MESSAGES/gnome-menus.mo -share/locale/cs/LC_MESSAGES/gnome-menus.mo -share/locale/cy/LC_MESSAGES/gnome-menus.mo -share/locale/da/LC_MESSAGES/gnome-menus.mo -share/locale/de/LC_MESSAGES/gnome-menus.mo -share/locale/dv/LC_MESSAGES/gnome-menus.mo -share/locale/dz/LC_MESSAGES/gnome-menus.mo -share/locale/el/LC_MESSAGES/gnome-menus.mo -share/locale/en_CA/LC_MESSAGES/gnome-menus.mo -share/locale/en_GB/LC_MESSAGES/gnome-menus.mo -share/locale/eo/LC_MESSAGES/gnome-menus.mo -share/locale/es/LC_MESSAGES/gnome-menus.mo -share/locale/et/LC_MESSAGES/gnome-menus.mo -share/locale/eu/LC_MESSAGES/gnome-menus.mo -share/locale/fa/LC_MESSAGES/gnome-menus.mo -share/locale/fi/LC_MESSAGES/gnome-menus.mo -share/locale/fr/LC_MESSAGES/gnome-menus.mo -share/locale/fur/LC_MESSAGES/gnome-menus.mo -share/locale/ga/LC_MESSAGES/gnome-menus.mo -share/locale/gl/LC_MESSAGES/gnome-menus.mo -share/locale/gn/LC_MESSAGES/gnome-menus.mo -share/locale/gu/LC_MESSAGES/gnome-menus.mo -share/locale/ha/LC_MESSAGES/gnome-menus.mo -share/locale/he/LC_MESSAGES/gnome-menus.mo -share/locale/hi/LC_MESSAGES/gnome-menus.mo -share/locale/hr/LC_MESSAGES/gnome-menus.mo -share/locale/hu/LC_MESSAGES/gnome-menus.mo -share/locale/hy/LC_MESSAGES/gnome-menus.mo -share/locale/id/LC_MESSAGES/gnome-menus.mo -share/locale/ig/LC_MESSAGES/gnome-menus.mo -share/locale/io/LC_MESSAGES/gnome-menus.mo -share/locale/is/LC_MESSAGES/gnome-menus.mo -share/locale/it/LC_MESSAGES/gnome-menus.mo -share/locale/ja/LC_MESSAGES/gnome-menus.mo -share/locale/ka/LC_MESSAGES/gnome-menus.mo -share/locale/kk/LC_MESSAGES/gnome-menus.mo -share/locale/kn/LC_MESSAGES/gnome-menus.mo -share/locale/ko/LC_MESSAGES/gnome-menus.mo -share/locale/ku/LC_MESSAGES/gnome-menus.mo -share/locale/ky/LC_MESSAGES/gnome-menus.mo -share/locale/lt/LC_MESSAGES/gnome-menus.mo -share/locale/lv/LC_MESSAGES/gnome-menus.mo -share/locale/mai/LC_MESSAGES/gnome-menus.mo -share/locale/mg/LC_MESSAGES/gnome-menus.mo -share/locale/mk/LC_MESSAGES/gnome-menus.mo -share/locale/ml/LC_MESSAGES/gnome-menus.mo -share/locale/mn/LC_MESSAGES/gnome-menus.mo -share/locale/mr/LC_MESSAGES/gnome-menus.mo -share/locale/ms/LC_MESSAGES/gnome-menus.mo -share/locale/nb/LC_MESSAGES/gnome-menus.mo -share/locale/nds/LC_MESSAGES/gnome-menus.mo -share/locale/ne/LC_MESSAGES/gnome-menus.mo -share/locale/nl/LC_MESSAGES/gnome-menus.mo -share/locale/nn/LC_MESSAGES/gnome-menus.mo -share/locale/oc/LC_MESSAGES/gnome-menus.mo -share/locale/or/LC_MESSAGES/gnome-menus.mo -share/locale/pa/LC_MESSAGES/gnome-menus.mo -share/locale/pl/LC_MESSAGES/gnome-menus.mo -share/locale/ps/LC_MESSAGES/gnome-menus.mo -share/locale/pt/LC_MESSAGES/gnome-menus.mo -share/locale/pt_BR/LC_MESSAGES/gnome-menus.mo -share/locale/ro/LC_MESSAGES/gnome-menus.mo -share/locale/ru/LC_MESSAGES/gnome-menus.mo -share/locale/rw/LC_MESSAGES/gnome-menus.mo -share/locale/si/LC_MESSAGES/gnome-menus.mo -share/locale/sk/LC_MESSAGES/gnome-menus.mo -share/locale/sl/LC_MESSAGES/gnome-menus.mo -share/locale/sq/LC_MESSAGES/gnome-menus.mo -share/locale/sr/LC_MESSAGES/gnome-menus.mo -share/locale/sr@latin/LC_MESSAGES/gnome-menus.mo -share/locale/sv/LC_MESSAGES/gnome-menus.mo -share/locale/ta/LC_MESSAGES/gnome-menus.mo -share/locale/te/LC_MESSAGES/gnome-menus.mo -share/locale/th/LC_MESSAGES/gnome-menus.mo -share/locale/tr/LC_MESSAGES/gnome-menus.mo -share/locale/ug/LC_MESSAGES/gnome-menus.mo -share/locale/uk/LC_MESSAGES/gnome-menus.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-menus.mo -share/locale/vi/LC_MESSAGES/gnome-menus.mo -share/locale/xh/LC_MESSAGES/gnome-menus.mo -share/locale/yo/LC_MESSAGES/gnome-menus.mo -share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo -share/locale/zh_HK/LC_MESSAGES/gnome-menus.mo -share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo -@dirrm share/gnome-menus/examples -@dirrm share/gnome-menus -@dirrmtry share/desktop-directories -@dirrm include/gnome-menus -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/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/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/gn/LC_MESSAGES -@dirrmtry share/locale/gn -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/dv/LC_MESSAGES -@dirrmtry share/locale/dv -@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 etc/xdg/menus diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile deleted file mode 100644 index 562910ee1..000000000 --- a/x11/gnome-panel/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.207 2009/10/12 13:12:23 avl Exp $ -# - -PORTNAME= gnome-panel -PORTVERSION= 2.28.0 -PORTREVISION?= 1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Panel component for the GNOME 2 Desktop - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \ - polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome - -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ - libwnck gnomemenus gnomedocutils ltverhack referencehack \ - libgnomeui -WANT_GNOME= yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-network-manager \ - --enable-polkit -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-panel.1 -GCONF_SCHEMAS= clock.schemas fish.schemas \ - panel-compatibility.schemas panel-general.schemas \ - panel-global.schemas panel-object.schemas \ - panel-toplevel.schemas window-list.schemas \ - workspace-switcher.schemas - -OPTIONS= EVOLUTION "use the Evolution calendar if installed" on - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+=--enable-eds -.else -CONFIGURE_ARGS+=--disable-eds -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|"applications.menu"|"gnome-applications.menu"|' - @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ - ${WRKSRC}/help/clock/Makefile.in \ - ${WRKSRC}/help/fish/Makefile.in - -.include <bsd.port.post.mk> - -.endif diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo deleted file mode 100644 index 74972b3b2..000000000 --- a/x11/gnome-panel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-panel-2.28.0.tar.bz2) = 9f0ea283d44bbcce67dc2e8a02fe9fad -SHA256 (gnome2/gnome-panel-2.28.0.tar.bz2) = c1168c0c8f84692002557d60870c782f4831635080d2c52cd2a3665fb7718465 -SIZE (gnome2/gnome-panel-2.28.0.tar.bz2) = 2976766 diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-location.c b/x11/gnome-panel/files/patch-applets_clock_clock-location.c deleted file mode 100644 index aa25ac2fc..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock-location.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 -+++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 -@@ -27,6 +27,8 @@ - #include "clock-marshallers.h" - #include "set-timezone.h" - -+#define daylight 1 -+ - G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) - - typedef struct { diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c deleted file mode 100644 index a9b459b74..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock.c.orig 2009-07-01 15:06:23.000000000 +0200 -+++ applets/clock/clock.c 2009-07-19 15:59:26.000000000 +0200 -@@ -71,6 +71,8 @@ - #include "set-timezone.h" - #include "system-timezone.h" - -+#define daylight 1 -+ - #define INTERNETSECOND (864) - #define INTERNETBEAT (86400) - diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure deleted file mode 100644 index 1d7335893..000000000 --- a/x11/gnome-panel/files/patch-configure +++ /dev/null @@ -1,61 +0,0 @@ ---- configure.orig 2009-10-04 17:26:08.000000000 -0400 -+++ configure 2009-10-04 17:31:11.000000000 -0400 -@@ -14954,12 +14955,12 @@ if test -n "$CLOCK_CFLAGS"; then - pkg_cv_CLOCK_CFLAGS="$CLOCK_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED\"") >&5 -- ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_CLOCK_CFLAGS=`$PKG_CONFIG --cflags "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>/dev/null` -+ pkg_cv_CLOCK_CFLAGS=`$PKG_CONFIG --cflags "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -14970,12 +14971,12 @@ if test -n "$CLOCK_LIBS"; then - pkg_cv_CLOCK_LIBS="$CLOCK_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED\"") >&5 -- ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_CLOCK_LIBS=`$PKG_CONFIG --libs "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>/dev/null` -+ pkg_cv_CLOCK_LIBS=`$PKG_CONFIG --libs "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -14993,14 +14994,14 @@ else - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- CLOCK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>&1` -+ CLOCK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1` - else -- CLOCK_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>&1` -+ CLOCK_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$CLOCK_PKG_ERRORS" >&5 - -- { { $as_echo "$as_me:$LINENO: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED) were not met: - - $CLOCK_PKG_ERRORS - -@@ -15011,7 +15012,7 @@ Alternatively, you may set the environme - and CLOCK_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --$as_echo "$as_me: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED) were not met: -+$as_echo "$as_me: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED) were not met: - - $CLOCK_PKG_ERRORS - diff --git a/x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c b/x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c deleted file mode 100644 index 50ef12367..000000000 --- a/x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c +++ /dev/null @@ -1,59 +0,0 @@ ---- gnome-panel/panel-multiscreen.c.orig 2009-10-12 22:57:08.000000000 +1000 -+++ gnome-panel/panel-multiscreen.c 2009-10-12 22:57:08.000000000 +1000 -@@ -136,9 +136,17 @@ - xroot = GDK_WINDOW_XWINDOW (gdk_screen_get_root_window (screen)); - - #if (RANDR_MAJOR > 1 || (RANDR_MAJOR == 1 && RANDR_MINOR >= 3)) -- if (have_randr_1_3) -+ if (have_randr_1_3) { - resources = XRRGetScreenResourcesCurrent (xdisplay, xroot); -- else -+ if (resources->noutput == 0) { -+ /* This might happen if nothing tried to get randr -+ * resources from the server before, so we need an -+ * active probe. See comment #27 in -+ * https://bugzilla.gnome.org/show_bug.cgi?id=597101 */ -+ XRRFreeScreenResources (resources); -+ resources = XRRGetScreenResources (xdisplay, xroot); -+ } -+ } else - resources = XRRGetScreenResources (xdisplay, xroot); - #else - resources = XRRGetScreenResources (xdisplay, xroot); -@@ -205,6 +213,17 @@ - return FALSE; - } - -+ if (geometries->len == 0) { -+ /* This can happen in at least one case: -+ * https://bugzilla.novell.com/show_bug.cgi?id=543876 where all -+ * monitors appear disconnected (possibly because the screen -+ * is behing a KVM switch) -- see comment #8. -+ * There might be other cases too, so we stay on the safe side. -+ */ -+ g_array_free (geometries, TRUE); -+ return FALSE; -+ } -+ - *monitors_ret = geometries->len; - *geometries_ret = (GdkRectangle *) g_array_free (geometries, FALSE); - -@@ -238,9 +257,15 @@ - int *monitors_ret, - GdkRectangle **geometries_ret) - { -- if (panel_multiscreen_get_randr_monitors_for_screen (screen, -- monitors_ret, -- geometries_ret)) -+ gboolean res; -+ -+ *monitors_ret = 0; -+ *geometries_ret = NULL; -+ -+ res = panel_multiscreen_get_randr_monitors_for_screen (screen, -+ monitors_ret, -+ geometries_ret); -+ if (res && *monitors_ret > 0) - return; - - panel_multiscreen_get_gdk_monitors_for_screen (screen, diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po deleted file mode 100644 index 5a71e3919..000000000 --- a/x11/gnome-panel/files/patch-po_ja.po +++ /dev/null @@ -1,20 +0,0 @@ ---- po/ja.po.orig 2007-08-13 19:37:02.000000000 -0400 -+++ po/ja.po 2007-08-14 17:00:06.000000000 -0400 -@@ -97,7 +97,7 @@ msgstr "%k:%M" - #. * possible. - #: ../applets/clock/calendar-window.c:234 - msgid "%b %d" --msgstr "%b%eæ—¥" -+msgstr "%B%eæ—¥" - - #: ../applets/clock/calendar-window.c:742 - msgid "_Tasks" -@@ -138,7 +138,7 @@ msgstr "%k:%M:%S" - #. - #: ../applets/clock/clock.c:369 - msgid "%a %b %e" --msgstr "%b%eæ—¥ (%a)" -+msgstr "%B%eæ—¥ (%a)" - - #. translators: reverse the order of these arguments - #. * if the time should come before the diff --git a/x11/gnome-panel/files/patch-po_ko.po b/x11/gnome-panel/files/patch-po_ko.po deleted file mode 100644 index 7de508a0e..000000000 --- a/x11/gnome-panel/files/patch-po_ko.po +++ /dev/null @@ -1,29 +0,0 @@ ---- po/ko.po.orig 2008-02-26 18:15:58.000000000 +0100 -+++ po/ko.po 2008-02-26 18:16:31.000000000 +0100 -@@ -95,7 +95,7 @@ msgstr "%H:%M" - #. * possible. - #: ../applets/clock/calendar-window.c:250 - msgid "%b %d" --msgstr "%b %eì¼" -+msgstr "%B %eì¼" - - #: ../applets/clock/calendar-window.c:765 - msgid "Tasks" -@@ -146,7 +146,7 @@ msgstr "%H:%M:%S" - #. - #: ../applets/clock/clock.c:443 - msgid "%a %b %e" --msgstr "%b %eì¼ (%a)" -+msgstr "%B %eì¼ (%a)" - - #. translators: reverse the order of these arguments - #. * if the time should come before the -@@ -207,7 +207,7 @@ msgstr "%p %I:%M" - - #: ../applets/clock/clock.c:1590 - msgid "%A, %B %d %Y" --msgstr "%Yë…„ %b %eì¼ %A" -+msgstr "%Yë…„ %B %eì¼ %A" - - #: ../applets/clock/clock.c:1665 - #, c-format diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr deleted file mode 100644 index 263044b5e..000000000 --- a/x11/gnome-panel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This drives the GNOME 2 panel. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist deleted file mode 100644 index 721436306..000000000 --- a/x11/gnome-panel/pkg-plist +++ /dev/null @@ -1,557 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/panel-test-applets -etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -etc/gconf/schemas/panel-default-setup.entries -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -include/panel-2.0/GNOME_Panel.h -include/panel-2.0/panel-applet-enums.h -include/panel-2.0/panel-applet-gconf.h -include/panel-2.0/panel-applet.h -lib/libpanel-applet-2.a -lib/libpanel-applet-2.la -lib/libpanel-applet-2.so -lib/libpanel-applet-2.so.0 -libdata/bonobo/servers/GNOME_ClockApplet_Factory.server -libdata/bonobo/servers/GNOME_FishApplet_Factory.server -libdata/bonobo/servers/GNOME_NotificationAreaApplet.server -libdata/bonobo/servers/GNOME_Wncklet_Factory.server -libdata/pkgconfig/libpanelapplet-2.0.pc -libexec/clock-applet -libexec/fish-applet-2 -libexec/gnome-clock-applet-mechanism -libexec/gnome-panel-add -libexec/notification-area-applet -libexec/wnck-applet -share/applications/gnome-panel.desktop -share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service -share/gnome-2.0/ui/GNOME_ClockApplet.xml -share/gnome-2.0/ui/GNOME_FishApplet.xml -share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml -share/gnome-2.0/ui/GNOME_Panel_Popup.xml -share/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml -share/gnome-2.0/ui/GNOME_WindowListApplet.xml -share/gnome-2.0/ui/GNOME_WindowMenuApplet.xml -share/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml -%%DATADIR%%/ui/clock.ui -%%DATADIR%%/ui/fish.ui -%%DATADIR%%/ui/panel-properties-dialog.ui -%%DATADIR%%/ui/panel-run-dialog.ui -%%DATADIR%%/ui/panel-test-applets.ui -%%DATADIR%%/ui/window-list.ui -%%DATADIR%%/ui/workspace-switcher.ui -%%DATADIR%%/pixmaps/clock-calendar-icon.png -%%DATADIR%%/pixmaps/clock-face-large.svg -%%DATADIR%%/pixmaps/clock-face-small-day.svg -%%DATADIR%%/pixmaps/clock-face-small-evening.svg -%%DATADIR%%/pixmaps/clock-face-small-morning.svg -%%DATADIR%%/pixmaps/clock-face-small-night.svg -%%DATADIR%%/pixmaps/clock-face-small.svg -%%DATADIR%%/pixmaps/clock-map-location-current.png -%%DATADIR%%/pixmaps/clock-map-location-hilight.png -%%DATADIR%%/pixmaps/clock-map-location-marker.png -%%DATADIR%%/pixmaps/clock-map.png -%%DATADIR%%/pixmaps/fishanim.png -%%DATADIR%%/pixmaps/footguy.png -%%DATADIR%%/pixmaps/gnome-gegl2-2.png -%%DATADIR%%/pixmaps/gnome-gegl2.png -%%DATADIR%%/pixmaps/monkey.png -%%DATADIR%%/pixmaps/oldwanda.png -%%DATADIR%%/pixmaps/wanda.png -%%DATADIR%%/pixmaps/world_map-960.png -share/gnome-panelrc -share/gnome/help/clock/C/clock.xml -share/gnome/help/clock/C/figures/clock_applet.png -share/gnome/help/clock/C/legal.xml -share/gnome/help/clock/ar/clock.xml -share/gnome/help/clock/ar/figures/clock_applet.png -share/gnome/help/clock/ar/legal.xml -share/gnome/help/clock/ca/clock.xml -share/gnome/help/clock/ca/figures/clock_applet.png -share/gnome/help/clock/ca/legal.xml -share/gnome/help/clock/cs/clock.xml -share/gnome/help/clock/cs/figures/clock_applet.png -share/gnome/help/clock/cs/legal.xml -share/gnome/help/clock/de/clock.xml -share/gnome/help/clock/de/figures/clock_applet.png -share/gnome/help/clock/de/legal.xml -share/gnome/help/clock/el/clock.xml -share/gnome/help/clock/el/figures/clock_applet.png -share/gnome/help/clock/el/legal.xml -share/gnome/help/clock/en_GB/clock.xml -share/gnome/help/clock/en_GB/figures/clock_applet.png -share/gnome/help/clock/en_GB/legal.xml -share/gnome/help/clock/es/clock.xml -share/gnome/help/clock/es/figures/clock_applet.png -share/gnome/help/clock/es/legal.xml -share/gnome/help/clock/eu/clock.xml -share/gnome/help/clock/eu/figures/clock_applet.png -share/gnome/help/clock/eu/legal.xml -share/gnome/help/clock/fi/clock.xml -share/gnome/help/clock/fi/figures/clock_applet.png -share/gnome/help/clock/fi/legal.xml -share/gnome/help/clock/fr/clock.xml -share/gnome/help/clock/fr/figures/clock_applet.png -share/gnome/help/clock/fr/legal.xml -share/gnome/help/clock/it/clock.xml -share/gnome/help/clock/it/figures/clock_applet.png -share/gnome/help/clock/it/legal.xml -share/gnome/help/clock/ja/clock.xml -share/gnome/help/clock/ja/figures/clock_applet.png -share/gnome/help/clock/ja/legal.xml -share/gnome/help/clock/ko/clock.xml -share/gnome/help/clock/ko/figures/clock_applet.png -share/gnome/help/clock/ko/legal.xml -share/gnome/help/clock/nl/clock.xml -share/gnome/help/clock/nl/figures/clock_applet.png -share/gnome/help/clock/nl/legal.xml -share/gnome/help/clock/oc/clock.xml -share/gnome/help/clock/oc/figures/clock_applet.png -share/gnome/help/clock/oc/legal.xml -share/gnome/help/clock/pa/clock.xml -share/gnome/help/clock/pa/figures/clock_applet.png -share/gnome/help/clock/pa/legal.xml -share/gnome/help/clock/pt_BR/clock.xml -share/gnome/help/clock/pt_BR/figures/clock_applet.png -share/gnome/help/clock/pt_BR/legal.xml -share/gnome/help/clock/ru/clock.xml -share/gnome/help/clock/ru/figures/clock_applet.png -share/gnome/help/clock/ru/legal.xml -share/gnome/help/clock/sr/clock.xml -share/gnome/help/clock/sr/figures/clock_applet.png -share/gnome/help/clock/sr/legal.xml -share/gnome/help/clock/sv/clock.xml -share/gnome/help/clock/sv/figures/clock_applet.png -share/gnome/help/clock/sv/legal.xml -share/gnome/help/clock/th/clock.xml -share/gnome/help/clock/th/figures/clock_applet.png -share/gnome/help/clock/th/legal.xml -share/gnome/help/clock/uk/clock.xml -share/gnome/help/clock/uk/figures/clock_applet.png -share/gnome/help/clock/uk/legal.xml -share/gnome/help/clock/zh_CN/clock.xml -share/gnome/help/clock/zh_CN/figures/clock_applet.png -share/gnome/help/clock/zh_CN/legal.xml -share/gnome/help/clock/zh_TW/clock.xml -share/gnome/help/clock/zh_TW/figures/clock_applet.png -share/gnome/help/clock/zh_TW/legal.xml -share/gnome/help/fish/C/figures/fish_applet.png -share/gnome/help/fish/C/fish.xml -share/gnome/help/fish/C/legal.xml -share/gnome/help/fish/ca/figures/fish_applet.png -share/gnome/help/fish/ca/fish.xml -share/gnome/help/fish/ca/legal.xml -share/gnome/help/fish/cs/figures/fish_applet.png -share/gnome/help/fish/cs/fish.xml -share/gnome/help/fish/cs/legal.xml -share/gnome/help/fish/de/figures/fish_applet.png -share/gnome/help/fish/de/fish.xml -share/gnome/help/fish/de/legal.xml -share/gnome/help/fish/el/figures/fish_applet.png -share/gnome/help/fish/el/fish.xml -share/gnome/help/fish/el/legal.xml -share/gnome/help/fish/en_GB/figures/fish_applet.png -share/gnome/help/fish/en_GB/fish.xml -share/gnome/help/fish/en_GB/legal.xml -share/gnome/help/fish/es/figures/fish_applet.png -share/gnome/help/fish/es/fish.xml -share/gnome/help/fish/es/legal.xml -share/gnome/help/fish/eu/figures/fish_applet.png -share/gnome/help/fish/eu/fish.xml -share/gnome/help/fish/eu/legal.xml -share/gnome/help/fish/fi/figures/fish_applet.png -share/gnome/help/fish/fi/fish.xml -share/gnome/help/fish/fi/legal.xml -share/gnome/help/fish/fr/figures/fish_applet.png -share/gnome/help/fish/fr/fish.xml -share/gnome/help/fish/fr/legal.xml -share/gnome/help/fish/it/figures/fish_applet.png -share/gnome/help/fish/it/fish.xml -share/gnome/help/fish/it/legal.xml -share/gnome/help/fish/ko/figures/fish_applet.png -share/gnome/help/fish/ko/fish.xml -share/gnome/help/fish/ko/legal.xml -share/gnome/help/fish/oc/figures/fish_applet.png -share/gnome/help/fish/oc/fish.xml -share/gnome/help/fish/oc/legal.xml -share/gnome/help/fish/ru/figures/fish_applet.png -share/gnome/help/fish/ru/fish.xml -share/gnome/help/fish/ru/legal.xml -share/gnome/help/fish/sv/figures/fish_applet.png -share/gnome/help/fish/sv/fish.xml -share/gnome/help/fish/sv/legal.xml -share/gnome/help/fish/th/figures/fish_applet.png -share/gnome/help/fish/th/fish.xml -share/gnome/help/fish/th/legal.xml -share/gnome/help/fish/uk/figures/fish_applet.png -share/gnome/help/fish/uk/fish.xml -share/gnome/help/fish/uk/legal.xml -share/gnome/help/fish/zh_CN/figures/fish_applet.png -share/gnome/help/fish/zh_CN/fish.xml -share/gnome/help/fish/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/gnome-panel-clock.png -share/icons/hicolor/16x16/apps/gnome-panel-drawer.png -share/icons/hicolor/16x16/apps/gnome-panel-fish.png -share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png -share/icons/hicolor/16x16/apps/gnome-panel-launcher.png -share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png -share/icons/hicolor/16x16/apps/gnome-panel-separator.png -share/icons/hicolor/16x16/apps/gnome-panel-window-list.png -share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png -share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/16x16/apps/gnome-panel.png -share/icons/hicolor/22x22/apps/gnome-panel-clock.png -share/icons/hicolor/22x22/apps/gnome-panel-drawer.png -share/icons/hicolor/22x22/apps/gnome-panel-fish.png -share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png -share/icons/hicolor/22x22/apps/gnome-panel-launcher.png -share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png -share/icons/hicolor/22x22/apps/gnome-panel-separator.png -share/icons/hicolor/22x22/apps/gnome-panel-window-list.png -share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png -share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/22x22/apps/gnome-panel.png -share/icons/hicolor/24x24/apps/gnome-panel-clock.png -share/icons/hicolor/24x24/apps/gnome-panel-drawer.png -share/icons/hicolor/24x24/apps/gnome-panel-fish.png -share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png -share/icons/hicolor/24x24/apps/gnome-panel-launcher.png -share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png -share/icons/hicolor/24x24/apps/gnome-panel-separator.png -share/icons/hicolor/24x24/apps/gnome-panel-window-list.png -share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png -share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/24x24/apps/gnome-panel.png -share/icons/hicolor/32x32/apps/gnome-panel-clock.png -share/icons/hicolor/32x32/apps/gnome-panel-drawer.png -share/icons/hicolor/32x32/apps/gnome-panel-fish.png -share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png -share/icons/hicolor/32x32/apps/gnome-panel-launcher.png -share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png -share/icons/hicolor/32x32/apps/gnome-panel-separator.png -share/icons/hicolor/32x32/apps/gnome-panel-window-list.png -share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png -share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/32x32/apps/gnome-panel.png -share/icons/hicolor/48x48/apps/gnome-panel.png -share/icons/hicolor/scalable/apps/gnome-panel-clock.svg -share/icons/hicolor/scalable/apps/gnome-panel-drawer.svg -share/icons/hicolor/scalable/apps/gnome-panel-fish.svg -share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg -share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg -share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg -share/icons/hicolor/scalable/apps/gnome-panel-separator.svg -share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg -share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg -share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg -share/icons/hicolor/scalable/apps/gnome-panel.svg -share/idl/gnome-panel-2.0/GNOME_Panel.idl -share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/or/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/si/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo -share/omf/clock/clock-C.omf -share/omf/clock/clock-ar.omf -share/omf/clock/clock-ca.omf -share/omf/clock/clock-cs.omf -share/omf/clock/clock-de.omf -share/omf/clock/clock-el.omf -share/omf/clock/clock-en_GB.omf -share/omf/clock/clock-es.omf -share/omf/clock/clock-eu.omf -share/omf/clock/clock-fi.omf -share/omf/clock/clock-fr.omf -share/omf/clock/clock-it.omf -share/omf/clock/clock-ja.omf -share/omf/clock/clock-ko.omf -share/omf/clock/clock-nl.omf -share/omf/clock/clock-oc.omf -share/omf/clock/clock-pa.omf -share/omf/clock/clock-pt_BR.omf -share/omf/clock/clock-ru.omf -share/omf/clock/clock-sr.omf -share/omf/clock/clock-sv.omf -share/omf/clock/clock-th.omf -share/omf/clock/clock-uk.omf -share/omf/clock/clock-zh_CN.omf -share/omf/clock/clock-zh_TW.omf -share/omf/fish/fish-C.omf -share/omf/fish/fish-ca.omf -share/omf/fish/fish-cs.omf -share/omf/fish/fish-de.omf -share/omf/fish/fish-el.omf -share/omf/fish/fish-en_GB.omf -share/omf/fish/fish-es.omf -share/omf/fish/fish-eu.omf -share/omf/fish/fish-fi.omf -share/omf/fish/fish-fr.omf -share/omf/fish/fish-it.omf -share/omf/fish/fish-ko.omf -share/omf/fish/fish-oc.omf -share/omf/fish/fish-ru.omf -share/omf/fish/fish-sv.omf -share/omf/fish/fish-th.omf -share/omf/fish/fish-uk.omf -share/omf/fish/fish-zh_CN.omf -share/polkit-1/actions/org.gnome.clockapplet.mechanism.policy -@dirrm share/omf/fish -@dirrm share/omf/clock -@dirrm share/idl/gnome-panel-2.0 -@dirrm share/gnome/help/fish/zh_CN/figures -@dirrm share/gnome/help/fish/zh_CN -@dirrm share/gnome/help/fish/uk/figures -@dirrm share/gnome/help/fish/uk -@dirrm share/gnome/help/fish/th/figures -@dirrm share/gnome/help/fish/th -@dirrm share/gnome/help/fish/sv/figures -@dirrm share/gnome/help/fish/sv -@dirrm share/gnome/help/fish/ru/figures -@dirrm share/gnome/help/fish/ru -@dirrm share/gnome/help/fish/oc/figures -@dirrm share/gnome/help/fish/oc -@dirrm share/gnome/help/fish/ko/figures -@dirrm share/gnome/help/fish/ko -@dirrm share/gnome/help/fish/it/figures -@dirrm share/gnome/help/fish/it -@dirrm share/gnome/help/fish/fr/figures -@dirrm share/gnome/help/fish/fr -@dirrm share/gnome/help/fish/fi/figures -@dirrm share/gnome/help/fish/fi -@dirrm share/gnome/help/fish/eu/figures -@dirrm share/gnome/help/fish/eu -@dirrm share/gnome/help/fish/es/figures -@dirrm share/gnome/help/fish/es -@dirrm share/gnome/help/fish/en_GB/figures -@dirrm share/gnome/help/fish/en_GB -@dirrm share/gnome/help/fish/el/figures -@dirrm share/gnome/help/fish/el -@dirrm share/gnome/help/fish/de/figures -@dirrm share/gnome/help/fish/de -@dirrm share/gnome/help/fish/cs/figures -@dirrm share/gnome/help/fish/cs -@dirrm share/gnome/help/fish/ca/figures -@dirrm share/gnome/help/fish/ca -@dirrm share/gnome/help/fish/C/figures -@dirrm share/gnome/help/fish/C -@dirrm share/gnome/help/fish -@dirrm share/gnome/help/clock/zh_TW/figures -@dirrm share/gnome/help/clock/zh_TW -@dirrm share/gnome/help/clock/zh_CN/figures -@dirrm share/gnome/help/clock/zh_CN -@dirrm share/gnome/help/clock/uk/figures -@dirrm share/gnome/help/clock/uk -@dirrm share/gnome/help/clock/th/figures -@dirrm share/gnome/help/clock/th -@dirrm share/gnome/help/clock/sv/figures -@dirrm share/gnome/help/clock/sv -@dirrm share/gnome/help/clock/sr/figures -@dirrm share/gnome/help/clock/sr -@dirrm share/gnome/help/clock/ru/figures -@dirrm share/gnome/help/clock/ru -@dirrm share/gnome/help/clock/pt_BR/figures -@dirrm share/gnome/help/clock/pt_BR -@dirrm share/gnome/help/clock/pa/figures -@dirrm share/gnome/help/clock/pa -@dirrm share/gnome/help/clock/oc/figures -@dirrm share/gnome/help/clock/oc -@dirrm share/gnome/help/clock/nl/figures -@dirrm share/gnome/help/clock/nl -@dirrm share/gnome/help/clock/ko/figures -@dirrm share/gnome/help/clock/ko -@dirrm share/gnome/help/clock/ja/figures -@dirrm share/gnome/help/clock/ja -@dirrm share/gnome/help/clock/it/figures -@dirrm share/gnome/help/clock/it -@dirrm share/gnome/help/clock/fr/figures -@dirrm share/gnome/help/clock/fr -@dirrm share/gnome/help/clock/fi/figures -@dirrm share/gnome/help/clock/fi -@dirrm share/gnome/help/clock/eu/figures -@dirrm share/gnome/help/clock/eu -@dirrm share/gnome/help/clock/es/figures -@dirrm share/gnome/help/clock/es -@dirrm share/gnome/help/clock/en_GB/figures -@dirrm share/gnome/help/clock/en_GB -@dirrm share/gnome/help/clock/el/figures -@dirrm share/gnome/help/clock/el -@dirrm share/gnome/help/clock/de/figures -@dirrm share/gnome/help/clock/de -@dirrm share/gnome/help/clock/cs/figures -@dirrm share/gnome/help/clock/cs -@dirrm share/gnome/help/clock/ca/figures -@dirrm share/gnome/help/clock/ca -@dirrm share/gnome/help/clock/ar/figures -@dirrm share/gnome/help/clock/ar -@dirrm share/gnome/help/clock/C/figures -@dirrm share/gnome/help/clock/C -@dirrm share/gnome/help/clock -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/panel-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@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/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile deleted file mode 100644 index efb0246d3..000000000 --- a/x11/gnome-screensaver/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: gnome-screensaver -# Date created: 09 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.111 2009/09/11 04:30:18 marcus Exp $ -# - -PORTNAME= gnome-screensaver -PORTVERSION= 2.28.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME screen saver and locker - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_XORG= xtst xxf86vm -USE_GNOME= gnomeprefix gnomehack intlhack gnomemenus libgnomekbd \ - gnomedesktop -CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ - --with-xscreensaverdir=${XSCREENSAVER_DIR} \ - --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-screensaver.schemas -MAN1= gnome-screensaver-command.1 gnome-screensaver-preferences.1 \ - gnome-screensaver.1 - -PLIST= ${WRKDIR}/pkg-plist -SUB_FILES+= gnome-screensaver.pam - -XSCREENSAVER_DIR= ${LOCALBASE}/share/xscreensaver/config -SCREENSAVER_DIR= share/applications/screensavers - -XSCREENSAVER_EXCLUDE= "(popsquares.xml)" - -OPTIONS= PAM "Pluggable Authentication Module support" on \ - KEYRING "Enable GnomeKeyring integration (needs PAM)" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_PAM) -RUN_DEPENDS+= pam_helper:${PORTSDIR}/security/pam_helper -CONFIGURE_ARGS+= --enable-authentication-scheme=helper \ - --with-passwd-helper=${LOCALBASE}/bin/pam_helper -PLIST_SUB+= PAM="" -.else -CONFIGURE_ARGS+= --disable-pam -PLIST_SUB+= PAM="@comment " -.endif - -.if defined(WITH_KEYRING) && defined(WITH_PAM) -SUB_LIST+= PAM_KEYRING= -RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring -.else -SUB_LIST+= PAM_KEYRING=\# -.endif - -pre-everything:: -.if defined(WITHOUT_PAM) && defined(WITH_KEYRING) - @${ECHO_MSG} "Keyring integration is disabled because it needs PAM." -.endif - -post-patch: -.if defined(WITH_PAM) - @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ - ${WRKSRC}/src/gs-auth-pam.c -.endif - -pre-install: - @${CAT} ${.CURDIR}/pkg-plist > ${PLIST} - @cd ${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ - ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ - ${SED} -e 's:^:${SCREENSAVER_DIR}/:' | \ - ${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST} - @${ECHO_CMD} @dirrm ${SCREENSAVER_DIR} >> ${PLIST} - -post-install: - ${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog - ${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog - ${MKDIR} ${PREFIX}/${SCREENSAVER_DIR} - cd ${PREFIX}/${SCREENSAVER_DIR} && \ - ${FIND} -s ${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \ - ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ - ${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh -.if defined(WITH_PAM) - ${INSTALL_DATA} ${WRKDIR}/gnome-screensaver.pam ${PREFIX}/etc/pam.d/gnome-screensaver -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-screensaver/distinfo b/x11/gnome-screensaver/distinfo deleted file mode 100644 index e9349d500..000000000 --- a/x11/gnome-screensaver/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-screensaver-2.28.0.tar.bz2) = b37d4a210cac22a7312f9736f0c4356f -SHA256 (gnome2/gnome-screensaver-2.28.0.tar.bz2) = 4e1a9c1054a8473b73f2bf3e9adee778e0918e793df6e1c2fa6230485f895412 -SIZE (gnome2/gnome-screensaver-2.28.0.tar.bz2) = 4779450 diff --git a/x11/gnome-screensaver/files/gnome-screensaver.pam.in b/x11/gnome-screensaver/files/gnome-screensaver.pam.in deleted file mode 100644 index c2f8394ff..000000000 --- a/x11/gnome-screensaver/files/gnome-screensaver.pam.in +++ /dev/null @@ -1,3 +0,0 @@ -auth include system -%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so -account include system diff --git a/x11/gnome-screensaver/files/patch-data_Makefile.in b/x11/gnome-screensaver/files/patch-data_Makefile.in deleted file mode 100644 index b61f2225d..000000000 --- a/x11/gnome-screensaver/files/patch-data_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- data/Makefile.in.orig 2009-06-15 22:41:37.000000000 +0200 -+++ data/Makefile.in 2009-06-15 22:42:51.000000000 +0200 -@@ -916,38 +916,38 @@ - @GCONF_SCHEMAS_INSTALL_FALSE@install-data-local: - - install-data-hook: -- @system=`uname`; \ -- if test -f /usr/include/security/pam_appl.h; then \ -- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ -- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -- fi; \ -- if test $$system = Linux; then \ -- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \ -- $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \ -- fi; \ -- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ -- echo "***" ; \ -- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ -- echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \ -- echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \ -- echo "*** not work." ; \ -- echo "***" ; \ -- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ -- echo "***" ; \ -- fi; \ -- fi; \ -- if test $$system = SunOS; then \ -- echo "***" ; \ -- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ -- echo "*** need to manually add authentication for gnome-screensaver in" ; \ -- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ -- echo "*** Otherwise, unlocking might not work." ; \ -- echo "***" ; \ -- fi; \ -- fi -+# @system=`uname`; \ -+# if test -f /usr/include/security/pam_appl.h; then \ -+# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ -+# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -+# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -+# fi; \ -+# if test $$system = Linux; then \ -+# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \ -+# $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \ -+# fi; \ -+# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ -+# echo "***" ; \ -+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -+# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ -+# echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \ -+# echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \ -+# echo "*** not work." ; \ -+# echo "***" ; \ -+# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ -+# echo "***" ; \ -+# fi; \ -+# fi; \ -+# if test $$system = SunOS; then \ -+# echo "***" ; \ -+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -+# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ -+# echo "*** need to manually add authentication for gnome-screensaver in" ; \ -+# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ -+# echo "*** Otherwise, unlocking might not work." ; \ -+# echo "***" ; \ -+# fi; \ -+# fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/x11/gnome-screensaver/files/patch-src_gs-job.c b/x11/gnome-screensaver/files/patch-src_gs-job.c deleted file mode 100644 index 39e303d27..000000000 --- a/x11/gnome-screensaver/files/patch-src_gs-job.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gs-job.c.orig Wed Sep 7 09:23:59 2005 -+++ src/gs-job.c Mon Sep 12 13:24:11 2005 -@@ -29,7 +29,8 @@ - #include <sys/wait.h> - #include <errno.h> - --#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS) -+#if defined(HAVE_SETPRIORITY) -+#include <sys/time.h> - #include <sys/resource.h> - #endif - diff --git a/x11/gnome-screensaver/pkg-descr b/x11/gnome-screensaver/pkg-descr deleted file mode 100644 index 96af92f11..000000000 --- a/x11/gnome-screensaver/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Gnome-screensaver is GNOME-based screen saver and locker that aims to have -simple, sane, secure defaults and be well integrated with the desktop. -It is designed to support: - - * the ability to lock down configuration settings - * translation into other languages - * user switching diff --git a/x11/gnome-screensaver/pkg-plist b/x11/gnome-screensaver/pkg-plist deleted file mode 100644 index 9e1e7c8d5..000000000 --- a/x11/gnome-screensaver/pkg-plist +++ /dev/null @@ -1,153 +0,0 @@ -bin/gnome-screensaver -bin/gnome-screensaver-command -bin/gnome-screensaver-preferences -%%PAM%%etc/pam.d/gnome-screensaver -etc/xdg/autostart/gnome-screensaver.desktop -etc/xdg/menus/gnome-screensavers.menu -libdata/pkgconfig/gnome-screensaver.pc -libexec/gnome-screensaver-dialog -libexec/gnome-screensaver-gl-helper -libexec/gnome-screensaver/floaters -libexec/gnome-screensaver/popsquares -libexec/gnome-screensaver/slideshow -share/applications/gnome-screensaver-preferences.desktop -share/applications/screensavers/cosmos-slideshow.desktop -share/applications/screensavers/footlogo-floaters.desktop -share/applications/screensavers/personal-slideshow.desktop -share/applications/screensavers/popsquares.desktop -share/desktop-directories/gnome-screensaver.directory -%%DATADIR%%/gnome-screensaver-preferences.ui -%%DATADIR%%/lock-dialog-default.ui -share/locale/ar/LC_MESSAGES/gnome-screensaver.mo -share/locale/as/LC_MESSAGES/gnome-screensaver.mo -share/locale/ast/LC_MESSAGES/gnome-screensaver.mo -share/locale/be/LC_MESSAGES/gnome-screensaver.mo -share/locale/be@latin/LC_MESSAGES/gnome-screensaver.mo -share/locale/bg/LC_MESSAGES/gnome-screensaver.mo -share/locale/bn/LC_MESSAGES/gnome-screensaver.mo -share/locale/bn_IN/LC_MESSAGES/gnome-screensaver.mo -share/locale/br/LC_MESSAGES/gnome-screensaver.mo -share/locale/ca/LC_MESSAGES/gnome-screensaver.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-screensaver.mo -share/locale/crh/LC_MESSAGES/gnome-screensaver.mo -share/locale/cs/LC_MESSAGES/gnome-screensaver.mo -share/locale/cy/LC_MESSAGES/gnome-screensaver.mo -share/locale/da/LC_MESSAGES/gnome-screensaver.mo -share/locale/de/LC_MESSAGES/gnome-screensaver.mo -share/locale/dz/LC_MESSAGES/gnome-screensaver.mo -share/locale/el/LC_MESSAGES/gnome-screensaver.mo -share/locale/en_CA/LC_MESSAGES/gnome-screensaver.mo -share/locale/en_GB/LC_MESSAGES/gnome-screensaver.mo -share/locale/es/LC_MESSAGES/gnome-screensaver.mo -share/locale/et/LC_MESSAGES/gnome-screensaver.mo -share/locale/eu/LC_MESSAGES/gnome-screensaver.mo -share/locale/fa/LC_MESSAGES/gnome-screensaver.mo -share/locale/fi/LC_MESSAGES/gnome-screensaver.mo -share/locale/fr/LC_MESSAGES/gnome-screensaver.mo -share/locale/ga/LC_MESSAGES/gnome-screensaver.mo -share/locale/gl/LC_MESSAGES/gnome-screensaver.mo -share/locale/gu/LC_MESSAGES/gnome-screensaver.mo -share/locale/he/LC_MESSAGES/gnome-screensaver.mo -share/locale/hi/LC_MESSAGES/gnome-screensaver.mo -share/locale/hr/LC_MESSAGES/gnome-screensaver.mo -share/locale/hu/LC_MESSAGES/gnome-screensaver.mo -share/locale/id/LC_MESSAGES/gnome-screensaver.mo -share/locale/is/LC_MESSAGES/gnome-screensaver.mo -share/locale/it/LC_MESSAGES/gnome-screensaver.mo -share/locale/ja/LC_MESSAGES/gnome-screensaver.mo -share/locale/ka/LC_MESSAGES/gnome-screensaver.mo -share/locale/kn/LC_MESSAGES/gnome-screensaver.mo -share/locale/ko/LC_MESSAGES/gnome-screensaver.mo -share/locale/ku/LC_MESSAGES/gnome-screensaver.mo -share/locale/lt/LC_MESSAGES/gnome-screensaver.mo -share/locale/lv/LC_MESSAGES/gnome-screensaver.mo -share/locale/mai/LC_MESSAGES/gnome-screensaver.mo -share/locale/mg/LC_MESSAGES/gnome-screensaver.mo -share/locale/mk/LC_MESSAGES/gnome-screensaver.mo -share/locale/ml/LC_MESSAGES/gnome-screensaver.mo -share/locale/mn/LC_MESSAGES/gnome-screensaver.mo -share/locale/mr/LC_MESSAGES/gnome-screensaver.mo -share/locale/nb/LC_MESSAGES/gnome-screensaver.mo -share/locale/nds/LC_MESSAGES/gnome-screensaver.mo -share/locale/ne/LC_MESSAGES/gnome-screensaver.mo -share/locale/nl/LC_MESSAGES/gnome-screensaver.mo -share/locale/nn/LC_MESSAGES/gnome-screensaver.mo -share/locale/oc/LC_MESSAGES/gnome-screensaver.mo -share/locale/or/LC_MESSAGES/gnome-screensaver.mo -share/locale/pa/LC_MESSAGES/gnome-screensaver.mo -share/locale/pl/LC_MESSAGES/gnome-screensaver.mo -share/locale/ps/LC_MESSAGES/gnome-screensaver.mo -share/locale/pt/LC_MESSAGES/gnome-screensaver.mo -share/locale/pt_BR/LC_MESSAGES/gnome-screensaver.mo -share/locale/ro/LC_MESSAGES/gnome-screensaver.mo -share/locale/ru/LC_MESSAGES/gnome-screensaver.mo -share/locale/si/LC_MESSAGES/gnome-screensaver.mo -share/locale/sk/LC_MESSAGES/gnome-screensaver.mo -share/locale/sl/LC_MESSAGES/gnome-screensaver.mo -share/locale/sq/LC_MESSAGES/gnome-screensaver.mo -share/locale/sr/LC_MESSAGES/gnome-screensaver.mo -share/locale/sr@latin/LC_MESSAGES/gnome-screensaver.mo -share/locale/sv/LC_MESSAGES/gnome-screensaver.mo -share/locale/ta/LC_MESSAGES/gnome-screensaver.mo -share/locale/te/LC_MESSAGES/gnome-screensaver.mo -share/locale/th/LC_MESSAGES/gnome-screensaver.mo -share/locale/tr/LC_MESSAGES/gnome-screensaver.mo -share/locale/uk/LC_MESSAGES/gnome-screensaver.mo -share/locale/vi/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_CN/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_HK/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_TW/LC_MESSAGES/gnome-screensaver.mo -share/backgrounds/cosmos/background-1.xml -share/backgrounds/cosmos/blue-marble-west.jpg -share/backgrounds/cosmos/cloud.jpg -share/backgrounds/cosmos/comet.jpg -share/backgrounds/cosmos/earth-horizon.jpg -share/backgrounds/cosmos/galaxy-ngc3370.jpg -share/backgrounds/cosmos/helix-nebula.jpg -share/backgrounds/cosmos/jupiter.jpg -share/backgrounds/cosmos/sombrero.jpg -share/backgrounds/cosmos/whirlpool.jpg -share/gnome-background-properties/cosmos.xml -share/pixmaps/gnome-logo-white.svg -@dirrm share/gnome-background-properties -@dirrm share/backgrounds/cosmos -@dirrmtry share/backgrounds -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/gnome-screensaver -@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/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/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 diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile deleted file mode 100644 index fc4290c8d..000000000 --- a/x11/gnome-session/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: gnomesession -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.174 2009/09/09 05:39:02 marcus Exp $ -# - -PORTNAME= gnome-session -PORTVERSION= 2.28.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME \ - http://www.marcuscom.com/downloads/:local -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${SPLASHES}:local -DIST_SUBDIR= gnome2 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Session component for the GNOME 2 desktop - -BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - notify.1:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo -RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ - ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo - -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= ice sm xau xrandr -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docbook-docs \ - --enable-splash -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-session.1 gnome-wm.1 gnome-session-properties.1 \ - gnome-session-save.1 -GCONF_SCHEMAS= gnome-session.schemas - -SPLASHES= freebsd-splashes-gnome-2.18_1.tar - -post-extract: - cd ${WRKDIR} && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES} - -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/gnome-splash.png \ - ${PREFIX}/share/pixmaps/splash/original-gnome-splash.png -# ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \ -# ${PREFIX}/share/pixmaps/splash/gnome-splash.png -.for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png franz-splash_218.png adamw-bat-2.18.jpg adamw-conky-2.18.png adamw-cow-2.18.png adamw-mouth-2.18.png adamw-swing-2.18.png - ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.18/${splash} \ - ${PREFIX}/share/pixmaps/splash -.endfor - -.include <bsd.port.mk> diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo deleted file mode 100644 index 7870703d6..000000000 --- a/x11/gnome-session/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gnome2/gnome-session-2.28.0.tar.bz2) = b1a2307b02e833010d6c5312b9ff9048 -SHA256 (gnome2/gnome-session-2.28.0.tar.bz2) = 83e89a04fb090f1a1f6b609bdc39f1e69390269b885b7da6b32e980f4e765c0c -SIZE (gnome2/gnome-session-2.28.0.tar.bz2) = 822009 -MD5 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 80eb8c52fcf9fe977e0bf8ed48b85fe5 -SHA256 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = fcca0f6eb759a4ef0211ecd61340f84ce8ad4d7493f725ac8613724faadbb508 -SIZE (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 1630720 diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure deleted file mode 100644 index 6c8c58f69..000000000 --- a/x11/gnome-session/files/patch-configure +++ /dev/null @@ -1,85 +0,0 @@ ---- configure.orig 2009-08-26 14:16:17.000000000 -0400 -+++ configure 2009-08-26 14:16:27.000000000 -0400 -@@ -13057,7 +13057,6 @@ GLIB_REQUIRED=2.16.0 - LIBGNOMEUI_REQUIRED=2.2.0 - GTK_REQUIRED=2.14.0 - DBUS_GLIB_REQUIRED=0.76 --DEVKIT_POWER_REQUIRED=008 - - - -@@ -13189,13 +13188,11 @@ if test -n "$GNOME_SESSION_CFLAGS"; then - gio-2.0 >= \$GLIB_REQUIRED - gtk+-2.0 >= \$GTK_REQUIRED - dbus-glib-1 >= \$DBUS_GLIB_REQUIRED -- devkit-power-gobject >= \$DEVKIT_POWER_REQUIRED - \"") >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - ") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -@@ -13204,7 +13201,6 @@ if test -n "$GNOME_SESSION_CFLAGS"; then - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - " 2>/dev/null` - else - pkg_failed=yes -@@ -13220,13 +13216,11 @@ if test -n "$GNOME_SESSION_LIBS"; then - gio-2.0 >= \$GLIB_REQUIRED - gtk+-2.0 >= \$GTK_REQUIRED - dbus-glib-1 >= \$DBUS_GLIB_REQUIRED -- devkit-power-gobject >= \$DEVKIT_POWER_REQUIRED - \"") >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - ") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -@@ -13235,7 +13229,6 @@ if test -n "$GNOME_SESSION_LIBS"; then - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - " 2>/dev/null` - else - pkg_failed=yes -@@ -13258,14 +13251,12 @@ fi - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - " 2>&1` - else - GNOME_SESSION_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - " 2>&1` - fi - # Put the nasty error message in config.log where it belongs -@@ -13275,7 +13266,6 @@ fi - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - ) were not met: - - $GNOME_SESSION_PKG_ERRORS -@@ -13291,7 +13281,6 @@ $as_echo "$as_me: error: Package require - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - ) were not met: - - $GNOME_SESSION_PKG_ERRORS diff --git a/x11/gnome-session/files/patch-configure.in b/x11/gnome-session/files/patch-configure.in deleted file mode 100644 index 02a19373b..000000000 --- a/x11/gnome-session/files/patch-configure.in +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.in.orig 2009-08-25 10:09:56.000000000 -0400 -+++ configure.in 2009-08-26 14:12:40.000000000 -0400 -@@ -49,7 +49,6 @@ GLIB_REQUIRED=2.16.0 - LIBGNOMEUI_REQUIRED=2.2.0 - GTK_REQUIRED=2.14.0 - DBUS_GLIB_REQUIRED=0.76 --DEVKIT_POWER_REQUIRED=008 - - dnl ==================================================================== - dnl Dependency Checks -@@ -61,7 +60,6 @@ PKG_CHECK_MODULES(GNOME_SESSION, - gio-2.0 >= $GLIB_REQUIRED - gtk+-2.0 >= $GTK_REQUIRED - dbus-glib-1 >= $DBUS_GLIB_REQUIRED -- devkit-power-gobject >= $DEVKIT_POWER_REQUIRED - ) - - PKG_CHECK_MODULES(SESSION_PROPERTIES, diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.am b/x11/gnome-session/files/patch-gnome-session_Makefile.am deleted file mode 100644 index aff8ee55c..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ ---- gnome-session/Makefile.am.orig 2009-08-25 10:07:24.000000000 -0400 -+++ gnome-session/Makefile.am 2009-08-26 14:11:18.000000000 -0400 -@@ -23,8 +23,7 @@ INCLUDES = \ - -DLIBEXECDIR=\"$(libexecdir)\" \ - -DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \ - -DGCONF_SANITY_CHECK=\""$(GCONF_SANITY_CHECK)"\" \ -- -DGCONFTOOL_CMD=\"$(GCONFTOOL)\" \ -- -DI_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE -+ -DGCONFTOOL_CMD=\"$(GCONFTOOL)\" - - test_inhibit_SOURCES = \ - test-inhibit.c \ -@@ -73,6 +72,8 @@ gnome_session_SOURCES = \ - gsm-logout-dialog.c \ - gsm-inhibit-dialog.h \ - gsm-inhibit-dialog.c \ -+ gsm-power-manager.h \ -+ gsm-power-manager.c \ - gs-idle-monitor.h \ - gs-idle-monitor.c \ - gsm-presence.h \ diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in deleted file mode 100644 index dcf1a21e9..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- gnome-session/Makefile.in.orig 2009-08-26 14:18:15.000000000 -0400 -+++ gnome-session/Makefile.in 2009-08-26 14:20:10.000000000 -0400 -@@ -73,6 +73,7 @@ am_gnome_session_OBJECTS = gsm-app.$(OBJ - gdm-log.$(OBJEXT) main.$(OBJEXT) gsm-store.$(OBJEXT) \ - gsm-inhibitor.$(OBJEXT) gsm-manager.$(OBJEXT) \ - gsm-session-save.$(OBJEXT) gsm-xsmp-server.$(OBJEXT) \ -+ gsm-power-manager.$(OBJEXT) \ - $(am__objects_1) - gnome_session_OBJECTS = $(am_gnome_session_OBJECTS) - gnome_session_DEPENDENCIES = libgsmutil.la \ -@@ -339,8 +340,7 @@ INCLUDES = \ - -DLIBEXECDIR=\"$(libexecdir)\" \ - -DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \ - -DGCONF_SANITY_CHECK=\""$(GCONF_SANITY_CHECK)"\" \ -- -DGCONFTOOL_CMD=\"$(GCONFTOOL)\" \ -- -DI_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE -+ -DGCONFTOOL_CMD=\"$(GCONFTOOL)\" - - test_inhibit_SOURCES = \ - test-inhibit.c \ -@@ -360,6 +360,7 @@ test_client_dbus_LDADD = \ - - gnome_session_LDADD = \ - libgsmutil.la \ -+ -lexecinfo \ - $(top_builddir)/egg/libeggdesktopfile.la \ - $(SM_LIBS) \ - $(ICE_LIBS) \ -@@ -389,6 +390,8 @@ gnome_session_SOURCES = \ - gsm-logout-dialog.c \ - gsm-inhibit-dialog.h \ - gsm-inhibit-dialog.c \ -+ gsm-power-manager.c \ -+ gsm-power-manager.h \ - gs-idle-monitor.h \ - gs-idle-monitor.c \ - gsm-presence.h \ -@@ -574,6 +577,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-dbus-client.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-gconf.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-inhibit-dialog.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-power-manager.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-inhibitor.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-logout-dialog.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-manager.Po@am__quote@ diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c b/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c deleted file mode 100644 index 3044f1b89..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 -+++ gnome-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 -@@ -25,6 +25,7 @@ - #include <string.h> - #include <sys/wait.h> - #include <errno.h> -+#include <signal.h> - - #include <glib.h> - #include <gio/gio.h> diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-logout-dialog.c b/x11/gnome-session/files/patch-gnome-session_gsm-logout-dialog.c deleted file mode 100644 index 1ca12557d..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-logout-dialog.c +++ /dev/null @@ -1,66 +0,0 @@ ---- gnome-session/gsm-logout-dialog.c.orig 2009-08-25 04:03:42.000000000 -0400 -+++ gnome-session/gsm-logout-dialog.c 2009-08-26 14:27:18.000000000 -0400 -@@ -27,9 +27,8 @@ - #include <glib/gi18n.h> - #include <gtk/gtk.h> - --#include <devkit-power-gobject/devicekit-power.h> -- - #include "gsm-logout-dialog.h" -+#include "gsm-power-manager.h" - #include "gsm-consolekit.h" - #include "gdm.h" - -@@ -50,7 +49,7 @@ struct _GsmLogoutDialogPrivate - { - GsmDialogLogoutType type; - -- DkpClient *dkp_client; -+ GsmPowerManager *power_manager; - GsmConsolekit *consolekit; - - int timeout; -@@ -142,7 +141,7 @@ gsm_logout_dialog_init (GsmLogoutDialog - gtk_window_set_keep_above (GTK_WINDOW (logout_dialog), TRUE); - gtk_window_stick (GTK_WINDOW (logout_dialog)); - -- logout_dialog->priv->dkp_client = dkp_client_new (); -+ logout_dialog->priv->power_manager = gsm_get_power_manager (); - - logout_dialog->priv->consolekit = gsm_get_consolekit (); - -@@ -166,9 +165,9 @@ gsm_logout_dialog_destroy (GsmLogoutDial - logout_dialog->priv->timeout_id = 0; - } - -- if (logout_dialog->priv->dkp_client) { -- g_object_unref (logout_dialog->priv->dkp_client); -- logout_dialog->priv->dkp_client = NULL; -+ if (logout_dialog->priv->power_manager) { -+ g_object_unref (logout_dialog->priv->power_manager); -+ logout_dialog->priv->power_manager = NULL; - } - - if (logout_dialog->priv->consolekit) { -@@ -183,9 +182,7 @@ static gboolean - gsm_logout_supports_system_suspend (GsmLogoutDialog *logout_dialog) - { - gboolean ret; -- g_object_get (logout_dialog->priv->dkp_client, -- "can-suspend", &ret, -- NULL); -+ ret = gsm_power_manager_can_suspend (logout_dialog->priv->power_manager); - return ret; - } - -@@ -193,9 +190,7 @@ static gboolean - gsm_logout_supports_system_hibernate (GsmLogoutDialog *logout_dialog) - { - gboolean ret; -- g_object_get (logout_dialog->priv->dkp_client, -- "can-hibernate", &ret, -- NULL); -+ ret = gsm_power_manager_can_hibernate (logout_dialog->priv->power_manager); - return ret; - } - diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-manager.c b/x11/gnome-session/files/patch-gnome-session_gsm-manager.c deleted file mode 100644 index befa415d9..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-manager.c +++ /dev/null @@ -1,150 +0,0 @@ ---- gnome-session/gsm-manager.c.orig 2009-09-18 18:36:04.000000000 +0200 -+++ gnome-session/gsm-manager.c 2009-09-22 11:12:05.000000000 +0200 -@@ -38,8 +38,6 @@ - #include <dbus/dbus-glib.h> - #include <dbus/dbus-glib-lowlevel.h> - --#include <devkit-power-gobject/devicekit-power.h> -- - #include <gtk/gtk.h> /* for logout dialog */ - #include <gconf/gconf-client.h> - -@@ -60,6 +58,7 @@ - #include "gsm-logout-dialog.h" - #include "gsm-inhibit-dialog.h" - #include "gsm-consolekit.h" -+#include "gsm-power-manager.h" - #include "gsm-session-save.h" - - #define GSM_MANAGER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GSM_TYPE_MANAGER, GsmManagerPrivate)) -@@ -133,9 +132,6 @@ struct GsmManagerPrivate - - DBusGProxy *bus_proxy; - DBusGConnection *connection; -- -- /* Interface with other parts of the system */ -- DkpClient *dkp_client; - }; - - enum { -@@ -971,53 +967,29 @@ manager_perhaps_lock (GsmManager *manage - static void - manager_attempt_hibernate (GsmManager *manager) - { -- gboolean can_hibernate; -- GError *error; -- gboolean ret; -+ GsmPowerManager *power_manager; - -- g_object_get (manager->priv->dkp_client, -- "can-hibernate", &can_hibernate, -- NULL); -- -- if (can_hibernate) { -- -- /* lock the screen before we suspend */ -- manager_perhaps_lock (manager); -- -- error = NULL; -- ret = dkp_client_hibernate (manager->priv->dkp_client, &error); -- if (!ret) { -- g_warning ("Unexpected hibernate failure: %s", -- error->message); -- g_error_free (error); -- } -- } -+ power_manager = gsm_get_power_manager (); -+ -+ if (gsm_power_manager_can_hibernate (power_manager)) { -+ gsm_power_manager_attempt_hibernate (power_manager); -+ } -+ -+ g_object_unref (power_manager); - } - - static void - manager_attempt_suspend (GsmManager *manager) - { -- gboolean can_suspend; -- GError *error; -- gboolean ret; -+ GsmPowerManager *power_manager; - -- g_object_get (manager->priv->dkp_client, -- "can-suspend", &can_suspend, -- NULL); -- -- if (can_suspend) { -- -- /* lock the screen before we suspend */ -- manager_perhaps_lock (manager); -- -- error = NULL; -- ret = dkp_client_suspend (manager->priv->dkp_client, &error); -- if (!ret) { -- g_warning ("Unexpected suspend failure: %s", -- error->message); -- g_error_free (error); -- } -- } -+ power_manager = gsm_get_power_manager (); -+ -+ if (gsm_power_manager_can_suspend (power_manager)) { -+ gsm_power_manager_attempt_suspend (power_manager); -+ } -+ -+ g_object_unref (power_manager); - } - - static void -@@ -2190,11 +2162,6 @@ gsm_manager_dispose (GObject *object) - manager->priv->gconf_client = NULL; - } - -- if (manager->priv->dkp_client != NULL) { -- g_object_unref (manager->priv->dkp_client); -- manager->priv->dkp_client = NULL; -- } -- - G_OBJECT_CLASS (gsm_manager_parent_class)->dispose (object); - } - -@@ -2423,8 +2390,6 @@ gsm_manager_init (GsmManager *manager) - G_CALLBACK (on_presence_status_changed), - manager); - -- manager->priv->dkp_client = dkp_client_new (); -- - /* GConf setup */ - gconf_client_add_dir (manager->priv->gconf_client, - KEY_DESKTOP_DIR, -@@ -2944,24 +2909,20 @@ gsm_manager_can_shutdown (GsmManager *ma - GError **error) - { - GsmConsolekit *consolekit; -- gboolean can_suspend; -- gboolean can_hibernate; -- -- g_object_get (manager->priv->dkp_client, -- "can-suspend", &can_suspend, -- "can-hibernate", &can_hibernate, -- NULL); -+ GsmPowerManager *power_manager; - - g_debug ("GsmManager: CanShutdown called"); - - g_return_val_if_fail (GSM_IS_MANAGER (manager), FALSE); - - consolekit = gsm_get_consolekit (); -+ power_manager = gsm_get_power_manager (); - *shutdown_available = gsm_consolekit_can_stop (consolekit) - || gsm_consolekit_can_restart (consolekit) -- || can_suspend -- || can_hibernate; -+ || gsm_power_manager_can_suspend (power_manager) -+ || gsm_power_manager_can_hibernate (power_manager); - g_object_unref (consolekit); -+ g_object_unref (power_manager); - - return TRUE; - } diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-power-manager.c b/x11/gnome-session/files/patch-gnome-session_gsm-power-manager.c deleted file mode 100644 index 05342ff0f..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-power-manager.c +++ /dev/null @@ -1,483 +0,0 @@ ---- gnome-session/gsm-power-manager.c.orig 2009-08-26 14:14:31.000000000 -0400 -+++ gnome-session/gsm-power-manager.c 2009-08-26 14:15:07.000000000 -0400 -@@ -0,0 +1,480 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- -+ * -+ * power-manager.h: functions for powering down, restarting, and -+ * suspending the computer -+ * Copyright (C) 2006 Ray Strode <rstrode@redhat.com> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2, or (at your option) -+ * any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -+ * 02111-1307, USA. -+ */ -+ -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ -+#include "gsm-power-manager.h" -+ -+#include <errno.h> -+#include <string.h> -+ -+#include <glib.h> -+#include <glib-object.h> -+#include <glib/gi18n.h> -+ -+#include <dbus/dbus-glib.h> -+ -+struct _GsmPowerManagerPrivate -+{ -+ DBusGConnection *dbus_connection; -+ DBusGProxy *bus_proxy; -+ DBusGProxy *gpm_proxy; -+ guint32 is_connected : 1; -+}; -+ -+static void gsm_power_manager_finalize (GObject *object); -+ -+static void gsm_power_manager_class_install_signals (GsmPowerManagerClass *manager_class); -+ -+static void gsm_power_manager_class_install_properties (GsmPowerManagerClass *manager_class); -+ -+static void gsm_power_manager_get_property (GObject *object, -+ guint prop_id, -+ GValue *value, -+ GParamSpec *pspec); -+ -+static gboolean ensure_gpm_connection (GsmPowerManager *manager, -+ GError **error); -+ -+enum { -+ PROP_0 = 0, -+ PROP_IS_CONNECTED -+}; -+ -+enum { -+ REQUEST_FAILED = 0, -+ LAST_SIGNAL -+}; -+ -+static guint signals[LAST_SIGNAL]; -+ -+G_DEFINE_TYPE (GsmPowerManager, gsm_power_manager, G_TYPE_OBJECT); -+ -+static void -+gsm_power_manager_class_init (GsmPowerManagerClass *manager_class) -+{ -+ GObjectClass *object_class; -+ -+ object_class = G_OBJECT_CLASS (manager_class); -+ -+ object_class->finalize = gsm_power_manager_finalize; -+ -+ gsm_power_manager_class_install_properties (manager_class); -+ gsm_power_manager_class_install_signals (manager_class); -+ -+ g_type_class_add_private (manager_class, -+ sizeof (GsmPowerManagerPrivate)); -+} -+ -+static void -+gsm_power_manager_class_install_signals (GsmPowerManagerClass *manager_class) -+{ -+ GObjectClass *object_class; -+ -+ object_class = G_OBJECT_CLASS (manager_class); -+ -+ signals[REQUEST_FAILED] = -+ g_signal_new ("request-failed", -+ G_OBJECT_CLASS_TYPE (object_class), -+ G_SIGNAL_RUN_LAST, -+ G_STRUCT_OFFSET (GsmPowerManagerClass, request_failed), -+ NULL, -+ NULL, -+ g_cclosure_marshal_VOID__POINTER, -+ G_TYPE_NONE, -+ 1, G_TYPE_POINTER); -+ -+ manager_class->request_failed = NULL; -+} -+ -+static void -+gsm_power_manager_class_install_properties (GsmPowerManagerClass *manager_class) -+{ -+ GObjectClass *object_class; -+ GParamSpec *param_spec; -+ -+ object_class = G_OBJECT_CLASS (manager_class); -+ object_class->get_property = gsm_power_manager_get_property; -+ -+ param_spec = g_param_spec_boolean ("is-connected", -+ "Is connected", -+ "Whether the session is connected to " -+ "the power manager", -+ FALSE, -+ G_PARAM_READABLE); -+ -+ g_object_class_install_property (object_class, PROP_IS_CONNECTED, -+ param_spec); -+} -+ -+static void -+on_name_owner_changed (DBusGProxy *bus_proxy, -+ const char *name, -+ const char *prev_owner, -+ const char *new_owner, -+ GsmPowerManager *manager) -+{ -+ if (strcmp (name, "org.freedesktop.PowerManagement") != 0) { -+ return; -+ } -+ -+ if (manager->priv->gpm_proxy != NULL) { -+ g_object_unref (manager->priv->gpm_proxy); -+ manager->priv->gpm_proxy = NULL; -+ } -+ -+ ensure_gpm_connection (manager, NULL); -+} -+ -+static gboolean -+ensure_gpm_connection (GsmPowerManager *manager, -+ GError **error) -+{ -+ GError *connection_error; -+ gboolean is_connected; -+ -+ connection_error = NULL; -+ if (manager->priv->dbus_connection == NULL) { -+ manager->priv->dbus_connection = dbus_g_bus_get (DBUS_BUS_SESSION, -+ &connection_error); -+ -+ if (manager->priv->dbus_connection == NULL) { -+ g_propagate_error (error, connection_error); -+ is_connected = FALSE; -+ goto out; -+ } -+ } -+ -+ if (manager->priv->bus_proxy == NULL) { -+ manager->priv->bus_proxy = -+ dbus_g_proxy_new_for_name_owner (manager->priv->dbus_connection, -+ DBUS_SERVICE_DBUS, -+ DBUS_PATH_DBUS, -+ DBUS_INTERFACE_DBUS, -+ &connection_error); -+ -+ if (manager->priv->bus_proxy == NULL) { -+ g_propagate_error (error, connection_error); -+ is_connected = FALSE; -+ goto out; -+ } -+ -+ dbus_g_proxy_add_signal (manager->priv->bus_proxy, -+ "NameOwnerChanged", -+ G_TYPE_STRING, -+ G_TYPE_STRING, -+ G_TYPE_STRING, -+ G_TYPE_INVALID); -+ -+ dbus_g_proxy_connect_signal (manager->priv->bus_proxy, -+ "NameOwnerChanged", -+ G_CALLBACK (on_name_owner_changed), -+ manager, NULL); -+ } -+ -+ if (manager->priv->gpm_proxy == NULL) { -+ manager->priv->gpm_proxy = -+ dbus_g_proxy_new_for_name_owner ( -+ manager->priv->dbus_connection, -+ "org.freedesktop.PowerManagement", -+ "/org/freedesktop/PowerManagement", -+ "org.freedesktop.PowerManagement", -+ &connection_error); -+ -+ if (manager->priv->gpm_proxy == NULL) { -+ g_propagate_error (error, connection_error); -+ is_connected = FALSE; -+ goto out; -+ } -+ } -+ -+ is_connected = TRUE; -+ -+ out: -+ if (manager->priv->is_connected != is_connected) { -+ manager->priv->is_connected = is_connected; -+ g_object_notify (G_OBJECT (manager), "is-connected"); -+ } -+ -+ if (!is_connected) { -+ if (manager->priv->dbus_connection == NULL) { -+ if (manager->priv->bus_proxy != NULL) { -+ g_object_unref (manager->priv->bus_proxy); -+ manager->priv->bus_proxy = NULL; -+ } -+ -+ if (manager->priv->gpm_proxy != NULL) { -+ g_object_unref (manager->priv->gpm_proxy); -+ manager->priv->gpm_proxy = NULL; -+ } -+ } else if (manager->priv->bus_proxy == NULL) { -+ if (manager->priv->gpm_proxy != NULL) { -+ g_object_unref (manager->priv->gpm_proxy); -+ manager->priv->gpm_proxy = NULL; -+ } -+ } -+ } -+ -+ return is_connected; -+} -+ -+static void -+gsm_power_manager_init (GsmPowerManager *manager) -+{ -+ GError *error; -+ -+ manager->priv = G_TYPE_INSTANCE_GET_PRIVATE (manager, -+ GSM_TYPE_POWER_MANAGER, -+ GsmPowerManagerPrivate); -+ -+ manager->priv->dbus_connection = NULL; -+ manager->priv->bus_proxy = NULL; -+ manager->priv->gpm_proxy = NULL; -+ manager->priv->is_connected = FALSE; -+ -+ error = NULL; -+ -+ if (!ensure_gpm_connection (manager, &error)) { -+ g_message ("Could not connect to power manager: %s", -+ error->message); -+ g_error_free (error); -+ } -+} -+ -+static void -+gsm_power_manager_finalize (GObject *object) -+{ -+ GsmPowerManager *manager; -+ GObjectClass *parent_class; -+ -+ manager = GSM_POWER_MANAGER (object); -+ -+ parent_class = G_OBJECT_CLASS (gsm_power_manager_parent_class); -+ -+ if (parent_class->finalize != NULL) { -+ parent_class->finalize (object); -+ } -+} -+ -+static void -+gsm_power_manager_get_property (GObject *object, -+ guint prop_id, -+ GValue *value, -+ GParamSpec *pspec) -+{ -+ GsmPowerManager *manager = GSM_POWER_MANAGER (object); -+ -+ switch (prop_id) { -+ case PROP_IS_CONNECTED: -+ g_value_set_boolean (value, -+ manager->priv->is_connected); -+ break; -+ -+ default: -+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, -+ prop_id, -+ pspec); -+ } -+} -+ -+GQuark -+gsm_power_manager_error_quark (void) -+{ -+ static GQuark error_quark = 0; -+ -+ if (error_quark == 0) -+ error_quark = g_quark_from_static_string ("gsm-power-manager-error"); -+ -+ return error_quark; -+} -+ -+GsmPowerManager * -+gsm_power_manager_new (void) -+{ -+ GsmPowerManager *manager; -+ -+ manager = g_object_new (GSM_TYPE_POWER_MANAGER, NULL); -+ -+ return manager; -+} -+ -+gboolean -+gsm_power_manager_can_suspend (GsmPowerManager *manager) -+{ -+ GError *error; -+ gboolean can_suspend; -+ -+ error = NULL; -+ -+ if (!ensure_gpm_connection (manager, &error)) { -+ g_message ("Could not connect to power manager: %s", -+ error->message); -+ -+ g_error_free (error); -+ -+ return FALSE; -+ } -+ -+ can_suspend = FALSE; -+ -+ if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "CanSuspend", -+ &error, -+ G_TYPE_INVALID, -+ G_TYPE_BOOLEAN, &can_suspend, G_TYPE_INVALID)) { -+ if (error != NULL) { -+ g_message ("Could not ask power manager if user can suspend: %s", -+ error->message); -+ -+ g_error_free (error); -+ } -+ -+ can_suspend = FALSE; -+ } -+ -+ return can_suspend; -+} -+ -+gboolean -+gsm_power_manager_can_hibernate (GsmPowerManager *manager) -+{ -+ GError *error; -+ gboolean can_hibernate; -+ -+ error = NULL; -+ -+ if (!ensure_gpm_connection (manager, &error)) { -+ g_message ("Could not connect to power manager: %s", -+ error->message); -+ -+ g_error_free (error); -+ -+ return FALSE; -+ } -+ -+ can_hibernate = FALSE; -+ -+ if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "CanHibernate", -+ &error, -+ G_TYPE_INVALID, -+ G_TYPE_BOOLEAN, &can_hibernate, G_TYPE_INVALID)) { -+ if (error != NULL) { -+ g_message ("Could not ask power manager if user can suspend: %s", -+ error->message); -+ -+ g_error_free (error); -+ } -+ -+ can_hibernate = FALSE; -+ } -+ -+ return can_hibernate; -+} -+ -+void -+gsm_power_manager_attempt_suspend (GsmPowerManager *manager) -+{ -+ GError *error; -+ -+ error = NULL; -+ -+ if (!ensure_gpm_connection (manager, &error)) { -+ g_warning ("Could not connect to power manager: %s", -+ error->message); -+ g_error_free (error); -+ return; -+ } -+ -+ if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "Suspend", -+ &error, -+ G_TYPE_INVALID, G_TYPE_INVALID) && -+ error != NULL) { -+ GError *call_error; -+ -+ g_warning ("Could not ask power manager to suspend: %s", -+ error->message); -+ -+ call_error = g_error_new_literal (GSM_POWER_MANAGER_ERROR, -+ GSM_POWER_MANAGER_ERROR_SUSPENDING, -+ error->message); -+ -+ g_error_free (error); -+ -+ g_signal_emit (G_OBJECT (manager), -+ signals[REQUEST_FAILED], -+ 0, call_error); -+ -+ g_error_free (call_error); -+ } -+} -+ -+void -+gsm_power_manager_attempt_hibernate (GsmPowerManager *manager) -+{ -+ GError *error; -+ -+ error = NULL; -+ if (!ensure_gpm_connection (manager, &error)) { -+ g_warning ("Could not connect to power manager: %s", -+ error->message); -+ -+ g_error_free (error); -+ -+ return; -+ } -+ -+ if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "Hibernate", -+ &error, -+ G_TYPE_INVALID, G_TYPE_INVALID) && -+ error != NULL) { -+ GError *call_error; -+ -+ g_warning ("Could not ask power manager to hibernate: %s", -+ error->message); -+ -+ call_error = g_error_new_literal (GSM_POWER_MANAGER_ERROR, -+ GSM_POWER_MANAGER_ERROR_HIBERNATING, -+ error->message); -+ -+ g_error_free (error); -+ -+ g_signal_emit (G_OBJECT (manager), -+ signals[REQUEST_FAILED], -+ 0, call_error); -+ -+ g_error_free (call_error); -+ } -+} -+ -+ -+GsmPowerManager * -+gsm_get_power_manager (void) -+{ -+ static GsmPowerManager *manager = NULL; -+ -+ if (manager == NULL) { -+ manager = gsm_power_manager_new (); -+ } -+ -+ return g_object_ref (manager); -+} diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-power-manager.h b/x11/gnome-session/files/patch-gnome-session_gsm-power-manager.h deleted file mode 100644 index 2a27338b7..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-power-manager.h +++ /dev/null @@ -1,90 +0,0 @@ ---- gnome-session/gsm-power-manager.h.orig 2009-08-26 14:14:35.000000000 -0400 -+++ gnome-session/gsm-power-manager.h 2009-08-26 14:15:07.000000000 -0400 -@@ -0,0 +1,87 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- -+ * -+ * power-manager.h: functions for powering down, restarting, and -+ * suspending the computer -+ * Copyright (C) 2006 Ray Strode <rstrode@redhat.com> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2, or (at your option) -+ * any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -+ * 02111-1307, USA. -+ */ -+ -+#ifndef __GSM_POWER_MANAGER_H__ -+#define __GSM_POWER_MANAGER_H__ -+ -+#include <glib.h> -+#include <glib-object.h> -+ -+G_BEGIN_DECLS -+ -+#define GSM_TYPE_POWER_MANAGER (gsm_power_manager_get_type ()) -+#define GSM_POWER_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GSM_TYPE_POWER_MANAGER, GsmPowerManager)) -+#define GSM_POWER_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GSM_TYPE_POWER_MANAGER, GsmPowerManagerClass)) -+#define GSM_IS_POWER_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GSM_TYPE_POWER_MANAGER)) -+#define GSM_IS_POWER_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GSM_TYPE_POWER_MANAGER)) -+#define GSM_POWER_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GSM_TYPE_POWER_MANAGER, GsmPowerManagerClass)) -+#define GSM_POWER_MANAGER_ERROR (gsm_power_manager_error_quark ()) -+ -+typedef struct _GsmPowerManager GsmPowerManager; -+typedef struct _GsmPowerManagerClass GsmPowerManagerClass; -+typedef struct _GsmPowerManagerPrivate GsmPowerManagerPrivate; -+typedef enum _GsmPowerManagerError GsmPowerManagerError; -+ -+struct _GsmPowerManager -+{ -+ GObject parent; -+ -+ GsmPowerManagerPrivate *priv; -+}; -+ -+struct _GsmPowerManagerClass -+{ -+ GObjectClass parent_class; -+ -+ void (* request_failed) (GsmPowerManager *manager, -+ GError *error); -+}; -+ -+enum _GsmPowerManagerError -+{ -+ GSM_POWER_MANAGER_ERROR_SUSPENDING = 0, -+ GSM_POWER_MANAGER_ERROR_HIBERNATING -+}; -+ -+GType gsm_power_manager_get_type (void) G_GNUC_CONST; -+ -+GQuark gsm_power_manager_error_quark (void); -+ -+GsmPowerManager *gsm_power_manager_new (void) G_GNUC_MALLOC; -+ -+GsmPowerManager *gsm_get_power_manager (void); -+ -+gboolean gsm_power_manager_can_suspend (GsmPowerManager *manager); -+ -+gboolean gsm_power_manager_can_hibernate (GsmPowerManager *manager); -+ -+gboolean gsm_power_manager_can_power_down (GsmPowerManager *manager); -+ -+gboolean gsm_power_manager_can_restart (GsmPowerManager *manager); -+ -+void gsm_power_manager_attempt_suspend (GsmPowerManager *manager); -+ -+void gsm_power_manager_attempt_hibernate (GsmPowerManager *manager); -+ -+G_END_DECLS -+ -+#endif /* __GSM_POWER_MANAGER_H__ */ diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr deleted file mode 100644 index ee3e0826e..000000000 --- a/x11/gnome-session/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This provides session management for the GNOME 2 desktop, and -provides the tools used to start the desktop. - -WWW: http://www.gnome.org diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist deleted file mode 100644 index 306533fcb..000000000 --- a/x11/gnome-session/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-save -bin/gnome-wm -etc/xdg/autostart/gnome-session-splash.desktop -etc/xdg/autostart/gnome-settings-daemon-helper.desktop -lib/gnome-session/helpers/gnome-session-splash -lib/gnome-session/helpers/gnome-settings-daemon-helper -share/applications/session-properties.desktop -%%DATADIR%%/gsm-inhibit-dialog.ui -%%DATADIR%%/session-properties.ui -share/icons/hicolor/16x16/apps/session-properties.png -share/icons/hicolor/22x22/apps/session-properties.png -share/icons/hicolor/24x24/apps/session-properties.png -share/icons/hicolor/32x32/apps/session-properties.png -share/icons/hicolor/48x48/apps/session-properties.png -share/icons/hicolor/scalable/apps/session-properties.svg -share/locale/af/LC_MESSAGES/gnome-session-2.0.mo -share/locale/am/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo -share/locale/as/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-session-2.0.mo -share/locale/az/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/br/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-session-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/da/LC_MESSAGES/gnome-session-2.0.mo -share/locale/de/LC_MESSAGES/gnome-session-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-session-2.0.mo -share/locale/el/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/es/LC_MESSAGES/gnome-session-2.0.mo -share/locale/et/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fur/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ha/LC_MESSAGES/gnome-session-2.0.mo -share/locale/he/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/id/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ig/LC_MESSAGES/gnome-session-2.0.mo -share/locale/is/LC_MESSAGES/gnome-session-2.0.mo -share/locale/it/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-session-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-session-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-session-2.0.mo -share/locale/or/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-session-2.0.mo -share/locale/si/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo -share/locale/te/LC_MESSAGES/gnome-session-2.0.mo -share/locale/th/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-session-2.0.mo -share/pixmaps/splash/MaMBaNgGaoX-2.12.png -share/pixmaps/splash/adamw-bat-2.18.jpg -share/pixmaps/splash/adamw-conky-2.18.png -share/pixmaps/splash/adamw-cow-2.18.png -share/pixmaps/splash/adamw-mouth-2.18.png -share/pixmaps/splash/adamw-piggy-2.12.png -share/pixmaps/splash/adamw-swing-2.18.png -share/pixmaps/splash/adamw-trophy-2.12.png -share/pixmaps/splash/andreas-slogan-2.12.png -share/pixmaps/splash/andreas-splash-2.12.png -share/pixmaps/splash/domix-splash-2.12.png -share/pixmaps/splash/domix-splash2-2.12.png -share/pixmaps/splash/franz-splash_218.png -share/pixmaps/splash/gnome-splash.png -share/pixmaps/splash/mumija-2.12.png -share/pixmaps/splash/mumija2-2.12.png -share/pixmaps/splash/mumija3-2.12.png -share/pixmaps/splash/original-gnome-splash.png -share/pixmaps/splash/tremulant-2.12.png -share/pixmaps/splash/tremulant-blood-2.12.png -share/pixmaps/splash/tremulant-brushed-metal-2.12.png -share/xsessions/gnome.desktop -@dirrmtry share/xsessions -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm lib/gnome-session/helpers -@dirrm lib/gnome-session -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile deleted file mode 100644 index b5d380ae7..000000000 --- a/x11/gnome-shell/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gnome-shell -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.5 2009/09/17 01:08:20 avl Exp $ -# - -PORTNAME= gnome-shell -PORTVERSION= 2.28.0 -CATEGORIES= x11 -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Next generation GNOME desktop shell - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - mutter-private.0:${PORTSDIR}/x11-wm/mutter \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - gjs-gi:${PORTSDIR}/lang/gjs -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 - -USE_BZIP2= yes -USE_XORG= x11 xfixes sm -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomemenus \ - gnomedesktop ltverhack libgnomeui librsvg2 -USE_GSTREAMER= theora -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/js -I${LOCALBASE}/include/nspr" - -GCONF_SCHEMAS= gnome-shell.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/gnome-shell.in - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo deleted file mode 100644 index a96b0a902..000000000 --- a/x11/gnome-shell/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-shell-2.28.0.tar.bz2) = a9f93a6f03da60f2f6e3fb82a9e7dc94 -SHA256 (gnome2/gnome-shell-2.28.0.tar.bz2) = 64d30bd2692af2047a3056545b8f549c713ee91877cee8742d4b02d606ef6bd4 -SIZE (gnome2/gnome-shell-2.28.0.tar.bz2) = 591376 diff --git a/x11/gnome-shell/files/patch-src_Makefile.in b/x11/gnome-shell/files/patch-src_Makefile.in deleted file mode 100644 index 592ea873a..000000000 --- a/x11/gnome-shell/files/patch-src_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- src/Makefile.in.orig 2009-08-29 12:13:13.000000000 +0200 -+++ src/Makefile.in 2009-08-29 12:13:25.000000000 +0200 -@@ -492,7 +492,6 @@ libtray_la_CPPFLAGS = $(tray_cflags) - libtray_la_LDFLAGS = $(LDADD) - gnome_shell_cflags = \ - $(MUTTER_PLUGIN_CFLAGS) \ -- $(LIBGNOMEUI_CFLAGS) \ - -I$(srcdir)/tray \ - -DGETTEXT_PACKAGE=\"gnome-shell\" \ - -DLOCALEDIR=\"$(datadir)/locale\" \ -@@ -548,7 +547,6 @@ libgnome_shell_la_gir_sources = \ - libgnome_shell_la_LDFLAGS = -avoid-version -module - libgnome_shell_la_LIBADD = \ - $(MUTTER_PLUGIN_LIBS) \ -- $(LIBGNOMEUI_LIBS) \ - libbig-1.0.la \ - libgdmuser-1.0.la \ - libtray.la diff --git a/x11/gnome-shell/files/patch-src_gdmuser_gdm-user-manager.c b/x11/gnome-shell/files/patch-src_gdmuser_gdm-user-manager.c deleted file mode 100644 index 1bf59d1bc..000000000 --- a/x11/gnome-shell/files/patch-src_gdmuser_gdm-user-manager.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gdmuser/gdm-user-manager.c.orig 2009-08-14 05:38:43.000000000 +0000 -+++ src/gdmuser/gdm-user-manager.c 2009-08-14 05:39:14.000000000 +0000 -@@ -1297,7 +1297,7 @@ - } - } - -- for (pwent = fgetpwent (fp); pwent != NULL; pwent = fgetpwent (fp)) { -+ for (pwent = getpwent(); pwent != NULL; pwent = getpwent()) { - GdmUser *user; - - user = NULL; diff --git a/x11/gnome-shell/files/patch-src_gnome-shell.in b/x11/gnome-shell/files/patch-src_gnome-shell.in deleted file mode 100644 index 07775f34d..000000000 --- a/x11/gnome-shell/files/patch-src_gnome-shell.in +++ /dev/null @@ -1,8 +0,0 @@ ---- src/gnome-shell.in.orig 2009-08-28 18:34:04.000000000 +0200 -+++ src/gnome-shell.in 2009-08-29 12:13:44.000000000 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - - import atexit - import optparse diff --git a/x11/gnome-shell/pkg-descr b/x11/gnome-shell/pkg-descr deleted file mode 100644 index 693aa3b6e..000000000 --- a/x11/gnome-shell/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Next generation GNOME desktop shell - -WWW: http://live.gnome.org/GnomeShell diff --git a/x11/gnome-shell/pkg-message b/x11/gnome-shell/pkg-message deleted file mode 100644 index e00823112..000000000 --- a/x11/gnome-shell/pkg-message +++ /dev/null @@ -1,33 +0,0 @@ -Running - -You can either start gnome-shell "nested" in a window within your current -session, or you can run it within your session replacing gnome-panel and -window manager. - -Depending on the state of your X drivers, one or of the other of these may -work better. So, if the first one you try doesn't work, try the other. - -==== - -Running gnome-shell replacing the panel - -This approach is best when trying out the GNOME Shell and wanting to see its -full potential. - -gnome-shell --replace - -When gnome-shell exits (you can kill it with Control-C in the terminal in which -you started it), gnome-panel and metacity are restarted. - -==== - -Running gnome-shell nested - -This approach is useful when developing the GNOME Shell and wanting to quickly -test some changes. NOTE: It isn't useful for getting a good feel for how the -shell works since it will be really slow, and won't properly integrate with -the rest of your desktop. - -gnome-shell -(This requires a relatively recent version of Xephyr with GLX support to be -installed on your system (x11-servers/xephyr). diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist deleted file mode 100644 index a5c993c9b..000000000 --- a/x11/gnome-shell/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -bin/gnome-shell -lib/gnome-shell/Big-1.0.typelib -lib/gnome-shell/Shell-0.1.typelib -lib/gnome-shell/St-1.0.typelib -share/applications/gnome-shell.desktop -%%DATADIR%%/images/app-well-glow.png -%%DATADIR%%/images/add-workspace.svg -%%DATADIR%%/images/back.svg -%%DATADIR%%/images/close-black.svg -%%DATADIR%%/images/close.svg -%%DATADIR%%/images/info.svg -%%DATADIR%%/images/magnifier.svg -%%DATADIR%%/images/remove-workspace.svg -%%DATADIR%%/js/misc/docInfo.js -%%DATADIR%%/js/misc/format.js -%%DATADIR%%/js/ui/appIcon.js -%%DATADIR%%/js/ui/altTab.js -%%DATADIR%%/js/ui/appDisplay.js -%%DATADIR%%/js/ui/button.js -%%DATADIR%%/js/ui/calendar.js -%%DATADIR%%/js/ui/chrome.js -%%DATADIR%%/js/ui/dash.js -%%DATADIR%%/js/ui/dnd.js -%%DATADIR%%/js/ui/docDisplay.js -%%DATADIR%%/js/ui/environment.js -%%DATADIR%%/js/ui/genericDisplay.js -%%DATADIR%%/js/ui/lightbox.js -%%DATADIR%%/js/ui/link.js -%%DATADIR%%/js/ui/lookingGlass.js -%%DATADIR%%/js/ui/main.js -%%DATADIR%%/js/ui/overview.js -%%DATADIR%%/js/ui/panel.js -%%DATADIR%%/js/ui/places.js -%%DATADIR%%/js/ui/runDialog.js -%%DATADIR%%/js/ui/shellDBus.js -%%DATADIR%%/js/ui/sidebar.js -%%DATADIR%%/js/ui/tweener.js -%%DATADIR%%/js/ui/widget.js -%%DATADIR%%/js/ui/widgetBox.js -%%DATADIR%%/js/ui/windowManager.js -%%DATADIR%%/js/ui/workspaces.js -%%DATADIR%%/theme/gnome-shell.css -%%DATADIR%%/theme/scroll-button-down-hover.png -%%DATADIR%%/theme/scroll-button-down.png -%%DATADIR%%/theme/scroll-button-up-hover.png -%%DATADIR%%/theme/scroll-button-up.png -%%DATADIR%%/theme/scroll-vhandle.png -share/locale/ar/LC_MESSAGES/gnome-shell.mo -share/locale/ca/LC_MESSAGES/gnome-shell.mo -share/locale/cs/LC_MESSAGES/gnome-shell.mo -share/locale/da/LC_MESSAGES/gnome-shell.mo -share/locale/de/LC_MESSAGES/gnome-shell.mo -share/locale/en_GB/LC_MESSAGES/gnome-shell.mo -share/locale/es/LC_MESSAGES/gnome-shell.mo -share/locale/fr/LC_MESSAGES/gnome-shell.mo -share/locale/ga/LC_MESSAGES/gnome-shell.mo -share/locale/gl/LC_MESSAGES/gnome-shell.mo -share/locale/hu/LC_MESSAGES/gnome-shell.mo -share/locale/it/LC_MESSAGES/gnome-shell.mo -share/locale/ko/LC_MESSAGES/gnome-shell.mo -share/locale/nb/LC_MESSAGES/gnome-shell.mo -share/locale/nl/LC_MESSAGES/gnome-shell.mo -share/locale/pa/LC_MESSAGES/gnome-shell.mo -share/locale/pl/LC_MESSAGES/gnome-shell.mo -share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo -share/locale/sl/LC_MESSAGES/gnome-shell.mo -share/locale/sv/LC_MESSAGES/gnome-shell.mo -share/locale/tr/LC_MESSAGES/gnome-shell.mo -share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo -@dirrm %%DATADIR%%/theme -@dirrm %%DATADIR%%/js/ui -@dirrm %%DATADIR%%/js/misc -@dirrm %%DATADIR%%/js -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -@dirrm lib/gnome-shell diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile deleted file mode 100644 index f912151d3..000000000 --- a/x11/gnome-terminal/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-terminal/Makefile,v 1.124 2009/09/21 18:06:58 kwm Exp $ -# - -PORTNAME= gnome-terminal -PORTVERSION= 2.28.1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Terminal component for the GNOME 2 Desktop - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_GETTEXT= yes -USE_BZIP2= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-terminal.schemas - -post-patch: - @${TOUCH} -f ${WRKSRC}/aclocal.m4 - -.include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo deleted file mode 100644 index fb1853fd3..000000000 --- a/x11/gnome-terminal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.28.1.tar.bz2) = d0eea9c1fe86260bb302c5650259a2ed -SHA256 (gnome2/gnome-terminal-2.28.1.tar.bz2) = 97bb800a77d95ee33ad6dac8ec995c6c0d5841749eb5e6f40c24357136a02ec0 -SIZE (gnome2/gnome-terminal-2.28.1.tar.bz2) = 2221288 diff --git a/x11/gnome-terminal/files/patch-config.h.in b/x11/gnome-terminal/files/patch-config.h.in deleted file mode 100644 index 1617731fa..000000000 --- a/x11/gnome-terminal/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2009-05-03 15:26:39.000000000 -0400 -+++ config.h.in 2009-05-03 15:26:55.000000000 -0400 -@@ -24,6 +24,9 @@ - /* Define to 1 if you have the <inttypes.h> header file. */ - #undef HAVE_INTTYPES_H - -+/* Define if you have the kinfo_getfile function */ -+#undef HAVE_KINFO_GETFILE -+ - /* Define if your <locale.h> file defines LC_MESSAGES. */ - #undef HAVE_LC_MESSAGES - diff --git a/x11/gnome-terminal/files/patch-configure b/x11/gnome-terminal/files/patch-configure deleted file mode 100644 index 45c938236..000000000 --- a/x11/gnome-terminal/files/patch-configure +++ /dev/null @@ -1,82 +0,0 @@ ---- configure.orig 2009-05-03 15:26:45.000000000 -0400 -+++ configure 2009-05-03 15:27:01.000000000 -0400 -@@ -15099,6 +15099,79 @@ GLIB_GENMARSHAL="$($PKG_CONFIG --variabl - GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)" - - -+{ echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5 -+echo $ECHO_N "checking for kinfo_getfile in -lutil... $ECHO_C" >&6; } -+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lutil $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char kinfo_getfile (); -+int -+main () -+{ -+return kinfo_getfile (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_util_kinfo_getfile=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_util_kinfo_getfile=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_kinfo_getfile" >&5 -+echo "${ECHO_T}$ac_cv_lib_util_kinfo_getfile" >&6; } -+if test $ac_cv_lib_util_kinfo_getfile = yes; then -+ LIBS="${LIBS} -lutil" -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_KINFO_GETFILE 1 -+_ACEOF -+ -+else -+ : -+fi -+ -+ - # Extract the first word of "gtk-builder-convert", so it can be a program name with args. - set dummy gtk-builder-convert; ac_word=$2 - { echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/x11/gnome-terminal/files/patch-configure.ac b/x11/gnome-terminal/files/patch-configure.ac deleted file mode 100644 index 131e4c85b..000000000 --- a/x11/gnome-terminal/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac.orig 2009-05-03 15:25:26.000000000 -0400 -+++ configure.ac 2009-05-03 15:26:34.000000000 -0400 -@@ -96,6 +96,10 @@ AC_SUBST([GLIB_GENMARSHAL]) - GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)" - AC_SUBST([GLIB_MKENUMS]) - -+AC_CHECK_LIB(util, kinfo_getfile, -+ [LIBS="${LIBS} -lutil" -+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) -+ - AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false]) - if test "$GTK_BUILDER_CONVERT" = "false"; then - AC_MSG_ERROR([gtk-builder-convert not found]) diff --git a/x11/gnome-terminal/files/patch-src_terminal-screen.c b/x11/gnome-terminal/files/patch-src_terminal-screen.c deleted file mode 100644 index 52f80dd55..000000000 --- a/x11/gnome-terminal/files/patch-src_terminal-screen.c +++ /dev/null @@ -1,97 +0,0 @@ ---- src/terminal-screen.c.orig 2009-08-13 14:39:24.000000000 +0200 -+++ src/terminal-screen.c 2009-08-20 10:41:58.000000000 +0200 -@@ -18,6 +18,15 @@ - - #include <config.h> - -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#include <sys/param.h> -+#include <sys/user.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif -+#endif - #include <string.h> - #include <stdlib.h> - #include <unistd.h> -@@ -184,15 +193,28 @@ G_DEFINE_TYPE (TerminalScreen, terminal_ - static char * - cwd_of_pid (int pid) - { -+#ifndef __FreeBSD__ - static const char patterns[][18] = { - "/proc/%d/cwd", /* Linux */ - "/proc/%d/path/cwd", /* Solaris >= 10 */ - }; -+#else -+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+ struct kinfo_file *freep, *kif; -+#ifndef HAVE_KINFO_GETFILE -+ size_t len; -+ int name[4]; -+#else -+ int cnt; -+#endif /* HAVE_KINFO_GETFILE */ -+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ -+#endif /* __FreeBSD__ */ - guint i; - - if (pid == -1) - return NULL; - -+#ifndef __FreeBSD__ - /* Try to get the working directory using various OS-specific mechanisms */ - for (i = 0; i < G_N_ELEMENTS (patterns); ++i) - { -@@ -230,6 +252,49 @@ cwd_of_pid (int pid) - return working_dir; - } - } -+#else -+ int fgpid; -+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE -+ name[0] = CTL_KERN; -+ name[1] = KERN_PROC; -+ name[2] = KERN_PROC_FILEDESC; -+ name[3] = fgpid; -+ -+ if (sysctl (name, 4, NULL, &len, NULL, 0) < 0) -+ return g_strdup (priv->initial_working_directory); -+ freep = kif = g_malloc (len); -+ if (sysctl (name, 4, kif, &len, NULL, 0) < 0) -+ { -+ g_free (freep); -+ return g_strdup (priv->initial_working_directory); -+ } -+#else -+ freep = kinfo_getfile (fgpid, &cnt); -+#endif /* HAVE_KINFO_GETFILE */ -+ -+#ifndef HAVE_KINFO_GETFILE -+ for (i = 0; i < len / sizeof (*kif); i++, kif++) -+ { -+ if (kif->kf_structsize != sizeof (*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) -+ { -+ kif = &freep[i]; -+#endif /* HAVE_KINFO_GETFILE */ -+ if (kif->kf_fd == KF_FD_TYPE_CWD) -+ { -+ char *working_dir; -+ -+ working_dir = g_strdup (kif->kf_path); -+ g_free (freep); -+ return working_dir; -+ } -+ } -+ g_free (freep); -+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ -+#endif /* __FreeBSD__ */ - - return NULL; - } diff --git a/x11/gnome-terminal/pkg-descr b/x11/gnome-terminal/pkg-descr deleted file mode 100644 index 1193c30f7..000000000 --- a/x11/gnome-terminal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default terminal emulator for the GNOME 2.0 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist deleted file mode 100644 index f9b20ca16..000000000 --- a/x11/gnome-terminal/pkg-plist +++ /dev/null @@ -1,270 +0,0 @@ -bin/gnome-terminal -share/applications/gnome-terminal.desktop -%%DATADIR%%/encodings-dialog.ui -%%DATADIR%%/keybinding-editor.ui -%%DATADIR%%/profile-manager.ui -%%DATADIR%%/profile-new-dialog.ui -%%DATADIR%%/profile-preferences.ui -%%DATADIR%%/skey-challenge.ui -%%DATADIR%%/terminal.about -%%DATADIR%%/terminal.xml -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/C/gnome-terminal.xml -share/gnome/help/gnome-terminal/C/legal.xml -share/gnome/help/gnome-terminal/bg/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/bg/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/bg/gnome-terminal.xml -share/gnome/help/gnome-terminal/bg/legal.xml -share/gnome/help/gnome-terminal/ca/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ca/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ca/gnome-terminal.xml -share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/cs/gnome-terminal.xml -share/gnome/help/gnome-terminal/da/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/da/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/da/gnome-terminal.xml -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/de/gnome-terminal.xml -share/gnome/help/gnome-terminal/el/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/el/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/el/gnome-terminal.xml -share/gnome/help/gnome-terminal/en_GB/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/en_GB/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/en_GB/gnome-terminal.xml -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/es/gnome-terminal.xml -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/fr/gnome-terminal.xml -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/it/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ja/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/legal.xml -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ko/gnome-terminal.xml -share/gnome/help/gnome-terminal/oc/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/oc/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/oc/gnome-terminal.xml -share/gnome/help/gnome-terminal/pt_BR/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/pt_BR/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/pt_BR/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ro/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/legal.xml -share/gnome/help/gnome-terminal/ru/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ru/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ru/gnome-terminal.xml -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/sv/gnome-terminal.xml -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/uk/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/legal.xml -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/legal.xml -share/locale/am/LC_MESSAGES/gnome-terminal.mo -share/locale/ar/LC_MESSAGES/gnome-terminal.mo -share/locale/as/LC_MESSAGES/gnome-terminal.mo -share/locale/ast/LC_MESSAGES/gnome-terminal.mo -share/locale/az/LC_MESSAGES/gnome-terminal.mo -share/locale/be/LC_MESSAGES/gnome-terminal.mo -share/locale/be@latin/LC_MESSAGES/gnome-terminal.mo -share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo -share/locale/bn_IN/LC_MESSAGES/gnome-terminal.mo -share/locale/bs/LC_MESSAGES/gnome-terminal.mo -share/locale/ca/LC_MESSAGES/gnome-terminal.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-terminal.mo -share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo -share/locale/da/LC_MESSAGES/gnome-terminal.mo -share/locale/de/LC_MESSAGES/gnome-terminal.mo -share/locale/dz/LC_MESSAGES/gnome-terminal.mo -share/locale/el/LC_MESSAGES/gnome-terminal.mo -share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo -share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo -share/locale/es/LC_MESSAGES/gnome-terminal.mo -share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/eu/LC_MESSAGES/gnome-terminal.mo -share/locale/fa/LC_MESSAGES/gnome-terminal.mo -share/locale/fi/LC_MESSAGES/gnome-terminal.mo -share/locale/fr/LC_MESSAGES/gnome-terminal.mo -share/locale/fur/LC_MESSAGES/gnome-terminal.mo -share/locale/ga/LC_MESSAGES/gnome-terminal.mo -share/locale/gl/LC_MESSAGES/gnome-terminal.mo -share/locale/gu/LC_MESSAGES/gnome-terminal.mo -share/locale/he/LC_MESSAGES/gnome-terminal.mo -share/locale/hi/LC_MESSAGES/gnome-terminal.mo -share/locale/hr/LC_MESSAGES/gnome-terminal.mo -share/locale/hu/LC_MESSAGES/gnome-terminal.mo -share/locale/hy/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo -share/locale/it/LC_MESSAGES/gnome-terminal.mo -share/locale/ja/LC_MESSAGES/gnome-terminal.mo -share/locale/ka/LC_MESSAGES/gnome-terminal.mo -share/locale/kn/LC_MESSAGES/gnome-terminal.mo -share/locale/ko/LC_MESSAGES/gnome-terminal.mo -share/locale/ku/LC_MESSAGES/gnome-terminal.mo -share/locale/lt/LC_MESSAGES/gnome-terminal.mo -share/locale/lv/LC_MESSAGES/gnome-terminal.mo -share/locale/mai/LC_MESSAGES/gnome-terminal.mo -share/locale/mg/LC_MESSAGES/gnome-terminal.mo -share/locale/mk/LC_MESSAGES/gnome-terminal.mo -share/locale/ml/LC_MESSAGES/gnome-terminal.mo -share/locale/mn/LC_MESSAGES/gnome-terminal.mo -share/locale/mr/LC_MESSAGES/gnome-terminal.mo -share/locale/ms/LC_MESSAGES/gnome-terminal.mo -share/locale/nb/LC_MESSAGES/gnome-terminal.mo -share/locale/ne/LC_MESSAGES/gnome-terminal.mo -share/locale/nl/LC_MESSAGES/gnome-terminal.mo -share/locale/nn/LC_MESSAGES/gnome-terminal.mo -share/locale/oc/LC_MESSAGES/gnome-terminal.mo -share/locale/or/LC_MESSAGES/gnome-terminal.mo -share/locale/pa/LC_MESSAGES/gnome-terminal.mo -share/locale/pl/LC_MESSAGES/gnome-terminal.mo -share/locale/ps/LC_MESSAGES/gnome-terminal.mo -share/locale/pt/LC_MESSAGES/gnome-terminal.mo -share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo -share/locale/ro/LC_MESSAGES/gnome-terminal.mo -share/locale/ru/LC_MESSAGES/gnome-terminal.mo -share/locale/rw/LC_MESSAGES/gnome-terminal.mo -share/locale/si/LC_MESSAGES/gnome-terminal.mo -share/locale/sk/LC_MESSAGES/gnome-terminal.mo -share/locale/sl/LC_MESSAGES/gnome-terminal.mo -share/locale/sq/LC_MESSAGES/gnome-terminal.mo -share/locale/sr/LC_MESSAGES/gnome-terminal.mo -share/locale/sr@latin/LC_MESSAGES/gnome-terminal.mo -share/locale/sv/LC_MESSAGES/gnome-terminal.mo -share/locale/ta/LC_MESSAGES/gnome-terminal.mo -share/locale/te/LC_MESSAGES/gnome-terminal.mo -share/locale/th/LC_MESSAGES/gnome-terminal.mo -share/locale/tr/LC_MESSAGES/gnome-terminal.mo -share/locale/uk/LC_MESSAGES/gnome-terminal.mo -share/locale/vi/LC_MESSAGES/gnome-terminal.mo -share/locale/wa/LC_MESSAGES/gnome-terminal.mo -share/locale/xh/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_HK/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -share/omf/gnome-terminal/gnome-terminal-C.omf -share/omf/gnome-terminal/gnome-terminal-bg.omf -share/omf/gnome-terminal/gnome-terminal-ca.omf -share/omf/gnome-terminal/gnome-terminal-cs.omf -share/omf/gnome-terminal/gnome-terminal-da.omf -share/omf/gnome-terminal/gnome-terminal-de.omf -share/omf/gnome-terminal/gnome-terminal-el.omf -share/omf/gnome-terminal/gnome-terminal-en_GB.omf -share/omf/gnome-terminal/gnome-terminal-es.omf -share/omf/gnome-terminal/gnome-terminal-fr.omf -share/omf/gnome-terminal/gnome-terminal-it.omf -share/omf/gnome-terminal/gnome-terminal-ja.omf -share/omf/gnome-terminal/gnome-terminal-ko.omf -share/omf/gnome-terminal/gnome-terminal-oc.omf -share/omf/gnome-terminal/gnome-terminal-pt_BR.omf -share/omf/gnome-terminal/gnome-terminal-ro.omf -share/omf/gnome-terminal/gnome-terminal-ru.omf -share/omf/gnome-terminal/gnome-terminal-sv.omf -share/omf/gnome-terminal/gnome-terminal-uk.omf -share/omf/gnome-terminal/gnome-terminal-zh_CN.omf -share/omf/gnome-terminal/gnome-terminal-zh_TW.omf -@dirrm share/omf/gnome-terminal -@dirrm share/gnome/help/gnome-terminal/zh_TW/figures -@dirrm share/gnome/help/gnome-terminal/zh_TW -@dirrm share/gnome/help/gnome-terminal/zh_CN/figures -@dirrm share/gnome/help/gnome-terminal/zh_CN -@dirrm share/gnome/help/gnome-terminal/uk/figures -@dirrm share/gnome/help/gnome-terminal/uk -@dirrm share/gnome/help/gnome-terminal/sv/figures -@dirrm share/gnome/help/gnome-terminal/sv -@dirrm share/gnome/help/gnome-terminal/ru/figures -@dirrm share/gnome/help/gnome-terminal/ru -@dirrm share/gnome/help/gnome-terminal/ro/figures -@dirrm share/gnome/help/gnome-terminal/ro -@dirrm share/gnome/help/gnome-terminal/pt_BR/figures -@dirrm share/gnome/help/gnome-terminal/pt_BR -@dirrm share/gnome/help/gnome-terminal/oc/figures -@dirrm share/gnome/help/gnome-terminal/oc -@dirrm share/gnome/help/gnome-terminal/ko/figures -@dirrm share/gnome/help/gnome-terminal/ko -@dirrm share/gnome/help/gnome-terminal/ja/figures -@dirrm share/gnome/help/gnome-terminal/ja -@dirrm share/gnome/help/gnome-terminal/it/figures -@dirrm share/gnome/help/gnome-terminal/it -@dirrm share/gnome/help/gnome-terminal/fr/figures -@dirrm share/gnome/help/gnome-terminal/fr -@dirrm share/gnome/help/gnome-terminal/es/figures -@dirrm share/gnome/help/gnome-terminal/es -@dirrm share/gnome/help/gnome-terminal/en_GB/figures -@dirrm share/gnome/help/gnome-terminal/en_GB -@dirrm share/gnome/help/gnome-terminal/el/figures -@dirrm share/gnome/help/gnome-terminal/el -@dirrm share/gnome/help/gnome-terminal/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@dirrm share/gnome/help/gnome-terminal/da/figures -@dirrm share/gnome/help/gnome-terminal/da -@dirrm share/gnome/help/gnome-terminal/cs/figures -@dirrm share/gnome/help/gnome-terminal/cs -@dirrm share/gnome/help/gnome-terminal/ca/figures -@dirrm share/gnome/help/gnome-terminal/ca -@dirrm share/gnome/help/gnome-terminal/bg/figures -@dirrm share/gnome/help/gnome-terminal/bg -@dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm share/gnome/help/gnome-terminal/C -@dirrm share/gnome/help/gnome-terminal -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile deleted file mode 100644 index f83727cca..000000000 --- a/x11/gnome2-lite/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gnome2-lite -# Date created: 30 November 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome2-lite/Makefile,v 1.60 2007/08/15 17:52:07 mezz Exp $ -# - -PORTREVISION= 1 -CATEGORIES= x11 gnome -PKGNAMESUFFIX= -lite - -COMMENT= The "meta-port" of the GNOME desktop slimmed down for FreeBSD releases - -RUN_DEPENDS= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \ - gnome-audio-profiles-properties:${PORTSDIR}/audio/gnome-media \ - gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \ - eog:${PORTSDIR}/graphics/eog \ - gedit:${PORTSDIR}/editors/gedit \ - gnome-terminal:${PORTSDIR}/x11/gnome-terminal \ - gnome-session:${PORTSDIR}/x11/gnome-session \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus \ - ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ - ${LOCALBASE}/share/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ - ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ - evince:${PORTSDIR}/graphics/evince \ - gcalctool:${PORTSDIR}/math/gcalctool \ - ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ - gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ - gnome-mount:${PORTSDIR}/sysutils/gnome-mount - -MASTERDIR= ${.CURDIR}/../gnome2 -CONFLICTS= gnome2-[0-9]* - -DESCR= ${.CURDIR}/pkg-descr -PKGMESSAGE= ${.CURDIR}/pkg-message - -.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-lite/pkg-descr b/x11/gnome2-lite/pkg-descr deleted file mode 100644 index 1c85098c1..000000000 --- a/x11/gnome2-lite/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -GNU Network Object Model Environment - -This metaport installs the pieces of the GNOME 2 desktop that -are needed to provide a functional desktop. x11/gnome2 -contains the full version of the GNOME 2 desktop environment. - -Other popular GNOME applications can be installed from the other -GNOME 2 metaports: - - * x11/gnome2-fifth-toe - * x11/gnome2-power-tools - * editors/gnome2-office - * devel/gnome2-hacker-tools - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-lite/pkg-message b/x11/gnome2-lite/pkg-message deleted file mode 100644 index 0b0e5564e..000000000 --- a/x11/gnome2-lite/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -************************************************************ - -The GNOME 2 desktop Lite edition has been successfully installed. - -The Lite edition does not include all the components of the standard -GNOME 2 desktop as detailed at http://www.gnome.org. If you wish to -install the full desktop, you can remove this port, and install the -x11/gnome2 port or package. That can be best accomplished using -the following commands: - -# pkg_delete gnome2-lite -# cd /usr/ports/x11/gnome2 -# make install clean - -Alternatively, you can install additional GNOME components individually -using either their ports or packages. - -For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project -site at http://www.FreeBSD.org/gnome. - -************************************************************ diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile deleted file mode 100644 index 6b9fd4490..000000000 --- a/x11/gnome2/Makefile +++ /dev/null @@ -1,117 +0,0 @@ -# New ports collection makefile for: gnome2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.278 2009/10/01 12:49:44 kwm Exp $ -# - -PORTNAME= gnome2 -PORTVERSION= 2.28.1 -PORTREVISION?= 0 -CATEGORIES?= x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= The "meta-port" for the GNOME 2 integrated X11 desktop - -RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \ - gnome-audio-profiles-properties:${PORTSDIR}/audio/gnome-media \ - gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \ - eog:${PORTSDIR}/graphics/eog \ - gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ - gnect:${PORTSDIR}/games/gnome-games \ - gedit:${PORTSDIR}/editors/gedit \ - gnome-terminal:${PORTSDIR}/x11/gnome-terminal \ - gnome-session:${PORTSDIR}/x11/gnome-session \ - bug-buddy:${PORTSDIR}/devel/bug-buddy \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus \ - ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ - ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ - ${LOCALBASE}/share/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ - ${LOCALBASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ - file-roller:${PORTSDIR}/archivers/file-roller \ - ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ - gok:${PORTSDIR}/accessibility/gok \ - gcalctool:${PORTSDIR}/math/gcalctool \ - ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - ${LOCALBASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnome-netstatus \ - dasher:${PORTSDIR}/accessibility/dasher \ - evolution:${PORTSDIR}/mail/evolution \ - ${LOCALBASE}/libexec/evolution-webcal:${PORTSDIR}/www/evolution-webcal \ - network-admin:${PORTSDIR}/sysutils/gnome-system-tools \ - vino-passwd:${PORTSDIR}/net/vino \ - exchange-connector-setup-2.28:${PORTSDIR}/mail/evolution-exchange \ - ${LOCALBASE}/lib/gstreamer-0.10/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \ - ${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \ - totem:${PORTSDIR}/multimedia/totem \ - gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ - ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ - evince:${PORTSDIR}/graphics/evince \ - alacarte:${PORTSDIR}/deskutils/alacarte \ - gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ - orca:${PORTSDIR}/accessibility/orca \ - gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ - seahorse-agent:${PORTSDIR}/security/seahorse-plugins \ - mousetweaks:${PORTSDIR}/accessibility/mousetweaks \ - ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ - ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme - -NO_BUILD= yes - -.if !defined(GNOME_SLAVE) -USE_PYTHON= yes -.endif - -.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \ - MAPI "Depend on evolution-mapi (pulls in samba4)" on -.endif - -do-install: # empty - -.include <bsd.port.pre.mk> - -.if !defined(GNOME_SLAVE) -.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ - epiphany:${PORTSDIR}/www/epiphany -.endif -.if ${.CURDIR:T}!="gnome2-lite" -RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ - cheese:${PORTSDIR}/multimedia/cheese \ - gucharmap:${PORTSDIR}/deskutils/gucharmap \ - sound-juicer:${PORTSDIR}/audio/sound-juicer \ - zenity:${PORTSDIR}/x11/zenity \ - gnome-nettool:${PORTSDIR}/net/gnome-nettool \ - swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \ - vinagre:${PORTSDIR}/net/vinagre \ - brasero:${PORTSDIR}/sysutils/brasero \ - gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ - ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ - ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet -.if ${ARCH} == "i386" -#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy -.endif -.if ${OSVERSION}>=600000 -RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga -.endif -.if defined(WITH_MAPI) -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi -.endif -.endif -.endif - -.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" -.if defined(WITH_XSCREENSAVER) -RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome -.else -RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome2/pkg-descr b/x11/gnome2/pkg-descr deleted file mode 100644 index a7051fc7b..000000000 --- a/x11/gnome2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GNU Network Object Model Environment - -This metaport installs the entire GNOME 2 desktop, including -the the most common user applications. Other popular GNOME -applications can be installed from the other GNOME 2 metaports: - - * x11/gnome2-fifth-toe - * x11/gnome2-power-tools - * editors/gnome2-office - * devel/gnome2-hacker-tools - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2/pkg-message b/x11/gnome2/pkg-message deleted file mode 100644 index d8f296a70..000000000 --- a/x11/gnome2/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -Congratulations! GNOME 2 has been successfully installed on your system. -For help on starting it up, as well as answers to common questions, and -some known issues, please see the FreeBSD GNOME homepage at: - - http://www.FreeBSD.org/gnome/ - -************************************************************************** diff --git a/x11/gnome2/pkg-plist b/x11/gnome2/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile deleted file mode 100644 index 390461fc8..000000000 --- a/x11/libgnome/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: libgnome -# Date created: 17 June 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.128 2009/07/31 10:50:57 kwm Exp $ -# - -PORTNAME= libgnome -PORTVERSION= 2.28.0 -PORTREVISION?= 0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries for GNOME, a GNU desktop environment - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack esound libbonobo \ - gnomevfs2 ltverhack referencehack -USE_BISON= build -USE_XORG= xpm -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -SUB_FILES= pkg-deinstall - -MAN7= gnome-options.7 - -GCONF_SCHEMAS= desktop_gnome_accessibility_keyboard.schemas \ - desktop_gnome_accessibility_startup.schemas \ - desktop_gnome_applications_at_mobility.schemas \ - desktop_gnome_applications_at_visual.schemas \ - desktop_gnome_applications_browser.schemas \ - desktop_gnome_applications_office.schemas \ - desktop_gnome_applications_terminal.schemas \ - desktop_gnome_applications_window_manager.schemas \ - desktop_gnome_background.schemas \ - desktop_gnome_file_views.schemas \ - desktop_gnome_interface.schemas \ - desktop_gnome_lockdown.schemas \ - desktop_gnome_peripherals_keyboard.schemas \ - desktop_gnome_peripherals_mouse.schemas \ - desktop_gnome_sound.schemas \ - desktop_gnome_thumbnail_cache.schemas \ - desktop_gnome_thumbnailers.schemas \ - desktop_gnome_typing_break.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/libgnome/libgnome-2.0.pc.in - @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in - -.include <bsd.port.mk> - -.endif diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo deleted file mode 100644 index a551c7d05..000000000 --- a/x11/libgnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnome-2.28.0.tar.bz2) = 5c7efe21dc28c137aa766a77a84c0c29 -SHA256 (gnome2/libgnome-2.28.0.tar.bz2) = 9b5b05085b814406f75abfaa1a85395bcf92c8f933248219e1bd738d500d0c0e -SIZE (gnome2/libgnome-2.28.0.tar.bz2) = 1407385 diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in deleted file mode 100644 index efac650ba..000000000 --- a/x11/libgnome/files/patch-libgnome::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnome/Makefile.in.orig Tue May 29 22:16:13 2007 -+++ libgnome/Makefile.in Tue May 29 22:16:58 2007 -@@ -280,6 +280,8 @@ - LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ - libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome - INCLUDES = \ -+ -DPREFIX=\""$(PREFIX)"\" \ -+ -DLOCALBASE=\""$(LOCALBASE)"\" \ - -I.. \ - -I$(srcdir)/.. \ - $(WARN_CFLAGS) \ diff --git a/x11/libgnome/files/patch-libgnome_gnome-util.c b/x11/libgnome/files/patch-libgnome_gnome-util.c deleted file mode 100644 index 1a7e49a84..000000000 --- a/x11/libgnome/files/patch-libgnome_gnome-util.c +++ /dev/null @@ -1,19 +0,0 @@ ---- libgnome/gnome-util.c.orig Mon Jul 10 15:25:22 2006 -+++ libgnome/gnome-util.c Mon Jul 10 15:25:55 2006 -@@ -79,11 +79,11 @@ - const char shells [][14] = { - /* Note that on some systems shells can also - * be installed in /usr/bin */ -- "/bin/bash", "/usr/bin/bash", -- "/bin/zsh", "/usr/bin/zsh", -- "/bin/tcsh", "/usr/bin/tcsh", -- "/bin/ksh", "/usr/bin/ksh", -- "/bin/csh", "/bin/sh" -+ LOCALBASE "/bin/bash", -+ LOCALBASE "/bin/zsh", -+ LOCALBASE "/bin/ksh", -+ 0 -+ - }; - - if (geteuid () == getuid () && diff --git a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in b/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in deleted file mode 100644 index 8d376a4b8..000000000 --- a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- libgnome/libgnome-2.0.pc.in.orig Mon Apr 18 16:54:21 2005 -+++ libgnome/libgnome-2.0.pc.in Mon Apr 18 16:54:41 2005 -@@ -8,5 +8,5 @@ - Description: libgnome - Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0 gnome-vfs-2.0 - Version: @VERSION@ --Libs: -L${libdir} -lgnome-2 -lpopt -+Libs: -L${libdir} -L%%LOCALBASE%%/lib -lgnome-2 -lpopt - Cflags: -I${includedir}/libgnome-2.0 diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in deleted file mode 100644 index 808651544..000000000 --- a/x11/libgnome/files/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.22 2009/07/31 10:50:57 kwm Exp $ -# -# Restore gconf keys of gnomevfs2. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_default_applications.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr deleted file mode 100644 index b78aaf2cc..000000000 --- a/x11/libgnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -LibGnome provides the non-GUI backend for the GNOME environment. - -WWW: http://www.gnome.org/ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist deleted file mode 100644 index 1e3d9dc8f..000000000 --- a/x11/libgnome/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -bin/gnome-open -etc/sound/events/gnome-2.soundlist -etc/sound/events/gtk-events-2.soundlist -include/libgnome-2.0/libgnome/gnome-config.h -include/libgnome-2.0/libgnome/gnome-exec.h -include/libgnome-2.0/libgnome/gnome-gconf.h -include/libgnome-2.0/libgnome/gnome-help.h -include/libgnome-2.0/libgnome/gnome-i18n.h -include/libgnome-2.0/libgnome/gnome-init.h -include/libgnome-2.0/libgnome/gnome-macros.h -include/libgnome-2.0/libgnome/gnome-program.h -include/libgnome-2.0/libgnome/gnome-score.h -include/libgnome-2.0/libgnome/gnome-sound.h -include/libgnome-2.0/libgnome/gnome-triggers.h -include/libgnome-2.0/libgnome/gnome-url.h -include/libgnome-2.0/libgnome/gnome-util.h -include/libgnome-2.0/libgnome/libgnome.h -include/libgnome-2.0/libgnome/libgnometypebuiltins.h -lib/bonobo/monikers/libmoniker_extra_2.a -lib/bonobo/monikers/libmoniker_extra_2.la -lib/bonobo/monikers/libmoniker_extra_2.so -lib/libgnome-2.a -lib/libgnome-2.la -lib/libgnome-2.so -lib/libgnome-2.so.0 -libdata/bonobo/servers/GNOME_Moniker_std.server -libdata/pkgconfig/libgnome-2.0.pc -share/gnome-background-properties/gnome-default.xml -share/locale/am/LC_MESSAGES/libgnome-2.0.mo -share/locale/ar/LC_MESSAGES/libgnome-2.0.mo -share/locale/as/LC_MESSAGES/libgnome-2.0.mo -share/locale/ast/LC_MESSAGES/libgnome-2.0.mo -share/locale/az/LC_MESSAGES/libgnome-2.0.mo -share/locale/be/LC_MESSAGES/libgnome-2.0.mo -share/locale/bg/LC_MESSAGES/libgnome-2.0.mo -share/locale/bn/LC_MESSAGES/libgnome-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnome-2.0.mo -share/locale/br/LC_MESSAGES/libgnome-2.0.mo -share/locale/bs/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnome-2.0.mo -share/locale/crh/LC_MESSAGES/libgnome-2.0.mo -share/locale/cs/LC_MESSAGES/libgnome-2.0.mo -share/locale/cy/LC_MESSAGES/libgnome-2.0.mo -share/locale/da/LC_MESSAGES/libgnome-2.0.mo -share/locale/de/LC_MESSAGES/libgnome-2.0.mo -share/locale/dz/LC_MESSAGES/libgnome-2.0.mo -share/locale/el/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo -share/locale/eo/LC_MESSAGES/libgnome-2.0.mo -share/locale/es/LC_MESSAGES/libgnome-2.0.mo -share/locale/et/LC_MESSAGES/libgnome-2.0.mo -share/locale/eu/LC_MESSAGES/libgnome-2.0.mo -share/locale/fa/LC_MESSAGES/libgnome-2.0.mo -share/locale/fi/LC_MESSAGES/libgnome-2.0.mo -share/locale/fr/LC_MESSAGES/libgnome-2.0.mo -share/locale/fur/LC_MESSAGES/libgnome-2.0.mo -share/locale/ga/LC_MESSAGES/libgnome-2.0.mo -share/locale/gl/LC_MESSAGES/libgnome-2.0.mo -share/locale/gu/LC_MESSAGES/libgnome-2.0.mo -share/locale/he/LC_MESSAGES/libgnome-2.0.mo -share/locale/hi/LC_MESSAGES/libgnome-2.0.mo -share/locale/hr/LC_MESSAGES/libgnome-2.0.mo -share/locale/hu/LC_MESSAGES/libgnome-2.0.mo -share/locale/id/LC_MESSAGES/libgnome-2.0.mo -share/locale/is/LC_MESSAGES/libgnome-2.0.mo -share/locale/it/LC_MESSAGES/libgnome-2.0.mo -share/locale/ja/LC_MESSAGES/libgnome-2.0.mo -share/locale/ka/LC_MESSAGES/libgnome-2.0.mo -share/locale/kn/LC_MESSAGES/libgnome-2.0.mo -share/locale/ko/LC_MESSAGES/libgnome-2.0.mo -share/locale/ku/LC_MESSAGES/libgnome-2.0.mo -share/locale/lt/LC_MESSAGES/libgnome-2.0.mo -share/locale/lv/LC_MESSAGES/libgnome-2.0.mo -share/locale/mai/LC_MESSAGES/libgnome-2.0.mo -share/locale/mg/LC_MESSAGES/libgnome-2.0.mo -share/locale/mk/LC_MESSAGES/libgnome-2.0.mo -share/locale/ml/LC_MESSAGES/libgnome-2.0.mo -share/locale/mn/LC_MESSAGES/libgnome-2.0.mo -share/locale/mr/LC_MESSAGES/libgnome-2.0.mo -share/locale/ms/LC_MESSAGES/libgnome-2.0.mo -share/locale/nb/LC_MESSAGES/libgnome-2.0.mo -share/locale/ne/LC_MESSAGES/libgnome-2.0.mo -share/locale/nl/LC_MESSAGES/libgnome-2.0.mo -share/locale/nn/LC_MESSAGES/libgnome-2.0.mo -share/locale/oc/LC_MESSAGES/libgnome-2.0.mo -share/locale/or/LC_MESSAGES/libgnome-2.0.mo -share/locale/pa/LC_MESSAGES/libgnome-2.0.mo -share/locale/pl/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo -share/locale/ro/LC_MESSAGES/libgnome-2.0.mo -share/locale/ru/LC_MESSAGES/libgnome-2.0.mo -share/locale/rw/LC_MESSAGES/libgnome-2.0.mo -share/locale/si/LC_MESSAGES/libgnome-2.0.mo -share/locale/sk/LC_MESSAGES/libgnome-2.0.mo -share/locale/sl/LC_MESSAGES/libgnome-2.0.mo -share/locale/sq/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo -share/locale/sv/LC_MESSAGES/libgnome-2.0.mo -share/locale/ta/LC_MESSAGES/libgnome-2.0.mo -share/locale/te/LC_MESSAGES/libgnome-2.0.mo -share/locale/th/LC_MESSAGES/libgnome-2.0.mo -share/locale/tr/LC_MESSAGES/libgnome-2.0.mo -share/locale/tt/LC_MESSAGES/libgnome-2.0.mo -share/locale/uk/LC_MESSAGES/libgnome-2.0.mo -share/locale/vi/LC_MESSAGES/libgnome-2.0.mo -share/locale/wa/LC_MESSAGES/libgnome-2.0.mo -share/locale/xh/LC_MESSAGES/libgnome-2.0.mo -share/locale/yi/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo -share/pixmaps/backgrounds/gnome/background-default.jpg -@dirrmtry share/pixmaps/backgrounds/gnome -@dirrmtry share/pixmaps/backgrounds -@dirrmtry share/gnome-background-properties -@dirrm include/libgnome-2.0/libgnome -@dirrm include/libgnome-2.0 -@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/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile deleted file mode 100644 index ec97dd818..000000000 --- a/x11/libgnomekbd/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: libgnomekbd -# Date created: 2006-11-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/libgnomekbd/Makefile,v 1.36 2009/08/27 15:43:13 kwm Exp $ -# - -PORTNAME= libgnomekbd -PORTVERSION= 2.28.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME keyboard shared library - -LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-Werror||g' - -.include <bsd.port.mk> diff --git a/x11/libgnomekbd/distinfo b/x11/libgnomekbd/distinfo deleted file mode 100644 index 0460e05c9..000000000 --- a/x11/libgnomekbd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomekbd-2.28.0.tar.bz2) = b0989c4a2dbe2b5dd892d14195674f2b -SHA256 (gnome2/libgnomekbd-2.28.0.tar.bz2) = 72da2cc218de666a0ffa8896ae2d01bce3f46fde7072f2aa937c2bcd2d312668 -SIZE (gnome2/libgnomekbd-2.28.0.tar.bz2) = 392332 diff --git a/x11/libgnomekbd/pkg-descr b/x11/libgnomekbd/pkg-descr deleted file mode 100644 index a4b625c78..000000000 --- a/x11/libgnomekbd/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GNOME keyboard shared library diff --git a/x11/libgnomekbd/pkg-plist b/x11/libgnomekbd/pkg-plist deleted file mode 100644 index c068cc28d..000000000 --- a/x11/libgnomekbd/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -bin/gkbd-indicator-plugins-capplet -include/libgnomekbd/gkbd-desktop-config.h -include/libgnomekbd/gkbd-indicator-config.h -include/libgnomekbd/gkbd-indicator-plugin.h -include/libgnomekbd/gkbd-indicator.h -include/libgnomekbd/gkbd-keyboard-config.h -include/libgnomekbd/gkbd-keyboard-drawing.h -include/libgnomekbd/gkbd-util.h -lib/libgnomekbd.a -lib/libgnomekbd.la -lib/libgnomekbd.so -lib/libgnomekbd.so.4 -lib/libgnomekbdui.a -lib/libgnomekbdui.la -lib/libgnomekbdui.so -lib/libgnomekbdui.so.4 -libdata/pkgconfig/libgnomekbd.pc -libdata/pkgconfig/libgnomekbdui.pc -share/applications/gkbd-indicator-plugins-capplet.desktop -%%DATADIR%%/ui/gkbd-indicator-plugins.ui -%%DATADIR%%/ui/gkbd-indicator-plugins_add.ui -share/locale/ar/LC_MESSAGES/libgnomekbd.mo -share/locale/as/LC_MESSAGES/libgnomekbd.mo -share/locale/be@latin/LC_MESSAGES/libgnomekbd.mo -share/locale/bg/LC_MESSAGES/libgnomekbd.mo -share/locale/bn/LC_MESSAGES/libgnomekbd.mo -share/locale/bn_IN/LC_MESSAGES/libgnomekbd.mo -share/locale/ca/LC_MESSAGES/libgnomekbd.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomekbd.mo -share/locale/cs/LC_MESSAGES/libgnomekbd.mo -share/locale/da/LC_MESSAGES/libgnomekbd.mo -share/locale/de/LC_MESSAGES/libgnomekbd.mo -share/locale/dz/LC_MESSAGES/libgnomekbd.mo -share/locale/el/LC_MESSAGES/libgnomekbd.mo -share/locale/en_GB/LC_MESSAGES/libgnomekbd.mo -share/locale/es/LC_MESSAGES/libgnomekbd.mo -share/locale/et/LC_MESSAGES/libgnomekbd.mo -share/locale/eu/LC_MESSAGES/libgnomekbd.mo -share/locale/fi/LC_MESSAGES/libgnomekbd.mo -share/locale/fr/LC_MESSAGES/libgnomekbd.mo -share/locale/ga/LC_MESSAGES/libgnomekbd.mo -share/locale/gl/LC_MESSAGES/libgnomekbd.mo -share/locale/gu/LC_MESSAGES/libgnomekbd.mo -share/locale/he/LC_MESSAGES/libgnomekbd.mo -share/locale/hi/LC_MESSAGES/libgnomekbd.mo -share/locale/hu/LC_MESSAGES/libgnomekbd.mo -share/locale/it/LC_MESSAGES/libgnomekbd.mo -share/locale/ja/LC_MESSAGES/libgnomekbd.mo -share/locale/ka/LC_MESSAGES/libgnomekbd.mo -share/locale/kn/LC_MESSAGES/libgnomekbd.mo -share/locale/ko/LC_MESSAGES/libgnomekbd.mo -share/locale/lt/LC_MESSAGES/libgnomekbd.mo -share/locale/lv/LC_MESSAGES/libgnomekbd.mo -share/locale/mai/LC_MESSAGES/libgnomekbd.mo -share/locale/mk/LC_MESSAGES/libgnomekbd.mo -share/locale/ml/LC_MESSAGES/libgnomekbd.mo -share/locale/mr/LC_MESSAGES/libgnomekbd.mo -share/locale/nb/LC_MESSAGES/libgnomekbd.mo -share/locale/nl/LC_MESSAGES/libgnomekbd.mo -share/locale/nn/LC_MESSAGES/libgnomekbd.mo -share/locale/oc/LC_MESSAGES/libgnomekbd.mo -share/locale/or/LC_MESSAGES/libgnomekbd.mo -share/locale/pa/LC_MESSAGES/libgnomekbd.mo -share/locale/pl/LC_MESSAGES/libgnomekbd.mo -share/locale/pt/LC_MESSAGES/libgnomekbd.mo -share/locale/pt_BR/LC_MESSAGES/libgnomekbd.mo -share/locale/ro/LC_MESSAGES/libgnomekbd.mo -share/locale/ru/LC_MESSAGES/libgnomekbd.mo -share/locale/si/LC_MESSAGES/libgnomekbd.mo -share/locale/sl/LC_MESSAGES/libgnomekbd.mo -share/locale/sq/LC_MESSAGES/libgnomekbd.mo -share/locale/sr/LC_MESSAGES/libgnomekbd.mo -share/locale/sr@latin/LC_MESSAGES/libgnomekbd.mo -share/locale/sv/LC_MESSAGES/libgnomekbd.mo -share/locale/ta/LC_MESSAGES/libgnomekbd.mo -share/locale/te/LC_MESSAGES/libgnomekbd.mo -share/locale/th/LC_MESSAGES/libgnomekbd.mo -share/locale/tr/LC_MESSAGES/libgnomekbd.mo -share/locale/uk/LC_MESSAGES/libgnomekbd.mo -share/locale/vi/LC_MESSAGES/libgnomekbd.mo -share/locale/zh_CN/LC_MESSAGES/libgnomekbd.mo -share/locale/zh_HK/LC_MESSAGES/libgnomekbd.mo -share/locale/zh_TW/LC_MESSAGES/libgnomekbd.mo -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/libgnomekbd -@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/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/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile deleted file mode 100644 index 82b45be0a..000000000 --- a/x11/libgnomemm26/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomemm -PORTVERSION= 2.28.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnome library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomemm26 - -USE_BZIP2= yes -USE_XORG= xext -USE_GMAKE= yes -USE_GNOME= gnomehack libgnome -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -.include <bsd.port.mk> diff --git a/x11/libgnomemm26/distinfo b/x11/libgnomemm26/distinfo deleted file mode 100644 index 5ab76c039..000000000 --- a/x11/libgnomemm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomemm-2.28.0.tar.bz2) = 7c583094a12159a0bab0134df5e90853 -SHA256 (gnome2/libgnomemm-2.28.0.tar.bz2) = 55ee731bce977ced2b2cd5661cf605b1eb9d0188aa4d46fba44052a94b500e6e -SIZE (gnome2/libgnomemm-2.28.0.tar.bz2) = 361769 diff --git a/x11/libgnomemm26/pkg-descr b/x11/libgnomemm26/pkg-descr deleted file mode 100644 index 02e98740a..000000000 --- a/x11/libgnomemm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnome library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11/libgnomemm26/pkg-plist b/x11/libgnomemm26/pkg-plist deleted file mode 100644 index 4f553eb76..000000000 --- a/x11/libgnomemm26/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -include/libgnomemm-%%API_VERSION%%/libgnomemm.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/init.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/main.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/moduleinfo.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/main_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/moduleinfo_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/program_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/program.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/wrap_init.h -lib/libgnomemm-%%VERSION%%.a -lib/libgnomemm-%%VERSION%%.la -lib/libgnomemm-%%VERSION%%.so -lib/libgnomemm-%%VERSION%%.so.1 -lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h -lib/libgnomemm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomemm-%%API_VERSION%%/proc/m4/convert_libgnomemm.m4 -libdata/pkgconfig/libgnomemm-%%API_VERSION%%.pc -@dirrm lib/libgnomemm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomemm-%%API_VERSION%%/proc -@dirrm lib/libgnomemm-%%API_VERSION%%/include -@dirrm lib/libgnomemm-%%API_VERSION%% -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm/private -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm -@dirrm include/libgnomemm-%%API_VERSION%% diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile deleted file mode 100644 index eaae88780..000000000 --- a/x11/libxklavier/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: libxklavier -# Date created: 31 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.50 2009/07/19 19:46:48 marcus Exp $ -# - -PORTNAME= libxklavier -PORTVERSION= 4.0 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An utility library to make XKB stuff easier - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_XORG= x11 xkbfile -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 glib20 ltverhack:12 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --disable-doxygen \ - --with-xkb-base=${LOCALBASE}/share/X11/xkb \ - --with-xkb-bin-base=${LOCALBASE}/bin \ - --with-xmodmap-base=${LOCALBASE}/share/xmodmap \ - --disable-gtk-doc \ - --with-html-dir=${GNOME_HTML_DIR} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|== "yes|= "yes|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11/libxklavier/distinfo b/x11/libxklavier/distinfo deleted file mode 100644 index be4bcb007..000000000 --- a/x11/libxklavier/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libxklavier-4.0.tar.bz2) = 1b714ba04835fb49511f9e1444a5ea4c -SHA256 (libxklavier-4.0.tar.bz2) = 210ed5803109a8cef3b2ab1195bc73fe3385a97a8749d01673e020642d8e5a71 -SIZE (libxklavier-4.0.tar.bz2) = 354149 diff --git a/x11/libxklavier/files/patch-libxklavier_xkl-enum-types.c b/x11/libxklavier/files/patch-libxklavier_xkl-enum-types.c deleted file mode 100644 index f74930317..000000000 --- a/x11/libxklavier/files/patch-libxklavier_xkl-enum-types.c +++ /dev/null @@ -1,27 +0,0 @@ ---- libxklavier/xkl-enum-types.c.orig 2009-07-21 18:10:01.000000000 -0400 -+++ libxklavier/xkl-enum-types.c 2009-07-21 18:10:04.000000000 -0400 -@@ -21,9 +21,9 @@ xkl_engine_state_change_get_type (void) - GType - xkl_engine_features_get_type (void) - { -- static GType etype = 0; -- if (etype == 0) { -- static const GEnumValue values[] = { -+ static GType ftype = 0; -+ if (ftype == 0) { -+ static const GFlagsValue values[] = { - { XKLF_CAN_TOGGLE_INDICATORS, "XKLF_CAN_TOGGLE_INDICATORS", "can-toggle-indicators" }, - { XKLF_CAN_OUTPUT_CONFIG_AS_ASCII, "XKLF_CAN_OUTPUT_CONFIG_AS_ASCII", "can-output-config-as-ascii" }, - { XKLF_CAN_OUTPUT_CONFIG_AS_BINARY, "XKLF_CAN_OUTPUT_CONFIG_AS_BINARY", "can-output-config-as-binary" }, -@@ -32,9 +32,9 @@ xkl_engine_features_get_type (void) - { XKLF_DEVICE_DISCOVERY, "XKLF_DEVICE_DISCOVERY", "device-discovery" }, - { 0, NULL, NULL } - }; -- etype = g_enum_register_static ("XklEngineFeatures", values); -+ ftype = g_flags_register_static ("XklEngineFeatures", values); - } -- return etype; -+ return ftype; - } - GType - xkl_engine_listen_modes_get_type (void) diff --git a/x11/libxklavier/pkg-descr b/x11/libxklavier/pkg-descr deleted file mode 100644 index d5000e3ad..000000000 --- a/x11/libxklavier/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libxklavier is a utility to simplify setting and changing -keyboard layouts. - -WWW: http://gswitchit.sourceforge.net/ diff --git a/x11/libxklavier/pkg-plist b/x11/libxklavier/pkg-plist deleted file mode 100644 index 56aa8de30..000000000 --- a/x11/libxklavier/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -include/libxklavier/xkl_config_item.h -include/libxklavier/xkl_config_rec.h -include/libxklavier/xkl_config_registry.h -include/libxklavier/xkl_engine.h -include/libxklavier/xkl_engine_marshal.h -include/libxklavier/xkl-enum-types.h -include/libxklavier/xklavier.h -lib/libxklavier.a -lib/libxklavier.la -lib/libxklavier.so -lib/libxklavier.so.12 -libdata/pkgconfig/libxklavier.pc -%%DOCSDIR%%/XklConfigItem.html -%%DOCSDIR%%/XklConfigRec.html -%%DOCSDIR%%/XklConfigRegistry.html -%%DOCSDIR%%/XklEngine.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libxklavier-xklavier.html -%%DOCSDIR%%/libxklavier.devhelp -%%DOCSDIR%%/libxklavier.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/libxklavier diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile deleted file mode 100644 index cdb16c745..000000000 --- a/x11/yelp/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: yelp -# Date created: 18 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.144 2009/11/20 05:19:22 avl Exp $ -# - -PORTNAME= yelp -PORTVERSION= 2.28.1 -PORTREVISION= 1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A help browser for the GNOME 2 desktop - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - rarian.0:${PORTSDIR}/textproc/rarian - -USE_GECKO= libxul -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= ice -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${GECKO} \ - --with-gecko-home=${LOCALBASE}/lib/${GECKO} -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= yelp.schemas - -post-extract: - ${RM} -f ${WRKSRC}/data/yelp.schemas - -.include <bsd.port.mk> diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo deleted file mode 100644 index 32b4ef396..000000000 --- a/x11/yelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/yelp-2.28.1.tar.bz2) = faf7eac7abf4eded189566f9ffafc188 -SHA256 (gnome2/yelp-2.28.1.tar.bz2) = 860cfb348cbe199bca64203c82858d012fe505194573f8290be7a85de6c80a22 -SIZE (gnome2/yelp-2.28.1.tar.bz2) = 1136184 diff --git a/x11/yelp/files/patch-src_yelp-gecko-utils.cpp b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp deleted file mode 100644 index 2c4d781ee..000000000 --- a/x11/yelp/files/patch-src_yelp-gecko-utils.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/yelp-gecko-utils.cpp.orig 2009-03-29 23:21:59.000000000 -0400 -+++ src/yelp-gecko-utils.cpp 2009-03-29 23:25:48.000000000 -0400 -@@ -28,8 +28,10 @@ - #include <nsStringAPI.h> - - #ifdef HAVE_GECKO_1_9 -+#ifdef XPCOM_GLUE - #include <gtkmozembed_glue.cpp> - #endif -+#endif - - #include <gtkmozembed.h> - #include <gtkmozembed_internal.h> diff --git a/x11/yelp/pkg-descr b/x11/yelp/pkg-descr deleted file mode 100644 index d38af5629..000000000 --- a/x11/yelp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Yelp is a help browser for GNOME 2.0 that displays GNOME -help documents, info pages, manpages, and more. - -WWW: http://www.gnome.org/ diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist deleted file mode 100644 index 5e84fddac..000000000 --- a/x11/yelp/pkg-plist +++ /dev/null @@ -1,195 +0,0 @@ -bin/gnome-help -bin/yelp -share/applications/yelp.desktop -share/icons/hicolor/192x192/apps/yelp-icon-big.png -share/locale/af/LC_MESSAGES/yelp.mo -share/locale/am/LC_MESSAGES/yelp.mo -share/locale/ar/LC_MESSAGES/yelp.mo -share/locale/as/LC_MESSAGES/yelp.mo -share/locale/ast/LC_MESSAGES/yelp.mo -share/locale/az/LC_MESSAGES/yelp.mo -share/locale/be/LC_MESSAGES/yelp.mo -share/locale/be@latin/LC_MESSAGES/yelp.mo -share/locale/bg/LC_MESSAGES/yelp.mo -share/locale/bn/LC_MESSAGES/yelp.mo -share/locale/bn_IN/LC_MESSAGES/yelp.mo -share/locale/br/LC_MESSAGES/yelp.mo -share/locale/bs/LC_MESSAGES/yelp.mo -share/locale/ca/LC_MESSAGES/yelp.mo -share/locale/ca@valencia/LC_MESSAGES/yelp.mo -share/locale/cs/LC_MESSAGES/yelp.mo -share/locale/cy/LC_MESSAGES/yelp.mo -share/locale/da/LC_MESSAGES/yelp.mo -share/locale/de/LC_MESSAGES/yelp.mo -share/locale/dz/LC_MESSAGES/yelp.mo -share/locale/el/LC_MESSAGES/yelp.mo -share/locale/en@shaw/LC_MESSAGES/yelp.mo -share/locale/en_CA/LC_MESSAGES/yelp.mo -share/locale/en_GB/LC_MESSAGES/yelp.mo -share/locale/eo/LC_MESSAGES/yelp.mo -share/locale/es/LC_MESSAGES/yelp.mo -share/locale/et/LC_MESSAGES/yelp.mo -share/locale/eu/LC_MESSAGES/yelp.mo -share/locale/fa/LC_MESSAGES/yelp.mo -share/locale/fi/LC_MESSAGES/yelp.mo -share/locale/fr/LC_MESSAGES/yelp.mo -share/locale/fur/LC_MESSAGES/yelp.mo -share/locale/ga/LC_MESSAGES/yelp.mo -share/locale/gl/LC_MESSAGES/yelp.mo -share/locale/gu/LC_MESSAGES/yelp.mo -share/locale/he/LC_MESSAGES/yelp.mo -share/locale/hi/LC_MESSAGES/yelp.mo -share/locale/hr/LC_MESSAGES/yelp.mo -share/locale/hu/LC_MESSAGES/yelp.mo -share/locale/id/LC_MESSAGES/yelp.mo -share/locale/is/LC_MESSAGES/yelp.mo -share/locale/it/LC_MESSAGES/yelp.mo -share/locale/ja/LC_MESSAGES/yelp.mo -share/locale/ka/LC_MESSAGES/yelp.mo -share/locale/kn/LC_MESSAGES/yelp.mo -share/locale/ko/LC_MESSAGES/yelp.mo -share/locale/ks/LC_MESSAGES/yelp.mo -share/locale/ku/LC_MESSAGES/yelp.mo -share/locale/ky/LC_MESSAGES/yelp.mo -share/locale/la/LC_MESSAGES/yelp.mo -share/locale/li/LC_MESSAGES/yelp.mo -share/locale/lt/LC_MESSAGES/yelp.mo -share/locale/lv/LC_MESSAGES/yelp.mo -share/locale/mai/LC_MESSAGES/yelp.mo -share/locale/mg/LC_MESSAGES/yelp.mo -share/locale/mk/LC_MESSAGES/yelp.mo -share/locale/ml/LC_MESSAGES/yelp.mo -share/locale/mn/LC_MESSAGES/yelp.mo -share/locale/mr/LC_MESSAGES/yelp.mo -share/locale/ms/LC_MESSAGES/yelp.mo -share/locale/nb/LC_MESSAGES/yelp.mo -share/locale/nds/LC_MESSAGES/yelp.mo -share/locale/ne/LC_MESSAGES/yelp.mo -share/locale/nl/LC_MESSAGES/yelp.mo -share/locale/nn/LC_MESSAGES/yelp.mo -share/locale/nso/LC_MESSAGES/yelp.mo -share/locale/oc/LC_MESSAGES/yelp.mo -share/locale/or/LC_MESSAGES/yelp.mo -share/locale/pa/LC_MESSAGES/yelp.mo -share/locale/pl/LC_MESSAGES/yelp.mo -share/locale/ps/LC_MESSAGES/yelp.mo -share/locale/pt/LC_MESSAGES/yelp.mo -share/locale/pt_BR/LC_MESSAGES/yelp.mo -share/locale/ro/LC_MESSAGES/yelp.mo -share/locale/ru/LC_MESSAGES/yelp.mo -share/locale/rw/LC_MESSAGES/yelp.mo -share/locale/si/LC_MESSAGES/yelp.mo -share/locale/sk/LC_MESSAGES/yelp.mo -share/locale/sl/LC_MESSAGES/yelp.mo -share/locale/sq/LC_MESSAGES/yelp.mo -share/locale/sr/LC_MESSAGES/yelp.mo -share/locale/sr@latin/LC_MESSAGES/yelp.mo -share/locale/sv/LC_MESSAGES/yelp.mo -share/locale/ta/LC_MESSAGES/yelp.mo -share/locale/te/LC_MESSAGES/yelp.mo -share/locale/tg/LC_MESSAGES/yelp.mo -share/locale/th/LC_MESSAGES/yelp.mo -share/locale/tr/LC_MESSAGES/yelp.mo -share/locale/ug/LC_MESSAGES/yelp.mo -share/locale/uk/LC_MESSAGES/yelp.mo -share/locale/uz/LC_MESSAGES/yelp.mo -share/locale/uz@cyrillic/LC_MESSAGES/yelp.mo -share/locale/vi/LC_MESSAGES/yelp.mo -share/locale/wa/LC_MESSAGES/yelp.mo -share/locale/xh/LC_MESSAGES/yelp.mo -share/locale/zh_CN/LC_MESSAGES/yelp.mo -share/locale/zh_HK/LC_MESSAGES/yelp.mo -share/locale/zh_TW/LC_MESSAGES/yelp.mo -share/locale/zu/LC_MESSAGES/yelp.mo -%%DATADIR%%/default.css -%%DATADIR%%/icons/yelp-icon-caution.png -%%DATADIR%%/icons/yelp-icon-important.png -%%DATADIR%%/icons/yelp-icon-note.png -%%DATADIR%%/icons/yelp-icon-tip.png -%%DATADIR%%/icons/yelp-icon-warning.png -%%DATADIR%%/icons/yelp-watermark-blockquote-00AB.png -%%DATADIR%%/icons/yelp-watermark-blockquote-00BB.png -%%DATADIR%%/icons/yelp-watermark-blockquote-201C.png -%%DATADIR%%/icons/yelp-watermark-blockquote-201D.png -%%DATADIR%%/icons/yelp-watermark-blockquote-201E.png -%%DATADIR%%/important_docs.xml -%%DATADIR%%/info.xml -%%DATADIR%%/man.xml -%%DATADIR%%/scrollkeeper.xml -%%DATADIR%%/toc.xml -%%DATADIR%%/ui/yelp-bookmarks-add.ui -%%DATADIR%%/ui/yelp-bookmarks.ui -%%DATADIR%%/ui/yelp-open-location.ui -%%DATADIR%%/ui/yelp-preferences.ui -%%DATADIR%%/ui/yelp-search-ui.xml -%%DATADIR%%/ui/yelp-ui.xml -%%DATADIR%%/xslt/db-title.xsl -%%DATADIR%%/xslt/db2html.xsl -%%DATADIR%%/xslt/info2html.xsl -%%DATADIR%%/xslt/mal2html.xsl -%%DATADIR%%/xslt/man2html.xsl -%%DATADIR%%/xslt/search2html.xsl -%%DATADIR%%/xslt/toc2html.xsl -%%DATADIR%%/xslt/yelp-common.xsl -%%DATADIR%%/yelp.js -@dirrm %%DATADIR%%/xslt -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile deleted file mode 100644 index 2d12007e7..000000000 --- a/x11/zenity/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: zenity -# Date created: 01 Mar 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.101 2009/08/10 23:18:39 marcus Exp $ -# - -PORTNAME= zenity -PORTVERSION= 2.28.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Display GNOME dialogs from the command line - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 gnomedocutils intlhack -USE_BZIP2= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= zenity.1 - -CONFLICTS= gtkada-1.2.* - -OPTIONS= NOTIFY "Enable libnotify support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-libnotify -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.include <bsd.port.post.mk> diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo deleted file mode 100644 index 06a52221e..000000000 --- a/x11/zenity/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/zenity-2.28.0.tar.bz2) = 262c476aebbf67a7043cd80c6a03add3 -SHA256 (gnome2/zenity-2.28.0.tar.bz2) = 3747a23ce46b0ee68e6261d669ae461f0f460d9c6ad19e04acbd518ddfcc8c63 -SIZE (gnome2/zenity-2.28.0.tar.bz2) = 3095956 diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr deleted file mode 100644 index 384c19680..000000000 --- a/x11/zenity/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Zenity allows dialog boxes to be created and displayed from the -commandline. This provides a simple way to create a GUI for -a shell script. diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist deleted file mode 100644 index de7746f1e..000000000 --- a/x11/zenity/pkg-plist +++ /dev/null @@ -1,383 +0,0 @@ -bin/gdialog -bin/zenity -share/gnome/help/zenity/C/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/C/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/C/figures/zenity-error-screenshot.png -share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/C/figures/zenity-information-screenshot.png -share/gnome/help/zenity/C/figures/zenity-list-screenshot.png -share/gnome/help/zenity/C/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/C/figures/zenity-question-screenshot.png -share/gnome/help/zenity/C/figures/zenity-text-screenshot.png -share/gnome/help/zenity/C/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/C/legal.xml -share/gnome/help/zenity/C/zenity.xml -share/gnome/help/zenity/bg/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-error-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-information-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-list-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-question-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-text-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/bg/zenity.xml -share/gnome/help/zenity/cs/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-error-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-information-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-list-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-question-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-text-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/cs/zenity.xml -share/gnome/help/zenity/da/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/da/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/da/figures/zenity-error-screenshot.png -share/gnome/help/zenity/da/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/da/figures/zenity-information-screenshot.png -share/gnome/help/zenity/da/figures/zenity-list-screenshot.png -share/gnome/help/zenity/da/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/da/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/da/figures/zenity-question-screenshot.png -share/gnome/help/zenity/da/figures/zenity-text-screenshot.png -share/gnome/help/zenity/da/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/da/zenity.xml -share/gnome/help/zenity/de/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/de/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/de/figures/zenity-error-screenshot.png -share/gnome/help/zenity/de/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/de/figures/zenity-information-screenshot.png -share/gnome/help/zenity/de/figures/zenity-list-screenshot.png -share/gnome/help/zenity/de/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/de/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/de/figures/zenity-question-screenshot.png -share/gnome/help/zenity/de/figures/zenity-text-screenshot.png -share/gnome/help/zenity/de/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/de/zenity.xml -share/gnome/help/zenity/el/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/el/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/el/figures/zenity-error-screenshot.png -share/gnome/help/zenity/el/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/el/figures/zenity-information-screenshot.png -share/gnome/help/zenity/el/figures/zenity-list-screenshot.png -share/gnome/help/zenity/el/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/el/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/el/figures/zenity-question-screenshot.png -share/gnome/help/zenity/el/figures/zenity-text-screenshot.png -share/gnome/help/zenity/el/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/el/zenity.xml -share/gnome/help/zenity/en_GB/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-error-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-information-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-list-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-question-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-text-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/en_GB/zenity.xml -share/gnome/help/zenity/es/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/es/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/es/figures/zenity-error-screenshot.png -share/gnome/help/zenity/es/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/es/figures/zenity-information-screenshot.png -share/gnome/help/zenity/es/figures/zenity-list-screenshot.png -share/gnome/help/zenity/es/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/es/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/es/figures/zenity-question-screenshot.png -share/gnome/help/zenity/es/figures/zenity-text-screenshot.png -share/gnome/help/zenity/es/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/es/zenity.xml -share/gnome/help/zenity/eu/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-error-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-information-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-list-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-question-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-text-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/eu/zenity.xml -share/gnome/help/zenity/fi/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-error-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-information-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-list-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-question-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-text-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/fi/zenity.xml -share/gnome/help/zenity/fr/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-error-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-information-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-list-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/fr/zenity.xml -share/gnome/help/zenity/oc/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-error-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-information-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-list-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-question-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-text-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/oc/zenity.xml -share/gnome/help/zenity/pt_BR/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-error-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-information-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-list-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-question-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-text-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/pt_BR/zenity.xml -share/gnome/help/zenity/ru/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-error-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-information-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-list-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-question-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-text-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/ru/zenity.xml -share/gnome/help/zenity/sv/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-error-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-information-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-list-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-question-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-text-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/sv/zenity.xml -share/gnome/help/zenity/uk/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-error-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-information-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-list-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-question-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-text-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/uk/zenity.xml -share/locale/am/LC_MESSAGES/zenity.mo -share/locale/ar/LC_MESSAGES/zenity.mo -share/locale/as/LC_MESSAGES/zenity.mo -share/locale/az/LC_MESSAGES/zenity.mo -share/locale/be/LC_MESSAGES/zenity.mo -share/locale/be@latin/LC_MESSAGES/zenity.mo -share/locale/bg/LC_MESSAGES/zenity.mo -share/locale/bn/LC_MESSAGES/zenity.mo -share/locale/bn_IN/LC_MESSAGES/zenity.mo -share/locale/bs/LC_MESSAGES/zenity.mo -share/locale/ca/LC_MESSAGES/zenity.mo -share/locale/ca@valencia/LC_MESSAGES/zenity.mo -share/locale/cs/LC_MESSAGES/zenity.mo -share/locale/cy/LC_MESSAGES/zenity.mo -share/locale/da/LC_MESSAGES/zenity.mo -share/locale/de/LC_MESSAGES/zenity.mo -share/locale/dz/LC_MESSAGES/zenity.mo -share/locale/el/LC_MESSAGES/zenity.mo -share/locale/en_CA/LC_MESSAGES/zenity.mo -share/locale/en_GB/LC_MESSAGES/zenity.mo -share/locale/es/LC_MESSAGES/zenity.mo -share/locale/et/LC_MESSAGES/zenity.mo -share/locale/eu/LC_MESSAGES/zenity.mo -share/locale/fa/LC_MESSAGES/zenity.mo -share/locale/fi/LC_MESSAGES/zenity.mo -share/locale/fr/LC_MESSAGES/zenity.mo -share/locale/ga/LC_MESSAGES/zenity.mo -share/locale/gl/LC_MESSAGES/zenity.mo -share/locale/gu/LC_MESSAGES/zenity.mo -share/locale/he/LC_MESSAGES/zenity.mo -share/locale/hi/LC_MESSAGES/zenity.mo -share/locale/hr/LC_MESSAGES/zenity.mo -share/locale/hu/LC_MESSAGES/zenity.mo -share/locale/id/LC_MESSAGES/zenity.mo -share/locale/is/LC_MESSAGES/zenity.mo -share/locale/it/LC_MESSAGES/zenity.mo -share/locale/ja/LC_MESSAGES/zenity.mo -share/locale/ka/LC_MESSAGES/zenity.mo -share/locale/kn/LC_MESSAGES/zenity.mo -share/locale/ko/LC_MESSAGES/zenity.mo -share/locale/ku/LC_MESSAGES/zenity.mo -share/locale/lt/LC_MESSAGES/zenity.mo -share/locale/lv/LC_MESSAGES/zenity.mo -share/locale/mai/LC_MESSAGES/zenity.mo -share/locale/mg/LC_MESSAGES/zenity.mo -share/locale/mi/LC_MESSAGES/zenity.mo -share/locale/mk/LC_MESSAGES/zenity.mo -share/locale/ml/LC_MESSAGES/zenity.mo -share/locale/mn/LC_MESSAGES/zenity.mo -share/locale/mr/LC_MESSAGES/zenity.mo -share/locale/ms/LC_MESSAGES/zenity.mo -share/locale/nb/LC_MESSAGES/zenity.mo -share/locale/ne/LC_MESSAGES/zenity.mo -share/locale/nl/LC_MESSAGES/zenity.mo -share/locale/nn/LC_MESSAGES/zenity.mo -share/locale/oc/LC_MESSAGES/zenity.mo -share/locale/or/LC_MESSAGES/zenity.mo -share/locale/pa/LC_MESSAGES/zenity.mo -share/locale/pl/LC_MESSAGES/zenity.mo -share/locale/ps/LC_MESSAGES/zenity.mo -share/locale/pt/LC_MESSAGES/zenity.mo -share/locale/pt_BR/LC_MESSAGES/zenity.mo -share/locale/ro/LC_MESSAGES/zenity.mo -share/locale/ru/LC_MESSAGES/zenity.mo -share/locale/rw/LC_MESSAGES/zenity.mo -share/locale/si/LC_MESSAGES/zenity.mo -share/locale/sk/LC_MESSAGES/zenity.mo -share/locale/sl/LC_MESSAGES/zenity.mo -share/locale/sq/LC_MESSAGES/zenity.mo -share/locale/sr/LC_MESSAGES/zenity.mo -share/locale/sr@latin/LC_MESSAGES/zenity.mo -share/locale/sv/LC_MESSAGES/zenity.mo -share/locale/ta/LC_MESSAGES/zenity.mo -share/locale/te/LC_MESSAGES/zenity.mo -share/locale/th/LC_MESSAGES/zenity.mo -share/locale/tr/LC_MESSAGES/zenity.mo -share/locale/ug/LC_MESSAGES/zenity.mo -share/locale/uk/LC_MESSAGES/zenity.mo -share/locale/vi/LC_MESSAGES/zenity.mo -share/locale/xh/LC_MESSAGES/zenity.mo -share/locale/zh_CN/LC_MESSAGES/zenity.mo -share/locale/zh_HK/LC_MESSAGES/zenity.mo -share/locale/zh_TW/LC_MESSAGES/zenity.mo -share/omf/zenity/zenity-C.omf -share/omf/zenity/zenity-bg.omf -share/omf/zenity/zenity-cs.omf -share/omf/zenity/zenity-da.omf -share/omf/zenity/zenity-de.omf -share/omf/zenity/zenity-el.omf -share/omf/zenity/zenity-en_GB.omf -share/omf/zenity/zenity-es.omf -share/omf/zenity/zenity-eu.omf -share/omf/zenity/zenity-fi.omf -share/omf/zenity/zenity-fr.omf -share/omf/zenity/zenity-oc.omf -share/omf/zenity/zenity-pt_BR.omf -share/omf/zenity/zenity-ru.omf -share/omf/zenity/zenity-sv.omf -share/omf/zenity/zenity-uk.omf -%%DATADIR%%/clothes/gnome-tshirt.png -%%DATADIR%%/clothes/hawaii-shirt.png -%%DATADIR%%/clothes/monk.png -%%DATADIR%%/clothes/sunglasses.png -%%DATADIR%%/clothes/surfboard.png -%%DATADIR%%/zenity-calendar.png -%%DATADIR%%/zenity-entry.png -%%DATADIR%%/zenity-file.png -%%DATADIR%%/zenity-list.png -%%DATADIR%%/zenity-notification.png -%%DATADIR%%/zenity-progress.png -%%DATADIR%%/zenity-scale.png -%%DATADIR%%/zenity-text.png -%%DATADIR%%/zenity.png -%%DATADIR%%/zenity.ui -@dirrm %%DATADIR%%/clothes -@dirrm %%DATADIR%% -@dirrm share/omf/zenity -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/gnome/help/zenity/uk/figures -@dirrm share/gnome/help/zenity/uk -@dirrm share/gnome/help/zenity/sv/figures -@dirrm share/gnome/help/zenity/sv -@dirrm share/gnome/help/zenity/ru/figures -@dirrm share/gnome/help/zenity/ru -@dirrm share/gnome/help/zenity/pt_BR/figures -@dirrm share/gnome/help/zenity/pt_BR -@dirrm share/gnome/help/zenity/oc/figures -@dirrm share/gnome/help/zenity/oc -@dirrm share/gnome/help/zenity/fr/figures -@dirrm share/gnome/help/zenity/fr -@dirrm share/gnome/help/zenity/fi/figures -@dirrm share/gnome/help/zenity/fi -@dirrm share/gnome/help/zenity/eu/figures -@dirrm share/gnome/help/zenity/eu -@dirrm share/gnome/help/zenity/es/figures -@dirrm share/gnome/help/zenity/es -@dirrm share/gnome/help/zenity/en_GB/figures -@dirrm share/gnome/help/zenity/en_GB -@dirrm share/gnome/help/zenity/el/figures -@dirrm share/gnome/help/zenity/el -@dirrm share/gnome/help/zenity/de/figures -@dirrm share/gnome/help/zenity/de -@dirrm share/gnome/help/zenity/da/figures -@dirrm share/gnome/help/zenity/da -@dirrm share/gnome/help/zenity/cs/figures -@dirrm share/gnome/help/zenity/cs -@dirrm share/gnome/help/zenity/bg/figures -@dirrm share/gnome/help/zenity/bg -@dirrm share/gnome/help/zenity/C/figures -@dirrm share/gnome/help/zenity/C -@dirrm share/gnome/help/zenity |